.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row .container { background-color: transparent; background-image: none; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row .container > .video-iframe-container { display: none; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row > .video-iframe-container { display: none; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .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); }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row .container { border-width: 0; border-radius: 0; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row .container { width:75rem;height:6.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#tce9155becb51e8bb9c3c8e4e6ffc424 { position:absolute;display:block;z-index:15061;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.0625rem;width:6.125rem;top:0.5625rem;left:0.21435546875rem;overflow:hidden;display:block; }
#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#556b60;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; }#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 > .row .container { background-color: transparent; background-image: none; }#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 > .row .container > .video-iframe-container { display: none; }#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 > .row > .video-iframe-container { display: none; }#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 > .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); }#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 > .row .container { border-width: 0; border-radius: 0; }#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#vnwbIVEZbiR0LmDdfxLcT2ePxeOfh6N9 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:1.6875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.49658203125rem;left:0rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cfd6506-45cb-40c2-a9ea-70665be02d6f/shutterstock_1556752790.jpg");background-position:top left !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; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth.adaptive-delivery-prevent-bg, #IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth.lazyload, #IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth.lazyloading { background-image: none; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row .container { background-color: transparent; background-image: none; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row .container > .video-iframe-container { display: none; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row > .video-iframe-container { display: none; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .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); }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row .container { border-width: 0; border-radius: 0; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth::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; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#xJP2Ty217TItgw0VN4VJ9mUCB3iwVRJG { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:"josefin sans";font-size:3.8125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:11rem;left:6.4375rem;height:7.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OUENay5LeZ8fiTbFVNAZrRtlzqXIHgzX { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.9375rem;top:21.375rem;left:17rem;display:block; }
#R0X14Su5IiVdaxOG3zTTTeTzR7XhDPMd { color:#ffffff;display:block;width:39rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15068;line-height:1;letter-spacing:0;top:22.875rem;left:3rem;height:1.875rem;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; }
#l6h7sU4PlRggDJGWdvJZEM9cJM6XVaJ4 { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:18.5625rem;left:10.0625rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MeqibJOLSPRfEKBvHyqNN9Pe7KXiZ6xD { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"white angelica";font-size:1.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:38.8125rem;left:27.9375rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#O0IFBENBaVtbqydgrTnUvD44H6Ma6mB7 { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:"white angelica";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:3.1875rem;left:0rem;height:2.8125rem;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; }
#AiS1BRcT838vtCc3b8QlbQtvJURECruV { position:absolute;display:block;z-index:15064;height:21.5rem;width:26.8125rem;top:0.875rem;left:48.1875rem;display:block; }
#XHEgXHpZkfO6ZQAAWeQOvunStTFP0T6V { box-sizing:content-box;height:47.5rem;width:23.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.79);background-image:none;top:0.875rem;left:49.625rem;display:block; }
#utC7eR5vyz3fnTDkuefUO3Qr6x2inDJG { color:#ffffff;display:block;width:45rem;position:absolute;font-family:"josefin sans";font-size:1.4375rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:29.1875rem;left:0rem;height:1.86865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l6sg3DCvVvexhfP50Mvhamm0OxrlqkZA { color:#ffffff;display:block;width:39rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15069;line-height:1;letter-spacing:0;top:24.75rem;left:3rem;height:2.8125rem;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; }
#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 > .row .container { background-color: transparent; background-image: none; }#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 > .row .container > .video-iframe-container { display: none; }#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 > .row > .video-iframe-container { display: none; }#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 > .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); }#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 > .row .container { border-width: 0; border-radius: 0; }#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#THN2IpCWl7pGNStb6SS4INFyi6QfcEy8 { color:#1b1b1b;display:block;width:75rem;position:absolute;font-family:"white angelica";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.5625rem;left:0rem;height:4rem;text-align:center;text-align-last:center;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; }
#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row .container { background-color: transparent; background-image: none; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row .container > .video-iframe-container { display: none; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row > .video-iframe-container { display: none; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .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); }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row .container { border-width: 0; border-radius: 0; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#kRFMwhTeJRJE2KOMyswHpOzbtGlzzN65 { background-color:#556b60;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.5rem;left:0rem;display:block; }
#AATVHWQBieNPXz3pJP6iTdsHLMOimFl3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DE96APs3imWhE6XFdDWGpkwiQd8KhOqH { color:#0a0a0a;display:block;width:36.5625rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.6;letter-spacing:0;top:1rem;left:0rem;height:26.997075rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ndVz6g2Cf8Lkv8R3yzQxsQFXAGg6tKTV { position:absolute;display:block;z-index:15011;height:20.875rem;width:37.5rem;top:1.47802734375rem;left:37.5rem;display:block; }
#KXw7IckOHezu2BgiT4glp3XwLrizf9Dd { 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:6.6875rem;width:6.6875rem;top:25.125rem;left:55.875rem;overflow:hidden;display:block; }
#cWsDSxaQ5TAUgPmH5Fe5O91E27QUufgo { 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:6.6875rem;width:6.6875rem;top:25.125rem;left:46.5625rem;overflow:hidden;display:block; }
#WPqBuET5xVRoVpPul7Q8TSTxOcGq7b1R { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:25.125rem;left:37.5rem;overflow:hidden;display:block; }
#oiTvxdgexVy2gIE9fUJgVdZUr5Bb5wws { position:absolute;display:block;z-index:15004;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:0.0625rem;width:0.0625rem;top:24.22802734375rem;left:37.5rem;overflow:hidden;display:block; }
#SwaC4pn7qwmV6uTyvOaxOgidTTtWPxQA { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.6875rem;top:26.3125rem;left:64.1875rem;overflow:hidden;display:block; }
#FETozTTmnxTA9LeKigiZsbi8XKzbIIii { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:29.0625rem;left:28.875rem; }
#FETozTTmnxTA9LeKigiZsbi8XKzbIIii > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#VDeNyDmr4rhT6TTday9PcrSxIE0eg9vA { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:29.0625rem;left:32.6875rem; }
#VDeNyDmr4rhT6TTday9PcrSxIE0eg9vA > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a8c9c8;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; }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl > .row .container { background-color: transparent; background-image: none; }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl > .row .container > .video-iframe-container { display: none; }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl > .row > .video-iframe-container { display: none; }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl > .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); }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl > .row .container { border-width: 0; border-radius: 0; }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#iLWC9pc0eSvXKoQ5Td0QHo0f7mEppBMF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"white angelica";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:;text-align:center;text-align-last:center;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; }
#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK > .row .container { background-color: transparent; background-image: none; }#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK > .row .container > .video-iframe-container { display: none; }#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK > .row > .video-iframe-container { display: none; }#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK > .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); }#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK > .row .container { border-width: 0; border-radius: 0; }#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#meB1fNOCsJLdB6L6DpdpBmSt8k3NnTxb { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#a8c9c8;background-image:none;top:19.5rem;left:2.1875rem;display:block; }
#RbFv8K5QGcbtVSBQgNsBMD5bkAcDcFku { color:#f4f4f5;display:block;width:13.8125rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:19.95947265625rem;left:2.46875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h0G4e7B6mghsG6C40xABqxBHTuXwqotd { color:#f4f4f5;display:block;width:12.25rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.95947265625rem;left:22rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SI6O5aJCkToysQrzcnhG2wEXVTAswEyZ { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#a8c9c8;background-image:none;top:19.5rem;left:20.9375rem;display:block; }
#hNuVNsTyo1dll6VfVPoA4ilGObw2dx33 { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:#a8c9c8;background-image:none;top:19.5rem;left:39.6875rem;display:block; }
#khL4O7B42TJiVDQch7VUNTkkVFGTJJcP { color:#f4f4f5;display:block;width:13.875rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19.95947265625rem;left:39.9375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c51pEtaDORtPXgEtUf1ILOKH4QpvsyKm { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#a8c9c8;background-image:none;top:19.5rem;left:58.4375rem;display:block; }
#tfmsUZcFp9r77kPx4uvG0CGGRwopXc13 { color:#f4f4f5;display:block;width:13.625rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:19.95947265625rem;left:58.8125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snmC0etkN3CM60h6ArVXm9sAH5CNf46B { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0034421d-68b4-4602-bca2-f88122c190f7/Untitleddesign30.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:1.375rem;left:58.4375rem;display:block; }#snmC0etkN3CM60h6ArVXm9sAH5CNf46B.adaptive-delivery-prevent-bg, #snmC0etkN3CM60h6ArVXm9sAH5CNf46B.lazyload, #snmC0etkN3CM60h6ArVXm9sAH5CNf46B.lazyloading { background-image: none; }
#dJJ3P0q5RaK2ThFTrJXIL9G3az4QTO6O { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#a8c9c8;background-image:none;top:41.625rem;left:2.1875rem;display:block; }
#QZUey5oaXOsSXa7B9vLJODGIKhvTZqF7 { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:42.08447265625rem;left:2.40625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HGi1rqebyEV21f3rbbLhVvkZ4pRVtMPR { color:#f4f4f5;display:block;width:13.6875rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:42.08447265625rem;left:21.28125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRu8fJIzpg0w0u2yR9x6VvmU7uEgDxDA { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#a8c9c8;background-image:none;top:41.625rem;left:20.9375rem;display:block; }
#eTGckTKkJTSZIND83NJUMsc8NsTETtiq { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:#a8c9c8;background-image:none;top:41.625rem;left:39.6875rem;display:block; }
#SxksBoneOss3ndb2ugUsndiR7zkDyVg6 { color:#f4f4f5;display:block;width:13.125rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:42.08447265625rem;left:40.3125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cM3wKufhSfO1a4b8d1GG1vyrgTCwagAK { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4b7934db-15cc-4e9f-9d46-86ee05d2603b/shutterstock_1980203666.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:23.5rem;left:39.6875rem;display:block; }#cM3wKufhSfO1a4b8d1GG1vyrgTCwagAK.adaptive-delivery-prevent-bg, #cM3wKufhSfO1a4b8d1GG1vyrgTCwagAK.lazyload, #cM3wKufhSfO1a4b8d1GG1vyrgTCwagAK.lazyloading { background-image: none; }
#FTJnBq2cZgIyrAw49bzMENhfs4WateqJ { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#a8c9c8;background-image:none;top:41.625rem;left:58.4375rem;display:block; }
#MNAeBXWHCqwe57ysB0ltdZIMCvvDRwt2 { color:#f4f4f5;display:block;width:13.5rem;position:absolute;font-family:"josefin sans";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:42.08447265625rem;left:58.875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#de2cab94f9cf8809e8b18caeeee4a8de { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1fda0f5d-fae7-4591-8bcb-7abe83107d26/IMG_5181_jpg.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:23.5rem;left:58.4375rem;display:block; }#de2cab94f9cf8809e8b18caeeee4a8de.adaptive-delivery-prevent-bg, #de2cab94f9cf8809e8b18caeeee4a8de.lazyload, #de2cab94f9cf8809e8b18caeeee4a8de.lazyloading { background-image: none; }
#b858e1bc3a14b6706123b20159d2642e { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b3dca2f9-a965-41c4-8ecf-1d376b19db26/HealingWatersQ12022139.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:1.4375rem;left:20.9375rem;display:block; }#b858e1bc3a14b6706123b20159d2642e.adaptive-delivery-prevent-bg, #b858e1bc3a14b6706123b20159d2642e.lazyload, #b858e1bc3a14b6706123b20159d2642e.lazyloading { background-image: none; }
#n0ef51024c13a38809d260d7efc60cfd { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/09957193-afdd-421c-9d04-0bca619b994a/GloGiveawayPhotos1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:1.4375rem;left:39.6875rem;display:block; }#n0ef51024c13a38809d260d7efc60cfd.adaptive-delivery-prevent-bg, #n0ef51024c13a38809d260d7efc60cfd.lazyload, #n0ef51024c13a38809d260d7efc60cfd.lazyloading { background-image: none; }
#lQJtM3tkEi7PVaNoHiz6hmEtToZG5CDd { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/61e678b8-05b8-42bd-bad0-4dce580dd774/IMG_7108.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:1.4375rem;left:2.1875rem;display:block; }#lQJtM3tkEi7PVaNoHiz6hmEtToZG5CDd.adaptive-delivery-prevent-bg, #lQJtM3tkEi7PVaNoHiz6hmEtToZG5CDd.lazyload, #lQJtM3tkEi7PVaNoHiz6hmEtToZG5CDd.lazyloading { background-image: none; }
#u1fi7X4ZXHCy1I1iSDI4c8s3V5ZBd3MN { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c6a163a1-7892-4e87-94a2-dbdb7ed26ed3/IMG_1734.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:23.5625rem;left:2.1875rem;display:block; }#u1fi7X4ZXHCy1I1iSDI4c8s3V5ZBd3MN.adaptive-delivery-prevent-bg, #u1fi7X4ZXHCy1I1iSDI4c8s3V5ZBd3MN.lazyload, #u1fi7X4ZXHCy1I1iSDI4c8s3V5ZBd3MN.lazyloading { background-image: none; }
#W4uaR17TG774wh8hHB6B59F0aPwQlRIZ { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e88f7c7-81fc-4168-8534-6f6b15859ec7/IMG_7115.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:23.5625rem;left:20.9375rem;display:block; }#W4uaR17TG774wh8hHB6B59F0aPwQlRIZ.adaptive-delivery-prevent-bg, #W4uaR17TG774wh8hHB6B59F0aPwQlRIZ.lazyload, #W4uaR17TG774wh8hHB6B59F0aPwQlRIZ.lazyloading { background-image: none; }
#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a8c9c8;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; }#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm > .row .container { background-color: transparent; background-image: none; }#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm > .row .container > .video-iframe-container { display: none; }#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm > .row > .video-iframe-container { display: none; }#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm > .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); }#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm > .row .container { border-width: 0; border-radius: 0; }#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#ToeN10ShNM8DfIti9WAoUr6PfXBOOgSL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"white angelica";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:2.03125rem;left:0rem;height:4rem;text-align:center;text-align-last:center;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; }
#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66a82b0e-7531-45ec-8497-59c5cd4b6bbd/Untitleddesign29.png");background-position:top 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; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8.adaptive-delivery-prevent-bg, #NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8.lazyload, #NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8.lazyloading { background-image: none; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row .container { background-color: transparent; background-image: none; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row .container > .video-iframe-container { display: none; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row > .video-iframe-container { display: none; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .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); }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row .container { border-width: 0; border-radius: 0; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8::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; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#GuWsoefN8wBtQyB8tGo5IsA76Wa7PZrE { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.7;letter-spacing:0;top:10.029296875rem;left:10rem;height:21.03320625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MUd7eI8awudQPR6FTf6fXEb4qweTkS7o { position:absolute;display:block;z-index:15001;background-color:rgba(8,9,9,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.75rem;width:59.875rem;top:2.96875rem;left:7.5625rem;display:block; }
#CEG3RvGHKMCaJ3LFCpOrmlw5J5QEMgza { background-color:#a8c9c8;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:21.7412109375rem;left:41.40625rem;display:block; }
#qu2Ka3BZQ0N1Ja1eTMPSsThzZypQCvAa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CUFdNGm6pJ8XOASURkkTc98PMhh4wezm { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"white angelica";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:5.03125rem;left:0rem;height:4rem;text-align:center;text-align-last:center;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; }
#Zt4r9qTqWfikA4B3CyBud5bFEnDgA4mK { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:"white angelica";font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:11.9189453125rem;left:41.40625rem;height:8.099125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FftQ90mTtxlvTAbTZTxszvdp1vgJPeEQ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:27.375rem;left:41.40625rem; }
#FftQ90mTtxlvTAbTZTxszvdp1vgJPeEQ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#SR5xRTGPQcifLGcdi5ZuecBdMAOdzdDe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:27.375rem;left:44.75rem; }
#SR5xRTGPQcifLGcdi5ZuecBdMAOdzdDe > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#556b60;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; }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh > .row .container { background-color: transparent; background-image: none; }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh > .row .container > .video-iframe-container { display: none; }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh > .row > .video-iframe-container { display: none; }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh > .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); }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh > .row .container { border-width: 0; border-radius: 0; }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#Zfc0261a9092dc0dada00d53efab11a6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"josefin sans";font-size:2.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:4.0625rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cf5a875eb6131f5661b9a95add8f2e39 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"white angelica";font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.8125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ee2355ce2726356376b0b8ae13ed5d5b { background-color:#ffffff;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#a8c9c8;text-shadow:0rem 0rem 0.0625rem rgba(24,24,24,0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"josefin sans";font-size:1.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:12.1865234375rem;left:28.75rem;display:block; }
#b7af976d0ae68f5cc595064158d235d9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a195176acaa043d5cd3b82279ddeaa58 { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.9375rem;top:1.8740234375rem;left:9rem;display:block; }
#zc78ec6276b9bc6867f34ff552c00d6a { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.9375rem;top:17.4365234375rem;left:9rem;display:block; }
#PtBQJcL1pyhuowzNbrPzJoR3s5SM2QcF { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.375rem;top:18.875rem;left:21.1875rem;overflow:hidden;display:block; }
#VMCtFcd2AR6UKLAZp2V6TZuSzEn4IFQz { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:19rem;left:29.375rem;height:5.39941875rem;text-align:center;text-align-last:center;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; }
#z3epGoRwOJoJxxlt6v6oT0q8DJ2XuaWu { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:20.6875rem;left:49.0625rem; }
#z3epGoRwOJoJxxlt6v6oT0q8DJ2XuaWu > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#SpOx4PmtrCmbzhqxoHJPQvVkFvtATndX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:20.6875rem;left:51.8125rem; }
#SpOx4PmtrCmbzhqxoHJPQvVkFvtATndX > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C { display:block; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tce9155becb51e8bb9c3c8e4e6ffc424 { top:0.5625rem;left:0rem;width:6.125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 { display:block; }#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnwbIVEZbiR0LmDdfxLcT2ePxeOfh6N9 { width:47.75rem;height:2.1875rem;top:0.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth { display:block; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJP2Ty217TItgw0VN4VJ9mUCB3iwVRJG { width:32.125rem;height:7.625rem;top:11rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUENay5LeZ8fiTbFVNAZrRtlzqXIHgzX { width:10.9375rem;height:0.1875rem;top:21.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0X14Su5IiVdaxOG3zTTTeTzR7XhDPMd { width:39rem;height:1.875rem;top:22.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6h7sU4PlRggDJGWdvJZEM9cJM6XVaJ4 { width:24.875rem;height:1.8125rem;top:18.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeqibJOLSPRfEKBvHyqNN9Pe7KXiZ6xD { width:20.8125rem;height:4.875rem;top:38.8125rem;left:14.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0IFBENBaVtbqydgrTnUvD44H6Ma6mB7 { top:3.1875rem;left:0rem;width:17.0625rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiS1BRcT838vtCc3b8QlbQtvJURECruV { top:0.875rem;left:20.9375rem;width:26.8125rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHEgXHpZkfO6ZQAAWeQOvunStTFP0T6V { top:0.875rem;left:23.8125rem;width:23.9375rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #utC7eR5vyz3fnTDkuefUO3Qr6x2inDJG { width:45rem;height:1.8125rem;top:29.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6sg3DCvVvexhfP50Mvhamm0OxrlqkZA { width:39rem;height:2.8125rem;top:24.75rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 { display:block; }#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THN2IpCWl7pGNStb6SS4INFyi6QfcEy8 { width:47.75rem;height:4rem;top:2.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 { display:block; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRFMwhTeJRJE2KOMyswHpOzbtGlzzN65 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AATVHWQBieNPXz3pJP6iTdsHLMOimFl3 { display:block; }
 }@media only screen and (max-width: 763px) { #DE96APs3imWhE6XFdDWGpkwiQd8KhOqH { width:36.5625rem;height:26.9375rem;top:1rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndVz6g2Cf8Lkv8R3yzQxsQFXAGg6tKTV { top:1.4375rem;left:10.25rem;width:37.5rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXw7IckOHezu2BgiT4glp3XwLrizf9Dd { width:6.6875rem;height:6.6875rem;top:25.125rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWsDSxaQ5TAUgPmH5Fe5O91E27QUufgo { width:6.6875rem;height:6.6875rem;top:25.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPqBuET5xVRoVpPul7Q8TSTxOcGq7b1R { width:6.6875rem;height:6.6875rem;top:25.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTvxdgexVy2gIE9fUJgVdZUr5Bb5wws { width:0.0625rem;height:0.0625rem;top:24.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwaC4pn7qwmV6uTyvOaxOgidTTtWPxQA { width:10.6875rem;height:4.5rem;top:26.3125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FETozTTmnxTA9LeKigiZsbi8XKzbIIii { top:29.0625rem;left:21.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
#FETozTTmnxTA9LeKigiZsbi8XKzbIIii > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #VDeNyDmr4rhT6TTday9PcrSxIE0eg9vA { top:29.0625rem;left:21.1875rem;width:2.6875rem;height:2.6875rem;display:block; }
#VDeNyDmr4rhT6TTday9PcrSxIE0eg9vA > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl { display:block; }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLWC9pc0eSvXKoQ5Td0QHo0f7mEppBMF { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK { display:block; }#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meB1fNOCsJLdB6L6DpdpBmSt8k3NnTxb { top:19.5rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbFv8K5QGcbtVSBQgNsBMD5bkAcDcFku { top:19.9375rem;left:0rem;width:13.8125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0G4e7B6mghsG6C40xABqxBHTuXwqotd { top:19.9375rem;left:11.625rem;width:12.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI6O5aJCkToysQrzcnhG2wEXVTAswEyZ { top:19.5rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNuVNsTyo1dll6VfVPoA4ilGObw2dx33 { top:19.5rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khL4O7B42TJiVDQch7VUNTkkVFGTJJcP { top:19.9375rem;left:21.9375rem;width:13.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c51pEtaDORtPXgEtUf1ILOKH4QpvsyKm { top:19.5rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfmsUZcFp9r77kPx4uvG0CGGRwopXc13 { top:19.9375rem;left:34.125rem;width:13.625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snmC0etkN3CM60h6ArVXm9sAH5CNf46B { top:1.375rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJJ3P0q5RaK2ThFTrJXIL9G3az4QTO6O { top:41.625rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZUey5oaXOsSXa7B9vLJODGIKhvTZqF7 { top:42.0625rem;left:0rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGi1rqebyEV21f3rbbLhVvkZ4pRVtMPR { top:42.0625rem;left:10.1875rem;width:13.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRu8fJIzpg0w0u2yR9x6VvmU7uEgDxDA { top:41.625rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTGckTKkJTSZIND83NJUMsc8NsTETtiq { top:41.625rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxksBoneOss3ndb2ugUsndiR7zkDyVg6 { top:42.0625rem;left:22.6875rem;width:13.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM3wKufhSfO1a4b8d1GG1vyrgTCwagAK { top:23.5rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTJnBq2cZgIyrAw49bzMENhfs4WateqJ { top:41.625rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNAeBXWHCqwe57ysB0ltdZIMCvvDRwt2 { top:42.0625rem;left:34.25rem;width:13.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #de2cab94f9cf8809e8b18caeeee4a8de { top:23.5rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b858e1bc3a14b6706123b20159d2642e { top:1.4375rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0ef51024c13a38809d260d7efc60cfd { top:1.4375rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQJtM3tkEi7PVaNoHiz6hmEtToZG5CDd { top:1.4375rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1fi7X4ZXHCy1I1iSDI4c8s3V5ZBd3MN { top:23.5625rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4uaR17TG774wh8hHB6B59F0aPwQlRIZ { top:23.5625rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm { display:block; }#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToeN10ShNM8DfIti9WAoUr6PfXBOOgSL { width:47.75rem;height:;top:2rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 { display:block; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuWsoefN8wBtQyB8tGo5IsA76Wa7PZrE { top:10rem;left:0rem;width:27.875rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUd7eI8awudQPR6FTf6fXEb4qweTkS7o { width:47.75rem;height:29.75rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEG3RvGHKMCaJ3LFCpOrmlw5J5QEMgza { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu2Ka3BZQ0N1Ja1eTMPSsThzZypQCvAa { display:block; }
 }@media only screen and (max-width: 763px) { #CUFdNGm6pJ8XOASURkkTc98PMhh4wezm { width:47.75rem;height:4rem;top:5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt4r9qTqWfikA4B3CyBud5bFEnDgA4mK { width:23.8125rem;height:;top:11.875rem;left:23.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FftQ90mTtxlvTAbTZTxszvdp1vgJPeEQ { top:27.375rem;left:27.78125rem;width:2rem;height:2rem;display:block; }
#FftQ90mTtxlvTAbTZTxszvdp1vgJPeEQ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #SR5xRTGPQcifLGcdi5ZuecBdMAOdzdDe { top:27.375rem;left:31.125rem;width:2rem;height:2rem;display:block; }
#SR5xRTGPQcifLGcdi5ZuecBdMAOdzdDe > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh { display:block; }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zfc0261a9092dc0dada00d53efab11a6 { width:47.75rem;height:2.25rem;top:4.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf5a875eb6131f5661b9a95add8f2e39 { width:47.75rem;height:2.875rem;top:7.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee2355ce2726356376b0b8ae13ed5d5b { width:17.5rem;height:3.5rem;top:12.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7af976d0ae68f5cc595064158d235d9 { display:block; }
 }@media only screen and (max-width: 763px) { #a195176acaa043d5cd3b82279ddeaa58 { width:47.75rem;height:0.1875rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc78ec6276b9bc6867f34ff552c00d6a { width:47.75rem;height:0.1875rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtBQJcL1pyhuowzNbrPzJoR3s5SM2QcF { top:18.875rem;left:7.5625rem;width:7.375rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMCtFcd2AR6UKLAZp2V6TZuSzEn4IFQz { width:17.8125rem;height:5.375rem;top:19rem;left:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3epGoRwOJoJxxlt6v6oT0q8DJ2XuaWu { top:20.6875rem;left:35.4375rem;width:2rem;height:2rem;display:block; }
#z3epGoRwOJoJxxlt6v6oT0q8DJ2XuaWu > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #SpOx4PmtrCmbzhqxoHJPQvVkFvtATndX { top:20.6875rem;left:38.1875rem;width:2rem;height:2rem;display:block; }
#SpOx4PmtrCmbzhqxoHJPQvVkFvtATndX > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row .container { background-color: transparent; background-image: none; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row .container > .video-iframe-container { display: none; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row > .video-iframe-container { display: none; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .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); }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row .container { border-width: 0; border-radius: 0; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXmtrAhyNzDzGqmeW3k9yvVIgTyO3k5C > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tce9155becb51e8bb9c3c8e4e6ffc424 { width:5.3125rem;height:4.375rem;top:0.3125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 { display:block; }#g3uMs8zgmvR2pTsZTpnUK1TSgilpQdK8 > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vnwbIVEZbiR0LmDdfxLcT2ePxeOfh6N9 { width:20rem;height:3.25rem;top:0.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cfd6506-45cb-40c2-a9ea-70665be02d6f/shutterstock_1556752790.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth.adaptive-delivery-prevent-bg, #IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth.lazyload, #IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth.lazyloading { background-image: none; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row .container { background-color: transparent; background-image: none; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row .container > .video-iframe-container { display: none; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row > .video-iframe-container { display: none; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .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); }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row .container { border-width: 0; border-radius: 0; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth::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; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IwOT8Mn1BOtF0OnTRFEGLTVyPwA3oWth > .row .container { width:20rem;height:82.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJP2Ty217TItgw0VN4VJ9mUCB3iwVRJG { width:18.6875rem;height:4.375rem;top:4.3125rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OUENay5LeZ8fiTbFVNAZrRtlzqXIHgzX { width:10.9375rem;height:0.1875rem;top:10.625rem;left:4.5625rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #R0X14Su5IiVdaxOG3zTTTeTzR7XhDPMd { width:20rem;height:0.9375rem;top:11.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l6h7sU4PlRggDJGWdvJZEM9cJM6XVaJ4 { width:20rem;height:1.21875rem;top:8.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MeqibJOLSPRfEKBvHyqNN9Pe7KXiZ6xD { width:13.5rem;height:3.0869125rem;top:78.3994140625rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #O0IFBENBaVtbqydgrTnUvD44H6Ma6mB7 { width:17.0625rem;height:1.78125rem;top:1.1875rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AiS1BRcT838vtCc3b8QlbQtvJURECruV { width:20rem;height:21.5rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHEgXHpZkfO6ZQAAWeQOvunStTFP0T6V { width:20rem;height:55.8125rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utC7eR5vyz3fnTDkuefUO3Qr6x2inDJG { width:20rem;height:0.8125rem;top:19.08642578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l6sg3DCvVvexhfP50Mvhamm0OxrlqkZA { width:16.375rem;height:5.125rem;top:13.3125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:2.5625rem;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 { display:block; }#nrFx5fZGxvPA4O7X0v8I3dWGMW0oEhD8 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THN2IpCWl7pGNStb6SS4INFyi6QfcEy8 { width:17.5625rem;height:2.25rem;top:1.8125rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row .container { background-color: transparent; background-image: none; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row .container > .video-iframe-container { display: none; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row > .video-iframe-container { display: none; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .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); }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row .container { border-width: 0; border-radius: 0; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sc4dFkGUQbztHTrlw6uvKDKIN0aA6I24 > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRFMwhTeJRJE2KOMyswHpOzbtGlzzN65 { width:16.5rem;height:3.75rem;top:38.9638671875rem;left:1.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #AATVHWQBieNPXz3pJP6iTdsHLMOimFl3 { display:block; }
 }@media only screen and (max-width: 763px) { #DE96APs3imWhE6XFdDWGpkwiQd8KhOqH { width:20rem;height:38.39059375rem;top:0.57421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndVz6g2Cf8Lkv8R3yzQxsQFXAGg6tKTV { width:19.875rem;height:12.75rem;top:44.31005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXw7IckOHezu2BgiT4glp3XwLrizf9Dd { width:4.0625rem;height:4.0625rem;top:64.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWsDSxaQ5TAUgPmH5Fe5O91E27QUufgo { width:4.0625rem;height:4.0625rem;top:64.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPqBuET5xVRoVpPul7Q8TSTxOcGq7b1R { width:4.0625rem;height:4.0625rem;top:64.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTvxdgexVy2gIE9fUJgVdZUr5Bb5wws { width:0.0625rem;height:0.0625rem;top:62.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwaC4pn7qwmV6uTyvOaxOgidTTtWPxQA { width:6.5rem;height:2.625rem;top:65.25rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FETozTTmnxTA9LeKigiZsbi8XKzbIIii { display:flex;width:2.6875rem;height:2.6875rem;top:59.9375rem;left:6.875rem; }
#FETozTTmnxTA9LeKigiZsbi8XKzbIIii > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #VDeNyDmr4rhT6TTday9PcrSxIE0eg9vA { display:flex;width:2.6875rem;height:2.6875rem;top:59.9375rem;left:10.4375rem; }
#VDeNyDmr4rhT6TTday9PcrSxIE0eg9vA > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl { display:block; }#Tto3PuPy8RfUmQE9yVNBx8HT7ZzfKGtl > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iLWC9pc0eSvXKoQ5Td0QHo0f7mEppBMF { width:19.9375rem;height:4.5rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK { display:block; }#Gmi6tk1X5lnL7C845ny80T7BJ3IAM4ZK > .row .container { width:20rem;height:175.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meB1fNOCsJLdB6L6DpdpBmSt8k3NnTxb { width:14.375rem;height:2.5625rem;top:19rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbFv8K5QGcbtVSBQgNsBMD5bkAcDcFku { width:12.8125rem;height:1.4624rem;top:19.5625rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0G4e7B6mghsG6C40xABqxBHTuXwqotd { width:14.4375rem;height:1.4624rem;top:63.25rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI6O5aJCkToysQrzcnhG2wEXVTAswEyZ { width:14.375rem;height:2.625rem;top:62.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNuVNsTyo1dll6VfVPoA4ilGObw2dx33 { width:14.375rem;height:2.625rem;top:84.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khL4O7B42TJiVDQch7VUNTkkVFGTJJcP { width:14.125rem;height:1.4624rem;top:85.125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c51pEtaDORtPXgEtUf1ILOKH4QpvsyKm { width:14.375rem;height:2.625rem;top:40.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfmsUZcFp9r77kPx4uvG0CGGRwopXc13 { width:13.9375rem;height:1.4624rem;top:41.3125rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snmC0etkN3CM60h6ArVXm9sAH5CNf46B { width:14.375rem;height:18.125rem;top:22.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJJ3P0q5RaK2ThFTrJXIL9G3az4QTO6O { width:14.375rem;height:2.5625rem;top:171.37451171875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZUey5oaXOsSXa7B9vLJODGIKhvTZqF7 { width:13.75rem;height:1.4624rem;top:171.9248046875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGi1rqebyEV21f3rbbLhVvkZ4pRVtMPR { width:13.125rem;height:1.4624rem;top:128.5810546875rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRu8fJIzpg0w0u2yR9x6VvmU7uEgDxDA { width:14.375rem;height:2.625rem;top:128rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTGckTKkJTSZIND83NJUMsc8NsTETtiq { width:14.375rem;height:2.625rem;top:149.68701171875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxksBoneOss3ndb2ugUsndiR7zkDyVg6 { width:13.75rem;height:1.4624rem;top:106.9375rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cM3wKufhSfO1a4b8d1GG1vyrgTCwagAK { width:14.375rem;height:18.125rem;top:88.29345703125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTJnBq2cZgIyrAw49bzMENhfs4WateqJ { width:14.375rem;height:2.625rem;top:106.35595703125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNAeBXWHCqwe57ysB0ltdZIMCvvDRwt2 { width:13.375rem;height:1.4624rem;top:150.2685546875rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #de2cab94f9cf8809e8b18caeeee4a8de { width:14.375rem;height:18.125rem;top:131.62451171875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b858e1bc3a14b6706123b20159d2642e { width:14.375rem;height:18.125rem;top:44.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0ef51024c13a38809d260d7efc60cfd { width:14.375rem;height:18.125rem;top:66.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQJtM3tkEi7PVaNoHiz6hmEtToZG5CDd { width:14.375rem;height:18.125rem;top:0.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1fi7X4ZXHCy1I1iSDI4c8s3V5ZBd3MN { width:14.375rem;height:18.125rem;top:153.31201171875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4uaR17TG774wh8hHB6B59F0aPwQlRIZ { width:14.375rem;height:18.125rem;top:109.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm { display:block; }#M7r4bMSxUPFBgtyH20UdK9wTuxo6BDXm > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToeN10ShNM8DfIti9WAoUr6PfXBOOgSL { width:20rem;height:4.5rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8a1be099-577e-47ad-ba30-8204977a936f/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8.adaptive-delivery-prevent-bg, #NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8.lazyload, #NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8.lazyloading { background-image: none; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row .container { background-color: transparent; background-image: none; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row .container > .video-iframe-container { display: none; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row > .video-iframe-container { display: none; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .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); }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row .container { border-width: 0; border-radius: 0; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8::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; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxVdIkJLXyp9J4qxz5cPgSQ4V3OfLhF8 > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuWsoefN8wBtQyB8tGo5IsA76Wa7PZrE { width:18.875rem;height:25.49558125rem;top:4.56689453125rem;left:0.5625rem;font-size:1rem;z-index:15038;text-align:center;text-align-last:center;font-family:roundo;display:block; }
 }@media only screen and (max-width: 763px) { #MUd7eI8awudQPR6FTf6fXEb4qweTkS7o { width:20rem;height:9.4375rem;top:17.6875rem;left:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CEG3RvGHKMCaJ3LFCpOrmlw5J5QEMgza { width:14.8125rem;height:3.75rem;top:38.5625rem;left:2.59375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #qu2Ka3BZQ0N1Ja1eTMPSsThzZypQCvAa { display:block; }
 }@media only screen and (max-width: 763px) { #CUFdNGm6pJ8XOASURkkTc98PMhh4wezm { width:20rem;height:2.25rem;top:1.64697265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Zt4r9qTqWfikA4B3CyBud5bFEnDgA4mK { width:20rem;height:2.79980625rem;top:30.92333984375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FftQ90mTtxlvTAbTZTxszvdp1vgJPeEQ { display:flex;width:2rem;height:2rem;top:35.125rem;left:7.3125rem; }
#FftQ90mTtxlvTAbTZTxszvdp1vgJPeEQ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #SR5xRTGPQcifLGcdi5ZuecBdMAOdzdDe { display:flex;width:2rem;height:2rem;top:35.125rem;left:10.75rem; }
#SR5xRTGPQcifLGcdi5ZuecBdMAOdzdDe > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh { display:block; }#fg9TycMp6pLwJQhlIBzl3Drw7tHa7Awh > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zfc0261a9092dc0dada00d53efab11a6 { width:19.875rem;height:5.0625rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cf5a875eb6131f5661b9a95add8f2e39 { width:17.625rem;height:3.25rem;top:8.1875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee2355ce2726356376b0b8ae13ed5d5b { width:16rem;height:3.375rem;top:12.734375rem;left:2rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#a8c9c8;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7af976d0ae68f5cc595064158d235d9 { display:block; }
 }@media only screen and (max-width: 763px) { #a195176acaa043d5cd3b82279ddeaa58 { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc78ec6276b9bc6867f34ff552c00d6a { width:20rem;height:0.1875rem;top:16.73535rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtBQJcL1pyhuowzNbrPzJoR3s5SM2QcF { width:7.375rem;height:5.625rem;top:24.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMCtFcd2AR6UKLAZp2V6TZuSzEn4IFQz { width:15.125rem;height:4.79883125rem;top:18.638671875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3epGoRwOJoJxxlt6v6oT0q8DJ2XuaWu { display:flex;width:2.6875rem;height:2.6875rem;top:25.75rem;left:12rem; }
#z3epGoRwOJoJxxlt6v6oT0q8DJ2XuaWu > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #SpOx4PmtrCmbzhqxoHJPQvVkFvtATndX { display:flex;width:2.6875rem;height:2.6875rem;top:25.75rem;left:15.8125rem;font-size:1.875rem; }
#SpOx4PmtrCmbzhqxoHJPQvVkFvtATndX > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }