@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,500;0,600;0,700;0,900;1,300;1,500;1,600;1,700;1,900&display=swap");
.mce-content-body span[style="color: #ffffff;"], .mce-content-body p span[style="color: #ffffff;"] {
color: #cdcdcd !important;
}
.mce-content-body p a.button.contrast-outline {
background: #bfe6ff !important;
}
body , textarea , input , select {
font-family: 'Archivo', sans-serif;
font-weight: 300;
font-size: 16px;
line-height: 25px;
color: #666666;
}
h1, h2, h3, h4, h5, h6, .hero, .title-large, .title-medium, .title-small {
font-family: 'Archivo', sans-serif;
color: #000000;
font-style: normal;
}
.hero {
font-weight: 900;
font-size: clamp(30px, 5vw, 80px);
text-transform: uppercase;
line-height: 0.9em;
}
h1, h2, .title-large {
font-weight: 900;
font-size: clamp(20px, 4vw, 24px);
line-height: clamp(28px, 5vw, 30px);
text-transform: uppercase;
}
h3 , .title-medium {
font-weight: 700;
font-size: clamp(20px, 4vw, 22px);
line-height: clamp(30px, 5vw, 40px);
}
h4 , .title-small {
font-weight: 700;
font-size: clamp(18px, 3vw, 20px);
line-height: clamp(30px, 5vw, 40px);
}
h5 {
font-weight: 700;
font-size: clamp(16px, 2.5vw, 18px);
line-height: clamp(30px, 5vw, 40px);
}
h6 {
font-weight: 600;
font-size: 12px;
line-height: 13px;
letter-spacing: 2px;
text-transform: uppercase;
}
a {
color: #1BBBEA;
font-weight: 500;
font-size: 16px;
line-height: 25px;
text-decoration-line: underline;
transition: all .3s ease-in-out;
}
a:hover {
color: #2CB4DC;
transition: all .3s ease-in-out;
}
.alignleft {
float: left;
margin-right: 20px;
}
.alignright {
float: right;
margin-left: 20px;
}
.aligncenter {
margin: auto;
text-align: center;
display: block;
}
img {
max-width: 100%;
height: auto;
}
div.wp-caption {
max-width: 100%;
display: inline-block;
}
p.wp-caption-text {
background-color: #f7f7f7;
color: #808080;
padding: 16px 25px;
font-size: 18px;
font-style: italic;
}
span.button,
a.button, input.button {
padding: 20px;
display: inline-block;
text-decoration: none;
text-transform: uppercase;
background: linear-gradient(90.42deg, #1BBBEA 0.36%, #2CB4DC 43.92%, #1BBBEA 99.68%);;
border-radius: 100px;
font-weight: 700;
font-size: 14px;
line-height: 15px;
font-family: 'Archivo', sans-serif;
letter-spacing: 0.1em;
color: #FFFFFF;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
margin-right: 10px;
transition: all .3s ease-in-out;
}
a.button:last-child, input.button:last-child {
margin-right: 0;
}
a.button:hover, input.button:hover {
background: linear-gradient(90.42deg, #2CB4DC 0.36%, #2CB4DC 43.92%, #1BBBEA 99.68%);
transition: all .3s ease-in-out;
}
a.button.arrow_button {
display: inline-flex;
align-items: center;
gap: 10px;
}
a.button.arrow_button::after, a.button.contrast.arrow_button::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M12.162 7.594H1.547a.422.422 0 0 0-.422.422v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194l-3.026-3.025c-.531-.532-1.44-.155-1.44.597v1.619Z'/%3E%3C/svg%3E");
height: 18px;
transition: all .3s ease-in-out;
}
a.button.outline.arrow_button:hover::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M12.162 7.594H1.547a.422.422 0 0 0-.422.422v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194l-3.026-3.025c-.531-.532-1.44-.155-1.44.597v1.619Z'/%3E%3C/svg%3E");
}
a.button.arrow_button:hover::after, a.button.contrast.arrow_button:hover::after, a.button.outline.arrow_button:hover::after {
transform: translateX(5px);
transition: all .3s ease-in-out;
}
a.button.contrast-outline.arrow_button:hover::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M12.162 7.594H1.547a.422.422 0 0 0-.422.422v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194l-3.026-3.025c-.531-.532-1.44-.155-1.44.597v1.619Z'/%3E%3C/svg%3E");
}
a.button.contrast, input.button.contrast {
background: #1F1F1F;
border: 2px solid #1F1F1F;
padding: 18px;
}
a.button.contrast:hover, input.button.contrast:hover {
background: none;
color: #1F1F1F;
}
a.button.contrast-outline.arrow_button::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' fill='none'%3E%3Cpath fill='%23333' d='M11.162 2.594H.547a.422.422 0 0 0-.422.422v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194L12.602.378c-.531-.532-1.44-.155-1.44.596v1.62Z'/%3E%3C/svg%3E");
height: 18px;
transition: all .3s ease-in-out;
}
a.button.contrast.arrow_button:hover::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' fill='none'%3E%3Cpath fill='%23333' d='M11.162 2.594H.547a.422.422 0 0 0-.422.422v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194L12.602.378c-.531-.532-1.44-.155-1.44.596v1.62Z'/%3E%3C/svg%3E");
}
a.button.outline, input.button.outline {
border: 2px solid #1BBBEA;
color: #1BBBEA;
background: none;
padding: 18px;
}
a.button.outline:hover, input.button.outline:hover {
background: #1BBBEA;
color: white;
}
a.button.outline.arrow_button::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' fill='none'%3E%3Cpath fill='%23258536' d='M11.037 2.465H.422A.422.422 0 0 0 0 2.887v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194L12.477.25c-.531-.532-1.44-.155-1.44.596v1.62Z'/%3E%3C/svg%3E");
height: 18px;
}
a.button.contrast-outline, input.button.contrast-outline {
border: 2px solid #1F1F1F;
color: #1F1F1F;
background: none;
padding: 18px;
}
a.button.contrast-outline:hover, input.button.contrast-outline:hover {
background: #1F1F1F;
color: white;
}
a.button.white-outline {
border: 2px solid #d1dde1;
color: #d1dde1;
background: none;
}
a.button.white-outline:hover {
background: #d1dde1;
color: #333333;
}
a.button.white-outline.arrow_button:hover::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' fill='none'%3E%3Cpath fill='%23333' d='M11.037 2.465H.422A.422.422 0 0 0 0 2.887v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194L12.477.25c-.531-.532-1.44-.155-1.44.596v1.62Z'/%3E%3C/svg%3E");
}
.mce-content-body a.button[data-mce-selected] {
padding: 8px 20px;
margin: 0;
box-shadow: none;
border-radius: 0;
}
.pre-text {
font-weight: 600;
font-size: 12px;
line-height: 13px;
letter-spacing: 2px;
text-transform: uppercase;
color: #989898;
}
.pre-text > * {
margin-top: 0;
}
button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type=search] {
-webkit-appearance: none;
} ul.check_ul {
list-style: none;
padding: 0;
}
ul.check_ul > li {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 10px;
}
ul.check_ul > li:last-child {
margin-bottom: 0;
}
ul.check_ul > li::before {
content: '';
margin-right: 15px;
min-width: 20px;
min-height: 20px;
background: center / 16px 12px no-repeat url("data:image/svg+xml,%3Csvg width='16' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.43 12.23-5.2-5.2a.8.8 0 0 1 0-1.13l1.14-1.13a.8.8 0 0 1 1.13 0L6 8.27l7.5-7.5a.8.8 0 0 1 1.13 0l1.14 1.13a.8.8 0 0 1 0 1.13l-9.2 9.2a.8.8 0 0 1-1.14 0Z' fill='%23FF0000'/%3E%3C/svg%3E");
}
@media (max-width: 450px) {
.button, input.button {
min-width: 100%;
box-sizing: border-box;
text-align: center;
}
.button + .button {
margin-top: 10px;
}
a.button.arrow_button {
justify-content: center;
}
}html, body {
scroll-behavior: smooth;
}
body {
margin: 0;
}
.error_404 {
text-align: center;
padding: 200px 0;
}
.wp_content > :first-child {
margin-top: 0;
}
.wp_content > :last-child {
margin-bottom: 0;
}
div.padding_full {
padding-left: clamp(15px, 6vw, 60px);
padding-right: clamp(15px, 6vw, 60px);
}
div.padding_xl {
padding-left: max(clamp(15px, 6vw, 60px), calc(50% - 800px));
padding-right: max(clamp(15px, 6vw, 60px), calc(50% - 800px));
}
div.padding_l {
padding-left: max(clamp(15px, 6vw, 60px), calc(50% - 650px));
padding-right: max(clamp(15px, 6vw, 60px), calc(50% - 650px));
}
div.padding_m {
padding-left: max(clamp(15px, 6vw, 60px), calc(50% - 450px));
padding-right: max(clamp(15px, 6vw, 60px), calc(50% - 450px));
}
div.padding_s {
padding-left: max(clamp(15px, 6vw, 60px), calc(50% - 300px));
padding-right: max(clamp(15px, 6vw, 60px), calc(50% - 300px));
}
.padding_top_large {
padding-top: clamp(15px, 8vw, 150px);
}
.padding_top_default {
padding-top: clamp(15px, 6vw, 100px);
}
.padding_top_half {
padding-top: clamp(15px, 6vw, 50px);
}
.padding_top_none {
padding-top: 1px;
}
.padding_bottom_large {
padding-bottom: clamp(15px, 8vw, 150px);
}
.padding_bottom_default {
padding-bottom: clamp(15px, 6vw, 100px);
}
.padding_bottom_half {
padding-bottom: clamp(15px, 6vw, 50px);
}
.padding_bottom_none {
padding-bottom: 1px;
}
.main_container {
background: linear-gradient(180deg, #effbff 0%, rgba(230, 236, 222, 0) 50%), linear-gradient(0deg, #dee9ec 0%, rgba(230, 236, 222, 0) 20%);
}
.main_container::after {
content: '';
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1914' height='803' fill='none'%3E%3Cpath fill='%231BBBEA' fill-opacity='.07' fill-rule='evenodd' d='M411.39 293.035c153.553-49.884 319.423-89.504 510.851-107.775C1095.81-96.082 1346.26-33.573 1543.33 215.848 1283.64 57.676 1118.7 33.35 985.674 348.051c-189.375-37.362-373.926-80.369-574.284-55.016Zm777.31-49.166c-48.45-32.743-122.04-8.622-164.33 53.99-11.5 17.039-19.5 35.104-24.02 53.066 71.03 13.857 142.78 26.584 216.37 34.385 22.79-55.221 12.73-114.035-28.02-141.544v.103Z' clip-rule='evenodd'/%3E%3Cpath fill='%231BBBEA' fill-opacity='.07' fill-rule='evenodd' d='M0 477.893C712.132 30.476 1144.46 704.938 1913.66 273.225 1049.62 977.659 821.549 187.621 0 477.893Z' clip-rule='evenodd'/%3E%3Cpath fill='%231BBBEA' fill-opacity='.07' fill-rule='evenodd' d='M0 705.348c712.132-447.417 1144.46 227.045 1913.66-204.771C1049.62 1205.01 821.549 414.973 0 705.348Z' clip-rule='evenodd'/%3E%3C/svg%3E");
width: 1914px;
height: 804px;
position: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: block;
top: 255px;
right: 0;
z-index: 2;
max-width: 80%;
}
.main_container > * {
position: relative;
z-index: 3;
} #pagination {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
#pagination a, #pagination > span {
padding: 15px 20px;
color: #fff;
background: #1BBBEA;
margin: 0 5px 5px 5px;
text-decoration: none;
font-weight: 600;
font-size: 12px;
line-height: 13px;
font-family: 'Archivo', sans-serif;
letter-spacing: 2px;
text-transform: uppercase;
border-radius: 40px;
box-sizing: border-box;
min-height: 48px;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
vertical-align: middle;
}
#pagination > span, #pagination a:hover {
background: #1BBBEA;
color: #1BBBEA;
} ul.check_ul {
list-style: none;
padding: 0;
}
ul.check_ul > li {
display: flex;
justify-content: flex-start;
align-items: center;
margin-bottom: 10px;
}
ul.check_ul > li:last-child {
margin-bottom: 0;
}
ul.check_ul > li::before {
content: '';
margin-right: 15px;
min-width: 20px;
min-height: 20px;
background: center / 16px 12px no-repeat url("data:image/svg+xml,%3Csvg width='16' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.43 12.23-5.2-5.2a.8.8 0 0 1 0-1.13l1.14-1.13a.8.8 0 0 1 1.13 0L6 8.27l7.5-7.5a.8.8 0 0 1 1.13 0l1.14 1.13a.8.8 0 0 1 0 1.13l-9.2 9.2a.8.8 0 0 1-1.14 0Z' fill='%23FF0000'/%3E%3C/svg%3E");
} .social_links_container {
display: flex;
justify-content: flex-start;
align-items: center;
}
.social_icon {
min-width: 52px;
min-height: 52px;
background-position: center;
background-size: contain;
margin-right: 10px;
}
.social_icon:hover {
opacity: 0.7;
}
.social_icon:last-child {
margin-right: 0;
}
.social_icon.facebook {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' fill='none'%3E%3Ccircle cx='26' cy='26' r='26' fill='%231BBBEA'/%3E%3Cpath fill='%23fff' d='M26.718 33v-6.376h2.15l.32-2.496h-2.47v-1.59c0-.72.2-1.213 1.235-1.213h1.31v-2.226a17.376 17.376 0 0 0-1.92-.099c-1.9 0-3.206 1.16-3.206 3.291v1.832H22v2.497h2.142V33h2.576Z'/%3E%3C/svg%3E");
}
.social_icon.instagram {
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5.5a4.48 4.48 0 1 0 0 8.97 4.48 4.48 0 0 0 0-8.96Zm0 7.41a2.92 2.92 0 1 1 .02-5.84A2.92 2.92 0 0 1 10 12.9Zm5.72-7.59a1.04 1.04 0 1 1-2.09 0 1.05 1.05 0 0 1 2.1 0ZM18.7 6.4a5.18 5.18 0 0 0-1.42-3.67 5.21 5.21 0 0 0-3.67-1.42c-1.44-.08-5.77-.08-7.22 0a5.2 5.2 0 0 0-3.67 1.41C1.7 3.74 1.38 4.98 1.31 6.38c-.08 1.45-.08 5.78 0 7.23.07 1.4.39 2.64 1.41 3.66A5.22 5.22 0 0 0 6.4 18.7c1.45.08 5.78.08 7.22 0a5.18 5.18 0 0 0 3.67-1.42 5.21 5.21 0 0 0 1.42-3.66c.08-1.45.08-5.78 0-7.22Zm-1.87 8.77c-.3.76-.9 1.35-1.66 1.66-1.16.46-3.9.35-5.17.35s-4 .1-5.16-.35c-.76-.3-1.35-.9-1.66-1.66-.46-1.16-.35-3.89-.35-5.16 0-1.28-.1-4.02.35-5.16.3-.77.9-1.36 1.66-1.67C6 2.71 8.74 2.82 10 2.82c1.28 0 4.02-.1 5.16.35.77.3 1.36.9 1.67 1.67.46 1.15.35 3.88.35 5.16 0 1.27.1 4-.35 5.16Z' fill='%23FF0000'/%3E%3C/svg%3E");
}
.social_icon.twitter {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' fill='none'%3E%3Ccircle cx='26' cy='26' r='26' fill='%231BBBEA'/%3E%3Cpath fill='%23fff' d='M33.761 21.423a6.06 6.06 0 0 1-1.739.477 3.036 3.036 0 0 0 1.332-1.676 6.047 6.047 0 0 1-1.923.735 3.03 3.03 0 0 0-5.16 2.762 8.6 8.6 0 0 1-6.243-3.164 3.028 3.028 0 0 0-.052 2.952c.235.44.575.815.99 1.091a3.022 3.022 0 0 1-1.373-.379v.04a3.03 3.03 0 0 0 2.43 2.97 3.05 3.05 0 0 1-1.368.051 3.03 3.03 0 0 0 2.83 2.103A6.077 6.077 0 0 1 19 30.639 8.566 8.566 0 0 0 23.642 32c5.571 0 8.617-4.614 8.617-8.616 0-.13-.003-.262-.01-.392a6.156 6.156 0 0 0 1.511-1.567l.001-.002Z'/%3E%3C/svg%3E");
}
.social_icon.youtube {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' fill='none'%3E%3Ccircle cx='26' cy='26' r='26' fill='%231BBBEA'/%3E%3Cpath fill='%23fff' d='M33.679 22.569a1.74 1.74 0 0 0-.479-.793 1.906 1.906 0 0 0-.835-.464c-1.173-.309-5.873-.309-5.873-.309a47.842 47.842 0 0 0-5.865.294c-.314.087-.6.25-.836.474a1.808 1.808 0 0 0-.486.797A18.168 18.168 0 0 0 19 26c-.007 1.15.095 2.299.305 3.432.086.299.253.572.484.792.232.22.52.38.838.464 1.189.309 5.865.309 5.865.309a47.964 47.964 0 0 0 5.873-.294c.313-.08.6-.24.835-.463.231-.22.396-.495.478-.793.216-1.132.32-2.281.313-3.433a16.605 16.605 0 0 0-.312-3.446v.001Zm-8.681 5.57v-4.277L28.908 26l-3.91 2.138Z'/%3E%3C/svg%3E");
}
.social_icon.linkedin {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52' fill='none'%3E%3Ccircle cx='26' cy='26' r='26' fill='%231BBBEA'/%3E%3Cpath fill='%23fff' d='M20.686 22.371a1.685 1.685 0 1 0 0-3.37 1.685 1.685 0 0 0 0 3.37ZM23.962 23.648V33h2.904v-4.624c0-1.22.23-2.402 1.742-2.402 1.492 0 1.511 1.395 1.511 2.479V33h2.905v-5.128c0-2.52-.542-4.455-3.487-4.455-1.413 0-2.36.776-2.748 1.51h-.04v-1.279h-2.787Zm-4.73 0h2.907V33h-2.908v-9.35Z'/%3E%3C/svg%3E");
} .bg_grey {
background: #333333;
}
.bg_green {
background: #E6ECDE;
}
.bg_transparent {
background: transparent;
}
.bg_white {
background: white;
}
.bg_blue {
background: #dee9ec;
}
.page_banner {
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 10vw;
z-index: 3;
}
.page_banner .banner_title {
max-width: 950px;
word-break: break-word;
}
.home .page_banner {
min-height: 30vw;
}
.page_banner::after {
background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.page_banner > * {
position: relative;
z-index: 3;
}
.leaf_separator {
max-width: 984px;
width: 90%;
height: 2px;
background: #dee9ec;
margin-left: auto;
margin-right: auto;
margin-bottom: clamp(15px, 6vw, 100px);
display: flex;
align-items: center;
justify-content: center;
position: relative;
z-index: 5;
}
.leaf_separator.padding_top_default {
margin-top: clamp(15px, 6vw, 100px);
padding-top: 0;
}
.leaf_separator.padding_top_half {
margin-top: clamp(15px, 6vw, 50px);
padding-top: 0;
}
.leaf_separator.padding_top_none {
margin-top: 0;
padding-top: 0;
}
.leaf_separator.padding_bottom_default {
margin-bottom: clamp(15px, 6vw, 100px);
padding-bottom: 0;
}
.leaf_separator.padding_bottom_half {
margin-bottom: clamp(15px, 6vw, 50px);
padding-bottom: 0;
}
.leaf_separator.padding_bottom_none {
margin-bottom: 0;
padding-bottom: 0;
}
.leaf_separator::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' fill='none'%3E%3Cpath fill='%231BBBEA' fill-rule='evenodd' d='M128 256c70.692 0 128-57.308 128-128C256 57.308 198.692 0 128 0 57.308 0 0 57.308 0 128c0 70.692 57.308 128 128 128Zm-3.218-149.596c-19.151 1.828-35.745 5.791-51.107 10.782 18.348-2.322 35.371 1.087 52.653 4.547l.001.001h.001c1.596.32 3.195.64 4.797.956 13.308-31.483 29.81-29.05 55.789-13.226-19.715-24.952-44.77-31.206-62.134-3.06Zm10.217 11.265c4.23-6.264 11.593-8.677 16.44-5.402v-.01c4.076 2.752 5.083 8.636 2.803 14.16-7.363-.78-14.54-2.053-21.646-3.44.452-1.797 1.253-3.604 2.403-5.308ZM32.519 135.68c35.686-22.421 64.349-16.681 93.742-10.795 29.286 5.865 59.298 11.875 97.704-9.681-49.484 40.343-78.117 31.69-108.975 22.364-23.046-6.964-47.332-14.304-82.471-1.888Zm93.738 11.958c-29.392-5.885-58.053-11.623-93.738 10.797 35.14-12.421 59.427-5.082 82.474 1.881 30.856 9.323 59.49 17.975 108.972-22.367-38.408 21.561-68.42 15.553-97.708 9.689Z' clip-rule='evenodd'/%3E%3C/svg%3E");
background-size: contain;
content: '';
height: 30px;
width: 30px;
display: block;
}
@media (max-width: 1024px) {
.the_usps {
display: grid;
grid-template-columns: 1fr;
}
.the_usps * {
grid-area: 1 / 1;
text-align: center;
opacity: 0;
transition: .3s;
}
.the_usps *.active {
opacity: 1;
}
}
@media (max-width:640px) {
.header-right {
display: flex;
justify-content: space-between;
}
} #unity_cookie_overlay , #unity_cookie_view_settings {
width: 350px;
background: #fff;
border: 1px solid #bfbfbf;
border-left: 4px solid #666;
padding: 25px;
position: fixed;
bottom: 50px;
right: 50px;
z-index: 3;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
opacity: 1;
transition: .3s;
}
#unity_cookie_view_settings {
width: 500px;
}
.unity_cookie_setting_link {
color: #999;
display: inline-block;
padding: 10px;
cursor: pointer;
}
.unity_cookie_setting_link:hover {
color: #777;
}
#unity_cookie_view_settings > .wp_content::-webkit-scrollbar {
width: 16px;
}
#unity_cookie_view_settings > .wp_content::-webkit-scrollbar-thumb {
border-left: 12px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
background-color: #AAAAAA;
}
#unity_cookie_overlay.unity_cookie_hide , #unity_cookie_view_settings.unity_cookie_hide {
opacity: 0;
right: -500px;
}
#unity_cookie_view_settings > .wp_content {
margin-bottom: 20px;
max-height: 400px;
overflow-y: auto;
}
.unity_cookie_info {
border: 1px solid #c2c2c2;
border-radius: 3px;
margin: 20px 0;
}
.unity_cookie_info > div:first-child {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px;
cursor: pointer;
}
.unity_cookie_info > div:first-child strong:before {
content: '';
display: inline-block;
width: 15px;
height: 9px;
background: center / 15px 9px url("data:image/svg+xml,%3Csvg width='15' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 5.7 1.5 0 0 1.4l7 7 7.1-7L12.7 0 7.1 5.7Z' fill='%23C4C4C4'/%3E%3C/svg%3E") no-repeat;
margin: 0 10px 2px 0;
}
.unity_cookie_info > div:first-child span {
color: #999;
}
.unity_cookie_info .wp_content {
border-top: 1px solid #e3e3e3;
padding: 15px 5px 15px 30px;
display: none;
}
.unity_cookie_info.unity_cookie_info_view .wp_content {
display: block;
}
.unity_cookie_text_small {
font-size: 0.8em;
}
body.menu_open #unity_cookie_overlay , body.menu_open #unity_cookie_view_settings {
right: 350px;
}
body.menu_open.show_menu_close #unity_cookie_overlay , body.menu_open.show_menu_close #unity_cookie_view_settings {
right: 50px;
}
@media(max-width:600px) {
body.menu_open #unity_cookie_overlay , body.menu_open #unity_cookie_view_settings {
right: 300px;
}
body.menu_open.show_menu_close #unity_cookie_overlay , body.menu_open.show_menu_close #unity_cookie_view_settings {
right: 0px;
}
#unity_cookie_overlay, #unity_cookie_view_settings {
width: 100%;
box-sizing: border-box;
right: 0;
border-right: none;
border-left: none;
}
}
@media(max-width:450px) {
#unity_cookie_overlay , #unity_cookie_view_settings {
padding: 20px;
}
#unity_cookie_overlay .button , #unity_cookie_view_settings .button {
margin: 0;
}
.unity_cookie_setting_link {
display: block;
text-align: center;
}
}#header.sticky {
position: fixed;
width: 100%;
top: 0;
z-index: 9;
left: 0;
box-sizing: border-box;
transition: all 150ms ease-in-out;
}
#header {
filter: drop-shadow(0px 4px 35px rgba(0, 0, 0, 0.05));
z-index: 4;
position: relative;
}
#header #logo {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1243' height='242' fill='none'%3E%3Cpath fill='%231BBBEA' fill-rule='evenodd' d='M120.965 241.931c66.808 0 120.966-54.158 120.966-120.966C241.931 54.158 187.773 0 120.965 0 54.158 0 0 54.158 0 120.965c0 66.808 54.158 120.966 120.965 120.966Zm-3.041-141.375c-18.099 1.728-33.78 5.473-48.298 10.19 17.34-2.195 33.427 1.027 49.759 4.297l.002.001c1.509.302 3.02.604 4.534.903 12.576-29.753 28.171-27.453 52.723-12.499-18.632-23.581-42.311-29.49-58.72-2.892Zm9.655 10.646c3.998-5.92 10.956-8.2 15.537-5.105v-.009c3.852 2.6 4.803 8.161 2.649 13.382-6.958-.738-13.741-1.941-20.456-3.251.427-1.699 1.183-3.406 2.27-5.017Zm-96.847 17.021c33.725-21.189 60.812-15.764 88.59-10.202 27.677 5.543 56.039 11.222 92.334-9.148-46.764 38.126-73.824 29.948-102.986 21.135-21.779-6.582-44.73-13.518-77.938-1.785Zm88.586 11.301c-27.776-5.561-54.863-10.985-88.586 10.203 33.209-11.737 56.161-4.803 77.941 1.778 29.161 8.811 56.22 16.987 102.983-21.138-36.297 20.377-64.66 14.698-92.338 9.157Z' clip-rule='evenodd'/%3E%3Cpath fill='%23989898' d='M311.222 172.238H283.14V153.25h-13.032v53.948h13.032v-18.989h28.082v-15.971ZM297.12 107.927h14.041V91.925h-41.114v16.002h14.041v23.987h-14.041v15.971h41.114v-15.971H297.12v-23.987ZM311.222 82.599V34.655h-10.554v31.973h-5.261V34.655h-9.514v31.973h-5.262V34.655h-10.523v47.944h41.114Z'/%3E%3Cpath fill='%23333' d='M365.033 67.766c0-7.443 13.88-9.113 25.192-9.113 11.382 0 21.028 1.74 25.192 9.113h38.1c-3.47-29.216-30.605-32.902-63.292-33.111-32.756 0-63.292 6.4-63.292 33.11-.069 23.373 36.504 25.181 62.529 26.503 14.643.696 25.955 1.322 25.955 5.426 0 7.234-13.88 9.112-25.192 9.112-11.381 0-21.028-1.878-25.192-9.112h-38.1c3.47 29.006 30.605 32.971 63.292 33.041 32.757 0 63.292-6.33 63.292-33.041.07-23.442-36.504-25.25-62.528-26.572-14.644-.696-25.956-1.252-25.956-5.356ZM551.717 84.877c.208 15.373-12.423 18.017-27.274 18.225-14.921-.208-27.482-2.852-27.343-18.225V36.95h-36.365v50.223c-.139 35.337 28.731 45.492 63.708 45.562 34.977-.07 63.847-10.225 63.708-45.562V36.95h-36.434v47.927ZM604.529 130.578h36.365v-25.111h68.289V78.13h-68.289V66.722h77.38V37.09H604.529v93.488ZM728.754 130.578h36.365v-25.111h68.288V78.13h-68.288V66.722h77.379V37.09H728.754v93.488ZM912.661 34.655c-35.116.07-63.847 10.225-63.708 45.631v6.817c-.139 35.337 28.592 45.562 63.708 45.632 35.046-.07 63.778-10.295 63.639-45.632v-6.817c0-35.336-28.523-45.631-63.639-45.631Zm27.274 50.153c.208 15.303-12.423 18.086-27.274 18.294-14.921-.208-27.552-2.991-27.343-18.294v-2.296c-.209-15.233 12.422-18.016 27.343-18.224 14.851.208 27.482 2.99 27.274 18.224v2.296ZM987.195 36.95v93.489h109.165v-29.632h-72.8V36.95h-36.365ZM1161.04 98.511l34.21 31.928H1243l-48.37-46.744L1243 36.95h-47.75l-34.21 31.929h-15.89V36.95h-36.37v93.489h36.37V98.511h15.89ZM348.061 176.896v-9.239h25.805c1.249 0 2.338.444 3.225 1.372.927.887 1.371 1.977 1.371 3.268 0 1.25-.444 2.34-1.371 3.268-.887.887-1.976 1.331-3.225 1.331h-25.805Zm-21.128-25.095v54.224h21.128v-13.233h31.086c11.169.161 20.644-9.32 20.483-20.495.161-11.216-9.314-20.617-20.483-20.496h-52.214ZM441.684 150.389c-20.402.041-37.095 5.931-37.014 26.467v3.953c-.081 20.496 16.612 26.426 37.014 26.467 20.361-.041 37.053-5.971 36.973-26.467v-3.953c0-20.496-16.572-26.467-36.973-26.467Zm15.845 29.089c.121 8.876-7.217 10.49-15.845 10.611-8.669-.121-16.007-1.735-15.887-10.611v-1.331c-.12-8.836 7.218-10.45 15.887-10.571 8.628.121 15.966 1.735 15.845 10.571v1.331ZM521.356 150.389c-20.402.041-37.095 5.931-37.014 26.467v3.953c-.081 20.496 16.612 26.426 37.014 26.467 20.361-.041 37.053-5.971 36.973-26.467v-3.953c0-20.496-16.572-26.467-36.973-26.467Zm15.845 29.089c.121 8.876-7.217 10.49-15.845 10.611-8.669-.121-16.007-1.735-15.887-10.611v-1.331c-.12-8.836 7.218-10.45 15.887-10.571 8.628.121 15.966 1.735 15.845 10.571v1.331ZM564.659 151.721v54.223h63.423v-17.187h-42.295v-37.036h-21.128ZM722.31 183.472c-1.936 5.326-7.984 6.617-15.241 6.617-8.629-.121-15.967-1.735-15.846-10.571v-1.331c-.121-8.916 7.217-10.449 15.846-10.57 7.257 0 13.265 1.25 15.241 6.576h21.651c-1.33-18.276-17.377-23.763-36.892-23.804-20.322.081-37.095 5.971-37.014 26.467v3.953c-.081 20.536 16.692 26.426 37.014 26.467 19.515 0 35.562-5.487 36.892-23.804H722.31ZM786.257 150.389c-20.402.041-37.094 5.931-37.014 26.467v3.953c-.08 20.496 16.612 26.426 37.014 26.467 20.361-.041 37.054-5.971 36.973-26.467v-3.953c0-20.496-16.571-26.467-36.973-26.467Zm15.846 29.089c.121 8.876-7.218 10.49-15.846 10.611-8.669-.121-16.007-1.735-15.886-10.611v-1.331c-.121-8.836 7.217-10.45 15.886-10.571 8.628.121 15.967 1.735 15.846 10.571v1.331ZM829.56 205.944h21.128v-28.927l21.168 28.927h10.564l21.168-28.927v28.927h21.127v-54.223h-26.409l-21.168 27.111-21.128-27.111h-26.45v54.223ZM958.181 176.896v-9.239h25.804c1.25 0 2.339.444 3.226 1.372.927.887 1.371 1.977 1.371 3.268 0 1.25-.444 2.34-1.371 3.268-.887.887-1.976 1.331-3.226 1.331h-25.804Zm-21.128-25.095v54.224h21.128v-13.233h31.086c11.173.161 20.643-9.32 20.483-20.495.16-11.216-9.31-20.617-20.483-20.496h-52.214ZM1042.17 167.496l7.42 16.016h-14.88l7.46-16.016Zm-41.65 38.529h23.79l4.27-9.279h27.13l4.28 9.279h23.79l-29.07-54.224h-25.12l-29.07 54.224ZM1138.29 180.446l-23.79-28.725h-29.07v54.223h21.13v-33.123l29.11 33.123h23.79v-54.223h-21.17v28.725ZM1186.19 151.801h-25.12l30.4 35.706v18.518h21.13v-18.518l30.4-35.706h-25.08l-15.88 19.447-15.85-19.447Z'/%3E%3C/svg%3E");
width: 240px;
height: 53px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
display: block;
text-indent: -99999px;
}
#header .top_header {
padding-top: 25px;
padding-bottom: 25px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #E0E0E0;
background: white;
}
#header .bottom_header {
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
background: white;
}
.pool_co_link {
font-weight: 400;
font-size: 12px;
line-height: 24px;
text-decoration-line: underline;
text-transform: uppercase;
color: #565656;
}
.top_header .buttons_container .button:first-of-type {
display: inline-flex;
align-items: center;
gap: 10px;
}
.top_header .buttons_container .button:first-of-type::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23fff' d='M12.162 7.594H1.547a.422.422 0 0 0-.422.422v1.968c0 .233.189.422.422.422h10.615v1.62c0 .751.909 1.128 1.44.596l3.026-3.025a.844.844 0 0 0 0-1.194l-3.026-3.025c-.531-.532-1.44-.155-1.44.597v1.619Z'/%3E%3C/svg%3E");
height: 18px;
}
@media (min-width: 1025px) {
.main_menu {
list-style: none;
padding: 0;
margin: 0;
display: flex;
align-items: center;
gap: 20px;
}
.main_menu > li {
position: relative;
}
.main_menu > li.menu-item-has-children .sub-menu {
position: absolute;
min-width: 250px;
top: 80px;
right: -15px;
list-style: none;
padding: 0;
margin: 0;
filter: drop-shadow(0px 4px 35px rgba(0, 0, 0, 0.05));
display: none;
}
.main_menu > li.menu-item-has-children:hover .sub-menu {
display: block;
}
.main_menu > li.menu-item-has-children .sub-menu {
background: #fff;
}
.main_menu > li.menu-item-has-children .sub-menu > li > a {
padding: 10px 20px;
box-sizing: border-box;
display: flex;
background: white;
font-weight: 400;
font-size: 14px;
line-height: 24px;
text-decoration: none;
text-transform: uppercase;
color: #565656;
transition: all .3s ease-in-out;
}
.main_menu > li > a {
padding: 30px 15px;
box-sizing: border-box;
font-weight: 400;
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
text-decoration: none;
color: #565656;
display: block;
}
.main_menu > li:hover::before, .main_menu > li.current_page_item::before {
background: #1BBBEA;
height: 4px;
width: 100%;
position: absolute;
top: -8px;
left: 0;
content: '';
}
.main_menu > li.menu-item-has-children > a::after {
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath stroke='%23565656' stroke-linecap='round' stroke-linejoin='round' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");
margin-left: 10px;
}
.main_menu > li.menu-item-has-children > .sub-menu::after {
content: "";
display: block;
width: 80%;
height: 30px;
position: absolute;
top: -30px;
left: 10%;
}
.main_menu > li.menu-item-has-children > .sub-menu::before {
content: '';
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
position: absolute;
top: -6px;
right: 28px;
z-index: 999;
}
.main_menu > li.menu-item-has-children .sub-menu > li > a:hover {
background: linear-gradient(90.42deg, #1BBBEA 0.36%, #2CB4DC 43.92%, #1BBBEA 99.68%);
color: white;
transition: all .3s ease-in-out;
}
}
@media (max-width: 1400px) {
.pool_co_link {
display: none;
}
#header .bottom_header > div {
min-width: 100%;
}
.main_menu {
justify-content: center;
}
}
@media (max-width: 1240px) {
.main_menu > li > a {
padding: 15px 0;
}
.main_menu > li.menu-item-has-children .sub-menu {
top: 65px;
}
}
@media (max-width: 1024px) {
#header #logo {
width: 180px;
height: 40px;
}
#header .top_header {
padding-top: 15px;
padding-bottom: 15px;
}
#header .top_header .buttons_container {
display: flex;
gap: 20px;
align-items: center;
}
.main_menu > li:last-child {
margin-bottom: 150px;
}
#close_menu {
background-color: rgba(0, 0, 0, 0.01);
position: fixed;
top: 0;
right: 0;
z-index: 10;
width: 0;
height: 100vh;
display: block;
transition: background-color 0.3s ease, right 0.3s ease;
-webkit-transition: background-color 0.3s ease, right 0.3s ease;
}
body.menu_open {
overflow: hidden;
}
body.menu_open #close_menu {
display: block;
background: rgba(0, 0, 0, 0.5);
right: 300px;
width: 100%;
}
body.menu_open.show_menu_close #close_menu {
background-color: rgba(0, 0, 0, 0.01);
width: 100%;
right: 0;
}
#wrap {
position: relative;
width: auto;
min-width: 320px;
overflow: hidden;
}
#shifter {
position: relative;
width: 100%;
left: 0px;
transition: left 0.3s ease;
-webkit-transition: left 0.3s ease;
background: #fff;
}
body {
background: #d8d8d8;
}
body.menu_open #shifter {
left: -300px;
}
body.menu_open.show_menu_close #shifter {
left: 0;
}
#mobile_menu_button {
width: 40px;
display: block;
}
#mobile_menu_button > div {
width: 100%;
height: 7px;
background-color: #1BBBEA;
margin-bottom: 5px;
}
#mobile_menu_button > div:last-child {
margin: 0;
}
#main_menu {
display: block;
top: 0px;
left: 100%;
width: 330px;
z-index: 11;
position: fixed;
overflow-x: hidden;
overflow-y: scroll;
max-height: 100vh;
-webkit-transition: left 0.3s ease;
min-height: 100%;
}
body.menu_open.show_menu_close #main_menu {
left: 100%;
}
.main_menu , .main_menu ul {
padding: 0;
margin: 0;
list-style: none;
background: #1BBBEA;
}
.main_menu ul {
max-height: 0;
transition: max-height 0.3s;
overflow: hidden;
}
.main_menu li.clicked ul {
max-height: 500px;
}
.main_menu li > a {
display: block;
color: #fff;
padding: 20px;
font-size: 20px;
font-weight: 400;
text-decoration: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main_menu ul a {
font-size: 16px;
padding: 15px 25px;
background: rgba(255, 255, 255, 0.05);
display: block;
}
.main_menu li {
position: relative;
}
.main_menu li.menu-item-has-children > a:after {
content: '';
display: block;
width: 20px;
height: 20px;
position: absolute;
right: 45px;
top: 17px;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(45deg);
transition: transform 0.3s;
transform-origin: 14px 14px;
}
.main_menu li.menu-item-has-children.clicked > a:after {
transform: rotate(-45deg);
}
body.menu_open #main_menu {
left: calc(100% - 300px);
}
body.menu_open #header {
filter: none;
}
}
@media (max-width: 850px) {
#header .top_header .buttons_container .button {
display: none;
}
}#footer-logo {
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1243' height='242' fill='none'%3E%3Cpath fill='%231BBBEA' fill-rule='evenodd' d='M120.965 241.931c66.808 0 120.966-54.158 120.966-120.966C241.931 54.158 187.773 0 120.965 0 54.158 0 0 54.158 0 120.965c0 66.808 54.158 120.966 120.965 120.966Zm-3.041-141.375c-18.099 1.728-33.78 5.473-48.298 10.19 17.34-2.195 33.427 1.027 49.759 4.297l.002.001c1.509.302 3.02.604 4.534.903 12.576-29.753 28.171-27.453 52.723-12.499-18.632-23.581-42.311-29.49-58.72-2.892Zm9.655 10.646c3.998-5.92 10.956-8.2 15.537-5.105v-.009c3.852 2.6 4.803 8.161 2.649 13.382-6.958-.738-13.741-1.941-20.456-3.251.427-1.699 1.183-3.406 2.27-5.017Zm-96.847 17.021c33.725-21.189 60.812-15.764 88.59-10.202 27.677 5.543 56.039 11.222 92.334-9.148-46.764 38.126-73.824 29.948-102.986 21.135-21.779-6.582-44.73-13.518-77.938-1.785Zm88.586 11.301c-27.776-5.561-54.863-10.985-88.586 10.203 33.209-11.737 56.161-4.803 77.941 1.778 29.161 8.811 56.22 16.987 102.983-21.138-36.297 20.377-64.66 14.698-92.338 9.157Z' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M311.222 172.238H283.14V153.25h-13.032v53.948h13.032v-18.989h28.082v-15.971ZM297.12 107.927h14.041V91.925h-41.114v16.002h14.041v23.987h-14.041v15.971h41.114v-15.971H297.12v-23.987ZM311.222 82.599V34.655h-10.554v31.973h-5.261V34.655h-9.514v31.973h-5.262V34.655h-10.523v47.944h41.114Z'/%3E%3Cpath fill='%23fff' d='M365.033 67.766c0-7.443 13.88-9.113 25.192-9.113 11.382 0 21.028 1.74 25.192 9.113h38.1c-3.47-29.216-30.605-32.902-63.292-33.111-32.756 0-63.292 6.4-63.292 33.11-.069 23.373 36.504 25.181 62.529 26.503 14.643.696 25.955 1.322 25.955 5.426 0 7.234-13.88 9.112-25.192 9.112-11.381 0-21.028-1.878-25.192-9.112h-38.1c3.47 29.006 30.605 32.971 63.292 33.041 32.757 0 63.292-6.33 63.292-33.041.07-23.442-36.504-25.25-62.528-26.572-14.644-.696-25.956-1.252-25.956-5.356ZM551.717 84.877c.208 15.373-12.423 18.017-27.274 18.225-14.921-.208-27.482-2.852-27.343-18.225V36.95h-36.365v50.223c-.139 35.337 28.731 45.492 63.708 45.562 34.977-.07 63.847-10.225 63.708-45.562V36.95h-36.434v47.927ZM604.529 130.578h36.365v-25.111h68.289V78.13h-68.289V66.722h77.38V37.09H604.529v93.488ZM728.754 130.578h36.365v-25.111h68.288V78.13h-68.288V66.722h77.379V37.09H728.754v93.488ZM912.661 34.655c-35.116.07-63.847 10.225-63.708 45.631v6.817c-.139 35.337 28.592 45.562 63.708 45.632 35.046-.07 63.778-10.295 63.639-45.632v-6.817c0-35.336-28.523-45.631-63.639-45.631Zm27.274 50.153c.208 15.303-12.423 18.086-27.274 18.294-14.921-.208-27.552-2.991-27.343-18.294v-2.296c-.209-15.233 12.422-18.016 27.343-18.224 14.851.208 27.482 2.99 27.274 18.224v2.296ZM987.195 36.95v93.489h109.165v-29.632h-72.8V36.95h-36.365ZM1161.04 98.511l34.21 31.928H1243l-48.37-46.744L1243 36.95h-47.75l-34.21 31.929h-15.89V36.95h-36.37v93.489h36.37V98.511h15.89ZM348.061 176.896v-9.239h25.805c1.249 0 2.338.444 3.225 1.372.927.887 1.371 1.977 1.371 3.268 0 1.25-.444 2.34-1.371 3.268-.887.887-1.976 1.331-3.225 1.331h-25.805Zm-21.128-25.095v54.224h21.128v-13.233h31.086c11.169.161 20.644-9.32 20.483-20.495.161-11.216-9.314-20.617-20.483-20.496h-52.214ZM441.684 150.389c-20.402.041-37.095 5.931-37.014 26.467v3.953c-.081 20.496 16.612 26.426 37.014 26.467 20.361-.041 37.053-5.971 36.973-26.467v-3.953c0-20.496-16.572-26.467-36.973-26.467Zm15.845 29.089c.121 8.876-7.217 10.49-15.845 10.611-8.669-.121-16.007-1.735-15.887-10.611v-1.331c-.12-8.836 7.218-10.45 15.887-10.571 8.628.121 15.966 1.735 15.845 10.571v1.331ZM521.356 150.389c-20.402.041-37.095 5.931-37.014 26.467v3.953c-.081 20.496 16.612 26.426 37.014 26.467 20.361-.041 37.053-5.971 36.973-26.467v-3.953c0-20.496-16.572-26.467-36.973-26.467Zm15.845 29.089c.121 8.876-7.217 10.49-15.845 10.611-8.669-.121-16.007-1.735-15.887-10.611v-1.331c-.12-8.836 7.218-10.45 15.887-10.571 8.628.121 15.966 1.735 15.845 10.571v1.331ZM564.659 151.721v54.223h63.423v-17.187h-42.295v-37.036h-21.128ZM722.31 183.472c-1.936 5.326-7.984 6.617-15.241 6.617-8.629-.121-15.967-1.735-15.846-10.571v-1.331c-.121-8.916 7.217-10.449 15.846-10.57 7.257 0 13.265 1.25 15.241 6.576h21.651c-1.33-18.276-17.377-23.763-36.892-23.804-20.322.081-37.095 5.971-37.014 26.467v3.953c-.081 20.536 16.692 26.426 37.014 26.467 19.515 0 35.562-5.487 36.892-23.804H722.31ZM786.257 150.389c-20.402.041-37.094 5.931-37.014 26.467v3.953c-.08 20.496 16.612 26.426 37.014 26.467 20.361-.041 37.054-5.971 36.973-26.467v-3.953c0-20.496-16.571-26.467-36.973-26.467Zm15.846 29.089c.121 8.876-7.218 10.49-15.846 10.611-8.669-.121-16.007-1.735-15.886-10.611v-1.331c-.121-8.836 7.217-10.45 15.886-10.571 8.628.121 15.967 1.735 15.846 10.571v1.331ZM829.56 205.944h21.128v-28.927l21.168 28.927h10.564l21.168-28.927v28.927h21.127v-54.223h-26.409l-21.168 27.111-21.128-27.111h-26.45v54.223ZM958.181 176.896v-9.239h25.804c1.25 0 2.339.444 3.226 1.372.927.887 1.371 1.977 1.371 3.268 0 1.25-.444 2.34-1.371 3.268-.887.887-1.976 1.331-3.226 1.331h-25.804Zm-21.128-25.095v54.224h21.128v-13.233h31.086c11.173.161 20.643-9.32 20.483-20.495.16-11.216-9.31-20.617-20.483-20.496h-52.214ZM1042.17 167.496l7.42 16.016h-14.88l7.46-16.016Zm-41.65 38.529h23.79l4.27-9.279h27.13l4.28 9.279h23.79l-29.07-54.224h-25.12l-29.07 54.224ZM1138.29 180.446l-23.79-28.725h-29.07v54.223h21.13v-33.123l29.11 33.123h23.79v-54.223h-21.17v28.725ZM1186.19 151.801h-25.12l30.4 35.706v18.518h21.13v-18.518l30.4-35.706h-25.08l-15.88 19.447-15.85-19.447Z'/%3E%3C/svg%3E");
width: 256px;
height: 57px;
display: block;
text-indent: -99999px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.footer_top {
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 50px;
}
#footer {
background: #333333;
padding-top: clamp(30px, 6vw, 100px);
position: relative;
z-index: 3;
}
.footer_bottom {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 30px;
border-bottom: 2px solid #989898;
padding-bottom: clamp(30px, 6vw, 100px);
}
.footer_bottom > div {
flex: 1;
}
.footer_title {
font-weight: 700;
font-size: 20px;
line-height: 40px;
color: #FFFFFF;
}
.footer_menu, .footer_menu_two {
list-style: none;
padding: 0;
margin: 0;
}
.footer_menu > li > a, .footer_menu_two > li > a {
font-weight: 300;
font-size: 16px;
line-height: 25px;
color: white;
text-decoration: none;
}
.footer_menu > li > a:hover, .footer_menu_two > li > a:hover {
text-decoration: underline;
}
.footer_menu > li, .footer_menu_two > li {
margin-bottom: 10px;
}
.footer_menu > li:last-child, .footer_menu_two > li:last-child {
margin-bottom: 0;
}
.call_text {
font-weight: 600;
font-size: 12px;
line-height: 13px;
letter-spacing: 2px;
text-transform: uppercase;
color: #989898;
margin: 20px 0 0;
}
a.call_number {
font-weight: 700;
font-size: 20px;
line-height: 40px;
color: #dee9ec;
margin: 0;
}
a.email_address {
font-weight: 700;
font-size: 16px;
line-height: 40px;
text-decoration-line: underline;
color: #dee9ec;
margin: 0;
}
.free_text_container {
max-width: 280px;
width: 100%;
}
.footer_menu_container, .footer_menu_two_container {
max-width: 200px;
width: 100%;
}
.contact_details_container {
max-width: 350px;
width: 100%;
}
.contact_details_container .pool_co_link {
font-weight: 400;
font-size: 12px;
line-height: 24px;
text-decoration-line: underline;
text-transform: uppercase;
color: #FFFFFF;
text-align: right;
display: block;
}
.contact_details_container .pool_co_link:hover {
text-decoration: none;
}
.end_of_page {
background: #333333;
padding-bottom: clamp(30px, 6vw, 100px);
padding-top: 20px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 3;
}
.end_of_page * {
font-weight: 300;
font-size: 14px;
line-height: 25px;
color: #FFFFFF;
margin: 0;
}
@media (max-width: 1024px) {
.footer_bottom {
flex-wrap: wrap;
}
.footer_bottom > div {
width: calc(50% - 15px);
flex: unset;
}
.free_text_container, .contact_details_container, .footer_menu_container, .footer_menu_two_container {
max-width: unset;
}
.contact_details_container * {
text-align: left !important;
}
}
@media (max-width: 640px) {
.footer_top {
flex-direction: column;
gap: 20px;
}
.footer_bottom > div {
width: 100%;
text-align: center;
}
.contact_details_container * {
text-align: center !important;
}
.end_of_page {
flex-direction: column;
gap: 10px;
}
}.fc_box_links.bg_green {
background: #E6ECDE;
}
.fc_box_links.bg_blue {
background: #dee9ec;
}
.fc_box_links .box_links_container {
display: flex;
flex-wrap: wrap;
gap: 30px;
align-items: stretch;
}
.fc_box_links .box_links_container .box_link {
width: calc(33% - 20px);
text-decoration: none;
}
.fc_box_links .box_links_container .box_link .image-switch {
padding-bottom: 80%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.fc_box_links .box_links_container .box_link .content {
padding: 40px;
box-sizing: border-box;
background: white;
border-bottom: 2px solid #ffffff;
transition: all .3s ease-in-out;
}
.fc_box_links .box_links_container .box_link .content .title {
font-weight: 700;
font-size: 22px;
line-height: 40px;
font-family: 'Archivo', sans-serif;
color: #333333;
transition: all .3s ease-in-out;
}
.fc_box_links .box_links_container .box_link .content .subtext {
font-weight: 300;
font-size: 16px;
line-height: 25px;
color: #565656;
}
.fc_box_links .box_links_container .box_link:hover .content .title {
color: #1BBBEA;
transition: all .3s ease-in-out;
}
.fc_box_links .box_links_container .box_link:hover .content {
border-bottom: 2px solid #1BBBEA;
transition: all .3s ease-in-out;
}
@media (max-width: 1240px) {
.fc_box_links .box_links_container .box_link .content {
padding: 30px;
}
}
@media (max-width: 1024px) {
.fc_box_links .box_links_container .box_link {
width: calc(50% - 15px);
}
.fc_box_links .box_links_container .box_link .content {
padding: 20px;
}
}
@media (max-width: 640px) {
.fc_box_links .box_links_container .box_link {
width: 100%;
}
}div.padding_full.fc_split_content {
padding-left: 0;
padding-right: 0;
}
.fc_split_content {
display: flex;
}
.fc_split_content > * {
flex: 1 1 50%;
min-height: 800px;
box-sizing: border-box;
display: flex;
align-items: center;
position: relative;
}
.fc_split_content > div.content {
padding: clamp(15px, 6vw, 100px);
display: flex;
align-items: center;
justify-content: center;
}
.fc_split_content > div.content > div {
max-width: 400px;
}
.fc_split_content > .image {
display: flex;
align-items: flex-end;
justify-content: flex-start;
background: center / cover no-repeat;
}
.fc_split_content.right {
flex-direction: row-reverse;
}
.fc_split_content > div.content.bg_grey {
background: #333333;
position: relative;
}
.fc_split_content > div.content.bg_grey * {
color: white;
}
.fc_split_content.left > div.content.bg_grey::after {
content: '';
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1069' height='1069' fill='none'%3E%3Cpath fill='%23E4F1F5' fill-opacity='.04' fill-rule='evenodd' d='M534.5 1068.98c295.196 0 534.5-239.299 534.5-534.49C1069 239.299 829.696 0 534.5 0S0 239.299 0 534.49c0 295.191 239.304 534.49 534.5 534.49Zm-13.439-624.668c-79.97 7.632-149.262 24.183-213.41 45.022 76.618-9.695 147.703 4.539 219.865 18.989l.028.005c6.661 1.334 13.331 2.67 20.016 3.989 55.571-131.465 124.478-121.303 232.962-55.228-82.328-104.194-186.953-130.307-259.461-12.777Zm42.664 47.037c17.666-26.156 48.411-36.232 68.65-22.554v-.043c17.023 11.492 21.225 36.061 11.706 59.129-30.745-3.258-60.717-8.575-90.39-14.364 1.887-7.504 5.232-15.05 10.034-22.168Zm-427.933 75.208c149.018-93.623 268.707-69.655 391.447-45.076 122.293 24.49 247.614 49.586 407.99-40.423-206.634 168.461-326.201 132.327-455.057 93.386-96.233-29.082-197.648-59.73-344.38-7.887Zm391.431 49.934c-122.734-24.572-242.419-48.535-391.431 45.085 146.739-51.864 248.155-21.222 344.393 7.856 128.85 38.931 248.417 75.057 455.044-93.399-160.382 90.035-285.708 64.943-408.006 40.458Z' clip-rule='evenodd'/%3E%3C/svg%3E");
width: 1069px;
height: 1069px;
display: block;
position: absolute;
top: 0;
left: 0;
background-size: contain;
background-repeat: no-repeat;
background-position: left;
max-width: 100%;
max-height: 100%;
}
.fc_split_content > div.image.img_count_3 , .fc_split_content > div.image.img_count_4 {
flex-wrap: wrap;
}
.fc_split_content > div.image.img_count_3 a:nth-child(1) , .fc_split_content > div.image.img_count_3 a:nth-child(2) {
flex-basis: calc(50% - 10px);
}
.fc_split_content > div.image.img_count_4 a:nth-child(2) , .fc_split_content > div.image.img_count_4 a:nth-child(3) {
flex-basis: calc(60% - 10px);
}
.fc_split_content > div.image.img_count_4 a:nth-child(1) , .fc_split_content > div.image.img_count_4 a:nth-child(4) {
flex-basis: calc(40% - 10px);
}
.fc_split_content > div.image {
display: flex;
align-items: stretch;
gap: 20px;
}
.fc_split_content > div.image a {
flex-basis: 100%;
background: center / cover no-repeat;
position: relative;
}
@media (max-width: 1400px) {
.fc_split_content > div.content {
flex-basis: 55%;
}
}
@media (max-width:850px) {
.fc_split_content > div.content > div {
max-width: 100%;
}
.fc_split_content {
display: block;
}
.fc_split_content > div.content {
min-height: 0;
padding-top: 0;
}
.fc_split_content > div.content.bg_grey {
padding-top: clamp(15px, 6vw, 100px);
}
.fc_split_content > .image {
min-height: 60vw;
}
}.glightbox-container {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999999 !important;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
outline: none;
}
.has_video::after {
background: center / 40px 40px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='81' fill='none'%3E%3Cpath fill='%23fff' d='m30.3 57.5 26.7-17-26.7-17v34Zm9.7 23c-5.467 0-10.633-1.05-15.5-3.15-4.867-2.1-9.117-4.966-12.75-8.6-3.633-3.633-6.5-7.883-8.6-12.75C1.05 51.134 0 45.967 0 40.5c0-5.533 1.05-10.733 3.15-15.6 2.1-4.866 4.967-9.1 8.6-12.7 3.633-3.6 7.883-6.45 12.75-8.55C29.367 1.55 34.533.5 40 .5c5.533 0 10.733 1.05 15.6 3.15 4.867 2.1 9.1 4.95 12.7 8.55 3.6 3.6 6.45 7.834 8.55 12.7C78.95 29.767 80 34.967 80 40.5c0 5.467-1.05 10.634-3.15 15.5-2.1 4.867-4.95 9.117-8.55 12.75-3.6 3.634-7.833 6.5-12.7 8.6-4.867 2.1-10.067 3.15-15.6 3.15Zm0-6c9.467 0 17.5-3.316 24.1-9.95C70.7 57.917 74 49.9 74 40.5c0-9.466-3.3-17.5-9.9-24.1C57.5 9.8 49.467 6.5 40 6.5c-9.4 0-17.417 3.3-24.05 9.9C9.317 23 6 31.034 6 40.5c0 9.4 3.317 17.417 9.95 24.05C22.583 71.184 30.6 74.5 40 74.5Z'/%3E%3C/svg%3E");
transition: .3s;
position: absolute;
display: flex;
content: '';
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.glightbox-container.inactive {
display: none;
}
.glightbox-container .gcontainer {
position: relative;
width: 100%;
height: 100%;
z-index: 9999;
overflow: hidden;
}
.glightbox-container .gslider {
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
height: 100%;
left: 0;
top: 0;
width: 100%;
position: relative;
overflow: hidden;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.glightbox-container .gslide {
width: 100%;
position: absolute;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
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;
}
.glightbox-container .gslide.current {
opacity: 1;
z-index: 99999;
position: relative;
}
.glightbox-container .gslide.prev {
opacity: 1;
z-index: 9999;
}
.glightbox-container .gslide-inner-content {
width: 100%;
}
.glightbox-container .ginner-container {
position: relative;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 100%;
margin: auto;
height: 100vh;
}
.glightbox-container .ginner-container.gvideo-container {
width: 100%;
}
.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
max-width: 100% !important;
}
.gslide iframe,
.gslide video {
outline: none !important;
border: none;
min-height: 165px;
-webkit-overflow-scrolling: touch;
-ms-touch-action: auto;
touch-action: auto;
}
.gslide:not(.current) {
pointer-events: none;
}
.gslide-image {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.gslide-image img {
max-height: 100vh;
display: block;
padding: 0;
float: none;
outline: none;
border: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
max-width: 100vw;
width: auto;
height: auto;
-o-object-fit: cover;
object-fit: cover;
-ms-touch-action: none;
touch-action: none;
margin: auto;
min-width: 200px;
}
.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
width: auto;
}
.desc-left .gslide-image img,
.desc-right .gslide-image img {
width: auto;
max-width: 100%;
}
.gslide-image img.zoomable {
position: relative;
}
.gslide-image img.dragging {
cursor: -webkit-grabbing !important;
cursor: grabbing !important;
-webkit-transition: none;
transition: none;
}
.gslide-video {
position: relative;
max-width: 100vh;
width: 100% !important;
}
.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
display: none;
}
.gslide-video .gvideo-wrapper {
width: 100%; margin: auto;
}
.gslide-video::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 0, 0, 0.34);
display: none;
}
.gslide-video.playing::before {
display: none;
}
.gslide-video.fullscreen {
max-width: 100% !important;
min-width: 100%;
height: 75vh;
}
.gslide-video.fullscreen video {
max-width: 100% !important;
width: 100% !important;
}
.gslide-inline {
background: #fff;
text-align: left;
max-height: calc(100vh - 40px);
overflow: auto;
max-width: 100%;
margin: auto;
}
.gslide-inline .ginlined-content {
padding: 20px;
width: 100%;
}
.gslide-inline .dragging {
cursor: -webkit-grabbing !important;
cursor: grabbing !important;
-webkit-transition: none;
transition: none;
}
.ginlined-content {
overflow: auto;
display: block !important;
opacity: 1;
}
.gslide-external {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
min-width: 100%;
background: #fff;
padding: 0;
overflow: auto;
max-height: 75vh;
height: 100%;
}
.gslide-media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: auto;
}
.zoomed .gslide-media {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.desc-top .gslide-media,
.desc-bottom .gslide-media {
margin: 0 auto;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gslide-description {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 0 100%;
flex: 1 0 100%;
}
.gslide-description.description-left,
.gslide-description.description-right {
max-width: 100%;
}
.gslide-description.description-bottom,
.gslide-description.description-top {
margin: 0 auto;
width: 100%;
}
.gslide-description p {
margin-bottom: 12px;
}
.gslide-description p:last-child {
margin-bottom: 0;
}
.zoomed .gslide-description {
display: none;
}
.glightbox-button-hidden {
display: none;
} .glightbox-mobile .glightbox-container .gslide-description {
height: auto !important;
width: 100%;
position: absolute;
bottom: 0;
padding: 19px 11px;
max-width: 100vw !important;
-webkit-box-ordinal-group: 3 !important;
-ms-flex-order: 2 !important;
order: 2 !important;
max-height: 78vh;
overflow: auto !important;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
-webkit-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
padding-bottom: 50px;
}
.glightbox-mobile .glightbox-container .gslide-title {
color: #fff;
font-size: 1em;
}
.glightbox-mobile .glightbox-container .gslide-desc {
color: #a1a1a1;
}
.glightbox-mobile .glightbox-container .gslide-desc a {
color: #fff;
font-weight: bold;
}
.glightbox-mobile .glightbox-container .gslide-desc * {
color: inherit;
}
.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
color: #fff;
opacity: 0.4;
}
.gdesc-open .gslide-media {
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 0.4;
}
.gdesc-open .gdesc-inner {
padding-bottom: 30px;
}
.gdesc-closed .gslide-media {
-webkit-transition: opacity 0.5s ease;
transition: opacity 0.5s ease;
opacity: 1;
}
.greset {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.gabsolute {
position: absolute;
}
.grelative {
position: relative;
}
.glightbox-desc {
display: none !important;
}
.glightbox-open {
overflow: hidden;
}
.gloader {
height: 25px;
width: 25px;
-webkit-animation: lightboxLoader 0.8s infinite linear;
animation: lightboxLoader 0.8s infinite linear;
border: 2px solid #fff;
border-right-color: transparent;
border-radius: 50%;
position: absolute;
display: block;
z-index: 9999;
left: 0;
right: 0;
margin: 0 auto;
top: 47%;
}
.goverlay {
width: 100%;
height: calc(100vh + 1px);
position: fixed;
top: -1px;
left: 0;
background: #000;
will-change: opacity;
}
.glightbox-mobile .goverlay {
background: #000;
}
.gprev,
.gnext,
.gclose {
z-index: 99999;
cursor: pointer;
width: 26px;
height: 44px;
border: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.gprev svg,
.gnext svg,
.gclose svg {
display: block;
width: 25px;
height: auto;
margin: 0;
padding: 0;
}
.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
opacity: 0.1;
}
.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
stroke: #fff;
}
.gbtn.focused {
outline: 2px solid #0f3d81;
}
iframe.wait-autoplay {
opacity: 0;
}
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
opacity: 0 !important;
} .glightbox-clean .gslide-description {
background: #fff;
}
.glightbox-clean .gdesc-inner {
padding: 22px 20px;
}
.glightbox-clean .gslide-title {
font-size: 1em;
font-weight: normal;
font-family: arial;
color: #000;
margin-bottom: 19px;
line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
font-size: 0.86em;
margin-bottom: 0;
font-family: arial;
line-height: 1.4em;
}
.glightbox-clean .gslide-video {
background: #000;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
background-color: rgba(0, 0, 0, 0.75);
border-radius: 4px;
}
.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
fill: #fff;
}
.glightbox-clean .gprev {
position: absolute;
top: -100%;
left: 30px;
width: 40px;
height: 50px;
}
.glightbox-clean .gnext {
position: absolute;
top: -100%;
right: 30px;
width: 40px;
height: 50px;
}
.glightbox-clean .gclose {
width: 35px;
height: 35px;
top: 15px;
right: 10px;
position: absolute;
}
.glightbox-clean .gclose svg {
width: 18px;
height: auto;
}
.glightbox-clean .gclose:hover {
opacity: 1;
} .gfadeIn {
-webkit-animation: gfadeIn 0.5s ease;
animation: gfadeIn 0.5s ease;
}
.gfadeOut {
-webkit-animation: gfadeOut 0.5s ease;
animation: gfadeOut 0.5s ease;
}
.gslideOutLeft {
-webkit-animation: gslideOutLeft 0.3s ease;
animation: gslideOutLeft 0.3s ease;
}
.gslideInLeft {
-webkit-animation: gslideInLeft 0.3s ease;
animation: gslideInLeft 0.3s ease;
}
.gslideOutRight {
-webkit-animation: gslideOutRight 0.3s ease;
animation: gslideOutRight 0.3s ease;
}
.gslideInRight {
-webkit-animation: gslideInRight 0.3s ease;
animation: gslideInRight 0.3s ease;
}
.gzoomIn {
-webkit-animation: gzoomIn 0.5s ease;
animation: gzoomIn 0.5s ease;
}
.gzoomOut {
-webkit-animation: gzoomOut 0.5s ease;
animation: gzoomOut 0.5s ease;
}
@-webkit-keyframes lightboxLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes lightboxLoader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes gfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes gfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes gfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes gfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes gslideInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
}
to {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes gslideInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
}
to {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes gslideOutLeft {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
opacity: 0;
visibility: hidden;
}
}
@keyframes gslideOutLeft {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(-60%, 0, 0);
transform: translate3d(-60%, 0, 0);
opacity: 0;
visibility: hidden;
}
}
@-webkit-keyframes gslideInRight {
from {
opacity: 0;
visibility: visible;
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes gslideInRight {
from {
opacity: 0;
visibility: visible;
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@-webkit-keyframes gslideOutRight {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
opacity: 0;
}
}
@keyframes gslideOutRight {
from {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
-webkit-transform: translate3d(60%, 0, 0);
transform: translate3d(60%, 0, 0);
opacity: 0;
}
}
@-webkit-keyframes gzoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 1;
}
}
@keyframes gzoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 1;
}
}
@-webkit-keyframes gzoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes gzoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@media (min-width: 769px) {
.glightbox-container .ginner-container {
width: auto;
height: auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.glightbox-container .ginner-container.desc-top .gslide-description {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.glightbox-container .ginner-container.desc-left .gslide-description {
-webkit-box-ordinal-group: 1;
-ms-flex-order: 0;
order: 0;
}
.glightbox-container .ginner-container.desc-left .gslide-image {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.gslide-image img {
max-height: 97vh;
max-width: 100%;
}
.gslide-image img.zoomable {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.zoomed .gslide-image img.zoomable {
cursor: -webkit-grab;
cursor: grab;
}
.gslide-inline {
max-height: 95vh;
}
.gslide-external {
max-height: 100vh;
}
.gslide-description.description-left,
.gslide-description.description-right {
max-width: 275px;
}
.glightbox-open {
height: auto;
}
.goverlay {
background: rgba(0, 0, 0, 0.92);
}
.glightbox-clean .gslide-media {
-webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
}
.glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
position: absolute;
height: 100%;
overflow-y: auto;
}
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
background-color: rgba(0, 0, 0, 0.32);
}
.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
background-color: rgba(0, 0, 0, 0.7);
}
.glightbox-clean .gprev {
top: 45%;
}
.glightbox-clean .gnext {
top: 45%;
}
}
@media (min-width: 992px) {
.glightbox-clean .gclose {
opacity: 0.7;
right: 20px;
}
}
@media (max-width: 640px) {
.has_video::after {
background: top / 40px 40px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='81' fill='none'%3E%3Cpath fill='%23fff' d='m30.3 57.5 26.7-17-26.7-17v34Zm9.7 23c-5.467 0-10.633-1.05-15.5-3.15-4.867-2.1-9.117-4.966-12.75-8.6-3.633-3.633-6.5-7.883-8.6-12.75C1.05 51.134 0 45.967 0 40.5c0-5.533 1.05-10.733 3.15-15.6 2.1-4.866 4.967-9.1 8.6-12.7 3.633-3.6 7.883-6.45 12.75-8.55C29.367 1.55 34.533.5 40 .5c5.533 0 10.733 1.05 15.6 3.15 4.867 2.1 9.1 4.95 12.7 8.55 3.6 3.6 6.45 7.834 8.55 12.7C78.95 29.767 80 34.967 80 40.5c0 5.467-1.05 10.634-3.15 15.5-2.1 4.867-4.95 9.117-8.55 12.75-3.6 3.634-7.833 6.5-12.7 8.6-4.867 2.1-10.067 3.15-15.6 3.15Zm0-6c9.467 0 17.5-3.316 24.1-9.95C70.7 57.917 74 49.9 74 40.5c0-9.466-3.3-17.5-9.9-24.1C57.5 9.8 49.467 6.5 40 6.5c-9.4 0-17.417 3.3-24.05 9.9C9.317 23 6 31.034 6 40.5c0 9.4 3.317 17.417 9.95 24.05C22.583 71.184 30.6 74.5 40 74.5Z'/%3E%3C/svg%3E");
height: 65px;
}
}
@media screen and (max-height: 420px) {
.goverlay {
background: #000;
}
}.fc_icon_cards .icon_cards_container {
display: flex;
align-items: stretch;
flex-wrap: wrap;
gap: clamp(20px, 6vw, 100px);
}
.fc_icon_cards .icon_cards_container .icon_card {
width: calc(33% - clamp(12px, 5vw, 67px));
}
.fc_icon_cards .icon_cards_container .icon_card .image-switch {
width: 60px;
height: 60px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
margin-bottom: 20px;
}
@media (max-width: 1024px) {
.fc_icon_cards .icon_cards_container {
gap: 30px;
}
.fc_icon_cards .icon_cards_container .icon_card {
width: calc(50% - 15px);
}
}
@media (max-width: 640px) {
.fc_icon_cards .icon_cards_container .icon_card {
width: 100%;
}
.fc_icon_cards .icon_cards_container .icon_card {
text-align: center;
}
.fc_icon_cards .icon_cards_container .icon_card .image-switch {
margin: 0 auto 20px;
}
}.fc_testimonials .testimonials_container {
display: flex;
align-items: stretch;
gap: clamp(30px, 7vw, 150px);
flex-wrap: wrap;
}
.fc_testimonials .testimonials_container .testimonial {
width: calc(33% - clamp(20px, 6vw, 100px));
}
.fc_testimonials .testimonials_container .testimonial .author {
font-weight: 600;
font-size: 12px;
line-height: 13px;
text-transform: uppercase;
color: #1BBBEA;
letter-spacing: 2px;
display: flex;
align-items: center;
}
.fc_testimonials .testimonials_container .testimonial .author::before {
width: 2px;
height: 100%;
background: #E6ECDE;
content: '';
margin-right: 20px;
min-height: 36px;
}
.fc_testimonials .testimonials_container .testimonial > div {
margin-bottom: 30px;
}
.fc_testimonials .testimonials_container .testimonial > div * {
font-weight: 300;
font-size: 16px;
line-height: 25px;
color: #333333;
}
.fc_testimonials .testimonials_container .testimonial > div::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='35' fill='none'%3E%3Cpath fill='%23dee9ec' d='M39.936 0v7.2c-1.408.064-2.784.608-4.128 1.632-1.344 1.024-2.464 2.336-3.36 3.936-.832 1.6-1.248 3.36-1.248 5.28h8.736v16.8H22.08V20.064c0-4.224.832-7.776 2.496-10.656 1.664-2.944 3.84-5.184 6.528-6.72C33.856 1.088 36.8.192 39.936 0Zm-22.08 0v7.2c-1.408.064-2.784.608-4.128 1.632-1.344 1.024-2.464 2.336-3.36 3.936-.832 1.6-1.248 3.36-1.248 5.28h8.736v16.8H0V20.064c0-4.224.832-7.776 2.496-10.656 1.664-2.944 3.84-5.184 6.528-6.72C11.776 1.088 14.72.192 17.856 0Z'/%3E%3C/svg%3E");
width: 40px;
height: 35px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
content: '';
margin-bottom: 20px;
display: block;
}
@media (max-width: 1024px) {
.fc_testimonials .testimonials_container {
gap: 30px;
}
.fc_testimonials .testimonials_container .testimonial {
width: calc(50% - 15px);
}
}
@media (max-width: 640px) {
.fc_testimonials .testimonials_container .testimonial {
width: 100%;
}
}.fc_featured_gallery .content_container {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
}
.fc_featured_gallery.bg_grey {
background: #333333;
}
.fc_featured_gallery .gallery_container {
display: flex;
flex-wrap: wrap;
}
.fc_featured_gallery .gallery_container > a {
aspect-ratio: 1;
width: 20%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.fc_featured_gallery .gallery_container > a:nth-child(n + 6) {
display: none;
}
@media (max-width: 1024px) {
.fc_featured_gallery .gallery_container > a {
width: 33.3%;
}
.fc_featured_gallery .gallery_container > a:nth-child(n + 4) {
display: none;
}
}
@media (max-width: 640px) {
.fc_featured_gallery .gallery_container > a {
width: 50%;
}
.fc_featured_gallery .gallery_container > a:nth-child(n + 3) {
display: none;
}
}.fc_cta_banner .content {
padding-top: 25px;
padding-bottom: 25px;
}
.fc_cta_banner.width_75 .content {
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(9,9,121,0) 25%, rgba(0,212,255,0) 100%);
width: 45%;
}
.fc_cta_banner.right.width_75 .content {
background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(9,9,121,0) 25%, rgba(0,212,255,0) 100%);
width: 45%;
}
.fc_cta_banner.width_50 .content {
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 75%, rgba(9,9,121,0) 75%, rgba(0,212,255,0) 100%);
width: 60%;
}
.fc_cta_banner.right.width_50 .content {
background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 75%, rgba(9,9,121,0) 75%, rgba(0,212,255,0) 100%);
width: 60%;
}
.fc_cta_banner.right.width_75 .image-switch {
background-size: 90%;
background-position: left;
}
.fc_cta_banner.right.width_50 .image-switch {
background-size: 55%;
background-position: left;
}
.fc_cta_banner.left.width_75 .image-switch {
background-size: 90%;
background-position: right;
}
.fc_cta_banner.left.width_50 .image-switch {
background-size: 55%;
background-position: right;
}
.fc_cta_banner .content > div {
padding: 70px;
box-sizing: border-box;
}
.fc_cta_banner .image-switch {
display: flex;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.fc_cta_banner.right .image-switch {
flex-direction: row-reverse;
}
@media (max-width: 1240px) {
.fc_cta_banner.right.width_75 .content {
width: 60%;
}
.fc_cta_banner.right.width_50 .content {
width: 70%;
}
}
@media (max-width: 1024px) {
.fc_cta_banner.left.width_50 .image-switch, .fc_cta_banner.left.width_75 .image-switch, .fc_cta_banner.right.width_50 .image-switch, .fc_cta_banner.right.width_75 .image-switch {
background-size: cover;
}
.fc_cta_banner .content > div {
padding: 40px;
}
.fc_cta_banner.right.width_50 .content, .fc_cta_banner.right.width_75 .content, .fc_cta_banner.left.width_50 .content, .fc_cta_banner.left.width_75 .content {
width: 100%;
background: no-repeat;
padding: 20px;
}
}
@media (max-width: 640px) {
.fc_cta_banner .content > div {
padding: 30px;
}
}