.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:250,223,230;--color-primary-1:237,154,163;--color-primary-2:230,97,132;--color-primary-3:138,58,79;--color-primary-4:46,19,26;--color-secondary-0:253,252,250;--color-secondary-1:249,247,238;--color-secondary-2:243,238,221;--color-secondary-3:122,119,111;--color-secondary-4:36,36,33;--color-tertiary-0:255,255,255;--color-tertiary-1:255,246,250;--color-tertiary-2:153,148,150;--color-tertiary-3:92,89,90;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n950a88ad67af1d95806a66cc45fb909.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36cf5482-7252-4680-aeef-eef6d4aecf19/FundositeEverblue.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n950a88ad67af1d95806a66cc45fb909.widget-smartsection.adaptive-delivery-prevent-bg, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection.lazyload, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection.lazyloading { background-image: none; } #n950a88ad67af1d95806a66cc45fb909.widget-smartsection *:focus-visible, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection input[type="text"]:focus-visible, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection input[type="email"]:focus-visible, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection input[type="tel"]:focus-visible, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection textarea:focus-visible { outline: none; } #A7F8GfH6aen44iu7cFwv1oVV7nT2osAy > .row .container { background-color: transparent; background-image: none; }#A7F8GfH6aen44iu7cFwv1oVV7nT2osAy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7F8GfH6aen44iu7cFwv1oVV7nT2osAy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7F8GfH6aen44iu7cFwv1oVV7nT2osAy > .row .container > .video-iframe-container { display: none; }#A7F8GfH6aen44iu7cFwv1oVV7nT2osAy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7F8GfH6aen44iu7cFwv1oVV7nT2osAy > .row > .video-iframe-container { display: none; }#A7F8GfH6aen44iu7cFwv1oVV7nT2osAy > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7F8GfH6aen44iu7cFwv1oVV7nT2osAy > .row .container { border-width: 0; border-radius: 0; }#A7F8GfH6aen44iu7cFwv1oVV7nT2osAy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7F8GfH6aen44iu7cFwv1oVV7nT2osAy > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9e1f0df6-695b-4e00-b511-b52a88e977cf/090_HEXAFOTO.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8.adaptive-delivery-prevent-bg, #LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8.lazyload, #LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8.lazyloading { background-image: none; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row .container { background-color: transparent; background-image: none; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row .container > .video-iframe-container { display: none; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row > .video-iframe-container { display: none; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row .container { border-width: 0; border-radius: 0; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row .container { font-size:0.875rem;font-family:arial;height:43.6875rem;width:75rem;position:relative;display:block; }#FWKWKxAp6OA5XzqZnFIbyQXLoJTDXgWE { box-sizing:content-box;height:8.25rem;width:50.875rem;position:absolute;display:block;z-index:15004;background-color:#ffe1c5;background-image:none;top:17.75rem;left:12.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#akUmkQmoaTsuKwTxRallbmT91HAifsim { color:#e66184;display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem #abd8f1;top:19.9375rem;left:18.25rem;height:3.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/36cf5482-7252-4680-aeef-eef6d4aecf19/FundositeEverblue.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi.adaptive-delivery-prevent-bg, #ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi.lazyload, #ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi.lazyloading { background-image: none; }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi > .row .container { background-color: transparent; background-image: none; }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi > .row .container > .video-iframe-container { display: none; }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi > .row > .video-iframe-container { display: none; }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi > .row .container { border-width: 0; border-radius: 0; }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi > .row .container { font-size:0.875rem;font-family:arial;height:127.25rem;width:75rem;position:relative;display:block; }#SviBGmxHElzERuRxvavyLUe3ETTbpyT6 { box-sizing:content-box;height:15.3125rem;width:15.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15062;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2cbde917-5b02-459e-b865-2eaec13e33b4/DOCES.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.76171875rem;left:0rem;display:block; }#SviBGmxHElzERuRxvavyLUe3ETTbpyT6.adaptive-delivery-prevent-bg, #SviBGmxHElzERuRxvavyLUe3ETTbpyT6.lazyload, #SviBGmxHElzERuRxvavyLUe3ETTbpyT6.lazyloading { background-image: none; }
#lrx79uIf5Cbe8o8TiolMCNGTMDcboaDB { z-index:15009;top:92.125rem;left:27.5625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.875rem;height:4.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b10FCL5vTsAvCWsqKOOnTw0uK0gcoQge { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eLJHgLWy1yT59qNTWf0lXCebNhfiJ6So { color:#023a4f;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5);top:100.4375rem;left:5.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#yb1kDI2RfZegc10Gqh8J6SmM0lPZgpE5 { color:#023a4f;display:block;width:65.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:103.4375rem;left:5.9375rem;height:8.90625rem;display:block; }#yb1kDI2RfZegc10Gqh8J6SmM0lPZgpE5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yb1kDI2RfZegc10Gqh8J6SmM0lPZgpE5 li:before{  }
#GLQMvGMeZXCW4gk3Fh2FWPPXTOdb009Z { box-sizing:content-box;height:14.375rem;width:67.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(255,225,197,0.5);background-image:none;top:99.3125rem;left:4.9375rem;border-top-right-radius:1.125rem;border-bottom-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem;display:block; }
#T0QiTs0GAsPGtKGiOHJfgoyUJO1RCIL3 { box-sizing:content-box;height:15.5rem;width:15.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/310769f6-a0b5-48ad-8c63-48f3dfdc6ada/tabuadequeijos.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.66796875rem;left:19.1875rem;display:block; }#T0QiTs0GAsPGtKGiOHJfgoyUJO1RCIL3.adaptive-delivery-prevent-bg, #T0QiTs0GAsPGtKGiOHJfgoyUJO1RCIL3.lazyload, #T0QiTs0GAsPGtKGiOHJfgoyUJO1RCIL3.lazyloading { background-image: none; }
#B9Ep1gBdT0X9MxPOqTqVnTIfmsnCX4OK { box-sizing:content-box;height:11.625rem;width:11.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9d921b2-b1ac-47a4-be43-947130297463/IMG_8024.crop_4275x5067_0,645.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:36.4375rem;display:block; }#B9Ep1gBdT0X9MxPOqTqVnTIfmsnCX4OK.adaptive-delivery-prevent-bg, #B9Ep1gBdT0X9MxPOqTqVnTIfmsnCX4OK.lazyload, #B9Ep1gBdT0X9MxPOqTqVnTIfmsnCX4OK.lazyloading { background-image: none; }
#L2foWKd7DGsU9lshnisXLPK42SwLQcMX { box-sizing:content-box;height:4.6875rem;width:15.6875rem;position:absolute;display:block;z-index:15010;background-color:#ffe1c5;background-image:none;top:5rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#TFDQC4qX1lkdkSOTOkxtgyRnOJJLC4et { color:rgba(var(--color-primary-3),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #e66184;top:6.375rem;left:0rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCpeqo7bq2aexrLA97wkoadl1LLORcUa { box-sizing:content-box;height:4.6875rem;width:17.625rem;position:absolute;display:block;z-index:15012;background-color:#ffe1c5;background-image:none;top:5rem;left:18.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#WAXJd5JNDVNGeLHoGEXQpDaomm4LNVey { box-sizing:content-box;height:4.75rem;width:19.5625rem;position:absolute;display:block;z-index:15014;background-color:#ffe1c5;background-image:none;top:5rem;left:37.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#PiSh64xhPGoU2d9nTUv31phtMBB959HO { color:rgba(var(--color-primary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #e66184;top:5.375rem;left:38rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#od5mzGgalkOFXN8kmcsxJz4iyqTlyqqs { box-sizing:content-box;height:4.6875rem;width:16.0625rem;position:absolute;display:block;z-index:15016;background-color:#ffe1c5;background-image:none;top:5rem;left:58.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#MvPQItlkT4a89fNcJvs8eC8l3ThIhgFs { color:rgba(var(--color-primary-3),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #e66184;top:5.41796875rem;left:58.875rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i4RnPNrSvT18Duoi8RmwTrPX5J2hdhl8 { color:rgba(var(--color-primary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #e66184;top:6.375rem;left:18.1875rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NgVlanbpVDJZbqp1sDssJ2SmOATIT36E { box-sizing:content-box;height:11.5625rem;width:11.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15065;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f80de286-4ceb-4bfe-a65b-2ecc6849e940/holidaytablesettingwithbluelinensandblueth20250209210939utc1.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:18.9375rem;left:45.3125rem;display:block; }#NgVlanbpVDJZbqp1sDssJ2SmOATIT36E.adaptive-delivery-prevent-bg, #NgVlanbpVDJZbqp1sDssJ2SmOATIT36E.lazyload, #NgVlanbpVDJZbqp1sDssJ2SmOATIT36E.lazyloading { background-image: none; }
#ARCdRJy8QCX7Esx6B9upeWs33vQOBwOW { box-sizing:content-box;height:15.5rem;width:15.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/33d116b2-cd25-4b8a-8b34-533e7e4c0090/actividades.crop_2318x1710_0,381.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.66796875rem;left:59.5rem;display:block; }#ARCdRJy8QCX7Esx6B9upeWs33vQOBwOW.adaptive-delivery-prevent-bg, #ARCdRJy8QCX7Esx6B9upeWs33vQOBwOW.lazyload, #ARCdRJy8QCX7Esx6B9upeWs33vQOBwOW.lazyloading { background-image: none; }
#IIIOc00a3FWp06XAg6fEhf1WiSHrMT4C { box-sizing:content-box;height:29rem;width:15.6875rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,225,197,0.5);background-image:none;top:31.5625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#XqCdxcyTqkn9pE71l1v7xHatuCoB1q8l { box-sizing:content-box;height:29.125rem;width:17.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,225,197,0.5);background-image:none;top:31.5625rem;left:18.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#WiQPPMIxicpLZ0aOSUFiRIpQ6A5XiwkV { box-sizing:content-box;height:29.3125rem;width:17.875rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,225,197,0.5);background-image:none;top:31.40625rem;left:38.09375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#VRiel0UAb501u7VdKiwNBnzbhtT0maN9 { box-sizing:content-box;height:29.1875rem;width:16.5625rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,225,197,0.5);background-image:none;top:31.5625rem;left:58.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#I6tODiApDn5XZLTleMqylgQDABmXTs1D { color:rgba(var(--color-primary-3),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5);top:32.5rem;left:0.03125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#X1xPBCEZhIi4A2Uu5kbxspnAkNFoty0R { color:rgba(var(--color-primary-3),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5);top:32.5rem;left:18.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#npMTQeB1SGpNEKELO2hwkqLwyPV9TGzi { color:rgba(var(--color-primary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5);top:32.5rem;left:38.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#VfhelNGoduJVXkPhxIVxl8EUAfqiHZRD { color:rgba(var(--color-primary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.5);top:32.5rem;left:58.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HmLe5Zt8X9n7eJcbFqFQJWA3GgixlZue { color:#023a4f;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:34.349609375rem;left:0rem;height:25.087875rem;display:block; }#HmLe5Zt8X9n7eJcbFqFQJWA3GgixlZue li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HmLe5Zt8X9n7eJcbFqFQJWA3GgixlZue li:before{  }
#ZQbs79aTWhMxCSbcbppX09PtZgkxDf9t { color:#023a4f;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #e66184;top:59.375rem;left:8.40625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#E7QQT4XGNCqNrHTOIKl1dJLcdqMkyHxo { color:#023a4f;display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:35rem;left:19.09375rem;height:17.0605625rem;display:block; }#E7QQT4XGNCqNrHTOIKl1dJLcdqMkyHxo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E7QQT4XGNCqNrHTOIKl1dJLcdqMkyHxo li:before{  }
#hHuPoNarl6goropLLlexQOaunKfT4VG8 { color:#023a4f;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:36.375rem;left:59.125rem;height:6.88675rem;display:block; }#hHuPoNarl6goropLLlexQOaunKfT4VG8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hHuPoNarl6goropLLlexQOaunKfT4VG8 li:before{  }
#v1XFi7d8Zlm4MknITTPFJRTXd9Rix5pw { color:#023a4f;display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15036;line-height:1.7;letter-spacing:0;top:35rem;left:38.59375rem;height:4.7744125rem;display:block; }#v1XFi7d8Zlm4MknITTPFJRTXd9Rix5pw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#v1XFi7d8Zlm4MknITTPFJRTXd9Rix5pw li:before{  }
#GTtuW5f8kC0iMd5V6A716IEydpPFxWn0 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:normal;z-index:15033;line-height:1.7;letter-spacing:0;top:22rem;left:38.59375rem;height:0;text-align:center;text-align-last:center;display:block; }#GTtuW5f8kC0iMd5V6A716IEydpPFxWn0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GTtuW5f8kC0iMd5V6A716IEydpPFxWn0 li:before{  }
#Oa6hqoZAaTWWf0GvIRLOTVOu2L4z90ns { box-sizing:content-box;height:4.6875rem;width:17.625rem;position:absolute;display:block;z-index:15014;background-color:#ffe1c5;background-image:none;top:63.5625rem;left:18.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#H2Z8oVmETf4HAa3aWdpCDXEWN5B18CTB { color:rgba(var(--color-primary-3),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #e66184;top:64.9375rem;left:18.1875rem;height:1.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B9e4s5r32ZHHQd9WANTBfVaQUOwklf1y { box-sizing:content-box;height:15.3125rem;width:15.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dc306d31-231f-488f-b0aa-28609703daa0/displayofdelicioussweetsandtrinkets20250109051229utc.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:69.375rem;left:19.3125rem;display:block; }#B9e4s5r32ZHHQd9WANTBfVaQUOwklf1y.adaptive-delivery-prevent-bg, #B9e4s5r32ZHHQd9WANTBfVaQUOwklf1y.lazyload, #B9e4s5r32ZHHQd9WANTBfVaQUOwklf1y.lazyloading { background-image: none; }
#zz7OrfeOvuUCII9y19u7UfLo3sAhcdfO { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.875rem;top:68.25rem;left:32.375rem;overflow:hidden;display:block; }
#pAmcUrUbt97GqEx7TrdtvHQ597gJ1QwF { color:#023a4f;display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15076;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #e3828e;top:70.375rem;left:32.75rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XWxr6xcTJCJdlrb7xMy2egft36LOwznO { box-sizing:content-box;height:4.6875rem;width:15.6875rem;position:absolute;display:block;z-index:15012;background-color:#ffe1c5;background-image:none;top:63.5625rem;left:39.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#XAliUyIvtdMyREMJLbaO3O13tbnmwKow { color:rgba(var(--color-primary-3),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15037;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #e66184;top:63.9814453125rem;left:39.1875rem;height:3.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCVRoERdbVtgMTAJ9VRObpyuJc2Bew4X { box-sizing:content-box;height:15.3125rem;width:15.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/55cda6a4-8837-499a-9055-de87df9e9768/FOTOSSITEQuadrado.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:69.4375rem;left:39.375rem;display:block; }#dCVRoERdbVtgMTAJ9VRObpyuJc2Bew4X.adaptive-delivery-prevent-bg, #dCVRoERdbVtgMTAJ9VRObpyuJc2Bew4X.lazyload, #dCVRoERdbVtgMTAJ9VRObpyuJc2Bew4X.lazyloading { background-image: none; }
#vfsVumHZmvN0UdOhc0k40gRPNZQBiWof { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.875rem;top:68.25rem;left:52.625rem;overflow:hidden;display:block; }
#Wek3A3Z0Lw9D1pShhHAxGLZsSgH9ioiS { color:#023a4f;display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15077;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #e3828e;top:70.375rem;left:53rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STSBPlDfxXosS7QkTd4RKvmgpK4svfW9 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:84.75rem;left:43.375rem;height:0;text-align:center;text-align-last:center;display:block; }#STSBPlDfxXosS7QkTd4RKvmgpK4svfW9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#STSBPlDfxXosS7QkTd4RKvmgpK4svfW9 li:before{  }
#fce1e0acc76521069ca59407637f985e.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.49);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #fce1e0acc76521069ca59407637f985e.widget-smartsection *:focus-visible, #fce1e0acc76521069ca59407637f985e.widget-smartsection input[type="text"]:focus-visible, #fce1e0acc76521069ca59407637f985e.widget-smartsection input[type="email"]:focus-visible, #fce1e0acc76521069ca59407637f985e.widget-smartsection input[type="tel"]:focus-visible, #fce1e0acc76521069ca59407637f985e.widget-smartsection textarea:focus-visible { outline: none; } #LSUVbZIKXZPWxT2ScPBc3c5lDOpl4u1J > .row .container { background-color: transparent; background-image: none; }#LSUVbZIKXZPWxT2ScPBc3c5lDOpl4u1J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSUVbZIKXZPWxT2ScPBc3c5lDOpl4u1J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSUVbZIKXZPWxT2ScPBc3c5lDOpl4u1J > .row .container > .video-iframe-container { display: none; }#LSUVbZIKXZPWxT2ScPBc3c5lDOpl4u1J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSUVbZIKXZPWxT2ScPBc3c5lDOpl4u1J > .row > .video-iframe-container { display: none; }#LSUVbZIKXZPWxT2ScPBc3c5lDOpl4u1J > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSUVbZIKXZPWxT2ScPBc3c5lDOpl4u1J > .row .container { border-width: 0; border-radius: 0; }#LSUVbZIKXZPWxT2ScPBc3c5lDOpl4u1J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSUVbZIKXZPWxT2ScPBc3c5lDOpl4u1J > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36cf5482-7252-4680-aeef-eef6d4aecf19/FundositeEverblue.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT.adaptive-delivery-prevent-bg, #c96RSD6ITx71sAEX30VUBZa2iWQBSIaT.lazyload, #c96RSD6ITx71sAEX30VUBZa2iWQBSIaT.lazyloading { background-image: none; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container { background-color: transparent; background-image: none; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container > .video-iframe-container { display: none; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row > .video-iframe-container { display: none; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container { border-width: 0; border-radius: 0; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#Qoho7SQXGeNGTqUDNTWypX804DNzcV4t { color:#023a4f;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:2.9375rem;left:7.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ryBFegsi5bmShpCTtrTR3gEIzMtqod3m { color:#023a4f;display:block;width:37.375rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:5.3125rem;left:7.5rem;height:3.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GKifOLTqd9PVhxMRO0a7HaAbVOP4t2lg { color:#023a4f;display:block;width:15.25rem;position:absolute;font-family:"cormorant garamond";font-size:2.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.3125rem;left:7.5rem;height:3.33105625rem;display:block; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(179,205,218,0.56);background-image:none;vertical-align:top; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-heading-text { display:block;position:relative;width:100%;font-family:raleway;font-weight:700;font-size:1.125rem;height:auto; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:raleway;height:auto;line-height:1.5;overflow:hidden; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-trigger.adaptive-delivery-prevent-bg, #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-trigger.lazyload, #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-trigger.lazyloading { background-image: none; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15013;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.9375rem;left:7.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #WyTdVHv8hyLt4GsUAf7tDMGuTuw5lzrM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #ggoJqFRSkyaifvxmWC9erpFiy3XJwkaE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #c3J9HLKoug5kN40ehkUAARWWQSnikPaJ { display:block;position:relative; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #n1W3JUpboyU6qpvhu0vwx203LgMCX9oH {  }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #hNQDm738hHmNrocTR64etOKSZdUUffuH {  }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #Xd8R8bUvkQkrtNXrpnnDGCtTgvVdNXka { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #DR1BaLteZcoHt7sf2llKHcSAEd6tDkWg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #bLLLKNKo4VEHMaO0nqkEvdHrZudlW0TO { display:block;position:relative; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #VMGH3MPPZPfLOlVTTyJAJM2roX7lFEX5 {  }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #sRxAfntRSApc3nWXagllaZU9RTZrNJ6M { display:none; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #WgOVhhcyvPXsZ8kRKaeCP544Q18avdaH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #toh6xGz6RpXtH02XubosXxLsg7OecI6A { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #xTkXIXewHxzm3eMpLfiZhK7gHLPTDSbO { display:block;position:relative; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #TaqzFLvDFV7bTobSITeysPvBIIda6zrN {  }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #E7BhRDVBPJPU6ZUtTInLSZrvFBTrDfeB { display:none; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #rqmTJOyfU1ZvyPBT82qI2KE2C6bnrpXg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #yxHGtMo3zq6qJeDteuwWQzTDeMfO0wp2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #guLW9nfgn8ue3DodHuV3lwciWIi78k5D { display:block;position:relative; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #EGJzIOeQmvTKXbK5RrmHuhMxExc3ISzo {  }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #S7prBsiHZkUMcOEshn4K7wdK39OdxvEA { display:none; }
#y0315d3389be55aa3b320dacbfd50c38.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection *:focus-visible, #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection input[type="text"]:focus-visible, #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection input[type="email"]:focus-visible, #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection input[type="tel"]:focus-visible, #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection textarea:focus-visible { outline: none; } #TsydOpfmvXdiUnysJRK72EHTQsV6nTwe > .row .container { background-color: transparent; background-image: none; }#TsydOpfmvXdiUnysJRK72EHTQsV6nTwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsydOpfmvXdiUnysJRK72EHTQsV6nTwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsydOpfmvXdiUnysJRK72EHTQsV6nTwe > .row .container > .video-iframe-container { display: none; }#TsydOpfmvXdiUnysJRK72EHTQsV6nTwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsydOpfmvXdiUnysJRK72EHTQsV6nTwe > .row > .video-iframe-container { display: none; }#TsydOpfmvXdiUnysJRK72EHTQsV6nTwe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TsydOpfmvXdiUnysJRK72EHTQsV6nTwe > .row .container { border-width: 0; border-radius: 0; }#TsydOpfmvXdiUnysJRK72EHTQsV6nTwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TsydOpfmvXdiUnysJRK72EHTQsV6nTwe > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:21.3125rem;width:75rem;position:relative;display:block; }#zfd3391de657772b8cb80213e43c9615.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #zfd3391de657772b8cb80213e43c9615.widget-smartsection *:focus-visible, #zfd3391de657772b8cb80213e43c9615.widget-smartsection input[type="text"]:focus-visible, #zfd3391de657772b8cb80213e43c9615.widget-smartsection input[type="email"]:focus-visible, #zfd3391de657772b8cb80213e43c9615.widget-smartsection input[type="tel"]:focus-visible, #zfd3391de657772b8cb80213e43c9615.widget-smartsection textarea:focus-visible { outline: none; } #oVyQlEimnrrL36Wm40ckPL83CiGkOvpl > .row .container { background-color: transparent; background-image: none; }#oVyQlEimnrrL36Wm40ckPL83CiGkOvpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVyQlEimnrrL36Wm40ckPL83CiGkOvpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVyQlEimnrrL36Wm40ckPL83CiGkOvpl > .row .container > .video-iframe-container { display: none; }#oVyQlEimnrrL36Wm40ckPL83CiGkOvpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVyQlEimnrrL36Wm40ckPL83CiGkOvpl > .row > .video-iframe-container { display: none; }#oVyQlEimnrrL36Wm40ckPL83CiGkOvpl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVyQlEimnrrL36Wm40ckPL83CiGkOvpl > .row .container { border-width: 0; border-radius: 0; }#oVyQlEimnrrL36Wm40ckPL83CiGkOvpl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oVyQlEimnrrL36Wm40ckPL83CiGkOvpl > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n950a88ad67af1d95806a66cc45fb909.widget-smartsection { display:block; } #n950a88ad67af1d95806a66cc45fb909.widget-smartsection *:focus-visible, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection input[type="text"]:focus-visible, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection input[type="email"]:focus-visible, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection input[type="tel"]:focus-visible, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection textarea:focus-visible { outline: none; } #A7F8GfH6aen44iu7cFwv1oVV7nT2osAy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 { display:block; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWKWKxAp6OA5XzqZnFIbyQXLoJTDXgWE { top:17.75rem;left:0rem;width:47.75rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akUmkQmoaTsuKwTxRallbmT91HAifsim { top:19.9375rem;left:4.625rem;width:38.5625rem;height:3.75rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi { display:block; }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SviBGmxHElzERuRxvavyLUe3ETTbpyT6 { top:12.75rem;left:0rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrx79uIf5Cbe8o8TiolMCNGTMDcboaDB { top:92.125rem;left:13.9375rem;width:19.875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b10FCL5vTsAvCWsqKOOnTw0uK0gcoQge { display:block; }
 }@media only screen and (max-width: 763px) { #eLJHgLWy1yT59qNTWf0lXCebNhfiJ6So { top:100.4375rem;left:0rem;width:8.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb1kDI2RfZegc10Gqh8J6SmM0lPZgpE5 { top:103.4375rem;left:0rem;width:47.75rem;height:8.875rem;font-size:0.8125rem;display:block; }#yb1kDI2RfZegc10Gqh8J6SmM0lPZgpE5 li:before{  }
 }@media only screen and (max-width: 763px) { #GLQMvGMeZXCW4gk3Fh2FWPPXTOdb009Z { top:99.3125rem;left:0rem;width:47.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QiTs0GAsPGtKGiOHJfgoyUJO1RCIL3 { top:12.625rem;left:5.5625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Ep1gBdT0X9MxPOqTqVnTIfmsnCX4OK { top:10.3125rem;left:22.8125rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2foWKd7DGsU9lshnisXLPK42SwLQcMX { top:5rem;left:0rem;width:15.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFDQC4qX1lkdkSOTOkxtgyRnOJJLC4et { top:6.375rem;left:0rem;width:15.6875rem;height:1.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCpeqo7bq2aexrLA97wkoadl1LLORcUa { top:5rem;left:4.5rem;width:17.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAXJd5JNDVNGeLHoGEXQpDaomm4LNVey { top:5rem;left:23.625rem;width:19.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiSh64xhPGoU2d9nTUv31phtMBB959HO { top:5.375rem;left:24.375rem;width:18.125rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #od5mzGgalkOFXN8kmcsxJz4iyqTlyqqs { top:5rem;left:31.6875rem;width:16.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvPQItlkT4a89fNcJvs8eC8l3ThIhgFs { top:5.375rem;left:31.625rem;width:16.125rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4RnPNrSvT18Duoi8RmwTrPX5J2hdhl8 { top:6.375rem;left:4.5625rem;width:17.375rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgVlanbpVDJZbqp1sDssJ2SmOATIT36E { top:18.9375rem;left:31.6875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARCdRJy8QCX7Esx6B9upeWs33vQOBwOW { top:12.625rem;left:32.25rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIIOc00a3FWp06XAg6fEhf1WiSHrMT4C { top:31.5625rem;left:0rem;width:15.6875rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqCdxcyTqkn9pE71l1v7xHatuCoB1q8l { top:31.5625rem;left:4.9375rem;width:17.0625rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiQPPMIxicpLZ0aOSUFiRIpQ6A5XiwkV { top:31.375rem;left:24.46875rem;width:17.875rem;height:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRiel0UAb501u7VdKiwNBnzbhtT0maN9 { top:31.5625rem;left:31.1875rem;width:16.5625rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6tODiApDn5XZLTleMqylgQDABmXTs1D { top:32.5rem;left:0rem;width:15.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1xPBCEZhIi4A2Uu5kbxspnAkNFoty0R { top:32.5rem;left:4.9375rem;width:17.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npMTQeB1SGpNEKELO2hwkqLwyPV9TGzi { top:32.5rem;left:24.5rem;width:17.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfhelNGoduJVXkPhxIVxl8EUAfqiHZRD { top:32.5rem;left:31.25rem;width:16.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmLe5Zt8X9n7eJcbFqFQJWA3GgixlZue { top:34.3125rem;left:0rem;width:15.0625rem;height:25.0625rem;font-size:0.8125rem;display:block; }#HmLe5Zt8X9n7eJcbFqFQJWA3GgixlZue li:before{  }
 }@media only screen and (max-width: 763px) { #ZQbs79aTWhMxCSbcbppX09PtZgkxDf9t { top:59.375rem;left:0rem;width:16.5rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7QQT4XGNCqNrHTOIKl1dJLcdqMkyHxo { top:35rem;left:5.46875rem;width:16.5rem;height:;font-size:0.8125rem;display:block; }#E7QQT4XGNCqNrHTOIKl1dJLcdqMkyHxo li:before{  }
 }@media only screen and (max-width: 763px) { #hHuPoNarl6goropLLlexQOaunKfT4VG8 { top:36.375rem;left:32.0625rem;width:15.6875rem;height:6.875rem;font-size:0.8125rem;display:block; }#hHuPoNarl6goropLLlexQOaunKfT4VG8 li:before{  }
 }@media only screen and (max-width: 763px) { #v1XFi7d8Zlm4MknITTPFJRTXd9Rix5pw { top:35rem;left:24.96875rem;width:16.875rem;height:4.75rem;font-size:0.8125rem;display:block; }#v1XFi7d8Zlm4MknITTPFJRTXd9Rix5pw li:before{  }
 }@media only screen and (max-width: 763px) { #GTtuW5f8kC0iMd5V6A716IEydpPFxWn0 { top:22rem;left:24.96875rem;width:7.3125rem;height:;font-size:0.4375rem;display:block; }#GTtuW5f8kC0iMd5V6A716IEydpPFxWn0 li:before{  }
 }@media only screen and (max-width: 763px) { #Oa6hqoZAaTWWf0GvIRLOTVOu2L4z90ns { top:63.5625rem;left:4.5rem;width:17.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2Z8oVmETf4HAa3aWdpCDXEWN5B18CTB { top:64.9375rem;left:4.5625rem;width:17.375rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9e4s5r32ZHHQd9WANTBfVaQUOwklf1y { top:69.375rem;left:5.6875rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz7OrfeOvuUCII9y19u7UfLo3sAhcdfO { top:68.25rem;left:18.75rem;width:5.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAmcUrUbt97GqEx7TrdtvHQ597gJ1QwF { top:70.375rem;left:19.125rem;width:5.5rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWxr6xcTJCJdlrb7xMy2egft36LOwznO { top:63.5625rem;left:25.625rem;width:15.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAliUyIvtdMyREMJLbaO3O13tbnmwKow { top:63.9375rem;left:25.5625rem;width:15.6875rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCVRoERdbVtgMTAJ9VRObpyuJc2Bew4X { top:69.4375rem;left:25.75rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfsVumHZmvN0UdOhc0k40gRPNZQBiWof { top:68.25rem;left:39rem;width:5.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wek3A3Z0Lw9D1pShhHAxGLZsSgH9ioiS { top:70.375rem;left:39.375rem;width:5.5rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSBPlDfxXosS7QkTd4RKvmgpK4svfW9 { top:84.75rem;left:29.75rem;width:7.3125rem;height:;font-size:0.4375rem;display:block; }#STSBPlDfxXosS7QkTd4RKvmgpK4svfW9 li:before{  }
 }@media only screen and (max-width: 763px) { #fce1e0acc76521069ca59407637f985e.widget-smartsection { display:block; } #fce1e0acc76521069ca59407637f985e.widget-smartsection *:focus-visible, #fce1e0acc76521069ca59407637f985e.widget-smartsection input[type="text"]:focus-visible, #fce1e0acc76521069ca59407637f985e.widget-smartsection input[type="email"]:focus-visible, #fce1e0acc76521069ca59407637f985e.widget-smartsection input[type="tel"]:focus-visible, #fce1e0acc76521069ca59407637f985e.widget-smartsection textarea:focus-visible { outline: none; } #LSUVbZIKXZPWxT2ScPBc3c5lDOpl4u1J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c96RSD6ITx71sAEX30VUBZa2iWQBSIaT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36cf5482-7252-4680-aeef-eef6d4aecf19/FundositeEverblue.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT.adaptive-delivery-prevent-bg, #c96RSD6ITx71sAEX30VUBZa2iWQBSIaT.lazyload, #c96RSD6ITx71sAEX30VUBZa2iWQBSIaT.lazyloading { background-image: none; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container { background-color: transparent; background-image: none; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container > .video-iframe-container { display: none; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row > .video-iframe-container { display: none; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container { border-width: 0; border-radius: 0; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qoho7SQXGeNGTqUDNTWypX804DNzcV4t { top:2.9375rem;left:0rem;width:12.1875rem;height:1.6875rem;font-size:1.125rem;color:#023a4f;display:block; }
 }@media only screen and (max-width: 763px) { #ryBFegsi5bmShpCTtrTR3gEIzMtqod3m { top:5.3125rem;left:0rem;width:37.375rem;height:3.4375rem;font-size:3.125rem;color:#023a4f;display:block; }
 }@media only screen and (max-width: 763px) { #GKifOLTqd9PVhxMRO0a7HaAbVOP4t2lg { top:5.3125rem;left:0rem;width:15.25rem;height:3.3125rem;font-size:2.5625rem;color:#023a4f;display:block; }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-element-container { background-color:rgba(179,205,218,0.56);background-image:none; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-trigger { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-trigger.adaptive-delivery-prevent-bg, #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-trigger.lazyload, #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-trigger.lazyloading { background-image: none; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS { display:flex;height:auto;width:45.25rem;top:10.1875rem;left:0rem;background-color:transparent;background-image:none; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #WyTdVHv8hyLt4GsUAf7tDMGuTuw5lzrM {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #ggoJqFRSkyaifvxmWC9erpFiy3XJwkaE {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #c3J9HLKoug5kN40ehkUAARWWQSnikPaJ {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #n1W3JUpboyU6qpvhu0vwx203LgMCX9oH {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #hNQDm738hHmNrocTR64etOKSZdUUffuH {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #Xd8R8bUvkQkrtNXrpnnDGCtTgvVdNXka {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #DR1BaLteZcoHt7sf2llKHcSAEd6tDkWg {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #bLLLKNKo4VEHMaO0nqkEvdHrZudlW0TO {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #VMGH3MPPZPfLOlVTTyJAJM2roX7lFEX5 {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #sRxAfntRSApc3nWXagllaZU9RTZrNJ6M {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #WgOVhhcyvPXsZ8kRKaeCP544Q18avdaH {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #toh6xGz6RpXtH02XubosXxLsg7OecI6A {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #xTkXIXewHxzm3eMpLfiZhK7gHLPTDSbO {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #TaqzFLvDFV7bTobSITeysPvBIIda6zrN {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #E7BhRDVBPJPU6ZUtTInLSZrvFBTrDfeB {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #rqmTJOyfU1ZvyPBT82qI2KE2C6bnrpXg {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #yxHGtMo3zq6qJeDteuwWQzTDeMfO0wp2 {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #guLW9nfgn8ue3DodHuV3lwciWIi78k5D {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #EGJzIOeQmvTKXbK5RrmHuhMxExc3ISzo {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #S7prBsiHZkUMcOEshn4K7wdK39OdxvEA {  }
 }@media only screen and (max-width: 763px) { #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection { display:block; } #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection *:focus-visible, #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection input[type="text"]:focus-visible, #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection input[type="email"]:focus-visible, #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection input[type="tel"]:focus-visible, #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection textarea:focus-visible { outline: none; } #TsydOpfmvXdiUnysJRK72EHTQsV6nTwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfd3391de657772b8cb80213e43c9615.widget-smartsection { display:block; } #zfd3391de657772b8cb80213e43c9615.widget-smartsection *:focus-visible, #zfd3391de657772b8cb80213e43c9615.widget-smartsection input[type="text"]:focus-visible, #zfd3391de657772b8cb80213e43c9615.widget-smartsection input[type="email"]:focus-visible, #zfd3391de657772b8cb80213e43c9615.widget-smartsection input[type="tel"]:focus-visible, #zfd3391de657772b8cb80213e43c9615.widget-smartsection textarea:focus-visible { outline: none; } #oVyQlEimnrrL36Wm40ckPL83CiGkOvpl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n950a88ad67af1d95806a66cc45fb909.widget-smartsection { display:block; } #n950a88ad67af1d95806a66cc45fb909.widget-smartsection *:focus-visible, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection input[type="text"]:focus-visible, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection input[type="email"]:focus-visible, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection input[type="tel"]:focus-visible, #n950a88ad67af1d95806a66cc45fb909.widget-smartsection textarea:focus-visible { outline: none; } #A7F8GfH6aen44iu7cFwv1oVV7nT2osAy > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/9e1f0df6-695b-4e00-b511-b52a88e977cf/090_HEXAFOTO.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8.adaptive-delivery-prevent-bg, #LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8.lazyload, #LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8.lazyloading { background-image: none; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row .container { background-color: transparent; background-image: none; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row .container > .video-iframe-container { display: none; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row > .video-iframe-container { display: none; }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LNDOcbDa1SUxgalFhN4Q6hVBSFbexZs8 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FWKWKxAp6OA5XzqZnFIbyQXLoJTDXgWE { width:18.9375rem;height:5rem;top:4.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akUmkQmoaTsuKwTxRallbmT91HAifsim { width:20rem;height:2.19970625rem;top:5.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi { display:block; }#ZFsocxrETaRhQ0aVUZOM3Oo2TMWnXJdi > .row .container { width:20rem;height:238.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SviBGmxHElzERuRxvavyLUe3ETTbpyT6 { width:12rem;height:12rem;top:7.224609375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrx79uIf5Cbe8o8TiolMCNGTMDcboaDB { top:207.9375rem;left:1.625rem;width:16.75rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b10FCL5vTsAvCWsqKOOnTw0uK0gcoQge { display:block; }
 }@media only screen and (max-width: 763px) { #eLJHgLWy1yT59qNTWf0lXCebNhfiJ6So { width:8.125rem;height:1.625rem;top:216.5rem;left:5.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yb1kDI2RfZegc10Gqh8J6SmM0lPZgpE5 { width:18.25rem;height:15.5625rem;top:218.8125rem;left:0.875rem;font-size:0.8125rem;line-height:1.5;display:block; }#yb1kDI2RfZegc10Gqh8J6SmM0lPZgpE5 li:before{  }
 }@media only screen and (max-width: 763px) { #GLQMvGMeZXCW4gk3Fh2FWPPXTOdb009Z { width:19.5rem;height:19.75rem;top:215.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0QiTs0GAsPGtKGiOHJfgoyUJO1RCIL3 { width:11.6875rem;height:11.6875rem;top:53.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9Ep1gBdT0X9MxPOqTqVnTIfmsnCX4OK { width:11.625rem;height:11.625rem;top:93.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2foWKd7DGsU9lshnisXLPK42SwLQcMX { width:15.6875rem;height:4.6875rem;top:1.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFDQC4qX1lkdkSOTOkxtgyRnOJJLC4et { width:15.6875rem;height:1.92480625rem;top:2.625rem;left:2.0625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCpeqo7bq2aexrLA97wkoadl1LLORcUa { width:17.625rem;height:4.6875rem;top:48.3125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAXJd5JNDVNGeLHoGEXQpDaomm4LNVey { width:19.5625rem;height:4.75rem;top:88.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiSh64xhPGoU2d9nTUv31phtMBB959HO { width:18.125rem;height:3.8496125rem;top:88.625rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #od5mzGgalkOFXN8kmcsxJz4iyqTlyqqs { width:16.0625rem;height:4.6875rem;top:126.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvPQItlkT4a89fNcJvs8eC8l3ThIhgFs { width:16.125rem;height:3.8496125rem;top:127rem;left:1.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4RnPNrSvT18Duoi8RmwTrPX5J2hdhl8 { width:17.375rem;height:1.92480625rem;top:49.6875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NgVlanbpVDJZbqp1sDssJ2SmOATIT36E { width:11.5625rem;height:11.5625rem;top:102.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARCdRJy8QCX7Esx6B9upeWs33vQOBwOW { width:12.25rem;height:12.25rem;top:132rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIIOc00a3FWp06XAg6fEhf1WiSHrMT4C { width:18.75rem;height:25.6875rem;top:20.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqCdxcyTqkn9pE71l1v7xHatuCoB1q8l { width:18.5rem;height:19.4375rem;top:66.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiQPPMIxicpLZ0aOSUFiRIpQ6A5XiwkV { width:17.875rem;height:9.4375rem;top:115.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRiel0UAb501u7VdKiwNBnzbhtT0maN9 { width:16.5625rem;height:11.8125rem;top:145.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6tODiApDn5XZLTleMqylgQDABmXTs1D { width:15.6875rem;height:1.625rem;top:21.5625rem;left:2.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1xPBCEZhIi4A2Uu5kbxspnAkNFoty0R { width:17.125rem;height:1.625rem;top:67.875rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #npMTQeB1SGpNEKELO2hwkqLwyPV9TGzi { width:17.875rem;height:1.625rem;top:116rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfhelNGoduJVXkPhxIVxl8EUAfqiHZRD { width:16.5rem;height:1.625rem;top:146.5625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmLe5Zt8X9n7eJcbFqFQJWA3GgixlZue { width:15.0625rem;height:22.65625rem;top:23.125rem;left:2.5rem;font-size:0.8125rem;line-height:1.5;display:block; }#HmLe5Zt8X9n7eJcbFqFQJWA3GgixlZue li:before{  }
 }@media only screen and (max-width: 763px) { #ZQbs79aTWhMxCSbcbppX09PtZgkxDf9t { width:16.5rem;height:0;top:134.912109375rem;left:2.375rem;font-size:0.9375rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #E7QQT4XGNCqNrHTOIKl1dJLcdqMkyHxo { width:16.5rem;height:14.375rem;top:70.375rem;left:1.875rem;font-size:0.8125rem;line-height:1.5;display:block; }#E7QQT4XGNCqNrHTOIKl1dJLcdqMkyHxo li:before{  }
 }@media only screen and (max-width: 763px) { #hHuPoNarl6goropLLlexQOaunKfT4VG8 { width:15.6875rem;height:5.8125rem;top:149.9375rem;left:2.4375rem;font-size:0.8125rem;line-height:1.5;display:block; }#hHuPoNarl6goropLLlexQOaunKfT4VG8 li:before{  }
 }@media only screen and (max-width: 763px) { #v1XFi7d8Zlm4MknITTPFJRTXd9Rix5pw { width:16.875rem;height:3.96875rem;top:118.625rem;left:1.5625rem;font-size:0.8125rem;line-height:1.5;display:block; }#v1XFi7d8Zlm4MknITTPFJRTXd9Rix5pw li:before{  }
 }@media only screen and (max-width: 763px) { #GTtuW5f8kC0iMd5V6A716IEydpPFxWn0 { width:5.625rem;height:0;top:105.4375rem;left:3rem;font-size:0.4375rem;line-height:1.5;display:block; }#GTtuW5f8kC0iMd5V6A716IEydpPFxWn0 li:before{  }
 }@media only screen and (max-width: 763px) { #Oa6hqoZAaTWWf0GvIRLOTVOu2L4z90ns { width:17.625rem;height:4.6875rem;top:159.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2Z8oVmETf4HAa3aWdpCDXEWN5B18CTB { width:17.375rem;height:1.92480625rem;top:161.25rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9e4s5r32ZHHQd9WANTBfVaQUOwklf1y { width:15.3125rem;height:15.3125rem;top:165.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zz7OrfeOvuUCII9y19u7UfLo3sAhcdfO { width:5.875rem;height:5.625rem;top:163.1875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAmcUrUbt97GqEx7TrdtvHQ597gJ1QwF { width:5.5rem;height:1.375rem;top:165.3125rem;left:14.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XWxr6xcTJCJdlrb7xMy2egft36LOwznO { width:15.6875rem;height:4.6875rem;top:183.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAliUyIvtdMyREMJLbaO3O13tbnmwKow { width:15.6875rem;height:3.8496125rem;top:183.875rem;left:2.125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCVRoERdbVtgMTAJ9VRObpyuJc2Bew4X { width:15.3125rem;height:15.3125rem;top:189.875rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfsVumHZmvN0UdOhc0k40gRPNZQBiWof { width:5.875rem;height:5.625rem;top:187rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wek3A3Z0Lw9D1pShhHAxGLZsSgH9ioiS { width:5.5rem;height:1.375rem;top:189.125rem;left:14.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STSBPlDfxXosS7QkTd4RKvmgpK4svfW9 { width:7.3125rem;height:0;top:205.25rem;left:6.34375rem;font-size:0.4375rem;line-height:1.5;display:block; }#STSBPlDfxXosS7QkTd4RKvmgpK4svfW9 li:before{  }
 }@media only screen and (max-width: 763px) { #fce1e0acc76521069ca59407637f985e.widget-smartsection { display:block; } #fce1e0acc76521069ca59407637f985e.widget-smartsection *:focus-visible, #fce1e0acc76521069ca59407637f985e.widget-smartsection input[type="text"]:focus-visible, #fce1e0acc76521069ca59407637f985e.widget-smartsection input[type="email"]:focus-visible, #fce1e0acc76521069ca59407637f985e.widget-smartsection input[type="tel"]:focus-visible, #fce1e0acc76521069ca59407637f985e.widget-smartsection textarea:focus-visible { outline: none; } #LSUVbZIKXZPWxT2ScPBc3c5lDOpl4u1J > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c96RSD6ITx71sAEX30VUBZa2iWQBSIaT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36cf5482-7252-4680-aeef-eef6d4aecf19/FundositeEverblue.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT.adaptive-delivery-prevent-bg, #c96RSD6ITx71sAEX30VUBZa2iWQBSIaT.lazyload, #c96RSD6ITx71sAEX30VUBZa2iWQBSIaT.lazyloading { background-image: none; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container { background-color: transparent; background-image: none; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container > .video-iframe-container { display: none; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row > .video-iframe-container { display: none; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container { border-width: 0; border-radius: 0; }#c96RSD6ITx71sAEX30VUBZa2iWQBSIaT > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qoho7SQXGeNGTqUDNTWypX804DNzcV4t { width:12.1875rem;height:1.6875rem;top:1rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#023a4f;display:block; }
 }@media only screen and (max-width: 763px) { #ryBFegsi5bmShpCTtrTR3gEIzMtqod3m { width:20rem;height:4.3994125rem;top:2.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#023a4f;display:block; }
 }@media only screen and (max-width: 763px) { #GKifOLTqd9PVhxMRO0a7HaAbVOP4t2lg { width:15.25rem;height:0;top:52.2294921875rem;left:0.9375rem;font-size:2rem;color:#023a4f;display:none; }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-element-container { background-color:rgba(179,205,218,0.56);background-image:none; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-heading-text { font-size:1.0625rem;height:auto; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-desc-text { font-size:0.9375rem;height:auto; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-trigger { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-trigger.adaptive-delivery-prevent-bg, #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-trigger.lazyload, #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-trigger.lazyloading { background-image: none; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS { display:flex;height:auto;width:17.5rem;top:8.5185546875rem;left:0rem;background-color:transparent;background-image:none; }
#KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #WyTdVHv8hyLt4GsUAf7tDMGuTuw5lzrM {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #ggoJqFRSkyaifvxmWC9erpFiy3XJwkaE {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #c3J9HLKoug5kN40ehkUAARWWQSnikPaJ {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #n1W3JUpboyU6qpvhu0vwx203LgMCX9oH {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #hNQDm738hHmNrocTR64etOKSZdUUffuH {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #Xd8R8bUvkQkrtNXrpnnDGCtTgvVdNXka {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #DR1BaLteZcoHt7sf2llKHcSAEd6tDkWg {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #bLLLKNKo4VEHMaO0nqkEvdHrZudlW0TO {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #VMGH3MPPZPfLOlVTTyJAJM2roX7lFEX5 {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #sRxAfntRSApc3nWXagllaZU9RTZrNJ6M {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #WgOVhhcyvPXsZ8kRKaeCP544Q18avdaH {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #toh6xGz6RpXtH02XubosXxLsg7OecI6A {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #xTkXIXewHxzm3eMpLfiZhK7gHLPTDSbO {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #TaqzFLvDFV7bTobSITeysPvBIIda6zrN {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #E7BhRDVBPJPU6ZUtTInLSZrvFBTrDfeB {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #rqmTJOyfU1ZvyPBT82qI2KE2C6bnrpXg {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #yxHGtMo3zq6qJeDteuwWQzTDeMfO0wp2 {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #guLW9nfgn8ue3DodHuV3lwciWIi78k5D {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #EGJzIOeQmvTKXbK5RrmHuhMxExc3ISzo {  }
 }@media only screen and (max-width: 763px) { #KaKBfTny6MwmcE2LSNTwbo3giG7k7HxS #S7prBsiHZkUMcOEshn4K7wdK39OdxvEA {  }
 }@media only screen and (max-width: 763px) { #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection { display:block; } #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection *:focus-visible, #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection input[type="text"]:focus-visible, #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection input[type="email"]:focus-visible, #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection input[type="tel"]:focus-visible, #y0315d3389be55aa3b320dacbfd50c38.widget-smartsection textarea:focus-visible { outline: none; } #TsydOpfmvXdiUnysJRK72EHTQsV6nTwe > .row .container { width:20rem;height:37.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfd3391de657772b8cb80213e43c9615.widget-smartsection { display:block; } #zfd3391de657772b8cb80213e43c9615.widget-smartsection *:focus-visible, #zfd3391de657772b8cb80213e43c9615.widget-smartsection input[type="text"]:focus-visible, #zfd3391de657772b8cb80213e43c9615.widget-smartsection input[type="email"]:focus-visible, #zfd3391de657772b8cb80213e43c9615.widget-smartsection input[type="tel"]:focus-visible, #zfd3391de657772b8cb80213e43c9615.widget-smartsection textarea:focus-visible { outline: none; } #oVyQlEimnrrL36Wm40ckPL83CiGkOvpl > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }