:root {

    --white: #fff;
    --white-20: rgba(255,255,255,0.2);

    --black: #000;
    --black-10: rgba(0,0,0,0.1);
    --black-20: rgba(0,0,0,0.2);
    --black-40: rgba(0,0,0,0.4);
    --black-60: rgba(0,0,0,0.6);

    --blue: #1B26B4;
    --blueLighter: #1A33DD;
    --yellow: #FFF600;
    
    --purple-300: #DBE0FF;

    --greyF: #EFEFEF;
    --greyF-20: rgba(239,239,239,0.20);
    --greyF-50: rgba(239,239,239,0.50);

    --greyF8: #F8F8F8;

    --greyD: #EDEDED;

    --twentyFour: 1.666vw;
    --thirtyTwo: 2.222vw;
    --fourty: 2.777vw;

}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    line-height: 1.5;
    color: #000;
    background: #fff;
}
html {
font-size: calc(0.2500000000000001rem + 0.8333333333333333vw);
}

@media screen and (max-width:1920px) { html { font-size: calc(0.2499999999999999rem + 0.8333333333333335vw); } }
@media screen and (max-width:1440px) { html { font-size: calc(0.8749131341209173rem + 0.13898540653231412vw); } }


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}
.layouts ul li {
	margin-bottom:5px;
}
.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}
.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
/* -- main styles -- */

.nopad {
	padding:0px;
}
.nopadleft {
	padding-left:0px;
}
.nopadright {
	padding-right:0px;
}
strong, b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
.clear {
	clear:both;
}
.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}
.invi {
	visibility: hidden;
	opacity: 0;
}
.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}
.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-fit > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.submitting button,
.submitting input[type="button"] {
    pointer-events: none;
}
/* .submitting {
    position: relative;
}
.submitting::before {
    content: '';
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0; left: 0;
    z-index: 11;
}
.submitting::after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #000;
    border-right: 2px solid transparent;
    -webkit-animation: formSpinner .6s linear infinite;
    animation: formSpinner .6s linear infinite;
    z-index: 12;
}
@-webkit-keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
} */

/* preloader */
.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}
@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;

	display: none;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    float: right;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 28px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #746f6c;
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}


.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.dflex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dflex-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.dflex-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.dflex-cbetween {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.grid-container {
	width: 100%;
    max-width: 100%;
    padding-left: 1.666%;
    padding-right: 1.666%;
    position: relative;
    z-index: 10;
}

.grid-container.nopad {
    padding-left: 0;
    padding-right: 0;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.bg-blue {
    background: var(--blue);
    color: var(--white);
}
.bg-grey {
    background: var(--greyF8);
}

.title-120 {
    font-size: 120px;
    font-size: 8.3vw;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.04em;
}
.title-80 {
    font-size: 80px;
    font-size: 5.55vw;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.04em;
}
.title-80 strong {
    font-weight: 500;
    color: var(--yellow);
}

.title-64 {
    font-size: 64px;
    font-size: 4.45vw;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
}
.title-64 strong {
    font-weight: 700;
    font-weight: 500;
    color: var(--yellow);
}

.title-48 {
    font-size: 48px;
    font-size: 3.33vw;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
}
.title-48 strong {
    font-weight: 500;
}
.title-48.has-bold strong {
    font-weight: 700;
}
.title-32 {
    font-size: 32px;
    font-size: 2.222vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.title-24 {
    font-size: 24px;
    font-size: 1.666vw;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
}
.text-16 {
    font-size: 1em;
}

.text-20 { 
    /* font-size: calc(1.1668979875086745rem + 0.2775850104094379vw);  */
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.4;
}
/* @media screen and (max-width:1920px) { 
    .text-20 { font-size: calc(1.1668979875086745rem + 0.2775850104094379vw); } 
}
@media screen and (max-width:479px) { 
    .text-20 { font-size: calc(0.9994769874476988rem + 0.8368200836820083vw); } 
} */

.oh {
    position: relative; 
    overflow: hidden;
}

.mb-40 {
    margin-bottom: 40px;
    margin-bottom: var(--fourty);
}
.mb-21 {
    margin-bottom: 21px;
}
.mb-16 {
    margin-bottom: 16px;
}

.pt-24 {
    padding-top: 24px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-64 {
    padding-top: 64px;
}
.pt-80 {
    padding-top: 80px;
    padding-top: 5.55vw;
}
.pt-120 {
    padding-top: 120px;
    padding-top: 8.33vw;
}

.pb-24 {
    padding-bottom: 24px;
}
.pb-64 {
    padding-bottom: 64px;
}
.pb-80 {
    padding-bottom: 80px;
    padding-bottom: 5.55vw;
}
.pb-120 {
    padding-bottom: 120px;
    padding-bottom: 8.33vw;
}
.pb-160 {
    padding-bottom: 160px;
    padding-bottom: 11.11vw;
}
.pb-210 {
    padding-bottom: 210px;
    padding-bottom: 14.58vw;
}

.section-top {
    margin-bottom: 64px;
    margin-bottom: 4.444vw;
}

.btn-blue,
.btn-blue:focus,
.btn-blue:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    /* min-height: 56px; */
    /* font-size: 16px; */
    min-height: 3.888vw;
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 24px;
    min-width: 160px;
    min-width: 11.111vw;
    background: var(--blueLighter);
    color: var(--white);
    border-radius: 16px;
    cursor: pointer;
    transition: 0.2s;
}
.btn-blue:hover {
    background: var(--blueLighter);
    color: var(--white);
}

.btn-black,
.btn-black:focus,
.btn-black:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 56px;
    min-height: 3.888vw;
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 24px;
    padding: 17px 24px;
    min-width: 160px;
    min-width: 11.111vw;
    background: var(--black);
    color: var(--white);
    border-radius: 16px;
    cursor: pointer;
    transition: 0.2s;
}
.btn-black:hover {
    background: var(--black);
    color: var(--white);
}

.btn-black-border,
.btn-black-border:focus,
.btn-black-border:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 56px;
    min-height: 3.888vw;
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 24px;
    min-width: 160px;
    min-width: 11.111vw;
    border: 1px solid var(--black);
    color: var(--black);
    border-radius: 16px;
    backdrop-filter: blur(1px);
    cursor: pointer;
    /* backdrop-filter: url(#frosted);
    -webkit-backdrop-filter: url(#frosted); */
    transition: 0.2s;
}
.btn-black-border:hover {
    border: 1px solid var(--black);
    color: var(--white);
    background: var(--black);
}

.btn-grey,
.btn-grey:focus,
.btn-grey:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 56px;
    min-height: 3.888vw;
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 24px;
    padding: 17px 24px;
    min-width: 160px;
    min-width: 11.111vw;
    background: var(--greyF);
    color: var(--black);
    border-radius: 16px;
    transition: 0.2s;
}
.btn-grey:hover {
    background: var(--greyF);
    color: var(--black);
}

.btn-white,
.btn-white:focus,
.btn-white:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 56px;
    min-height: 3.888vw;
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 24px;
    /* padding: 17px 24px; */
    min-width: 160px;
    min-width: 11.111vw;
    background: var(--white);
    color: var(--black);
    border-radius: 16px;
    cursor: pointer;
    transition: 0.2s;
}
.btn-white:hover {
    background: #F3F3F3;
    color: var(--black);
}

.btn-white-border,
.btn-white-border:focus,
.btn-white-border:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 56px;
    min-height: 3.888vw;
    /* font-size: 16px; */
    font-weight: 500;
    line-height: 1.4;
    padding: 10px 24px;
    min-width: 160px;
    min-width: 11.111vw;
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 16px;
    backdrop-filter: blur(1px);
    cursor: pointer;
    /* backdrop-filter: url(#frosted);
    -webkit-backdrop-filter: url(#frosted); */
    transition: 0.2s;
}
.btn-white-border:hover {
    border: 1px solid var(--white);
    color: var(--white);
}
.btn-white-border.has-arrow:hover {
    border: 1px solid var(--white);
    background: var(--white);
    color: var(--black);
}

.btn-sm,
.btn-sm:focus,
.btn-sm:active {
    font-size: 0.875rem !important;
    padding: 8px 12px !important;
    min-height: 36px!important;
    border-radius: 12px!important;
    min-width: 124px!important;
}
.btn-sm.has-arrow:hover {
    padding-right: 6px !important;   
}

