.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,230,225;--color-primary-1:248,173,156;--color-primary-2:241,91,57;--color-primary-3:121,46,29;--color-primary-4:36,14,9;--color-secondary-0:220,239,243;--color-secondary-1:151,208,218;--color-secondary-2:81,176,193;--color-secondary-3:65,107,123;--color-secondary-4:16,35,39;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:112,112,112;--color-tertiary-4:34,34,34;--headlines-font-family:"Georgia";--paragraphs-font-family:"Georgia"; }@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:#3b5998;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1a303762-8fd6-44e0-8a9a-55977c896f2f/Landingi_Desktop_1300x600_Banner5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:#102327;display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:15.185546875rem;left:0rem;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; }
#RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { color:rgba(var(--color-secondary-4),1);display:block;width:39.375rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:21.999267578125rem;left:0rem;height:7.871125rem;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; }
#N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.124875rem;height:3.49975625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:32.5615234375rem;left:0rem;display:block; }
#aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { position:absolute;display:block;z-index:15024;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.8125rem;width:19.4375rem;top:1.28125rem;left:0.625rem;overflow:hidden;display:block; }
#TAGvZknJ5rvxBgUb7knkOE8F1xVlEtPv { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.25rem;width:15.5rem;top:33.1240234375rem;left:0.9990234375rem;display:block; }
#zbPabSD8aWrKywTzs8m4uSBHzz3I52Jb { position:absolute;display:block;z-index:15025;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:3.8125rem;width:6.3125rem;top:39.7412109375rem;left:4.9052734375rem;overflow:hidden;display:block; }
#ldAHIeMyFadTFdPzAgBJRQFCW2z6mZ1l { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:37.7861328125rem;left:3.7177734375rem;height:1.29980625rem;display:block; }
#WMS3Ek21yT5JgF1VZWpkug1yu3LDKUTb { position:absolute;display:block;z-index:15000;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:31.25rem;width:31.25rem;display:none; }
#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/454775c9-c9b4-448a-8c0a-f46d238fb1a9/CopyofPDBeachTowelDesign.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD.adaptive-delivery-prevent-bg, #u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD.lazyload, #u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD.lazyloading { background-image: none; }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD > .row .container { background-color: transparent; background-image: none; }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD > .row .container > .video-iframe-container { display: none; }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD > .row > .video-iframe-container { display: none; }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD > .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); }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD > .row .container { border-width: 0; border-radius: 0; }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#y4UT0Cn1E10Oks2SpsQhOplUx4OklEPU { color:#3b5998;display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:4.6868896484375rem;left:19.21875rem;height:6.01171875rem;text-align:center;text-align-last:center;display:block; }
#bVNPNwb32BTN697x6Tq3tSex5qDroaz0 { color:#3b5998;display:block;width:57.874125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:13.85009765625rem;left:10.45166015625rem;height:17.8125rem;display:block; }#bVNPNwb32BTN697x6Tq3tSex5qDroaz0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bVNPNwb32BTN697x6Tq3tSex5qDroaz0 li:before{  }
#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx { 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; }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx > .row .container { background-color: transparent; background-image: none; }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx > .row .container > .video-iframe-container { display: none; }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx > .row > .video-iframe-container { display: none; }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx > .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); }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx > .row .container { border-width: 0; border-radius: 0; }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx > .row .container { font-size:0.875rem;font-family:arial;height:72.25rem;width:75rem;position:relative;display:block; }#edTLqCdqJmEKTQJHmBJIa3nEzTHBcfMZ { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.31103515625rem;left:0rem;height:3.16894375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scomXHP6JzesAIOmaT87Io07F7zVAEnH { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:42.4365234375rem;left:27.5615234375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzwJ9JEowxAtnpHIUZpp96I6lF7WnIQH { color:rgba(var(--color-tertiary-3),1);display:block;width:18rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:45.6865234375rem;left:28.5615234375rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P1OvXvqCFXgDTq3vEKQrbXfhPMSS808w { position:absolute;display:block;z-index:15006;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:13.5625rem;width:20.875rem;top:27.3125rem;left:26.9365234375rem;overflow:hidden;display:block; }
#NT5x1qqPkZFq8OBzeeodcFEAsTEi1mKZ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:45.6865234375rem;left:51.9365234375rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpNpcmIBCz6po1DMhhIkLknmkgiGB1pf { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:42.4365234375rem;left:51.6865234375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGs1f1tzsqIkdeux6sWqEzwHnbiGZOvk { background-color:rgba(var(--color-primary-2),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.187rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:66.125rem;left:27.9375rem;display:block; }
#PcyeOIyWKceTJ8NX6AnlpUTuGCrkSCbO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTZuGu2dB2fvNH48DOSn8vbtWKfI7FcJ { position:absolute;display:block;z-index:15009;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:13.5rem;width:20.6875rem;top:27.3740234375rem;left:51.3115234375rem;overflow:hidden;display:block; }
#gpLI6kZc7s41FacWk8fxDOTFuczSiLBm { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:45.6865234375rem;left:4.4990234375rem;height:6.9043125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i9yFWClsx8I8oqoZEE2hdJxF9FLO1WUl { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:42.3740234375rem;left:3.4990234375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nqMVIb8eZ09iFXf3uvW0P3woaOp8dMMb { position:absolute;display:block;z-index:15012;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:13.4375rem;width:20.5625rem;top:27.3740234375rem;left:3.0615234375rem;overflow:hidden;display:block; }
#JOz4oQ7qhDbOfCE7y3OD0K9J9Myio3DK { color:rgba(var(--color-tertiary-4),1);display:block;width:58.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.3642578125rem;left:8.0302734375rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#hyXy3KzJ5B7MxrUQavI78mOwGIQsnT1W { color:rgba(var(--color-tertiary-4),1);display:block;width:39.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:56.0615234375rem;left:17.75rem;height:8.125rem;display:block; }
#TT1wbgKWdJS0sUTQQvEroMDrlIPLTmtU { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:4.4793701171875rem;left:25.625rem;height:3.7109375rem;text-align:center;text-align-last:center;display:block; }
#BmaQ1BUovGlFQN0mFNNJytHfQlptwGUG { position:absolute;display:block;z-index:15017;height:6.0625rem;width:17.375rem;top:9.4892578125rem;left:28.8125rem;display:block; }
#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ededed;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; }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 > .row .container { background-color: transparent; background-image: none; }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 > .row .container > .video-iframe-container { display: none; }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 > .row > .video-iframe-container { display: none; }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 > .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); }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 > .row .container { border-width: 0; border-radius: 0; }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 > .row .container { font-size:0.875rem;font-family:arial;height:62.4375rem;width:75rem;position:relative;display:block; }#HGsCgpqCEhq4X1aAUKkg5gp2mGSQ67ZZ { color:#023a4f;display:block;width:26.3745rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:3.60595703125rem;left:25.562133789062rem;height:2.84973125rem;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; }
#p2KL8s03rckHozB4qlMzGdxl5KE1bU0h { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:5rem;left:0rem;display:block; }
#nz70HyoZUwf3cJIvvVPi4LmOS8pIqZV4 { box-sizing:content-box;height:27.625rem;width:17.5rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:24.375rem;left:0.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #cec7bf;border-left:0.125rem solid #cec7bf;border-right:0.125rem solid #cec7bf;border-bottom:0.125rem solid #cec7bf;display:block; }
#dbV7iviIlkxpQMTTzg12Sb2P7wGTFamq { box-sizing:content-box;height:1.8125rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:#ededed;background-image:none;top:4.0625rem;left:26.5625rem;display:block; }
#sLk9BTODxEflGuSK2wB4OJEIhRAifhCH { color:#023a4f;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:40.0625rem;left:1.125rem;height:5.5234375rem;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; }
#TX1VNIN7qZVwvRgXdkiJfqmuegq5BOVP { box-sizing:content-box;height:27.5625rem;width:17.5rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:24.375rem;left:19.1875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #cec7bf;border-left:0.125rem solid #cec7bf;border-right:0.125rem solid #cec7bf;border-bottom:0.125rem solid #cec7bf;display:block; }
#fn3eUchT3VQaz8FNkdw8SkNMcT8M9OVn { color:#023a4f;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:40.0625rem;left:20.1875rem;height:6.9043125rem;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; }
#q42uLCMgOtvKTmNuQmEKaPf4dnCCBwyx { box-sizing:content-box;height:27.3125rem;width:17.5rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;top:24.375rem;left:57.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #cec7bf;border-left:0.125rem solid #cec7bf;border-right:0.125rem solid #cec7bf;border-bottom:0.125rem solid #cec7bf;display:block; }
#TpGlo5Jkr8T30vLxT19E4RAR8DOZFPV6 { color:#023a4f;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:40.0625rem;left:58.375rem;height:6.9043125rem;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; }
#TBPLxoXMLTaLsDTKrItvRiSHTuUTcEfg { color:#023a4f;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:37.3125rem;left:1.125rem;height:1.7871125rem;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; }
#c8gEPTwcmVGUzuB7Xa6Hr5BsusOpiOvm { color:#023a4f;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:37.3125rem;left:20.1875rem;height:1.7871125rem;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; }
#tUZOL1rlXzdnOHUXl9mhQ1bf9Fzermzh { color:#023a4f;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:37.3125rem;left:58.375rem;height:1.7871125rem;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; }
#fczaKXrnhK9s62MoOqpXPbWaBAym9ule { box-sizing:content-box;height:27.4375rem;width:17.5rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:24.375rem;left:38.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #cec7bf;border-left:0.125rem solid #cec7bf;border-right:0.125rem solid #cec7bf;border-bottom:0.125rem solid #cec7bf;display:block; }
#t7kBzuhS6LeXBmnXpCBTKAcSP3u4TnPs { color:#023a4f;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:37.3125rem;left:39.25rem;height:1.7871125rem;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; }
#bJ3nzVPUsSLIFmxtZcL3VmhkU0ochNXb { color:#023a4f;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:40.0625rem;left:39.25rem;height:6.9043125rem;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; }
#BscslPVECkDkdTckKaE020DcVH4Xpb74 { position:absolute;display:block;z-index:14999;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:10.8125rem;width:17.5rem;top:24.4375rem;left:0.25rem;overflow:hidden;display:block; }
#TLER2XQIGxAov207J6uC0VhJvn2zxXKb { position:absolute;display:block;z-index:15000;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:10.875rem;width:17.5625rem;top:24.43701171875rem;left:19.249877929688rem;overflow:hidden;display:block; }
#gJ8qK2oXagz3zSThMMhUQZhF2cKTdFXn { position:absolute;display:block;z-index:15001;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:10.9375rem;width:17.5625rem;top:24.43701171875rem;left:38.374633789062rem;overflow:hidden;display:block; }
#awx8yf4RGI7Lxz0z2ugl2rLe859ha7p0 { position:absolute;display:block;z-index:15002;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:10.875rem;width:17.5rem;top:24.43701171875rem;left:57.5rem;overflow:hidden;display:block; }
#leTxasGDlJ3BWNATEkXzw8VBVCteJqxg { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:56.561889648438rem;left:28.75rem;display:block; }
#xmm1obV1RrACH3P0SCv30xmRLsPUDcz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eA993NaOLN240MKxGaqJof80TfAGfbXp { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:48.0625rem;left:3.4375rem;display:block; }
#AZ7TzTToh1vnoAFsfx93inSP2eev9iHd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tvVu5khwa6ztSB98T2M67W5G9kTTLUET { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:48.0625rem;left:22.5rem;display:block; }
#D35kdk2yBJgXxD6ZGC4TzbIoPcJva8d0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hpScs4qyw3sRKfQhsinSU4MbT9rhuVee { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:48.0625rem;left:41.5625rem;display:block; }
#S8Kgz4TCuN52fbS4HKhV6zEq0vBwNUC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uBez4N3dQB6p19f38GsHDbgv6dDzxBxq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:48.0625rem;left:60.6875rem;display:block; }
#vhc0e3kUF7wqfbSsJh9ahpaxRJZT8q88 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lFSHcwgf0zoVXUUhBatBdJASKeIV9OGr { color:rgba(var(--color-tertiary-4),1);display:block;width:62.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:9.4610595703125rem;left:6.2799072265625rem;height:11.6953125rem;text-align:center;text-align-last:center;display:block; }
#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/454775c9-c9b4-448a-8c0a-f46d238fb1a9/CopyofPDBeachTowelDesign.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2.adaptive-delivery-prevent-bg, #pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2.lazyload, #pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2.lazyloading { background-image: none; }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 > .row .container { background-color: transparent; background-image: none; }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 > .row .container > .video-iframe-container { display: none; }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 > .row > .video-iframe-container { display: none; }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 > .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); }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 > .row .container { border-width: 0; border-radius: 0; }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;position:relative;display:block; }#lys5JGUrpvPmdWnLLGxWzb8KmqM4FPQ6 { position:absolute;display:block;z-index:15000;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:13.3125rem;width:20.1875rem;top:0rem;left:29.8125rem;overflow:hidden;display:block; }
#Ge3nCyuybCBs2SS4OyQ45biI6OTIFhZd { position:absolute;display:block;z-index:15001;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:28.625rem;width:20.1875rem;top:13.0625rem;left:29.8125rem;overflow:hidden;display:block; }
#iKXGuoavBlBsmD3Rw7JOTDXbLy6kW9UN { position:absolute;display:block;z-index:15002;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:21.125rem;width:31.875rem;top:20.5625rem;left:-2.04150390625rem;overflow:hidden;display:block; }
#Bi9tBEGlWRFnZfqLF4x5QWUk5ZKwZKqJ { color:#050b26;display:block;width:17.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:0.5625rem;left:54.6875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VJXn70oeSQUuT2EBNlb7IB4SCCuwGu81 { color:#050b26;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:7rem;left:55rem;height:3.82421875rem;font-style:normal;display:block; }
#kF5pt4FahVwhFTiFOegXbHiJ8QTLoZWb { color:#3d4051;display:block;width:17.0625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:11.125rem;left:55rem;height:16.520375rem;font-style:normal;display:block; }#kF5pt4FahVwhFTiFOegXbHiJ8QTLoZWb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kF5pt4FahVwhFTiFOegXbHiJ8QTLoZWb li:before{  }
#tXP60k1yrEbUaT8WhsGd4Xnx0nmZTK7I { position:absolute;display:block;z-index:15001;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.5625rem;width:31.8125rem;top:0rem;left:-2.03076171875rem;overflow:hidden;display:block; }
#GBusuaIrXcva5SORUxqsWkvRLbDbrku4 { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9375rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:31.53125rem;left:54.03125rem;display:block; }
#TpqWNmPMRtcsTKqUfTcbuTFRSdSwH6N6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wiy38p0TwAktE85GWliwKb3stQPW3KJh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");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; }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh.adaptive-delivery-prevent-bg, #Wiy38p0TwAktE85GWliwKb3stQPW3KJh.lazyload, #Wiy38p0TwAktE85GWliwKb3stQPW3KJh.lazyloading { background-image: none; }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh > .row .container { background-color: transparent; background-image: none; }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh > .row .container > .video-iframe-container { display: none; }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh > .row > .video-iframe-container { display: none; }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh > .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); }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh > .row .container { border-width: 0; border-radius: 0; }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#O3zmUoaikBDKOMGIsr8UeJoPx1iWuxxm { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.75rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXvKlNPADNvOtPumhE8PWcIF1xdWMc9G { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.1875rem;left:14.375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PrPlHwLGptEg4vyuK11JBTueATnXocrS { position:absolute;display:block;z-index:15006;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:2rem;width:2.8125rem;top:10.1875rem;left:10.875rem;overflow:hidden;display:block; }
#Mk6JaVQl0KtGkNHT261upbWTbgmMIMeJ { position:absolute;display:block;z-index:15007;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:2rem;width:2.8125rem;top:10.625rem;left:62.125rem;overflow:hidden;display:block; }
#ZTEAziTDN6zdxUrqcmyNOWMyf1KaCi5E { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:14.8125rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iJPRdbOPFex06pgTK43ZUPKRtHmsxwup { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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.062375rem;width:60rem;top:17.9990234375rem;left:7.4609375rem;display:block; }
#GRBLS6wAtbpNrr1noGlRXAnMoyxRpSAR { color:rgba(var(--color-tertiary-4),0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20rem;left:8.0625rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnPotb5Dv8PT9l3dqWHoQXbx1xuSu27F { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:27.0625rem;left:8.0625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AXLF1c0eTXJxCruii8fzNaNoDl19eTTc { color:rgba(var(--color-tertiary-4),0.6);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:20rem;left:38.125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nr7XwQRN3XEtxdinX7QqkXMRZaUdWUN8 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27.0625rem;left:38.125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LB8EhfxpKFWP6FRWt0EDdOShRqbq8v5W { position:absolute;display:block;z-index:15013;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: none;height:12.375rem;width:0.0625rem;top:18rem;left:37.421875rem;display:block; }
#VfWkPOPGi6Mv9uAP1uwJ5XeRlCyW3ApE { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.8607177734375rem;left:25.249633789062rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HxTIdZa6Xt8ENNcWG8qlTb6dIq04G7gl { position:absolute;display:block;z-index:15019;height:9.25rem;width:27.1875rem;top:31.625rem;left:23.90625rem;display:block; }
#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39770694-8312-4c65-9313-a6511c26e97f/496A8311.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { font-size:0.875rem;font-family:arial;height:64.6875rem;width:75rem;position:relative;display:block; }#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:rgba(var(--color-tertiary-0),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:2.562255859375rem;left:1.25rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:10.75rem;left:50.1875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:10.4375rem;left:46.5625rem;display:block; }
#MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:14.375rem;left:47rem;display:block; }
#COXR46QP8gmcXfESJJU87Hwdikr4WBNv { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:14.375rem;left:50.1875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:10.0625rem;left:46.3125rem;display:block; }
#RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:13.75rem;left:46.3125rem;display:block; }
#LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;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:12.5rem;width:0.1875rem;top:7.0625rem;left:40.3125rem;display:block; }
#aSgskvGciwbKdIP9DKzgtWousD2tmobO { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:8.837890625rem;left:1.25rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MHgIpvifUqgA2WCJi95brrucPTUeLymI { position:absolute;display:block;z-index:15043;height:21.75rem;width:38.125rem;top:12.0625rem;left:1.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:35.9375rem;height:;top:15.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:39.375rem;height:7.8125rem;top:21.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:16.0625rem;height:3.4375rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:19.4375rem;height:4.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGvZknJ5rvxBgUb7knkOE8F1xVlEtPv { width:15.4375rem;height:3.1875rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbPabSD8aWrKywTzs8m4uSBHzz3I52Jb { width:6.3125rem;height:3.8125rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldAHIeMyFadTFdPzAgBJRQFCW2z6mZ1l { top:37.75rem;left:0rem;width:8.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMS3Ek21yT5JgF1VZWpkug1yu3LDKUTb { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD { display:block; }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4UT0Cn1E10Oks2SpsQhOplUx4OklEPU { top:4.625rem;left:5.59375rem;width:36.5625rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVNPNwb32BTN697x6Tq3tSex5qDroaz0 { top:13.8125rem;left:0rem;width:47.75rem;height:17.8125rem;font-size:1.3125rem;display:block; }#bVNPNwb32BTN697x6Tq3tSex5qDroaz0 li:before{  }
 }@media only screen and (max-width: 763px) { #HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx { display:block; }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edTLqCdqJmEKTQJHmBJIa3nEzTHBcfMZ { width:47.75rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scomXHP6JzesAIOmaT87Io07F7zVAEnH { width:19.875rem;height:2rem;top:42.375rem;left:13.9365234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzwJ9JEowxAtnpHIUZpp96I6lF7WnIQH { width:17.9375rem;height:6.875rem;top:45.625rem;left:14.9365234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1OvXvqCFXgDTq3vEKQrbXfhPMSS808w { width:20.8125rem;height:13.521893712575rem;top:27.3125rem;left:13.3115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT5x1qqPkZFq8OBzeeodcFEAsTEi1mKZ { width:19.5625rem;height:6.875rem;top:45.625rem;left:28.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpNpcmIBCz6po1DMhhIkLknmkgiGB1pf { width:19.875rem;height:2rem;top:42.375rem;left:27.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGs1f1tzsqIkdeux6sWqEzwHnbiGZOvk { width:19.125rem;height:3.125rem;top:66.125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcyeOIyWKceTJ8NX6AnlpUTuGCrkSCbO { display:block; }
 }@media only screen and (max-width: 763px) { #yTZuGu2dB2fvNH48DOSn8vbtWKfI7FcJ { width:20.625rem;height:13.459214501511rem;top:27.3125rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpLI6kZc7s41FacWk8fxDOTFuczSiLBm { width:17.875rem;height:6.875rem;top:45.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9yFWClsx8I8oqoZEE2hdJxF9FLO1WUl { width:19.875rem;height:2rem;top:42.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqMVIb8eZ09iFXf3uvW0P3woaOp8dMMb { width:20.5rem;height:13.396656534954rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOz4oQ7qhDbOfCE7y3OD0K9J9Myio3DK { top:17.3125rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyXy3KzJ5B7MxrUQavI78mOwGIQsnT1W { top:56rem;left:4.125rem;width:39.4375rem;height:8.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1wbgKWdJS0sUTQQvEroMDrlIPLTmtU { top:4.4375rem;left:12rem;width:23.75rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmaQ1BUovGlFQN0mFNNJytHfQlptwGUG { top:9.4375rem;left:15.1875rem;width:17.375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 { display:block; }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGsCgpqCEhq4X1aAUKkg5gp2mGSQ67ZZ { width:26.3125rem;height:2.8125rem;top:3.5625rem;left:11.937133789062rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2KL8s03rckHozB4qlMzGdxl5KE1bU0h { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz70HyoZUwf3cJIvvVPi4LmOS8pIqZV4 { width:17.5rem;height:27.5625rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbV7iviIlkxpQMTTzg12Sb2P7wGTFamq { width:24.375rem;height:1.8125rem;top:4.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLk9BTODxEflGuSK2wB4OJEIhRAifhCH { width:15.6875rem;height:5.5rem;top:40.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1VNIN7qZVwvRgXdkiJfqmuegq5BOVP { width:17.5rem;height:27.5rem;top:24.375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn3eUchT3VQaz8FNkdw8SkNMcT8M9OVn { width:15.6875rem;height:6.875rem;top:40.0625rem;left:6.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q42uLCMgOtvKTmNuQmEKaPf4dnCCBwyx { width:17.5rem;height:27.25rem;top:24.375rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpGlo5Jkr8T30vLxT19E4RAR8DOZFPV6 { width:15.6875rem;height:6.875rem;top:40.0625rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBPLxoXMLTaLsDTKrItvRiSHTuUTcEfg { width:15.6875rem;height:1.75rem;top:37.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8gEPTwcmVGUzuB7Xa6Hr5BsusOpiOvm { width:15.6875rem;height:1.75rem;top:37.3125rem;left:6.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUZOL1rlXzdnOHUXl9mhQ1bf9Fzermzh { width:15.6875rem;height:1.75rem;top:37.3125rem;left:32rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fczaKXrnhK9s62MoOqpXPbWaBAym9ule { width:17.5rem;height:27.375rem;top:24.375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7kBzuhS6LeXBmnXpCBTKAcSP3u4TnPs { width:15.6875rem;height:1.75rem;top:37.3125rem;left:25.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ3nzVPUsSLIFmxtZcL3VmhkU0ochNXb { width:15.6875rem;height:6.875rem;top:40.0625rem;left:25.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BscslPVECkDkdTckKaE020DcVH4Xpb74 { top:24.4375rem;left:0rem;width:17.5rem;height:10.812375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLER2XQIGxAov207J6uC0VhJvn2zxXKb { top:24.375rem;left:5.6248779296875rem;width:17.5rem;height:10.836079517146rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ8qK2oXagz3zSThMMhUQZhF2cKTdFXn { top:24.375rem;left:24.749633789062rem;width:17.5rem;height:10.898731654543rem;display:block; }
 }@media only screen and (max-width: 763px) { #awx8yf4RGI7Lxz0z2ugl2rLe859ha7p0 { top:24.375rem;left:30.25rem;width:17.5rem;height:10.874625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leTxasGDlJ3BWNATEkXzw8VBVCteJqxg { width:17.4375rem;height:3.375rem;top:56.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmm1obV1RrACH3P0SCv30xmRLsPUDcz4 { display:block; }
 }@media only screen and (max-width: 763px) { #eA993NaOLN240MKxGaqJof80TfAGfbXp { width:11rem;height:2.75rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ7TzTToh1vnoAFsfx93inSP2eev9iHd { display:block; }
 }@media only screen and (max-width: 763px) { #tvVu5khwa6ztSB98T2M67W5G9kTTLUET { width:11rem;height:2.75rem;top:48.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D35kdk2yBJgXxD6ZGC4TzbIoPcJva8d0 { display:block; }
 }@media only screen and (max-width: 763px) { #hpScs4qyw3sRKfQhsinSU4MbT9rhuVee { width:11rem;height:2.75rem;top:48.0625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8Kgz4TCuN52fbS4HKhV6zEq0vBwNUC2 { display:block; }
 }@media only screen and (max-width: 763px) { #uBez4N3dQB6p19f38GsHDbgv6dDzxBxq { width:11rem;height:2.75rem;top:48.0625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhc0e3kUF7wqfbSsJh9ahpaxRJZT8q88 { display:block; }
 }@media only screen and (max-width: 763px) { #lFSHcwgf0zoVXUUhBatBdJASKeIV9OGr { top:9.4375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 { display:block; }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lys5JGUrpvPmdWnLLGxWzb8KmqM4FPQ6 { width:20.1875rem;height:13.3125rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge3nCyuybCBs2SS4OyQ45biI6OTIFhZd { width:20.1875rem;height:28.625rem;top:13.0625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKXGuoavBlBsmD3Rw7JOTDXbLy6kW9UN { width:31.875rem;height:21.125rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi9tBEGlWRFnZfqLF4x5QWUk5ZKwZKqJ { width:17.875rem;height:6rem;top:0.5625rem;left:29.75rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJXn70oeSQUuT2EBNlb7IB4SCCuwGu81 { width:16.5625rem;height:3.8125rem;top:7rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF5pt4FahVwhFTiFOegXbHiJ8QTLoZWb { width:17.0625rem;height:;top:11.125rem;left:30.5625rem;font-size:1rem;display:block; }#kF5pt4FahVwhFTiFOegXbHiJ8QTLoZWb li:before{  }
 }@media only screen and (max-width: 763px) { #tXP60k1yrEbUaT8WhsGd4Xnx0nmZTK7I { width:31.8125rem;height:20.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBusuaIrXcva5SORUxqsWkvRLbDbrku4 { width:16.9375rem;height:3.4375rem;top:31.5rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpqWNmPMRtcsTKqUfTcbuTFRSdSwH6N6 { display:block; }
 }@media only screen and (max-width: 763px) { #Wiy38p0TwAktE85GWliwKb3stQPW3KJh { display:block; }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3zmUoaikBDKOMGIsr8UeJoPx1iWuxxm { width:47.75rem;height:2.25rem;top:3.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXvKlNPADNvOtPumhE8PWcIF1xdWMc9G { width:46.25rem;height:3.875rem;top:10.1875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrPlHwLGptEg4vyuK11JBTueATnXocrS { width:2.8125rem;height:2rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6JaVQl0KtGkNHT261upbWTbgmMIMeJ { width:2.8125rem;height:2rem;top:10.625rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTEAziTDN6zdxUrqcmyNOWMyf1KaCi5E { width:47.75rem;height:1.25rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJPRdbOPFex06pgTK43ZUPKRtHmsxwup { width:47.625rem;height:12rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRBLS6wAtbpNrr1noGlRXAnMoyxRpSAR { width:28.75rem;height:6.4375rem;top:20rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnPotb5Dv8PT9l3dqWHoQXbx1xuSu27F { width:28.75rem;height:1.4375rem;top:27.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXLF1c0eTXJxCruii8fzNaNoDl19eTTc { width:28.75rem;height:3.875rem;top:20rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr7XwQRN3XEtxdinX7QqkXMRZaUdWUN8 { width:28.75rem;height:1.4375rem;top:27.0625rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB8EhfxpKFWP6FRWt0EDdOShRqbq8v5W { width:0.0625rem;height:12.375rem;top:18rem;left:23.796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfWkPOPGi6Mv9uAP1uwJ5XeRlCyW3ApE { top:6.8125rem;left:11.624633789062rem;width:24.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxTIdZa6Xt8ENNcWG8qlTb6dIq04G7gl { top:31.625rem;left:10.28125rem;width:27.1875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:37.625rem;height:5.25rem;top:2.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:11.6875rem;height:1.9375rem;top:10.75rem;left:36.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:10.4375rem;left:32.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:14.375rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:16.875rem;height:1.9375rem;top:14.375rem;left:30.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:10.0625rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:13.75rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:0.1875rem;height:12.5rem;top:7.0625rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSgskvGciwbKdIP9DKzgtWousD2tmobO { width:34.4375rem;height:1.9375rem;top:8.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHgIpvifUqgA2WCJi95brrucPTUeLymI { top:12.0625rem;left:0rem;width:38.125rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ef6746e1-6ba9-439b-84d5-7ac26d342866/Landingi_Desktop_1300x600_Banner4.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;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; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:19.186375rem;height:3.57421875rem;top:34.561767578125rem;left:0.4058837890625rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#3b5998;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:18.687125rem;height:18.890625rem;top:41.4111328125rem;left:0.6561279296875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#3b5998;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:18.8125rem;height:3.4375rem;top:62.3125rem;left:0.5rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:13.9375rem;height:3.5rem;top:1.7490234375rem;left:3.65625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TAGvZknJ5rvxBgUb7knkOE8F1xVlEtPv { width:18.25rem;height:3.5rem;top:62.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbPabSD8aWrKywTzs8m4uSBHzz3I52Jb { width:5rem;height:3rem;top:8.34765625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldAHIeMyFadTFdPzAgBJRQFCW2z6mZ1l { width:8.5625rem;height:1.29980625rem;top:6.3115234375rem;left:5.71875rem;font-size:1rem;color:#3b5998;display:block; }
 }@media only screen and (max-width: 763px) { #WMS3Ek21yT5JgF1VZWpkug1yu3LDKUTb { top:12.911987304688rem;left:0rem;width:20rem;height:20rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD { display:block; }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4UT0Cn1E10Oks2SpsQhOplUx4OklEPU { width:20rem;height:7.3125rem;top:1.4996337890625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVNPNwb32BTN697x6Tq3tSex5qDroaz0 { width:20rem;height:22.59375rem;top:9.9233125rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }#bVNPNwb32BTN697x6Tq3tSex5qDroaz0 li:before{  }
 }@media only screen and (max-width: 763px) { #HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx { display:block; }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx > .row .container { width:20rem;height:129.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edTLqCdqJmEKTQJHmBJIa3nEzTHBcfMZ { width:20rem;height:2.35546875rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;font-family:georgia;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #scomXHP6JzesAIOmaT87Io07F7zVAEnH { width:19.937125rem;height:2.03125rem;top:52.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #SzwJ9JEowxAtnpHIUZpp96I6lF7WnIQH { width:19.937125rem;height:5.5234375rem;top:54.8115234375rem;left:0.0628662109375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1OvXvqCFXgDTq3vEKQrbXfhPMSS808w { width:16.875rem;height:11.062rem;top:40.249755859375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT5x1qqPkZFq8OBzeeodcFEAsTEi1mKZ { width:19.937125rem;height:6.9043125rem;top:76.374145507812rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpNpcmIBCz6po1DMhhIkLknmkgiGB1pf { width:19.937125rem;height:2.03125rem;top:73.811889648438rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #eGs1f1tzsqIkdeux6sWqEzwHnbiGZOvk { width:16.7486875rem;height:3.125rem;top:123.185546875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcyeOIyWKceTJ8NX6AnlpUTuGCrkSCbO { display:block; }
 }@media only screen and (max-width: 763px) { #yTZuGu2dB2fvNH48DOSn8vbtWKfI7FcJ { width:16.62475rem;height:10.99975rem;top:62.124267578125rem;left:1.6864013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpLI6kZc7s41FacWk8fxDOTFuczSiLBm { width:18.81225rem;height:5.5234375rem;top:99.812377929688rem;left:0.5926513671875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9yFWClsx8I8oqoZEE2hdJxF9FLO1WUl { width:19.937125rem;height:2.03125rem;top:96.749633789062rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #nqMVIb8eZ09iFXf3uvW0P3woaOp8dMMb { width:16.749875rem;height:11.062rem;top:84.811767578125rem;left:1.62353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOz4oQ7qhDbOfCE7y3OD0K9J9Myio3DK { width:18.375rem;height:20.4668125rem;top:17.9990234375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyXy3KzJ5B7MxrUQavI78mOwGIQsnT1W { width:16.43675rem;height:13rem;top:107.87292480469rem;left:1.781005859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT1wbgKWdJS0sUTQQvEroMDrlIPLTmtU { width:20rem;height:3.1621125rem;top:5.16796875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmaQ1BUovGlFQN0mFNNJytHfQlptwGUG { width:17.375rem;height:6.0625rem;top:9.9365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 { display:block; }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 > .row .container { width:20rem;height:153rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGsCgpqCEhq4X1aAUKkg5gp2mGSQ67ZZ { width:20rem;height:2.3999rem;top:2.4371337890625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;font-family:georgia;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p2KL8s03rckHozB4qlMzGdxl5KE1bU0h { width:10rem;height:0.0625rem;top:5.5875015258789rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz70HyoZUwf3cJIvvVPi4LmOS8pIqZV4 { width:19.74975rem;height:24.874875rem;top:36.37451171875rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #dbV7iviIlkxpQMTTzg12Sb2P7wGTFamq { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sLk9BTODxEflGuSK2wB4OJEIhRAifhCH { width:17.87475rem;height:5.19921875rem;top:51.812133789062rem;left:1.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1VNIN7qZVwvRgXdkiJfqmuegq5BOVP { width:19.74975rem;height:26.812125rem;top:88.75rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #fn3eUchT3VQaz8FNkdw8SkNMcT8M9OVn { width:17.87475rem;height:5.19921875rem;top:78.3740234375rem;left:1.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q42uLCMgOtvKTmNuQmEKaPf4dnCCBwyx { width:19.874875rem;height:27.1875rem;top:61.357543945312rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #TpGlo5Jkr8T30vLxT19E4RAR8DOZFPV6 { width:17.875rem;height:5.19921875rem;top:104.9375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBPLxoXMLTaLsDTKrItvRiSHTuUTcEfg { width:19.43725rem;height:1.7871125rem;top:49.498291015625rem;left:0rem;font-size:1.375rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #c8gEPTwcmVGUzuB7Xa6Hr5BsusOpiOvm { width:19.43725rem;height:1.7871125rem;top:75.374145507812rem;left:0rem;font-size:1.375rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #tUZOL1rlXzdnOHUXl9mhQ1bf9Fzermzh { width:19.4375rem;height:1.7871125rem;top:102.25rem;left:0.3125rem;font-size:1.375rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #fczaKXrnhK9s62MoOqpXPbWaBAym9ule { width:19.75rem;height:27.8125rem;top:115.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7kBzuhS6LeXBmnXpCBTKAcSP3u4TnPs { width:19.4375rem;height:1.7871125rem;top:129.4375rem;left:0.3125rem;font-size:1.375rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #bJ3nzVPUsSLIFmxtZcL3VmhkU0ochNXb { width:17.875rem;height:5.19921875rem;top:132.1875rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BscslPVECkDkdTckKaE020DcVH4Xpb74 { width:19.812rem;height:12.24975rem;top:36.37451171875rem;left:0.0927734375rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #TLER2XQIGxAov207J6uC0VhJvn2zxXKb { width:20rem;height:12.375rem;top:61.482543945312rem;left:0.12451171875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #gJ8qK2oXagz3zSThMMhUQZhF2cKTdFXn { width:19.4375rem;height:12.125rem;top:88.75rem;left:0.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #awx8yf4RGI7Lxz0z2ugl2rLe859ha7p0 { width:19.8125rem;height:12.25rem;top:115.8125rem;left:0.125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #leTxasGDlJ3BWNATEkXzw8VBVCteJqxg { width:17.31175rem;height:3.24926875rem;top:147.109375rem;left:1.3115234375rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #xmm1obV1RrACH3P0SCv30xmRLsPUDcz4 { display:block; }
 }@media only screen and (max-width: 763px) { #eA993NaOLN240MKxGaqJof80TfAGfbXp { width:9.499875rem;height:2.06213125rem;top:58.186645507812rem;left:5.21728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZ7TzTToh1vnoAFsfx93inSP2eev9iHd { display:block; }
 }@media only screen and (max-width: 763px) { #tvVu5khwa6ztSB98T2M67W5G9kTTLUET { width:9.3125rem;height:2.18725625rem;top:84.81201171875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D35kdk2yBJgXxD6ZGC4TzbIoPcJva8d0 { display:block; }
 }@media only screen and (max-width: 763px) { #hpScs4qyw3sRKfQhsinSU4MbT9rhuVee { width:10.125rem;height:2.3125rem;top:139.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8Kgz4TCuN52fbS4HKhV6zEq0vBwNUC2 { display:block; }
 }@media only screen and (max-width: 763px) { #uBez4N3dQB6p19f38GsHDbgv6dDzxBxq { width:10.375rem;height:2.3125rem;top:111.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhc0e3kUF7wqfbSsJh9ahpaxRJZT8q88 { display:block; }
 }@media only screen and (max-width: 763px) { #lFSHcwgf0zoVXUUhBatBdJASKeIV9OGr { width:17.6245rem;height:23.14453125rem;top:8.052734375rem;left:1.1865234375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 { display:block; }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lys5JGUrpvPmdWnLLGxWzb8KmqM4FPQ6 { width:19.875rem;height:13.125rem;top:26.6875rem;left:0.061298076923066rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge3nCyuybCBs2SS4OyQ45biI6OTIFhZd { width:20rem;height:30.125rem;top:66.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKXGuoavBlBsmD3Rw7JOTDXbLy6kW9UN { width:20rem;height:13.25rem;top:53.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi9tBEGlWRFnZfqLF4x5QWUk5ZKwZKqJ { width:20rem;height:2.19970625rem;top:2.288818359375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VJXn70oeSQUuT2EBNlb7IB4SCCuwGu81 { width:20rem;height:1.69921875rem;top:4.4488525390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kF5pt4FahVwhFTiFOegXbHiJ8QTLoZWb { width:17.999875rem;height:13.457rem;top:6.68701171875rem;left:0.99853515625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#kF5pt4FahVwhFTiFOegXbHiJ8QTLoZWb li:before{  }
 }@media only screen and (max-width: 763px) { #tXP60k1yrEbUaT8WhsGd4Xnx0nmZTK7I { width:20rem;height:13.25rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBusuaIrXcva5SORUxqsWkvRLbDbrku4 { width:15.874375rem;height:2.81164375rem;top:21.686401367188rem;left:2.030029296875rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #TpqWNmPMRtcsTKqUfTcbuTFRSdSwH6N6 { display:block; }
 }@media only screen and (max-width: 763px) { #Wiy38p0TwAktE85GWliwKb3stQPW3KJh { display:block; }#Wiy38p0TwAktE85GWliwKb3stQPW3KJh > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3zmUoaikBDKOMGIsr8UeJoPx1iWuxxm { width:20rem;height:3.298825rem;top:1.93603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-family:georgia;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lXvKlNPADNvOtPumhE8PWcIF1xdWMc9G { width:20rem;height:7.7988125rem;top:11.936645507812rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #PrPlHwLGptEg4vyuK11JBTueATnXocrS { width:1.8125rem;height:1.25rem;top:10.1630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6JaVQl0KtGkNHT261upbWTbgmMIMeJ { width:1.8125rem;height:1.25rem;top:20.2871109375rem;left:18.040388175518rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTEAziTDN6zdxUrqcmyNOWMyf1KaCi5E { width:20rem;height:1.25rem;top:22.1240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #iJPRdbOPFex06pgTK43ZUPKRtHmsxwup { width:20.0625rem;height:20.0625rem;top:24.375000715256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRBLS6wAtbpNrr1noGlRXAnMoyxRpSAR { width:20rem;height:9.098625rem;top:25.625rem;left:0rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #TnPotb5Dv8PT9l3dqWHoQXbx1xuSu27F { width:20rem;height:1.29980625rem;top:36.81884765625rem;left:0rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #AXLF1c0eTXJxCruii8fzNaNoDl19eTTc { width:20rem;height:5.19921875rem;top:39.6240234375rem;left:0rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Nr7XwQRN3XEtxdinX7QqkXMRZaUdWUN8 { width:20rem;height:1.29980625rem;top:45.43701171875rem;left:0rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #LB8EhfxpKFWP6FRWt0EDdOShRqbq8v5W { width:0.0625rem;height:12.375rem;top:18rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfWkPOPGi6Mv9uAP1uwJ5XeRlCyW3ApE { width:15.9375rem;height:3.25rem;top:5.76416015625rem;left:2.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxTIdZa6Xt8ENNcWG8qlTb6dIq04G7gl { width:20rem;height:9.25rem;top:47.9863296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/39770694-8312-4c65-9313-a6511c26e97f/496A8311.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.adaptive-delivery-prevent-bg, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyload, #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng.lazyloading { background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { background-color: transparent; background-image: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.8); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { display: none; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .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); }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { border-width: 0; border-radius: 0; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng::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; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:84.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:20rem;height:6.07324375rem;top:1.7001953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:14.625rem;height:1.4619125rem;top:73.375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L1KJWRRiDwqxHgP1ThlPviS4zOnKdDTu { width:2.3125rem;height:2.125rem;top:69.9375rem;left:8.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.437375rem;height:1.3745125rem;top:76.9375rem;left:9.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:14.625rem;height:1.4619125rem;top:79.9375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ykGLEJs8OpGTwzJQWgUr3AQ8BXyLuab5 { width:2.8125rem;height:2.8125rem;top:69.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:76.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbSoezkPTAwNLchzdUH3uhLDkvCrDL0o { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSgskvGciwbKdIP9DKzgtWousD2tmobO { width:20rem;height:2.923825rem;top:8.87451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MHgIpvifUqgA2WCJi95brrucPTUeLymI { width:20rem;height:55.1875rem;top:13.0859375rem;left:0rem;display:block; }
 }