@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/*** GENERIC CSS ***/
html, body {
    font-family: "Noto Sans", sans-serif;
}

body {
    font-size: 16px;
    background: #fff;
    color: #000;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #555555;
}

a:hover {
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

h1, .h1 {    
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 100px;
}

h2, .h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

h3, .h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h4, .h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h5, .h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

h6, .h6 {

}

p {    
    font-family: "Noto Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 170% */
}

p.small {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

p.big {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 137.5% */
}

p:last-child {
    margin-bottom: 0;
}

.kicker {
    display: flex;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: fit-content;
    border-radius: 60px;
    background: #FFE5EC;
    color: #FD226A;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}

img {
    max-width: 100%;
    height: auto;
}

.btn-default {
    border-radius: 50px;
    background: #fd226a;
    height:50px;
    line-height: 50px;
    border: 0px;
    color: #fff;
    padding: 0px 35px;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    border:1px transparent #fff;
    display: inline-block;
}

.btn-default:hover {
    background: rgba(253, 34, 106, 0.75);
    border-color: #fd226a;
}

.btn-transparent {
    background: none;
    border: 1px solid #fff;
}

.section-title.text-white * {
    color: #fff;
}

.section-title h2 {
	margin-bottom:20px;
}

small {
	font-size: 0.75em;
}

/*** HEADER ***/
.header {
    padding: 14px 0px;
    background: #fff;
}

.header .navbar-nav>.nav-item {
    padding: 0px 20px;
}

.header .navbar-nav>.nav-item>.nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0px;
    position: relative;
    border-bottom: 1px solid transparent;
    font-family: "Noto Sans", sans-serif;
}

.header .navbar-nav>.nav-item:hover>.nav-link,
.header .navbar-nav>.nav-item.active>.nav-link {
    color: #FD226A;
    border-color: #FD226A;
    font-weight: 700;
}

/*** BANNER ***/
.banner {
    background: #000;
    position: relative;
    overflow: hidden;
    padding-top: 190px;
    padding-bottom: 160px;
}

.banner .banner-img {	
    position: absolute;
    bottom: 0;
    right: 0px;
    width:58%;
	z-index:1;
}

.banner .container {
	position:relative;
	z-index:2;
}

.banner p {
    color: #F0F0F0;
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 50px;
}

.banner .kicker {
    margin-bottom: 50px;
}

.banner h1 {
    color: #FFF;
    margin-bottom: 50px;
}

.banner .btn-default {
    margin: 10px 8px;
}

.banner .btn-default img {
	height:20px;
	margin-right:10px;
}

.banner .scroll-bottom {
    position: absolute;
    bottom: 50px;
    right: 80px;
    z-index: 9;
}

/*** Industries ***/
.industries {
    padding: 150px 0px;
    background: #F7F7F7;
}

.industries .section-title {
    margin-bottom: 80px;
}

.industries-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    border: 1px solid #F2F2F2;
    background: #FFF;
    box-shadow: 0 40px 100px -30px rgba(0, 0, 0, 0.03);
    padding: 70px 20px;
    transition: all .3s;
    gap: 19px;
}

.industries-box * {
    transition: all .3s;
}

.industries-box .icon img {
    transition: all 0s;
}

.industries-box .icon {
    background: #FD226A;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.industries-box h3 {
    color: #000;
	margin-bottom:0px;
}

.industries-box p, .industries p {
    margin: 0;
}

.industries .btn-default {
    margin-top: 40px;
    display: inline-block;
}

.industries-box:hover {
    background: #FD226A;
}

.industries-box:hover .icon {
    background: #fff;
}

.industries-box:hover .icon img {
    filter: invert(76%) sepia(93%) saturate(4644%) hue-rotate(327deg) brightness(102%) contrast(98%);
}

.industries-box:hover h3,
.industries-box:hover p {
    color: #fff;    
}

/*** SUBSIDY ***/
.subsidy {
    background: linear-gradient(294deg, #FD226A 0%, #008080 99.96%);
    padding: 150px 0px;
	position:relative;
}

.subsidy-img {
	position:absolute;
	bottom:0px;
	left:-50px;
	width:55%;
}

.subsidy-img img {
	max-height:875px;
}

.subsidy .section-title {
   margin-bottom: 50px;
}

.subsidy .list li {
    display: inline-block;
    width: 49%;
}

.subsidy .note {
    background: #992F52;
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 15px;
    color: #FFF;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
}

.subsidy .note .material-symbols-outlined {
    color: #16C60C;
}

.subsidy .list {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin:50px 0px 0px 0px;
    margin-bottom: 10px;
    list-style: none;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

.list li {
    margin-bottom: 25px;
    vertical-align: top;
}

.list li .material-symbols-outlined {
    color: #fff;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

/*** PRICE INFO ***/
.price-info {
    padding: 150px 0px;
    background: #000;
}

.price-info .section-title {
    margin-bottom: 80px;
}

.price-card.middle {
    background: linear-gradient(294deg, #FD226A 0%, #008080 99.96%);
    box-shadow: 0 34px 74px 0 rgba(0, 0, 0, 0.10);
    padding-top: 90px;
}

.price-card.middle .label {
    background: url(../img/icon-price-angle.svg) top right no-repeat;
    background-size: cover;
    width: 196px;
    height: 196px;
    right: -54px;
    top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.26px;
    text-transform: inherit;
}

.price-card.middle .label span {
    transform: rotate(45deg);
    position: relative;
    right: -20px;
    top: -21px;
}

.price-card.middle .btn-default:hover {
    color: #fff;
    border-color: #fff;
}

.price-card {
    height: calc(100% - 20px);
    margin-bottom: 20px;
    padding: 50px 60px;
    background: #313131;
    position: relative;
}

.price-card .label {
    position: absolute;
    right: 12px;
    top: 14px;
    display: inline-block;
    min-width: 118px;
    padding: 0px 12px;
    text-align: end;
    color: #FFF;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    border-radius: 4px;
    background: #008080;
}

.price-card h4, .price-card .h4 {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.32px;
}

.price-card p {
    color: #FFF;
    font-size: 16px;    
    font-weight: 400;
    line-height: normal;
}

.price-card .head {
    border-radius: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.price-card h3, .price-card .h3 {
    color: #FFF;
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 7px;
    letter-spacing: -0.5px;
}

.price-card h3 span, .price-card .h3 span {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.price-card p.pricetext {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}

.price-card p.pricetext span {
    text-decoration: line-through;
}

.price-card p.small {
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 26px;
    margin: 0px;
}

.price-card hr {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    opacity: 1;
    margin-top: 25px;
    margin-bottom: 10px;
}

.price-card .list {
    color: #FFF;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 28px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
}

.price-card .list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.price-card .list .material-symbols-outlined {
    color: #FD226A;
    font-size: 20px;
    position: relative;
    top: 0px;
    margin-right: 13px;
}

.price-card .btn-default {
    text-transform: inherit;
    font-weight: 600;
    text-align: center;
}

.price-card .notice {
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0px 0px 30px 0px;
}

/*** CALC ***/
.calc {
    padding: 150px 0px;
    background:url(../img/bg-calc.webp) top center no-repeat;
    background-size: cover;
}

.calc .calc-grid {
    margin-top: 80px;
}

.calc-form {
    border: 1px solid #F2F2F2;
    background: #FFF;
    box-shadow: 0 40px 100px -30px rgba(0, 0, 0, 0.03);
    padding: 50px 40px;
}

.calc-form h4, .calc-form .h4 {
    margin-bottom: 10px;
    font-weight: 500;
}

.calc-form .icon-box {
    background: #FD226A;
    width: 72px;
    height: 72px;
    border-radius:100%;
    margin:0px 0px 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calc-form select.form-control {
    border: 1px solid #000;
    background: #FFF url(../img/faq-arrow-down.svg) right center no-repeat;
    background-size:40px auto;
    border-radius: 0px;
    padding: 10px 15px;
    box-shadow: none;
    margin-bottom: 30px;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size:14px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 170% */
}

.calc-form .radio-box {
    margin-bottom:20px;
    line-height: 24px;
    display:flex;
    align-items: center;
    gap: 10px;
}

.calc-form button {
    margin-top: 30px;
}

.calc-form input[type="radio"] {
    border-color: #000;
    border-radius: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.calc-form input[type="radio"]:checked {
    accent-color: #FD226A;
    border-color: #000;
}

.formula-box {
    background:linear-gradient(294deg, #FD226A 0%, #008080 99.96%);
    box-shadow: 0 40px 100px -30px rgba(0, 0, 0, 0.03);
    padding: 80px 110px;
    height: 100%;
    text-align: center;
    position: relative;
}

.formula-box * {
    color: #fff;
}

.formula-box .discount-table hr {
    border-color:rgba(255, 255, 255, 0.31);
    opacity: 1;
    margin: 0px;
}

.formula-box .discount-table {
    margin-top: 40px;
}

.formula-box .alert-box {
    background: #313131;
    padding: 10px 20px;
    margin-top: 10px;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
}

.formula-box .alert-box img {
    margin-right: 15px;
}

.formula-box .discount-table tr:nth-child(2n) td, .formula-box .discount-table tr:nth-child(2n) td b, .formula-box .discount-table tr:nth-child(2n) td b span {
    color:#6FFF67 !important;
}

.formula-box .discount-table tr:nth-child(4n) td, .formula-box .discount-table tr:nth-child(4n) td b, .formula-box .discount-table tr:nth-child(4n) td b span {
    color: #fff !important;
}

.formula-box::before {
    content: '';
    position: absolute;
    top: 65px;
    left: -27px;
    width: 54px;
    height: 54px;
    transform: rotate(45deg);
    flex-shrink: 0;
    background: #fff;
}

/*** FEATURES ***/
.features {
    background:linear-gradient(294deg, #FD226A 0%, #008080 99.96%);
    padding: 150px 0px;
}

.mt-80 {
    margin-top: 80px;
}

.feature-box {
    background: #fff;
    padding: 50px 40px;
    text-align: center;
    height: 100%;
}

.feature-box .icon {
    background: #FD226A;
    width: 72px;
    height: 72px;
    border-radius:100%;
    margin: 0px auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-box:hover {
    background: #FD226A;
}

.feature-box:hover * {
    color: #fff;
}

.feature-box:hover .icon {
    background: #fff;
}

.feature-box:hover .icon img {
    filter: brightness(0) saturate(100%) invert(51%) sepia(90%) saturate(7465%) hue-rotate(328deg) brightness(103%) contrast(98%);
}

/*** TEAM ***/
.team-member {
    background: url(../img/bg-team.webp) 50% 50% no-repeat;
    background-size: cover;
    padding: 150px 0px 0px 0px;
}

.team-member .text {
    border-left: 1px solid #FD226A;
    padding: 40px 0 40px 50px;
}

.team-member .name {
    color: #001428;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 77.778% */
}

.team-member .designation {
    margin-top: 20px;
    color:#FD226A;
    font-family: "Noto Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 108.333% */
}

.team-member .team-meta {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 100px;
}

.team-member .team-meta .tag {
    border-radius: 70px;
    background: #FFF;
    padding: 5px 20px;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; 
    display: flex;
    gap: 20px;
}

.team-member .team-meta .tag img {
    width: 24px;
}
 
.team-member .owl-carousel {
    margin-top: 50px;
}
 
.team-member .item {
    overflow: hidden;
    position: relative;
}
 
.team-member .owl-theme .owl-nav {
    margin: 0;
}
 
.team-member .owl-theme .owl-nav [class*=owl-]:hover {
    background: #000 !important;
}
 
.team-member .owl-theme .owl-nav [class*=owl-] {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    text-align: center;
    padding: 0px 16px !important;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    background: #FD226A;
    display: flex;
    gap: 10px;
    height: 48px;
    line-height: 48px;
    max-width: 125px;
    border: 0px;
    font-size: 16px;
    margin: 0;
    opacity: 1;
    font-family: "Montserrat", sans-serif;
}
 
.team-member .owl-theme .owl-nav {
    margin: 0px auto;
    max-width: 1280px;
    display: block;
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-640px;
    height:100%;
    width:100%;
}
 
.team-member .owl-theme .owl-nav [class*=owl-].owl-next {
    margin-top:50px;
    float:right;
    margin-right: 0px;
}
 
.team-member .owl-theme .owl-nav [class*=owl-].owl-prev {
    margin-top:33%;
    float:left;
    margin-left:15px;
}

.team-member .owl-carousel .owl-item img {
	aspect-ratio:1 / 1;
	object-fit:cover;
	object-position:top center;
}

.team-member .team-meta .tag img {
    width: 24px;
    aspect-ratio: unset !important;
    object-fit: unset !important;
	
}
/*** PROCESS ***/
.process {
    background:#000;
    padding: 150px 0px 0px 0px;
    position: relative;
}

.process .frame-box {
    margin-top: 55px;
    margin-right: 50px;
    height: 650px;
    margin-bottom: 150px;
    overflow:auto;
    padding-right:22px;
    
}

.process .frame-box .frame {
    background: #FFF;
    padding: 20px;
    display: flex;
    gap: 19px;
    margin-bottom: 15px;
    align-items: start;
}

.process .frame-box .frame p {
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 137.5% */
}

.process .frame-box .frame .count {
    color: rgba(253, 34, 106, 0.20);
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding:0px 10px;
}

.process ::-webkit-scrollbar {
    width: 10px;
}

.process ::-webkit-scrollbar-track {
    border-radius: 60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.18) 51.88%, rgba(255, 255, 255, 0.00) 100%);
}

.process ::-webkit-scrollbar-thumb {
    background: #fff; 
    border-radius: 60px;
}

.process-img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width:55%;
}

/*** FAQS ***/
.faqs {
    padding: 150px 0px;
    background: #F7F7F7;
}

.faqs h2 {
    margin-bottom: 20px;
}

.faqs .accordion {
    margin-top: 50px;
}

.faqs .accordion {
    border: none;
    border-radius: 0;
}

.faqs .accordion-button {
    border: none !important;
    font-size: 20px;
    font-weight: 600;
    box-shadow: none !important;
    padding:30px;
    background-color: #000 !important;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 0px !important;
}

.faqs .accordion-button h3 {
    font-size: 28px;
}

.faqs .accordion .accordion-item {
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28) !important;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.faqs .accordion-body {
    padding:20px 75px 20px 30px;
    border: none !important;
    color: #fff;
    background: #000;
}

.faqs .accordion-body h3 {
    color: #fff;
}

.faqs .accordion-button.collapsed {
    background-color: #f7f7f7 !important;
    padding:20px 25px;
}

.faqs .accordion-button::after {
    width: 50px;
    height: 50px;
    border: none !important;    
    background: url(../img/faq-arrow-down.svg) 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(-180deg);
    right: 0px;
    margin-right: 0px;
    filter: invert(1) brightness(1);    
    right: 20px;
    margin-right: 0px;
}

.faqs .accordion-button.collapsed::after {
    background: url(../img/faq-arrow-down.svg) 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    filter: none;
}

.faqs .accordion-button h3 {
    color: #fff !important;
    margin-bottom: 0;
}

.faqs .accordion-button.collapsed h3 {
    color: #000 !important;
    margin-bottom: .5rem;
}

.faqs .accordion-body ul li {
    color: #FFF;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
}

.faqs .accordion-body a {
    text-decoration: underline;
}

/*** DISCOUNT ***/
.discount {
    background:linear-gradient(294deg, #FD226A 0%, #008080 99.96%);
    padding: 150px 0px;
}

.discount h2 {
    margin-bottom: 20px;
}

.discount-box {
    background: #FFF;
    box-shadow: 0 40px 100px -30px rgba(0, 0, 0, 0.03);
    padding: 80px 110px;
    margin-top: 80px;
}

.discount-table {
    width: 100%;
}

.discount-table td {
    padding: 9.5px 0px;
    text-align: left;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 170% */
}

.discount-table td:last-child {
    text-align: right;
}

.discount .discount-table tr:nth-child(2n) td, .discount .discount-table tr:nth-child(2n) td b {
    color: #16C60C !important;
}

.discount .discount-table tr:nth-child(4n) td, .discount .discount-table tr:nth-child(4n) td b {
    color: #FD226A !important;
}

.discount .discount-table hr {
    border-color:rgba(0, 0, 0, 0.20);
    opacity: 1;
    margin: 0px;
}

.discount .alert-box {
    background: #EBEBEB;
    padding: 10px 20px;
    margin-top: 10px;
    color: #000;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 170% */
}

.discount .alert-box img {
    margin-right: 15px;
}


/*** SPECIALITIES ***/
.specialities {
    padding: 50px 0px 0px 0px;
}


.specialities .spec-box {
    border: 1px solid #F2F2F2;
    background:linear-gradient(294deg, #FD226A 0%, #008080 99.96%);
    box-shadow: 0 40px 100px -30px rgba(0, 0, 0, 0.03);
    padding:50px 27px;
    margin-top: 50px;
    text-align: center;
}

.specialities .spec-box h4, .specialities .spec-box .h4 {
	font-weight:500;
}

.specialities .spec-box * {
    color: #fff;
}

.specialities .spec-box .num {
    border-radius: 70px;
    background: #FD226A;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    margin: 0px auto;
    margin-bottom: 17px;
}

.specialities .alert {
    background: #F5E2E9;
    text-align: center;
    padding: 10px 20px;
    color: #FD226A;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px; /* 170% */
    margin-top: 20px;
}

.specialities .alert img {
    margin-right: 15px;
}

/*** BENEFITS ***/
.benefits {
    background: #000;
    padding: 150px 0px;
    position: relative;
}

.benefits * {
    color: #fff;
}

.benefits .benefits-box {
    background:linear-gradient(294deg, #FD226A 0%, #008080 99.96%);
    padding: 50px 60px;
    margin-top: 70px;
}

.benefits-box .benefit-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.benefits-box .benefit-list li {
    margin-bottom: 30px;
    background: url(../img/icon-bullet.svg) left center no-repeat;
    background-size: contain;
    padding-left: 45px;
	font-size:24px;
}

.benefit-img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/*** BLOG ***/
.blog {
    padding: 150px 0px;
    background: #F7F7F7;
}

.blog h2 {
    margin-bottom: 20px;
}

.blog-list {
    margin-top: 50px;
}

.blog-list .blog-box {
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0 4px 22px 0 rgba(0, 20, 40, 0.05);
    padding: 30px;
    width: 100%;
    display:block;
    height: 100%;
}

.blog-list .blog-box figure {
    aspect-ratio: 1 / 0.53;
    position: relative;
    overflow: hidden;
}

.blog-list .blog-box figure img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.blog-list .blog-box .tag span {
    background: rgba(253, 34, 106, 0.10);
    padding:5px 8px;
    color: #FD226A;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    width: auto;
}

.blog-list .blog-box .blog-title {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

.blog-list .blog-box .blog-meta {
    color: #999;
    font-family: "Noto Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px; /* 188.889% */
}

.blog-list .blog-details {
    display: flex;
    flex-direction: column;
    gap:20px;
    justify-content: space-between;
    height: 100%;
}


.blog-list .blog-box:hover .blog-title {
    color: #FD226A;
    text-decoration: underline;
}

.blog-list .btn-default {
    margin-top: 40px;
    display: inline-block;
    line-height: 50px;
    padding: 0px 35px;
}


/*** CONTACT FORM ***/
.contact-form {
    background:linear-gradient(294deg, #FD226A 0%, #008080 99.96%);
    padding: 150px 0px;
}

.contact-form h2 {
    color: #fff;
}

.contact-form .h3 {
    margin-bottom: 10px;
}

.contact-form .text {
    border-left: 1px solid #FD226A;
    padding: 40px 0 40px 50px;
    color: #fff;
}

.contact-form .contact-details {
    margin: 80px 0px 0px 0px;
}

.contact-form .form-box {
    background: #fff;
    padding: 50px 40px;
    aspect-ratio: 1 / 1;
}

.form-box label {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}


.form-box .form-control {
    border: 1px solid #000;
    background: #FFF;
    padding: 8px 15px;
    color:#000;
    border-radius: 0px;
    font-weight: 300;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 30px;
}

.form-box select.form-control {	
    background: #fff url(../img/select-arrow.svg) 97% 50% no-repeat;
}

.form-box ::placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.form-box textarea.form-control {
    height: 105px;
    resize: none;
}

.contact-form .details-box {
    background:linear-gradient(294deg, #FD226A 0%, #008080 99.96%);
    box-shadow: 0 40px 100px -30px rgba(0, 0, 0, 0.03);
    padding: 50px;
    aspect-ratio: 1 / 0.5;
    width: 100%;
}

.contact-form .details-box:last-child {
    margin-bottom: 0px;
}

.contact-form .details-box h4 {
    margin-bottom: 19px;
    color: #fff;
}

.contact-form .details-box .details {
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.contact-form .details-box .details * {
    color: #fff;
}

.contact-form .details-box .details a, .contact-form .details-box .details div {
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    display: flex;
}

.contact-form .details-box .details span {
    margin-right: 30px;
    font-size: 28px;
    line-height: 34px;
}

/*** FOOTER ***/
.footer {
    background: #000;
    padding: 110px 0px 58px 0px;
}

.footer .foot-logo img {
    margin-bottom: 30px;
}

.footer p.small {
    color: rgba(255, 255, 255, 0.80);
}

.footer hr {
    margin: 60px 0px 50px 0px;
    border-color: rgba(255, 255, 255, 0.10);
    opacity: 1;
}

.foot-menu {
    list-style: none;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.foot-menu li {
    display: inline-block;
    margin: 0px 15px 0px 0px;
    padding-right: 15px;
    border-right: 1px solid #555;
    color:#fff;
}

.foot-menu li:last-child {
    border: 0px;
}

.foot-menu li a, .footer a {
    color:#fff;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.footer a:hover, .foot-menu li:hover a {
    text-decoration: underline;
}

.footer .privacy-menu li a {
    text-decoration: underline;
}

.footer .privacy-menu li {
    border:0px;
}


/**** BLOG PAGE CSS ****/
input.wpcf7-form-control.wpcf7-not-valid{
	border: 1px solid #f00 !important;
}
span.wpcf7-not-valid-tip{
	display:none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	display:inline-block !important; 
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
	display:inline-block !important;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output{
	display:none !important;
}
.wpcf7 form .wpcf7-response-output{
	display:inline-block !important;
}

/*** PAGE BANNER ***/
.page-banner {
    padding-bottom: 180px;
    height: 100vh;
	height:calc(100vh - 115px);
    position: relative;
    overflow: hidden;
}

.page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
}

.page-banner .container {
    position: relative;
    z-index: 3;
}

.page-banner * {
    color: #fff !important;
}

p.bigger {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
}

/*** BLOG-CONTENT ***/
.blog-content {
	background: linear-gradient(294deg, #FD226A 0%, #008080 99.96%);
	padding:80px 0px 220px 0px;
}

.blog-content .blog-box {
	padding: 50px;
	background: #FFF;
}

.blog-content p {
	font-weight:400;
}

.blog-content h2 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 30px;
	margin-top:80px;
}

.blog-content h3 {
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 700;
}

.blog-content blockquote {
	border-left: 10px solid #FD226A;
	background: linear-gradient(294deg, #FD226A 0%, #008080 99.96%);
	display: flex;
	padding: 40px 50px 40px 40px;
	color: #FFF;
	font-family: "Noto Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	margin:30px 0px 0px 0px;
}

.blog-content .accordion {
	margin-top: 30px;
	border: none;
	border-radius: 0;
}

.blog-content .accordion-button {
	border: none !important;
	font-size: 20px;
	font-weight: 600;
	box-shadow: none !important;
	padding:30px;
	background-color: #000 !important;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-radius: 0px !important;
}

.blog-content .accordion-button h3 {
	font-size: 24px;
	margin: 0;
}

.blog-content .accordion .accordion-item {
	border: none !important;
	border-radius: 0px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.28) !important;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.blog-content .accordion-body {
	padding:20px 75px 20px 30px;
	border: none !important;
	color: #fff;
	background: #000;
}

.blog-content .accordion-body h3 {
	color: #fff;
}

.blog-content .accordion-button.collapsed {
	background-color: #fff !important;
	padding:20px 25px;
}

.blog-content .accordion-button::after {
	width: 50px;
	height: 50px;
	border: none !important;    
	background: url(../img/faq-arrow-down.svg) 50% 50% no-repeat;
	background-size: contain;
	transform: rotate(-180deg);
	right: 0px;
	margin-right: 0px;
	filter: invert(1) brightness(1);    
	right: 20px;
	margin-right: 0px;
}

.blog-content .accordion-button.collapsed::after {
	background: url(../img/faq-arrow-down.svg) 50% 50% no-repeat;
	background-size: contain;
	transform: rotate(0deg);
	filter: none;
}

.blog-content .accordion-button h3 {
	color: #fff !important;
	margin-bottom: 0;
}

.blog-content .accordion-button.collapsed h3 {
	color: #000 !important;
	margin-bottom: .5rem;
}

.blog-content .accordion-body a {
	text-decoration: underline;
}

.blog-content .blog-author {
	background: url(../img/bg-team.webp) 50% 50% no-repeat;
	background-size: cover;
}

.blog-content .blog-author img {
	aspect-ratio:1 / 1.48;
	object-fit:cover;
	object-position:center;
}

.blog-content .blog-author h3 {
	font-weight: 800;
}

.blog-content .blog-author p.pink {
	color: #FD226A;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: 400;
}

.blog-content .blog-author p {
	margin-bottom: 50px;
}

.blog-content .blog-author .team-details {
	padding:0px 40px 0px 0px;
}

.blog-content .blog-summary {
	padding: 40px;
	background: #000;
	margin-bottom: 80px;
}

.blog-content .blog-summary p:last-child {
	margin-bottom: 0px;
}

.blog-content .blog-summary * {
	color: #fff;
}

.blog-content .blog-summary h2 {
	margin-top:0px;
}

.blog-content .blog-summary h2,
.blog-content .blog-summary p {
	margin-bottom: 30px;
}

.blog-content p b {
	font-weight: bold;
}

.blog-content p a {
	color: #FD226A;
	text-decoration: underline;
}

.blog-content p a:hover {
	text-decoration: none;
}

.blog-content p + .blog-points {
	margin-top:30px;
}

.blog-points {
	margin: 0px;
	list-style: none;
	padding: 40px;
	background: linear-gradient(294deg, #FD226A 0%, #008080 99.96%);
	color: #fff;
	font-family: "Noto Sans", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 80px;
}

.blog-points li {
	width: 100%;
	margin-bottom: 30px;
	background: url(../img/icon-bullet.svg) left center no-repeat;
	background-size: contain;
	padding-left: 45px;
}

.blog-points li:last-child {
	margin-bottom: 0;
}

.blog-content .list.italic {
	font-style: italic;
	margin-top: 35px;
	margin-bottom: 35px;
}

.blog-content .list {
	color: #000;
	font-family: "Noto Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	margin-top: 25px;
	margin-bottom: 30px;
}

.blog-content .list li {
	margin: 5px 0px;
}

.blog-content .list.space {
	margin-bottom: 40px;
}

.blog-content .list.space li {
	margin: 13px 0px;
}

.blog-content .table-responsive {
	margin-top: 30px;
	margin-bottom: 80px;
}

.blog-content table {
	border: 1px solid #000;
	width: 100%;
}

.blog-content table th {
	width:50%;
}

.blog-content table th,
.blog-content table td {
	color: #000;
	font-family: "Noto Sans", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	padding: 10px 20px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.blog-content table th {
	font-weight: 700;
}

.blog-content .cta {
	background: #000;
	padding: 60px 40px;
	text-align: center;
	margin: 80px 0px;
}

.blog-content .cta h2 {
	color: #FFF;
	margin-top:0px;
	margin-bottom: 50px;
}

.blog-content .cta.withimg {
	padding: 0px 10px 0px 50px;
	text-align: left;
	margin-bottom: 0px;
}

.blog-content .cta.withimg h2 {
	font-size:29px;
}

.cta-main {
	background: #000;
	padding: 0px 0px 0px 0px;
}

.cta-main * {
	color: #fff;
}

.cta-main h2 {
	margin-bottom: 50px;
}

.breadcrumb {
	background: #FD226A;
	padding: 20px 0px;
	margin: 0;
}

.breadcrumb p {
	font-family: "Noto Sans", sans-serif;
	color: rgba(255, 255, 255, 0.70);
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	margin: 0;
}

.breadcrumb p a {
	color: #fff;
}

.breadcrumb p span {
	padding: 0px 15px;
}

/*** TABLE OF CONTNET ***/
.blog-content .custom-toc {
    margin-bottom: 80px;
}

.blog-content .custom-toc h2 {
	margin-top:0px;
}
 
.blog-content .custom-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
 
.blog-content .custom-toc ul li a {
    display: inline-block;
    width: 100%;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    padding: 20px 40px 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.28);  
    position: relative;
}
 
.blog-content .custom-toc ul li a:hover {
    color:#FD226A;
    border-bottom: 1px solid #FD226A;
}
 
.blog-content .custom-toc ul li a:before {
    content: '';
    background: url(../img/icon-arrow-right.svg) 100% 50% no-repeat;
    width: 50px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-content .custom-toc ul li a:hover:before {
	filter: brightness(0) saturate(100%) invert(26%) sepia(41%) saturate(6413%) hue-rotate(327deg) brightness(100%) contrast(99%);
}

/*** CONTACTPAGE CSS ***/
.page-banner.contactpage {
    background: #000 url(../img/contact-banner.webp) bottom right no-repeat;
    background-size: auto 100%;
    padding: 0px;
}
 
.page-banner.contactpage:after {
    display: none;
}
 
.page-banner.contactpage h1 {
    margin-bottom: 45px;
}
 
/**/
.contact-form.contactpage {
    padding: 150px 0px 120px 0px;
    background: #F7F7F7;
}
 
.contact-form.contactpage h2 {
   color: #000;
}
 
.contact-form.contactpage p {
   color: #000;
}
 
.contact-form.contactpage .form-box {
    border: 1px solid #F2F2F2;
    background: #FFF;
    box-shadow: 0 40px 100px -30px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    aspect-ratio: inherit;
}
 
.contact-form.contactpage .details-box .details {
    flex-wrap: wrap;
}
 
.contact-form.contactpage .form-box h3 {
    margin-bottom: 40px;
}
 
.contact-form.contactpage .details-box {
    background: #FFF;
    box-shadow: 0 40px 100px -30px rgba(0, 0, 0, 0.03);
    border: none;
    margin: 0px !important;
    height: calc(100% - 30px) !important;
    margin-bottom: 30px !important;
    aspect-ratio: inherit;
}
 
.contact-form.contactpage .details-box h4 {
    color: #000;
}
 
.contact-form.contactpage .details-box .details a,
.contact-form.contactpage .details-box .details div {
    color: #000;
}
 
.contact-form.contactpage .details-box .details * {
    color: #000;
}
 
.contact-form.contactpage .details-box .details a:hover u,
.contact-form.contactpage .details-box .details a:hover {
    text-decoration: none;
    color: #FD226A !important;
}
 
.contact-form.contactpage .details-box .details .material-symbols-outlined {
    color: #FD226A;
}
 
.contact-form.contactpage .details-box .details.checklist span {
    margin-right: 20px;
}

/*** GENERIC PAGES ***/
.page-banner.h-50 {
	height:50vh !important;
	padding-bottom:50px !important;
}

.generic-content {
	padding:80px 0px;
}

.generic-content a {
	color:#FD226A;
}

.generic-content a:hover {
	text-decoration:underline;
}