.link-plus,
.link-plus:focus,
.link-plus:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.4;
    font-weight: 500;
    color: var(--black);
}
.link-plus:hover {
    color: var(--black);
}
.link-plus:after {
    /* content: '';
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url(../img/icon-plus-16px.svg) no-repeat center center; */
    /* content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    right: 0;
    margin-top: 0; */
    content: '';
    width: 40px;
    height: 40px;
    background-color: #E4E4E4;
    border-radius: 50%;
    background-image: url(../img/icon-plus-black-16px.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: 0.2s;
}
.link-plus.active:after {
    transform: rotate(45deg);
}

.link-plus-full,
.link-plus-full:focus,
.link-plus-full:active {
    width: 100%;
}

.text-20.pricing-list-item-price-hidden {
    opacity: 0.6;
    margin-bottom: 36px;
}

.pricing-to-show {
    display: none;
}
.pricing-to-show-2 {
    display: none;
    opacity: 0 !important;
    transition: opacity 0.1s;
}
.pricing-to-show-2.act {
    opacity: 0.5!important;
    transition: opacity 0.2s;
}

.pricing-to-hide {
    transition: opacity 0.2s;
}
li.act .pricing-to-hide {
    opacity: 0;
}

.has-arrow:hover {
    padding-right: 16px;
}
.has-arrow:after {
    content: '';
    width: 24px;
    width: 0;
    margin-left: 0;
    height: 24px;
    height: var(--twentyFour);
    opacity: 0;
    transition: 0.2s;
}
.has-arrow:hover:after {
    width: 24px;
    width: var(--twentyFour);
    margin-left: 6px;
    opacity: 1;
}

.btn-white-border.has-arrow:after,
.btn-grey.has-arrow:after,
.btn-white.has-arrow:after {
    background: url(../img/arrow-top-right-black-24px.svg) no-repeat center center / 100%;
}
.btn-black-border.has-arrow:after,
.btn-black.has-arrow:after,
.btn-blue.has-arrow:after {
    background: url(../img/arrow-top-right-white-24px.svg) no-repeat center center / 100%;
}



.has-coins:hover {
    padding-left: 16px;
}
.has-coins:before {
    content: '';
    width: 24px;
    width: 0;
    margin-left: 0;
    height: 24px;
    height: var(--twentyFour);
    opacity: 0;
    transition: 0.2s;
}
.has-coins:hover:before {
    width: 24px;
    width: var(--twentyFour);
    margin-right: 6px;
    opacity: 1;
}

.btn-grey.has-coins:before,
.btn-white.has-coins:before {
    background: url(../img/icon-coins-black.svg) no-repeat center center / 100%;
}
/* .btn-white-border.has-coins:before,
.btn-black.has-coins:before,
.btn-blue.has-coins:before {
    background: url(../img/arrow-top-right-white-24px.svg) no-repeat center center / 100%;
} */



.has-cal:hover {
    padding-left: 16px;
}
.has-cal:before {
    content: '';
    width: 24px;
    width: 0;
    margin-left: 0;
    height: 24px;
    height: var(--twentyFour);
    opacity: 0;
    transition: 0.2s;
}
.has-cal:hover:before {
    width: 24px;
    width: var(--twentyFour);
    margin-right: 6px;
    opacity: 1;
}

/* .btn-grey.has-cal:before,
.btn-white.has-cal:before {
    background: url(../img/icon-cal-white.svg) no-repeat center center / 100%;
} */
.btn-white-border.has-cal:before,
.btn-black.has-cal:before,
.btn-blue.has-cal:before {
    background: url(../img/icon-cal-white.svg) no-repeat center center / 100%;
}

.btn-wide,
.btn-wide:focus,
.btn-wide:active {
    min-width: 14.72vw !important;
}
.btn-wide2,
.btn-wide2:focus,
.btn-wide2:active {
    min-width: 13vw !important;
}
.btn-full,
.btn-full:focus,
.btn-full:active {
    min-width: 100%;
}


.intro-home-section {
    padding: 170px 0 200px;
    min-height: 100vh;
    min-height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.intro-home-section-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.2;
}

.intro-home-section-image img {
    max-width: 100%;
    max-height: 100%;
}

.intro-home-hold {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    padding-bottom: 50px;
}
.intro-home-hold:before,
.intro-home-hold:after {
    content: '';
    position: absolute;
    z-index: 22;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 230px;
    pointer-events: none;
}
.intro-home-hold:before {
    left: 0;
    background: linear-gradient(270deg, rgba(27, 38, 180, 0) 0%, #1B26B4 100%);

}
.intro-home-hold:after {
    right: 0;
    background: linear-gradient(90deg, rgba(27, 38, 180, 0) 0%, #1B26B4 100%);


}

.logos-carousel-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logos-carousel-item ul li {
    width: 158px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-right: 20px;
}

.logos-carousel-item ul li img {
    max-width: 124px;
    max-height: 33px;
}
.intro-home-logos-label {
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 500;
    opacity: 0.4;
    margin-bottom: 12px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.intro-home-content {
    max-width: 53%;
}

.intro-home-buttons {
    margin-top: 32px;
}


.multi-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.multi-buttons.text-center ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lt-left {
    width: 34%;
    padding-right: 32px;
}
.lt-right {
    width: 66%;
}

.section-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    line-height: 1.4;
    font-size: calc(0.5rem + 0.41666666666666663vw); 
}


.intro-home-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 500;
}

.intro-home-label-left {
    left: var(--twentyFour);
}
.intro-home-label-right {
    right: var(--twentyFour);
}


.letters-anim .char {
	/* color: #C3C4C5; */
    opacity: 0.2;
    transition: .2s cubic-bezier(.33,1,.68,1);
    transition-delay: calc(15ms*var(--char-index));
}
.letters-anim.in-view .char {
	/* color: #000; */
    opacity: 1;
}

.portfolio-links ul li {
    overflow: hidden;
}



@media screen and (max-width:1920px) { 
    .section-label { 
        font-size: calc(0.49999999999999994rem + 0.41666666666666674vw); 
    } 
}
@media screen and (max-width:1440px) { 
    .section-label { 
        font-size: 0.875rem; 
    } 
}
.bg-blue .section-label:before {
    background: var(--white);
}

.section-label.text-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-label:before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--blue);
    margin-right: 8px;
}


.portfolio-links ul li:not(:last-child) {
    /* margin-bottom: 8px; */
}

.portfolio-links ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    font-size: 88px;
    font-size: 6.1vw;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
    padding: 4px 0;
    color: var(--black);
    transform: translateY(100%);
    transition: color 0.2s, transform .6s cubic-bezier(.65, 0, .35, 1);
}
.portfolio-links ul li a span:last-child {
    color: var(--black-20);
}

.portfolio-links ul li a > span:first-child {
    position: relative;
}
.portfolio-links ul li a > span:first-child:after {
    content: '';
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: -4px;
    height: 6px;
    width: 100%;
    background: var(--black);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.4s cubic-bezier(.165, .84, .44, 1);
}
.portfolio-links ul li a:hover > span:first-child:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.portfolio-links ul li.in-view a {
    transform: translateY(0%);
}

.portfolio-links ul:hover li a {
    color: var(--black-20);
}
.portfolio-links ul:hover li a span:last-child {
    color: var(--black-20);
}
.portfolio-links ul li:hover a {
    color: var(--black);
}
.portfolio-links ul li:hover a span:last-child{
    color: var(--black);
}



.works-grid > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-bottom: -120px;
    margin-bottom: -8.333vw;
}
.works-grid > ul > li {
    width: calc(33.333% - 24px);
    min-width: calc(33.333% - 24px);
    margin-right: 24px;
    margin-bottom: 120px;
    margin-bottom: 8.333vw;
}
.works-list > ul > li:first-child {
    width: calc(75% - 24px);
    min-width: calc(75% - 24px);
}

.works-list > ul > li:nth-child(10n+2) {
    width: calc(41.6% - 24px);
    min-width: calc(41.6% - 24px);
}
.works-list > ul > li:nth-child(10n+3) {
    width: calc(58.4% - 24px);
    min-width: calc(58.4% - 24px);
}

.works-list > ul > li:nth-child(10n+7) {
    width: calc(58.4% - 24px);
    min-width: calc(58.4% - 24px);
}
.works-list > ul > li:nth-child(10n+8) {
    width: calc(41.6% - 24px);
    min-width: calc(41.6% - 24px);
}

.works-archive-list > ul > li.visible-index-1 {
    width: calc(75% - 24px);
    min-width: calc(75% - 24px);
}
.works-archive-list > ul > li.layout-index-3,
.works-archive-list > ul > li.layout-index-7 {
    width: calc(58.4% - 24px);
    min-width: calc(58.4% - 24px);
}
.works-archive-list > ul > li.layout-index-2,
.works-archive-list > ul > li.layout-index-8 {
    width: calc(41.6% - 24px);
    min-width: calc(41.6% - 24px);
}

.works-grid > ul > li a {
    display: block;
    color: var(--black);
}
.works-grid > ul > li a .title-24 h3 {
    display: inline;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0% 2px;
    transition: background-size 0.4s ease;
}
.works-grid > ul > li a:hover .title-24 h3 {
    background-size: 100% 2px;
}

.works-grid-item-image {
    margin-bottom: 1.666vw;
    transform-style: preserve-3d;
    border-radius: 1.666vw;
    will-change: transform;
    transition: transform 0.1s ease;
    clip-path: inset(0% 0% 0% 0% round 1.666vw);
}
.works-grid-item-image img {
    width: 100%;
    border-radius: 1.666vw;
}

.scale-effect {
    position: relative;
    overflow: hidden;
}
.scale-effect img {
    transform: scale(1);
    will-change: transform;
    transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);;
}
a:hover .scale-effect img {
    transform: scale(1.2);
    /* transform: scale(1.1); */
}

.works-grid > ul > li {
    perspective: 1000px;
}

.works-grid-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 48px;
}
.works-grid-item-title .title-24 {
    max-width: 31vw;
}
.works-grid > ul > li:first-child .works-grid-item-title .title-24 {
    max-width: 39vw;
}
.works-grid-item-title > span {
    white-space: nowrap;
    opacity: 0.4;
}

.works-grid .works-grid-item-details {
    margin-top: 16px;
}

.works-grid-item-details ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    gap: 8px;
}
.works-grid-item-details ul li {
    background: var(--greyF);
    color: var(--black-40);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 10px;
}

.works-grid-more {
    margin-top: 80px;
    margin-top: 5.55vw;
}


.section-has-border-top {
    border-top: 1px solid var(--greyD);
}



.industries-section .lt-hold + .portfolio-links {
    margin-top: 250px;
    margin-top: 12vw;
}

.bg-blue .portfolio-links ul li a {
    color: var(--white);
}
.bg-blue .portfolio-links ul li a span:first-child:after {
    background: var(--white);
}
.bg-blue .portfolio-links ul:hover li a {
    color: var(--white-20);
}
.bg-blue .portfolio-links ul li:hover a {
    color: var(--white);
}

.pricing-list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-bottom: -24px;
}
.pricing-list > ul > li {
    width: calc(33.333% - 24px);
    min-width: calc(33.333% - 24px);
    margin-right: 24px;
    margin-bottom: 24px;
    border: 1px solid var(--black-10);
    border-radius: var(--twentyFour);
    padding: var(--fourty);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.pricing-list > ul > li.active {
    border: 1px solid var(--blueLighter);
}
.pricing-list > ul > li.active {
    border: 1px solid var(--blueLighter);
    background: radial-gradient(53.62% 22.12% at 50% 0%, #E3E7FF 0%, rgba(255, 255, 255, 0) 100%);

}

.pricing-list-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: var(--twentyFour);
}

.pricing-list > ul > li.active .pricing-list-item-title span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 12px;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    padding: 8px 12px;
    color: var(--blueLighter);
    border-radius: 10px;
    text-transform: uppercase;
    background: var(--purple-300);
}


.pricing-list-item-text {
    opacity: 0.6;
    margin-bottom: var(--fourty);
}

.pricing-list-item-price {
    margin-bottom: var(--twentyFour);
}

.pricing-list-item-button {
    margin-bottom: var(--fourty);
}

.pricing-list-item-features ul {
    margin: 0;
    padding: 0;
}

.pricing-list-item-features ul li {
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.6;
    margin-bottom: 10px;
}
.pricing-list-item-features ul li:last-child {
    margin-bottom: 0px;
}
.pricing-list-item-features ul li:before {
    content: '';
    width: 24px;
    min-width: 24px;
    height: 24px;
    width: var(--twentyFour);
    min-width: var(--twentyFour);
    height: var(--twentyFour);
    background: url(../img/icon-check-grey-circled.svg) no-repeat center center / 100% 100%;
    margin-right: 8px;
}

.pricing-list-item-more {
    margin-top: var(--fourty);
    margin-top: 24px;
}

.cta-box {
    border-radius: var(--twentyFour);
    padding: 4.44vw 10%;
    position: relative;
    overflow: hidden;
}

.cta-box-button {
    margin-top: var(--twentyFour);
}

.cta-box-image {
    position: absolute;
    height: 100%;
    top: 0;
}
.cta-box-image img {
    height: 100%;
    width: auto;
}

.cta-box-image-left {
    left: 0;
}
.cta-box-image-right {
    right: 0;
}

.cta-box-content {
    position: relative;
    z-index: 5;
}

footer {
    background: var(--black);
    padding: 40px 0 18px;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.logo-footer {
    display: flex;
}
.logo-footer img {
    width: 100%;
}

.footer-bottom {
    margin-bottom: var(--fourty);
}

.footer-middle {
    padding-top: 40px;
    border-top: 1px solid #292929;
    margin-bottom: 6.25vw;
    position: relative;
    z-index: 5;
}

.footer-middle-left {
    max-width: 28%;
}

.socials ul li a {
    font-size: 1.25rem;
}

.footer-text {
    font-size: calc(2.220446049250313e-16rem + 1.6666666666666665vw);
}

@media screen and (max-width:1920px) { .footer-text { font-size: calc(-2.220446049250313e-16rem + 1.666666666666667vw); } }
@media screen and (max-width:1440px) { .footer-text { font-size: calc(0.9996525364836693rem + 0.5559416261292565vw); } }

.footer-details {
    margin-right: 8.875vw;
}

.footer-details p:not(:last-child) {
    margin-bottom: 4px;
}
.footer-details a  {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: var(--white);
    position: relative;
}
.footer-details a:after  {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    background: var(--white);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s cubic-bezier(.165,.84,.44,1);
}
.footer-details a:hover:after  {
    transform: scaleX(1);
    transform-origin: left center;
}

.socials ul li:not(:last-child) {
    margin-bottom: 4px;
}
.socials ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: var(--white);
    position: relative;
}
.socials ul li a:after  {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    background: var(--white);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.4s cubic-bezier(.165,.84,.44,1);
}
.socials ul li a:hover:after  {
    transform: scaleX(1);
    transform-origin: left center;
}

.footer-sec-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    line-height: 1;
}
.footer-sec-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--white);
}

.footer-middle-right .socials {
    min-width: 137px;
}

.footer-top {
    position: relative;
    margin-bottom: 40px;
}

.footer-top-element {
    position: absolute;
    top: -40px;
    right: 6%;
    bottom: -80px;
}
.footer-top-element img {
    height: 100%;
    width: auto;
}

footer .section-label:before {
    background: var(--yellow);
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-trigger {
    margin-top: 7.85vw;
}
.footer-trigger a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 64px;
    font-size: 4.45vw;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--white);
    position: relative;
}
.footer-trigger a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 4px;
    width: 100%;
    background: var(--white);
    transform: scaleX(0);
    transform-origin: right center;

    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(.165, .84, .44, 1);
}
.footer-trigger a:hover:after {
    transform: scaleX(0);
    transform-origin: right center;
}

.portfolio-links.industries-links {
    position: relative;
}
.portfolio-links.industries-links ul {
    position: relative;
    z-index: 5;
}

.industries-links-images {
    position: absolute;
    left: 4%;
    right: 4%;
    top: -60px;
    bottom: -107px;
    width: 92%;
    height: calc(100% + 167px);
    
}
.industries-links-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}
.industries-links-image img {
    max-width: 100%;
    max-height: 100%;
}
.industries-links-image.active {
    opacity: 0.5;
}

.industries-links-image-video {
    width: 100%;
    padding-bottom: 62.5%;
}

.portfolio-links.industries-links ul li:not(:last-child) {
    margin-bottom: 0;
}
.portfolio-links.industries-links ul li a {
    padding: 3px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.industries-links-text {
    font-size: 1rem;
    line-height: 1;
    max-width: 24%;
    color: var(--black);
    letter-spacing: 0;
    opacity: 0;
    visibility: hidden;
}
.bg-blue .industries-links-text {
    color: var(--white);
}

.portfolio-links.industries-links ul li a:hover .industries-links-text {
    opacity: 1;
    visibility: visible;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    padding: 30px 0;
    transition: padding 0.3s, background 0.3s, transform 0.3s;
}

header.header-up {
    transform: translateY(-100%);
}
header.scrolled {
    padding: 19px 0;
    background: var(--white);
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo a {
    display: flex;
}

.nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* gap: 24px; */
}
.nav > ul:hover > li > a{
    opacity: 0.5;
}
.nav > ul > li:hover > a {
    opacity: 1;
}
.nav > ul > li > a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px;
    min-height: 40px;
    font-size: 0.875rem;
    color: var(--black);
    transition: 0.2s;
}
.nav > ul > li.has-subnav > a:after {
    content: '';
    width: 10px;
    height: 14px;
    margin-left: 6px;
    background: url(../img/arrow-dropdown.svg) no-repeat bottom center;
    transition: 0.2s;
}
.nav > ul > li.has-subnav:hover > a:after {
    transform: rotate(180deg);
}

.nav > ul > li:not(.has-subnav) > a {
    position: relative;
}
.nav > ul > li:not(.has-subnav) > a:before {
    content: '';
    position: absolute;
    left: 12px;
    bottom: 10px;
    height: 1px;
    width: calc(100% - 24px);
    background: var(--black);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.4s cubic-bezier(.165, .84, .44, 1);
}
.nav > ul > li:not(.has-subnav) > a:hover:before {
    transform: scaleX(1);
    transform-origin: left center;
}


.nav-subnav-hold {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 100px 0 40px;
    padding: 7vw 0 2.778vw;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.subnav-active .nav-subnav-hold {
    top: -19px;
}

.nav > ul > li.has-subnav:hover .nav-subnav-hold {
    opacity: 1;
    visibility: visible;
    transition: 0.3s 0.2s;
}

.nav-subnav-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw;
}

.nav-subnav-grid-col {
    /* width: calc(33.333% - 2.96vw);
    min-width: calc(33.333% - 2.96vw); */
}

.nav-subnav {
    position: relative;
    min-height: 100%;
}

.nav-subnav ul {
    margin: 0;
    padding: 0;
}
.nav-subnav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: var(--black);
    font-size: 32px;
    font-size: 2.222vw;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
    padding: 2px 0;
    transition: 0.2s;
}
.subnav-item-hovered .nav-subnav > ul > li > a {
    color: var(--black-20);
}
.subnav-item-hovered .nav-subnav > ul > li > a:hover {
    color: var(--black);
}
.nav-subnav ul li a span:last-child:not(:first-child) {
    color: var(--black-20);
    transition: 0.2s;
}
.nav-subnav ul li a:hover span:last-child:not(:first-child) {
    color: var(--black);
}

.nav-subnav ul li a span:first-child {
    position: relative;
}
.nav-subnav ul li a span:first-child:after {
    content: '';
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 100%;
    background: var(--black);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s cubic-bezier(.165, .84, .44, 1);
}
.nav-subnav ul li a:hover span:first-child:after {
    transform: scaleX(1);
    transform-origin: left center;
}

.subnav-hover-height {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    background: var(--white);
    height: 0;
    transition: height 0.4s ease;
    pointer-events: none;
    /* border-bottom-left-radius: var(--twentyFour);
    border-bottom-right-radius: var(--twentyFour); */
}

.nav-subnav-image-hold {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5vw;
    right: 3vw;
    width: 8.333vw;
    width: 7.66vw;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    pointer-events: none;
}

.nav-subnav ul li:hover .nav-subnav-image-hold {
    opacity: 1;
    visibility: visible;
}

.nav-subnav-image {
    padding-bottom: 100%;
}
.nav-subnav-image img {
    border-radius: var(--twentyFour);
}

.logo {
    width: 145px;
}

.header-right {
    width: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.header-middle {
    width: calc(100% - 145px - 145px);
}

/* animations  */

.hero-fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.19,1,0.22,1);
}
.hero-fade-up.hero-anim {
    opacity: 1;
    transform: translateY(0px);
}

.hero-animated-title.hero-anim {
    opacity: 1;
}

.hero-animated-title {
    opacity: 0;
}

.hero-animated-text.hero-anim {
    opacity: 1;
}

.hero-animated-text {
    opacity: 0;
}

.animated-title.in-view {
    opacity: 1;
}

.animated-title {
    opacity: 0;
}

.animated-title .word,
.hero-animated-title .word {
    /* overflow: hidden; */
    padding-right: 0.04em;
    /* padding-bottom: 0.11em; */
}
.animated-text .word,
.hero-animated-text .word {
    /* overflow: hidden; */
    padding-right: 0.04em;
    /* padding-bottom: 0.11em; */
}

.animated-title.in-view .char,
.hero-animated-title.hero-anim .char {
    transform: translateY(0);
    opacity: 1;
}
.animated-title .char,
.hero-animated-title .char {
    transform: translateY(20px);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.19,1,0.22,1), opacity 1.2s cubic-bezier(0.19,1,0.22,1);
    transition-delay: calc(30ms* var(--word-index));
}

.animated-text.in-view .char,
.hero-animated-text.hero-anim .char {
    transform: translateY(0);
    opacity: 1;
}
.animated-text .char,
.hero-animated-text .char {
    transform: translateY(10px);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.19,1,0.22,1), opacity 1.2s cubic-bezier(0.19,1,0.22,1);
    transition-delay: calc(30ms* var(--word-index));
}


.title-48.animated-title {
}
.title-48.animated-title .word {
    padding-bottom: 0.14em;
    margin-bottom: -0.14em;
}

/* .animated-title .word {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s ease-in-out;
    transition-delay: calc(100ms* var(--line-index));
}
.animated-title.in-view .word {
    transform: translateY(0%);
    opacity: 1;
} */

.animation-element.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.75s linear, transform 0.75s cubic-bezier(0.19,1,0.22,1);
}

.animation-element.fade-up.in-view {
    opacity: 1;
    transform: translateY(0px);
}

.animation-element.fade-up-later {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.75s .3s linear, transform 0.75s .3s cubic-bezier(0.19,1,0.22,1);
}

.animation-element.fade-up-later.in-view {
    opacity: 1;
    transform: translateY(0px);
}
.animation-element.fade-up-late {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.75s .6s linear, transform 0.75s .6s cubic-bezier(0.19,1,0.22,1);
}

.animation-element.fade-up-late.in-view {
    opacity: 1;
    transform: translateY(0px);
}

.animation-element.fade-in {
    opacity: 0;
    transition: opacity 0.75s ease;
}

.animation-element.fade-in.in-view {
    opacity: 1;
}
.animation-element.fade-in-later {
    opacity: 0;
    transition: opacity 0.75s 0.3s ease;
}

.animation-element.fade-in-later.in-view {
    opacity: 1;
}

.cursor {
    pointer-events: none;
    position: fixed;
    top: -74px;
    left: -74px;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    z-index: 50;
    font-size: 16px;
}

.cursor-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;

     /* inset:50% auto auto 50%; */
    background:rgba(255,255,255,.08);
    /* background:#B6B6B6; */
    border:2px solid var(--greyF-50);
    /* box-shadow:0 0 0 2px rgba(255,255,255,.6),0 16px 32px rgba(0,0,0,.12); */
    /* box-shadow:0 0 0 2px rgba(255,255,255,.6); */
    /* backdrop-filter:url(#frosted);
    -webkit-backdrop-filter:url(#frosted); */
    /* backdrop-filter:url(#container-glass);
    -webkit-backdrop-filter:url(#container-glass); */
    /* backdrop-filter:url(#btn-glass);-webkit-backdrop-filter:url(#btn-glass); */
    display:grid;place-items:center;cursor:pointer;outline:0;

    visibility: hidden;

    transform: scale(0.2);
    transition: 0.3s;
}
.cursor-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    backdrop-filter:url(#container-glass);
    -webkit-backdrop-filter:url(#container-glass);
}
.cursor-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    backdrop-filter:url(#btn-glass);
    -webkit-backdrop-filter:url(#btn-glass);
    opacity: 0.5;
}

.cursor.active .cursor-inner {
    transform: scale(1);
    visibility: visible;
    transition: 0.3s;
}

.cursor-inner > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 61%;
    height: 61%;
    border-radius: 50%;

    background: var(--blue);
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    z-index: 5;
}
.cursor-inner > span.active {
    opacity: 1;
}


.portfolio-links-image-hold {
    position: absolute;
    top: 50%;
    left: 58%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 21.5%;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.portfolio-links.has-image ul li:hover .portfolio-links-image-hold {
    opacity: 1;
}

.portfolio-links-image {
    padding-bottom: 89.55%;
}

.b-24,
.b-24 img {
    border-radius: var(--twentyFour);
}

.portfolio-links.has-image ul li {
    overflow: visible;
    position: relative;
}

.portfolio-link-hold {
    overflow: hidden;
}

.nav-trigger.active svg rect.hamburger-close {
    fill-opacity: 0;
}

/* white elements */

.white-elements .logo a svg path {
    fill: var(--white)
}
.white-elements .nav-trigger svg rect {
    fill: var(--white)
}
.white-elements .nav > ul > li > a {
    color: var(--white);
}
.white-elements .nav > ul > li:not(.has-subnav) > a:before {
    background: var(--white);
}
.white-elements .btn-black,
.white-elements .btn-black:focus,
.white-elements .btn-black:active {
    background: var(--white);
    color: var(--black);
}
.white-elements .btn-black:after {
    background: url(../img/arrow-top-right-black-24px.svg) no-repeat center center / 100%;
}
.white-elements .nav > ul > li.has-subnav > a:after {
    -webkit-filter: invert(1);
    filter: invert(1);
}

/* subnav active */
.subnav-active .logo a svg path {
    fill: var(--black)
}
.subnav-active .nav > ul > li > a {
    color: var(--black);
}
.subnav-active .nav > ul > li:not(.has-subnav) > a:before {
    background: var(--black);
}
.subnav-active .btn-black,
.subnav-active .btn-black:focus,
.subnav-active .btn-black:active {
    background: var(--black);
    color: var(--white);
}

.subnav-active .nav > ul > li.has-subnav > a:after {
    -webkit-filter: invert(0);
    filter: invert(0);
}

/* scrolled */
header.scrolled .nav-trigger svg rect {
    fill: var(--black)
}
header.scrolled .logo a svg path {
    fill: var(--black)
}
header.scrolled .nav > ul > li > a {
    color: var(--black);
}
header.scrolled .nav > ul > li:not(.has-subnav) > a:before {
    background: var(--black);
}
header.scrolled .btn-black,
header.scrolled .btn-black:focus,
header.scrolled .btn-black:active {
    background: var(--black);
    color: var(--white);
}
header.scrolled .btn-black:after {
    background: url(../img/arrow-top-right-white-24px.svg) no-repeat center center / 100%;
}

header.scrolled .nav > ul > li.has-subnav > a:after {
    -webkit-filter: invert(0);
    filter: invert(0);
}

/* mob-nav-active */
header.mob-nav-active {
    background: transparent;
}
header.header-up.mob-nav-active {
    transform: translateY(0);
}
header.mob-nav-active .nav-trigger svg rect {
    fill: var(--black)
}
header.mob-nav-active .logo a svg path {
    fill: var(--black)
}



.custom-modal {
    position: fixed;
    top: 8px;
    right: 8px;
    bottom: 8px;
    height: 0;
    /* overflow: auto; */
    width: 100%;
    z-index: 600;
    width: 0;
    max-width: 63.888vw;
    /* pointer-events: none; */
    background: var(--white);
    border-radius: 1.111vw;
    overflow: auto;
    overflow: hidden;
    /* clip-path: inset(0% 0% 100% 100%); */
    transition: all 0.4s;
    width: 100%;
    height: calc(100% - 16px);
    transform: translateX(calc(100% + 10px));
}
.custom-modal.active {
    transform: translateX(0);
    width: 100%;
    height: calc(100% - 16px);
        /* clip-path: inset(0% 0% 0% 0%); */
}
.custom-modal.active-overflow {
    overflow: auto;
}

.custom-modal > span {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    background: url(../img/icon-close-black-16px.svg) no-repeat center center;
    cursor: pointer;
    transition: 0.2s;
}

.custom-modal > span:hover {
    border: 1px solid var(--black);
}

.custom-modal-grid  {
    height: 100%;
    padding: var(--fourty);
    padding-bottom: 0;
    opacity: 0;
    transition: 0.1s;
}

.custom-modal.active .custom-modal-grid {
    opacity: 1;
    transition: 0.3s 0.4s;
}

/* For WebKit browsers (Chrome, Safari, Edge) */
.custom-modal::-webkit-scrollbar {
  width: 8px; /* adjust width as needed */
}

.custom-modal::-webkit-scrollbar-track {
  background: transparent;
}

.custom-modal::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2); /* semi-transparent thumb */
  border-radius: 4px;
}

.custom-modal::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* Remove arrows - they don't exist in WebKit by default */

/* For Firefox */
.custom-modal {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.custom-modal-left {
    width: 50%;
    padding-right: 8px;
    padding-bottom: var(--fourty);

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 40px;
}
.custom-modal-right {
    width: 50%;
    padding-left: 8px;
    padding-bottom: var(--fourty);
    padding-top: var(--twentyFour);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.custom-modal-image {
    padding-bottom: 97.45%;
}

.form-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--black-40);
    margin-bottom: 16px;
}

.form-element {
    margin-bottom: 16px;
}
.form-element input,
.form-element input:focus {
    outline: none;
    box-shadow: none;
    margin: 0;
    height: 51px;
    border: 1px solid var(--black-10);
    border-radius: 16px;
    padding: 1px 16px;
    font-weight: 500;
    color: var(--black);
}
.form-element input:focus {
    border: 1px solid var(--black);
}
.form-element textarea,
.form-element textarea:focus {
    outline: none;
    box-shadow: none;
    margin: 0;
    height: 110px;
    border: 1px solid var(--black-10);
    border-radius: 16px;
    padding: 16px 16px;
    resize: none;
    font-weight: 500;
    color: var(--black);
}
.form-element textarea:focus {
    border: 1px solid var(--black);
}

.form-element textarea::-webkit-input-placeholder,
.form-element input::-webkit-input-placeholder {
	color: var(--black-40);
	opacity: 1;
}
.form-element textarea::-moz-placeholder,
.form-element input::-moz-placeholder {
	color: var(--black-40);
	opacity: 1;
}
.form-element textarea:-ms-input-placeholder,
.form-element input:-ms-input-placeholder {
	color: var(--black-40);
	opacity: 1;
}
.form-element textarea:-moz-placeholder,
.form-element input:-moz-placeholder {
	color: var(--black-40);
	opacity: 1;
}

.custom-modal-image-hold {
    max-width: 66%;
}

.custom-modal-left-top {
    max-width: 85%;
}

.custom-modal-book-link-hold {
    margin-top: 4.444vw;
}

.form-checkboxes  {
    margin-bottom: 32px;
}

.form-checkboxes .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    gap: 8px;
}
.form-checkboxes .wpcf7-list-item label input {
    display: none;
}
.form-checkboxes .wpcf7-list-item label span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    background: var(--greyF);
    color: var(--black-40);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.form-checkboxes .wpcf7-list-item label input:checked + span {
    background: var(--blueLighter);
    color: var(--white);
}

.form-text {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--black-40);
}

.form-text a {
    color: var(--black);
} 
.form-text a:hover {
    text-decoration: underline;
} 

.book-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--black-10);
    padding: 8px;
    border-radius: 16px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: var(--black);
    transition: 0.2s;
}
.book-link a:hover {
    border: 1px solid var(--black);
}

.book-link-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.book-link-image {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-right: 12px;
}
.book-link-image img {
    border-radius: 12px;
}

.book-link-name {
    font-weight: 500;
    line-height: 1.2;
}
.book-link-name span {
    display: block;
    font-size: 0.875rem;
    color: #808080;
}
.book-link .section-label {
    font-size: 1rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    position: relative;
    text-decoration: none !important;
}
.book-link .section-label:after {
    content: '';
    position: absolute;
    bottom: 2px;
    /* right: 0; */
    left: 15px;
    width: calc(100% - 15px);
    height: 1px;
    background: var(--black);
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(.165, .84, .44, 1);
}
.book-link .section-label:before {
    margin-right: 10px;
}
.book-link a:hover .section-label:after {
    /* width: 0; */
    transform: scaleX(0);
    transform-origin: right center;
}

.book-link-right {
    padding-right: 12px;
}

.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 555;
    background: var(--black-40);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.custom-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.nav-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-trigger > span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    cursor: pointer;
    width: 32px;
    height: 32px;
}
.nav-trigger > span svg path {
    transition: 0.2s;
}

.industries-carousel-item a {
    display: block;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.industries-carousel-text {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    outline: none;
}

.has-line-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
}

.has-line-dots.owl-carousel button.owl-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 1px;
    margin-right: 4px;
    background: var(--white-20);
    position: relative;
}
.has-line-dots.owl-carousel button.owl-dot span {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 0;
    background: var(--white);
    /* animation-play-state: paused; */
}
.has-line-dots.owl-carousel button.owl-dot.active span {
    animation: dots 5s linear forwards;
    /* animation-play-state: running; */
}

@keyframes dots {
  from {
    width: 0%;
  }

  to {
     width: 100%;
  }
}

.copyrights {
    line-height: 1;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--white);
}

.mob-nav-hold {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    overflow: auto;
    background: var(--white);
    color: var(--black);
    padding: 80px 0 100px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.mob-nav-hold.active {
    opacity: 1;
    visibility: visible;
}

.mob-nav > ul > li:not(:last-child) {
    margin-bottom: 24px;
}
.mob-nav > ul > li > a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: var(--black);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-size: 40px;
    font-size: 5.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mob-nav > ul > li.has-subnav > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mob-nav > ul > li.has-subnav > a:after {
    content: '';
    width: 20px;
    height: 24px;
    background: url(../img/arrow-dropdown-mob.svg) no-repeat center center / 100% 100%;
}
.mob-nav > ul > li.has-subnav.active > a:after {
    transform: rotate(180deg);
}

.mob-nav-button {
    position: fixed;
    left: 0;
    right: 0;

    bottom: 0;
    padding: 0 20px 24px;
    z-index: 22;

}

.text-scroll-animated .char {
    opacity: var(--percentage);
}

span.wpcf7-list-item {
    margin: 0 !important;
}

.mob-nav-subnav-hold {
    padding-top: 24px;
    display: none;
}


.mob-nav-subnav ul {
    padding: 0;
    margin: 0;
}
.mob-nav-subnav ul li {
    margin-bottom: 4px;
}
.mob-nav-subnav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: var(--black);
    font-size: 32px;
    font-size: 2.222vw;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.03em;
    padding: 2px 0;
    transition: 0.2s;
}
.mob-nav-subnav ul li a span:last-child:not(:first-child)  {
    color: var(--black-20);
}

.mob-nav ul:hover > li > a {
    opacity: 0.5;
}
.mob-nav ul > li:hover > a {
    opacity: 1;
}

.mob-nav-hold .socials {
    margin-top: 40px;
    border-top: 1px solid var(--black-10);
    padding-top: 40px;
}
.mob-nav-hold .socials ul li a {
    color: var(--black);
}

