.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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); }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF > .row .container { background-color: transparent; background-image: none; }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF > .row .container > .video-iframe-container { display: none; }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF > .row > .video-iframe-container { display: none; }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF > .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); }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF > .row .container { border-width: 0; border-radius: 0; }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#aH6Px79uFd1XTqXenXFhITDH5V50ONhF { position:absolute;display:block;z-index:15031;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:4.375rem;width:9.1875rem;top:1.25rem;left:1.3125rem;overflow:hidden;display:block; }
#geneumiMqzT5g8fJuzRuQmCKbsHNVynU { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.49794375rem;width:2.49794375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:2.0625rem;left:61.25rem; }
#MxD87uq8tqVaB0kqSs1d1hc7cGOx7GwS { color:#192437;display:block;width:8.8125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:64.3125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b3UwpoRdB77PF52tlvqP6LL44qVq2CkS { background-color:rgba(var(--color-primary-2),0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.125rem;text-decoration:none;z-index:15044;text-align:left;text-align-last:left;top:3.625rem;left:64.3125rem;display:block; }
#tmADQN7IoMlErdKiJ0zdMB71PdOysKF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n9x9ghv0hz2IHyIMgsvGGl1bsfwBzRG7 { background-color:rgba(var(--color-primary-1),0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:1.75rem;left:13.6875rem;display:block; }
#DUolBTzDg2ipDXRKHBITSfgNvo1FcrLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vDBi56zZQGwKFxCz744ewiT51iWUB4MR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bFd0iTaAgEV01BMpHaxtrF9cqhg8upOS { background-color:rgba(var(--color-primary-1),0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:1.75rem;left:20.9375rem;display:block; }
#cVTsstreN7GP1ZI2DaaxT4ltXNmlTpTB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M7Eg1f8DMTDLEbr3ZAJ3yBenOznXBS7L { background-color:rgba(var(--color-primary-1),0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:1.75rem;left:32.8125rem;display:block; }
#VMEZA5OhcVwRIVV8TIn6FLHfhqHSpe0y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wrCtgQV0rtfAXOOTW6O6brhfgOnqRoDZ { background-color:rgba(var(--color-primary-1),0);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:1.75rem;left:40.875rem;display:block; }
#eTESZczOqH4TBCTRewou0sScDEPRi0HV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/700467f8-cc77-4fe6-870f-94a1bb2d123a/Hutchinsstruxurelouveredpergola15.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu.adaptive-delivery-prevent-bg, #L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu.lazyload, #L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu.lazyloading { background-image: none; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row .container { background-color: transparent; background-image: none; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row .container > .video-iframe-container { display: none; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row > .video-iframe-container { display: none; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .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); }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row .container { border-width: 0; border-radius: 0; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row .container { width:75rem;height:50rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#n41ZziIfwD1oW1ykhCNKU7FL6EgrWMqh { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:25.0625rem;left:2.1875rem;height:16.03125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fdTzadQ9XoKXyMuhwqBTraPH1FC74Xus { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:exo;font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:2.1875rem;height:12.43125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A1Ub8NbBO70gIkRMvAnEVghCobRFTVxr { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.625rem;left:2.1875rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DWpIzDfAvat1sLDQLvODegnSNa4DCFAz { background-color:#ff0011;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6868125rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:33.4375rem;left:1.875rem;display:none; }
#FHTX4ulovrTd8C1GpIVpJUM0hcDkou99 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-form-header {  }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:29rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:2.25rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-text {padding-top: 0; padding-bottom: 0;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29rem;box-sizing:border-box;height:2.25rem;color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-select {padding-top: 0; padding-bottom: 0;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:8rem;margin-bottom:0.25rem;margin-left:8rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:13rem;height:3.125rem;font-family:var(--headlines-font-family);overflow:hidden;font-style:normal; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:0.875rem; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:0.875rem; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:0.875rem; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--headlines-font-family);font-size:0.875rem; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:27.8125rem;overflow:hidden;font-style:normal;float:none; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-container:first-of-type{padding-top:0;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-container:last-of-type{padding-bottom:0;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l  { background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:6.6875rem;left:41.187501907349rem; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29rem;display:block;vertical-align:top; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l {display:block;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l { background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:6.6875rem;left:41.187501907349rem; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #QNR2AIXkWGrVVestLqNdtvvcC6U4Id4f { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #rT1IPZT3Cz27DVFHWbT8HkIieDufzT8t { position:relative;display:none; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #k4hilBO3zCTO31HUwTiNaao63qalTzDz { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #TOsI7SL0LmRQVhrT55Ewwf4bt6Sawrzr { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #A1uhTzwlcltO6Jm5UD1rILa1qf1143KN { position:relative;display:none; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #GzbQC3TIQJtAoOB6hD8DUpvbTrLtPSeF { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #iS22bkpIAsyZqD0Lg5TxZkDl9R6gGzX3 { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #TLNNdHcBE3aCoG23WcaREwoNHJfAhEra { position:relative;display:none; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #Ods9hXMWl8qv1vVTohLG4hWZCGFAt94J { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #so9FZ4FGC2GHbNnc5KIi1XHzaRDXIWx3 { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #s5xMlh6vNgyBp3UTGTUP4JpHCfToC5zH { position:relative;display:none; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #Ru3MrblMJKOd0uIFGaS544qHSW0GpD8L { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #TZRTvfTlIiqUicTH8Wo67unwCCRD5Stw { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #pZXTwrDTSwxRqTSo1VtOBq6XTQgryp2r { position:relative;display:none; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #WxAvbrRmragBH1vAOSc62CpkDGTgsuXk { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #qwiXISmUpJ2MvqtlAVwq5llUvJddulTr { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #CuX1GpAZ9sxf6SlCQCqOIJ1GWlPGKB1M { position:relative;display:none; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #DInD56Tqd9CBcJuEyzfCyP2enlPmKqvy { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #af4WPvkW0HGEvqwOIeoTzd6EeBdbmRrR { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #m8nKDqrJnSwMNQfLvsPnwkBu20T40XIk { position:relative;display:none; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #HGqcM0zEC8d6HIqLXSaAbHyZEFoT5Lu4 { position:relative; }
#fx9D50MQda0slVyLngxeXUGNvyt8KgtH { position:relative;display:block;z-index:100000;display:block; }
#S2ek9Fyx59PXGH5gAWcBCSIMxtwZ9IdH { position:relative;display:block;z-index:100000;display:block; }
#pZBGGdwfZlQu4UkTs29GDqEhtvnrXPq2 { position:relative;display:block; }
#SHxXe0RJr76nVwpPLmXzEklvzmKmnJtT { position:relative;display:block; }
#CNAbDZPDAczMh011Wy0I1PIRBfwLc2dS { position:relative;display:block; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #EvLNREF6RDokKSAtu966oN5of6HAO8u9 { position:relative; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #AETLR4OubrLLfs9qo8FWZGTFeWNToaGx { position:relative; }
#XofSKpNDukqrFeATc1tT1XpITikds9nU { box-sizing:content-box;height:4.5rem;width:31.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0.6);background-image:none;top:2.1875004768372rem;left:41.1875rem;display:block; }
#XXRVc6tmk4VPCBEKTiyX7fNEc29liP1n { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.9916663169861rem;left:46.9375rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP > .row .container { background-color: transparent; background-image: none; }#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP > .row .container > .video-iframe-container { display: none; }#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP > .row > .video-iframe-container { display: none; }#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP > .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); }#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP > .row .container { border-width: 0; border-radius: 0; }#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP > .row .container { font-size:0.875rem;font-family:arial;height:58.1875rem;width:75rem;position:relative;display:block; }#JVtKHDZ0OaDXqf7lVWPQ94KxXkHXTtSL { color:#192437;display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:19.4990234375rem;left:5.8115234375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IETlr7bg8ETiDUx6iT7TEh1ALIgmriJU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:19.4990234375rem;left:2.0615234375rem; }
#WT3A4STXqlsq2oEGzpmDCt1vEeQdMJMq { position:absolute;display:block;z-index:15025;border-top:0.1875rem solid #2f4980;border-left:0.1875rem solid #2f4980;border-right:0.1875rem solid #2f4980;border-bottom:0.1875rem solid #2f4980;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-0),1) ;height:15.9375rem;width:27.25rem;top:14.957466363907rem;left:44.133682250976rem;overflow:hidden;display:block; }
#NbTQnD89NTWGSpsOTwvah1Oc0KtnHMU2 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.375rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.3095703125rem;left:1.8095703125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D7l18oMF2cvKvrD6y3ulEH7fpa5u75tO { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.4970703125rem;left:2.060546875rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eotLiuD6l0NzW0IZcJ0sX1x52PRhezuE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:21.2490234375rem;left:5.7490234375rem;height:4.2rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FUMroWtlvOIy6yZgGGTJGAv0xeyhnw9h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:26.6240234375rem;left:2.0615234375rem; }
#lPfxasmyBAveiANxQ5FuQVhHCHSRC8k4 { color:#192437;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:26.6240234375rem;left:5.8115234375rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rkdOkQEg30EVlIJ7ZTEJWO54HdlKprWN { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:28.373046875rem;left:5.748046875rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LzXvTKOaQ9wc0LJo90fdI0ibTMacOlR6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:33.9375rem;left:2.0625rem; }
#FB46RsMOHmDThOWJtfrRMgBzP0fQDCDM { color:#192437;display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:33.9375rem;left:5.8125rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KqbPibdv8qSua7MJ1q6a4gWmGNev4HbX { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:35.6875rem;left:5.75rem;height:2.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CkTV16VA3e252iDhpP7tHb8hm0NprKQd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:39.6875rem;left:2.0625rem; }
#ByzypcFbDvKiAqObTlBoFvoBNaR72iTN { color:#192437;display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:39.8125rem;left:5.8125rem;height:1.54375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QAPvxwRGMcHW8HFrbNa7TLG8FcboehvE { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:41.5625rem;left:5.75rem;height:3.9rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yXtzI49BzHKkDNRpRGVktRrzcwfEyorT { color:#283891;display:block;width:16.875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1242462396622rem;left:2.0610609054566rem;height:1.70625rem;font-style:normal;display:block; }
#pTq89SOIe86hXStuEZOKURpWe7PXLf1a { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:47.0595703125rem;left:2.0595703125rem;display:block; }
#EiJpcuSTfOchiWFvfeMgBv4o2Xotmv16 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp { position:relative;display:block; }#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp { background-color: transparent; background-image: none; }#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp > .row .container > .video-iframe-container { display: none; }#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp > .row > .video-iframe-container { display: none; }#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp > .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); }#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp { border-width: 0; border-radius: 0; }#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ihtOWX0q38ICs5hBE2AylmNBVWoNiUoC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.25rem;width:18.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.5rem;left:19.0625rem;overflow:hidden;display:block; }
#yap7vdiNtz5U9I80vi56nJqizIUDUsvf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:10.625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.3125rem;left:10.5625rem;overflow:hidden;display:block; }
#G4Ax5MXRWGlztzkzODSFcmdPMo4qRSmC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:10.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.3125rem;left:25.0625rem;overflow:hidden;display:block; }
#rGDHTDbzT6828I3a3wFv9sZKrBQWmW2T { border-bottom:0;border-left:0;border-right:0;border-top:0;height:8.9375rem;width:13.375rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:28.8125rem;left:15.6875rem;overflow:hidden;display:block; }
#e1XL4PwbiFbrOrlXmsPoPBwGW0HoOo6m { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.5625rem;width:9.5625rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.84375rem;left:42.96875rem;overflow:hidden;display:block; }
#FFTuOmI5ZleozV44dNCn4qg0ytzWd6fT { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:8.875rem;width:13.375rem;top:28.8125rem;left:45.875rem;overflow:hidden;display:block; }
#pZrB4cMUo7Ha7G5OG3b5qXMBXLGm4pA5 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:8.9375rem;width:13.375rem;top:28.75rem;left:30.8125rem;overflow:hidden;display:block; }
#z25SyhIbDk07N2O8h4T8R9oTh8gGr5Lx { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:12.625rem;width:10.9375rem;top:13.312500953674rem;left:53.625rem;overflow:hidden;display:block; }
#ot0XCcA7Xb4U07T4ZTuIO61hVpicuIxz { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:12.625rem;width:10.9375rem;top:13.3125rem;left:39.5625rem;overflow:hidden;display:block; }
#JImlug0ApZv2W9KBo28Qoq87yQqB58sm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#JImlug0ApZv2W9KBo28Qoq87yQqB58sm > .row .container { background-color: transparent; background-image: none; }#JImlug0ApZv2W9KBo28Qoq87yQqB58sm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JImlug0ApZv2W9KBo28Qoq87yQqB58sm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JImlug0ApZv2W9KBo28Qoq87yQqB58sm > .row .container > .video-iframe-container { display: none; }#JImlug0ApZv2W9KBo28Qoq87yQqB58sm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JImlug0ApZv2W9KBo28Qoq87yQqB58sm > .row > .video-iframe-container { display: none; }#JImlug0ApZv2W9KBo28Qoq87yQqB58sm > .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); }#JImlug0ApZv2W9KBo28Qoq87yQqB58sm > .row .container { border-width: 0; border-radius: 0; }#JImlug0ApZv2W9KBo28Qoq87yQqB58sm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JImlug0ApZv2W9KBo28Qoq87yQqB58sm > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;position:relative;display:block; }#B31vtir5T9rT4t7eckAZmtKVKxbETVQA { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.331251144409rem;left:2.28125rem;height:4.14375rem;display:block; }
#KwJF5RT3r55AEHCFdn09arThXBImXXEk { color:rgba(var(--color-tertiary-0),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18.3291015625rem;left:2.28125rem;height:;display:block; }#KwJF5RT3r55AEHCFdn09arThXBImXXEk li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#KwJF5RT3r55AEHCFdn09arThXBImXXEk li:before{  }
#STFUoJMOXvVyXOJm872ifM1ty24tG99i { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top: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:18.8125rem;width:25.1875rem;top:19.1875rem;left:47.5rem;overflow:hidden;display:block; }
#HaxlFZ0yh7iXnx1JzNcGLMcBHrD7fUwI { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top: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:18.8125rem;width:25.1875rem;top:19.1875rem;left:47.5rem;overflow:hidden;display:block; }
#bvcWdbPlL27ch4dQT0NCwg1Dl63B1rnT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:18.8125rem;width:25.1875rem;top:19.1875rem;left:47.5rem;overflow:hidden;display:block; }
#KdrtJeIfN6LIA5kTJk7fxiVPBS0T5bwU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:38.5625rem;left:47.5rem; }
#k7LGAyAlnv4yBRKEt6I6ND8E9iyZagKg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:38.5625rem;left:69.625rem; }
#S70Tbl3F7NDd1cwUH2K5a2T66FDJlnoL { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:18.875rem;width:25.1875rem;top:19.1875rem;left:47.5rem;overflow:hidden;display:block; }
#KbNKoWfQTia4gFeafdlMrNL9m4O3BAN8 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top: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:18.875rem;width:25.1875rem;top:19.1875rem;left:47.5rem;overflow:hidden;display:block; }
#z1BchqgCxtIRvmB00EniEhusNpK7TO3m { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top: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:18.875rem;width:25.1875rem;top:19.1875rem;left:47.5rem;overflow:hidden;display:block; }
#BLo0z9FMqohd9A2a03RiPUGvJukwd6Eq { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:18.875rem;width:25.1875rem;top:19.1875rem;left:47.5rem;overflow:hidden;display:block; }
#BXQh88hCNtJ8zNIhJdEC1ziJJ9I8IBUw { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:18.875rem;width:25.1875rem;top:19.1875rem;left:47.5rem;overflow:hidden;display:block; }
#fdLANmJURu5ldiMiJoK5e1KDJz2GKb55 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:18.875rem;width:25.1875rem;top:19.1875rem;left:47.5rem;overflow:hidden;display:block; }
#NOKXQXpXwuQOHbVdeoALnKSMnMEZPqMn { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:18.875rem;width:25.1875rem;top:19.1875rem;left:47.5rem;overflow:hidden;display:block; }
#UNtim6fK61mCH04qm9coKllvBoTAQoXt { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:18.875rem;width:25.1875rem;top:19.1875rem;left:47.5rem;overflow:hidden;display:block; }
#VJacHe2otlyXV4FAHF1QFyTbD60pF9dk { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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:18.875rem;width:25.1875rem;top:19.1875rem;left:47.5rem;overflow:hidden;display:block; }
#D4BRVKGUge1HxzmHXbQJqaynBX61rWtF { color:rgba(var(--color-tertiary-0),1);display:block;width:61.25rem;position:absolute;font-family:exo;font-size:3.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.2855987548828rem;left:2.28125rem;height:8.9375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32a7791a-8b4e-4232-a739-058921cb0c32/hotelpoolwithmosaictiledbottomswimupbarservingrefreshingbeverages.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG.adaptive-delivery-prevent-bg, #gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG.lazyload, #gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG.lazyloading { background-image: none; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row .container { background-color: transparent; background-image: none; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row .container > .video-iframe-container { display: none; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.4); }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row > .video-iframe-container { display: none; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .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); }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row .container { border-width: 0; border-radius: 0; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#moQJQTGTVKRCpgh6WRqWPa2gw5z2htwF { color:rgba(var(--color-tertiary-0),1);display:block;width:55rem;position:absolute;font-family:raleway;font-size:2.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0537109375rem;left:10rem;height:11.45625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IoaX4GJmuOkSzGS0diSF51hWCABg9qT5 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.75rem;width:16.5625rem;top:31.0625rem;left:2.1875rem;display:block; }
#pngrXgL9v5O2zW5iUydhHz7GXVPuTI6u { color:#050b26;display:block;width:9.2499375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:33rem;left:6.25rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EuaEUSp6APoIFoMRuaXBxGl2vMMIdvBX { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:33.0625rem;left:3.125rem; }
#F3RQEBn0czqCTP7055McUCwXpeTXFagW { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.75rem;width:18.75rem;top:31.0625rem;left:18.75rem;display:block; }
#hnAfZ9cmWER2TBDwf0Gw9KVvL6qimlnV { color:#050b26;display:block;width:8.93675rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:32.242431640625rem;left:25.37353515625rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SHTqwX5exzp8vICKuw8U1LrIk7tT9Nos { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.81233125rem;width:2.81233125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:33rem;left:22.0625rem; }
#fc57TpQkflHPOFBB8TvF4VDMZbc6HHZX { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.75rem;width:18.75rem;top:31.0625rem;left:37.5rem;display:block; }
#caBfJDBxdPw48ZxQGq8JCt49ccc35JCp { color:#050b26;display:block;width:9.3125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:33rem;left:43.9375rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#whwcPAWrITOeo4FUMHpm7HeIgMk2sVZy { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.81233125rem;width:2.81233125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:33.0625rem;left:41rem; }
#wXkZaDZzyKbD4uGscZcXpPva25g7IzLX { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:6.75rem;width:16.5625rem;top:31.0625rem;left:56.25rem;display:block; }
#WP8SvuyCfMh8GETtmRr5bzBLbTNbZNGo { color:#050b26;display:block;width:9.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:33rem;left:62.875rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FRDelcvrCRfZRTBkkS4dXxS0QQkwS2Id { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.81233125rem;width:2.81233125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:33rem;left:59.5625rem; }
#tmQxvVxabK21rlspD2wv68WbRTenPkeD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#tmQxvVxabK21rlspD2wv68WbRTenPkeD > .row .container { background-color: transparent; background-image: none; }#tmQxvVxabK21rlspD2wv68WbRTenPkeD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmQxvVxabK21rlspD2wv68WbRTenPkeD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmQxvVxabK21rlspD2wv68WbRTenPkeD > .row .container > .video-iframe-container { display: none; }#tmQxvVxabK21rlspD2wv68WbRTenPkeD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmQxvVxabK21rlspD2wv68WbRTenPkeD > .row > .video-iframe-container { display: none; }#tmQxvVxabK21rlspD2wv68WbRTenPkeD > .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); }#tmQxvVxabK21rlspD2wv68WbRTenPkeD > .row .container { border-width: 0; border-radius: 0; }#tmQxvVxabK21rlspD2wv68WbRTenPkeD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmQxvVxabK21rlspD2wv68WbRTenPkeD > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#GxCAh59isfT1VGTLlg6i2rrOLZLPi20T { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:22.054035186767rem;left:37.499999046326rem;display:block; }
#HfksOimliAEVlBh6d7Qn3CZPcSDygdbe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ph7zGfPCO90BlHdMo2G3epmATzoSsFFb { color:rgba(var(--color-tertiary-4),1);display:block;width:33.687125rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1872253417969rem;left:37.499999046326rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ALmdPDuyCf0cRBDdHcH0zg4oqecKzqQB { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:6.90625rem;left:37.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nVbyUyzd42xIJUCC8KelC8vCLRWh4tmO { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.625rem;left:4.6875rem;height:6.175rem;font-style:normal;display:block; }
#ow2xbO5mkIy9enwX1IufeK8ZRTVeI4po { position:absolute;display:block;z-index:15003;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:20.937rem;width:31.686875rem;top:4.1875rem;left:3.4375rem;overflow:hidden;display:block; }
#XGH9H66fi7vlSTwsf2Olk5QDh6gmSbpR { box-sizing:content-box;height:20.9995rem;width:31.8119375rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5796a268-7857-41c6-be32-855c2ffead54/portraitengineersjobsiteworkhours.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.1875rem;left:3.4375rem;display:block; }#XGH9H66fi7vlSTwsf2Olk5QDh6gmSbpR.adaptive-delivery-prevent-bg, #XGH9H66fi7vlSTwsf2Olk5QDh6gmSbpR.lazyload, #XGH9H66fi7vlSTwsf2Olk5QDh6gmSbpR.lazyloading { background-image: none; }
#XGH9H66fi7vlSTwsf2Olk5QDh6gmSbpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.51); }#nnb8OQZHEBorQkD0oXqZxdtB1FC1rZTX { color:rgba(var(--color-primary-3),1);display:block;width:22.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.5rem;left:37.5rem;height:1.70625rem;font-style:normal;display:block; }
#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D > .row .container { background-color: transparent; background-image: none; }#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D > .row .container > .video-iframe-container { display: none; }#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D > .row > .video-iframe-container { display: none; }#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D > .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); }#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D > .row .container { border-width: 0; border-radius: 0; }#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:75rem;position:relative;display:block; }#f1ZMnZTuF6wZeGqPTg70r0g3gAvew8Zx { position:absolute;display:block;z-index:15000;height:33.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO > .row .container { background-color: transparent; background-image: none; }#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO > .row .container > .video-iframe-container { display: none; }#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO > .row > .video-iframe-container { display: none; }#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO > .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); }#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO > .row .container { border-width: 0; border-radius: 0; }#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#MNfx8MTk7TLTt5ZmzA7yiFpibL5R59iq { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:23.625rem;left:5.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KI9MrTKqzEerxTRL6IpILQ7hmPswTlRC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:22.8125rem;left:1.375rem; }
#QISxC8VwbkTvSdlLZIw9NqsNo1fzTD12 { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8rem;left:1.375rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SlcV1KwiWHOXEhmD0IMlT39TQPR5zivT { color:rgba(var(--color-tertiary-4),1);display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:15.25rem;left:1.375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qRUtkTW9tTulEoM5GOgeWuiMLrRFH6CM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:27.25rem;left:1.375rem; }
#CFI7MMLZqEAw2LkN00f5aJfQxNA9WnwS { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:28.0625rem;left:5.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B0GUTBT7QMk9NhcEo3vIpZ31XKFXw38U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:22.8125rem;left:16.25rem; }
#iNXhAFEabbrf4pakpQSZBCqTSa39I0Q5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:23.625rem;left:20rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7IXlDbyGOTLXqHrbbQgn89dwgWLp0Rl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:27.0625rem;left:16.25rem; }
#uKZ4EN7rBKeXQhzKSyoFzTGau5Z1XnIN { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:27.75rem;left:20rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WlE4XchmtczubGTz7wA4uWep9XJDtTDS { color:rgba(var(--color-primary-3),1);display:block;width:17.0625rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:1.375rem;height:1.70625rem;font-style:normal;display:block; }
#GlItlmRgkAwSAO2HWCZ3gfiFMRtR0CWr { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:30.9375rem;left:1.375rem;height:4.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ocqewtDIhoL4yRFn0OvfmVgNuwWTXTAG { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6868125rem;height:3.125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:37.816097259521rem;left:1.3748979568481rem;display:block; }
#li1HEKxgt7PRrZDct3KiXWTsXJsgmnTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAsDWRLr7PIpqv1Nx6NrEUrQTfB1aleg { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-0),1) ;height:23.6875rem;width:31.5625rem;top:12.51171875rem;left:40.8173828125rem;overflow:hidden;display:block; }
#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg > .row .container { background-color: transparent; background-image: none; }#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg > .row .container > .video-iframe-container { display: none; }#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg > .row > .video-iframe-container { display: none; }#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg > .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); }#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg > .row .container { border-width: 0; border-radius: 0; }#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#ntAoKT9NthBNQotHls2E5vyDA3kORF9w { color:#192437;display:block;width:71rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:14.875rem;left:2.060546875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LLS07QPcxhlELR1655RRh8kghBwundsh { color:rgba(var(--color-tertiary-4),1);display:block;width:73.6875rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0.875rem;height:3.25rem;font-style:normal;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; }
#gVPeZv64QGDsaFaUgIMp8NPctKkgO3ph { color:rgba(var(--color-tertiary-4),1);display:block;width:72.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5.5rem;left:1.125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iQxU1LI5qi1ZLsqo2ZIcWVeKtdTtROdQ { position:absolute;display:block;z-index:15040;height:25rem;width:75rem;top:8.1218566894531rem;left:0rem;display:block; }
#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd330f9e-cc22-4780-be26-45f9a63172c3/swimmingoceanvacationsummerchair.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke.adaptive-delivery-prevent-bg, #wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke.lazyload, #wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke.lazyloading { background-image: none; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row .container { background-color: transparent; background-image: none; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row .container > .video-iframe-container { display: none; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row > .video-iframe-container { display: none; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .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); }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row .container { border-width: 0; border-radius: 0; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#AoCGWunlyVIFvyHBcWJkp6ETUaXgaMkH { color:rgba(var(--color-tertiary-0),1);display:block;width:47.3125rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3115234375rem;left:1.4052734375rem;height:8.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wOmUCOcvy4X2waQJETRZNcpoyxgtQecB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:13.125rem;height:3.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:8.75rem;left:61.2490234375rem;display:block; }
#Vm7R9pUukbeGBnZUicZwANDJz4k6UNDa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb { position:relative;display:block; }#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb { background-color: transparent; background-image: none; }#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb > .row .container > .video-iframe-container { display: none; }#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb > .row > .video-iframe-container { display: none; }#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb > .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); }#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb { border-width: 0; border-radius: 0; }#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:100.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xcxNWw3XW3PNWXm5gSUvUipaS7e2aNVR { position:absolute;display:block;z-index:15036;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:27.125rem;width:34.25rem;top:11.984375rem;left:4.125rem;overflow:hidden;display:block; }
#IZyJzAVERGwIpslWJLURDMOzWM1ogmNc { 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:27.125rem;width:34.25rem;top:77.6875rem;left:3.09375rem;overflow:hidden;display:none; }
#G5vcg7REXAfkTueW2lQ9wVKDbTnzelTq { 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:27.125rem;width:34.25rem;top:40.75rem;left:4.125rem;overflow:hidden;display:block; }
#uakeXZ8ikm5tRt81v3vTmmGTFdWaMTw9 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:27.125rem;width:34.25rem;top:11.984375rem;left:40.0625rem;overflow:hidden;display:block; }
#G7Tq50Lmewkpb7vWUOWwLBK7ZdVbLATu { color:rgba(var(--color-primary-3),1);display:block;width:26.874rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:3.10546875rem;left:26.21875rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2kWHmQNMyqbQhnpV6xWlzDF3IXwaVVi { color:rgba(var(--color-tertiary-4),1);display:block;width:36rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.625rem;left:21.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8ovLMt2MgbJt9660kFiiMDA3iLAZCcy { position:absolute;display:block;z-index:15032;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:27.125rem;width:34.25rem;top:69.5rem;left:40.0625rem;overflow:hidden;display:block; }
#b4I7pnfAAyHU3LrNNA8Xf3K5sxHEU230 { position:absolute;display:block;z-index:15033;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:27.125rem;width:34.25rem;top:53.75rem;left:3.09375rem;overflow:hidden;display:none; }
#W1Id65UOwMKhVzTT42zQidkJNgMshAJT { position:absolute;display:block;z-index:15034;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:27.125rem;width:34.25rem;top:69.5rem;left:4.125rem;overflow:hidden;display:block; }
#mbrbAkq7t3z2TaJJWKhyQNFKUrX2xrIk { position:absolute;display:block;z-index:15035;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:27.125rem;width:34.25rem;top:40.75rem;left:40.0625rem;overflow:hidden;display:block; }
#gnaxywnqZcyzWer31seMptvTJfTzewrp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.5rem;left:5.0625rem;height:6.5rem;font-style:normal;display:block; }
#rrTOlX6kRaz0rQ2ZdJVL5TALq28z4Rbr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:133.9375rem;left:8.6875rem;height:0;font-style:normal;display:none; }
#rvFKUb3uMMIwn4Taac79xIOsspgs9CeQ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:43.5rem;left:5.0625rem;height:6.5rem;font-style:normal;display:block; }
#XOs4yCFn1ZGoiTCQhJDbmOyuiatvZHxx { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.5rem;left:41.375rem;height:6.5rem;font-style:normal;display:block; }
#M8HUvG9Xnxa4PsRoRfUsr1ld1Jl9hs3J { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:71.8125rem;left:41.625rem;height:6.5rem;font-style:normal;display:block; }
#CqRVWHLCiiihHC46TPLU0IKU7yLODdTt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:147.25rem;left:23.625rem;height:0;font-style:normal;display:none; }
#foHlEf6bhrNJqzDPEvcZ62CoBKevG7ey { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:71.8125rem;left:5rem;height:6.5rem;font-style:normal;display:block; }
#buv8sGGSJ1TfwMZPVGOQ95bomkBWKau4 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:exo;font-size:2.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:43.5rem;left:41.375rem;height:6.5rem;font-style:normal;display:block; }
#VpUpzHXlNg8tZUh3UevwVlLFV9yT4kPy { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.125rem;left:5.1875rem;height:6.09375rem;font-style:normal;display:block; }
#lePxuzplk2TGZCgloTbT4dVMbmIorOvA { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:137.9375rem;left:8.6875rem;height:0;font-style:normal;display:none; }
#OylnrX1XG3LMr5t3lQDTXJWoioKfkZLl { color:rgba(var(--color-tertiary-4),1);display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:50.8125rem;left:5.1875rem;height:6.09375rem;font-style:normal;display:block; }
#CIsduEQndfazm62OqKpa15pdanKoBK7v { color:rgba(var(--color-tertiary-4),1);display:block;width:28.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:21.125rem;left:41.375rem;height:6.09375rem;font-style:normal;display:block; }
#LOiU4orZgxAoZrWoai8TtfmuJ2J4oC1a { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:82.5625rem;left:41.9375rem;height:6.09375rem;font-style:normal;display:block; }
#Kx6J5R18QVb6tlb6GV9RbwQSqMo3EODB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:151.5rem;left:23.625rem;height:0;font-style:normal;display:none; }
#Jw5IikCDcv35yOgD9mDcTsenbOFUcBOV { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:79.25rem;left:5.0625rem;height:6.09375rem;font-style:normal;display:block; }
#QFCs7xkMZfEkn40bBMSrg1tkNoLis5Wq { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:50.875rem;left:41.375rem;height:6.09375rem;font-style:normal;display:block; }
#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 { position:relative;display:block; }#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 { background-color: transparent; background-image: none; }#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 > .row .container > .video-iframe-container { display: none; }#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 > .row > .video-iframe-container { display: none; }#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 > .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); }#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 { border-width: 0; border-radius: 0; }#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nXS8FpG9SBxnbMyFlbuDi0A9EDamHKxT { position:absolute;display:block;z-index:15000;height:18.75rem;width:75rem;top:1.875rem;left:0rem;display:block; }
#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze > .row .container { background-color: transparent; background-image: none; }#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze > .row .container > .video-iframe-container { display: none; }#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze > .row > .video-iframe-container { display: none; }#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze > .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); }#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze > .row .container { border-width: 0; border-radius: 0; }#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:75rem;position:relative;display:block; }#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .accordion-element-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-2),1) ; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .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; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:var(--headlines-font-family);height:auto;color:#192437;line-height:1.4;overflow:hidden; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:var(--headlines-font-family);line-height:1.4;overflow:hidden;height:auto;color:#192437; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .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; }#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .accordion-trigger.adaptive-delivery-prevent-bg, #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .accordion-trigger.lazyload, #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .accordion-trigger.lazyloading { background-image: none; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr { box-sizing:content-box;height:auto;width:36.7458125rem;position:absolute;display:flex;flex-direction:column;gap:0.6875rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:5.75rem;left:36.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bzgSyLOUC0Oaqf7Py2JwBIeAfPcUiIN6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #iMGqNqbsTiW94wkZy9VJAMFXUFu4XhvL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #R6vfiPbKu9yDvQX1DAi8pJagH7UtE7wW { display:block;position:relative; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #JNmx6pAWr078FXSAopzXxLxMe8AOG3cO {  }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #MSO6CiVLQoRg4ppS3II8NkoNaBeZAIvH {  }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #heul3z5LmZ9qyet9kLEeIAHBpNmHlRBC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #NFnv5TaT770vodFNfQM3fMIJTNpEnyl4 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #WAgJEqZySyvXbUPTIqvLqDwS21zGlSAR { display:block;position:relative; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #af86HRydaP6puwuXhNTeV7AGD9sw6po2 {  }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #OlLsKtpuquNmm8KdDE1C3QZIJoyUNsN0 { display:none; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bKTAa94T79xScw3TaraRmhy1sG3WHvtr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bk40waPIv6dc3oGN4diEWqpBbqXgheWy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #JlFtyzFt2C7TzkQo2N1lFvgmUaavU5nt { display:block;position:relative; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #ShHJ3Fq6TNC7P2QotU6wBVUIRT6URgNQ {  }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #O6RlF3PyPayrLze9mJuXbJ0AQFMri66O { display:none; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #a0sb42fZOig99hsGZW60v4P5AcPyifOL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #HFIFGgfEzuqf1GB2fsSLp2IU59TBZ85n { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bussUerWMT9I8dpFpL5yKdT5MlO5uByt { display:block;position:relative; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #ORzxGPHaOa9bVePndvx3Cpx06FInPtKk {  }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bbVGChvdVui0pGtIfLcpQtHVz0KRIJAG { display:none; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #BpWf3KmF5xeb1R7gOtNBZAKI5wNDHUoS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #gEyOs5qopyNBGvlyoAigfr3ugqggkqL8 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #cx57nVyi9OEkRHg6JdOe0EFpIgtmGgTz { display:block;position:relative; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #mCiALTDzC9nTrhd4MZFcN5CJTgTh6ZmB {  }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #Ork4tdRGwTW6i5BylPDNc3tAZQ9zRx98 { display:none; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #UtSqHnRZZkDJgDbs2MxbPEPlFfCyzc5O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #f83Bq3xhKTUy9i5mCy6p4EvN0N9TviTz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #cASd4EgiEdsvFNgSc74axWAEZPd19svt { display:block;position:relative; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #lw7ncxnBZso0i0npU0iPef7qG02Wi1BO {  }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #wCMoGvCJ9FxeNgM3vUrhqs56PyoL27nh { display:none; }
#F9RBTGngCtZ8Q72QdaDLpWxAt0Uda8PI { color:rgba(var(--color-primary-3),1);display:block;width:15.375rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.5625rem;left:2.0625rem;height:1.70625rem;font-style:normal;display:block; }
#g8Jod4Fz2r7GEM0mfNh2G9rMTzzbJxmv { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:exo;font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.0625rem;height:15.925rem;font-style:normal;display:block; }
#KPHowZWtU5aPe9mDAWE9TgATOWMMFX3e { color:#192437;display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:26.554193496704rem;left:2.0625rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SoJrsAoSpipNFkqLsNSvia3HVC52QPeu { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.2479375rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.623985290528rem;left:2.0625rem;display:block; }
#KmhzeV3b4zyZeWp6bcdhQkGLkcx6ERbB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z26kmQef18faGPVCshkJtbzLKV1PKN73 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#Z26kmQef18faGPVCshkJtbzLKV1PKN73 > .row .container { background-color: transparent; background-image: none; }#Z26kmQef18faGPVCshkJtbzLKV1PKN73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z26kmQef18faGPVCshkJtbzLKV1PKN73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z26kmQef18faGPVCshkJtbzLKV1PKN73 > .row .container > .video-iframe-container { display: none; }#Z26kmQef18faGPVCshkJtbzLKV1PKN73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z26kmQef18faGPVCshkJtbzLKV1PKN73 > .row > .video-iframe-container { display: none; }#Z26kmQef18faGPVCshkJtbzLKV1PKN73 > .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); }#Z26kmQef18faGPVCshkJtbzLKV1PKN73 > .row .container { border-width: 0; border-radius: 0; }#Z26kmQef18faGPVCshkJtbzLKV1PKN73 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z26kmQef18faGPVCshkJtbzLKV1PKN73 > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:block; }#wb3EaEBmPVUz3gUv6qLqdRU6sSbvP4F1 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0616875rem;position:absolute;font-family:exo;font-size:1.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4rem;left:10.5625rem;height:2.35625rem;font-style:normal;display:block; }
#pExMCUK3IL4lhCtivBuEVummwHGgcukH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.4988rem;width:2.4988rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:11.0625rem;left:10.5625rem; }
#bcK8ft3rkExi4VwS7V8HvHXpvNmb4M96 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.75rem;left:13.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wgwpIvmZnqGmMvNGPnPfPZzKb0erIROE { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.4970875rem;width:2.4970875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:14.5rem;left:10.5625rem; }
#ccrtcAGHHiDMJOUswdwbKaCGT2dFakkP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.5625rem;left:13.625rem;height:2.275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NRxUQQGrg6opSxI8Z4pDiZvaTSTT3LqF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8.6875rem;left:13.625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aQR7HPST4hE1RTKsa3MdnqneOaaRybUQ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.49965625rem;width:2.49965625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:8rem;left:10.5625rem; }
#cRmDhuXhOcWEGlFMIXhqPkTohQnXA9HM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:19rem;left:11.0625rem; }
#cRmDhuXhOcWEGlFMIXhqPkTohQnXA9HM > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#zh41NeChU0rP8uGv6xDEdzvfX5TB9SU2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:19rem;left:13.625rem; }
#zh41NeChU0rP8uGv6xDEdzvfX5TB9SU2 > img { max-width: 100%;max-height:100%; width:1.811525rem; height:1.811525rem; }#O0eW4K6AfTZTw5isqvieHSvTwiCuTcWR { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:19rem;left:16.125rem; }
#O0eW4K6AfTZTw5isqvieHSvTwiCuTcWR > img { max-width: 100%;max-height:100%; width:1.811525rem; height:1.811525rem; }#ytmV3KkiSAWc5SCWH6hSwmvcCDJtHZ6C { color:rgba(var(--color-tertiary-0),1);display:block;width:34.749375rem;position:absolute;font-family:exo;font-size:1.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9979190826416rem;left:30.498732566834rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eB2Zar6n64OTEQP0L5zOoxGwzTPEHndu { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:7.8125rem;left:30.5rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#eB2Zar6n64OTEQP0L5zOoxGwzTPEHndu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eB2Zar6n64OTEQP0L5zOoxGwzTPEHndu li:before{  }
#d5UG7SfumSMBbmblQbJKS7zMg55vgB5F { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:7.8125rem;left:49rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#d5UG7SfumSMBbmblQbJKS7zMg55vgB5F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d5UG7SfumSMBbmblQbJKS7zMg55vgB5F li:before{  }
#Vv3IW6FE70g86WuMZ3874JGRPmR9i1ss { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:19rem;left:18.7490234375rem; }
#Vv3IW6FE70g86WuMZ3874JGRPmR9i1ss > img { max-width: 100%;max-height:100%; width:1.811525rem; height:1.811525rem; }#hFvLzJMTSZ5oPWQD4H7hkMNb90EqfU0v { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:19rem;left:21.623046875rem; }
#hFvLzJMTSZ5oPWQD4H7hkMNb90EqfU0v > img { max-width: 100%;max-height:100%; width:1.811525rem; height:1.811525rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF { display:block; }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH6Px79uFd1XTqXenXFhITDH5V50ONhF { top:1.25rem;left:0rem;width:9.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #geneumiMqzT5g8fJuzRuQmCKbsHNVynU { top:2.0625rem;left:45.3125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxD87uq8tqVaB0kqSs1d1hc7cGOx7GwS { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3UwpoRdB77PF52tlvqP6LL44qVq2CkS { width:8.75rem;height:1.125rem;top:3.625rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmADQN7IoMlErdKiJ0zdMB71PdOysKF9 { display:block; }
 }@media only screen and (max-width: 763px) { #n9x9ghv0hz2IHyIMgsvGGl1bsfwBzRG7 { width:6.875rem;height:3.4375rem;top:1.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUolBTzDg2ipDXRKHBITSfgNvo1FcrLT { display:block; }
 }@media only screen and (max-width: 763px) { #vDBi56zZQGwKFxCz744ewiT51iWUB4MR { display:none; }
 }@media only screen and (max-width: 763px) { #bFd0iTaAgEV01BMpHaxtrF9cqhg8upOS { width:11.25rem;height:3.4375rem;top:1.75rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVTsstreN7GP1ZI2DaaxT4ltXNmlTpTB { display:block; }
 }@media only screen and (max-width: 763px) { #M7Eg1f8DMTDLEbr3ZAJ3yBenOznXBS7L { width:7.5rem;height:3.4375rem;top:1.75rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMEZA5OhcVwRIVV8TIn6FLHfhqHSpe0y { display:block; }
 }@media only screen and (max-width: 763px) { #wrCtgQV0rtfAXOOTW6O6brhfgOnqRoDZ { width:7.5rem;height:3.4375rem;top:1.75rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTESZczOqH4TBCTRewou0sScDEPRi0HV { display:block; }
 }@media only screen and (max-width: 763px) { #L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu { display:block; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n41ZziIfwD1oW1ykhCNKU7FL6EgrWMqh { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdTzadQ9XoKXyMuhwqBTraPH1FC74Xus { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1Ub8NbBO70gIkRMvAnEVghCobRFTVxr { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWpIzDfAvat1sLDQLvODegnSNa4DCFAz { width:9.625rem;height:3.125rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHTX4ulovrTd8C1GpIVpJUM0hcDkou99 { display:block; }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-regular-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-text { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-text {padding-top: 0; padding-bottom: 0;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-textarea { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-select { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-select {padding-top: 0; padding-bottom: 0;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-button { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8rem; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-checkbox-label { width:27.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l  { width:29rem;height:auto;top:6.6875rem;left:16.25rem; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .radio-container { width:29rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l {display:block;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l { width:29rem;height:auto;top:6.6875rem;left:16.25rem; }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #QNR2AIXkWGrVVestLqNdtvvcC6U4Id4f {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #rT1IPZT3Cz27DVFHWbT8HkIieDufzT8t {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #k4hilBO3zCTO31HUwTiNaao63qalTzDz {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #TOsI7SL0LmRQVhrT55Ewwf4bt6Sawrzr {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #A1uhTzwlcltO6Jm5UD1rILa1qf1143KN {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #GzbQC3TIQJtAoOB6hD8DUpvbTrLtPSeF {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #iS22bkpIAsyZqD0Lg5TxZkDl9R6gGzX3 {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #TLNNdHcBE3aCoG23WcaREwoNHJfAhEra {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #Ods9hXMWl8qv1vVTohLG4hWZCGFAt94J {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #so9FZ4FGC2GHbNnc5KIi1XHzaRDXIWx3 {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #s5xMlh6vNgyBp3UTGTUP4JpHCfToC5zH {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #Ru3MrblMJKOd0uIFGaS544qHSW0GpD8L {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #TZRTvfTlIiqUicTH8Wo67unwCCRD5Stw {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #pZXTwrDTSwxRqTSo1VtOBq6XTQgryp2r {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #WxAvbrRmragBH1vAOSc62CpkDGTgsuXk {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #qwiXISmUpJ2MvqtlAVwq5llUvJddulTr {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #CuX1GpAZ9sxf6SlCQCqOIJ1GWlPGKB1M {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #DInD56Tqd9CBcJuEyzfCyP2enlPmKqvy {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #af4WPvkW0HGEvqwOIeoTzd6EeBdbmRrR {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #m8nKDqrJnSwMNQfLvsPnwkBu20T40XIk {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #HGqcM0zEC8d6HIqLXSaAbHyZEFoT5Lu4 {  }
 }@media only screen and (max-width: 763px) { #fx9D50MQda0slVyLngxeXUGNvyt8KgtH { display:block; }
 }@media only screen and (max-width: 763px) { #S2ek9Fyx59PXGH5gAWcBCSIMxtwZ9IdH { display:block; }
 }@media only screen and (max-width: 763px) { #pZBGGdwfZlQu4UkTs29GDqEhtvnrXPq2 { display:block; }
 }@media only screen and (max-width: 763px) { #SHxXe0RJr76nVwpPLmXzEklvzmKmnJtT { display:block; }
 }@media only screen and (max-width: 763px) { #CNAbDZPDAczMh011Wy0I1PIRBfwLc2dS { display:block; }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #EvLNREF6RDokKSAtu966oN5of6HAO8u9 {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #AETLR4OubrLLfs9qo8FWZGTFeWNToaGx {  }
 }@media only screen and (max-width: 763px) { #XofSKpNDukqrFeATc1tT1XpITikds9nU { top:2.1875rem;left:16.25rem;width:31.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXRVc6tmk4VPCBEKTiyX7fNEc29liP1n { top:2.9375rem;left:27.8125rem;width:19.9375rem;height:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP { display:block; }#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVtKHDZ0OaDXqf7lVWPQ94KxXkHXTtSL { top:19.4375rem;left:0rem;width:20.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IETlr7bg8ETiDUx6iT7TEh1ALIgmriJU { top:19.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3A4STXqlsq2oEGzpmDCt1vEeQdMJMq { top:14.9375rem;left:20.125rem;width:27.25rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbTQnD89NTWGSpsOTwvah1Oc0KtnHMU2 { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7l18oMF2cvKvrD6y3ulEH7fpa5u75tO { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eotLiuD6l0NzW0IZcJ0sX1x52PRhezuE { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUMroWtlvOIy6yZgGGTJGAv0xeyhnw9h { top:26.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfxasmyBAveiANxQ5FuQVhHCHSRC8k4 { top:26.5625rem;left:0rem;width:24.9375rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkdOkQEg30EVlIJ7ZTEJWO54HdlKprWN { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzXvTKOaQ9wc0LJo90fdI0ibTMacOlR6 { top:33.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB46RsMOHmDThOWJtfrRMgBzP0fQDCDM { top:33.9375rem;left:0rem;width:24.8125rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqbPibdv8qSua7MJ1q6a4gWmGNev4HbX { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkTV16VA3e252iDhpP7tHb8hm0NprKQd { top:39.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByzypcFbDvKiAqObTlBoFvoBNaR72iTN { top:39.8125rem;left:0rem;width:25.8125rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAPvxwRGMcHW8HFrbNa7TLG8FcboehvE { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXtzI49BzHKkDNRpRGVktRrzcwfEyorT { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTq89SOIe86hXStuEZOKURpWe7PXLf1a { width:19.5rem;height:3.125rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiJpcuSTfOchiWFvfeMgBv4o2Xotmv16 { display:block; }
 }@media only screen and (max-width: 763px) { #hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp { display:block; }#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihtOWX0q38ICs5hBE2AylmNBVWoNiUoC { width:18.75rem;height:6.25rem;top:3.5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yap7vdiNtz5U9I80vi56nJqizIUDUsvf { width:10.625rem;height:12.625rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Ax5MXRWGlztzkzODSFcmdPMo4qRSmC { width:10.9375rem;height:12.625rem;top:13.3125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGDHTDbzT6828I3a3wFv9sZKrBQWmW2T { width:13.375rem;height:8.9375rem;top:28.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1XL4PwbiFbrOrlXmsPoPBwGW0HoOo6m { width:9.5625rem;height:9.5625rem;top:1.8125rem;left:29.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFTuOmI5ZleozV44dNCn4qg0ytzWd6fT { top:28.8125rem;left:32.25rem;width:13.375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZrB4cMUo7Ha7G5OG3b5qXMBXLGm4pA5 { top:28.75rem;left:17.1875rem;width:13.375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z25SyhIbDk07N2O8h4T8R9oTh8gGr5Lx { top:13.3125rem;left:36.8125rem;width:10.9375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot0XCcA7Xb4U07T4ZTuIO61hVpicuIxz { top:13.3125rem;left:25.9375rem;width:10.9375rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JImlug0ApZv2W9KBo28Qoq87yQqB58sm { display:block; }#JImlug0ApZv2W9KBo28Qoq87yQqB58sm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B31vtir5T9rT4t7eckAZmtKVKxbETVQA { top:11.3125rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwJF5RT3r55AEHCFdn09arThXBImXXEk { top:18.3125rem;left:0rem;width:41.9375rem;height:;font-size:1.0625rem;display:block; }#KwJF5RT3r55AEHCFdn09arThXBImXXEk li:before{  }
 }@media only screen and (max-width: 763px) { #STFUoJMOXvVyXOJm872ifM1ty24tG99i { top:19.1875rem;left:22.5625rem;width:25.1875rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaxlFZ0yh7iXnx1JzNcGLMcBHrD7fUwI { top:19.1875rem;left:22.5625rem;width:25.1875rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvcWdbPlL27ch4dQT0NCwg1Dl63B1rnT { top:19.1875rem;left:22.5625rem;width:25.1875rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdrtJeIfN6LIA5kTJk7fxiVPBS0T5bwU { top:38.5625rem;left:27.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7LGAyAlnv4yBRKEt6I6ND8E9iyZagKg { top:38.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S70Tbl3F7NDd1cwUH2K5a2T66FDJlnoL { top:19.1875rem;left:22.5625rem;width:25.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbNKoWfQTia4gFeafdlMrNL9m4O3BAN8 { top:19.1875rem;left:22.5625rem;width:25.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BchqgCxtIRvmB00EniEhusNpK7TO3m { top:19.1875rem;left:22.5625rem;width:25.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLo0z9FMqohd9A2a03RiPUGvJukwd6Eq { top:19.1875rem;left:22.5625rem;width:25.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXQh88hCNtJ8zNIhJdEC1ziJJ9I8IBUw { top:19.1875rem;left:22.5625rem;width:25.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdLANmJURu5ldiMiJoK5e1KDJz2GKb55 { top:19.1875rem;left:22.5625rem;width:25.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOKXQXpXwuQOHbVdeoALnKSMnMEZPqMn { top:19.1875rem;left:22.5625rem;width:25.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNtim6fK61mCH04qm9coKllvBoTAQoXt { top:19.1875rem;left:22.5625rem;width:25.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJacHe2otlyXV4FAHF1QFyTbD60pF9dk { top:19.1875rem;left:22.5625rem;width:25.1875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4BRVKGUge1HxzmHXbQJqaynBX61rWtF { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG { display:block; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moQJQTGTVKRCpgh6WRqWPa2gw5z2htwF { width:47.75rem;height:11.4375rem;top:12rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoaX4GJmuOkSzGS0diSF51hWCABg9qT5 { width:16.5625rem;height:6.75rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pngrXgL9v5O2zW5iUydhHz7GXVPuTI6u { width:9.1875rem;height:2.875rem;top:32.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuaEUSp6APoIFoMRuaXBxGl2vMMIdvBX { width:2.75rem;height:2.75rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3RQEBn0czqCTP7055McUCwXpeTXFagW { width:18.75rem;height:6.75rem;top:31.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnAfZ9cmWER2TBDwf0Gw9KVvL6qimlnV { width:8.875rem;height:4.375rem;top:32.1875rem;left:11.74853515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHTqwX5exzp8vICKuw8U1LrIk7tT9Nos { width:2.75rem;height:2.75rem;top:33rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc57TpQkflHPOFBB8TvF4VDMZbc6HHZX { width:18.75rem;height:6.75rem;top:31.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caBfJDBxdPw48ZxQGq8JCt49ccc35JCp { width:9.25rem;height:2.875rem;top:32.9375rem;left:30.311767578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whwcPAWrITOeo4FUMHpm7HeIgMk2sVZy { width:2.75rem;height:2.75rem;top:33.0625rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXkZaDZzyKbD4uGscZcXpPva25g7IzLX { width:16.5625rem;height:6.75rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP8SvuyCfMh8GETtmRr5bzBLbTNbZNGo { width:9.375rem;height:2.875rem;top:32.9375rem;left:38.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRDelcvrCRfZRTBkkS4dXxS0QQkwS2Id { width:2.75rem;height:2.75rem;top:33rem;left:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmQxvVxabK21rlspD2wv68WbRTenPkeD { display:block; }#tmQxvVxabK21rlspD2wv68WbRTenPkeD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxCAh59isfT1VGTLlg6i2rrOLZLPi20T { width:13.75rem;height:3.125rem;top:22rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfksOimliAEVlBh6d7Qn3CZPcSDygdbe { display:block; }
 }@media only screen and (max-width: 763px) { #ph7zGfPCO90BlHdMo2G3epmATzoSsFFb { width:33.625rem;height:;top:4.125rem;left:14.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALmdPDuyCf0cRBDdHcH0zg4oqecKzqQB { width:23.875rem;height:3.875rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVbyUyzd42xIJUCC8KelC8vCLRWh4tmO { width:28.4375rem;height:6.125rem;top:17.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow2xbO5mkIy9enwX1IufeK8ZRTVeI4po { top:4.1875rem;left:0rem;width:31.625rem;height:20.896693334596rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGH9H66fi7vlSTwsf2Olk5QDh6gmSbpR { top:4.1875rem;left:0rem;width:31.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnb8OQZHEBorQkD0oXqZxdtB1FC1rZTX { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D { display:block; }#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1ZMnZTuF6wZeGqPTg70r0g3gAvew8Zx { top:0rem;left:0rem;width:47.75rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO { display:block; }#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNfx8MTk7TLTt5ZmzA7yiFpibL5R59iq { top:23.625rem;left:0rem;width:9.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI9MrTKqzEerxTRL6IpILQ7hmPswTlRC { top:22.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QISxC8VwbkTvSdlLZIw9NqsNo1fzTD12 { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlcV1KwiWHOXEhmD0IMlT39TQPR5zivT { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRUtkTW9tTulEoM5GOgeWuiMLrRFH6CM { top:27.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFI7MMLZqEAw2LkN00f5aJfQxNA9WnwS { top:28.0625rem;left:0rem;width:9.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0GUTBT7QMk9NhcEo3vIpZ31XKFXw38U { top:22.8125rem;left:2.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNXhAFEabbrf4pakpQSZBCqTSa39I0Q5 { top:23.625rem;left:6.375rem;width:12.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7IXlDbyGOTLXqHrbbQgn89dwgWLp0Rl { top:27.0625rem;left:2.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKZ4EN7rBKeXQhzKSyoFzTGau5Z1XnIN { top:27.75rem;left:6.375rem;width:15.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlE4XchmtczubGTz7wA4uWep9XJDtTDS { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlItlmRgkAwSAO2HWCZ3gfiFMRtR0CWr { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocqewtDIhoL4yRFn0OvfmVgNuwWTXTAG { width:9.625rem;height:3.125rem;top:37.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #li1HEKxgt7PRrZDct3KiXWTsXJsgmnTv { display:block; }
 }@media only screen and (max-width: 763px) { #xAsDWRLr7PIpqv1Nx6NrEUrQTfB1aleg { top:12.5rem;left:16.0625rem;width:31.5625rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg { display:block; }#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntAoKT9NthBNQotHls2E5vyDA3kORF9w { top:14.875rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLS07QPcxhlELR1655RRh8kghBwundsh { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVPeZv64QGDsaFaUgIMp8NPctKkgO3ph { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQxU1LI5qi1ZLsqo2ZIcWVeKtdTtROdQ { top:8.0625rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke { display:block; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoCGWunlyVIFvyHBcWJkp6ETUaXgaMkH { width:47.3125rem;height:8.75rem;top:6.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOmUCOcvy4X2waQJETRZNcpoyxgtQecB { width:13.125rem;height:3.75rem;top:8.75rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm7R9pUukbeGBnZUicZwANDJz4k6UNDa { display:block; }
 }@media only screen and (max-width: 763px) { #wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb { display:block; }#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcxNWw3XW3PNWXm5gSUvUipaS7e2aNVR { top:11.9375rem;left:0rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZyJzAVERGwIpslWJLURDMOzWM1ogmNc { top:77.6875rem;left:0rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5vcg7REXAfkTueW2lQ9wVKDbTnzelTq { top:40.75rem;left:0rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uakeXZ8ikm5tRt81v3vTmmGTFdWaMTw9 { top:11.9375rem;left:13.5rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Tq50Lmewkpb7vWUOWwLBK7ZdVbLATu { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2kWHmQNMyqbQhnpV6xWlzDF3IXwaVVi { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ovLMt2MgbJt9660kFiiMDA3iLAZCcy { top:69.5rem;left:13.5rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4I7pnfAAyHU3LrNNA8Xf3K5sxHEU230 { top:53.75rem;left:0rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1Id65UOwMKhVzTT42zQidkJNgMshAJT { top:69.5rem;left:0rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbrbAkq7t3z2TaJJWKhyQNFKUrX2xrIk { top:40.75rem;left:13.5rem;width:34.25rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnaxywnqZcyzWer31seMptvTJfTzewrp { top:13.5rem;left:0rem;width:31.8125rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrTOlX6kRaz0rQ2ZdJVL5TALq28z4Rbr { top:133.9375rem;left:0rem;width:13.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvFKUb3uMMIwn4Taac79xIOsspgs9CeQ { top:43.5rem;left:0rem;width:33.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOs4yCFn1ZGoiTCQhJDbmOyuiatvZHxx { top:13.5rem;left:17.625rem;width:30.125rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8HUvG9Xnxa4PsRoRfUsr1ld1Jl9hs3J { top:71.8125rem;left:15rem;width:32.75rem;height:9.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqRVWHLCiiihHC46TPLU0IKU7yLODdTt { top:147.25rem;left:10rem;width:13.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foHlEf6bhrNJqzDPEvcZ62CoBKevG7ey { top:71.8125rem;left:0rem;width:32.5rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #buv8sGGSJ1TfwMZPVGOQ95bomkBWKau4 { top:43.5rem;left:14.25rem;width:33.5rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpUpzHXlNg8tZUh3UevwVlLFV9yT4kPy { top:21.125rem;left:0rem;width:32.25rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lePxuzplk2TGZCgloTbT4dVMbmIorOvA { top:137.9375rem;left:0rem;width:13.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OylnrX1XG3LMr5t3lQDTXJWoioKfkZLl { top:50.8125rem;left:0rem;width:31rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIsduEQndfazm62OqKpa15pdanKoBK7v { top:21.125rem;left:19.375rem;width:28.375rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOiU4orZgxAoZrWoai8TtfmuJ2J4oC1a { top:82.5625rem;left:17.0625rem;width:30.6875rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx6J5R18QVb6tlb6GV9RbwQSqMo3EODB { top:151.5rem;left:10rem;width:13.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw5IikCDcv35yOgD9mDcTsenbOFUcBOV { top:79.25rem;left:0rem;width:27.625rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFCs7xkMZfEkn40bBMSrg1tkNoLis5Wq { top:50.875rem;left:14.125rem;width:32.5rem;height:6.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 { display:block; }#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXS8FpG9SBxnbMyFlbuDi0A9EDamHKxT { top:1.875rem;left:0rem;width:47.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze { display:block; }#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr { display:flex;height:auto;width:27.75rem;top:2.625rem;left:12.486842155456rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bzgSyLOUC0Oaqf7Py2JwBIeAfPcUiIN6 {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #iMGqNqbsTiW94wkZy9VJAMFXUFu4XhvL {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #R6vfiPbKu9yDvQX1DAi8pJagH7UtE7wW {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #JNmx6pAWr078FXSAopzXxLxMe8AOG3cO {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #MSO6CiVLQoRg4ppS3II8NkoNaBeZAIvH {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #heul3z5LmZ9qyet9kLEeIAHBpNmHlRBC {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #NFnv5TaT770vodFNfQM3fMIJTNpEnyl4 {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #WAgJEqZySyvXbUPTIqvLqDwS21zGlSAR {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #af86HRydaP6puwuXhNTeV7AGD9sw6po2 {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #OlLsKtpuquNmm8KdDE1C3QZIJoyUNsN0 {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bKTAa94T79xScw3TaraRmhy1sG3WHvtr {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bk40waPIv6dc3oGN4diEWqpBbqXgheWy {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #JlFtyzFt2C7TzkQo2N1lFvgmUaavU5nt {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #ShHJ3Fq6TNC7P2QotU6wBVUIRT6URgNQ {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #O6RlF3PyPayrLze9mJuXbJ0AQFMri66O {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #a0sb42fZOig99hsGZW60v4P5AcPyifOL {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #HFIFGgfEzuqf1GB2fsSLp2IU59TBZ85n {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bussUerWMT9I8dpFpL5yKdT5MlO5uByt {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #ORzxGPHaOa9bVePndvx3Cpx06FInPtKk {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bbVGChvdVui0pGtIfLcpQtHVz0KRIJAG {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #BpWf3KmF5xeb1R7gOtNBZAKI5wNDHUoS {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #gEyOs5qopyNBGvlyoAigfr3ugqggkqL8 {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #cx57nVyi9OEkRHg6JdOe0EFpIgtmGgTz {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #mCiALTDzC9nTrhd4MZFcN5CJTgTh6ZmB {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #Ork4tdRGwTW6i5BylPDNc3tAZQ9zRx98 {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #UtSqHnRZZkDJgDbs2MxbPEPlFfCyzc5O {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #f83Bq3xhKTUy9i5mCy6p4EvN0N9TviTz {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #cASd4EgiEdsvFNgSc74axWAEZPd19svt {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #lw7ncxnBZso0i0npU0iPef7qG02Wi1BO {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #wCMoGvCJ9FxeNgM3vUrhqs56PyoL27nh {  }
 }@media only screen and (max-width: 763px) { #F9RBTGngCtZ8Q72QdaDLpWxAt0Uda8PI { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Jod4Fz2r7GEM0mfNh2G9rMTzzbJxmv { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPHowZWtU5aPe9mDAWE9TgATOWMMFX3e { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoJrsAoSpipNFkqLsNSvia3HVC52QPeu { width:12.1875rem;height:3.125rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmhzeV3b4zyZeWp6bcdhQkGLkcx6ERbB { display:block; }
 }@media only screen and (max-width: 763px) { #Z26kmQef18faGPVCshkJtbzLKV1PKN73 { display:block; }#Z26kmQef18faGPVCshkJtbzLKV1PKN73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wb3EaEBmPVUz3gUv6qLqdRU6sSbvP4F1 { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pExMCUK3IL4lhCtivBuEVummwHGgcukH { top:11.0625rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcK8ft3rkExi4VwS7V8HvHXpvNmb4M96 { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgwpIvmZnqGmMvNGPnPfPZzKb0erIROE { top:14.5rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccrtcAGHHiDMJOUswdwbKaCGT2dFakkP { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRxUQQGrg6opSxI8Z4pDiZvaTSTT3LqF { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQR7HPST4hE1RTKsa3MdnqneOaaRybUQ { top:8rem;left:0rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRmDhuXhOcWEGlFMIXhqPkTohQnXA9HM { top:19rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
#cRmDhuXhOcWEGlFMIXhqPkTohQnXA9HM > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #zh41NeChU0rP8uGv6xDEdzvfX5TB9SU2 { top:19rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
#zh41NeChU0rP8uGv6xDEdzvfX5TB9SU2 > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #O0eW4K6AfTZTw5isqvieHSvTwiCuTcWR { top:19rem;left:2.5rem;width:1.75rem;height:1.75rem;display:block; }
#O0eW4K6AfTZTw5isqvieHSvTwiCuTcWR > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ytmV3KkiSAWc5SCWH6hSwmvcCDJtHZ6C { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB2Zar6n64OTEQP0L5zOoxGwzTPEHndu { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }#eB2Zar6n64OTEQP0L5zOoxGwzTPEHndu li:before{  }
 }@media only screen and (max-width: 763px) { #d5UG7SfumSMBbmblQbJKS7zMg55vgB5F { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }#d5UG7SfumSMBbmblQbJKS7zMg55vgB5F li:before{  }
 }@media only screen and (max-width: 763px) { #Vv3IW6FE70g86WuMZ3874JGRPmR9i1ss { top:19rem;left:5.1240234375rem;width:1.75rem;height:1.75rem;display:block; }
#Vv3IW6FE70g86WuMZ3874JGRPmR9i1ss > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #hFvLzJMTSZ5oPWQD4H7hkMNb90EqfU0v { top:19rem;left:7.998046875rem;width:1.75rem;height:1.75rem;display:block; }
#hFvLzJMTSZ5oPWQD4H7hkMNb90EqfU0v > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF { display:block; }#aTrb6NDeqpdkhFpsAvgRShKIk3f5gybF > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aH6Px79uFd1XTqXenXFhITDH5V50ONhF { width:9.6875rem;height:4.375rem;top:1.0234375rem;left:5.1562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #geneumiMqzT5g8fJuzRuQmCKbsHNVynU { display:flex;width:1.5625rem;height:1.5625rem;top:6.1875rem;left:4.5625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #MxD87uq8tqVaB0kqSs1d1hc7cGOx7GwS { width:7.624875rem;height:0;top:4.6875rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3UwpoRdB77PF52tlvqP6LL44qVq2CkS { width:8.75rem;height:2.3125rem;top:5.8125rem;left:6.625rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tmADQN7IoMlErdKiJ0zdMB71PdOysKF9 { display:block; }
 }@media only screen and (max-width: 763px) { #n9x9ghv0hz2IHyIMgsvGGl1bsfwBzRG7 { width:6.8125rem;height:3.4375rem;top:21.390625rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DUolBTzDg2ipDXRKHBITSfgNvo1FcrLT { display:block; }
 }@media only screen and (max-width: 763px) { #vDBi56zZQGwKFxCz744ewiT51iWUB4MR { display:flex;top:0.8993055820465rem;left:16.312499761581rem;width:3.125rem;height:3.125rem;z-index:15049;display:none; }
 }@media only screen and (max-width: 763px) { #bFd0iTaAgEV01BMpHaxtrF9cqhg8upOS { width:11.25rem;height:3.4375rem;top:1.75rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVTsstreN7GP1ZI2DaaxT4ltXNmlTpTB { display:block; }
 }@media only screen and (max-width: 763px) { #M7Eg1f8DMTDLEbr3ZAJ3yBenOznXBS7L { width:7.5rem;height:3.4375rem;top:1.75rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VMEZA5OhcVwRIVV8TIn6FLHfhqHSpe0y { display:block; }
 }@media only screen and (max-width: 763px) { #wrCtgQV0rtfAXOOTW6O6brhfgOnqRoDZ { width:7.5rem;height:3.4375rem;top:1.75rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTESZczOqH4TBCTRewou0sScDEPRi0HV { display:block; }
 }@media only screen and (max-width: 763px) { #L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/062c86ab-48bf-4600-9a40-0f1475f3efc8/SwimmingPools.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu.adaptive-delivery-prevent-bg, #L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu.lazyload, #L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu.lazyloading { background-image: none; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row .container { background-color: transparent; background-image: none; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.06); }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row .container > .video-iframe-container { display: none; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.06); }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row > .video-iframe-container { display: none; }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .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); }#L8KWU7iJCVv7T7PTVt3Vn2uufNmp06gu > .row .container { width:20rem;height:84.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n41ZziIfwD1oW1ykhCNKU7FL6EgrWMqh { width:19.9979375rem;height:19.6rem;top:14.250062942505rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fdTzadQ9XoKXyMuhwqBTraPH1FC74Xus { width:19.9979375rem;height:6.825rem;top:1.5822925567627rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A1Ub8NbBO70gIkRMvAnEVghCobRFTVxr { width:15.1229375rem;height:3.4125rem;top:9.6572933197019rem;left:2.4375000596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#eff8fd;display:block; }
 }@media only screen and (max-width: 763px) { #DWpIzDfAvat1sLDQLvODegnSNa4DCFAz { width:9.62425rem;height:3.125rem;top:21.099746704101rem;left:5.1869174838066rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHTX4ulovrTd8C1GpIVpJUM0hcDkou99 { display:block; }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-text {padding-top: 0; padding-bottom: 0;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-select {padding-top: 0; padding-bottom: 0;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-container:first-of-type{padding-top:0;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .widget-container:last-of-type{padding-bottom:0;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l  { width:17.5rem;height:auto;top:49.9375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l {display:block;}#d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l { width:17.5rem;height:auto;top:40.625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #QNR2AIXkWGrVVestLqNdtvvcC6U4Id4f {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #rT1IPZT3Cz27DVFHWbT8HkIieDufzT8t {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #k4hilBO3zCTO31HUwTiNaao63qalTzDz {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #TOsI7SL0LmRQVhrT55Ewwf4bt6Sawrzr {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #A1uhTzwlcltO6Jm5UD1rILa1qf1143KN {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #GzbQC3TIQJtAoOB6hD8DUpvbTrLtPSeF {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #iS22bkpIAsyZqD0Lg5TxZkDl9R6gGzX3 {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #TLNNdHcBE3aCoG23WcaREwoNHJfAhEra {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #Ods9hXMWl8qv1vVTohLG4hWZCGFAt94J {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #so9FZ4FGC2GHbNnc5KIi1XHzaRDXIWx3 {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #s5xMlh6vNgyBp3UTGTUP4JpHCfToC5zH {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #Ru3MrblMJKOd0uIFGaS544qHSW0GpD8L {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #TZRTvfTlIiqUicTH8Wo67unwCCRD5Stw {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #pZXTwrDTSwxRqTSo1VtOBq6XTQgryp2r {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #WxAvbrRmragBH1vAOSc62CpkDGTgsuXk {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #qwiXISmUpJ2MvqtlAVwq5llUvJddulTr {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #CuX1GpAZ9sxf6SlCQCqOIJ1GWlPGKB1M {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #DInD56Tqd9CBcJuEyzfCyP2enlPmKqvy {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #af4WPvkW0HGEvqwOIeoTzd6EeBdbmRrR {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #m8nKDqrJnSwMNQfLvsPnwkBu20T40XIk {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #HGqcM0zEC8d6HIqLXSaAbHyZEFoT5Lu4 {  }
 }@media only screen and (max-width: 763px) { #fx9D50MQda0slVyLngxeXUGNvyt8KgtH { display:block; }
 }@media only screen and (max-width: 763px) { #S2ek9Fyx59PXGH5gAWcBCSIMxtwZ9IdH { display:block; }
 }@media only screen and (max-width: 763px) { #pZBGGdwfZlQu4UkTs29GDqEhtvnrXPq2 { display:block; }
 }@media only screen and (max-width: 763px) { #SHxXe0RJr76nVwpPLmXzEklvzmKmnJtT { display:block; }
 }@media only screen and (max-width: 763px) { #CNAbDZPDAczMh011Wy0I1PIRBfwLc2dS { display:block; }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #EvLNREF6RDokKSAtu966oN5of6HAO8u9 {  }
 }@media only screen and (max-width: 763px) { #d21VfJrd3KOvNx7X3I5MfObwTTNMMO0l #AETLR4OubrLLfs9qo8FWZGTFeWNToaGx {  }
 }@media only screen and (max-width: 763px) { #XofSKpNDukqrFeATc1tT1XpITikds9nU { width:20rem;height:45.875rem;top:35.9375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XXRVc6tmk4VPCBEKTiyX7fNEc29liP1n { width:19.9375rem;height:3.9rem;top:37rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP { display:block; }#EXP2wyBK39sM3iWIXLblxt3vdhrd1IRP > .row .container { width:20rem;height:99.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVtKHDZ0OaDXqf7lVWPQ94KxXkHXTtSL { width:19.9989375rem;height:1.54375rem;top:29.15625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IETlr7bg8ETiDUx6iT7TEh1ALIgmriJU { width:3.125rem;height:3.125rem;top:24.78125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3A4STXqlsq2oEGzpmDCt1vEeQdMJMq { width:17.9375rem;height:10.5rem;top:52.11875rem;left:0.875rem;border-top:0.1875rem solid #2f4980;border-left:0.1875rem solid #2f4980;border-right:0.1875rem solid #2f4980;border-bottom:0.1875rem solid #2f4980;display:block; }
 }@media only screen and (max-width: 763px) { #NbTQnD89NTWGSpsOTwvah1Oc0KtnHMU2 { width:18.1864375rem;height:6.825rem;top:4.20625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7l18oMF2cvKvrD6y3ulEH7fpa5u75tO { width:19.9979375rem;height:11.25rem;top:12.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eotLiuD6l0NzW0IZcJ0sX1x52PRhezuE { width:19.9989375rem;height:5.25rem;top:31.95rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUMroWtlvOIy6yZgGGTJGAv0xeyhnw9h { width:3.125rem;height:3.125rem;top:38.45rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfxasmyBAveiANxQ5FuQVhHCHSRC8k4 { width:19.9989375rem;height:1.54375rem;top:42.825rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rkdOkQEg30EVlIJ7ZTEJWO54HdlKprWN { width:19.9989375rem;height:5.25rem;top:45.61875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzXvTKOaQ9wc0LJo90fdI0ibTMacOlR6 { width:3.125rem;height:3.125rem;top:64.13541625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FB46RsMOHmDThOWJtfrRMgBzP0fQDCDM { width:19.9989375rem;height:3.0875rem;top:68.51041625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqbPibdv8qSua7MJ1q6a4gWmGNev4HbX { width:19.9989375rem;height:5.25rem;top:72.84791625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkTV16VA3e252iDhpP7tHb8hm0NprKQd { width:3.125rem;height:3.125rem;top:79.34791625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByzypcFbDvKiAqObTlBoFvoBNaR72iTN { width:19.9989375rem;height:3.0875rem;top:83.72291625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAPvxwRGMcHW8HFrbNa7TLG8FcboehvE { width:19.9989375rem;height:6.09375rem;top:88.06041625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXtzI49BzHKkDNRpRGVktRrzcwfEyorT { width:16.8739375rem;height:1.70625rem;top:1.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTq89SOIe86hXStuEZOKURpWe7PXLf1a { width:16.875rem;height:2.6875rem;top:95.40416625rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiJpcuSTfOchiWFvfeMgBv4o2Xotmv16 { display:block; }
 }@media only screen and (max-width: 763px) { #hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp { display:block; }#hrG1vrNB6kFtBc20TtqEOpyzSg4IX1Wp > .row .container { width:20rem;height:106rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihtOWX0q38ICs5hBE2AylmNBVWoNiUoC { width:18.75rem;height:6.25rem;top:1.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yap7vdiNtz5U9I80vi56nJqizIUDUsvf { width:10.625rem;height:12.625rem;top:20rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Ax5MXRWGlztzkzODSFcmdPMo4qRSmC { width:10.9375rem;height:12.625rem;top:33.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGDHTDbzT6828I3a3wFv9sZKrBQWmW2T { width:13.375rem;height:8.9375rem;top:75.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1XL4PwbiFbrOrlXmsPoPBwGW0HoOo6m { width:10rem;height:10rem;top:8.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFTuOmI5ZleozV44dNCn4qg0ytzWd6fT { width:13.375rem;height:8.875rem;top:95.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZrB4cMUo7Ha7G5OG3b5qXMBXLGm4pA5 { width:13.375rem;height:8.9375rem;top:85.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z25SyhIbDk07N2O8h4T8R9oTh8gGr5Lx { width:10.125rem;height:12.625rem;top:61.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot0XCcA7Xb4U07T4ZTuIO61hVpicuIxz { width:10.9375rem;height:12.625rem;top:47.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JImlug0ApZv2W9KBo28Qoq87yQqB58sm { display:block; }#JImlug0ApZv2W9KBo28Qoq87yQqB58sm > .row .container { width:20rem;height:103.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B31vtir5T9rT4t7eckAZmtKVKxbETVQA { width:20rem;height:13.8125rem;top:13.13671875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwJF5RT3r55AEHCFdn09arThXBImXXEk { width:20rem;height:65.90625rem;top:28.2875rem;left:0rem;font-size:1.0625rem;display:block; }#KwJF5RT3r55AEHCFdn09arThXBImXXEk li:before{  }
 }@media only screen and (max-width: 763px) { #STFUoJMOXvVyXOJm872ifM1ty24tG99i { width:20rem;height:14.937965260546rem;top:81.63125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaxlFZ0yh7iXnx1JzNcGLMcBHrD7fUwI { width:20rem;height:14.937965260546rem;top:81.63125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvcWdbPlL27ch4dQT0NCwg1Dl63B1rnT { width:20rem;height:14.937965260546rem;top:81.631256103512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdrtJeIfN6LIA5kTJk7fxiVPBS0T5bwU { display:flex;width:3.125rem;height:3.125rem;top:98.375019073487rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k7LGAyAlnv4yBRKEt6I6ND8E9iyZagKg { display:flex;width:3.125rem;height:3.125rem;top:98.3750038147rem;left:16.875001728535rem; }
 }@media only screen and (max-width: 763px) { #S70Tbl3F7NDd1cwUH2K5a2T66FDJlnoL { width:20rem;height:14.987593052109rem;top:81.606260299681rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbNKoWfQTia4gFeafdlMrNL9m4O3BAN8 { width:20rem;height:14.987593052109rem;top:81.606256484987rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BchqgCxtIRvmB00EniEhusNpK7TO3m { width:20rem;height:14.987593052109rem;top:81.606245040894rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLo0z9FMqohd9A2a03RiPUGvJukwd6Eq { width:20rem;height:14.987593052109rem;top:81.606273651125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXQh88hCNtJ8zNIhJdEC1ziJJ9I8IBUw { width:20rem;height:14.987593052109rem;top:81.606266021731rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdLANmJURu5ldiMiJoK5e1KDJz2GKb55 { width:20rem;height:14.987593052109rem;top:81.606266021731rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOKXQXpXwuQOHbVdeoALnKSMnMEZPqMn { width:20rem;height:14.987593052109rem;top:81.606250762938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNtim6fK61mCH04qm9coKllvBoTAQoXt { width:20rem;height:14.987593052109rem;top:81.631242752075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJacHe2otlyXV4FAHF1QFyTbD60pF9dk { width:20rem;height:14.987593052109rem;top:81.606252670288rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4BRVKGUge1HxzmHXbQJqaynBX61rWtF { width:20rem;height:10.4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/32a7791a-8b4e-4232-a739-058921cb0c32/hotelpoolwithmosaictiledbottomswimupbarservingrefreshingbeverages.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG.adaptive-delivery-prevent-bg, #gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG.lazyload, #gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG.lazyloading { background-image: none; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row .container { background-color: transparent; background-image: none; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row .container > .video-iframe-container { display: none; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row > .video-iframe-container { display: none; }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .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); }#gNrA4Q9alNfPTsJCyPTEtewBDaZrnXiG > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #moQJQTGTVKRCpgh6WRqWPa2gw5z2htwF { width:19.186875rem;height:13.65rem;top:3.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoaX4GJmuOkSzGS0diSF51hWCABg9qT5 { width:14.0625rem;height:5.87479375rem;top:18.5rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pngrXgL9v5O2zW5iUydhHz7GXVPuTI6u { width:8.5625rem;height:2.6rem;top:20.125rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EuaEUSp6APoIFoMRuaXBxGl2vMMIdvBX { width:2.49965625rem;height:2.49965625rem;top:20.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3RQEBn0czqCTP7055McUCwXpeTXFagW { width:14.0625rem;height:5.875rem;top:25.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnAfZ9cmWER2TBDwf0Gw9KVvL6qimlnV { width:7.75rem;height:3.9rem;top:26.686630249024rem;left:7.1245661377906rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SHTqwX5exzp8vICKuw8U1LrIk7tT9Nos { width:2.49965625rem;height:2.49965625rem;top:27.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc57TpQkflHPOFBB8TvF4VDMZbc6HHZX { width:14.0625rem;height:5.875rem;top:33.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caBfJDBxdPw48ZxQGq8JCt49ccc35JCp { width:9.75rem;height:2.6rem;top:35.0625rem;left:6.75rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #whwcPAWrITOeo4FUMHpm7HeIgMk2sVZy { width:2.49965625rem;height:2.49965625rem;top:35.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXkZaDZzyKbD4uGscZcXpPva25g7IzLX { width:14.0625rem;height:5.875rem;top:40.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP8SvuyCfMh8GETtmRr5bzBLbTNbZNGo { width:8.0625rem;height:2.6rem;top:42.5rem;left:6.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FRDelcvrCRfZRTBkkS4dXxS0QQkwS2Id { width:2.49965625rem;height:2.49965625rem;top:42.5rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmQxvVxabK21rlspD2wv68WbRTenPkeD { display:block; }#tmQxvVxabK21rlspD2wv68WbRTenPkeD > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GxCAh59isfT1VGTLlg6i2rrOLZLPi20T { width:11.875rem;height:2.686525rem;top:37.123046875rem;left:4.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfksOimliAEVlBh6d7Qn3CZPcSDygdbe { display:block; }
 }@media only screen and (max-width: 763px) { #ph7zGfPCO90BlHdMo2G3epmATzoSsFFb { width:20rem;height:1.70625rem;top:16.061889648438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALmdPDuyCf0cRBDdHcH0zg4oqecKzqQB { width:19.999rem;height:13.475rem;top:18.6865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVbyUyzd42xIJUCC8KelC8vCLRWh4tmO { width:17.9375rem;height:1.21875rem;top:10.763603210449rem;left:1.2489719986916rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow2xbO5mkIy9enwX1IufeK8ZRTVeI4po { width:20rem;height:13.215300132551rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGH9H66fi7vlSTwsf2Olk5QDh6gmSbpR { width:20rem;height:13.3125rem;top:1.2498302459717rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnb8OQZHEBorQkD0oXqZxdtB1FC1rZTX { width:20rem;height:1.4625rem;top:33.89453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D { display:block; }#xzAbUEa0W0XWuHp0QtgqTnFE4lTLDs5D > .row .container { width:20rem;height:134.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1ZMnZTuF6wZeGqPTg70r0g3gAvew8Zx { width:20rem;height:33.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO { display:block; }#pCC1XOxFsOFxqkVKu8hhewTvdXFt5LuO > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNfx8MTk7TLTt5ZmzA7yiFpibL5R59iq { width:9.0615rem;height:3.0875rem;top:21.8125rem;left:5.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KI9MrTKqzEerxTRL6IpILQ7hmPswTlRC { width:3.125rem;height:3.125rem;top:18.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QISxC8VwbkTvSdlLZIw9NqsNo1fzTD12 { width:19.9998125rem;height:6.825rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlcV1KwiWHOXEhmD0IMlT39TQPR5zivT { width:19.9980625rem;height:7.35rem;top:10.3232421875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRUtkTW9tTulEoM5GOgeWuiMLrRFH6CM { width:3.125rem;height:3.125rem;top:37rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFI7MMLZqEAw2LkN00f5aJfQxNA9WnwS { width:11.060875rem;height:1.54375rem;top:40.75rem;left:4.5rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B0GUTBT7QMk9NhcEo3vIpZ31XKFXw38U { width:3.125rem;height:3.125rem;top:27.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNXhAFEabbrf4pakpQSZBCqTSa39I0Q5 { width:12.7484375rem;height:3.0875rem;top:31.1875rem;left:3.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7IXlDbyGOTLXqHrbbQgn89dwgWLp0Rl { width:3.125rem;height:3.125rem;top:45.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKZ4EN7rBKeXQhzKSyoFzTGau5Z1XnIN { width:16.8125rem;height:1.54375rem;top:48.75rem;left:1.75rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlE4XchmtczubGTz7wA4uWep9XJDtTDS { width:16.999875rem;height:1.70625rem;top:1.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlItlmRgkAwSAO2HWCZ3gfiFMRtR0CWr { width:19.999rem;height:8.4rem;top:51.625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocqewtDIhoL4yRFn0OvfmVgNuwWTXTAG { width:9.62425rem;height:2.6875rem;top:61.4375rem;left:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #li1HEKxgt7PRrZDct3KiXWTsXJsgmnTv { display:block; }
 }@media only screen and (max-width: 763px) { #xAsDWRLr7PIpqv1Nx6NrEUrQTfB1aleg { width:16.5rem;height:12.375rem;top:41.728908061981rem;left:1.6875001192093rem;display:none; }
 }@media only screen and (max-width: 763px) { #A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg { display:block; }#A0o0SSF4ZRRXuMItgB1xTWyDPrd8VNNg > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntAoKT9NthBNQotHls2E5vyDA3kORF9w { width:19.9998125rem;height:1.54375rem;top:25.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LLS07QPcxhlELR1655RRh8kghBwundsh { width:18.1871875rem;height:4.55rem;top:3.8916873931885rem;left:0.90374857187269rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVPeZv64QGDsaFaUgIMp8NPctKkgO3ph { width:19.9979375rem;height:5.625rem;top:10.716667175293rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQxU1LI5qi1ZLsqo2ZIcWVeKtdTtROdQ { width:20rem;height:75rem;top:17.79296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd330f9e-cc22-4780-be26-45f9a63172c3/swimmingoceanvacationsummerchair.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke.adaptive-delivery-prevent-bg, #wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke.lazyload, #wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke.lazyloading { background-image: none; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row .container { background-color: transparent; background-image: none; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row .container > .video-iframe-container { display: none; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row > .video-iframe-container { display: none; }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .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); }#wwuqhb6xvdu7LuH6vBbHphbGmaGaCrke > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AoCGWunlyVIFvyHBcWJkp6ETUaXgaMkH { width:19.186875rem;height:13.65rem;top:3.1875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOmUCOcvy4X2waQJETRZNcpoyxgtQecB { width:13.125rem;height:3.75rem;top:19.771484375rem;left:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm7R9pUukbeGBnZUicZwANDJz4k6UNDa { display:block; }
 }@media only screen and (max-width: 763px) { #wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb { display:block; }#wJOkiBWWWETs3oH5LiMsm9HJaTG3gBAb > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcxNWw3XW3PNWXm5gSUvUipaS7e2aNVR { width:15.625rem;height:11.6875rem;top:7.72949375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZyJzAVERGwIpslWJLURDMOzWM1ogmNc { width:15.625rem;height:7.125rem;top:59.47949375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5vcg7REXAfkTueW2lQ9wVKDbTnzelTq { width:15.625rem;height:11.6875rem;top:33.60449375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uakeXZ8ikm5tRt81v3vTmmGTFdWaMTw9 { width:15.625rem;height:11.6875rem;top:20.66699375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Tq50Lmewkpb7vWUOWwLBK7ZdVbLATu { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2kWHmQNMyqbQhnpV6xWlzDF3IXwaVVi { width:20rem;height:2.275rem;top:4.20605625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ovLMt2MgbJt9660kFiiMDA3iLAZCcy { width:15.625rem;height:9.75rem;top:78.85449375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4I7pnfAAyHU3LrNNA8Xf3K5sxHEU230 { width:15.75rem;height:14.4375rem;top:28.8544921875rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1Id65UOwMKhVzTT42zQidkJNgMshAJT { width:15.625rem;height:9.75rem;top:67.85449375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbrbAkq7t3z2TaJJWKhyQNFKUrX2xrIk { width:15.625rem;height:11.6875rem;top:46.54199375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnaxywnqZcyzWer31seMptvTJfTzewrp { width:13.75rem;height:2.923825rem;top:9.24511875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rrTOlX6kRaz0rQ2ZdJVL5TALq28z4Rbr { width:13.75rem;height:2.923825rem;top:30.8535171875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rvFKUb3uMMIwn4Taac79xIOsspgs9CeQ { width:13.75rem;height:2.923825rem;top:36.35449375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XOs4yCFn1ZGoiTCQhJDbmOyuiatvZHxx { width:13.75rem;height:2.923825rem;top:22.18261875rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #M8HUvG9Xnxa4PsRoRfUsr1ld1Jl9hs3J { width:13.75rem;height:4.38574375rem;top:81.16699375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CqRVWHLCiiihHC46TPLU0IKU7yLODdTt { width:13.75rem;height:2.923825rem;top:113.5224609375rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #foHlEf6bhrNJqzDPEvcZ62CoBKevG7ey { width:13.75rem;height:2.923825rem;top:51.66699375rem;left:6.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #buv8sGGSJ1TfwMZPVGOQ95bomkBWKau4 { width:13.75rem;height:4.38574375rem;top:49.29199375rem;left:3.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VpUpzHXlNg8tZUh3UevwVlLFV9yT4kPy { width:13.75rem;height:4.546875rem;top:16.87011875rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lePxuzplk2TGZCgloTbT4dVMbmIorOvA { width:13.75rem;height:4.546875rem;top:34.83105625rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OylnrX1XG3LMr5t3lQDTXJWoioKfkZLl { width:13.75rem;height:4.546875rem;top:43.66699375rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CIsduEQndfazm62OqKpa15pdanKoBK7v { width:13.75rem;height:4.546875rem;top:29.80761875rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LOiU4orZgxAoZrWoai8TtfmuJ2J4oC1a { width:13.75rem;height:4.546875rem;top:91.91699375rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Kx6J5R18QVb6tlb6GV9RbwQSqMo3EODB { width:13.75rem;height:5.68359375rem;top:115.85449375rem;left:3.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jw5IikCDcv35yOgD9mDcTsenbOFUcBOV { width:13.75rem;height:4.546875rem;top:61.04199375rem;left:4.15625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QFCs7xkMZfEkn40bBMSrg1tkNoLis5Wq { width:13.75rem;height:4.546875rem;top:56.66699375rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 { display:block; }#JoKoW6cU8FXtvJ2sGV9SFbBNEkvF1ex2 > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nXS8FpG9SBxnbMyFlbuDi0A9EDamHKxT { width:20rem;height:18.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze { display:block; }#QczXFQR9P6ZFEvcmhMEK0rqIXiWsOCze > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .accordion-heading-text { font-size:0.875rem;height:auto; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr { display:flex;height:auto;width:18.121875rem;top:26.8486328125rem;left:0.9365234375rem; }
#kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bzgSyLOUC0Oaqf7Py2JwBIeAfPcUiIN6 {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #iMGqNqbsTiW94wkZy9VJAMFXUFu4XhvL {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #R6vfiPbKu9yDvQX1DAi8pJagH7UtE7wW {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #JNmx6pAWr078FXSAopzXxLxMe8AOG3cO {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #MSO6CiVLQoRg4ppS3II8NkoNaBeZAIvH {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #heul3z5LmZ9qyet9kLEeIAHBpNmHlRBC {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #NFnv5TaT770vodFNfQM3fMIJTNpEnyl4 {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #WAgJEqZySyvXbUPTIqvLqDwS21zGlSAR {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #af86HRydaP6puwuXhNTeV7AGD9sw6po2 {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #OlLsKtpuquNmm8KdDE1C3QZIJoyUNsN0 {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bKTAa94T79xScw3TaraRmhy1sG3WHvtr {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bk40waPIv6dc3oGN4diEWqpBbqXgheWy {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #JlFtyzFt2C7TzkQo2N1lFvgmUaavU5nt {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #ShHJ3Fq6TNC7P2QotU6wBVUIRT6URgNQ {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #O6RlF3PyPayrLze9mJuXbJ0AQFMri66O {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #a0sb42fZOig99hsGZW60v4P5AcPyifOL {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #HFIFGgfEzuqf1GB2fsSLp2IU59TBZ85n {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bussUerWMT9I8dpFpL5yKdT5MlO5uByt {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #ORzxGPHaOa9bVePndvx3Cpx06FInPtKk {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #bbVGChvdVui0pGtIfLcpQtHVz0KRIJAG {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #BpWf3KmF5xeb1R7gOtNBZAKI5wNDHUoS {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #gEyOs5qopyNBGvlyoAigfr3ugqggkqL8 {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #cx57nVyi9OEkRHg6JdOe0EFpIgtmGgTz {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #mCiALTDzC9nTrhd4MZFcN5CJTgTh6ZmB {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #Ork4tdRGwTW6i5BylPDNc3tAZQ9zRx98 {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #UtSqHnRZZkDJgDbs2MxbPEPlFfCyzc5O {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #f83Bq3xhKTUy9i5mCy6p4EvN0N9TviTz {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #cASd4EgiEdsvFNgSc74axWAEZPd19svt {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #lw7ncxnBZso0i0npU0iPef7qG02Wi1BO {  }
 }@media only screen and (max-width: 763px) { #kAJvmi8l6t6yuTtXuuZMT94xAStfnlhr #wCMoGvCJ9FxeNgM3vUrhqs56PyoL27nh {  }
 }@media only screen and (max-width: 763px) { #F9RBTGngCtZ8Q72QdaDLpWxAt0Uda8PI { width:15.3115rem;height:1.70625rem;top:1.6240234375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Jod4Fz2r7GEM0mfNh2G9rMTzzbJxmv { width:19.9998125rem;height:9.1rem;top:3.8291015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPHowZWtU5aPe9mDAWE9TgATOWMMFX3e { width:19.9989375rem;height:8.575rem;top:13.240661621094rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoJrsAoSpipNFkqLsNSvia3HVC52QPeu { width:12.1873125rem;height:2.6875rem;top:22.911499023438rem;left:3.9052084088326rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmhzeV3b4zyZeWp6bcdhQkGLkcx6ERbB { display:block; }
 }@media only screen and (max-width: 763px) { #Z26kmQef18faGPVCshkJtbzLKV1PKN73 { display:block; }#Z26kmQef18faGPVCshkJtbzLKV1PKN73 > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wb3EaEBmPVUz3gUv6qLqdRU6sSbvP4F1 { width:10.9991875rem;height:2.35625rem;top:1.25rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pExMCUK3IL4lhCtivBuEVummwHGgcukH { display:flex;width:2.4375rem;height:2.4375rem;top:10.25rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #bcK8ft3rkExi4VwS7V8HvHXpvNmb4M96 { width:11.99975rem;height:1.1375rem;top:13.9375rem;left:4rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgwpIvmZnqGmMvNGPnPfPZzKb0erIROE { display:flex;width:2.437125rem;height:2.437125rem;top:16.436231613159rem;left:8.7796394228937rem; }
 }@media only screen and (max-width: 763px) { #ccrtcAGHHiDMJOUswdwbKaCGT2dFakkP { width:10.9991875rem;height:2.275rem;top:20rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRxUQQGrg6opSxI8Z4pDiZvaTSTT3LqF { width:11.99975rem;height:1.1375rem;top:7.875rem;left:4rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQR7HPST4hE1RTKsa3MdnqneOaaRybUQ { display:flex;width:2.4375rem;height:2.4375rem;top:4.1875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #cRmDhuXhOcWEGlFMIXhqPkTohQnXA9HM { display:flex;width:1.74895625rem;height:1.74895625rem;top:52.75rem;left:1.5625rem; }
#cRmDhuXhOcWEGlFMIXhqPkTohQnXA9HM > img { max-width: 100%;max-height:100%; width:1.74895625rem; height:1.74895625rem; } }@media only screen and (max-width: 763px) { #zh41NeChU0rP8uGv6xDEdzvfX5TB9SU2 { display:flex;width:1.74895625rem;height:1.74895625rem;top:52.75rem;left:10.25rem; }
#zh41NeChU0rP8uGv6xDEdzvfX5TB9SU2 > img { max-width: 100%;max-height:100%; width:1.74895625rem; height:1.74895625rem; } }@media only screen and (max-width: 763px) { #O0eW4K6AfTZTw5isqvieHSvTwiCuTcWR { display:flex;width:1.74895625rem;height:1.74895625rem;top:52.75rem;left:12.9375rem; }
#O0eW4K6AfTZTw5isqvieHSvTwiCuTcWR > img { max-width: 100%;max-height:100%; width:1.74895625rem; height:1.74895625rem; } }@media only screen and (max-width: 763px) { #ytmV3KkiSAWc5SCWH6hSwmvcCDJtHZ6C { width:19.999rem;height:2.35625rem;top:24.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB2Zar6n64OTEQP0L5zOoxGwzTPEHndu { width:17.5rem;height:10.8375rem;top:28.125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#eB2Zar6n64OTEQP0L5zOoxGwzTPEHndu li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#eB2Zar6n64OTEQP0L5zOoxGwzTPEHndu li:before{  }
 }@media only screen and (max-width: 763px) { #d5UG7SfumSMBbmblQbJKS7zMg55vgB5F { width:17.5rem;height:12.64375rem;top:38.962501525879rem;left:1.4375000596046rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }#d5UG7SfumSMBbmblQbJKS7zMg55vgB5F li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#d5UG7SfumSMBbmblQbJKS7zMg55vgB5F li:before{  }
 }@media only screen and (max-width: 763px) { #Vv3IW6FE70g86WuMZ3874JGRPmR9i1ss { display:flex;width:1.75rem;height:1.75rem;top:52.75rem;left:4.5rem; }
#Vv3IW6FE70g86WuMZ3874JGRPmR9i1ss > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #hFvLzJMTSZ5oPWQD4H7hkMNb90EqfU0v { display:flex;width:1.75rem;height:1.75rem;top:52.75rem;left:7.625rem; }
#hFvLzJMTSZ5oPWQD4H7hkMNb90EqfU0v > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }