.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:0,0,0;--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:rgba(var(--color-tertiary-0),1);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:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9aacdc0b-5b48-4ab1-b043-c14f8723956b/Landingi_Desktop_1300x600_Banner3.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:#0a96db;display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:11.6240234375rem;left:0rem;height:14.847625rem;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:#0a96db;display:block;width:31.1236875rem;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(var(--color-tertiary-4),0.13);top:27.9248046875rem;left:0rem;height:4.72265625rem;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:#81c243;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:18.9984375rem;height:4.1870125rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:35.199584960938rem;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:5.9375rem;width:24.75rem;top:1.75rem;left:0.158203125rem;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 #81c243;border-left:0.1875rem solid #81c243;border-right:0.1875rem solid #81c243;border-bottom:0.1875rem solid #81c243;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.93676875rem;width:18.2483125rem;top:35.980224609375rem;left:1.217041015625rem;display:block; }
#HGBWAD1DQytTS6dEo6fFWWBFrUOvPvqR { 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:8.125rem;width:8.125rem;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:39rem;width:75rem;position:relative;display:block; }#y4UT0Cn1E10Oks2SpsQhOplUx4OklEPU { color:#3b5998;display:block;width:44.937125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:2.061767578125rem;left:15.029907226562rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ALxwPEgMxIT9U2qKQoodymcArex6siql { color:#00156b;display:block;width:47.999875rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:7.3577880859375rem;left:13.499755859375rem;height:29.002925rem;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; }
#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:60.25rem;width:75rem;position:relative;display:block; }#HGsCgpqCEhq4X1aAUKkg5gp2mGSQ67ZZ { color:#023a4f;display:block;width:22.312rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:1.9561767578125rem;left:27.0458984375rem;height:6.14868125rem;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:26.875rem;width:17.625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;top:16.437377929688rem;left:9.2498779296875rem;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:21.875rem;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.7495rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:33.4375rem;left:10.25rem;height:8.285125rem;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:26.75rem;width:17.625rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:16.529541015625rem;left:28.600463867188rem;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.748875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:34.818725585938rem;left:29.624633789062rem;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; }
#TpGlo5Jkr8T30vLxT19E4RAR8DOZFPV6 { color:#023a4f;display:block;width:48.0609375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:47.499389648438rem;left:13.46923828125rem;height:4.142575rem;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.748875rem;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:29.869018554688rem;left:10.272827148438rem;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.748875rem;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:29.391723632812rem;left:29.624633789062rem;height:3.57421875rem;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:26.625rem;width:17.625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image:none;top:16.5625rem;left:48.062133789062rem;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.7483125rem;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:29.868774414062rem;left:49.169189453125rem;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.748875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:34.818725585938rem;left:49.106689453125rem;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; }
#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:12.0625rem;width:17.625rem;top:16.499633789062rem;left:9.375rem;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:11.875rem;width:17.6875rem;top:16.499877929688rem;left:28.687133789062rem;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:11.625rem;width:17.5625rem;top:16.68701171875rem;left:48.161938407347rem;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:18.06125rem;height:3.1864rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:53.687133789062rem;left:28.46923828125rem;display:block; }
#xmm1obV1RrACH3P0SCv30xmRLsPUDcz4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZKT3quUuzJ6MvoH7RX2nMxIcKwhC2Typ { color:rgba(var(--color-tertiary-4),1);display:block;width:46.93725rem;position:absolute;font-family:exo;font-size:1.5rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:9.1790771484375rem;left:15.537719726562rem;height:5.84765625rem;text-align:center;text-align-last:center;display:block; }
#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:48.625rem;width:75rem;position:relative;display:block; }#edTLqCdqJmEKTQJHmBJIa3nEzTHBcfMZ { color:#4c4c4c;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:2.6873779296875rem;left:0rem;height:3.16894375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#scomXHP6JzesAIOmaT87Io07F7zVAEnH { color:#4c4c4c;display:block;width:17.625rem;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:28.6875rem;left:29.4375rem;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:16.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.499755859375rem;left:29.811401367188rem;height:4.142575rem;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:12.999875rem;width:17.999875rem;top:13.5rem;left:29.1875rem;overflow:hidden;display:block; }
#NT5x1qqPkZFq8OBzeeodcFEAsTEi1mKZ { color:rgba(var(--color-tertiary-3),1);display:block;width:16.686375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:33.499755859375rem;left:53.781127929688rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KpNpcmIBCz6po1DMhhIkLknmkgiGB1pf { color:#4c4c4c;display:block;width:17.374875rem;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:27.6875rem;left:53.4375rem;height:4.0625rem;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.1858125rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.68701171875rem;left:27.906494140625rem;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.4375rem;width:17.9375rem;top:13.5625rem;left:53.1875rem;overflow:hidden;display:block; }
#gpLI6kZc7s41FacWk8fxDOTFuczSiLBm { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8115rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:32.75rem;left:5.125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i9yFWClsx8I8oqoZEE2hdJxF9FLO1WUl { color:#4c4c4c;display:block;width:16.125rem;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:27.625rem;left:6rem;height:4.0625rem;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:17.875rem;top:13.5625rem;left:5rem;overflow:hidden;display:block; }
#eM0kiVTwmbdrLgPtRkx0b8BGACuHeZsi { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.68701171875rem;left:18.342895507812rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#wyk2oufstFb2143t3tkqNf0IfFb7Z3V6 { box-sizing:content-box;height:25.1875rem;width:17.625rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:13.5rem;left:5rem;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; }
#GtZRQlwpK3hvrodHrqvg3Nwv8u8pti62 { box-sizing:content-box;height:25.187375rem;width:17.6245rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:13.5rem;left:29.3125rem;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; }
#aqUGQb1CzszK1XuTxHdUne6LTc6pJDy7 { box-sizing:content-box;height:25.18675rem;width:17.623875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:13.625rem;left:53.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; }
#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:45.125rem;width:75rem;position:relative;display:block; }#lys5JGUrpvPmdWnLLGxWzb8KmqM4FPQ6 { 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:13.1875rem;width:20.0625rem;top:-0.1246337890625rem;left:29.749145507812rem;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:39.874875rem;width:22.374875rem;top:5.2490234375rem;left:27.474975585938rem;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:22.8125rem;width:33.25rem;top:22.224609375rem;left:0rem;overflow:hidden;display:block; }
#Bi9tBEGlWRFnZfqLF4x5QWUk5ZKwZKqJ { color:#050b26;display:block;width:17.874125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.53076171875rem;left:55.624389648438rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VJXn70oeSQUuT2EBNlb7IB4SCCuwGu81 { color:#050b26;display:block;width:20.686625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:9.403076171875rem;left:54.313354492188rem;height:3.8244625rem;font-style:normal;display:block; }
#kF5pt4FahVwhFTiFOegXbHiJ8QTLoZWb { color:#3d4051;display:block;width:21.062rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:15.499267578125rem;left:53.93798828125rem;height:19.8555rem;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{  }
#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.811875rem;height:3.31213125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:38.905029296875rem;left:56.155395507812rem;display:block; }
#TpqWNmPMRtcsTKqUfTcbuTFRSdSwH6N6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:22.24975rem;width:29.812rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl { 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; }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl.adaptive-delivery-prevent-bg, #NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl.lazyload, #NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl.lazyloading { background-image: none; }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl > .row .container { background-color: transparent; background-image: none; }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl > .row .container > .video-iframe-container { display: none; }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl > .row > .video-iframe-container { display: none; }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl > .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); }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl > .row .container { border-width: 0; border-radius: 0; }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#ChxGvZ4aTBttqorGJumIuBxBHRSpz3f7 { color:#3b5998;display:block;width:44.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:4.373779296875rem;left:15.03173828125rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#iENhyGZlyLgZMlz9aCAnuvXtG2vrFIPm { color:#00156b;display:block;width:67.3125rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:10.0126953125rem;left:3.84375rem;height:6.09375rem;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:left;text-align-last:left;display:block; }
#URznqAKt4Nq1wsCGXBhcAE0KteKh6wVB { box-sizing:content-box;height:0.374755625rem;width:57.5rem;position:absolute;display:block;z-index:15031;background-color:#e3e3e3;background-image:none;top:1.8133544921875rem;left:8.75rem;display:block; }
#s5niQ73ZOWyNTV7Cb1BwILJ0K71cHzac { 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:22.8125rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:19.1865234375rem;left:26.09375rem;display:block; }
#mNzC2hWmwbwfB5NJxWUMhRvx5QWS2nN8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox { 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; }#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox > .row .container { background-color: transparent; background-image: none; }#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox > .row .container > .video-iframe-container { display: none; }#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox > .row > .video-iframe-container { display: none; }#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox > .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); }#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox > .row .container { border-width: 0; border-radius: 0; }#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#O1g9FuNtPTvUVW5GxxEISmoJ6aa31s6a { color:#4c4c4c;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:2.1875rem;left:0rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FhdFFsmJfgNwTHpSTPz310ot0qzLFMe8 { 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:29.1875rem;left:27.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKGEy6KHU3UWpKPGqtm2xUvTi4mwFqA5 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.999875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:34.374389648438rem;left:28.49853515625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qTEqyT9e7Z0NOZ55Gk9BTNxEPl9Ks1eU { 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.5rem;width:18rem;top:13.436279296875rem;left:28.49853515625rem;overflow:hidden;display:block; }
#wXMaTPIfXFwhxtMJ0ZBQK0IkZ5uDT1kC { color:rgba(var(--color-tertiary-3),1);display:block;width:19.624625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:34.374389648438rem;left:51.842041015625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KioO9KHsSPB2hBatvVytlsocV686ztPe { 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:29.1875rem;left:51.6875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CcmwTIrxv8wCwiQSMDQAr5cWwSAJkKTw { 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:26.437375rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:42.686767578125rem;left:24.27978515625rem;display:block; }
#gyZtRGOGvCOlivT7bonrUKTgBmzQV6ib { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cwc0OCvHTdIs44P6DqEqNq1cOpF33zD6 { 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.625rem;top:13.4375rem;left:51.343383789062rem;overflow:hidden;display:block; }
#QHdwnUJczqqrcXUokp9pLyuf4zR9fFqE { color:rgba(var(--color-tertiary-3),1);display:block;width:17.937rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:34.374389648438rem;left:4.498291015625rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NZTIxJDXhTBwFTqTKoROMrw2SqLQ8VAi { 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:29.125rem;left:3.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EThdF1h1trqAElS0BH2HXaF6nqFEk6pR { 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.1875rem;top:13.46875rem;left:3.1875rem;overflow:hidden;display:block; }
#SFw4HKxBG8VxzEMqoeh7kZaaIsCfdzWb { color:rgba(var(--color-tertiary-4),1);display:block;width:39.6875rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.6680908203125rem;left:17.65625rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lFG4b7IE/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD.adaptive-delivery-prevent-bg, #lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD.lazyload, #lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD.lazyloading { background-image: none; }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD > .row .container { background-color: transparent; background-image: none; }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD > .row .container > .video-iframe-container { display: none; }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD > .row > .video-iframe-container { display: none; }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD > .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); }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD > .row .container { border-width: 0; border-radius: 0; }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;position:relative;display:block; }#K58aNaTdAVw0MBaoHQSn1QpGp8JEiBXr { color:#222222;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B3SBHpkBr9mduVnxI2qbrA6TIPfu1cH7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:7.6245rem;width:11.62475rem;top:10.414428710938rem;left:31.686401367188rem;overflow:hidden;display:block; }
#kPgTVkr5lkCSNvmNcTTcBATLRIZtEZn3 { color:rgba(34,34,34,0.8);display:block;width:46.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:19.750000953674rem;left:14rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UiRzJqtfgSVZOJEkvFDKGczeyplQtS63 { position:absolute;display:block;z-index:15005;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:19.75rem;left:9.375rem;overflow:hidden;display:block; }
#lQL7ZmvonbCF3M482fPWieN4FxaVDxSR { 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:20.227213859558rem;left:63.1875rem;overflow:hidden;display:block; }
#TTl9bsZBTgG8SIeRrFghDALoQsqbqAad { color:#222222;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:24.667319297791rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#RomFhMSC5p3cyKF143lN0tT2ZBmOkBfe { color:rgba(34,34,34,0.5);display:block;width:75rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:26.355471611023rem;left:0rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#egBEScOJHCf2F3zqu99MuTKPfC2RpQb8 { color:rgba(34,34,34,0.6);display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:28.499755859375rem;left:8.226318359375rem;height:6.499rem;font-style:normal;display:block; }
#dTrKDObEAeqEiuThhwDhKMeVmQ7piUo3 { color:#222222;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:36.295166015625rem;left:8.226318359375rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#aAXR1ABq1bQyB1pttWQ5kGBradNuTV8a { color:rgba(34,34,34,0.5);display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:37.670166015625rem;left:8.226318359375rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rDGFKv33tme9GGIZ9rmmBwPW1kUhQDOF { color:rgba(34,34,34,0.6);display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:28.499755859375rem;left:40.625rem;height:7.7988125rem;font-style:normal;display:block; }
#HaXK8PzqvudfodBoytOlU8UIsLQLqSRo { color:#222222;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:36.9375rem;left:40.625rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#ysaO8eBfUA1dF3eddyOrfSVDKXU6SbaN { color:rgba(34,34,34,0.5);display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:38.31201171875rem;left:40.625rem;height:1.13769375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XqfGFTxzuFKqvWTGc7WdMPZNaPSCe6wK { 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.8115rem;height:3.311525rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:43rem;left:29.0927734375rem;display:block; }
#zxUJVAMNonMdiMPCp60LK9bHPUSyTTqQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:59.4375rem;width:75rem;position:relative;display:block; }#rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;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.5625rem;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.94921875rem;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; }
#shA7bTQz2Zm2VargORbsoMpNWhtxBBQq { position:absolute;display:block;z-index:15042;height:21.75rem;width:38.125rem;top:8.4375rem;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:37rem;height:14.8125rem;top:11.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:31.0625rem;height:4.6875rem;top:27.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:18.9375rem;height:4.125rem;top:35.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:24.75rem;height:5.9375rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGvZknJ5rvxBgUb7knkOE8F1xVlEtPv { width:18.1875rem;height:3.875rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGBWAD1DQytTS6dEo6fFWWBFrUOvPvqR { width:8.125rem;height:8.125rem;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:2rem;left:1.4049072265625rem;width:44.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALxwPEgMxIT9U2qKQoodymcArex6siql { top:7.3125rem;left:0rem;width:47.75rem;height:29rem;font-size:1.1875rem;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:22.25rem;height:6.125rem;top:1.9375rem;left:13.4208984375rem;font-size:2.5625rem;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.625rem;height:26.875rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbV7iviIlkxpQMTTzg12Sb2P7wGTFamq { width:21.875rem;height:1.8125rem;top:4.0625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLk9BTODxEflGuSK2wB4OJEIhRAifhCH { width:15.6875rem;height:8.25rem;top:33.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1VNIN7qZVwvRgXdkiJfqmuegq5BOVP { width:17.625rem;height:26.75rem;top:16.5rem;left:14.975463867188rem;display:block; }
 }@media only screen and (max-width: 763px) { #fn3eUchT3VQaz8FNkdw8SkNMcT8M9OVn { width:15.6875rem;height:5.5rem;top:34.8125rem;left:15.999633789062rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpGlo5Jkr8T30vLxT19E4RAR8DOZFPV6 { width:47.75rem;height:4.125rem;top:47.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBPLxoXMLTaLsDTKrItvRiSHTuUTcEfg { width:15.6875rem;height:1.75rem;top:29.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8gEPTwcmVGUzuB7Xa6Hr5BsusOpiOvm { width:15.6875rem;height:3.5625rem;top:29.375rem;left:15.999633789062rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fczaKXrnhK9s62MoOqpXPbWaBAym9ule { width:17.625rem;height:26.625rem;top:16.5625rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7kBzuhS6LeXBmnXpCBTKAcSP3u4TnPs { width:15.6875rem;height:1.75rem;top:29.8125rem;left:32.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ3nzVPUsSLIFmxtZcL3VmhkU0ochNXb { width:15.6875rem;height:5.5rem;top:34.8125rem;left:32.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BscslPVECkDkdTckKaE020DcVH4Xpb74 { top:16.4375rem;left:0rem;width:17.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLER2XQIGxAov207J6uC0VhJvn2zxXKb { top:16.4375rem;left:15.062133789062rem;width:17.6875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ8qK2oXagz3zSThMMhUQZhF2cKTdFXn { top:16.625rem;left:30.125rem;width:17.5625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #leTxasGDlJ3BWNATEkXzw8VBVCteJqxg { width:18rem;height:3.125rem;top:53.625rem;left:14.84423828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmm1obV1RrACH3P0SCv30xmRLsPUDcz4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZKT3quUuzJ6MvoH7RX2nMxIcKwhC2Typ { top:9.125rem;left:0.8125rem;width:46.875rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@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:2.625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scomXHP6JzesAIOmaT87Io07F7zVAEnH { width:17.5625rem;height:2rem;top:28.6875rem;left:15.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzwJ9JEowxAtnpHIUZpp96I6lF7WnIQH { width:16.875rem;height:4.125rem;top:33.4375rem;left:16.186401367188rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1OvXvqCFXgDTq3vEKQrbXfhPMSS808w { width:17.9375rem;height:12.954826509212rem;top:13.5rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT5x1qqPkZFq8OBzeeodcFEAsTEi1mKZ { width:16.625rem;height:4.125rem;top:33.4375rem;left:31.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpNpcmIBCz6po1DMhhIkLknmkgiGB1pf { width:17.3125rem;height:4.0625rem;top:27.6875rem;left:30.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGs1f1tzsqIkdeux6sWqEzwHnbiGZOvk { width:19.125rem;height:3.125rem;top:41.625rem;left:14.281494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcyeOIyWKceTJ8NX6AnlpUTuGCrkSCbO { display:block; }
 }@media only screen and (max-width: 763px) { #yTZuGu2dB2fvNH48DOSn8vbtWKfI7FcJ { width:17.875rem;height:13.391052712271rem;top:13.5625rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpLI6kZc7s41FacWk8fxDOTFuczSiLBm { width:16.75rem;height:4.125rem;top:32.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9yFWClsx8I8oqoZEE2hdJxF9FLO1WUl { width:16.0625rem;height:4.0625rem;top:27.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqMVIb8eZ09iFXf3uvW0P3woaOp8dMMb { width:17.8125rem;height:13.390703016825rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0kiVTwmbdrLgPtRkx0b8BGACuHeZsi { top:6.625rem;left:4.7178955078125rem;width:39.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyk2oufstFb2143t3tkqNf0IfFb7Z3V6 { width:17.5625rem;height:25.125rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtZRQlwpK3hvrodHrqvg3Nwv8u8pti62 { width:17.5625rem;height:25.125rem;top:13.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqUGQb1CzszK1XuTxHdUne6LTc6pJDy7 { width:17.5625rem;height:25.125rem;top:13.625rem;left:29.9375rem;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.0625rem;height:13.1875rem;top:-0.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge3nCyuybCBs2SS4OyQ45biI6OTIFhZd { width:22.3125rem;height:39.763714811256rem;top:5.1875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKXGuoavBlBsmD3Rw7JOTDXbLy6kW9UN { width:33.25rem;height:22.8125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi9tBEGlWRFnZfqLF4x5QWUk5ZKwZKqJ { width:17.8125rem;height:5.9375rem;top:1.5rem;left:29.8125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJXn70oeSQUuT2EBNlb7IB4SCCuwGu81 { width:20.625rem;height:3.8125rem;top:9.375rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF5pt4FahVwhFTiFOegXbHiJ8QTLoZWb { width:21rem;height:19.8125rem;top:15.4375rem;left:26.5625rem;font-size:1rem;display:block; }#kF5pt4FahVwhFTiFOegXbHiJ8QTLoZWb li:before{  }
 }@media only screen and (max-width: 763px) { #GBusuaIrXcva5SORUxqsWkvRLbDbrku4 { width:16.75rem;height:3.25rem;top:38.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpqWNmPMRtcsTKqUfTcbuTFRSdSwH6N6 { display:block; }
 }@media only screen and (max-width: 763px) { #tXP60k1yrEbUaT8WhsGd4Xnx0nmZTK7I { width:29.75rem;height:22.203477207165rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl { display:block; }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChxGvZ4aTBttqorGJumIuBxBHRSpz3f7 { top:4.3125rem;left:1.40673828125rem;width:44.875rem;height:3.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iENhyGZlyLgZMlz9aCAnuvXtG2vrFIPm { top:10rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URznqAKt4Nq1wsCGXBhcAE0KteKh6wVB { top:1.8125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5niQ73ZOWyNTV7Cb1BwILJ0K71cHzac { width:22.8125rem;height:3.125rem;top:19.125rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNzC2hWmwbwfB5NJxWUMhRvx5QWS2nN8 { display:block; }
 }@media only screen and (max-width: 763px) { #qTcmc08fBgQkCzDL6z8T4RZRSye1TDox { display:block; }#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1g9FuNtPTvUVW5GxxEISmoJ6aa31s6a { width:47.75rem;height:3.125rem;top:2.1875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhdFFsmJfgNwTHpSTPz310ot0qzLFMe8 { width:19.875rem;height:4.0625rem;top:29.125rem;left:13.937255859375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKGEy6KHU3UWpKPGqtm2xUvTi4mwFqA5 { width:17.9375rem;height:4.125rem;top:34.3125rem;left:14.87353515625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTEqyT9e7Z0NOZ55Gk9BTNxEPl9Ks1eU { width:18rem;height:13.5rem;top:13.375rem;left:14.87353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXMaTPIfXFwhxtMJ0ZBQK0IkZ5uDT1kC { width:19.5625rem;height:4.125rem;top:34.3125rem;left:28.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KioO9KHsSPB2hBatvVytlsocV686ztPe { width:19.875rem;height:4.0625rem;top:29.125rem;left:27.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcmwTIrxv8wCwiQSMDQAr5cWwSAJkKTw { width:26.375rem;height:3.125rem;top:42.625rem;left:10.65478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyZtRGOGvCOlivT7bonrUKTgBmzQV6ib { display:block; }
 }@media only screen and (max-width: 763px) { #cwc0OCvHTdIs44P6DqEqNq1cOpF33zD6 { width:20.625rem;height:13.5rem;top:13.4375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHdwnUJczqqrcXUokp9pLyuf4zR9fFqE { width:17.875rem;height:5.5rem;top:34.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZTIxJDXhTBwFTqTKoROMrw2SqLQ8VAi { width:19.875rem;height:4.0625rem;top:29.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EThdF1h1trqAElS0BH2HXaF6nqFEk6pR { width:20.1875rem;height:13.4375rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFw4HKxBG8VxzEMqoeh7kZaaIsCfdzWb { top:6.625rem;left:4.03125rem;width:39.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD { display:block; }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K58aNaTdAVw0MBaoHQSn1QpGp8JEiBXr { width:47.75rem;height:3.625rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3SBHpkBr9mduVnxI2qbrA6TIPfu1cH7 { width:11.5625rem;height:7.5836711542184rem;top:10.375rem;left:18.061401367188rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPgTVkr5lkCSNvmNcTTcBATLRIZtEZn3 { width:46.875rem;height:3.875rem;top:19.6875rem;left:0.3746337890625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiRzJqtfgSVZOJEkvFDKGczeyplQtS63 { width:2.8125rem;height:1.9995125rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQL7ZmvonbCF3M482fPWieN4FxaVDxSR { width:2.8125rem;height:1.9995125rem;top:20.1875rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTl9bsZBTgG8SIeRrFghDALoQsqbqAad { width:47.75rem;height:1.25rem;top:24.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RomFhMSC5p3cyKF143lN0tT2ZBmOkBfe { width:47.75rem;height:1.125rem;top:26.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egBEScOJHCf2F3zqu99MuTKPfC2RpQb8 { width:26.25rem;height:6.4375rem;top:28.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTrKDObEAeqEiuThhwDhKMeVmQ7piUo3 { width:26.25rem;height:1.25rem;top:36.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAXR1ABq1bQyB1pttWQ5kGBradNuTV8a { width:26.25rem;height:1.125rem;top:37.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDGFKv33tme9GGIZ9rmmBwPW1kUhQDOF { width:26.25rem;height:7.75rem;top:28.4375rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaXK8PzqvudfodBoytOlU8UIsLQLqSRo { width:26.25rem;height:1.25rem;top:36.875rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysaO8eBfUA1dF3eddyOrfSVDKXU6SbaN { width:26.25rem;height:1.125rem;top:38.25rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqfGFTxzuFKqvWTGc7WdMPZNaPSCe6wK { width:16.75rem;height:3.25rem;top:43rem;left:15.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxUJVAMNonMdiMPCp60LK9bHPUSyTTqQ { 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:34.4375rem;height:5.25rem;top:2.5625rem;left:0rem;font-size:2.625rem;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) { #shA7bTQz2Zm2VargORbsoMpNWhtxBBQq { top:8.4375rem;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/eeadf281-89aa-4ae3-9a93-5bdaebadefe3/HawaiiMiniFall25LastSpots600x600px1.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;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(40,40,40,0.34); }#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(40,40,40,0.34); }#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 { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:17.937rem;height:7.796875rem;top:25.83740234375rem;left:1.0308837890625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #RoV8a6KiPhKFdPCQrLNHBGnzw0ic3Snt { width:20rem;height:7.871125rem;top:34.723510742188rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:18.81225rem;height:3.4375rem;top:43.9990234375rem;left:0.59326171875rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:11.3125rem;height:2.6875rem;top:1.125rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAGvZknJ5rvxBgUb7knkOE8F1xVlEtPv { width:18.2495rem;height:3.49975625rem;top:43.9990234375rem;left:1.4385986328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGBWAD1DQytTS6dEo6fFWWBFrUOvPvqR { top:4.7882080078125rem;left:0rem;width:20rem;height:20rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD { display:block; }#u2uZRTAA6JTRNe0iIpyuWCFD3nFuKHtD > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4UT0Cn1E10Oks2SpsQhOplUx4OklEPU { width:20rem;height:2.6001rem;top:2.5616455078125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALxwPEgMxIT9U2qKQoodymcArex6siql { width:20rem;height:40.1171875rem;top:7.3242212890625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 { display:block; }#pSIsygr0XsIOvCIR9HmGT2mEkimHzoo2 > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGsCgpqCEhq4X1aAUKkg5gp2mGSQ67ZZ { width:20rem;height:2.3999rem;top:2.874755859375rem;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.062255875rem;top:20.79833984375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nz70HyoZUwf3cJIvvVPi4LmOS8pIqZV4 { width:19.9375rem;height:29.9375rem;top:24.75rem;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.874125rem;height:5.19921875rem;top:44.74853515625rem;left:1.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX1VNIN7qZVwvRgXdkiJfqmuegq5BOVP { width:19.875rem;height:28.5625rem;top:54.8125rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #fn3eUchT3VQaz8FNkdw8SkNMcT8M9OVn { width:17.874125rem;height:5.19921875rem;top:74.874267578125rem;left:1.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpGlo5Jkr8T30vLxT19E4RAR8DOZFPV6 { width:17.87475rem;height:9.098625rem;top:111.1865234375rem;left:1.0615234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBPLxoXMLTaLsDTKrItvRiSHTuUTcEfg { width:19.43725rem;height:1.7871125rem;top:40.498657226562rem;left:0rem;font-size:1.375rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #c8gEPTwcmVGUzuB7Xa6Hr5BsusOpiOvm { width:19.436625rem;height:1.7871125rem;top:71.561889648438rem;left:0rem;font-size:1.375rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #fczaKXrnhK9s62MoOqpXPbWaBAym9ule { width:19.9375rem;height:24.25rem;top:83.624267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7kBzuhS6LeXBmnXpCBTKAcSP3u4TnPs { width:19.43725rem;height:1.7871125rem;top:97.999877929688rem;left:0rem;font-size:1.375rem;font-family:georgia;display:block; }
 }@media only screen and (max-width: 763px) { #bJ3nzVPUsSLIFmxtZcL3VmhkU0ochNXb { width:17.87475rem;height:5.19921875rem;top:100.625rem;left:1.06201171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BscslPVECkDkdTckKaE020DcVH4Xpb74 { width:20rem;height:13.687125rem;top:24.686889648438rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #TLER2XQIGxAov207J6uC0VhJvn2zxXKb { width:20rem;height:13.4375rem;top:54.874267578125rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #gJ8qK2oXagz3zSThMMhUQZhF2cKTdFXn { width:20rem;height:13.312375rem;top:83.499145507812rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #leTxasGDlJ3BWNATEkXzw8VBVCteJqxg { width:17.4375rem;height:3.375rem;top:122.359375rem;left:1.279296875rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #xmm1obV1RrACH3P0SCv30xmRLsPUDcz4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZKT3quUuzJ6MvoH7RX2nMxIcKwhC2Typ { width:17.999875rem;height:9.2578125rem;top:8.0853271484375rem;left:0.999755859375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx { display:block; }#HXPGuNrLbgy6EcUR941ZcGNIJVWQM9zx > .row .container { width:20rem;height:98.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edTLqCdqJmEKTQJHmBJIa3nEzTHBcfMZ { width:20rem;height:2.35546875rem;top:1.937255859375rem;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:17.6245rem;height:2.03125rem;top:31.6875rem;left:1.1875rem;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:16.749875rem;height:4.142575rem;top:34.686889648438rem;left:1.624755859375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1OvXvqCFXgDTq3vEKQrbXfhPMSS808w { width:17.749rem;height:12.749rem;top:18.062133789062rem;left:1.1248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT5x1qqPkZFq8OBzeeodcFEAsTEi1mKZ { width:16.437375rem;height:4.142575rem;top:59.18701171875rem;left:1.77978515625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpNpcmIBCz6po1DMhhIkLknmkgiGB1pf { width:16.812125rem;height:4.0625rem;top:54.631958007812rem;left:1.5924072265625rem;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.749875rem;height:3.125rem;top:93.3115234375rem;left:1.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcyeOIyWKceTJ8NX6AnlpUTuGCrkSCbO { display:block; }
 }@media only screen and (max-width: 763px) { #yTZuGu2dB2fvNH48DOSn8vbtWKfI7FcJ { width:17.8125rem;height:13.312375rem;top:40.333862304688rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpLI6kZc7s41FacWk8fxDOTFuczSiLBm { width:16.25rem;height:4.142575rem;top:85.123901367188rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9yFWClsx8I8oqoZEE2hdJxF9FLO1WUl { width:17.1875rem;height:4.0625rem;top:80.249633789062rem;left:1.4375rem;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:17.6875rem;height:13.25rem;top:65.629638671875rem;left:1.1871337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM0kiVTwmbdrLgPtRkx0b8BGACuHeZsi { width:16.998875rem;height:11.046875rem;top:5.1690673828125rem;left:1.4996337890625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyk2oufstFb2143t3tkqNf0IfFb7Z3V6 { width:17.625rem;height:22.25rem;top:17.937377929688rem;left:1.1248779296875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #GtZRQlwpK3hvrodHrqvg3Nwv8u8pti62 { width:17.5625rem;height:25.125rem;top:40.333862304688rem;left:1.1004638671875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #aqUGQb1CzszK1XuTxHdUne6LTc6pJDy7 { width:17.5625rem;height:25.125rem;top:65.629272460938rem;left:1.1004638671875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 { display:block; }#pyd2mIWwmFonm8ZRv83nwc46Tt8xAgV2 > .row .container { width:20rem;height:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lys5JGUrpvPmdWnLLGxWzb8KmqM4FPQ6 { width:20rem;height:13.2495rem;top:40.679321289062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge3nCyuybCBs2SS4OyQ45biI6OTIFhZd { width:20rem;height:35.6875rem;top:74.049560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKXGuoavBlBsmD3Rw7JOTDXbLy6kW9UN { width:20rem;height:13.75rem;top:67.86376953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi9tBEGlWRFnZfqLF4x5QWUk5ZKwZKqJ { width:20rem;height:4.3994125rem;top:2.7130126953125rem;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:3.3984375rem;top:8.885498046875rem;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.99925rem;height:17.6171875rem;top:14.374389648438rem;left:0.999755859375rem;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) { #GBusuaIrXcva5SORUxqsWkvRLbDbrku4 { width:15.8115rem;height:2.74878125rem;top:34.53857421875rem;left:2.0623779296875rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #TpqWNmPMRtcsTKqUfTcbuTFRSdSwH6N6 { display:block; }
 }@media only screen and (max-width: 763px) { #tXP60k1yrEbUaT8WhsGd4Xnx0nmZTK7I { width:20rem;height:14.9375rem;top:53.927612304688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl { display:block; }#NoTWSZ8zx5K2aUZ3JisIwmBpJSa9mHnl > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChxGvZ4aTBttqorGJumIuBxBHRSpz3f7 { width:20rem;height:2.4375rem;top:2.9986572265625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iENhyGZlyLgZMlz9aCAnuvXtG2vrFIPm { width:18.81225rem;height:13.88675rem;top:7.3858642578125rem;left:0.59326171875rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #URznqAKt4Nq1wsCGXBhcAE0KteKh6wVB { width:20rem;height:0.3125rem;top:0.0377197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5niQ73ZOWyNTV7Cb1BwILJ0K71cHzac { width:19rem;height:3.125rem;top:23.0224609375rem;left:0.5rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mNzC2hWmwbwfB5NJxWUMhRvx5QWS2nN8 { display:block; }
 }@media only screen and (max-width: 763px) { #qTcmc08fBgQkCzDL6z8T4RZRSye1TDox { display:block; }#qTcmc08fBgQkCzDL6z8T4RZRSye1TDox > .row .container { width:20rem;height:95.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1g9FuNtPTvUVW5GxxEISmoJ6aa31s6a { width:20rem;height:2.35546875rem;top:0.5621337890625rem;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) { #FhdFFsmJfgNwTHpSTPz310ot0qzLFMe8 { width:19.9365rem;height:4.0625rem;top:29.3896484375rem;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) { #HKGEy6KHU3UWpKPGqtm2xUvTi4mwFqA5 { width:19.9359375rem;height:4.142575rem;top:33.4130859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTEqyT9e7Z0NOZ55Gk9BTNxEPl9Ks1eU { width:20rem;height:15rem;top:13.4130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXMaTPIfXFwhxtMJ0ZBQK0IkZ5uDT1kC { width:19.9359375rem;height:4.142575rem;top:58.123779296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KioO9KHsSPB2hBatvVytlsocV686ztPe { width:19.9365rem;height:4.0625rem;top:53.311767578125rem;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) { #CcmwTIrxv8wCwiQSMDQAr5cWwSAJkKTw { width:20rem;height:3.125rem;top:90.43701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyZtRGOGvCOlivT7bonrUKTgBmzQV6ib { display:block; }
 }@media only screen and (max-width: 763px) { #cwc0OCvHTdIs44P6DqEqNq1cOpF33zD6 { width:20rem;height:13.062125rem;top:39.1064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHdwnUJczqqrcXUokp9pLyuf4zR9fFqE { width:19.9359375rem;height:5.5234375rem;top:83.436279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZTIxJDXhTBwFTqTKoROMrw2SqLQ8VAi { width:19.9365rem;height:4.0625rem;top:78.624267578125rem;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) { #EThdF1h1trqAElS0BH2HXaF6nqFEk6pR { width:20rem;height:13.312375rem;top:64.186401367188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFw4HKxBG8VxzEMqoeh7kZaaIsCfdzWb { width:20rem;height:8.285125rem;top:3.91845703125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD { display:block; }#lLs3Q8MSqWpaw3ZlZnXJlDZ2qQp6RStD > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K58aNaTdAVw0MBaoHQSn1QpGp8JEiBXr { width:20rem;height:2.03125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3SBHpkBr9mduVnxI2qbrA6TIPfu1cH7 { width:6.875rem;height:4.5625rem;top:6.68701171875rem;left:6.5301513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPgTVkr5lkCSNvmNcTTcBATLRIZtEZn3 { width:20rem;height:9.098625rem;top:17.068481445312rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UiRzJqtfgSVZOJEkvFDKGczeyplQtS63 { width:2.8125rem;height:1.9995125rem;top:14.249267578125rem;left:1.4373779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQL7ZmvonbCF3M482fPWieN4FxaVDxSR { width:2.8125rem;height:1.9995125rem;top:27.125244140625rem;left:16.558227539062rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTl9bsZBTgG8SIeRrFghDALoQsqbqAad { width:20rem;height:1rem;top:26.68701171875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RomFhMSC5p3cyKF143lN0tT2ZBmOkBfe { width:20rem;height:1.29980625rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #egBEScOJHCf2F3zqu99MuTKPfC2RpQb8 { width:20rem;height:7.7988125rem;top:31.679077148438rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTrKDObEAeqEiuThhwDhKMeVmQ7piUo3 { width:20rem;height:1rem;top:40.421752929688rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAXR1ABq1bQyB1pttWQ5kGBradNuTV8a { width:20rem;height:1.29980625rem;top:41.421508789062rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rDGFKv33tme9GGIZ9rmmBwPW1kUhQDOF { width:20rem;height:10.3984375rem;top:44.373275756836rem;left:-0.0032552480697632rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HaXK8PzqvudfodBoytOlU8UIsLQLqSRo { width:20rem;height:1rem;top:55.850219726562rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysaO8eBfUA1dF3eddyOrfSVDKXU6SbaN { width:20rem;height:1.29980625rem;top:56.810913085938rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XqfGFTxzuFKqvWTGc7WdMPZNaPSCe6wK { width:16.75rem;height:3.25rem;top:59.360353125rem;left:1.625rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #zxUJVAMNonMdiMPCp60LK9bHPUSyTTqQ { display:block; }
 }@media only screen and (max-width: 763px) { #EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng { display:block; }#EGHWPswnuwdbUbfVJ3o62lNtU5fsAEng > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH9qmTUTgF7vsqKv2yvkHfDMnUvPv91D { width:20rem;height:4.7998rem;top:1.7001953125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dSTSnErMhdTgBZbJZMr4XFBOfD3meC3o { width:14.625rem;height:1.4619125rem;top:64.5rem;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:61.28125rem;left:8.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtKoDTrAQpGcrQNbSTryccKDb78yNIxt { width:1.4375rem;height:1.375rem;top:68rem;left:9.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXR46QP8gmcXfESJJU87Hwdikr4WBNv { width:14.625rem;height:1.4619125rem;top:71rem;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:60.9375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDA9MLb9ezbNtrdgCbaqy7RuNWqkbpCQ { width:2.8125rem;height:2.8125rem;top:67.28125rem;left:8.59375rem;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) { #shA7bTQz2Zm2VargORbsoMpNWhtxBBQq { width:20rem;height:51.0625rem;top:7.625rem;left:0rem;display:block; }
 }