.mob-nav-image {
    padding-bottom: 55.555%;
    margin-bottom: 24px;
}
.mob-nav-image img {
    border-radius: 24px;
}

.intro-home-section .text-20 {
    max-width: 450px;
    margin: 24px auto 0;
}

.hiw-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-bottom: -24px;
}
.hiw-list ul li {
    border-radius: var(--twentyFour);
    padding: var(--fourty) var(--thirtyTwo);
    width: calc(33.333% - 24px);
    min-width: calc(33.333% - 24px);
    margin-right: 24px;
    margin-bottom: 24px;
    aspect-ratio: 0.825;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 40px;
}
.hiw-list ul li .text-20 {
    opacity: 0.6;
}
.hiw-list ul li .section-label:before {
    background: var(--black);
}
.hiw-list ul li.dark {
    color: var(--white);
}
.hiw-list ul li.dark .section-label:before {
    background: var(--white);
}

.hiw-list-item-image {
    /* width: 42.521%; */
    margin: 0 auto;
    min-width: 130px;
    text-align: center;
}

.benefits-list ul  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-bottom: -24px;
}
.benefits-list ul li {
    border-radius: var(--twentyFour);
    padding: var(--thirtyTwo) var(--thirtyTwo);
    width: calc(25% - 24px);
    min-width: calc(25% - 24px);
    margin-right: 24px;
    margin-bottom: 24px;
    border: 1px solid var(--black-10);
}

.benefits-list ul li.benefits-list-title {
    padding: 0;
    padding-top: 14px;
    width: calc(50% - 24px);
    min-width: calc(50% - 24px);
    border: none;
}
.benefits-list ul li.benefits-list-title .title-48 {
    max-width: 75%;
}

.benefits-list-item-icon {
    height: 48px;
    margin-bottom: var(--twentyFour);
}
.benefits-list-item-icon img {
    height: 100%;
    width: auto;
}

.benefits-list ul li .text-reg {
    margin-top: 16px;
    opacity: 0.6;
}
.text-reg {
    font-weight: 500;
 }

.faq-left {
    width: 33%;
    padding-right: 6%;
}

.faq-right {
    width: 67%;
    padding-left: 10px;
}

.cta-sm {
    padding: 4.861vw var(--fourty);
    color: var(--white);
    background: var(--blue);
    max-width: 23vw;
    position: relative;
}
.faq-left .cta-sm {
    position: sticky;
    top: 80px;
}
.cta-sm:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: var(--blue);
    opacity: 0.65;
}
.cta-sm > img {
    /* opacity: 0.6; */
}

.cta-sm-content {
    position: relative;
    z-index: 5;
}

.cta-sm-button {
    margin-top: 24px;
}

.faq-right .title-48 {
    max-width: 80%;
}
.faq-right .title-48 + .faq-acc {
    margin-top: 80px;
}

.faq-acc .accordion {
    background: transparent;
}

.faq-acc .accordion-title {
    padding: 24px 0;
    padding-right: 64px;
    border: none;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 500;
    color: var(--black);
    min-height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-acc .accordion-title:focus, 
.faq-acc .accordion-title:hover {
    background-color: transparent;
}

.faq-acc .accordion-title:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    right: 0;
    margin-top: 0;
    width: 40px;
    height: 40px;
    background-color: #E4E4E4;
    border-radius: 50%;
    background-image: url(../img/icon-plus-black-16px.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: 0.2s;
}

.faq-acc .is-active>.accordion-title:before {
    transform: translateY(-50%) rotate(45deg);
}

.accordion-item  {
    border-bottom: 1px solid #E7E7E7;
}
.accordion-item:first-child  {
    border-top: 1px solid #E7E7E7;
}

.faq-acc .accordion-content {
    padding: 0;
    border: none;;
    background-color: transparent;
    color: var(--black);
    padding-bottom: 32px;
}
.faq-acc .accordion-content .text-reg {
    opacity: 0.6;
    max-width: 74%;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: none;
}
:last-child>.accordion-content:last-child {
    border-bottom: none;
}

.intro-si-section .intro-home-content {
    max-width: 80%;
}
.intro-home-content .intro-home-logos-label {
    margin-bottom: 24px;
}

.benefits-boxed {
    background: #FFF94E;
    padding: 5.555vw 4.444vw;
    border-radius: var(--twentyFour);
}
.benefits-boxed .benefits-list ul li {
    border-color: var(--black-20);
}

.benefits-boxed-button {
    margin-top: 4.444vw;
}

.gallery-carousel-item {
    width: 20.833vw;
    padding-bottom: 100%;
}

.section-label.rect-black:before {
    background: var(--black);
}

.proccess-grid-left {
    width: 33%;
    padding-right: 5%;
}
.proccess-grid-right {
    width: 67%;
    padding-right: 10px;
}

.intro-title-section {
    padding-top: 118px;
}
.label-simple {
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 500;
    opacity: 0.6;
    margin-bottom: 24px;
}

.filter-style {
    position: relative;
    z-index: 50;
    margin-bottom: 5.555vw;
}
.filter-style ul {
    -moz-column-count: 3;
    -moz-column-gap: 4.444vw;
    -webkit-column-count: 3;
    -webkit-column-gap: 4.444vw;
    column-count: 3;
    column-gap: 4.444vw;
    /* margin-bottom: 10px; */
}

.filter-style ul li input {
    display: none;
}
.filter-style ul li label {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: var(--black-20);
    font-size: 32px;
    font-size: 2.222vw;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
    padding: 4px 0;
    position: relative;
    transition: 0.2s;
}
.filter-style ul li label:after {
    content: '';
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 2px;
    height: 2px;
    width: 100%;
    background: var(--black);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.3s cubic-bezier(.165, .84, .44, 1);
}
.filter-style ul li input:checked + label:after {
    transform: scaleX(1);
    transform-origin: left center;
}
.filter-style ul li input:checked + label {
    color: var(--black);
}

.filter-style > span {
    margin: 0;
    min-height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: var(--black);
    font-size: 32px;
    font-size: 2.222vw;
    font-size: 28px;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
    padding: 2px 52px 2px 24px;
    position: relative;
    border: 1px solid var(--black-10);
    border-radius: 24px;
    display: none;
    cursor: pointer;
}
.filter-style > span:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 16px;
    width: 20px;
    height: 24px;
    background: url(../img/arrow-dropdown-mob.svg) no-repeat center center;
}
.filter-style > span span:last-child:not(:first-child) {
    color: var(--black-20);
}

.filter-style.active ul {
    opacity: 1;
    visibility: visible;
}

.filter-style.active > span {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.filter-style.active > span:after {
    transform: translateY(-50%) rotate(180deg);
}

.intro-full-image-section {
    min-height: 100vh;
    min-height: 100svh;
    padding: 120px 0 4.444vw;
    color: var(--white);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.intro-full-image-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.intro-si-section + section,
.intro-full-image-section + section {
    padding-top: 40px;
}

.images-section-line:not(:last-child) {
    margin-bottom: 24px;
}

.images-section-line.images-section-line-image {
    padding-bottom: 55.17%;
}

.images-section-line ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-bottom: -24px;
}
.images-section-line ul li {
    margin-right: 24px;
    margin-bottom: 24px;
}
.images-section-line.of-two ul li {
    width: calc(50% - 24px);
    min-width: calc(50% - 24px);
}
.images-section-line.of-three ul li {
    width: calc(33.333% - 24px);
    min-width: calc(33.333% - 24px);
}

.images-section-line.of-two .images-section-line-image {
    padding-bottom: 112.281%;
}
.images-section-line.of-three .images-section-line-image {
    padding-bottom: 115.18%;
}

.images-section-hold + .lt-hold {
    margin-top: 40px;
}

.work-single-info-date {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
}

.work-single-info-section .works-grid-item-details {
    margin-top: 32px;
}

.work-single-info-button {
    margin-top: 40px;
    margin-top: 46px;
}

.link-rect-underline,
.link-rect-underline:focus,
.link-rect-underline:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    color: var(--black);
    /* min-height: 35px; */
}
.link-rect-underline:hover {
    color: var(--black);
}
.link-rect-underline:before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--blue);
    margin-right: 10px;
}
.link-rect-underline:after {
    content: '';
    position: absolute;
    left: 15px;
    bottom: 7px;
    bottom: 0;
    height: 1px;
    width: calc(100% - 15px);
    background: var(--black);
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(.165, .84, .44, 1);
}
.link-rect-underline:hover:after {
    transform: scaleX(0);
    transform-origin: right center;
}

.intro-full-image-content {
    max-width: 75%;
}

.stats-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-bottom: -24px;
}
.stats-list ul li {
    width: calc(33.333% - 24px);
    min-width: calc(33.333% - 24px);
    margin-right: 24px;
    margin-bottom: 24px;
    border: 1px solid var(--black-10);
    padding: var(--fourty);
}

.stats-list-item-label.label-simple {
    margin-bottom: 16px;
}

.stats-list-item-text {
    margin-top: 16px;
    opacity: 0.6;
}

.gallery-carousel-item-v2 {
    width: 72vw;
    padding-bottom: 67%;
}

.header-marquee-box-content {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.header-marquee-box-text {
    display: inline-block;
    white-space: nowrap;
    padding-bottom: 0.04em;
    animation: marquee 30s linear infinite;
}

.header-marquee-box-text span {
    display: inline-block;
    /* padding-right: 2rem; */
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.related-works-section .title-120 {
    color: var(--black-20);
    margin-bottom: 160px;
    margin-bottom: 11.11vw;
}

.gallery-carousel-v2.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    outline: none;
}

.has-lined-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #D9D9D9;
    border-radius: 3px;
    margin-top: 32px;
}
.has-lined-dots button.owl-dot {
    width: 100%;
}
.has-lined-dots button.owl-dot span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 6px;
    background: transparent;
    border-radius: 3px;
    transition: 0.2s;
}
.has-lined-dots button.owl-dot.active span {
    background: var(--black);
}

.boxed-steps ul li {
    border: 1px solid var(--black-20);
    padding: var(--thirtyTwo);
    border-radius: var(--twentyFour);
    margin-bottom: 16px;
}
.boxed-steps ul li:last-child {
    margin-bottom: 0px;
}

.boxed-steps-item-label {
    margin-bottom: 24px;
    opacity: 0.2;
}

.boxed-steps .text-20 {
    margin-top: 24px;
    opacity: 0.6;
}

