.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:226,244,243;--color-primary-1:169,223,220;--color-primary-2:112,202,197;--color-primary-3:24,172,163;--color-primary-4:17,166,159;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"raleway";--paragraphs-font-family:"raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#fW61qkln2CEOmqd7zBeLnhd4aii2EcHd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fW61qkln2CEOmqd7zBeLnhd4aii2EcHd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fW61qkln2CEOmqd7zBeLnhd4aii2EcHd > .row > .video-iframe-container { display: none; }#fW61qkln2CEOmqd7zBeLnhd4aii2EcHd > .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); }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q { background-color:transparent;background-image:url("https://images.assets-landingi.com/kWUZKKBR2Ag/unsplash/wynand-van-poortvliet-kWUZKKBR2Ag-photo-1582902281043-69c645f40cd5.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q.adaptive-delivery-prevent-bg, #pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q.lazyload, #pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q.lazyloading { background-image: none; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row .container { background-color: transparent; background-image: none; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.57); }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row .container > .video-iframe-container { display: none; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.57); }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row > .video-iframe-container { display: none; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .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); }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row .container { border-width: 0; border-radius: 0; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q::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; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row .container { width:60rem;height:43.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#K5ADzVUCPtly8LMOSGhBXzTqcnr8O2RV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.74977016449rem;width:17.5rem;top:2.0599722862244rem;left:0rem;overflow:hidden;display:block; }
#qiGnbbT80nkqHsRdJi4fyPuU7BPF2HvJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4375rem;left:0rem;height:15.9248125rem;font-style:normal;display:block; }
#iZakR5IqeqeWGTQ1kIfOzza1JfuGbOgz { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:14.75rem;left:5.625rem;height:8.6123125rem;font-style:normal;display:block; }
#kHgmcb5bcMBFGkobhR2ESKAoOO7CmTTd { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19rem;left:0rem;height:3.4121125rem;font-style:normal;display:block; }
#h0llXTSBrAy7lXe3wzt8tTNeLnFtF73G { color:#020b10;display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:23.5625rem;left:0rem;height:9.75rem;font-style:normal;display:block; }
#XckTBkRPSFpNnXdX23N5VQvFWTRHaNeJ { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.8125rem;left:0rem;display:block; }
#isvt2dpJq591lb1LbRUR5H7F757diWuD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/CixChVpY/VAF_1097.JPG");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu.adaptive-delivery-prevent-bg, #KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu.lazyload, #KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu.lazyloading { background-image: none; }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu > .row .container { background-color: transparent; background-image: none; }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu > .row .container > .video-iframe-container { display: none; }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu > .row > .video-iframe-container { display: none; }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu > .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); }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu > .row .container { border-width: 0; border-radius: 0; }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:60rem;position:relative;display:block; }#htiKUnFl0fyGut7vSWEyV4hDK4y9cVEG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:30.6875rem;top:2.4791717529297rem;left:14.312501907349rem;overflow:hidden;display:block; }
#LpO7bLU9t0um8m7VusREqqhJvGyWhIq5 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-secondary-4),0.3) ;height:13.375rem;width:13.375rem;top:5.9270782470703rem;left:4.6875rem;display:block; }
#F0XuCC3av4g7LMKGZohD4Ak3U8nMTPor { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.58332824707rem;left:7.8216152191163rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yU2z08QE6svfGx6tQt9aqgX8ws7CrUhJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.39582824707rem;left:5.1653652191162rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NGdOIaMA62diAZAPs2SZpcb1ycdMZosP { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #61d669;border-left:0.25rem solid #61d669;border-right:0.25rem solid #61d669;border-bottom:0.25rem solid #61d669;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.625rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:42.5rem;left:13.6875rem;display:block; }
#uKtqhcbTE63022ls9irfvl9SVOQGgIsm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yD0CWtr6W3PO5nvyxz8unITTyGUv04hi { color:rgba(var(--color-tertiary-0),1);display:block;width:53.061809539795rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:33.933807373047rem;left:2.5287208557129rem;height:7.7998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xDO3NMuW0K8v3XXlRneNtXuyzmZOx2Fm { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #61d669;border-left:0.25rem solid #61d669;border-right:0.25rem solid #61d669;border-bottom:0.25rem solid #61d669;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.625rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:47.8125rem;left:13.6875rem;display:block; }
#E359yRL6E0Jic8z8FKvE02z4hBamHP9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR > .row .container { background-color: transparent; background-image: none; }#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR > .row .container > .video-iframe-container { display: none; }#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR > .row > .video-iframe-container { display: none; }#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR > .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); }#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR > .row .container { border-width: 0; border-radius: 0; }#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#imgTcfRONff4Xyu2JXt1yhsmCTecPS8r { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/8RaUEd8zD-U/unsplash/maria-lin-kim-8RaUEd8zD-U-photo-1588964895597-cfccd6e2dbf9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:29.375rem;top:6.25rem;left:0rem;display:block; }#imgTcfRONff4Xyu2JXt1yhsmCTecPS8r.adaptive-delivery-prevent-bg, #imgTcfRONff4Xyu2JXt1yhsmCTecPS8r.lazyload, #imgTcfRONff4Xyu2JXt1yhsmCTecPS8r.lazyloading { background-image: none; }
#zSGOsR9PaLFyM4fON43JBWhnb1Bbm8AS { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:9.375rem;width:10.1875rem;top:6.25rem;left:0rem;display:block; }
#WB6htHc6xDKXCGZEXUwSrWGQtNRlMFB1 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15002;line-height:.8;letter-spacing:0;top:6.25rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WT3nbTP3XDcKKsz6neSxHvtMvf9t4y7L { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:13.3125rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zrrkia9wrB23dsOpGHxGqiSkedMzZpaM { color:rgba(var(--color-tertiary-4),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.25rem;left:6.875rem;height:2.4375rem;font-style:normal;display:block; }
#kdT927JgPqGd7351eGtyPCuKFgDRExKC { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.375rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#S6WTLcaukRVrmHrDIyfd1IRwtsgcSQbn { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.8125rem;left:0rem;height:3.8994125rem;font-style:normal;display:block; }
#IJbz7H2DuHWKUz7K6880CN6vNxhWx9mJ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:34.25rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#TGpDO9ZuUWnL5rqZ94USGgkTf2t4Um6t { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:34.25rem;left:30.625rem;height:1.57470625rem;font-style:normal;display:block; }
#JDBI9fTBcXEffvvPru39aOlcZBLF9xHW { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:27.8125rem;left:30.625rem;height:5.84911875rem;font-style:normal;display:block; }
#XMvpbvpIK9nUXynygqH1XLRk0fMZn030 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.375rem;left:30.625rem;height:2.4375rem;font-style:normal;display:block; }
#ZqZONrBtsMIaHpTwH586ZLp8a4p8lTlp { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/QRAqGcI4H30/unsplash/jason-leung-QRAqGcI4H30-photo-1599600657272-a747c46ebf9a.jpg");background-position:top 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:17.875rem;width:29.375rem;top:6.25rem;left:30.625rem;display:block; }#ZqZONrBtsMIaHpTwH586ZLp8a4p8lTlp.adaptive-delivery-prevent-bg, #ZqZONrBtsMIaHpTwH586ZLp8a4p8lTlp.lazyload, #ZqZONrBtsMIaHpTwH586ZLp8a4p8lTlp.lazyloading { background-image: none; }
#s5VksAFg7X0Grk2MmcTLzE9vXhHztwvT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:10.1875rem;top:6.25rem;left:30.625rem;display:block; }
#iPnWyhzEsL4EyLJ2oIoceTxvwrP0FRpy { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.3125rem;left:30.625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UdoGCxr0elaktzvH8FPrB154Rh15keoW { color:rgba(var(--color-primary-3),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:6.25rem;left:30.625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b50mOl5Nc1GFdTTHcq7T0UTwMLQGmTcP { color:rgba(var(--color-tertiary-4),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.25rem;left:37.5rem;height:2.4375rem;font-style:normal;display:block; }
#xDTmVUngs32QMXpks57gXicz1bwhRVmW { position:relative;display:block; }#xDTmVUngs32QMXpks57gXicz1bwhRVmW { background-color: transparent; background-image: none; }#xDTmVUngs32QMXpks57gXicz1bwhRVmW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDTmVUngs32QMXpks57gXicz1bwhRVmW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDTmVUngs32QMXpks57gXicz1bwhRVmW > .row .container > .video-iframe-container { display: none; }#xDTmVUngs32QMXpks57gXicz1bwhRVmW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDTmVUngs32QMXpks57gXicz1bwhRVmW > .row > .video-iframe-container { display: none; }#xDTmVUngs32QMXpks57gXicz1bwhRVmW > .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); }#xDTmVUngs32QMXpks57gXicz1bwhRVmW { border-width: 0; border-radius: 0; }#xDTmVUngs32QMXpks57gXicz1bwhRVmW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xDTmVUngs32QMXpks57gXicz1bwhRVmW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HdHyUScvNgwyNh8a59JD3wyTcOWa3cxd { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5rem;left:6.25rem;display:block; }
#GLKzTANig2rL5x959uWWXVRN22XMI33V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XOUOLuvOoli5H07HAlOKzAx7811y22qm { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.5rem;left:39.125rem;display:block; }
#aNB74sCnSfIMCcFXogqp5e0FamwNT4z3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB > .row .container { background-color: transparent; background-image: none; }#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB > .row .container > .video-iframe-container { display: none; }#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB > .row > .video-iframe-container { display: none; }#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB > .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); }#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB > .row .container { border-width: 0; border-radius: 0; }#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#FmnW3zQG8sL2FbLMcBNp14cirMDmhHgw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/T29zlAtQ/metagenics2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:29.375rem;top:3.125rem;left:0rem;display:block; }#FmnW3zQG8sL2FbLMcBNp14cirMDmhHgw.adaptive-delivery-prevent-bg, #FmnW3zQG8sL2FbLMcBNp14cirMDmhHgw.lazyload, #FmnW3zQG8sL2FbLMcBNp14cirMDmhHgw.lazyloading { background-image: none; }
#muQE6Jez9OKvpTQbddUf5NTTfuNdhEcd { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:10.1875rem;top:3.125rem;left:0rem;display:block; }
#kf3IJfBrvygv8Z9TPbETETNPDMPWQbSx { color:rgba(var(--color-primary-3),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15002;line-height:.8;letter-spacing:0;top:3.125rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWBo1eFq4xZkwtKZMLLtuivKPPNyKyTi { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GALSRBtTIWsE6xov9Whd7fOTUZC7OFDE { color:rgba(var(--color-tertiary-4),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.125rem;left:6.875rem;height:2.4375rem;font-style:normal;display:block; }
#gPEx0JDGlo2uUlfLMGTdsgvTkcrQHmeN { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#TBNarHSTUSn4vwpQdPcz4oTh9zfQR5q6 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0rem;height:5.84911875rem;font-style:normal;display:block; }
#MZd1J9F3FQ9VO7Az8UFRSSXLcHZhWke5 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:31.125rem;left:0rem;height:3.1494125rem;font-style:normal;display:block; }
#T7SW34xx3dIrX7JPVvgA6L5TqwgNzhSG { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:31.125rem;left:30.625rem;height:3.1494125rem;font-style:normal;display:block; }
#Z9JcRSdxwPgFkJJQv0vUUP3BBPd318Gs { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.6875rem;left:30.625rem;height:5.84911875rem;font-style:normal;display:block; }
#ogJQkpiue2WB92dJdmWRNEkKK37zuBVr { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.25rem;left:30.625rem;height:2.4375rem;font-style:normal;display:block; }
#bsa9EQEcr1DIHG9O2oVqpktzu4rKT93p { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/IZOAOjvwhaM/unsplash/kelly-sikkema-IZOAOjvwhaM-photo-1584735935682-2f2b69dff9d2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:29.375rem;top:3.125rem;left:30.625rem;display:block; }#bsa9EQEcr1DIHG9O2oVqpktzu4rKT93p.adaptive-delivery-prevent-bg, #bsa9EQEcr1DIHG9O2oVqpktzu4rKT93p.lazyload, #bsa9EQEcr1DIHG9O2oVqpktzu4rKT93p.lazyloading { background-image: none; }
#BvwhIooAE2L3ahwNL5w5uqrTlXU8sb7m { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:9.375rem;width:10.1875rem;top:3.125rem;left:30.625rem;display:block; }
#HFlTTvnCIDwSKfPpLDSLFBSXzxOHnrwZ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.1875rem;left:30.625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uN7ai953vDkBMvn5UwP1HRzAmzf83pTi { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:3.125rem;left:30.625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jyo8qoPFK4LysSDT3lQ0cW41gGq9Dhg4 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.125rem;left:37.5rem;height:2.4375rem;font-style:normal;display:block; }
#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG { position:relative;display:block; }#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG { background-color: transparent; background-image: none; }#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG > .row .container > .video-iframe-container { display: none; }#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG > .row > .video-iframe-container { display: none; }#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG > .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); }#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG { border-width: 0; border-radius: 0; }#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HxdSi5n41N6M0nvOKvyFCQdgngn0qu1W { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.875rem;left:6.25rem;display:block; }
#Ho6ghxah4KAEa7QlZaTJxUG0OITVsRyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sg34SZrz3t2pRLdaV2ydJT9OGDAIp9Tt { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.875rem;left:39.75rem;display:block; }
#qr04so7ABTxDeCDTMr9yFW2skBLANZb2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr > .row .container { background-color: transparent; background-image: none; }#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr > .row .container > .video-iframe-container { display: none; }#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr > .row > .video-iframe-container { display: none; }#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr > .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); }#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr > .row .container { border-width: 0; border-radius: 0; }#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:60rem;position:relative;display:block; }#UD3uKI6qv17ysm99nX1rNi0cz0XKct1z { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/wUt2sFFf/20200415_122144.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:17.875rem;width:29.5625rem;top:3.0625rem;left:0.3125rem;display:block; }#UD3uKI6qv17ysm99nX1rNi0cz0XKct1z.adaptive-delivery-prevent-bg, #UD3uKI6qv17ysm99nX1rNi0cz0XKct1z.lazyload, #UD3uKI6qv17ysm99nX1rNi0cz0XKct1z.lazyloading { background-image: none; }
#TEEc4QWoE6fB8QDnlybnWrCLmx1l6AIR { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:9.375rem;width:10.1875rem;top:3.125rem;left:0rem;display:block; }
#UGR1kXBSbkIzaRrP4TW2Mhn6gp75Kn7l { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15002;line-height:.8;letter-spacing:0;top:3.125rem;left:0rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAKu80c8owThKTN11DbmzrvVM31y31xc { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2hJTJXXlz2F2WrNLh4VS8aW7SdV7yT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.125rem;left:6.875rem;height:2.4375rem;font-style:normal;display:block; }
#hkvZTzLswpX9bgNiHScKohc2zc7y5fcm { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:22.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#xrrW2mCTxhIeUy0XoeWeQylWZu90oGlp { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0rem;height:5.84911875rem;font-style:normal;display:block; }
#gb8n9UdyQOJ2Mq7reBPVTVNGvxZbbIBT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:31.125rem;left:0rem;height:1.57470625rem;font-style:normal;display:block; }
#RBdqclW6N1NI0WGxcOExkem26GsWPRDz { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:31.125rem;left:30.625rem;height:1.57470625rem;font-style:normal;display:block; }
#f65TopDt44yasxZnqdCk7t7geLtK6UTT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.6875rem;left:30.625rem;height:5.84911875rem;font-style:normal;display:block; }
#EuTtXIkHxK31OTHT96tBTLkDOAzTTbEk { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:22.25rem;left:30.625rem;height:2.4375rem;font-style:normal;display:block; }
#DcnKI3CeRfcJDnIeoILk6QgKO5oMiypi { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/l4P0tl0A/IMG_5377.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.875rem;width:29.375rem;top:3.125rem;left:30.625rem;display:block; }#DcnKI3CeRfcJDnIeoILk6QgKO5oMiypi.adaptive-delivery-prevent-bg, #DcnKI3CeRfcJDnIeoILk6QgKO5oMiypi.lazyload, #DcnKI3CeRfcJDnIeoILk6QgKO5oMiypi.lazyloading { background-image: none; }
#VmsJ7ayw0ofM7cTtWlN8UwSk7AR7fEtS { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:10.1875rem;top:3.125rem;left:30.625rem;display:block; }
#hUExsdiAyQkG2EInuuyDrH2gORn2rtiK { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.1875rem;left:30.625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxpbVdQzOLTVadvKrzRo3PusADqTRp4X { color:rgba(var(--color-primary-3),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.5rem;font-weight:700;z-index:15010;line-height:.8;letter-spacing:0;top:3.125rem;left:30.625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5J0wddze7S9TyIH59hzlm4A2TN0Puru { color:rgba(var(--color-tertiary-4),1);display:block;width:3.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.125rem;left:37.5rem;height:2.4375rem;font-style:normal;display:block; }
#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF { position:relative;display:block; }#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF { background-color: transparent; background-image: none; }#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF > .row .container > .video-iframe-container { display: none; }#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF > .row > .video-iframe-container { display: none; }#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF > .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); }#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF { border-width: 0; border-radius: 0; }#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pHlPkuJxuIlu8i6KSfzv67pDHJgyoqyM { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.6875rem;left:6.25rem;display:block; }
#B7gCGnIBkVTcUCzTX9WKLprXDDO0S4tH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AVdHXedEusAaJodoTFFUPKkwLHslDDFC { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.6875rem;left:35.375rem;display:block; }
#NVgC169HK47EDASTxH9tPh5A9W9XfARc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/CixChVpY/VAF_1097.JPG");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C.adaptive-delivery-prevent-bg, #sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C.lazyload, #sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C.lazyloading { background-image: none; }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C > .row .container { background-color: transparent; background-image: none; }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C > .row .container > .video-iframe-container { display: none; }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C > .row > .video-iframe-container { display: none; }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C > .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); }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C > .row .container { border-width: 0; border-radius: 0; }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C > .row .container { font-size:0.875rem;font-family:arial;height:55.625rem;width:60rem;position:relative;display:block; }#Eu2RhOhe01HOZIGigdMRy8tANzigmvDQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:30.625rem;top:2.4791717529297rem;left:14.312501907349rem;overflow:hidden;display:block; }
#q5UTQR4pnpA6JZeAJ5oGNhdpGl8APM7G { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-secondary-0),1);border-left:0.3125rem solid rgba(var(--color-secondary-0),1);border-right:0.3125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 2.5rem rgba(var(--color-secondary-4),0.3) ;height:13.375rem;width:13.375rem;top:5.9270782470703rem;left:4.6875rem;display:block; }
#fuUsdz6QZXNDJUI7U4u5zqqAWsx7wH8s { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.58332824707rem;left:7.8216152191163rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RcXIHu3IlQbgDN8Wkfs2JkqCpwCFqTph { color:rgba(var(--color-tertiary-0),1);display:block;width:13.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.39582824707rem;left:5.1653652191162rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLdn66KOKyq0gcdbHq6R11e9UG1Qv7uo { color:rgba(var(--color-tertiary-0),1);display:block;width:53.061809539795rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:33.933807373047rem;left:2.5287208557129rem;height:7.7998rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X7P32PayOPfTFoQu41qhRqOTLdlHgw9U { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #61d669;border-left:0.25rem solid #61d669;border-right:0.25rem solid #61d669;border-bottom:0.25rem solid #61d669;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.625rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:43.8125rem;left:13.3125rem;display:block; }
#tLNnsvJ0GxLJ4zysCqPstMXoTcTnlgr0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uS9ENPUoTMdyu2442CMshb8goeiD5ISR { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #61d669;border-left:0.25rem solid #61d669;border-right:0.25rem solid #61d669;border-bottom:0.25rem solid #61d669;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.625rem;height:4.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:48.7392578125rem;left:13.3125rem;display:block; }
#xHQSFg6k5QUkTcqpVlW2QMVPGo9aEiQS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q { display:block; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5ADzVUCPtly8LMOSGhBXzTqcnr8O2RV { width:17.5rem;height:6.74977016449rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiGnbbT80nkqHsRdJi4fyPuU7BPF2HvJ { width:8.125rem;height:15.875rem;top:6.4375rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZakR5IqeqeWGTQ1kIfOzza1JfuGbOgz { width:26.75rem;height:4.25rem;top:14.75rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHgmcb5bcMBFGkobhR2ESKAoOO7CmTTd { width:33.8125rem;height:3.375rem;top:19rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0llXTSBrAy7lXe3wzt8tTNeLnFtF73G { width:25.6875rem;height:12.0625rem;top:23.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XckTBkRPSFpNnXdX23N5VQvFWTRHaNeJ { width:11.25rem;height:4.25rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #isvt2dpJq591lb1LbRUR5H7F757diWuD { display:block; }
 }@media only screen and (max-width: 763px) { #KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu { display:block; }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htiKUnFl0fyGut7vSWEyV4hDK4y9cVEG { width:30.6875rem;height:30.6875rem;top:2.4375rem;left:8.1875019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpO7bLU9t0um8m7VusREqqhJvGyWhIq5 { width:13.375rem;height:13.375rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0XuCC3av4g7LMKGZohD4Ak3U8nMTPor { width:7.6875rem;height:3.8125rem;top:8.5625rem;left:1.6955413818359rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU2z08QE6svfGx6tQt9aqgX8ws7CrUhJ { width:13.0625rem;height:5.0625rem;top:11.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGdOIaMA62diAZAPs2SZpcb1ycdMZosP { width:32.625rem;height:4.25rem;top:42.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKtqhcbTE63022ls9irfvl9SVOQGgIsm { display:block; }
 }@media only screen and (max-width: 763px) { #yD0CWtr6W3PO5nvyxz8unITTyGUv04hi { width:47.75rem;height:7.75rem;top:33.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDO3NMuW0K8v3XXlRneNtXuyzmZOx2Fm { width:32.625rem;height:4.25rem;top:47.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E359yRL6E0Jic8z8FKvE02z4hBamHP9e { display:block; }
 }@media only screen and (max-width: 763px) { #Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR { display:block; }#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imgTcfRONff4Xyu2JXt1yhsmCTecPS8r { width:29.375rem;height:17.875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSGOsR9PaLFyM4fON43JBWhnb1Bbm8AS { width:10.1875rem;height:9.375rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB6htHc6xDKXCGZEXUwSrWGQtNRlMFB1 { width:10.1875rem;height:6rem;top:6.25rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT3nbTP3XDcKKsz6neSxHvtMvf9t4y7L { width:10.1875rem;height:1.75rem;top:13.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrrkia9wrB23dsOpGHxGqiSkedMzZpaM { width:3.375rem;height:2.4375rem;top:7.25rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdT927JgPqGd7351eGtyPCuKFgDRExKC { width:29.375rem;height:2.4375rem;top:25.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6WTLcaukRVrmHrDIyfd1IRwtsgcSQbn { width:29.375rem;height:5.75rem;top:27.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJbz7H2DuHWKUz7K6880CN6vNxhWx9mJ { width:29.375rem;height:3.125rem;top:34.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGpDO9ZuUWnL5rqZ94USGgkTf2t4Um6t { width:29.375rem;height:1.5625rem;top:34.25rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDBI9fTBcXEffvvPru39aOlcZBLF9xHW { width:29.375rem;height:5.75rem;top:27.8125rem;left:18.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMvpbvpIK9nUXynygqH1XLRk0fMZn030 { width:29.375rem;height:2.4375rem;top:25.375rem;left:18.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqZONrBtsMIaHpTwH586ZLp8a4p8lTlp { width:29.375rem;height:17.875rem;top:6.25rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5VksAFg7X0Grk2MmcTLzE9vXhHztwvT { width:10.1875rem;height:9.375rem;top:6.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPnWyhzEsL4EyLJ2oIoceTxvwrP0FRpy { width:10.1875rem;height:1.75rem;top:13.3125rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdoGCxr0elaktzvH8FPrB154Rh15keoW { width:10.1875rem;height:6rem;top:6.25rem;left:23.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #b50mOl5Nc1GFdTTHcq7T0UTwMLQGmTcP { width:3.375rem;height:2.4375rem;top:7.25rem;left:28.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDTmVUngs32QMXpks57gXicz1bwhRVmW { display:block; }#xDTmVUngs32QMXpks57gXicz1bwhRVmW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HdHyUScvNgwyNh8a59JD3wyTcOWa3cxd { width:17.5rem;height:3.4375rem;top:0.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLKzTANig2rL5x959uWWXVRN22XMI33V { display:block; }
 }@media only screen and (max-width: 763px) { #XOUOLuvOoli5H07HAlOKzAx7811y22qm { width:17.5rem;height:3.4375rem;top:0.5rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNB74sCnSfIMCcFXogqp5e0FamwNT4z3 { display:block; }
 }@media only screen and (max-width: 763px) { #SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB { display:block; }#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmnW3zQG8sL2FbLMcBNp14cirMDmhHgw { width:29.375rem;height:17.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muQE6Jez9OKvpTQbddUf5NTTfuNdhEcd { width:10.1875rem;height:9.375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf3IJfBrvygv8Z9TPbETETNPDMPWQbSx { width:10.1875rem;height:6rem;top:3.125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWBo1eFq4xZkwtKZMLLtuivKPPNyKyTi { width:10.1875rem;height:1.75rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GALSRBtTIWsE6xov9Whd7fOTUZC7OFDE { width:3.375rem;height:2.4375rem;top:4.125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPEx0JDGlo2uUlfLMGTdsgvTkcrQHmeN { width:29.375rem;height:2.375rem;top:22.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBNarHSTUSn4vwpQdPcz4oTh9zfQR5q6 { width:29.375rem;height:5.75rem;top:24.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZd1J9F3FQ9VO7Az8UFRSSXLcHZhWke5 { width:29.375rem;height:3.125rem;top:31.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7SW34xx3dIrX7JPVvgA6L5TqwgNzhSG { width:29.375rem;height:3.125rem;top:31.125rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9JcRSdxwPgFkJJQv0vUUP3BBPd318Gs { width:29.375rem;height:5.8125rem;top:24.6875rem;left:18.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogJQkpiue2WB92dJdmWRNEkKK37zuBVr { width:29.375rem;height:2.4375rem;top:22.25rem;left:18.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsa9EQEcr1DIHG9O2oVqpktzu4rKT93p { width:29.375rem;height:17.875rem;top:3.125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvwhIooAE2L3ahwNL5w5uqrTlXU8sb7m { width:10.1875rem;height:9.375rem;top:3.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFlTTvnCIDwSKfPpLDSLFBSXzxOHnrwZ { width:10.1875rem;height:1.75rem;top:10.1875rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN7ai953vDkBMvn5UwP1HRzAmzf83pTi { width:10.1875rem;height:6rem;top:3.125rem;left:23.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyo8qoPFK4LysSDT3lQ0cW41gGq9Dhg4 { width:3.375rem;height:2.4375rem;top:4.125rem;left:28.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG { display:block; }#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxdSi5n41N6M0nvOKvyFCQdgngn0qu1W { width:17.5rem;height:3.4375rem;top:0.875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6ghxah4KAEa7QlZaTJxUG0OITVsRyr { display:block; }
 }@media only screen and (max-width: 763px) { #sg34SZrz3t2pRLdaV2ydJT9OGDAIp9Tt { width:17.5rem;height:3.4375rem;top:0.875rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr04so7ABTxDeCDTMr9yFW2skBLANZb2 { display:block; }
 }@media only screen and (max-width: 763px) { #FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr { display:block; }#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UD3uKI6qv17ysm99nX1rNi0cz0XKct1z { width:29.5625rem;height:17.875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEEc4QWoE6fB8QDnlybnWrCLmx1l6AIR { width:10.1875rem;height:9.375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGR1kXBSbkIzaRrP4TW2Mhn6gp75Kn7l { width:10.1875rem;height:6rem;top:3.125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAKu80c8owThKTN11DbmzrvVM31y31xc { width:10.1875rem;height:1.75rem;top:10.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2hJTJXXlz2F2WrNLh4VS8aW7SdV7yT9 { width:3.375rem;height:2.4375rem;top:4.125rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkvZTzLswpX9bgNiHScKohc2zc7y5fcm { width:29.375rem;height:2.4375rem;top:22.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrrW2mCTxhIeUy0XoeWeQylWZu90oGlp { width:29.375rem;height:5.75rem;top:24.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb8n9UdyQOJ2Mq7reBPVTVNGvxZbbIBT { width:29.375rem;height:1.5625rem;top:31.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBdqclW6N1NI0WGxcOExkem26GsWPRDz { width:29.375rem;height:1.5625rem;top:31.125rem;left:18.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f65TopDt44yasxZnqdCk7t7geLtK6UTT { width:29.375rem;height:5.75rem;top:24.6875rem;left:18.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuTtXIkHxK31OTHT96tBTLkDOAzTTbEk { width:29.375rem;height:2.4375rem;top:22.25rem;left:18.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcnKI3CeRfcJDnIeoILk6QgKO5oMiypi { width:29.375rem;height:17.875rem;top:3.125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmsJ7ayw0ofM7cTtWlN8UwSk7AR7fEtS { width:10.1875rem;height:9.375rem;top:3.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUExsdiAyQkG2EInuuyDrH2gORn2rtiK { width:10.1875rem;height:1.75rem;top:10.1875rem;left:23.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxpbVdQzOLTVadvKrzRo3PusADqTRp4X { width:10.1875rem;height:6rem;top:3.125rem;left:23.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5J0wddze7S9TyIH59hzlm4A2TN0Puru { width:3.375rem;height:2.4375rem;top:4.125rem;left:28.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF { display:block; }#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHlPkuJxuIlu8i6KSfzv67pDHJgyoqyM { width:17.5rem;height:3.4375rem;top:0.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7gCGnIBkVTcUCzTX9WKLprXDDO0S4tH { display:block; }
 }@media only screen and (max-width: 763px) { #AVdHXedEusAaJodoTFFUPKkwLHslDDFC { width:17.5rem;height:3.4375rem;top:0.6875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVgC169HK47EDASTxH9tPh5A9W9XfARc { display:block; }
 }@media only screen and (max-width: 763px) { #sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C { display:block; }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eu2RhOhe01HOZIGigdMRy8tANzigmvDQ { width:30.625rem;height:30.625rem;top:2.4375rem;left:8.1875019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5UTQR4pnpA6JZeAJ5oGNhdpGl8APM7G { width:13.375rem;height:13.375rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuUsdz6QZXNDJUI7U4u5zqqAWsx7wH8s { width:7.6875rem;height:3.8125rem;top:8.5625rem;left:1.6955413818359rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcXIHu3IlQbgDN8Wkfs2JkqCpwCFqTph { width:13.0625rem;height:5.0625rem;top:11.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLdn66KOKyq0gcdbHq6R11e9UG1Qv7uo { width:47.75rem;height:7.75rem;top:33.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7P32PayOPfTFoQu41qhRqOTLdlHgw9U { width:32.625rem;height:4.25rem;top:43.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLNnsvJ0GxLJ4zysCqPstMXoTcTnlgr0 { display:block; }
 }@media only screen and (max-width: 763px) { #uS9ENPUoTMdyu2442CMshb8goeiD5ISR { width:32.625rem;height:4.25rem;top:48.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHQSFg6k5QUkTcqpVlW2QMVPGo9aEiQS { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q { background-color:#cccccc;background-image:url("https://images.assets-landingi.com/4_jhDO54BYg/unsplash/dan-gold-4_jhDO54BYg-photo-1498837167922-ddd27525d352.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q.adaptive-delivery-prevent-bg, #pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q.lazyload, #pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q.lazyloading { background-image: none; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row .container { background-color: transparent; background-image: none; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row .container > .video-iframe-container { display: none; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row > .video-iframe-container { display: none; }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .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); }#pfo02vTOJZOC8ax0N0A4Mv0igUnpWw2q > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5ADzVUCPtly8LMOSGhBXzTqcnr8O2RV { width:10.374540328979rem;height:4.1245403289795rem;top:3.3835015296936rem;left:0.62385106086731rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiGnbbT80nkqHsRdJi4fyPuU7BPF2HvJ { width:8.125rem;height:7.3125rem;top:7.4375rem;left:0rem;font-size:5.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iZakR5IqeqeWGTQ1kIfOzza1JfuGbOgz { width:15.4375rem;height:5.19921875rem;top:9.125rem;left:4rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kHgmcb5bcMBFGkobhR2ESKAoOO7CmTTd { width:20rem;height:1.94970625rem;top:14.1875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h0llXTSBrAy7lXe3wzt8tTNeLnFtF73G { width:14.936810493469rem;height:7.312rem;top:17.904411315918rem;left:0.62270224094391rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XckTBkRPSFpNnXdX23N5VQvFWTRHaNeJ { width:8.62477016449rem;height:3.1870403289795rem;top:25.622699737549rem;left:5.6858912706375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #isvt2dpJq591lb1LbRUR5H7F757diWuD { display:block; }
 }@media only screen and (max-width: 763px) { #KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu { display:block; }#KUrnoxlOni76T4ot6SC4PeUcMRISC1Mu > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htiKUnFl0fyGut7vSWEyV4hDK4y9cVEG { width:14.749540328979rem;height:14.749540328979rem;top:3.1663475036621rem;left:2.6240807771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpO7bLU9t0um8m7VusREqqhJvGyWhIq5 { width:7.4368104934694rem;height:7.4368104934694rem;top:0.997013092041rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0XuCC3av4g7LMKGZohD4Ak3U8nMTPor { width:6.6245403289794rem;height:3.25rem;top:1.963924407959rem;left:1.0110293626785rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yU2z08QE6svfGx6tQt9aqgX8ws7CrUhJ { width:8.5rem;height:2.4375rem;top:4.8699436187744rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGdOIaMA62diAZAPs2SZpcb1ycdMZosP { width:19.4375rem;height:4.1875rem;top:26.61669921875rem;left:0.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKtqhcbTE63022ls9irfvl9SVOQGgIsm { display:block; }
 }@media only screen and (max-width: 763px) { #yD0CWtr6W3PO5nvyxz8unITTyGUv04hi { width:10.9375rem;height:7.1484375rem;top:18.620172500611rem;left:4.530100941658rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDO3NMuW0K8v3XXlRneNtXuyzmZOx2Fm { width:19.3125rem;height:4.25rem;top:31.30029296875rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E359yRL6E0Jic8z8FKvE02z4hBamHP9e { display:block; }
 }@media only screen and (max-width: 763px) { #Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR { display:block; }#Vz6oUTSQw7ThCJzERA0WcFvSi9dDO6eR > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imgTcfRONff4Xyu2JXt1yhsmCTecPS8r { width:20rem;height:12.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSGOsR9PaLFyM4fON43JBWhnb1Bbm8AS { width:6.4375rem;height:5.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB6htHc6xDKXCGZEXUwSrWGQtNRlMFB1 { width:6.4375rem;height:2.3999rem;top:3.53125rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WT3nbTP3XDcKKsz6neSxHvtMvf9t4y7L { width:6.4375rem;height:1.4624rem;top:6.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zrrkia9wrB23dsOpGHxGqiSkedMzZpaM { width:2.4375rem;height:1.625rem;top:3.90625rem;left:4.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kdT927JgPqGd7351eGtyPCuKFgDRExKC { width:20rem;height:1.94970625rem;top:15.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6WTLcaukRVrmHrDIyfd1IRwtsgcSQbn { width:20rem;height:4.875rem;top:17.562042236328rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJbz7H2DuHWKUz7K6880CN6vNxhWx9mJ { width:20rem;height:2.79980625rem;top:22.561805725097rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGpDO9ZuUWnL5rqZ94USGgkTf2t4Um6t { width:20rem;height:2.79980625rem;top:50.593978881836rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JDBI9fTBcXEffvvPru39aOlcZBLF9xHW { width:20rem;height:6.5rem;top:44.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XMvpbvpIK9nUXynygqH1XLRk0fMZn030 { width:20rem;height:1.94970625rem;top:42.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZqZONrBtsMIaHpTwH586ZLp8a4p8lTlp { width:20rem;height:12.1875rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5VksAFg7X0Grk2MmcTLzE9vXhHztwvT { width:6.4375rem;height:5.875rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPnWyhzEsL4EyLJ2oIoceTxvwrP0FRpy { width:6.4375rem;height:1.4624rem;top:32.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UdoGCxr0elaktzvH8FPrB154Rh15keoW { width:6.4375rem;height:2.3999rem;top:29.8125rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b50mOl5Nc1GFdTTHcq7T0UTwMLQGmTcP { width:2.4375rem;height:1.625rem;top:30.0625rem;left:4.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDTmVUngs32QMXpks57gXicz1bwhRVmW { display:block; }#xDTmVUngs32QMXpks57gXicz1bwhRVmW > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HdHyUScvNgwyNh8a59JD3wyTcOWa3cxd { width:17.75rem;height:3.1875rem;top:1.25rem;left:1.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLKzTANig2rL5x959uWWXVRN22XMI33V { display:block; }
 }@media only screen and (max-width: 763px) { #XOUOLuvOoli5H07HAlOKzAx7811y22qm { width:17.5rem;height:3.4375rem;top:5.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNB74sCnSfIMCcFXogqp5e0FamwNT4z3 { display:block; }
 }@media only screen and (max-width: 763px) { #SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB { display:block; }#SNJ4yHslmDSxA8AneuZaCM7Dt91A1JqB > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmnW3zQG8sL2FbLMcBNp14cirMDmhHgw { width:20rem;height:12.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #muQE6Jez9OKvpTQbddUf5NTTfuNdhEcd { width:6.4375rem;height:5.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf3IJfBrvygv8Z9TPbETETNPDMPWQbSx { width:6.4375rem;height:2.3999rem;top:3.53125rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWBo1eFq4xZkwtKZMLLtuivKPPNyKyTi { width:6.4375rem;height:1.4624rem;top:6.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GALSRBtTIWsE6xov9Whd7fOTUZC7OFDE { width:2.4375rem;height:1.625rem;top:3.90625rem;left:4.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPEx0JDGlo2uUlfLMGTdsgvTkcrQHmeN { width:20rem;height:1.94970625rem;top:15.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBNarHSTUSn4vwpQdPcz4oTh9zfQR5q6 { width:20rem;height:6.5rem;top:17.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZd1J9F3FQ9VO7Az8UFRSSXLcHZhWke5 { width:20rem;height:4.19970625rem;top:24.249313354493rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7SW34xx3dIrX7JPVvgA6L5TqwgNzhSG { width:20rem;height:2.79980625rem;top:49.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z9JcRSdxwPgFkJJQv0vUUP3BBPd318Gs { width:20rem;height:4.875rem;top:44.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogJQkpiue2WB92dJdmWRNEkKK37zuBVr { width:20rem;height:1.94970625rem;top:42.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bsa9EQEcr1DIHG9O2oVqpktzu4rKT93p { width:20rem;height:12.1875rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvwhIooAE2L3ahwNL5w5uqrTlXU8sb7m { width:6.4375rem;height:5.875rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFlTTvnCIDwSKfPpLDSLFBSXzxOHnrwZ { width:6.4375rem;height:1.4624rem;top:32.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uN7ai953vDkBMvn5UwP1HRzAmzf83pTi { width:6.4375rem;height:2.3999rem;top:29.8125rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jyo8qoPFK4LysSDT3lQ0cW41gGq9Dhg4 { width:2.4375rem;height:1.625rem;top:30.0625rem;left:4.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG { display:block; }#mSfZVrnW5Xy7PH2X4rotZuLF3hqxOsnG > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxdSi5n41N6M0nvOKvyFCQdgngn0qu1W { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6ghxah4KAEa7QlZaTJxUG0OITVsRyr { display:block; }
 }@media only screen and (max-width: 763px) { #sg34SZrz3t2pRLdaV2ydJT9OGDAIp9Tt { width:17.5rem;height:3.4375rem;top:5.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qr04so7ABTxDeCDTMr9yFW2skBLANZb2 { display:block; }
 }@media only screen and (max-width: 763px) { #FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr { display:block; }#FFaQKvGtUvPJTUxXhLTUEVfntTH1VOgr > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UD3uKI6qv17ysm99nX1rNi0cz0XKct1z { width:20rem;height:12.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEEc4QWoE6fB8QDnlybnWrCLmx1l6AIR { width:6.4375rem;height:5.875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGR1kXBSbkIzaRrP4TW2Mhn6gp75Kn7l { width:6.4375rem;height:2.3999rem;top:3.53125rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BAKu80c8owThKTN11DbmzrvVM31y31xc { width:6.4375rem;height:1.4624rem;top:6.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2hJTJXXlz2F2WrNLh4VS8aW7SdV7yT9 { width:2.4375rem;height:1.625rem;top:3.90625rem;left:4.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkvZTzLswpX9bgNiHScKohc2zc7y5fcm { width:20rem;height:1.94970625rem;top:15.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xrrW2mCTxhIeUy0XoeWeQylWZu90oGlp { width:20rem;height:6.5rem;top:17.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gb8n9UdyQOJ2Mq7reBPVTVNGvxZbbIBT { width:20rem;height:2.79980625rem;top:24.499298095703rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBdqclW6N1NI0WGxcOExkem26GsWPRDz { width:20rem;height:2.79980625rem;top:50.624298095703rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f65TopDt44yasxZnqdCk7t7geLtK6UTT { width:20rem;height:6.5rem;top:44.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuTtXIkHxK31OTHT96tBTLkDOAzTTbEk { width:20rem;height:1.94970625rem;top:42.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DcnKI3CeRfcJDnIeoILk6QgKO5oMiypi { width:20rem;height:12.1875rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmsJ7ayw0ofM7cTtWlN8UwSk7AR7fEtS { width:6.4375rem;height:5.875rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUExsdiAyQkG2EInuuyDrH2gORn2rtiK { width:6.4375rem;height:1.4624rem;top:32.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxpbVdQzOLTVadvKrzRo3PusADqTRp4X { width:6.4375rem;height:2.3999rem;top:29.8125rem;left:0rem;font-size:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5J0wddze7S9TyIH59hzlm4A2TN0Puru { width:2.4375rem;height:1.625rem;top:30.0625rem;left:4.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF { display:block; }#pJ4JolHMPDCLXCNS7KSwGLdT4s74s3WF > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHlPkuJxuIlu8i6KSfzv67pDHJgyoqyM { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7gCGnIBkVTcUCzTX9WKLprXDDO0S4tH { display:block; }
 }@media only screen and (max-width: 763px) { #AVdHXedEusAaJodoTFFUPKkwLHslDDFC { width:17.5rem;height:3.4375rem;top:5.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVgC169HK47EDASTxH9tPh5A9W9XfARc { display:block; }
 }@media only screen and (max-width: 763px) { #sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C { display:block; }#sx5Tf7e2IWLnUALEZozHQ5N70lXmuG2C > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eu2RhOhe01HOZIGigdMRy8tANzigmvDQ { width:14.749540328979rem;height:14.6875rem;top:2.5983581542969rem;left:2.6240807771682rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5UTQR4pnpA6JZeAJ5oGNhdpGl8APM7G { width:6.6865806579587rem;height:6.6865806579587rem;top:1.0179290771484rem;left:0.34122240543366rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuUsdz6QZXNDJUI7U4u5zqqAWsx7wH8s { width:5.8743104934692rem;height:3.25rem;top:1.6234130859375rem;left:1.0431984663009rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcXIHu3IlQbgDN8Wkfs2JkqCpwCFqTph { width:7.99977016449rem;height:2.4375rem;top:4.6257019042969rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLdn66KOKyq0gcdbHq6R11e9UG1Qv7uo { width:10.874310493469rem;height:7.1484375rem;top:17.873413085938rem;left:4.5611211061478rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X7P32PayOPfTFoQu41qhRqOTLdlHgw9U { width:18.9375rem;height:4.25rem;top:26.271484375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLNnsvJ0GxLJ4zysCqPstMXoTcTnlgr0 { display:block; }
 }@media only screen and (max-width: 763px) { #uS9ENPUoTMdyu2442CMshb8goeiD5ISR { width:18.875rem;height:4.25rem;top:31.771484375rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHQSFg6k5QUkTcqpVlW2QMVPGo9aEiQS { display:block; }
 }