@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);

.font-family-1{
	font-family: 'Noto Sans TC', sans-serif;
}
.font-family-2{
	font-family: 'cwTeXYen', sans-serif;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.text-shadow {
    color: #ffffff;
    text-shadow: 0 0 10px rgb(42 3 3);
}
.content-row{
	max-width: 960px;
}
.content-row .div_block{
	padding: 0;
}
.content-row p{
	margin: 0;
}
.content-row{
	overflow: hidden;
}
.content-row .overflow-hidden{
	overflow: hidden;
}
.overflow-hidden{
	overflow: hidden;
}
.text-size-12 {
	font-size: 12px;
}
.text-size-14 {
	font-size: 14px;
}
.text-size-16 {
	font-size: 16px;
}
.text-size-18 {
	font-size: 18px;
}
.text-size-20 {
	font-size: 20px;
}
.text-size-22 {
	font-size: 22px;
}
.text-size-24 {
	font-size: 24px;
}
.text-size-26 {
	font-size: 26px;
}
.text-size-28 {
	font-size: 28px;
}
.text-size-30 {
	font-size: 30px;
}
.text-size-32 {
	font-size: 32px;
}
.text-size-34 {
	font-size: 34px;
}
.text-size-36 {
	font-size: 36px;
}
.text-size-38 {
	font-size: 38px;
}
.text-size-40 {
	font-size: 40px;
}
.text-size-42 {
	font-size: 42px;
}
.text-size-46 {
	font-size: 46px;
}
.text-size-48 {
	font-size: 48px;
}
.text-size-50 {
	font-size: 50px;
}
.text-size-52 {
	font-size: 52px;
}
.text-size-54 {
	font-size: 54px;
}
.text-size-56 {
	font-size: 56px;
}
.text-size-58 {
	font-size: 58px;
}
.text-size-60 {
	font-size: 60px;
}
.text-size-62 {
	font-size: 62px;
}
.text-size-64 {
	font-size: 64px;
}
.text-size-66 {
	font-size: 66px;
}
.text-size-70 {
	font-size: 70px;
}
.text-size-72 {
	font-size: 72px;
}
.text-size-74 {
	font-size: 74px;
}
.text-size-76 {
	font-size: 76px;
}
.text-size-78 {
	font-size: 78px;
}
.text-size-80 {
	font-size: 80px;
}
.text-size-82 {
	font-size: 82px;
}
.text-size-84 {
	font-size: 84px;
}
.text-size-86 {
	font-size: 84px; /* æ³¨æ„ï¼šé€™è£¡çš„å€¼èˆ‡ .text-size-84 ç›¸åŒ */
}
.text-size-88 {
	font-size: 84px; /* æ³¨æ„ï¼šé€™è£¡çš„å€¼èˆ‡ .text-size-84 ç›¸åŒ */
}
.text-size-90 {
	font-size: 90px;
}
.text-size-100 {
	font-size: 100px;
}
.text-size-110 {
	font-size: 110px;
}
.text-size-120 {
	font-size: 120px;
}
.text-size-140 {
	font-size: 140px;
}
.text-size-160 {
	font-size: 160px;
}
.text-size-200 {
	font-size: 200px;
}
.font-weight-900{
	font-weight: 900;
}
.font-weight-700{
	font-weight: 700;
}
.font-weight-600{
	font-weight: 600;
}
.font-weight-500{
	font-weight: 500;
}
.font-weight-400{
	font-weight: 400;
}
.font-weight-300{
	font-weight: 300;
}
.text-blur-1{
  color: #000;
  filter: blur(5px);
}
.text-underline{
  text-decoration: underline;
}
.text-shadow-white{
	text-shadow: 0px 2px 20px #ffffff, 
		0 0 20px #ffffff, 
		0 0 30px #ffffff, 
		0 0 25px #ffffff, 
		0 0 25px #ffffff
}
.obj-position-top{
	object-position: top;
}
.obj-position-center{
	object-position: center;
}
.obj-position-bottom{
	object-position: bottom;
}
.obj-position-left{
	object-position: left;
}
.obj-position-right{
	object-position: right;
}
.obj-fit-contain{
	object-fit: contain;
}
.obj-fit-cover{
	object-fit: cover;
}
.storke{
	position: relative;
	z-index: 1;
}
.storke::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	white-space:nowrap;
}
.storke-white::before{
	position: absolute;
	content: attr(data-storke);
	z-index: -1;
	-webkit-text-stroke: 3px #fff;
	white-space:nowrap;
}
.absolute-align-center{
	top: 50%;
	transform: translateY(-50%);
}
.absolute-content-center{
	left: 50%;
	transform: translateX(-50%);
}
.absolute-center{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.top-0{
	top: 0;
}
.left-0{
	left: 0;
}
.right-0{
	right: 0;
}
.bottom-0{
	bottom: 0;
}
.width-fit{
	width: fit-content;
}
.rounded-pill{
	border-radius: 15rem;
}
.rounded-pill-1{
	border-radius: 1rem;
}
.rounded-pill-3{
	border-radius: 3rem;
}
.rounded-pill-50{
	border-radius: 50rem;
}
.rounded-cycle{
	border-radius: 50%;
}
.aspect-ratio-1-1{
	aspect-ratio: 1 / 1;
}
.pointer-events-none{
	pointer-events: none;
}
.multiline-ellipsis-clamp-1{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiline-ellipsis-clamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.multiline-ellipsis-clamp-3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.border-white-5{
	border: 5px solid #fff;
}
.letter-spacing-0{
	letter-spacing: 0;
}
.letter-spacing-2{
	letter-spacing: 2px;
}
.letter-spacing-4{
	letter-spacing: 4px;
}
.letter-spacing-6{
	letter-spacing: 6px;
}
.letter-spacing-8{
	letter-spacing: 8px;
}
.letter-spacing-15{
	letter-spacing: 15px;
}
.letter-spacing-20{
	letter-spacing: 20px;
}
.z-index-10{
	z-index:10;
}
.z-index-11{
	z-index:11;
}
.z-index-12{
	z-index:12;
}
.line-height-12 {
    line-height: 12px;
}
.line-height-14 {
    line-height: 14px;
}
.line-height-16 {
    line-height: 16px;
}
.line-height-18 {
    line-height: 18px;
}
.line-height-20 {
    line-height: 20px;
}
.line-height-22 {
    line-height: 22px;
}
.line-height-24 {
    line-height: 24px;
}
.line-height-26 {
    line-height: 26px;
}
.line-height-28 {
    line-height: 28px;
}
.line-height-30 {
    line-height: 30px;
}
.line-height-32 {
    line-height: 32px;
}
.line-height-34 {
    line-height: 34px;
}
.line-height-36 {
    line-height: 36px;
}
.line-height-38 {
    line-height: 38px;
}
.line-height-40 {
    line-height: 40px;
}
.line-height-42 {
    line-height: 42px;
}
.line-height-44 {
    line-height: 44px;
}
.line-height-46 {
    line-height: 46px;
}
.line-height-48 {
    line-height: 48px;
}
.line-height-50 {
    line-height: 50px;
}
.line-height-52 {
    line-height: 52px;
}
.line-height-54 {
    line-height: 54px;
}
.line-height-56 {
    line-height: 56px;
}
.line-height-58 {
    line-height: 58px;
}
.line-height-60 {
    line-height: 60px;
}
.line-height-62 {
    line-height: 62px;
}
.line-height-64 {
    line-height: 64px;
}
.line-height-66 {
    line-height: 66px;
}
.line-height-68 {
    line-height: 68px;
}
.line-height-70 {
    line-height: 70px;
}
.line-height-72 {
    line-height: 72px;
}
.line-height-74 {
    line-height: 74px;
}
.line-height-76 {
    line-height: 76px;
}
.line-height-78 {
    line-height: 78px;
}
.line-height-80 {
    line-height: 80px;
}
.line-height-82 {
    line-height: 82px;
}
.line-height-84 {
    line-height: 84px;
}
.line-height-86 {
    line-height: 86px;
}
.line-height-88 {
    line-height: 88px;
}
.line-height-90 {
    line-height: 90px;
}
.line-height-92 {
    line-height: 92px;
}
.line-height-94 {
    line-height: 94px;
}
.line-height-96 {
    line-height: 96px;
}
.line-height-98 {
    line-height: 98px;
}
.line-height-100 {
    line-height: 100px;
}
.line-height-102 {
    line-height: 102px;
}
.line-height-104 {
    line-height: 104px;
}
.line-height-106 {
    line-height: 106px;
}
.line-height-108 {
    line-height: 108px;
}
.line-height-110 {
    line-height: 110px;
}
.line-height-112 {
    line-height: 112px;
}
.line-height-114 {
    line-height: 114px;
}
.line-height-116 {
    line-height: 116px;
}
.line-height-118 {
    line-height: 118px;
}
.line-height-120 {
    line-height: 120px;
}
.line-height-140 {
    line-height: 140px;
}
.line-height-160 {
    line-height: 160px;
}
.line-height-200 {
    line-height: 200px;
}
.filter-brightness-06{
	filter: brightness(0.6);
}
.filter-brightness-08{
	filter: brightness(0.8);
}
.list-style-type-none{
	list-style-type: none;
}
.order-6 { order: 6; }
.order-7 { order: 7; }
.order-8 { order: 8; }
.order-9 { order: 9; }
.order-10 { order: 10; }

@media (min-width: 992px) {
	.order-lg--10 { order: -10; }
	.order-lg--9 { order: -9; }
	.order-lg--8 { order: -8; }
	.order-lg--7 { order: -7; }
	.order-lg--6 { order: -6; }

	.order-lg-6 { order: 6; }
	.order-lg-7 { order: 7; }
	.order-lg-8 { order: 8; }
	.order-lg-9 { order: 9; }
	.order-lg-10 { order: 10; }
}
@media screen and (max-width: 991px) {
	.md-letter-spacing-2{
		letter-spacing: 2px;
	}
	.md-letter-spacing-6{
		letter-spacing: 6px;
	}
	.md-text-size-14 {
	    font-size: 14px;
	}
	.md-text-size-16 {
	    font-size: 16px;
	}
	.md-text-size-18 {
	    font-size: 18px;
	}
	.md-text-size-20 {
	    font-size: 20px;
	}
	.md-text-size-22 {
	    font-size: 22px;
	}
	.md-text-size-24 {
	    font-size: 24px;
	}
	.md-text-size-26 {
	    font-size: 26px;
	}
	.md-text-size-28 {
	    font-size: 28px;
	}
	.md-text-size-30 {
	    font-size: 30px;
	}
	.md-text-size-32 {
	    font-size: 32px;
	}
	.md-text-size-34 {
	    font-size: 34px;
	}
	.md-text-size-36 {
	    font-size: 36px;
	}
	.md-text-size-38 {
	    font-size: 38px;
	}
	.md-text-size-40 {
	    font-size: 40px;
	}
	.md-text-size-42{
		font-size: 42px;
	}
	.md-text-size-46 {
	    font-size: 46px;
	}
	.md-text-size-48 {
	    font-size: 48px;
	}
	.md-text-size-50 {
	    font-size: 50px;
	}
	.md-text-size-52 {
	    font-size: 52px;
	}
	.md-text-size-54 {
	    font-size: 54px;
	}
	.md-text-size-56{
		font-size: 56px;
	}
	.md-text-size-58{
		font-size: 58px;
	}
	.md-text-size-60 {
	    font-size: 60px;
	}
	.md-text-size-62 {
	    font-size: 62px;
	}
	.md-text-size-64 {
	    font-size: 64px;
	}
	.md-text-size-66 {
	    font-size: 66px;
	}
	.md-text-size-70 {
	    font-size: 70px;
	}
	.md-text-size-72 {
	    font-size: 72px;
	}
	.md-text-size-74 {
	    font-size: 74px;
	}
	.md-text-size-76 {
	    font-size: 76px;
	}
	.md-text-size-80 {
	    font-size: 80px;
	}
	.md-text-size-82 {
	    font-size: 82px;
	}
	.md-text-size-84{
		font-size: 84px;
	}
	.md-text-size-86{
		font-size: 86px;
	}
	.md-text-size-88 {
	    font-size: 88px;
	}
	.md-text-size-90 {
	    font-size: 90px;
	}
	.md-text-size-100 {
	    font-size: 100px;
	}
	.md-text-size-120 {
	    font-size: 120px;
	}
	.md-line-height-12 {
	    line-height: 12px;
	}
	.md-line-height-14 {
	    line-height: 14px;
	}
	.md-line-height-16 {
	    line-height: 16px;
	}
	.md-line-height-18 {
	    line-height: 18px;
	}
	.md-line-height-20 {
	    line-height: 20px;
	}
	.md-line-height-22 {
	    line-height: 22px;
	}
	.md-line-height-24 {
	    line-height: 24px;
	}
	.md-line-height-26 {
	    line-height: 26px;
	}
	.md-line-height-28 {
	    line-height: 28px;
	}
	.md-line-height-30 {
	    line-height: 30px;
	}
	.md-line-height-32 {
	    line-height: 32px;
	}
	.md-line-height-34 {
	    line-height: 34px;
	}
	.md-line-height-36 {
	    line-height: 36px;
	}
	.md-line-height-38 {
	    line-height: 38px;
	}
	.md-line-height-40 {
	    line-height: 40px;
	}
	.md-line-height-42 {
	    line-height: 42px;
	}
	.md-line-height-44 {
	    line-height: 44px;
	}
	.md-line-height-46 {
	    line-height: 46px;
	}
	.md-line-height-48 {
	    line-height: 48px;
	}
	.md-line-height-50 {
	    line-height: 50px;
	}
	.md-line-height-52 {
	    line-height: 52px;
	}
	.md-line-height-54 {
	    line-height: 54px;
	}
	.md-line-height-56 {
	    line-height: 56px;
	}
	.md-line-height-58 {
	    line-height: 58px;
	}
	.md-line-height-60 {
	    line-height: 60px;
	}
	.md-line-height-62 {
	    line-height: 62px;
	}
	.md-line-height-64 {
	    line-height: 64px;
	}
	.md-line-height-66 {
	    line-height: 66px;
	}
	.md-line-height-68 {
	    line-height: 68px;
	}
	.md-line-height-70 {
	    line-height: 70px;
	}
	.md-line-height-72 {
	    line-height: 72px;
	}
	.md-line-height-74 {
	    line-height: 74px;
	}
	.md-line-height-76 {
	    line-height: 76px;
	}
	.md-line-height-78 {
	    line-height: 78px;
	}
	.md-line-height-80 {
	    line-height: 80px;
	}
	.md-line-height-82 {
	    line-height: 82px;
	}
	.md-line-height-84 {
	    line-height: 84px;
	}
	.md-line-height-86 {
	    line-height: 86px;
	}
	.md-line-height-88 {
	    line-height: 88px;
	}
	.md-line-height-90 {
	    line-height: 90px;
	}
	.md-line-height-92 {
	    line-height: 92px;
	}
	.md-line-height-94 {
	    line-height: 94px;
	}
	.md-line-height-96 {
	    line-height: 96px;
	}
	.md-line-height-98 {
	    line-height: 98px;
	}
	.md-line-height-100 {
	    line-height: 100px;
	}
	.md-line-height-102 {
	    line-height: 102px;
	}
	.md-line-height-104 {
	    line-height: 104px;
	}
	.md-line-height-106 {
	    line-height: 106px;
	}
	.md-line-height-108 {
	    line-height: 108px;
	}
	.md-line-height-110 {
	    line-height: 110px;
	}
	.md-line-height-112 {
	    line-height: 112px;
	}
	.md-line-height-114 {
	    line-height: 114px;
	}
	.md-line-height-116 {
	    line-height: 116px;
	}
	.md-line-height-118 {
	    line-height: 118px;
	}
	.md-line-height-120 {
	    line-height: 120px;
	}
	.md-border-top-0 { 
	    border-top: 0px; 
    }
    .md-border-bottom-0 { 
        border-bottom: 0px; 
    }
    .md-border-start-0 { 
        border-left: 0px;  
    }
    .md-border-end-0 { 
        border-right: 0px; 
    }
    .md-border-0 { 
        border: 0px; 
    }
}
@media (max-width: 768px) {
	.order-md--10 { order: -10; }
	.order-md--9 { order: -9; }
	.order-md--8 { order: -8; }
	.order-md--7 { order: -7; }
	.order-md--6 { order: -6; }

	.order-md-6 { order: 6; }
	.order-md-7 { order: 7; }
	.order-md-8 { order: 8; }
	.order-md-9 { order: 9; }
	.order-md-10 { order: 10; }

	.smd-letter-spacing-2 {
		letter-spacing: 2px;
	}
	.smd-letter-spacing-6 {
		letter-spacing: 6px;
	}
	.smd-text-size-14 {
		font-size: 14px;
	}
	.smd-text-size-16 {
		font-size: 16px;
	}
	.smd-text-size-18 {
		font-size: 18px;
	}
	.smd-text-size-20 {
		font-size: 20px;
	}
	.smd-text-size-22 {
		font-size: 22px;
	}
	.smd-text-size-24 {
		font-size: 24px;
	}
	.smd-text-size-26 {
		font-size: 26px;
	}
	.smd-text-size-28 {
		font-size: 28px;
	}
	.smd-text-size-30 {
		font-size: 30px;
	}
	.smd-text-size-32 {
		font-size: 32px;
	}
	.smd-text-size-34 {
		font-size: 34px;
	}
	.smd-text-size-36 {
		font-size: 36px;
	}
	.smd-text-size-38 {
		font-size: 38px;
	}
	.smd-text-size-40 {
		font-size: 40px;
	}
	.smd-text-size-42 {
		font-size: 42px;
	}
	.smd-text-size-46 {
		font-size: 46px;
	}
	.smd-text-size-48 {
		font-size: 48px;
	}
	.smd-text-size-50 {
		font-size: 50px;
	}
	.smd-text-size-52 {
		font-size: 52px;
	}
	.smd-text-size-54 {
		font-size: 54px;
	}
	.smd-text-size-56 {
		font-size: 56px;
	}
	.smd-text-size-58 {
		font-size: 56px;
	}
	.smd-text-size-60 {
		font-size: 60px;
	}
	.smd-text-size-62 {
		font-size: 62px;
	}
	.smd-text-size-64 {
		font-size: 64px;
	}
	.smd-text-size-66 {
		font-size: 66px;
	}
	.smd-text-size-70 {
		font-size: 70px;
	}
	.smd-text-size-74 {
		font-size: 74px;
	}
	.smd-text-size-76 {
		font-size: 76px;
	}
	.smd-text-size-80 {
		font-size: 80px;
	}
	.smd-text-size-82 {
		font-size: 82px;
	}
	.smd-text-size-100 {
		font-size: 100px;
	}
	.smd-text-size-120 {
		font-size: 120px;
	}
	.smd-line-height-12 {
		line-height: 12px;
	}
	.smd-line-height-14 {
		line-height: 14px;
	}
	.smd-line-height-16 {
		line-height: 16px;
	}
	.smd-line-height-18 {
		line-height: 18px;
	}
	.smd-line-height-20 {
		line-height: 20px;
	}
	.smd-line-height-22 {
		line-height: 22px;
	}
	.smd-line-height-24 {
		line-height: 24px;
	}
	.smd-line-height-26 {
		line-height: 26px;
	}
	.smd-line-height-28 {
		line-height: 28px;
	}
	.smd-line-height-30 {
		line-height: 30px;
	}
	.smd-line-height-32 {
		line-height: 32px;
	}
	.smd-line-height-34 {
		line-height: 34px;
	}
	.smd-line-height-36 {
		line-height: 36px;
	}
	.smd-line-height-38 {
		line-height: 38px;
	}
	.smd-line-height-40 {
		line-height: 40px;
	}
	.smd-line-height-42 {
		line-height: 42px;
	}
	.smd-line-height-44 {
		line-height: 44px;
	}
	.smd-line-height-46 {
		line-height: 46px;
	}
	.smd-line-height-48 {
		line-height: 48px;
	}
	.smd-line-height-50 {
		line-height: 50px;
	}
	.smd-line-height-52 {
		line-height: 52px;
	}
	.smd-line-height-54 {
		line-height: 54px;
	}
	.smd-line-height-56 {
		line-height: 56px;
	}
	.smd-line-height-58 {
		line-height: 58px;
	}
	.smd-line-height-60 {
		line-height: 60px;
	}
	.smd-line-height-62 {
		line-height: 62px;
	}
	.smd-line-height-64 {
		line-height: 64px;
	}
	.smd-line-height-66 {
		line-height: 66px;
	}
	.smd-line-height-68 {
		line-height: 68px;
	}
	.smd-line-height-70 {
		line-height: 70px;
	}
	.smd-line-height-72 {
		line-height: 72px;
	}
	.smd-line-height-74 {
		line-height: 74px;
	}
	.smd-line-height-76 {
		line-height: 76px;
	}
	.smd-line-height-78 {
		line-height: 78px;
	}
	.smd-line-height-80 {
		line-height: 80px;
	}
	.smd-line-height-82 {
		line-height: 82px;
	}
	.smd-line-height-84 {
		line-height: 84px;
	}
	.smd-line-height-86 {
		line-height: 86px;
	}
	.smd-line-height-88 {
		line-height: 88px;
	}
	.smd-line-height-90 {
		line-height: 90px;
	}
	.smd-line-height-92 {
		line-height: 92px;
	}
	.smd-line-height-94 {
		line-height: 94px;
	}
	.smd-line-height-96 {
		line-height: 96px;
	}
	.smd-line-height-98 {
		line-height: 98px;
	}
	.smd-line-height-100 {
		line-height: 100px;
	}
	.smd-line-height-102 {
		line-height: 102px;
	}
	.smd-line-height-104 {
		line-height: 104px;
	}
	.smd-line-height-106 {
		line-height: 106px;
	}
	.smd-line-height-108 {
		line-height: 108px;
	}
}
@media screen and (min-width: 577px) and (max-width: 767px){ 
	.sm-md-letter-spacing-2 {
		letter-spacing: 2px;
	}
	.sm-md-letter-spacing-6 {
		letter-spacing: 6px;
	}
	.sm-md-text-size-10{
		font-size: 10px;
	}
	.sm-md-text-size-11{
		font-size: 11px;
	}
	.sm-md-text-size-12{
		font-size: 12px;
	}
	.sm-md-text-size-14 {
		font-size: 14px;
	}
	.sm-md-text-size-16 {
		font-size: 16px;
	}
	.sm-md-text-size-18 {
		font-size: 18px;
	}
	.sm-md-text-size-20 {
		font-size: 20px;
	}
	.sm-md-text-size-22 {
		font-size: 22px;
	}
	.sm-md-text-size-24 {
		font-size: 24px;
	}
	.sm-md-text-size-26 {
		font-size: 26px;
	}
	.sm-md-text-size-28 {
		font-size: 28px;
	}
	.sm-md-text-size-30 {
		font-size: 30px;
	}
	.sm-md-text-size-32 {
		font-size: 32px;
	}
	.sm-md-text-size-34 {
		font-size: 34px;
	}
	.sm-md-text-size-36 {
		font-size: 36px;
	}
	.sm-md-text-size-38 {
		font-size: 38px;
	}
	.sm-md-text-size-40 {
		font-size: 40px;
	}
	.sm-md-text-size-42 {
		font-size: 42px;
	}
	.sm-md-text-size-46 {
		font-size: 46px;
	}
	.sm-md-text-size-48 {
		font-size: 48px;
	}
	.sm-md-text-size-50 {
		font-size: 50px;
	}
	.sm-md-text-size-52 {
		font-size: 52px;
	}
	.sm-md-text-size-54 {
		font-size: 54px;
	}
	.sm-md-text-size-56 {
		font-size: 56px;
	}
	.sm-md-text-size-58 {
		font-size: 56px;
	}
	.sm-md-text-size-60 {
		font-size: 60px;
	}
	.sm-md-text-size-62 {
		font-size: 62px;
	}
	.sm-md-text-size-64 {
		font-size: 64px;
	}
	.sm-md-text-size-66 {
		font-size: 66px;
	}
	.sm-md-text-size-70 {
		font-size: 70px;
	}
	.sm-md-text-size-74 {
		font-size: 74px;
	}
	.sm-md-text-size-76 {
		font-size: 76px;
	}
	.sm-md-text-size-80 {
		font-size: 80px;
	}
	.sm-md-text-size-82 {
		font-size: 82px;
	}
	.sm-md-text-size-100 {
		font-size: 100px;
	}
	.sm-md-text-size-120 {
		font-size: 120px;
	}
	.sm-md-line-height-12 {
		line-height: 12px;
	}
	.sm-md-line-height-4 {
		line-height: 4px;
	}
	.sm-md-line-height-14 {
		line-height: 14px;
	}
	.sm-md-line-height-16 {
		line-height: 16px;
	}
	.sm-md-line-height-18 {
		line-height: 18px;
	}
	.sm-md-line-height-20 {
		line-height: 20px;
	}
	.sm-md-line-height-22 {
		line-height: 22px;
	}
	.sm-md-line-height-24 {
		line-height: 24px;
	}
	.sm-md-line-height-26 {
		line-height: 26px;
	}
	.sm-md-line-height-28 {
		line-height: 28px;
	}
	.sm-md-line-height-30 {
		line-height: 30px;
	}
	.sm-md-line-height-32 {
		line-height: 32px;
	}
	.sm-md-line-height-34 {
		line-height: 34px;
	}
	.sm-md-line-height-36 {
		line-height: 36px;
	}
	.sm-md-line-height-38 {
		line-height: 38px;
	}
	.sm-md-line-height-40 {
		line-height: 40px;
	}
	.sm-md-line-height-42 {
		line-height: 42px;
	}
	.sm-md-line-height-44 {
		line-height: 44px;
	}
	.sm-md-line-height-46 {
		line-height: 46px;
	}
	.sm-md-line-height-48 {
		line-height: 48px;
	}
	.sm-md-line-height-50 {
		line-height: 50px;
	}
	.sm-md-line-height-52 {
		line-height: 52px;
	}
	.sm-md-line-height-54 {
		line-height: 54px;
	}
	.sm-md-line-height-56 {
		line-height: 56px;
	}
	.sm-md-line-height-58 {
		line-height: 58px;
	}
	.sm-md-line-height-60 {
		line-height: 60px;
	}
	.sm-md-line-height-62 {
		line-height: 62px;
	}
	.sm-md-line-height-64 {
		line-height: 64px;
	}
	.sm-md-line-height-66 {
		line-height: 66px;
	}
	.sm-md-line-height-68 {
		line-height: 68px;
	}
	.sm-md-line-height-70 {
		line-height: 70px;
	}
	.sm-md-line-height-72 {
		line-height: 72px;
	}
	.sm-md-line-height-74 {
		line-height: 74px;
	}
	.sm-md-line-height-76 {
		line-height: 76px;
	}
	.sm-md-line-height-78 {
		line-height: 78px;
	}
	.sm-md-line-height-80 {
		line-height: 80px;
	}
	.sm-md-line-height-82 {
		line-height: 82px;
	}
	.sm-md-line-height-84 {
		line-height: 84px;
	}
	.sm-md-line-height-86 {
		line-height: 86px;
	}
	.sm-md-line-height-88 {
		line-height: 88px;
	}
	.sm-md-line-height-90 {
		line-height: 90px;
	}
	.sm-md-line-height-92 {
		line-height: 92px;
	}
	.sm-md-line-height-94 {
		line-height: 94px;
	}
	.sm-md-line-height-96 {
		line-height: 96px;
	}
	.sm-md-line-height-98 {
		line-height: 98px;
	}
	.sm-md-line-height-100 {
		line-height: 100px;
	}
	.sm-md-line-height-102 {
		line-height: 102px;
	}
	.sm-md-line-height-104 {
		line-height: 104px;
	}
	.sm-md-line-height-106 {
		line-height: 106px;
	}
	.sm-md-line-height-108 {
		line-height: 108px;
	}
}
@media (min-width: 576px) {
  .order-sm--10 { order: -10; }
  .order-sm--9 { order: -9; }
  .order-sm--8 { order: -8; }
  .order-sm--7 { order: -7; }
  .order-sm--6 { order: -6; }

  .order-sm-6 { order: 6; }
  .order-sm-7 { order: 7; }
  .order-sm-8 { order: 8; }
  .order-sm-9 { order: 9; }
  .order-sm-10 { order: 10; }
}
@media screen and (max-width: 576px) {
	.sm-width-unset{
		width: unset;
	}
	.sm-width-fit{
		width: fit-content;
	}
	.sm-letter-spacing-unset{
		letter-spacing: unset;
	}
	.sm-letter-spacing-1{
		letter-spacing: 1px;
	}
	.sm-letter-spacing-2{
		letter-spacing: 2px;
	}
	.sm-letter-spacing-4{
		letter-spacing: 4px;
	}
	.sm-letter-spacing-6{
		letter-spacing: 6px;
	}
	.sm-obj-position-bottom{
		object-position: bottom;
	}
	.sm-obj-position-center{
		object-position: center;
	}
	.sm-text-size-8 {
	    font-size: 8px;
	}
	.sm-text-size-9 {
	    font-size: 9px;
	}
	.sm-text-size-10 {
	    font-size: 10px;
	}
	.sm-text-size-11 {
	    font-size: 11px;
	}
	.sm-text-size-12 {
	    font-size: 12px;
	}
	.sm-text-size-14 {
	    font-size: 14px;
	}
	.sm-text-size-16 {
	    font-size: 16px;
	}
	.sm-text-size-18 {
	    font-size: 18px;
	}
	.sm-text-size-20 {
	    font-size: 20px;
	}
	.sm-text-size-22 {
	    font-size: 22px;
	}
	.sm-text-size-24 {
	    font-size: 24px;
	}
	.sm-text-size-26 {
	    font-size: 26px;
	}
	.sm-text-size-28 {
	    font-size: 28px;
	}
	.sm-text-size-30 {
	    font-size: 30px;
	}
	.sm-text-size-32 {
	    font-size: 32px;
	}
	.sm-text-size-34 {
	    font-size: 34px;
	}
	.sm-text-size-36 {
	    font-size: 36px;
	}
	.sm-text-size-38 {
	    font-size: 38px;
	}
	.sm-text-size-40 {
	    font-size: 40px;
	}
	.sm-text-size-42{
		font-size: 42px;
	}
	.sm-text-size-46 {
	    font-size: 46px;
	}
	.sm-text-size-48 {
	    font-size: 48px;
	}
	.sm-text-size-50 {
	    font-size: 50px;
	}
	.sm-text-size-52 {
	    font-size: 52px;
	}
	.sm-text-size-54 {
	    font-size: 54px;
	}
	.sm-text-size-56{
		font-size: 56px;
	}
	.sm-text-size-58{
		font-size: 56px;
	}
	.sm-text-size-60 {
	    font-size: 60px;
	}
	.sm-text-size-62 {
	    font-size: 62px;
	}
	.sm-text-size-64 {
	    font-size: 64px;
	}
	.sm-text-size-66 {
	    font-size: 66px;
	}
	.sm-text-size-70 {
	    font-size: 70px;
	}
	.sm-text-size-74 {
	    font-size: 74px;
	}
	.sm-text-size-76 {
	    font-size: 76px;
	}
	.sm-text-size-80 {
	    font-size: 80px;
	}
	.sm-text-size-82{
		font-size: 82px;
	}
	.sm-text-size-84{
		font-size: 84px;
	}
	.sm-text-size-86{
		font-size: 86px;
	}
	.sm-text-size-88{
		font-size: 88px;
	}
	.sm-text-size-100 {
	    font-size: 100px;
	}
	.sm-text-size-120 {
	    font-size: 120px;
	}
	.sm-obj-fit-contain{
		object-fit: contain;
	}
	.sm-obj-position-top{
		object-position: top;
	}
	.sm-line-height-12 {
	    line-height: 12px;
	}
	.sm-line-height-14 {
	    line-height: 14px;
	}
	.sm-line-height-16 {
	    line-height: 16px;
	}
	.sm-line-height-18 {
	    line-height: 18px;
	}
	.sm-line-height-20 {
	    line-height: 20px;
	}
	.sm-line-height-22 {
	    line-height: 22px;
	}
	.sm-line-height-24 {
	    line-height: 24px;
	}
	.sm-line-height-26 {
	    line-height: 26px;
	}
	.sm-line-height-28 {
	    line-height: 28px;
	}
	.sm-line-height-30 {
	    line-height: 30px;
	}
	.sm-line-height-32 {
	    line-height: 32px;
	}
	.sm-line-height-34 {
	    line-height: 34px;
	}
	.sm-line-height-36 {
	    line-height: 36px;
	}
	.sm-line-height-38 {
	    line-height: 38px;
	}
	.sm-line-height-40 {
	    line-height: 40px;
	}
	.sm-line-height-42 {
	    line-height: 42px;
	}
	.sm-line-height-44 {
	    line-height: 44px;
	}
	.sm-line-height-46 {
	    line-height: 46px;
	}
	.sm-line-height-48 {
	    line-height: 48px;
	}
	.sm-line-height-50 {
	    line-height: 50px;
	}
	.sm-line-height-52 {
	    line-height: 52px;
	}
	.sm-line-height-54 {
	    line-height: 54px;
	}
	.sm-line-height-56 {
	    line-height: 56px;
	}
	.sm-line-height-58 {
	    line-height: 58px;
	}
	.sm-line-height-60 {
	    line-height: 60px;
	}
	.sm-line-height-62 {
	    line-height: 62px;
	}
	.sm-line-height-64 {
	    line-height: 64px;
	}
	.sm-line-height-66 {
	    line-height: 66px;
	}
	.sm-line-height-68 {
	    line-height: 68px;
	}
	.sm-line-height-70 {
	    line-height: 70px;
	}
	.sm-line-height-72 {
	    line-height: 72px;
	}
	.sm-line-height-74 {
	    line-height: 74px;
	}
	.sm-line-height-76 {
	    line-height: 76px;
	}
	.sm-line-height-78 {
	    line-height: 78px;
	}
	.sm-line-height-80 {
	    line-height: 80px;
	}
	.sm-line-height-82 {
	    line-height: 82px;
	}
	.sm-line-height-84 {
	    line-height: 84px;
	}
	.sm-line-height-86 {
	    line-height: 86px;
	}
	.sm-line-height-88 {
	    line-height: 88px;
	}
	.sm-line-height-90 {
	    line-height: 90px;
	}
	.sm-line-height-92 {
	    line-height: 92px;
	}
	.sm-line-height-94 {
	    line-height: 94px;
	}
	.sm-line-height-96 {
	    line-height: 96px;
	}
	.sm-line-height-98 {
	    line-height: 98px;
	}
	.sm-line-height-100 {
	    line-height: 100px;
	}
	.sm-line-height-102 {
	    line-height: 102px;
	}
	.sm-line-height-104 {
	    line-height: 104px;
	}
	.sm-line-height-106 {
	    line-height: 106px;
	}
	.sm-line-height-108 {
	    line-height: 108px;
	}
	.sm-border-top-0 { 
	    border-top: 0px; 
	}
	.sm-border-bottom-0 { 
	    border-bottom: 0px; 
	}
	.sm-border-start-0 { 
	    border-left: 0px; 
	}
	.sm-border-end-0 { 
	    border-right: 0px; 
	}
	.sm-border-0 { 
	    border: 0px; 
	}
}
@media screen and (max-width: 440px) {
	.content-row{
		max-width: 440px;
		min-width: unset;
	}
}
@media screen and (max-width: 414px) {
	.xs-width-unset{
		width: unset;
	}
	.xs-width-fit{
		width: fit-content;
	}
	.xs-letter-spacing-unset{
		letter-spacing: unset;
	}
	.xs-letter-spacing-1{
		letter-spacing: 1px;
	}
	.xs-letter-spacing-2{
		letter-spacing: 2px;
	}
	.xs-letter-spacing-4{
		letter-spacing: 4px;
	}
	.xs-letter-spacing-6{
		letter-spacing: 6px;
	}
	.xs-obj-position-bottom{
		object-position: bottom;
	}
	.xs-obj-position-center{
		object-position: center;
	}
	.xs-text-size-8 {
	    font-size: 8px;
	}
	.xs-text-size-9 {
	    font-size: 9px;
	}
	.xs-text-size-10 {
	    font-size: 10px;
	}
	.xs-text-size-12 {
	    font-size: 12px;
	}
	.xs-text-size-14 {
	    font-size: 14px;
	}
	.xs-text-size-16 {
	    font-size: 16px;
	}
	.xs-text-size-18 {
	    font-size: 18px;
	}
	.xs-text-size-20 {
	    font-size: 20px;
	}
	.xs-text-size-22 {
	    font-size: 22px;
	}
	.xs-text-size-24 {
	    font-size: 24px;
	}
	.xs-text-size-26 {
	    font-size: 26px;
	}
	.xs-text-size-28 {
	    font-size: 28px;
	}
	.xs-text-size-30 {
	    font-size: 30px;
	}
	.xs-text-size-32 {
	    font-size: 32px;
	}
	.xs-text-size-34 {
	    font-size: 34px;
	}
	.xs-text-size-36 {
	    font-size: 36px;
	}
	.xs-text-size-38 {
	    font-size: 38px;
	}
	.xs-text-size-40 {
	    font-size: 40px;
	}
	.xs-text-size-42{
		font-size: 42px;
	}
	.xs-text-size-46 {
	    font-size: 46px;
	}
	.xs-text-size-48 {
	    font-size: 48px;
	}
	.xs-text-size-50 {
	    font-size: 50px;
	}
	.xs-text-size-52 {
	    font-size: 52px;
	}
	.xs-text-size-54 {
	    font-size: 54px;
	}
	.xs-text-size-56{
		font-size: 56px;
	}
	.xs-text-size-58{
		font-size: 56px;
	}
	.xs-text-size-60 {
	    font-size: 60px;
	}
	.xs-text-size-62 {
	    font-size: 62px;
	}
	.xs-text-size-64 {
	    font-size: 64px;
	}
	.xs-text-size-66 {
	    font-size: 66px;
	}
	.xs-text-size-70 {
	    font-size: 70px;
	}
	.xs-text-size-74 {
	    font-size: 74px;
	}
	.xs-text-size-76 {
	    font-size: 76px;
	}
	.xs-text-size-78 {
	    font-size: 78px;
	}
	.xs-text-size-80 {
	    font-size: 80px;
	}
	.xs-text-size-82 {
	    font-size: 82px;
	}
	.xs-text-size-84 {
	    font-size: 84px;
	}
	.xs-text-size-86 {
	    font-size: 86px;
	}
	.xs-text-size-88 {
	    font-size: 88px;
	}
	.xs-text-size-100 {
	    font-size: 100px;
	}
	.xs-text-size-120 {
	    font-size: 120px;
	}
	.xs-obj-fit-contain{
		object-fit: contain;
	}
	.xs-obj-position-top{
		object-position: top;
	}
	.xs-line-height-12 {
	    line-height: 12px;
	}
	.xs-line-height-14 {
	    line-height: 14px;
	}
	.xs-line-height-16 {
	    line-height: 16px;
	}
	.xs-line-height-18 {
	    line-height: 18px;
	}
	.xs-line-height-20 {
	    line-height: 20px;
	}
	.xs-line-height-22 {
	    line-height: 22px;
	}
	.xs-line-height-24 {
	    line-height: 24px;
	}
	.xs-line-height-26 {
	    line-height: 26px;
	}
	.xs-line-height-28 {
	    line-height: 28px;
	}
	.xs-line-height-30 {
	    line-height: 30px;
	}
	.xs-line-height-32 {
	    line-height: 32px;
	}
	.xs-line-height-34 {
	    line-height: 34px;
	}
	.xs-line-height-36 {
	    line-height: 36px;
	}
	.xs-line-height-38 {
	    line-height: 38px;
	}
	.xs-line-height-40 {
	    line-height: 40px;
	}
	.xs-line-height-42 {
	    line-height: 42px;
	}
	.xs-line-height-44 {
	    line-height: 44px;
	}
	.xs-line-height-46 {
	    line-height: 46px;
	}
	.xs-line-height-48 {
	    line-height: 48px;
	}
	.xs-line-height-50 {
	    line-height: 50px;
	}
	.xs-line-height-52 {
	    line-height: 52px;
	}
	.xs-line-height-54 {
	    line-height: 54px;
	}
	.xs-line-height-56 {
	    line-height: 56px;
	}
	.xs-line-height-58 {
	    line-height: 58px;
	}
	.xs-line-height-60 {
	    line-height: 60px;
	}
	.xs-line-height-62 {
	    line-height: 62px;
	}
	.xs-line-height-64 {
	    line-height: 64px;
	}
	.xs-line-height-66 {
	    line-height: 66px;
	}
	.xs-line-height-68 {
	    line-height: 68px;
	}
	.xs-line-height-70 {
	    line-height: 70px;
	}
	.xs-line-height-72 {
	    line-height: 72px;
	}
	.xs-line-height-74 {
	    line-height: 74px;
	}
	.xs-line-height-76 {
	    line-height: 76px;
	}
	.xs-line-height-78 {
	    line-height: 78px;
	}
	.xs-line-height-80 {
	    line-height: 80px;
	}
	.xs-line-height-82 {
	    line-height: 82px;
	}
	.xs-line-height-84 {
	    line-height: 84px;
	}
	.xs-line-height-86 {
	    line-height: 86px;
	}
	.xs-line-height-88 {
	    line-height: 88px;
	}
	.xs-line-height-90 {
	    line-height: 90px;
	}
	.xs-line-height-92 {
	    line-height: 92px;
	}
	.xs-line-height-94 {
	    line-height: 94px;
	}
	.xs-line-height-96 {
	    line-height: 96px;
	}
	.xs-line-height-98 {
	    line-height: 98px;
	}
	.xs-line-height-100 {
	    line-height: 100px;
	}
	.xs-line-height-102 {
	    line-height: 102px;
	}
	.xs-line-height-104 {
	    line-height: 104px;
	}
	.xs-line-height-106 {
	    line-height: 106px;
	}
	.xs-line-height-108 {
	    line-height: 108px;
	}
}

@media screen and (max-width: 375px) {
	.content-row{
		max-width: 375px;
	}
	.xxs-text-size-7 {
	    font-size: 7px;
	}
	.xxs-text-size-8 {
	    font-size: 8px;
	}
	.xxs-text-size-10 {
	    font-size: 10px;
	}
	.xxs-text-size-11 {
	    font-size: 11px;
	}
	.xxs-text-size-12 {
	    font-size: 12px;
	}
	.xxs-text-size-14 {
	    font-size: 14px;
	}
	.xxs-text-size-16 {
	    font-size: 16px;
	}
	.xxs-text-size-20 {
	    font-size: 20px;
	}
	.xxs-text-size-32 {
	    font-size: 32px;
	}
	.xxs-text-size-36 {
	    font-size: 36px;
	}
	.xxs-line-height-14 {
	    line-height: 14px;
	}
	.xxs-line-height-16 {
		line-height: 16px;
	}
	.xxs-line-height-24 {
		line-height: 24px;
	}
}

@media screen and (max-width: 360px) {
	.content-row{
		max-width: 360px;
	}
}


.bg-1{
	background-color: #EF7582;
}
.bg-2{
	background-color: #FEEEEF;
}
.text-color-1{
	color: #D24F5D;
}
.text-2{

}
.img-1{
	position: inherit;
	width: 63%;
	z-index: 10;
}
.img-2{
	position: absolute;
	bottom: -54%;
	right: 0;
}
.img-3{
	position: absolute;
	left: 0;
	top: 0;
	max-width: 100px;
}
.img-4{
	max-width: 180px;
	position: absolute;
	right: 0;
	bottom: -150px;
	z-index: 10;
}
.img-5{
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	margin: auto;
	width: 34%;
}
.img-6{
	position: absolute;
	top: 30px;
	right: 32%;
	max-width: 130px;
}
.img-7{
	position: absolute;
	bottom: 330px;
	max-width: 100px;
	left: 70px;
}
.img-8{
	position: absolute;
	bottom: 330px;
	max-width: 95px;
	right: 40px;
}
.img-9{
	z-index: 10;
  left: 0;
  top: 5px;
  width: 50px;
}
.img-10{
	position: absolute;
  left: 14%;
  top: -4%;
  width: 100%;
}
.img-11{

}
.img-12{
	max-width: 840px;
}
.img-13{
	right: 0;
	top: 60px;
}
.img-14{
	right: 0;
	top: -340px;
}
.img-15{

}
.img-16 {
    width: 90%;
}
.img-17{

}
.img-18{
	object-position: 0 -385px;
}
.img-19{
	object-position: 0 575px;
}
.img-20{
	width: 250px;
}
.img-21{
	left: 0;
	top: 0;
}
.img-22{

}
.text-1{
	padding-top: 80px;
	padding-left: 20px;
}
.div-1{
	border-radius: 50px;
	padding: 0 60px;
}
.div-2{
	border-radius: 50px;
	width: fit-content;
}
.div-3{
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.div-4{
	border-radius: 50px;
	padding: 0 20px;
}
.div-5{
	left: 200px;
	top: 40px;
}
.div-6{
	left: 130px;
	top: 180px;
	background-position: 0px 45px;
}
.div-7{
	right: 130px;
	top: 80px;
}
.div-8{
	background-position: 0px 45px;
	right: 80px;
	top: 225px;
	height: 113px !important;
}
.div-8 p{
	padding-top: 10px;
}
.div-9{
	left: 65px;
	top: 420px;
}
.div-10{
	left: 120px;
  top: 410px;
  width: 220px;
  filter: blur(5px);
}
.div-11{
	width: 200px;
	height: 200px;
	margin-bottom: -130px;
	display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.div-12{
	height: 180px;	width: 200px;
	height: 200px;	margin-left: auto;
	margin-bottom: -50px;
	display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.div-13{
	width: 200px;
	height: 200px;
	margin-left: 40px;
	display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.div-14{
	max-width: 400px;
	left: 110px;
	margin: auto;
	top: -5px;
}
.div-15{
	top: 80px;
	left: 0;
	right: 0;
	margin: auto;
	width: 280px;
}
.div-16 {
    right: 7%;
    bottom: 14.5%;
    width: 280px;
}
.div-17 {
  bottom: 8%;
  left: 7%;
  width: 280px;
}
.div-18{
	background-color: #f6e7e5;
}
.div-19{
	height: 1562px;
}
.div-20{
	height: 1150px;
}
.div-21{
	margin-top: 80px;
}
.div-22{

}
.div-23{
	height: 1350px;
}
.div-24{
	height: 1380px;
}
.div-25{
	height: 1600px;
}
.div-26 {
  top: 9%;
  left: 12%;
}
.div-27 {
  top: 43%;
  left: 49%;
}
.div-28 {
    bottom: 3%;
    left: 10%;
}
.div-29{

}
.div-30{
	position:inherit;
	padding: 100px;"
}
.div-31{
	height: 1800px;
}
.div-32{
	height: 1800px;
}
.div-34{
	background-color: rgb(237 237 237 / 80%);
	height: 200px;
}
.div-35{
	position:inherit;
	padding: 50px;
}
.div-36{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.div-37{
	right: -30px;
	top: -90px;
	z-index: 10;
}
.div-38{
	margin-top: 150px;
}
.div-39{
	height: 1300px;
}
.div-40 {
  background-position: 0px 49px;
  right: 50px;
  top: 345px;
  height: 113px !important;
}
.div-40 p{
	padding-top: 10px;
}
.div-41{
	left: -50px;
	bottom: -23%;
}
.div-42{
	object-position: center;
}
.div-43{

}
.div-44{

}
.hr-1{
	border-bottom: 2px solid #fff;
}
.table-1 td{
  border: 5px solid #EFD7D7;
  vertical-align: middle;
  font-weight: 600;
  white-space:nowrap;
}
.border-top-1{
	border-top: 5px solid #FFDEA8 !important;
}
.border-right-1{
	border-right: 5px solid #FFDEA8 !important;
}
.border-left-1{
	border-left: 5px solid #FFDEA8 !important;
}
.border-bottom-1{
	border-bottom: 5px solid #FFDEA8 !important;
}
.td-1{
	position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
}
.td-2{
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.gradient-left{
  background: linear-gradient(to left, rgb(255 255 255 / 0%), #E07A85);
}
.gradient-right{
  background: linear-gradient(to right, rgb(255 255 255 / 0%), #E07A85);
}
.custom-td{
	height: 100px; 
	width: 320px;
}
.bg-no-repeat{
	background: no-repeat;
	background-size: contain;
	background-position: center;
}
.sec_1 .nd-1{
		padding-top: 172px;
}
.sec_3 .bg-no-repeat{
		background-position: center;
		badisplay: flex;
		align-items: center;
		margin-top: 80px;
}
@media screen and (max-width: 1200px) {
	.sec_1 .nd-1 {
    padding-top: 140px;
	}
}
@media screen and (max-width: 991px) {
	.img-2 {
	    position: absolute;
	    bottom: -54%;
	    right: 0;
	    width: 100%;
	}
	.img-4 {
	    max-width: 150px;
	}
	.sec_1 .nd-1 {
	    padding-top: 96px;
	}
	.img-16 {
	    width: 80%;
	}
	.div-5 {
	    left: 18%;
	    top: 32px;
	}
	.div-8 p {
	    padding-top: 16px;
	}
	.div-40 {
	    top: 400px;
	}
	.div-40 p {
	    padding-top: 23px;
	}
	.div-8 {
	    right: 8%;
	    top: 286px;
	}
	.div-6 {
	    left: 10%;
	    top: 258px;
	}
	.div-7 {
	    right: 10%;
	    top: 200px;
	}
	.div-5 {
	    left: 18%;
	    top: 173px;
	}
	.div-19 {
	    height: 1283px;
	}
	.sec_3 .nd-1{
		margin-top: -120px;
	}
	.div-21 {
	    margin-top: 25px;
	}
  .div-14 {
      left: 30%;
      top: -8%;
      max-width: 270px;
  }
	.div-11 {
	    width: 145px;
	    height: 145px;
	    margin-bottom: -80px;
	}
	.div-12 {
	    width: 145px;
	    height: 145px;
	}
	.div-13 {
	    width: 145px;
	    height: 145px;
	    margin-left: 10px;
	}
	.div-15 {
	    width: 210px;
	}
	.div-20 {
	    height: 850px;
	}
	.img-6 {
	    position: absolute;
	    top: 30px;
	    right: 30%;
	    max-width: 94px;
	}
	.div-16 {
	    right: 5.5%;
	    bottom: 14%;
	    width: 230px;
	}
	.div-17 {
	    bottom: 8%;
	    left: 6%;
	    width: 230px;
	}
	.img-5 {
	    top: 36%;
	}
	.img-7 {
	    bottom: 29%;
	    max-width: 90px;
	    left: 3%;
	}
	.img-8 {
	    position: absolute;
	    bottom: 36%;
	    max-width: 95px;
	    right: 3%;
	}
	.div-23 {
	    height: 950px;
	}
	.div-30 {
	    position: inherit;
	    padding: 65px 50px;
	}
	.div-24 {
	    height: 1100px;
	}
	.div-25 {
	    height: 1300px;
	}
	.div-31 {
	    height: 1400px;
	}
	.div-37 {
	    top: -70px;
	    width: 25%;
	}
	.img-13 {
	    right: 0;
	    top: 10px;
	    width: 520px;
	}
	.div-26 {
	    top: 12%;
	}
	.img-14 {
	    right: 16%;
	    top: -265px;
	    width: 350px;
	}
	.div-32 {
	    height: 1500px;
	}
	.div-39 {
	    height: 1100px;
	}
}
@media (max-width: 767px){

	.img-4 {
	    max-width: 88px;
	    bottom: -58px;
	}
	.sec_1 .nd-1 {
	    padding-top: 70px;
	}
	.div-8 {
	    top: 259px;
	    height: 82px !important;
	    right: 5%;
	}
	.div-40 {
		top: 320px;
		right: 30px;
	  top: 345px;
	  height: 84px !important;
	}
	.div-9 {
		left: 22px;
	  top: 372px;
	}
	.img-19 {
	    object-position: 0 355px;
	}
	.div-19 {
	    height: 870px;
	}
	.div-21 {
	    margin-top: 8px;
	}
	.div-11 {
		width: 120px;
		height: 120px;
    margin-bottom: -60px;
  }
	.div-12 {
		width: 120px;
		height: 120px;
  }
 	.div-13 {
 		width: 120px;
 		height: 120px;
   }
   .div-8 p {
       padding-top: 11px;
   }
   .div-40 p {
       padding-top: 14px;
   }
	.div-14 {
		left: 22%;
		top: -10%;
		max-width: 235px;
	}
	.div-20 {
	   height: 620px;
	}
	.pic3_3{
		width: 90%;
	}
	.div-15 {
		top: 40px;
	  width: 175px;
	}
	.img-6 {
	    top: 5px;
	    right: 29%;
	    max-width: 77px;
	}
	.div-16 {
	    right: 7.5%;
	    bottom: 12%;
	    width: 160px;
	}
	.div-17 {
	    bottom: 8%;
	    left: 7%;
	    width: 160px;
	}
	.img-7 {
	    bottom: 32%;
	    max-width: 57px;
	    left: 3%;
	}
	.img-8 {
	    max-width: 64px;
	}
	.div-23 {
	    height: 700px;
	}
	.div-24{
		margin-top: -20px;
	}
	.div-24 {
	    height: 830px;
	}
	.pic5_9{
		  max-width: 180px !important;
	}
	.div-25 {
	    height: 1450px;
	}
	.div-35 {
	    padding: 0;
	}
	.div-34 {
	    height: 150px;
	}
	.img-15 {
	    width: 30%;
	}
	.div-30 {
      position: inherit;
      padding: 48px 30px;
  }
  .div-31 {
      height: 1050px;
  }
  .div-37 {
      top: -50px;
      width: 25%;
  }
  .div-26 {
      top: 14%;
  }
  .img-13 {
      right: 0;
      top: 0px;
      width: 168%;
  }
  .img-14 {
      right: 0%;
      top: -228px;
      width: 293px;
  }
  .div-32 {
      height: 1375px;
  }
  .img-9 {
      left: -20px;
      top: 5px;
      width: 35px;
  }
  .img-20 {
      width: 160px;
  }
  .sec_last .nd-1{
  	margin-top: -100px !important;
  }
  .text-1 {
      padding-top: 60px;
      padding-left: 0;
  }
  .div-39 {
      height: 830px;
  }
  .sec_3 p {
      font-size: 25px;
  }
}
@media screen and (max-width: 576px) {
	.content-row{
		max-width: 440px;
	}
	.img-4 {
	    max-width: 95px;
	    right: -15px;
	    bottom: -62px;
	}
	.pic8_1{
		width: 65px !important;
	}
	.pic8_2{
		width: 65px !important;
	}
  .div-39 {
    height: 700px;
	}
	.sec_last .nd-1 {
      margin-top: -90px !important;
  }
  .text-1 {
      padding-top: 50px;
      padding-left: 0;
  }
  .div-39 {
      height: 650px !important;
  }
  .img-13 {
      width: 291px;
      right: 0;
      top: -12px;
  }
  .sec_1 .nd-1 {
      padding-top: 55px;
  }
  .div-5 {
      left: 10%;
  }
  .div-7 {
      right: 5%;
  }
  .div-8 {
      top: 260px;
      height: 82px !important;
      right: 3%;
  }
  .div-6 {
      left: 3%;
      top: 225px;
  }
  .div-7 {
      right: 10%;
      top: 188px;
  }
  .div-8 {
      top: 233px;
      right: 2%;
  }
  .img-19 {
      object-position: 0 237px;
  }
  .div-9 {
      left: -8px;
      top: 313px;
  }
  .div-40 {
  	height: 100px;
    top: 298px;
  }
  .div-19 {
      height: 685px;
  }
  .div-11 {
      width: 90px;
      height: 90px;
      margin-bottom: -33px;
  }
  .div-12 {
      width: 90px;
      height: 90px;
  }
  .div-13 {
      width: 90px;
      height: 90px;
  }
  .div-14 {
      top: -18%;
      max-width: 182px;
  }
  .pic3_3 {
      width: 88%;
      margin-left: 16px;
  }
  .div-20 {
      height: 500px;
  }
  .div-17 {
      bottom: 8%;
      left: 7%;
      width: 145px;
  }
  .div-16 {
      right: 7%;
      bottom: 12%;
      width: 145px;
  }
  .div-23 {
      height: 600px;
  }
  .div-41 {
      left: -25px;
      bottom: 5%;
  }
  .div-24 {
      margin-top: 0px;
  }
  .div-24 {
      height: 680px;
  }
  .div-34 {
      height: 120px;
  }
  .div-25 {
      height: 1395px;
  }
  .pic5_11{
  	max-width: 165px !important;
  }
  .img-15 {
      width: 35%;
  }
  .div-31 {
      height: 870px;
  }
  .img-14 {
      width: 185px;
      top: -146px;
  }
  .div-32 {
      height: 1075px;
  }
  .img-4 {
      max-width: 80px;
      right: -15px;
      bottom: -62px;
  }
  .div-15 {
      width: 135px;
  }
  .div-16 {
      width: 135px;
  }
  .div-17 {
      width: 135px;
  }
  .div-38 {
      margin-top: -5px;
  }
  .sec_3 p {
      font-size: 20px;
  }
  .div-8 p {
      padding-top: 14px;
  }
  .div-40 p {
      padding-top: 19px;
  }
	
.sec_3 .bg-no-repeat{
		background-position: center;
		badisplay: flex;
		align-items: center;
		margin-top: -10px;
}
}
@media screen and (max-width: 440px) {
		.div-1 {
		    border-radius: 50px;
		    padding: 0 38px;
		}
		.div-14 {
		    max-width: 180px;
		}
		.img-5 {
		    top: 37%;
		    width: 31%;
		}
		.div-23 {
		    height: 530px;
		}
		.div-16 {
		    right: 6%;
		}
		.div-17 {
		    bottom: 8%;
		    left: 5%;
		    width: 145px;
		}
		.div-38 {
		    margin-top: 33px;
		}
}
@media screen and (max-width: 414px) {
	.content-row{
		max-width: 390px;
	}
	.div-19 {
	    height: 625px;
	}
	.div-11 {
	    margin-bottom: -17px;
	}
	.div-20 {
	    height: 465px;
	}
	.div-15 {
	    width: 125px;
	}
	.div-16 {
	    width: 125px;
	}
	.div-17 {
	    width: 125px;
	}
	.div-31 {
	    height: 820px;
	}
	.div-38 {
	    margin-top: 68px;
	}
	.div-14 {
	    top: -32%;
	    max-width: 182px;
	}
	.div-20 {
	    height: 415px;
	}
}
@media screen and (max-width: 390px) {
	.img-14 {
	    width: 215px;
	}
}
@media screen and (max-width: 375px) {
	.content-row{
		max-width: 360px;
	}
	.div-19 {
	    height: 590px;
	}
	.div-38 {
	    margin-top: 35px;
	}
	.img-14 {
	    right: 0%;
	    top: -137px;
	    width: 151px;
	}
	.img-13 {
	    width: 245px;
	    right: 0;
	    top: -12px;
	}
	.div-17 {
	    left: 6%;
	    width: 110px;
	}
	.div-16 {
	    width: 113px;
	}
	.img-8 {
	    max-width: 47px;
	    bottom: 39%;
	}
	.img-7 {
	    bottom: 33%;
	    max-width: 37px;
	    left: 3%;
	}
	.div-23 {
	    height: 450px;
	}
	.div-24 {
	    height: 580px;
	}
	.pic5_9 {
	    max-width: 140px !important;
	}
	.div-25 {
	    height: 1310px;
	}
	.div-30 {
	    padding: 30px 30px;
	}
	.div-31 {
	    height: 765px;
	}
	.img-6 {
	    top: 5px;
	    right: 29%;
	    max-width: 50px;
	}
	.div-15 {
	    right: 4px;
	    width: 115px;
	    top: 25px;
	}
	.div-39 {
	    height: 555px !important;
	}
	.div-32 {
	    height: 1015px;
	}
	.div-14 {
	    top: -30%;
	    max-width: 150px;
	}
	.div-11 {
	    width: 75px;
	    height: 75px;
	}
	.div-12 {
	    width: 75px;
	    height: 75px;
	    margin-top: -45px;
	}
	.div-13 {
	    width: 75px;
	    height: 75px;
	    margin-top: 35px;
	}
	.sec_3 p {
	    font-size: 16px;
	}
	.div-8 p {
	    padding-top: 18px;
	}
	.div-40 p {
	    padding-top: 24px;
	}
	.div-26 {
	    top: 17%;
	}
}