.proccess-grid-left-content {
    position: sticky;
    top: 80px;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ng {
    border: none !important;
    float: left !important;
    margin: 10px 0 !important;
    padding: 0 !important;
    color: #ef586b !important;
}

div.wpcf7-mail-sent-ok {
    float: left !important;
    border: none !important;
    padding: 0 !important;
    margin: 10px 0 !important;
}

span.wpcf7-not-valid-tip {
	/* display: none !important; */
    color: #FF0000;
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 8px;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

.contact-element input.wpcf7-not-valid,
.contact-element input.wpcf7-not-valid:focus,
.contact-element textarea.wpcf7-not-valid,
.contact-element textarea.wpcf7-not-valid:focus {
    border: solid 1px #ef586b;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: left;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 24px !important;
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    float: left;
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    text-align: left;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 24px !important;
}

.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
    text-align: left;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 24px !important;
}

.pricing-list-item-features.additional {
    padding-top: 10px;
    display: none;
}

.pricing-list > ul > li.expanded .pricing-list-item-text {
    display: none;
}
.pricing-list > ul > li.expanded .pricing-list-item-price {
    font-size: 1.25em;
    opacity: 0.6;
    line-height: 1.4;
    margin-bottom: 36px;
}
.pricing-list > ul > li.expanded .pricing-list-item-button {
    display: none;
}
.pricing-list > ul > li.expanded .pricing-list-item-features.additional {
    display: block;
}

.gallery-carousel-progress {
    display: flex;
    margin-top: 24px;
    width: 100%;
    height: 6px;
    background: #D9D9D9;
    border-radius: 3px;
}
.gallery-carousel-progress span {
    height: 6px;
    background: #000;
    border-radius: 3px;
    transition: 0.2s;
}

.error-section {
    min-height: 100vh;
    min-height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0;
}
.error-section > img {
    opacity: 0.4;
}

.error-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    opacity: 0.6;
    margin-bottom: 24px;
}


.error-content .text-20 {
    max-width: 22em;
    margin: 24px auto 0;
}

.error-button {
    margin-top: 40px;
}

.text-page-section {
    padding-top: 118px;
}

.text-page-top {
    margin-bottom: 26vh;
}

.text-page-bottom-left {
    width: 40%;
    padding-right: 7.5%;
}
.text-page-bottom-right {
    width: 60%;
    padding-left: 2.45%;
}


.label-14 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 24px;
    opacity: 0.6;
}

.entry {
    color: var(--black-60);
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.4;
}
.entry p {
    margin-bottom: 1.4em;
}
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
    color: var(--black);
    font-weight: 500;
    letter-spacing: -0.03em;
}
.entry h2:not(:first-child) {
    margin-top: 120px;
}

.entry h3:not(:first-child),
.entry h4:not(:first-child),
.entry h5:not(:first-child) {
    margin-top: 80px;
}

.entry h2 {
    font-size: 64px;
    font-size: 4.45vw;
    line-height: 1.1;
    margin-bottom: 40px;
}
.entry h3 {
    font-size: 48px;
    font-size: 3.33vw;
    line-height: 1.1;
    margin-bottom: 32px;
}
.entry h4 {
    font-size: 32px;
    font-size: 2.222vw;
    line-height: 1.2;
    margin-bottom: 32px;
}
.entry h5 {
    font-size: 24px;
    font-size: 1.666vw;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 24px;
}

.entry >:last-child {
    margin-bottom: 0;
}

.entry ul {
    margin-bottom: 32px;
}
.entry ul li {
    position: relative;
    padding-left: 1.5rem;
}
.entry ul li:before {
    content: '•';
    position: absolute;
    left: 6px;
    top: 0;
}
.entry ol {
    counter-reset: item;
    margin-bottom: 32px;
}
.entry ol li {
    position: relative;
    padding-left: 1.5rem;
}
.entry ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.5rem;
    /* text-align: center; */
}

.text-page-toc  {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.4;
}
.text-page-toc ul li:not(:last-child) {
    margin-bottom: 1.4em;
}
.text-page-toc ul li a {
    color: var(--black-60);
    background-image: linear-gradient(var(--black), var(--black));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0% 1px;
    transition: background-size 0.4s ease, color 0.2s;
}
.text-page-toc ul li a:hover {
    color: var(--black);
}
/* .text-page-toc ul li a:hover, */
.text-page-toc ul li.active a {
    color: var(--black);
    background-size: 100% 1px;
}

.text-page-bottom-left .text-page-toc {
    position: sticky;
    top: 100px;
}

/* Medias */

@media (min-width: 640px) {
    .owl-carousel.gallery-carousel-v2 .owl-dots {
        display: none;
    }
}

@media (max-height: 820px) and (min-width: 1024px) {
    .custom-modal-left,
    .custom-modal-right {
       padding-bottom: 24px;
    }

    .form-checkboxes .wpcf7-checkbox {
        gap: 5px;
    }
    .custom-modal-book-link-hold {
        margin-top: 24px;
    }
    .custom-modal-grid {
        padding-top: 24px;
    }
    .custom-modal-right {
        padding-top: 0;
    }
}
@media (max-height: 740px) and (min-width: 1024px) {
    .custom-modal .form-element {
        margin-bottom: 10px;
    }
    .custom-modal .form-checkboxes {
        margin-bottom: 16px;
    }
    .custom-modal .form-label {
        margin-bottom: 12px;
    }
    .custom-modal .form-element textarea, 
    .custom-modal .form-element textarea:focus {
        height: 80px;
        padding: 12px 16px;
    }
    .custom-modal .custom-modal-book-link-hold {
        margin-top: 16px;
    }
}

@media (min-width: 1441px) {
    .btn-grey, .btn-grey:focus, .btn-grey:active,
    .btn-black, .btn-black:focus, .btn-black:active,
    .btn-blue, .btn-blue:focus, .btn-blue:active,
    .btn-black-border, .btn-black-border:focus, .btn-black-border:active,
    .btn-white-border, .btn-white-border:focus, .btn-white-border:active,
    .btn-white, .btn-white:focus, .btn-white:active {
        border-radius: 1.111vw;
    }
    .benefits-list-item-icon {
        height: 3.2vw;
    }
    .intro-home-section .text-20 {
        max-width: 52%;
    }
    .btn-sm,
    .btn-sm:focus,
    .btn-sm:active {
        min-width: 8.5vw!important;
    }
    .copyrights {
        font-size: 0.75rem
    }
    .logo,
    .header-right {
        width: 20%;
    }
    .header-middle {
        width: 60%;
    }
    .pricing-list > ul > li.active .pricing-list-item-title span {
        padding: clamp(8px, 0.5vw + 1px, 14px) clamp(12px, 0.7vw + 2px, 20px);
    }
    .form-text {
        font-size: 0.875em;;
    }

    .footer-sec-nav ul li a {
        font-size: 0.75em;
    }
    .form-label {
        font-size: 0.75em;
    }

    .form-checkboxes .wpcf7-list-item label span {
        font-size: 0.75em;
    }
}

@media only screen and (max-width: 1400px) {
    .btn-wide2,
    .btn-wide2:focus,
    .btn-wide2:active {
        min-width: 15vw !important;
    }
    .custom-modal {
        max-width: 70vw;
    }
    .cta-sm {
        max-width: 100%;
    }
} 

@media only screen and (max-width: 1199px) {
    .btn-wide2, .btn-wide2:focus, .btn-wide2:active {
        min-width: 200px !important;
    }
    .text-page-top {
        margin-bottom: 120px;
    }
    .faq-acc .accordion-content .text-reg {
        max-width: 85%;
    }
    .intro-full-image-section {
        padding: 120px 0 64px;
    }
    .filter-style {
        margin-bottom: 64px;
    }
    .gallery-carousel-item {
        width: 26vw;
    }
    .benefits-boxed-button {
        margin-top: 48px;
    }
    .benefits-boxed {
        padding: 64px 2.222vw;
    }
    .intro-referal-section .intro-home-content {
        max-width: 55%;
    }
    .faq-right .title-48 + .faq-acc {
        margin-top: 64px;
    }
    .faq-left {
        width: 33%;
        padding-right: 5%;
    }
    .custom-modal {
        max-width: 80vw;
    }
    .works-grid-more {
        margin-top: 64px;
    }
     .section-top {
        margin-bottom: 64px;
    }
    .footer-middle-left {
        max-width: 33%;
    }
    .cta-box {
        padding: 64px 10%;
    }
    .industries-links-text {
        max-width: 32%;
    }
    .works-grid > ul > li:first-child .works-grid-item-title .title-24 {
        max-width: 60vw;
    }
    .works-grid-item-title > span {
        width: 100%;
    }
    .works-grid-item-title .title-24 {
        order: 2;
        max-width: 100%;
        width: 100%;
    }
    .works-grid-item-title {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
        gap: 16px;
    }
    header {
        padding: 19px 0;
    }
    .nav-subnav-hold {
        padding: 100px 0 40px;
    }
    .grid-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn-wide, .btn-wide:focus, .btn-wide:active {
        min-width: 190px !important;
    }
    .has-arrow:hover:before {
        width: 24px;
    }
    .has-arrow:before {
        height: 24px;
    }
    .has-coins:hover:before {
        width: 24px;
    }
    .has-coins:before {
        height: 24px;
    }
    .has-cal:hover:before {
        width: 24px;
    }
    .has-cal:before {
        height: 24px;
    }
        
    .btn-blue,
    .btn-blue:focus,
    .btn-blue:active {
        min-height: 56px;
        font-size: 16px;
        min-width: 160px;
    }

    .btn-black,
    .btn-black:focus,
    .btn-black:active {
        min-height: 56px;
        font-size: 16px;
        min-width: 160px;
    }

    .btn-black-border,
    .btn-black-border:focus,
    .btn-black-border:active {
        min-height: 56px;
        font-size: 16px;
        min-width: 160px;
    }
    .btn-grey,
    .btn-grey:focus,
    .btn-grey:active {
        min-height: 56px;
        font-size: 16px;
        min-width: 160px;
    }

    .btn-white,
    .btn-white:focus,
    .btn-white:active {
        min-height: 56px;
        font-size: 16px;
        min-width: 160px;
    }
    .btn-white-border,
    .btn-white-border:focus,
    .btn-white-border:active {
        min-height: 56px;
        font-size: 16px;
        min-width: 160px;
    }

    .intro-home-content {
        max-width: 65%;
    }
    .footer-trigger a {
        font-size: 6vw;
    }
    .title-80 {
        font-size: 6.8vw;
    }
    .title-48 {
        font-size: 3.8vw;
    }
    .title-32 {
        font-size: 2.8vw;
    }
    .title-24 {
        font-size: 2.2vw;
    }
    .entry h5 {
        font-size: 2.2vw;
    }
   .work-single-info-date {
        margin-top: 24px;
    }
    .work-single-info-section .works-grid-item-details {
        margin-top: 24px;
    }
    .entry h2:not(:first-child) {
        margin-top: 80px;
    }
} 

@media only screen and (min-width: 1024px) {
    .mob-nav-hold {
        display: none !important; 
    }
}

@media only screen and (max-width: 1023px) {
    .text-page-bottom-right {
        width: 100%;
        padding-left: 0;
    }
    .text-page-toc ul li:not(:last-child) {
        margin-bottom: 1em;
    }
    .text-page-bottom-left .text-page-toc {
        position: static;
        top: auto;
    }
    .text-page-bottom-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 64px;
    }
    .faq-left .cta-sm {
        position: relative;
        top: auto;
    }
    .industries-carousel-image-video {
        padding-bottom: 62.5%;
    }
    .proccess-grid-left-content {
        position: static;
        top: auto;
    }
    .gallery-carousel-item-v2 {
        width: 80vw;
        padding-bottom: 80%;
    }
    .title-120 {
        font-size: 10vw;
    }
    .stats-list ul li {
        padding: 32px 24px;
    }
    .images-section-hold + .lt-hold {
        margin-top: 64px;
    }
    .images-section .lt-left {
        margin-bottom: 24px;
    }
    .images-section-line ul {
        width: calc(100% + 20px);
        margin-bottom: -20px;
    }
    .images-section-line ul li {
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .images-section-line.of-two ul li {
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
    }
    .images-section-line.of-three ul li {
        width: calc(33.333% - 20px);
        min-width: calc(33.333% - 20px);
    }
    .images-section-line:not(:last-child) {
        margin-bottom: 20px;
    }
    .work-single-info-button {
        margin-top: 32px;
    }
    .intro-full-image-content {
        max-width: 85%;
    }
    .filter-style {
        margin-bottom: 48px;
    }
    .filter-style ul {
        position: absolute;
        left: 0;
        width: 100%;
        right: 0;
        top: 100%;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
        padding: 0 24px 16px;
        background: var(--white);
        border: 1px solid var(--black-10);
        border-top: none;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
        opacity: 0;
        visibility: hidden;
    }
    .filter-style > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .filter-style ul li:not(:last-child) {
        margin-bottom: 4px;
    }
    .filter-style ul li label:after {
        opacity: 0;
        visibility: hidden;
    }
    .filter-style ul li label {
        font-size: 28px;
        font-size: 3.5vw;
        color: var(--black);
    }
    .filter-style ul li label span:last-child:not(:first-child) {
        color: var(--black-20);
    }
    .proccess-grid-right {
        width: 100%;
        padding-right: 0;
    }
    .proccess-grid-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 48px;
    }
    .benefits-boxed .section-top {
        margin-bottom: 48px;
    }
    .intro-si-section .intro-home-content {
        max-width: 90%;
    }
    .benefits-boxed {
        padding: 64px 24px;
    }
    .gallery-carousel-item {
        width: 33vw;
    }
    .intro-referal-section .intro-home-content {
        max-width: 65%;
    }
    .faq-hold + .cta-sm {
        margin-top: 48px;
    }
    .cta-sm {
        padding: 64px var(--fourty);
    }
    .faq-right .title-48 + .faq-acc {
        margin-top: 48px;
    }
    .faq-right {
        width: 100%;
        padding-left: 0;
    }
    .faq-left {
        width: 100%;
        padding-right: 0;
    }
    .benefits-list ul li.benefits-list-title {
        padding-top: 16px;
        margin-bottom: 48px;
        width: calc(100% - 24px);
        min-width: calc(100% - 24px);
    }
    .benefits-list ul li {
        width: calc(33.333% - 24px);
        min-width: calc(33.333% - 24px);
        width: calc(50% - 24px);
        min-width: calc(50% - 24px);
    }
    .hiw-list ul {
        width: 100%;
        margin-bottom: 0;
    }
    .hiw-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        aspect-ratio: unset;
        padding: var(--fourty) var(--thirtyTwo) 60px;
    }
    .hiw-list ul li:not(:first-child) {
        margin-top: -40px;
    }
    .custom-modal {
        border-radius: 12px;
    }
    .intro-home-hold:before, .intro-home-hold:after {
        width: 160px;
    }
    .custom-modal-image-hold {
        max-width: 50%;
    }
    .custom-modal-left {
        width: 100%;
        padding-right: 0;
    }
    .custom-modal-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .custom-modal {
        max-width: calc(100% - 16px);
    }
    .entry h5 {
        font-size: 20px;
    }
    .title-24 {
        font-size: 20px;
    }
    .cta-box-image-left {
        left: -10%;
    }
    .cta-box-image-right {
        right: -10%;
    }
    .industries-carousel-image {
        margin-bottom: 32px;
        margin-left: -20%;
        width: 140%;
    }
    .industries-carousel-hold {
        margin-top: 80px;
    }
    .footer-middle {
        margin-bottom: 8vw;
    }
    .footer-middle-right {
        width: 100%;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .footer-middle-left {
        max-width: 100%;
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-trigger {
        margin-top: 13vw;
    }
    .pt-80 {
        padding-top: 64px;
    }
    .pb-80 {
        padding-bottom: 64px;
    }
    :root {
        --twentyFour: 24px;
        --thirtyTwo: 24px;
        --fourty: 32px;
    }
    .pricing-list {
        padding: 0 15%;
    }
    .pricing-list > ul {
        width: 100%;
    }
    .pricing-list > ul > li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
    .portfolio-links-image-hold {
        /* left: 68%; */
        display: none;
    }
    .portfolio-links ul li a {
        font-size: 8vw;
    }
    .title-32 {
        font-size: 28px;
        font-size: 3.5vw;
    }
    .title-48 {
        font-size: 36px;
        font-size: 4.8vw;
    }
    .title-64 {
        font-size: 40px;
        font-size: 5.2vw;
    }
    .title-80 {
        font-size: 8vw;
    }

    .entry h2 {
        font-size: 40px;
        font-size: 5.2vw;
    }
    .entry h3 {
        font-size: 36px;
        font-size: 4.8vw;
    }
    .entry h4 {
        font-size: 28px;
        font-size: 3.5vw;
    }
    .industries-carousel-title {
        font-size: 5.5vw;
        font-weight: 500;
        line-height: 1.1;
        letter-spacing: -0.03em;
        margin-bottom: 16px;
    }
    .lt-right {
        width: 100%;
    }
    .lt-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 64px;
    }
    .intro-home-content {
        max-width: 75%;
    }
    .cursor {
        display: none !important;
    }
    .header {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .header-right,
    .logo {
        width: auto;
    }
    .header-middle {
        display: none;
    }
    .intro-home-label {
        display: none;
    }
    .custom-modal-book-link-hold {
        margin-top: 40px;
    }
    .text-page-bottom-left {
        display: none;
    }
} 

@media screen and (max-width:639px) {
    .entry h5 {
        margin-bottom: 20px;
    }
    .entry h3:not(:first-child), .entry h4:not(:first-child), .entry h5:not(:first-child) {
        margin-top: 48px;
    }
    .entry h2:not(:first-child) {
        margin-top: 48px;
    }
    .entry h4 {
        margin-bottom: 24px;
    }
    .entry h3 {
        margin-bottom: 24px;
    }
    .entry h2 {
        margin-bottom: 24px;
    }
    .text-page-bottom-left {
        margin-bottom: 48px;
    }
    .text-page-toc ul li:not(:last-child) {
        margin-bottom: 0.5em;
    }
    .text-page-top {
        margin-bottom: 80px;
    }
    .faq-right .title-48 {
        max-width: 100%;
    }
    .text-20.pricing-list-item-price-hidden {
        margin-bottom: 20px;
    }
    .portfolio-links ul li a > span:first-child:after {
        height: 4px;
    }
    .pricing-list > ul > li.expanded .pricing-list-item-price {
        font-size: 16px;
        margin-bottom: 20px;
    }
    span.wpcf7-not-valid-tip {
        font-size: 14px;
    }
    .boxed-steps .text-20 {
        margin-top: 16px;
    }
    .boxed-steps-item-label {
        margin-bottom: 8px;
    }
    .proccess-grid-left {
        margin-bottom: 24px;
    }
    .faq-acc .accordion-content .text-reg {
        max-width: 100%;
    }
    .has-lined-dots .owl-dots {
        margin-top: 24px;
    }
    .stats-list-item-label.label-simple {
        margin-bottom: 8px;
    }
    .title-120.stats-list-item-title {
        font-size: 80px;
        font-size: 25vw;
    }
    .gallery-carousel-item-v2 {
        width: calc(100vw - 32px);
        padding-bottom: 160%;
    }
    .related-works-section .title-120 {
        margin-bottom: 80px;
    }
    .title-120 {
        font-size: 48px;
        font-size: 15vw;
    }
    .stats-list ul {
        width: 100%;
        margin-bottom: -16px;
    }
    .stats-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0px;
        margin-bottom: 16px;
        padding: 24px 24px;
    }
    .images-section .lt-left {
        margin-bottom: 16px;
    }
    .images-section-line.of-three ul li {
        width: 100%;
        min-width: 100%;
    }
    .images-section-line.of-two ul li {
        width: 100%;
        min-width: 100%;
    }
    .images-section-line ul {
        width: 100%;
        margin-bottom: -16px;
    }
    .images-section-line ul li {
        margin-right: 0px;
        margin-bottom: 16px;
    }
    .images-section-line.of-three .images-section-line-image {
        padding-bottom: 85.42%;
    }
    .images-section-line.images-section-line-image {
        padding-bottom: 85.42%;
    }
    .images-section-line.of-two .images-section-line-image {
        padding-bottom: 85.42%;
    }
    .images-section-line:not(:last-child) {
        margin-bottom: 16px;
    }
    .link-rect-underline, .link-rect-underline:focus, .link-rect-underline:active {
        font-size: 16px;
    }
    .work-single-info-button {
        margin-top: 24px;
    }
    .ork-single-info-section .lt-left {
        margin-bottom: 40px;
    }
    .work-single-info-section .works-grid-item-details {
        margin-top: 16px;
    }
    .work-single-info-date {
        margin-top: 16px;
    }
    .intro-full-image-content {
        max-width: 100%;
    }
    .intro-full-image-section {
        padding: 120px 0 40px;
    }
    .label-simple {
        font-size: 14px;
    }
    .intro-title-section.pb-210 {
        padding-bottom: 64px;
    }
    .intro-title-section {
        padding-top: 88px;
    }
    .filter-style {
        margin-bottom: 32px;
    }
    .filter-style ul li:not(:last-child) {
        margin-bottom: 6px;
    }
    .filter-style ul li label {
        font-size: 20px;
    }
    .filter-style ul {
        padding: 0 16px 8px;
    }
    .filter-style > span {
        min-height: 44px;
        font-size: 20px;
        padding: 2px 52px 2px 16px;
        position: relative;
        border-radius: 24px;
    }
    .works-grid > ul {
        width: 100%;
        min-width: 100%;
        margin-bottom: -64px
    }
    .works-grid > ul > li {
        width: 100%;
        min-width: 100%;
        margin-right: 0px;
        margin-bottom: 64px
    }
    .works-archive-list > ul > li.visible-index-1 {
        width: 100%;
        min-width: 100%;
    }
    .works-archive-list > ul > li.layout-index-3,
    .works-archive-list > ul > li.layout-index-7 {
        width: 100%;
        min-width: 100%;
    }
    .works-archive-list > ul > li.layout-index-2,
    .works-archive-list > ul > li.layout-index-8 {
        width: 100%;
        min-width: 100%;
    }
    .benefits-boxed .benefits-list ul li {
        border-color: var(--black-10);
    }
    .benefits-boxed .benefits-list ul {
        margin-bottom: -8px;
    }
    .benefits-boxed .benefits-list ul li {
        margin-bottom: 8px;
    }
    .benefits-boxed-button {
        margin-top: 40px;
    }
    .benefits-boxed .section-top {
        margin-bottom: 24px;
    }
    .benefits-boxed {
        padding: 40px 16px 64px;
        border-radius: 0;
    }
    .benefits-boxed-section .grid-container {
        padding-left: 0;
        padding-right: 0;
    }
    .gallery-carousel-item.b-24, 
    .gallery-carousel-item.b-24 img {
        border-radius: 12px;
    }
    .pb-mob-40 {
        padding-bottom: 40px !important;
    }
    .pb-mob-80 {
        padding-bottom: 80px !important;
    }
    .gallery-carousel-item {
        width: 42vw;
    }
    .intro-si-section .intro-home-content {
        max-width: 100%;
    }
    .faq-acc .accordion-content {
        padding-bottom: 24px;
    }
    .cta-sm {
        padding: 60px 12%;
    }
    .faq-acc .accordion-title {
        font-size: 16px;
        padding: 16px 0;
        padding-right: 64px;
        min-height: 72px;
    }
    .faq-hold + .cta-sm {
        margin-top: 24px;
    }
    .faq-right .title-48 + .faq-acc {
        margin-top: 24px;
    }
    .benefits-list ul li .text-reg {
        margin-top: 8px;
    }
    .benefits-list-item-icon {
        height: 32px;
        margin-bottom: 16px;
    }
    .benefits-list ul li.benefits-list-title {
        margin-bottom: 24px;
        width: 100%;
        min-width: 100%;
    }
    .benefits-list ul {
        width: 100%;
        margin-bottom: -16px;
    }
    .benefits-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .benefits-list ul li.benefits-list-title .title-48 {
        max-width: 100%;
    }
    .hiw-list-item-image {
        min-width: 120px;
    }
    .hiw-list ul {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
    .hiw-list ul li {
        padding: 32px 16px 60px;
        gap: 24px;
    }
    .hiw-section .section-top {
        margin-bottom: 24px;
    }
    .intro-referal-section .intro-home-buttons {
        margin-top: 16px;
    }
    .intro-home-section .text-20 {
        margin: 16px auto 0;
    }
    .custom-modal-right {
        padding-top: 0;
    }
    .custom-modal.active {
        height: 100%;
    }
    .custom-modal {
        max-width: 100%;
        right: 0;
        top: 0;
        border-radius: 0;
    }
    .custom-modal-left-bottom {
        display: none;
    }
    .mob-nav-hold {
        padding: 72px 0 86px;
    }
    .mob-nav-subnav ul li a {
        font-size: 20px;
    }
    .intro-home-hold:before, .intro-home-hold:after {
        width: 71px;
    }
    .mob-nav-button {
        padding: 0 16px 16px;
    }
    .mob-nav > ul > li > a {
        font-size: 32px;
        font-size: 10vw;
    }
    .btn-small-full,
    .btn-small-full:focus,
    .btn-small-full:active {
        min-width: 100% !important;
    }
    .book-link-name span {
    /* font-size: 14px; */
    }
    .book-link-name {
        /* font-size: 16px; */
    }
    .custom-modal > span {
        top: 24px;
        right: 16px;
    }
    .book-link a {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    .book-link-right {
        /* width: 100%; */
        /* margin-top: 6px; */
        /* padding-left: 60px; */
        /* padding-right: 0; */
        padding-right: 4px;
    } 
    .book-link-image {
        width: 40px;
        min-width: 40px;
        height: 40px;
        margin-right: 8px;
    }
    .book-link .section-label {
        font-size: 16px;
    }
    .custom-modal-image-hold {
        max-width: 60%;
    }
    .custom-modal-left {
        padding-right: 32px;
        gap: 24px;
    }
    .custom-modal-grid {
        padding: 24px 16px;
    }
    .footer-trigger {
        margin-top: 70px;
        margin-top: 40px;
    }
    .footer-top {
        margin-bottom: 48px;
    }
    .footer-trigger a {
        font-size: 48px;
        font-size: 15vw;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .section-label {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 70px;
        margin-bottom: 40px;
    }
    .footer-top-element {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        max-width: 195px;
        margin-left: auto;
        margin-right: auto;
    }
    footer {
        padding: 40px 0 24px;
    }
    .footer-bottom {
        margin-bottom: 40px;
    }
    .copyrights {
        font-size: 10px;
    }
    .footer-sec-nav ul li a {
        line-height: 1.4;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 0;
        text-transform: initial;
        color: var(--white);
    }
    .footer-bottom-right {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-middle {
        margin-bottom: 40px;
    }
    .footer-bottom-left {
        width: 100%;
        order: 2;
    }
    .socials ul li a {
        font-size: 16px;
    }
    .footer-middle-right .socials {
        min-width: 100%;
        width: 100%;
    }
    .footer-details {
        margin-right: 0;
        margin-bottom: 40px;
        width: 100%;
    }
    .cta-box-image {
        position: absolute;
        height: auto;
        top: auto;
        left: 0;
        right: 0;
        width: 100%;
    }
    .cta-box-image-right {
        right: 0;
        top: 0;
        top: -120px;
    }
    .cta-box-image-left {
        left: 0;
        bottom: 0;
        bottom: -80px;
    }
    .cta-box-button {
        margin-top: 16px;
    }
    .cta-box {
        /* padding: 62.5% 10%; */
    }
    .title-48.mob-32 {
        font-size: 32px;
        font-size: 10vw;
    }
     .link-plus, .link-plus:focus, .link-plus:active {
        font-size: 14px;
     }
    .pricing-list-item-more {
        margin-top: 24px;
    }
    .pricing-list-item-features ul li:before {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }
    .pricing-list-item-features ul li {
        font-size: 14px;
    }
    .pricing-list-item-button {
        margin-bottom: 24px;
    }
    .pricing-list-item-price {
        margin-bottom: 16px;
    }
    .pricing-list .title-48  {
        font-size: 32px;
        font-size: 10vw;
    }
    .pricing-list-item-text {
        margin-bottom: 16px;
    }
    .text-20 {
        font-size: 16px;
    }
    .pricing-list-item-title {
        margin-bottom: 8px;
    }
    .pricing-list-item-title .title-24 {
        font-size: 20px;
    }
    .pricing-section .section-top {
        margin-bottom: 16px;
    }
    .pricing-list > ul > li {
        border-radius: 24px;
        padding: 24px;
    }
    .pricing-list {
        padding: 0;
    }
    .industries-section.pb-160 {
        padding-bottom: 40px;
    }
    .industries-carousel-title {
        font-size: 32px;
        font-size: 10vw;
        margin-bottom: 12px;
    }
    .industries-carousel-text {
        font-size: 14px;
    }
    .has-line-dots .owl-dots {
        margin-top: 24px;
    }
    .industries-carousel-hold {
        margin-top: 64px;
    }
    .section-label.mb-40 {
        margin-bottom: 24px;
    }
    .logos-section.pt-64.pb-64 {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .pb-120 {
        padding-bottom: 64px;
    }
    .title-24.mob-20 {
        font-size: 20px;
    }
    .entry h5 {
        font-size: 24px;
    }
    .title-24 {
        font-size: 24px;
    }
    .works-grid > ul > li:first-child .works-grid-item-title .title-24 {
        max-width: 100%;
    }
    .works-grid-item-image img {
        border-radius: 0;
    }
    .works-grid-item-image {
        margin-left: -16px;
        width: calc(100% + 32px);
        margin-bottom: 16px;
        border-radius: 0;
        clip-path: inset(0% 0% 0% 0% round 0px);
    }
    .works-list > ul > li:nth-child(10n+8),
    .works-list > ul > li:nth-child(10n+7),
    .works-list > ul > li:nth-child(10n+3),
    .works-list > ul > li:nth-child(10n+2) {
        width: 100%;
        min-width: 100%;
    }
    .works-list > ul > li:first-child {
        width: 100%;
        min-width: 100%;
    }
    .pb-160 {
        padding-bottom: 80px;
    }
    .portfolio-links ul li a {
        font-size: 32px;
        font-size: 10vw;
    }
    .pb-210 {
        padding-bottom: 80px;
    }
    .pt-40 {
        padding-top: 32px;
    }
    .lt-left {
        margin-bottom: 56px;
    }
    
    .section-label {
        font-size: 14px;
    }
    .logo a svg {
        width: 125px;
        height: auto;
    }
    .intro-home-section {
        padding: 140px 0 140px;
    }
    .intro-home-logos-label {
        font-size: 14px;
    }
    .logos-carousel-item ul li img {
        max-width: 82px;
        max-height: 22px;
    }
    .logos-carousel-item ul li {
        width: 105px;
        height: 42px;
        margin-right: 12px;
    }
    .intro-home-hold {
        padding-bottom: 24px;
    }
    .intro-home-buttons {
        margin-top: 24px;
    }
    .title-32.mob-20 {
        font-size: 20px;
        font-size: 6.25vw;
    }
    .title-32 {
        font-size: 24px;
        font-size: 7.5vw;
    }
    .title-48 {
        font-size: 24px;
        font-size: 7.5vw;
        line-height: 1.2;
    }
    .title-64 {
        font-size: 32px;
        font-size: 10vw;
    }
    .title-80 {
        font-size: 48px;
        font-size: 15vw;
    }

    .entry h2 {
        font-size: 32px;
        font-size: 10vw;
    }
    .entry h3 {
        font-size: 24px;
        font-size: 7.5vw;
        line-height: 1.2;
    }
    .entry h4 {
        font-size: 24px;
        font-size: 7.5vw;
    }
    .intro-home-content {
        max-width: 100%;
    }
    .grid-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .intro-referal-section .intro-home-content {
        max-width: 100%;
    }
    
    .btn-blue,
    .btn-blue:focus,
    .btn-blue:active {
        padding: 6px 16px;
        min-height: 48px;
        font-size: 14px;
        font-size: 16px;
        min-width: 138px;
    }

    .btn-black,
    .btn-black:focus,
    .btn-black:active {
        padding: 6px 16px;
        min-height: 48px;
        font-size: 14px;
        font-size: 16px;
        min-width: 138px;
    }

    .btn-black-border,
    .btn-black-border:focus,
    .btn-black-border:active {
        padding: 6px 16px;
        min-height: 48px;
        font-size: 14px;
        font-size: 16px;
        min-width: 138px;
    }
    .btn-grey,
    .btn-grey:focus,
    .btn-grey:active {
        padding: 6px 16px;
        min-height: 48px;
        font-size: 14px;
        font-size: 16px;
        min-width: 138px;
    }

    .btn-white,
    .btn-white:focus,
    .btn-white:active {
        padding: 6px 16px;
        min-height: 48px;
        font-size: 14px;
        font-size: 16px;
        min-width: 138px;
    }
    .btn-white-border,
    .btn-white-border:focus,
    .btn-white-border:active {
        padding: 6px 16px;
        min-height: 48px;
        font-size: 14px;
        font-size: 16px;
        min-width: 138px;
    }
    /* .works-list > ul {
        width: 100%;
        margin-bottom: -64px;
    }
    .works-list > ul > li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 64px;
    } */
	.entry iframe {
		max-width: 100%;
	}
    .has-arrow:hover {
        padding-right: 8px;
    }
    .has-coins:hover {
        padding-left: 8px;
    }
    .has-cal:hover {
        padding-left: 8px;
    }
    .btn-small-full,
    .btn-small-full:focus,
    .btn-small-full:active {
        min-width: 100% !important;
    }

} 