.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/qQnuOWZmerg/unsplash/s-tsuchiya-qQnuOWZmerg-photo-1662090432830-52091dcf8e83.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.86); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.86); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:59.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#kf0bWwe9rrGFSBPMhahAibT7B3IoFF96 { color:#2f2f2f;display:block;width:31.75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:10.625rem;left:1.875rem;height:6.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DKpDHqWKK6gFNqD0ypiocyiDen0zp33z { color:#2f2f2f;display:block;width:34.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:32.5625rem;left:1.875rem;height:8.0078125rem;font-style:normal;display:block; }#DKpDHqWKK6gFNqD0ypiocyiDen0zp33z li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#DKpDHqWKK6gFNqD0ypiocyiDen0zp33z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cfd33b8dfc8ffba75a8454c2b8b80f19af5aa208.svg); }
#ipNEdatotUOFpIATk6AnwSc7pTFTPOwH { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/VLfBjZWk/logo_wm_biale_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:3.4375rem;width:10.625rem;top:1.90625rem;left:52.28125rem;display:block; }#ipNEdatotUOFpIATk6AnwSc7pTFTPOwH.adaptive-delivery-prevent-bg, #ipNEdatotUOFpIATk6AnwSc7pTFTPOwH.lazyload, #ipNEdatotUOFpIATk6AnwSc7pTFTPOwH.lazyloading { background-image: none; }
#E35UJekwExAZxGK4Xd4Ld8QHG7AROb47 { color:#2f2f2f;display:block;width:36.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:42.5rem;left:1.875rem;height:1.38139375rem;font-style:italic;display:block; }
#g1WslbphPC1GO6dhvm1O2b8ysVoQN3Es { z-index:15003;top:39.6875rem;left:42rem;background-color:#ffd600;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.1875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RgZksCGp65rTJTPqaypUZgzxfMsSysTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FlM0WXJGITwAZlTw5y9AUb3Qe2ntUBAX { color:#ffffff;display:block;width:58.6875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.0625rem;left:0rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rMRzZk0tynVcGQdSz8Mbuc0cPAn2irBv { color:#ffffff;display:block;width:58.5rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:20.25rem;left:0rem;height:5.84765625rem;font-style:italic;display:none; }
#pP0GvaTuAdT6FguUQT8eHVeLLAC9iB4F { position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/44c11282-c72f-4e85-895d-d85c3e68f546/bialelogo1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:3.0625rem;width:9.375rem;top:2.09375rem;left:65.0625rem;display:block; }#pP0GvaTuAdT6FguUQT8eHVeLLAC9iB4F.adaptive-delivery-prevent-bg, #pP0GvaTuAdT6FguUQT8eHVeLLAC9iB4F.lazyload, #pP0GvaTuAdT6FguUQT8eHVeLLAC9iB4F.lazyloading { background-image: none; }
#w9xuigwXbQl6fTWzA2hXK0yK9bT39V6T { box-sizing:content-box;height:31.6875rem;width:34.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ea075a07-7c15-4a31-b1bc-b739a9d1c7e3/GiMbeztla.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:9.5rem;left:40.9375rem;display:block; }#w9xuigwXbQl6fTWzA2hXK0yK9bT39V6T.adaptive-delivery-prevent-bg, #w9xuigwXbQl6fTWzA2hXK0yK9bT39V6T.lazyload, #w9xuigwXbQl6fTWzA2hXK0yK9bT39V6T.lazyloading { background-image: none; }
#WfOVddeXh1ZrW7q6ygQ36Rn6uzsIkr5C { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15019;background-color:#ffd600;background-image:none;top:24.625rem;left:1.875rem;display:block; }
#ADkvyigksNGSQTleEhoATt84NNsyCUhe { box-sizing:content-box;height:45.375rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(136deg, #ffffff, rgba(255,255,255,0.84));background-image: -moz-linear-gradient(136deg, #ffffff, rgba(255,255,255,0.84));background-image: -ms-linear-gradient(136deg, #ffffff, rgba(255,255,255,0.84));background-image: -o-linear-gradient(136deg, #ffffff, rgba(255,255,255,0.84));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffd6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffd6' );";background-image: linear-gradient(136deg, #ffffff, rgba(255,255,255,0.84));background-size:auto !important;top:7rem;left:0rem;box-shadow: 0.0625rem 0.4375rem 1.25rem rgba(0,0,0,0.23) ;display:block; }
#hwKFc9OiVi5OMCtWPp9xQXeg7Ryyg1ez { color:#2f2f2f;display:block;width:36.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:26.04296875rem;left:1.875rem;height:1.298825rem;font-style:normal;display:block; }
#OO0AOrrEZwSVZPPc10ITnFlXvFOB3Whm { color:#2f2f2f;display:block;width:29.1875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:19.0625rem;left:1.875rem;height:3.89915rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#XDakZ9FhpFTn2zvgJX3LPfKQAwb93CJL { color:#2f2f2f;display:block;width:36.375rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27.98828125rem;left:1.875rem;height:2.2745rem;font-style:normal;display:block; }
#SJIICNm8L9RS4qQVmmGzTTwZhGxehVZu { color:#2f2f2f;display:block;width:21.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:47.3740234375rem;left:21.375rem;height:1.38139375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ekB9TLLaVHb1VqSXbWkOa6XZtvULOl5R { box-sizing:content-box;color:#ffffff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:45.630859375rem;left:16.625rem;display:block; }
#IHU6F0mFgTBrMBOoTJerFDVm4KZTIDTa { color:#2f2f2f;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:47.2900390625rem;left:6.375rem;height:1.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VS3doNNt2rxrQHbNemwWABrB6n0IgZJT { position:absolute;display:block;z-index:15016;background-color:#2f2f2f;background-image:url("https://images.assets-landingi.com/uc/e8945315-12b6-47a6-a4e1-3bdbd721e059/67clocksolid.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.8125rem;border-top-right-radius:2.8125rem;border-bottom-left-radius:2.8125rem;border-bottom-right-radius:2.8125rem;box-shadow: none;height:2.4375rem;width:2.4375rem;top:46.1875rem;left:1.875rem;display:block; }#VS3doNNt2rxrQHbNemwWABrB6n0IgZJT.adaptive-delivery-prevent-bg, #VS3doNNt2rxrQHbNemwWABrB6n0IgZJT.lazyload, #VS3doNNt2rxrQHbNemwWABrB6n0IgZJT.lazyloading { background-image: none; }
#RotUMCOXWnNbAAr6Z0tCP2lootCIIFKT { box-sizing:content-box;height:2.4375rem;width:2.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#2f2f2f;background-image:none;top:45.943359375rem;left:16.9375rem;display:block; }
#yMmv26S8K6DoqJildxLuffdQPxTgQSKi { color:#2f2f2f;display:block;width:5.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:46.17578125rem;left:21.375rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jk4OzsIhG3k2VXr1n0smVcbyduIdfIOv { color:#2f2f2f;display:block;width:6.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:46.17578125rem;left:6.375rem;height:1.13725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mfRHTg5CScwp9y5pzFhMmSWidL4ab413 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mfRHTg5CScwp9y5pzFhMmSWidL4ab413 > .row .container { border-width: 0; border-radius: 0; }#mfRHTg5CScwp9y5pzFhMmSWidL4ab413 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfRHTg5CScwp9y5pzFhMmSWidL4ab413 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:none; }#TgzW1iHs6QQTsDmgHl9AGfmxKRFISTxS { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9f7bc2f9-553b-4c37-a84e-18eec0731549/23calendarsolid1.gif");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:2.4375rem;width:2rem;top:37.1875rem;left:1.1875rem;display:none; }#TgzW1iHs6QQTsDmgHl9AGfmxKRFISTxS.adaptive-delivery-prevent-bg, #TgzW1iHs6QQTsDmgHl9AGfmxKRFISTxS.lazyload, #TgzW1iHs6QQTsDmgHl9AGfmxKRFISTxS.lazyloading { background-image: none; }
#gewensrT3JyFW1N1JOJKBZCzMkCgPBy6 { color:#ffffff;display:block;width:7.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:36.5rem;left:5.25rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cBDy5FOU6fcb7ot3LZ7niT7wEAW6aGkC { color:#ffcb74;display:block;width:8.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:38.25rem;left:5.25rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Ez03EE3h91WiNozwlPJSK42nRmULleky { position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e8945315-12b6-47a6-a4e1-3bdbd721e059/67clocksolid.gif");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:2.4375rem;width:2rem;top:37.1875rem;left:17.5rem;display:none; }#Ez03EE3h91WiNozwlPJSK42nRmULleky.adaptive-delivery-prevent-bg, #Ez03EE3h91WiNozwlPJSK42nRmULleky.lazyload, #Ez03EE3h91WiNozwlPJSK42nRmULleky.lazyloading { background-image: none; }
#fL4r4RVkrOXQ1MkMHahHFdHDDC7vw9UZ { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:36.5rem;left:21.125rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HDIzxkNdnhg09Aw2auWXtd7bqI0TdwQV { color:#ffcb74;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:38.25rem;left:21.125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#CdDsDzuDSXymCUwGgqXoaHmDgnsDtxTy { box-sizing:content-box;color:#ffffff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:36.5625rem;left:31.375rem;display:none; }
#L4Fmnq0WX6Zs9v9VheHBBrHEOSxg5y0u { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:36.5rem;left:36.3125rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gqboNc9ePmlaErNnchO47CLFTdKPIbG7 { color:#ffcb74;display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:38.25rem;left:36.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 > .row .container { background-color: transparent; background-image: none; }#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 > .row .container > .video-iframe-container { display: none; }#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 > .row > .video-iframe-container { display: none; }#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 > .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); }#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 > .row .container { border-width: 0; border-radius: 0; }#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 > .row .container { font-size:0.875rem;font-family:arial;height:67.375rem;width:75rem;position:relative;display:block; }#k8czRSccv2rrnzt3eBPT1liyFzFmJ1vA { color:#ffffff;display:block;width:59.125rem;position:absolute;font-family:roboto;font-size:3.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 3.6875rem #000000;top:10.177734375rem;left:7.9375rem;height:4.95605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ndmad0HRstMPESCtwTJL9niDfZadOF3F { box-sizing:content-box;height:25.3125rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/2FPjlAyMQTA/unsplash/john-schnobrich-2FPjlAyMQTA-photo-1516321497487-e288fb19713f.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:0rem;left:0rem;display:block; }#ndmad0HRstMPESCtwTJL9niDfZadOF3F.adaptive-delivery-prevent-bg, #ndmad0HRstMPESCtwTJL9niDfZadOF3F.lazyload, #ndmad0HRstMPESCtwTJL9niDfZadOF3F.lazyloading { background-image: none; }
#ndmad0HRstMPESCtwTJL9niDfZadOF3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.63); }#Wabi7U05RV2NH9FDTGRDIQF48OtWBwCm { color:#090136;display:block;width:27.0625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.25rem;left:7.9375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IlZ0cLNVKOTXqNXcmQaaX3sLcUAknbqv { color:#090136;display:block;width:59.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:34.5625rem;left:7.9375rem;height:5.4989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IlZ0cLNVKOTXqNXcmQaaX3sLcUAknbqv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IlZ0cLNVKOTXqNXcmQaaX3sLcUAknbqv li:before{  }
#H5WTUrh8QTmq9uEUQKInEecmXLX4mP2N { color:#090136;display:block;width:27.0625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:47.25rem;left:7.9375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ugXql3hweM4TXJMhJcwva3VGmgVc5k15 { color:#090136;display:block;width:59.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:51rem;left:7.9375rem;height:9.06075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ugXql3hweM4TXJMhJcwva3VGmgVc5k15 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ugXql3hweM4TXJMhJcwva3VGmgVc5k15 li:before{  }
#sA2gJow3X6XU8Z1GESBa6n6SDNOFd7r2 { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:43.875rem;left:7.9375rem;display:block; }
#neBzaxK4OBS7behaf9IiEP70w4I7x4PK { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:63.5625rem;left:7.9375rem;display:block; }
#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq > .row .container { background-color: transparent; background-image: none; }#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq > .row .container > .video-iframe-container { display: none; }#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq > .row > .video-iframe-container { display: none; }#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq > .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); }#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq > .row .container { border-width: 0; border-radius: 0; }#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#l4TU577hMF24zUcPK2h758J5TymP8Uxd { color:#090136;display:block;width:57.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.875rem;left:7.875rem;height:4.8739375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f7QWgir0H0Sp6Em5aeFbTXu7pXO0xvSf { color:#090136;display:block;width:45.25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.125rem;left:7.875rem;height:4.8739375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KpH0ndgoUcM29CUdkupdJbZaGQHByXGQ { color:#090136;display:block;width:56.0625rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.125rem;left:7.875rem;height:4.8739375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ZGjbiukp_-A/unsplash/samson-ZGjbiukp_-A-photo-1462899006636-339e08d1844e.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT.adaptive-delivery-prevent-bg, #dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT.lazyload, #dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT.lazyloading { background-image: none; }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT > .row .container { background-color: transparent; background-image: none; }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.57); }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT > .row .container > .video-iframe-container { display: none; }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.57); }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT > .row > .video-iframe-container { display: none; }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT > .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); }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT > .row .container { border-width: 0; border-radius: 0; }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT::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; }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#hddSmAEmnlXt9u61cspD0eKdWE34ZWAF { color:#090136;display:block;width:54.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:12.5rem;left:6.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nMzaaQ6zcsF37SVB8Z9LddQJBkrJ2XtV { color:#090136;display:block;width:59.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.8125rem;left:6.875rem;height:9.37325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#nMzaaQ6zcsF37SVB8Z9LddQJBkrJ2XtV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nMzaaQ6zcsF37SVB8Z9LddQJBkrJ2XtV li:before{  }
#PWAd2JeqZqlytO0JNl7vHTIo00A9gBZO { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:29.0625rem;left:6.875rem;display:block; }
#qVMnxWTiWogD6trHQyIHEvQe7WMGPNNH { box-sizing:content-box;height:31.75rem;width:74.9375rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:4.625rem;left:0rem;display:block; }
#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e > .row .container { background-color: transparent; background-image: none; }#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e > .row .container > .video-iframe-container { display: none; }#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e > .row > .video-iframe-container { display: none; }#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e > .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); }#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e > .row .container { border-width: 0; border-radius: 0; }#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J > .row .container { background-color: transparent; background-image: none; }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J > .row .container > .video-iframe-container { display: none; }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J > .row > .video-iframe-container { display: none; }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J > .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); }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J > .row .container { border-width: 0; border-radius: 0; }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J > .row .container { font-size:0.875rem;font-family:arial;height:91.9375rem;width:75rem;position:relative;display:block; }#xdTyT5LKK14HHxsVgBL7cFiFCiMCNfet { color:#2f2f2f;display:block;width:45.6875rem;position:absolute;font-family:roboto;font-size:3.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.427734375rem;left:20rem;height:4.95605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VnqMIS2ZLLtTCBS2JQ8TecppgyoFCpnK { box-sizing:content-box;height:91.8125rem;width:16.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/k6ZeyIOpts0/unsplash/firos-nv-k6ZeyIOpts0-photo-1669829492991-42b8027c62e4.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#VnqMIS2ZLLtTCBS2JQ8TecppgyoFCpnK.adaptive-delivery-prevent-bg, #VnqMIS2ZLLtTCBS2JQ8TecppgyoFCpnK.lazyload, #VnqMIS2ZLLtTCBS2JQ8TecppgyoFCpnK.lazyloading { background-image: none; }
#VnqMIS2ZLLtTCBS2JQ8TecppgyoFCpnK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.63); }#eE70qPxmfMQ3CPClc6ZvRqm4eDTXw53B { color:#c41425;display:block;width:42.3125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.0625rem;left:20rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NGTZf6hc1c1zJIeTSA9LQfdbLNDL7vxl { color:#090136;display:block;width:52.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.75rem;left:20rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#NGTZf6hc1c1zJIeTSA9LQfdbLNDL7vxl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NGTZf6hc1c1zJIeTSA9LQfdbLNDL7vxl li:before{  }
#r0qy7HSlDpnfJTfcGL54B47qKsxzKUDd { color:#c41425;display:block;width:55rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:40.3125rem;left:20rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QpxNPPaQKeCcNCGTFihmupdlqBC3cG5D { color:#090136;display:block;width:48.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:47.0625rem;left:20rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#QpxNPPaQKeCcNCGTFihmupdlqBC3cG5D li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QpxNPPaQKeCcNCGTFihmupdlqBC3cG5D li:before{  }
#PlFauvSCguwu8Z8Bu9ly5WD9NIMZ2KCp { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15006;background-color:#000000;background-image:none;top:34.9375rem;left:20rem;display:block; }
#Wzu9Pc0gxUBQWE2fqwU62gG6O52TFmEV { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:70.124464035031rem;left:19.999998092651rem;display:block; }
#UtmphfJHFnfGbzHbrgSM9fgS2cgTpavQ { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15010;background-color:#000000;background-image:none;top:83.749641418456rem;left:19.999998092651rem;display:block; }
#zQVmEh14OamZDJCymyvxGGK38nxR6mB2 { color:#c41425;display:block;width:55rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:75.061079025269rem;left:19.999998092651rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB > .row .container { background-color: transparent; background-image: none; }#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB > .row .container > .video-iframe-container { display: none; }#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB > .row > .video-iframe-container { display: none; }#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB > .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); }#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB > .row .container { border-width: 0; border-radius: 0; }#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB > .row .container { font-size:0.875rem;font-family:arial;height:31.5625rem;width:75rem;position:relative;display:block; }#lRITuippHlrdBbcJTLdhyewScd9w6uA3 { color:#090136;display:block;width:54.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.625rem;left:7.9375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sZtc6f5dWihyCdU1HS6TfdH88u1mXrKr { color:#090136;display:block;width:59.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.9375rem;left:7.9375rem;height:7.4360625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#sZtc6f5dWihyCdU1HS6TfdH88u1mXrKr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sZtc6f5dWihyCdU1HS6TfdH88u1mXrKr li:before{  }
#Vel5Q9vUlmlWvlUE8Vwgq68fQnkw3mKF { box-sizing:content-box;height:24.9375rem;width:66.875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:3.125rem;left:3.875rem;border-top:0.125rem solid #2f2f2f;border-left:0.125rem solid #2f2f2f;border-right:0.125rem solid #2f2f2f;border-bottom:0.125rem solid #2f2f2f;display:block; }
#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT > .row .container { background-color: transparent; background-image: none; }#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT > .row .container > .video-iframe-container { display: none; }#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT > .row > .video-iframe-container { display: none; }#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT > .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); }#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT > .row .container { border-width: 0; border-radius: 0; }#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#sUJOe6ImL0EDbVrUPfVPuMS5hMSTrXpV { color:#090136;display:block;width:75rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt > .row .container { background-color: transparent; background-image: none; }#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt > .row .container > .video-iframe-container { display: none; }#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt > .row > .video-iframe-container { display: none; }#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt > .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); }#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt > .row .container { border-width: 0; border-radius: 0; }#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt > .row .container { font-size:0.875rem;font-family:"open sans";height:79.75rem;width:75rem;position:relative;display:block; }#UxNUxXHrK7zCdLHAGKULW2FLhgarrGsR { position:absolute;display:block;z-index:15000;background-color:#0a4789;background-image:url("https://images.assets-landingi.com/uc/c45066c2-a896-46f4-aba1-59a7d8391bca/GGkwadratbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 1.25rem 0.625rem 1.875rem rgba(0,0,0,0.2) ;height:18.75rem;width:18.75rem;top:0.6875rem;left:48.4375rem;display:block; }#UxNUxXHrK7zCdLHAGKULW2FLhgarrGsR.adaptive-delivery-prevent-bg, #UxNUxXHrK7zCdLHAGKULW2FLhgarrGsR.lazyload, #UxNUxXHrK7zCdLHAGKULW2FLhgarrGsR.lazyloading { background-image: none; }
#c1TXnp0WZq0fqaHHgz7MTSCdJDo6llhU { color:#2f2f2f;display:block;width:29.9375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.0625rem;left:42.875rem;height:2.98118125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qDb1pLOEDVZit5lC34k9l3SpND7Qs6hx { color:#2f2f2f;display:block;width:29.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:28.625rem;left:42.8125rem;height:44.5312rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sAxR8nJlX6gdoFppX7J8Xrb85239QUIe { position:absolute;display:block;z-index:15000;background-color:#c41425;background-image:url("https://images.assets-landingi.com/uc/95ddbee9-2bb2-46b7-8484-c5f9d2f51177/IMG_3899kwadratMarekbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: 1.25rem 0.625rem 1.875rem rgba(0,0,0,0.2) ;height:18.75rem;width:18.75rem;top:0.6875rem;left:8.4375rem;display:block; }#sAxR8nJlX6gdoFppX7J8Xrb85239QUIe.adaptive-delivery-prevent-bg, #sAxR8nJlX6gdoFppX7J8Xrb85239QUIe.lazyload, #sAxR8nJlX6gdoFppX7J8Xrb85239QUIe.lazyloading { background-image: none; }
#ByWptPEMO286SRehpdKAkqovhwfhF0Uk { color:#2f2f2f;display:block;width:29.9375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:23.0625rem;left:2.875rem;height:2.98118125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GUl9ybgrCeExiHXdR6HfN5CeqJaiJ8qt { color:#2f2f2f;display:block;width:29.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.8;letter-spacing:0;top:28.625rem;left:2.8125rem;height:44.53118125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c8NRSaWvWgluVnInMqexZoKhXsDTi0O1 { box-sizing:content-box;height:77.9375rem;width:35.875rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.1) ;display:block; }
#N3NIoBBmdxwz91HxKTfxeqIP5B8ngJG1 { box-sizing:content-box;height:78rem;width:35.9375rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:0rem;left:39.0625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.1) ;display:block; }
#FmztgexA6sX6hNiy17hdIFg13OKbhwdg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FmztgexA6sX6hNiy17hdIFg13OKbhwdg > .row .container { background-color: transparent; background-image: none; }#FmztgexA6sX6hNiy17hdIFg13OKbhwdg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmztgexA6sX6hNiy17hdIFg13OKbhwdg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmztgexA6sX6hNiy17hdIFg13OKbhwdg > .row .container > .video-iframe-container { display: none; }#FmztgexA6sX6hNiy17hdIFg13OKbhwdg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmztgexA6sX6hNiy17hdIFg13OKbhwdg > .row > .video-iframe-container { display: none; }#FmztgexA6sX6hNiy17hdIFg13OKbhwdg > .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); }#FmztgexA6sX6hNiy17hdIFg13OKbhwdg > .row .container { border-width: 0; border-radius: 0; }#FmztgexA6sX6hNiy17hdIFg13OKbhwdg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmztgexA6sX6hNiy17hdIFg13OKbhwdg > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#iHERg2heVqz5Wm8Kp0GZalTNZBgcTRm0 { color:#2f2f2f;display:block;width:68rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:1.75rem;left:3.5rem;height:6.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iiPeyIzcaKhhtJN0fMeWO0UGC9vKM0cd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iiPeyIzcaKhhtJN0fMeWO0UGC9vKM0cd > .row .container { border-width: 0; border-radius: 0; }#iiPeyIzcaKhhtJN0fMeWO0UGC9vKM0cd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iiPeyIzcaKhhtJN0fMeWO0UGC9vKM0cd > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:75rem;position:relative;display:none; }#BPrQOiTrbhEcgXFxTQn1QelGLGRAEpoI { position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.25rem 0.375rem 0.8125rem rgba(0,0,0,0.14) ;height:50.3125rem;width:28.4375rem;top:4.3095703125rem;left:40.1875rem;display:block; }
#Bp6JvN6xFVWINUvbOARDeP4PPARbTuwZ { background-color:#ffd600;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#2d405c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:5.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:47.2470703125rem;left:41.90625rem;display:block; }
#oepACWsRMf5xuK79XN6rBpBBCaop6MSx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AybheRSQfaDfGh1NpvBzUzihlak2DM68 { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #76f205;border-left:0.125rem solid #76f205;border-right:0.125rem solid #76f205;border-bottom:0.125rem solid #76f205;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.25rem 0.375rem 0.8125rem rgba(0,0,0,0.14) ;height:50.125rem;width:28.5rem;top:4.3095703125rem;left:6.125rem;display:block; }
#Mdxs2L2T1M3LB5opPrrmtmgO4T4q1zMF { color:#2f2f2f;display:block;width:2.561525rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.0654296875rem;left:58.654296875rem;height:2.35618125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BbK7KQB00CndCkJwTucbyc0OkGdrKwLe { background-color:#ffd600;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:5.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:47.2470703125rem;left:8rem;display:block; }
#uPSpVe8m1fQvaVHsbqfyGPWftlyghGPI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZcLCtS8A7KFliWkaOsol29Xxm1UhHiI { color:#2f2f2f;display:block;width:23.1855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.372869491577rem;left:8.90625rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S4vzo8JQnp1zFxh0kr3lI12GCSxcyVq3 { color:#2f2f2f;display:block;width:25.1875rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:35.521484375rem;left:7.90625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VISJ9VHFOxFfDGlii8sk48p3ve2DR6eR { color:#2f2f2f;display:block;width:23.9980625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:7.1220703125rem;left:42.40625rem;height:2.2745rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NFSr4IPTZSgaPn3h3ksdQQfqVW0WbT58 { color:#68b6ff;display:block;width:25.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.8;letter-spacing:0;top:40.9033203125rem;left:7.90625rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ugbWqy25GzW428gTNRXkTNIeOf9ru5T3 { color:#68b6ff;display:block;width:28.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:40.96484375rem;left:39.654296875rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hxZ1cLpk918g1FX8XzUJGoxmdIvIn3RQ { color:#68b6ff;display:block;width:25.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:43.060546875rem;left:8.90625rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Rq6qJsJEKAtHPlTQwttw1UmAudUzbiXC { color:#68b6ff;display:block;width:28.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:43.060546875rem;left:40.125rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qu6oyXJnoBVozCnpoibkgrZf81ZCaBAp { color:#2f2f2f;display:block;width:9.5625rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:35.521484375rem;left:49.091796875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nHlSWqTmTnB547NASQ2gJsL3trU3klqr { color:#2f2f2f;display:block;width:2.561525rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.0654296875rem;left:23.90625rem;height:2.35618125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#unlJ8BNupnzsaoJ9pdIGs7vdI5MoG0xx { color:#2f2f2f;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.1796875rem;left:12.09375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#V6mT1N2dIOqJVeF3TlxPzCotNZXvv9wO { color:#2f2f2f;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.6220703125rem;left:45.623046875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ScU1pvadHCooUNxga6zeqWbiEIxdweQ9 { color:#2f2f2f;display:block;width:23.1855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.054331600666rem;left:42.811611175537rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fi4tNOX18vQiQ5bPvFNUniNJLC02M9IR { color:#2f2f2f;display:block;width:23.1855625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.5546875rem;left:42.8125rem;height:1.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UZ3qHW5MT3a9BoT9es0fLJm8PZHcvMhA { color:#2f2f2f;display:block;width:26.375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:21.154296875rem;left:41.21875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s5wg1zOcJZE5NL5Tr1AWRJ5Rg18ZSq1E { box-sizing:content-box;height:8.3125rem;width:19.3125rem;position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/R59irpUtXnw/unsplash/adam-borkowski-R59irpUtXnw-photo-1604914711438-526e3017152b.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.625rem;left:44.75rem;display:block; }#s5wg1zOcJZE5NL5Tr1AWRJ5Rg18ZSq1E.adaptive-delivery-prevent-bg, #s5wg1zOcJZE5NL5Tr1AWRJ5Rg18ZSq1E.lazyload, #s5wg1zOcJZE5NL5Tr1AWRJ5Rg18ZSq1E.lazyloading { background-image: none; }
#ENXNC0u0oePpvByJDlIGw9rXAaMETm7I { box-sizing:content-box;height:8.3125rem;width:8.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ea075a07-7c15-4a31-b1bc-b739a9d1c7e3/GiMbeztla.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:23.123046875rem;left:8.90625rem;display:block; }#ENXNC0u0oePpvByJDlIGw9rXAaMETm7I.adaptive-delivery-prevent-bg, #ENXNC0u0oePpvByJDlIGw9rXAaMETm7I.lazyload, #ENXNC0u0oePpvByJDlIGw9rXAaMETm7I.lazyloading { background-image: none; }
#tVMx0pIKOM6oaJguFGiivAp2moBfoSwg { box-sizing:content-box;height:8.3125rem;width:19.3125rem;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/df2fc203-126e-4213-9934-dca80ef60546/AdobeStock_313526492maly.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.7421875rem;left:10.84375rem;display:block; }#tVMx0pIKOM6oaJguFGiivAp2moBfoSwg.adaptive-delivery-prevent-bg, #tVMx0pIKOM6oaJguFGiivAp2moBfoSwg.lazyload, #tVMx0pIKOM6oaJguFGiivAp2moBfoSwg.lazyloading { background-image: none; }
#OvVu30C7rTZDqLcRdfKglxLfGxrxNqtW { box-sizing:content-box;height:8.3125rem;width:19.3125rem;position:absolute;display:block;z-index:15024;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ea075a07-7c15-4a31-b1bc-b739a9d1c7e3/GiMbeztla.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:25.625rem;left:46.59375rem;display:block; }#OvVu30C7rTZDqLcRdfKglxLfGxrxNqtW.adaptive-delivery-prevent-bg, #OvVu30C7rTZDqLcRdfKglxLfGxrxNqtW.lazyload, #OvVu30C7rTZDqLcRdfKglxLfGxrxNqtW.lazyloading { background-image: none; }
#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI > .row .container { background-color: transparent; background-image: none; }#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI > .row .container > .video-iframe-container { display: none; }#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI > .row > .video-iframe-container { display: none; }#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI > .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); }#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI > .row .container { border-width: 0; border-radius: 0; }#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#Igbmn30N10mI3KwtMMr4aXdAdCysCs28 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #76f205;border-left:0.0625rem solid #76f205;border-right:0.0625rem solid #76f205;border-bottom:0.0625rem solid #76f205;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(0,0,0,0.1) ;height:25.6875rem;width:59.1875rem;top:16.75rem;left:6.4052734375rem;display:block; }
#LLzb9ICbuDgGJo1SNA81C0Glvk9pkveB { color:#2f2f2f;display:block;width:52.124rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.4375rem;left:10rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ly5ulsNRcJBKGTcPqMHdF5EkX9q9I1wm { color:#2f2f2f;display:block;width:31.4994375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:20.373413085938rem;left:32.867542266846rem;height:1.625rem;font-style:normal;display:block; }
#KeRm06UwIwSBPVcUlpgozybmqa8G974I { position:absolute;display:block;z-index:15025;background-color:#76f205;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:16.375rem;width:0.1875rem;top:20.477806580017rem;left:27.782213429242rem;display:block; }
#XXXXC00kSLUmolVTWB4FBSEaRye5C9kX { color:#2f2f2f;display:block;width:16rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:20.3037109375rem;left:8.96875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ckeu5Qee9SkuGrd6AwdiNAh4Vszvweis { color:#2f2f2f;display:block;width:32.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:24.9638671875rem;left:31.1826171875rem;height:;font-style:normal;display:block; }#Ckeu5Qee9SkuGrd6AwdiNAh4Vszvweis li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Ckeu5Qee9SkuGrd6AwdiNAh4Vszvweis li:before{  }
#g84NUETGfPSSPWbpipHxdZqQRVuPAz6P { color:#2f2f2f;display:block;width:32.874rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.125rem;left:10rem;height:3.65625rem;font-style:normal;display:block; }
#Fzi0FzHTlLWlHhiTLm5mICueVrISwdGZ { color:#c41425;display:block;width:52.1230625rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:45rem;left:10rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#g93k37yNPcTcHO51ituXNE7Lr3k9D4cn { color:#2f2f2f;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:23.4765625rem;left:8.5625rem;height:4.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pu0d1hMlUSsUGSRrWFZqeJyZ26iwgXlq { color:#2f2f2f;display:block;width:21.875rem;position:absolute;font-family:roboto;font-size:4.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.1513671875rem;left:5.875rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZVU7DowmqDqavS94dBdRw0vBGN45UKtt { color:#2f2f2f;display:block;width:2.561525rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:29.6962890625rem;left:20.75rem;height:2.35618125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sskm2bRVNzeeCG5EtO0VkmWZ2t7poAIm { color:#68b6ff;display:block;width:22.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.8;letter-spacing:0;top:34.7470703125rem;left:5.875rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FoSNRghV3GMfm8d4CAiqWJTTUcaq8NUz { color:#68b6ff;display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:36.8525390625rem;left:5.875rem;height:1.6875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PQIOTLrNXNMSlfRspbCe86bBkMpiXepC { background-color:#ffd600;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:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;box-shadow: none;box-sizing:border-box;color:#2f2f2f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:33.5400390625rem;left:32.1220703125rem;display:block; }
#NyhvoagfORhZvLJZySsiQa8iZV0dttQM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8oBZqcGWEwGoEwHH0S0b602hl8Gdb8f { position:relative;display:none; }#X8oBZqcGWEwGoEwHH0S0b602hl8Gdb8f { border-width: 0; border-radius: 0; }#X8oBZqcGWEwGoEwHH0S0b602hl8Gdb8f > .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; }#X8oBZqcGWEwGoEwHH0S0b602hl8Gdb8f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:51.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VwpB22fEbo8czMTguy1GuQbVH5qyWHDa { color:#030522;display:block;width:37rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:24.625rem;left:4.3125rem;height:14.87305rem;font-style:normal;display:block; }#VwpB22fEbo8czMTguy1GuQbVH5qyWHDa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VwpB22fEbo8czMTguy1GuQbVH5qyWHDa li:before{  }
#Lnen8iML7m8tDXQyok9AxHu0rt8GULQD { color:#030522;display:block;width:30.2480625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:42.8125rem;left:4.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#ntwP9WyPIvJ934TNSEM003e2ZgXrUCBy { color:#030522;display:block;width:45.9375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:13.125rem;left:4.3125rem;height:8.93555rem;font-style:normal;display:block; }
#O7NrrQe6khMBw3WadNgnGUKD6NQTkQgV { color:#104887;display:block;width:43.25rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.5rem;left:4.3125rem;height:6.2988375rem;font-style:normal;display:block; }
#BNOhTmOopWBwnzp0xlqPB0Fw8hQTwIxd { box-sizing:content-box;height:40.8125rem;width:23.625rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/MYbhN8KaaEc/unsplash/hunters-race-MYbhN8KaaEc-photo-1507679799987-c73779587ccf.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.6875rem;left:51.375rem;display:block; }#BNOhTmOopWBwnzp0xlqPB0Fw8hQTwIxd.adaptive-delivery-prevent-bg, #BNOhTmOopWBwnzp0xlqPB0Fw8hQTwIxd.lazyload, #BNOhTmOopWBwnzp0xlqPB0Fw8hQTwIxd.lazyloading { background-image: none; }
#tU1TXeQpi6VHzCFB2qW2DHoyW6q3fhGT { color:#104887;display:block;width:43.25rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:1.8125rem;left:4.5rem;height:6.2988375rem;font-style:normal;display:none; }
#TJCqCM5NO2SOmMaKlqJ0TC17RnDXl4tx { color:#030522;display:block;width:30.2480625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:45.937497138977rem;left:4.3735790252686rem;height:1.29980625rem;font-style:normal;display:block; }
#lXurZIUEhJ5JJ0TTVJzwg3OuuKt01Xnv { color:#030522;display:block;width:33.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:44.187497138977rem;left:3.9985790252686rem;height:1.21875rem;font-style:normal;display:block; }
#Nh0K0wWLNzxoN0t8Cgg0SUeTwr5rzmVO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Nh0K0wWLNzxoN0t8Cgg0SUeTwr5rzmVO > .row .container { border-width: 0; border-radius: 0; }#Nh0K0wWLNzxoN0t8Cgg0SUeTwr5rzmVO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nh0K0wWLNzxoN0t8Cgg0SUeTwr5rzmVO > .row .container { font-size:0.875rem;font-family:arial;height:63.5rem;width:75rem;position:relative;display:none; }#XF4PtzRbu7huou9rWIoyRrz6exy1xt4u { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.3125rem;width:18.75rem;top:13.4375rem;left:7.5rem;display:block; }
#dJkQsM5FrITDTrn4RdFr4D2zbNhlRyqe { color:#030522;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:19.75rem;left:8.3125rem;height:6rem;font-style:normal;display:block; }
#ycMGn0hVs2au5rZTX4fn8JHdOmqTzy0z { color:#0a4789;display:block;width:13.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.862500190735rem;left:10.625rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oNdfZFUwagFN7LXRt8cBDnoDVbMkJq3N { box-sizing:content-box;color:#84a3c4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:14.75rem;left:7.5rem;display:block; }
#mOGP8M0brvTVGovlkTdWpWV8sQhBfTCz { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.3125rem;width:18.75rem;top:13.4375rem;left:28rem;display:block; }
#fW9sg44uICy3mJT6L6hgHHi4hXuU020I { color:#030522;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:18.3125rem;left:28.75rem;height:7.5rem;font-style:normal;display:block; }
#xZFiJcVUB3nlT5zOPUGIedLKHyJI6Rl9 { color:#0a4789;display:block;width:13.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.862500190735rem;left:31.125rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RJQ0vhBep3dTQTutVH1By6013PvIJkvQ { box-sizing:content-box;color:#84a3c4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:14.75rem;left:28rem;display:block; }
#uO0dJ6nb4cPZTUdNo27fEArfQ4bboORJ { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.3125rem;width:18.75rem;top:13.4375rem;left:48.375rem;display:block; }
#F7J8wxoTFb0Q07zS0sTb7uwTzpmltiNy { color:#030522;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:19.75rem;left:49.1875rem;height:4.5rem;font-style:normal;display:block; }
#nHngPTGtbTbLfnOEeTrayfgTB4MeT94u { color:#0a4789;display:block;width:13.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:14.862500190735rem;left:51.5rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UAaq7eRR3cxVCtzz68riPeQvgwkiOTJP { box-sizing:content-box;color:#84a3c4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:14.75rem;left:48.375rem;display:block; }
#HcsWuzzo7U8lLnTqBZoyub5a2QFAKK3p { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:13.3125rem;width:18.75rem;top:46.875rem;left:7.5rem;display:block; }
#fSPODTVgMnzDrFwVddzyQRNTVPhmJvWW { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.9375rem;width:18.875rem;top:28.6875rem;left:7.5rem;display:block; }
#pTzHabzq5yss5odCraLHxgBMw2fu9rMm { color:#030522;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:52.3125rem;left:8.3125rem;height:6rem;font-style:normal;display:block; }
#AqZ3HtMXT44Unkrv34sk73nr4AvlxDt4 { color:#030522;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:34rem;left:8.3125rem;height:9rem;font-style:normal;display:block; }
#O4OMs24F5p5VBdfwd5tesAJK1zexum5u { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:21.125rem;width:18.75rem;top:28.6875rem;left:28.125rem;display:block; }
#oMRBtZ46FZvddG8erbZ7ZTwsN5hwErph { color:#030522;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:35.5rem;left:28.75rem;height:12rem;font-style:normal;display:block; }
#wzTr6R2gzrgLlJ3Au7dK8aNwQQg7UoJq { color:#0a4789;display:block;width:13.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:29.6875rem;left:31.25rem;height:4.38654375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yWFinUJJWxW9Qcp4RIHqEd6M5i9zs7ri { color:#0a4789;display:block;width:13.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:49.0625rem;left:10.625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RTDNM8U25DS2ua9eJS8lhvCIG6fntgra { box-sizing:content-box;color:#84a3c4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15056;top:48.25rem;left:7.5rem;display:block; }
#RcGv2d3obfamHJEggqkAhDPvCZLZwVLp { color:#0a4789;display:block;width:13.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:30.8125rem;left:10.625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OT2XuN6ED1KDQq34Cb8udtcM247PWM5t { box-sizing:content-box;color:#84a3c4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:30rem;left:7.5rem;display:block; }
#KL6yCU0CRsk9V9NvE3wQaZUgMBIMp6JM { box-sizing:content-box;color:#84a3c4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:30rem;left:28.125rem;display:block; }
#lGAKz4FbIH6vbfeTnGDebmxyX0RJZc0F { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #84a3c4;border-left:0.0625rem solid #84a3c4;border-right:0.0625rem solid #84a3c4;border-bottom:0.0625rem solid #84a3c4;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:22.4375rem;width:18.75rem;top:28.6875rem;left:48.375rem;display:block; }
#FVwvkuCnxHKMmQcCM7CyGXgr3cw4mPoC { color:#030522;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:34.625rem;left:49.1875rem;height:16.5rem;font-style:normal;display:block; }
#NOtz6vfnAw3nmG4ZiFP0Z0piCJIp2LBV { box-sizing:content-box;color:#84a3c4;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15060;top:30rem;left:48.4375rem;display:block; }
#niOiQFVwzyKhtzkSmw4QQQ5gNGVciMeQ { color:#0a4789;display:block;width:13.5625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:30.0625rem;left:51.5rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BAxsSRQ5ouPPfomVqUAybgkdAwzww7a6 { color:#000000;display:block;width:44.375rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.1875rem;left:7.5rem;height:3.25rem;font-style:normal;display:block; }
#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2f;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; }#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e > .row .container { background-color: transparent; background-image: none; }#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e > .row .container > .video-iframe-container { display: none; }#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e > .row > .video-iframe-container { display: none; }#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e > .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); }#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e > .row .container { border-width: 0; border-radius: 0; }#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#uVmCMZRhUv8d2i5foPLruZmUX4QIxinP { color:#000000;display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.875rem;left:18.875rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owFz8QJeq4w1klGGau7igXOxTae0q9wi { color:#000000;display:block;width:19.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.2353515625rem;left:12.875rem;height:9.091775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MU9uts54EhngX741fK90fVzLVJcVVepI { box-sizing:content-box;color:#c41425;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:18.9833984375rem;left:8.5rem;display:block; }
#aorAkSFhHtBTugT5EZpIcV8JT5dLWy1m { box-sizing:content-box;color:#c41425;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:15.8583984375rem;left:8.5rem;display:block; }
#cgx20CokfSZk5QU9cWKbazHUdTAVrD4b { box-sizing:content-box;color:#c41425;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:19.5712890625rem;left:45.5625rem;display:block; }
#wT6R9NMfQ2BDK8tFW1QzmVSrI40iasBF { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"plus jakarta sans";font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11.6875rem;left:17.6875rem;height:9.09864375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lzdcJtykCFDrmVlzPtlHDFCmd1Q6Llk7 { position:absolute;display:block;z-index:15010;background-color:#ffffff;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(0,0,0,0.15) ;height:21.9375rem;width:70.3125rem;top:4.5rem;left:2.46875rem;display:block; }
#VXvorbTPDBBvBXBc6M9G2yTunrxsdvis { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.9345703125rem;left:50.28125rem;height:11.689425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kf0bWwe9rrGFSBPMhahAibT7B3IoFF96 { width:31.75rem;height:6.875rem;top:10.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKpDHqWKK6gFNqD0ypiocyiDen0zp33z { width:34.6875rem;height:8rem;top:32.5625rem;left:0rem;font-size:1rem;display:block; }#DKpDHqWKK6gFNqD0ypiocyiDen0zp33z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cfd33b8dfc8ffba75a8454c2b8b80f19af5aa208.svg); }
 }@media only screen and (max-width: 763px) { #ipNEdatotUOFpIATk6AnwSc7pTFTPOwH { width:10.625rem;height:3.4375rem;top:1.875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E35UJekwExAZxGK4Xd4Ld8QHG7AROb47 { width:36.375rem;height:1.375rem;top:42.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1WslbphPC1GO6dhvm1O2b8ysVoQN3Es { top:39.6875rem;left:16.5625rem;width:31.1875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgZksCGp65rTJTPqaypUZgzxfMsSysTv { display:block; }
 }@media only screen and (max-width: 763px) { #FlM0WXJGITwAZlTw5y9AUb3Qe2ntUBAX { width:20rem;height:;top:7.125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMRzZk0tynVcGQdSz8Mbuc0cPAn2irBv { width:20rem;height:4.875rem;top:11.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP0GvaTuAdT6FguUQT8eHVeLLAC9iB4F { width:9.375rem;height:3.0625rem;top:2.0625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9xuigwXbQl6fTWzA2hXK0yK9bT39V6T { width:34.0625rem;height:31.6875rem;top:9.5rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfOVddeXh1ZrW7q6ygQ36Rn6uzsIkr5C { width:18.75rem;height:0.3125rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADkvyigksNGSQTleEhoATt84NNsyCUhe { width:47.75rem;height:45.375rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwKFc9OiVi5OMCtWPp9xQXeg7Ryyg1ez { width:36.375rem;height:1.25rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO0AOrrEZwSVZPPc10ITnFlXvFOB3Whm { width:29.1875rem;height:3.875rem;top:19.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDakZ9FhpFTn2zvgJX3LPfKQAwb93CJL { width:36.375rem;height:2.25rem;top:27.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJIICNm8L9RS4qQVmmGzTTwZhGxehVZu { top:47.3125rem;left:7.75rem;width:21.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekB9TLLaVHb1VqSXbWkOa6XZtvULOl5R { width:3.0625rem;height:3.0625rem;top:45.625rem;left:3rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHU6F0mFgTBrMBOoTJerFDVm4KZTIDTa { top:47.25rem;left:0rem;width:7.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS3doNNt2rxrQHbNemwWABrB6n0IgZJT { width:2.4375rem;height:2.4375rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RotUMCOXWnNbAAr6Z0tCP2lootCIIFKT { width:2.4375rem;height:2.4375rem;top:45.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMmv26S8K6DoqJildxLuffdQPxTgQSKi { top:46.125rem;left:7.75rem;width:5.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk4OzsIhG3k2VXr1n0smVcbyduIdfIOv { top:46.125rem;left:0rem;width:6.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfRHTg5CScwp9y5pzFhMmSWidL4ab413 { display:none; }#mfRHTg5CScwp9y5pzFhMmSWidL4ab413 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TgzW1iHs6QQTsDmgHl9AGfmxKRFISTxS { width:2rem;height:2.4375rem;top:37.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gewensrT3JyFW1N1JOJKBZCzMkCgPBy6 { top:36.5rem;left:0rem;width:7.25rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBDy5FOU6fcb7ot3LZ7niT7wEAW6aGkC { top:5.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ez03EE3h91WiNozwlPJSK42nRmULleky { width:2rem;height:2.4375rem;top:37.1875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fL4r4RVkrOXQ1MkMHahHFdHDDC7vw9UZ { top:36.5rem;left:7.5rem;width:6.6875rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDIzxkNdnhg09Aw2auWXtd7bqI0TdwQV { top:12.375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdDsDzuDSXymCUwGgqXoaHmDgnsDtxTy { width:3.5625rem;height:3.5625rem;top:36.5625rem;left:17.75rem;font-size:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4Fmnq0WX6Zs9v9VheHBBrHEOSxg5y0u { top:36.5rem;left:22.6875rem;width:5.125rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqboNc9ePmlaErNnchO47CLFTdKPIbG7 { top:19.75rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 { display:block; }#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8czRSccv2rrnzt3eBPT1liyFzFmJ1vA { width:47.75rem;height:4.9375rem;top:10.125rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndmad0HRstMPESCtwTJL9niDfZadOF3F { width:47.75rem;height:25.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wabi7U05RV2NH9FDTGRDIQF48OtWBwCm { width:27.0625rem;height:2.4375rem;top:31.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlZ0cLNVKOTXqNXcmQaaX3sLcUAknbqv { width:47.75rem;height:5.5rem;top:34.5625rem;left:0rem;font-size:0.9375rem;display:block; }#IlZ0cLNVKOTXqNXcmQaaX3sLcUAknbqv li:before{  }
 }@media only screen and (max-width: 763px) { #H5WTUrh8QTmq9uEUQKInEecmXLX4mP2N { width:27.0625rem;height:2.4375rem;top:47.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugXql3hweM4TXJMhJcwva3VGmgVc5k15 { width:47.75rem;height:9.0625rem;top:51rem;left:0rem;font-size:0.9375rem;display:block; }#ugXql3hweM4TXJMhJcwva3VGmgVc5k15 li:before{  }
 }@media only screen and (max-width: 763px) { #sA2gJow3X6XU8Z1GESBa6n6SDNOFd7r2 { width:18.75rem;height:0.1875rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neBzaxK4OBS7behaf9IiEP70w4I7x4PK { width:18.75rem;height:0.1875rem;top:63.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V09HQpWW1SLXGxB9C9wScneHdn8CeWlq { display:block; }#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4TU577hMF24zUcPK2h758J5TymP8Uxd { width:47.75rem;height:4.875rem;top:2.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7QWgir0H0Sp6Em5aeFbTXu7pXO0xvSf { width:45.25rem;height:4.875rem;top:10.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpH0ndgoUcM29CUdkupdJbZaGQHByXGQ { width:47.75rem;height:4.875rem;top:18.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT { display:block; }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hddSmAEmnlXt9u61cspD0eKdWE34ZWAF { width:47.75rem;height:2.4375rem;top:12.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMzaaQ6zcsF37SVB8Z9LddQJBkrJ2XtV { width:47.75rem;height:9.375rem;top:15.8125rem;left:0rem;font-size:0.9375rem;display:block; }#nMzaaQ6zcsF37SVB8Z9LddQJBkrJ2XtV li:before{  }
 }@media only screen and (max-width: 763px) { #PWAd2JeqZqlytO0JNl7vHTIo00A9gBZO { width:18.75rem;height:0.1875rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVMnxWTiWogD6trHQyIHEvQe7WMGPNNH { width:47.75rem;height:31.75rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e { display:block; }#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGNQOsXzKz0wdUrTKtPXqm20b4oME71J { display:block; }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdTyT5LKK14HHxsVgBL7cFiFCiMCNfet { width:45.6875rem;height:4.9375rem;top:9.375rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnqMIS2ZLLtTCBS2JQ8TecppgyoFCpnK { width:16.125rem;height:91.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE70qPxmfMQ3CPClc6ZvRqm4eDTXw53B { width:42.3125rem;height:;top:18.0625rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGTZf6hc1c1zJIeTSA9LQfdbLNDL7vxl { width:47.75rem;height:;top:21.6875rem;left:0rem;font-size:1rem;display:block; }#NGTZf6hc1c1zJIeTSA9LQfdbLNDL7vxl li:before{  }
 }@media only screen and (max-width: 763px) { #r0qy7HSlDpnfJTfcGL54B47qKsxzKUDd { width:47.75rem;height:;top:40.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpxNPPaQKeCcNCGTFihmupdlqBC3cG5D { width:47.75rem;height:;top:47rem;left:0rem;font-size:1rem;display:block; }#QpxNPPaQKeCcNCGTFihmupdlqBC3cG5D li:before{  }
 }@media only screen and (max-width: 763px) { #PlFauvSCguwu8Z8Bu9ly5WD9NIMZ2KCp { width:18.75rem;height:0.1875rem;top:34.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzu9Pc0gxUBQWE2fqwU62gG6O52TFmEV { width:18.75rem;height:0.1875rem;top:70.0625rem;left:6.3749980926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtmphfJHFnfGbzHbrgSM9fgS2cgTpavQ { width:18.75rem;height:0.1875rem;top:83.6875rem;left:6.3749980926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQVmEh14OamZDJCymyvxGGK38nxR6mB2 { width:47.75rem;height:;top:75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB { display:block; }#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRITuippHlrdBbcJTLdhyewScd9w6uA3 { width:47.75rem;height:2.4375rem;top:9.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZtc6f5dWihyCdU1HS6TfdH88u1mXrKr { width:47.75rem;height:7.4375rem;top:12.9375rem;left:0rem;font-size:1.25rem;display:block; }#sZtc6f5dWihyCdU1HS6TfdH88u1mXrKr li:before{  }
 }@media only screen and (max-width: 763px) { #Vel5Q9vUlmlWvlUE8Vwgq68fQnkw3mKF { width:47.375rem;height:24.9375rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT { display:block; }#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUJOe6ImL0EDbVrUPfVPuMS5hMSTrXpV { width:47.75rem;height:4.875rem;top:0rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt { display:block; }#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxNUxXHrK7zCdLHAGKULW2FLhgarrGsR { width:18.75rem;height:18.75rem;top:0.6875rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1TXnp0WZq0fqaHHgz7MTSCdJDo6llhU { width:29.9375rem;height:2.875rem;top:23.0625rem;left:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDb1pLOEDVZit5lC34k9l3SpND7Qs6hx { width:29.9375rem;height:44.5rem;top:28.625rem;left:17.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAxR8nJlX6gdoFppX7J8Xrb85239QUIe { width:18.75rem;height:18.75rem;top:0.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByWptPEMO286SRehpdKAkqovhwfhF0Uk { width:29.9375rem;height:2.875rem;top:23.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUl9ybgrCeExiHXdR6HfN5CeqJaiJ8qt { width:29.9375rem;height:44.5rem;top:28.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8NRSaWvWgluVnInMqexZoKhXsDTi0O1 { width:35.875rem;height:77.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3NIoBBmdxwz91HxKTfxeqIP5B8ngJG1 { width:35.9375rem;height:78rem;top:0rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmztgexA6sX6hNiy17hdIFg13OKbhwdg { display:block; }#FmztgexA6sX6hNiy17hdIFg13OKbhwdg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHERg2heVqz5Wm8Kp0GZalTNZBgcTRm0 { width:47.75rem;height:6.25rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiPeyIzcaKhhtJN0fMeWO0UGC9vKM0cd { display:none; }#iiPeyIzcaKhhtJN0fMeWO0UGC9vKM0cd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BPrQOiTrbhEcgXFxTQn1QelGLGRAEpoI { top:4.25rem;left:19.3125rem;width:28.4375rem;height:50.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp6JvN6xFVWINUvbOARDeP4PPARbTuwZ { width:25rem;height:5.375rem;top:47.1875rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oepACWsRMf5xuK79XN6rBpBBCaop6MSx { display:block; }
 }@media only screen and (max-width: 763px) { #AybheRSQfaDfGh1NpvBzUzihlak2DM68 { top:4.25rem;left:0rem;width:28.5rem;height:50.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdxs2L2T1M3LB5opPrrmtmgO4T4q1zMF { width:2.5rem;height:2.3125rem;top:37.0625rem;left:38.216796875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbK7KQB00CndCkJwTucbyc0OkGdrKwLe { width:25rem;height:5.375rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPSpVe8m1fQvaVHsbqfyGPWftlyghGPI { display:block; }
 }@media only screen and (max-width: 763px) { #WZcLCtS8A7KFliWkaOsol29Xxm1UhHiI { width:23.125rem;height:;top:10.3125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4vzo8JQnp1zFxh0kr3lI12GCSxcyVq3 { width:25.125rem;height:;top:35.5rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VISJ9VHFOxFfDGlii8sk48p3ve2DR6eR { width:23.9375rem;height:2.25rem;top:7.0625rem;left:23.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFSr4IPTZSgaPn3h3ksdQQfqVW0WbT58 { width:25.1875rem;height:1.6875rem;top:40.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugbWqy25GzW428gTNRXkTNIeOf9ru5T3 { width:28.4375rem;height:1.6875rem;top:40.9375rem;left:19.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxZ1cLpk918g1FX8XzUJGoxmdIvIn3RQ { width:25.125rem;height:1.6875rem;top:43rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq6qJsJEKAtHPlTQwttw1UmAudUzbiXC { width:28.5625rem;height:1.625rem;top:43rem;left:19.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu6oyXJnoBVozCnpoibkgrZf81ZCaBAp { width:9.5rem;height:;top:35.5rem;left:28.654294967651rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHlSWqTmTnB547NASQ2gJsL3trU3klqr { width:2.5rem;height:2.3125rem;top:37.0625rem;left:17.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unlJ8BNupnzsaoJ9pdIGs7vdI5MoG0xx { width:16.8125rem;height:;top:15.125rem;left:5.28125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6mT1N2dIOqJVeF3TlxPzCotNZXvv9wO { width:16.5rem;height:;top:12.5625rem;left:25.185546875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScU1pvadHCooUNxga6zeqWbiEIxdweQ9 { width:23.125rem;height:;top:10rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi4tNOX18vQiQ5bPvFNUniNJLC02M9IR { width:23.125rem;height:1.625rem;top:17.5rem;left:23.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ3qHW5MT3a9BoT9es0fLJm8PZHcvMhA { width:26.375rem;height:;top:21.125rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5wg1zOcJZE5NL5Tr1AWRJ5Rg18ZSq1E { width:19.3125rem;height:8.3125rem;top:25.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENXNC0u0oePpvByJDlIGw9rXAaMETm7I { width:8.25rem;height:8.3125rem;top:23.0625rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVMx0pIKOM6oaJguFGiivAp2moBfoSwg { width:19.3125rem;height:8.3125rem;top:22.6875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvVu30C7rTZDqLcRdfKglxLfGxrxNqtW { width:19.3125rem;height:8.3125rem;top:25.625rem;left:26.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQxpieNGbQidWBqK1SryRy7rtWTuE4RI { display:block; }#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Igbmn30N10mI3KwtMMr4aXdAdCysCs28 { top:16.75rem;left:0rem;width:47.625rem;height:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLzb9ICbuDgGJo1SNA81C0Glvk9pkveB { top:11.4375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly5ulsNRcJBKGTcPqMHdF5EkX9q9I1wm { top:20.3125rem;left:16.3125rem;width:31.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeRm06UwIwSBPVcUlpgozybmqa8G974I { width:0.1875rem;height:16.375rem;top:20.4375rem;left:14.157213429242rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXXXC00kSLUmolVTWB4FBSEaRye5C9kX { top:20.25rem;left:0rem;width:16rem;height:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ckeu5Qee9SkuGrd6AwdiNAh4Vszvweis { top:24.9375rem;left:15.625rem;width:32.125rem;height:;font-size:1.125rem;display:block; }#Ckeu5Qee9SkuGrd6AwdiNAh4Vszvweis li:before{  }
 }@media only screen and (max-width: 763px) { #g84NUETGfPSSPWbpipHxdZqQRVuPAz6P { top:6.125rem;left:0rem;width:32.8125rem;height:3.625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzi0FzHTlLWlHhiTLm5mICueVrISwdGZ { top:45rem;left:0rem;width:47.75rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g93k37yNPcTcHO51ituXNE7Lr3k9D4cn { width:16.8125rem;height:4.0625rem;top:23.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu0d1hMlUSsUGSRrWFZqeJyZ26iwgXlq { width:21.875rem;height:;top:28.125rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVU7DowmqDqavS94dBdRw0vBGN45UKtt { width:2.5rem;height:2.3125rem;top:29.6875rem;left:7.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sskm2bRVNzeeCG5EtO0VkmWZ2t7poAIm { width:22.0625rem;height:1.6875rem;top:34.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoSNRghV3GMfm8d4CAiqWJTTUcaq8NUz { width:22.125rem;height:1.6875rem;top:36.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQIOTLrNXNMSlfRspbCe86bBkMpiXepC { width:25rem;height:3.375rem;top:33.5rem;left:18.4970703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyhvoagfORhZvLJZySsiQa8iZV0dttQM { display:block; }
 }@media only screen and (max-width: 763px) { #X8oBZqcGWEwGoEwHH0S0b602hl8Gdb8f { display:none; }#X8oBZqcGWEwGoEwHH0S0b602hl8Gdb8f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VwpB22fEbo8czMTguy1GuQbVH5qyWHDa { width:37rem;height:14.8125rem;top:24.625rem;left:0rem;font-size:0.875rem;display:block; }#VwpB22fEbo8czMTguy1GuQbVH5qyWHDa li:before{  }
 }@media only screen and (max-width: 763px) { #Lnen8iML7m8tDXQyok9AxHu0rt8GULQD { width:30.1875rem;height:1.25rem;top:42.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwP9WyPIvJ934TNSEM003e2ZgXrUCBy { width:45.9375rem;height:8.875rem;top:13.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7NrrQe6khMBw3WadNgnGUKD6NQTkQgV { width:43.25rem;height:6.25rem;top:4.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNOhTmOopWBwnzp0xlqPB0Fw8hQTwIxd { width:23.625rem;height:40.8125rem;top:4.6875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU1TXeQpi6VHzCFB2qW2DHoyW6q3fhGT { width:17.5rem;height:6.5rem;top:2.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TJCqCM5NO2SOmMaKlqJ0TC17RnDXl4tx { width:30.1875rem;height:1.25rem;top:45.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXurZIUEhJ5JJ0TTVJzwg3OuuKt01Xnv { width:33.125rem;height:1.1875rem;top:44.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh0K0wWLNzxoN0t8Cgg0SUeTwr5rzmVO { display:none; }#Nh0K0wWLNzxoN0t8Cgg0SUeTwr5rzmVO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XF4PtzRbu7huou9rWIoyRrz6exy1xt4u { width:18.75rem;height:13.3125rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJkQsM5FrITDTrn4RdFr4D2zbNhlRyqe { width:17.5rem;height:6rem;top:19.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycMGn0hVs2au5rZTX4fn8JHdOmqTzy0z { width:13.5625rem;height:2.875rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNdfZFUwagFN7LXRt8cBDnoDVbMkJq3N { width:3.125rem;height:3.125rem;top:14.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOGP8M0brvTVGovlkTdWpWV8sQhBfTCz { width:18.75rem;height:13.3125rem;top:13.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW9sg44uICy3mJT6L6hgHHi4hXuU020I { width:17.5rem;height:7.5rem;top:18.3125rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZFiJcVUB3nlT5zOPUGIedLKHyJI6Rl9 { width:13.5625rem;height:2.875rem;top:14.8125rem;left:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJQ0vhBep3dTQTutVH1By6013PvIJkvQ { width:3.125rem;height:3.125rem;top:14.75rem;left:14.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO0dJ6nb4cPZTUdNo27fEArfQ4bboORJ { width:18.75rem;height:13.3125rem;top:13.4375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7J8wxoTFb0Q07zS0sTb7uwTzpmltiNy { width:17.5rem;height:4.5rem;top:19.75rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHngPTGtbTbLfnOEeTrayfgTB4MeT94u { width:13.5rem;height:2.875rem;top:14.8125rem;left:34.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAaq7eRR3cxVCtzz68riPeQvgwkiOTJP { width:3.125rem;height:3.125rem;top:14.75rem;left:34.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcsWuzzo7U8lLnTqBZoyub5a2QFAKK3p { width:18.75rem;height:13.3125rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSPODTVgMnzDrFwVddzyQRNTVPhmJvWW { width:18.875rem;height:15.9375rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTzHabzq5yss5odCraLHxgBMw2fu9rMm { width:17.5rem;height:6rem;top:52.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqZ3HtMXT44Unkrv34sk73nr4AvlxDt4 { width:17.5rem;height:9rem;top:34rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4OMs24F5p5VBdfwd5tesAJK1zexum5u { width:18.75rem;height:21.125rem;top:28.6875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMRBtZ46FZvddG8erbZ7ZTwsN5hwErph { width:17.5rem;height:12rem;top:35.5rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzTr6R2gzrgLlJ3Au7dK8aNwQQg7UoJq { width:13.5625rem;height:4.3125rem;top:29.6875rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWFinUJJWxW9Qcp4RIHqEd6M5i9zs7ri { width:13.5625rem;height:1.4375rem;top:49.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDNM8U25DS2ua9eJS8lhvCIG6fntgra { width:3.125rem;height:3.125rem;top:48.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcGv2d3obfamHJEggqkAhDPvCZLZwVLp { width:13.5625rem;height:1.4375rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2XuN6ED1KDQq34Cb8udtcM247PWM5t { width:3.125rem;height:3.125rem;top:30rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL6yCU0CRsk9V9NvE3wQaZUgMBIMp6JM { width:3.125rem;height:3.125rem;top:30rem;left:14.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGAKz4FbIH6vbfeTnGDebmxyX0RJZc0F { width:18.75rem;height:22.4375rem;top:28.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVwvkuCnxHKMmQcCM7CyGXgr3cw4mPoC { width:17.5rem;height:16.4375rem;top:34.5625rem;left:30.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOtz6vfnAw3nmG4ZiFP0Z0piCJIp2LBV { width:3.125rem;height:3.125rem;top:30rem;left:34.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niOiQFVwzyKhtzkSmw4QQQ5gNGVciMeQ { width:13.5625rem;height:2.875rem;top:30.0625rem;left:34.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAxsSRQ5ouPPfomVqUAybgkdAwzww7a6 { top:4.1875rem;left:0rem;width:44.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e { display:block; }#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVmCMZRhUv8d2i5foPLruZmUX4QIxinP { top:6.875rem;left:0rem;width:37.5rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owFz8QJeq4w1klGGau7igXOxTae0q9wi { top:12.1875rem;left:4rem;width:19.875rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU9uts54EhngX741fK90fVzLVJcVVepI { width:3.125rem;height:3.125rem;top:18.9375rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aorAkSFhHtBTugT5EZpIcV8JT5dLWy1m { width:3.125rem;height:3.125rem;top:15.8125rem;left:1.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgx20CokfSZk5QU9cWKbazHUdTAVrD4b { width:3.125rem;height:3.125rem;top:19.5625rem;left:25.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT6R9NMfQ2BDK8tFW1QzmVSrI40iasBF { top:9.1875rem;left:0rem;width:20rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzdcJtykCFDrmVlzPtlHDFCmd1Q6Llk7 { width:47.75rem;height:21.9375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXvorbTPDBBvBXBc6M9G2yTunrxsdvis { top:10.875rem;left:29.84303855896rem;width:11.875rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/-n5F3fH0lIY/unsplash/ryan-shumway--n5F3fH0lIY-photo-1567201864585-6baec9110dac.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/R59irpUtXnw/unsplash/adam-borkowski-R59irpUtXnw-photo-1604914711438-526e3017152b.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kf0bWwe9rrGFSBPMhahAibT7B3IoFF96 { width:20rem;height:3.8496125rem;top:4.5749282836914rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DKpDHqWKK6gFNqD0ypiocyiDen0zp33z { width:18.3125rem;height:10.59375rem;top:24.21484375rem;left:0.84375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#DKpDHqWKK6gFNqD0ypiocyiDen0zp33z li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#DKpDHqWKK6gFNqD0ypiocyiDen0zp33z li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_cfd33b8dfc8ffba75a8454c2b8b80f19af5aa208.svg); }
 }@media only screen and (max-width: 763px) { #ipNEdatotUOFpIATk6AnwSc7pTFTPOwH { width:5rem;height:1.5rem;top:0.125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #E35UJekwExAZxGK4Xd4Ld8QHG7AROb47 { width:16.4375rem;height:2.9243625rem;top:36.009765625rem;left:1.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1WslbphPC1GO6dhvm1O2b8ysVoQN3Es { top:55rem;left:0rem;width:20rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgZksCGp65rTJTPqaypUZgzxfMsSysTv { display:block; }
 }@media only screen and (max-width: 763px) { #FlM0WXJGITwAZlTw5y9AUb3Qe2ntUBAX { width:20rem;height:0;top:6.90625rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;z-index:15001;color:#2f2f2f;display:none; }
 }@media only screen and (max-width: 763px) { #rMRzZk0tynVcGQdSz8Mbuc0cPAn2irBv { width:20rem;height:0;top:22.33984375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;color:#2f2f2f;display:none; }
 }@media only screen and (max-width: 763px) { #pP0GvaTuAdT6FguUQT8eHVeLLAC9iB4F { width:5.9375rem;height:1.6875rem;top:0rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9xuigwXbQl6fTWzA2hXK0yK9bT39V6T { width:20rem;height:17.8125rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfOVddeXh1ZrW7q6ygQ36Rn6uzsIkr5C { width:18.75rem;height:0.12402375rem;top:14.5595703125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADkvyigksNGSQTleEhoATt84NNsyCUhe { width:20rem;height:54.25rem;top:3.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(295deg, #ffffff, rgba(255,255,255,0.9));background-image: -moz-linear-gradient(295deg, #ffffff, rgba(255,255,255,0.9));background-image: -ms-linear-gradient(295deg, #ffffff, rgba(255,255,255,0.9));background-image: -o-linear-gradient(295deg, #ffffff, rgba(255,255,255,0.9));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffe5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffffe5' );";background-image: linear-gradient(295deg, #ffffff, rgba(255,255,255,0.9));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hwKFc9OiVi5OMCtWPp9xQXeg7Ryyg1ez { width:17.75rem;height:1.46218125rem;top:16.3271484375rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OO0AOrrEZwSVZPPc10ITnFlXvFOB3Whm { width:18.375rem;height:3.50390625rem;top:9.7578125rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XDakZ9FhpFTn2zvgJX3LPfKQAwb93CJL { width:18.0625rem;height:4.54900625rem;top:18.82421875rem;left:0.96875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJIICNm8L9RS4qQVmmGzTTwZhGxehVZu { width:20rem;height:0;top:61.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ekB9TLLaVHb1VqSXbWkOa6XZtvULOl5R { width:3.75rem;height:3.75rem;top:42.75rem;left:8.125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHU6F0mFgTBrMBOoTJerFDVm4KZTIDTa { width:20rem;height:0;top:46.5615234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VS3doNNt2rxrQHbNemwWABrB6n0IgZJT { width:2.5rem;height:2.5rem;top:36rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RotUMCOXWnNbAAr6Z0tCP2lootCIIFKT { width:2.4375rem;height:2.4375rem;top:64.37206875rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMmv26S8K6DoqJildxLuffdQPxTgQSKi { width:20rem;height:0;top:59.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jk4OzsIhG3k2VXr1n0smVcbyduIdfIOv { width:20rem;height:0;top:53.2109375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mfRHTg5CScwp9y5pzFhMmSWidL4ab413 { background-color:#2f2f2f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mfRHTg5CScwp9y5pzFhMmSWidL4ab413 > .row .container { border-width: 0; border-radius: 0; }#mfRHTg5CScwp9y5pzFhMmSWidL4ab413 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfRHTg5CScwp9y5pzFhMmSWidL4ab413 > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TgzW1iHs6QQTsDmgHl9AGfmxKRFISTxS { width:2rem;height:2.4375rem;top:1.13671875rem;left:9rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #gewensrT3JyFW1N1JOJKBZCzMkCgPBy6 { width:20rem;height:1.0556625rem;top:4.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #cBDy5FOU6fcb7ot3LZ7niT7wEAW6aGkC { width:20rem;height:1.29980625rem;top:5.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #Ez03EE3h91WiNozwlPJSK42nRmULleky { width:2.5rem;height:2.5rem;top:8.111328125rem;left:8.75rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #fL4r4RVkrOXQ1MkMHahHFdHDDC7vw9UZ { width:20rem;height:1.0556625rem;top:11.423828125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #HDIzxkNdnhg09Aw2auWXtd7bqI0TdwQV { width:20rem;height:1.29980625rem;top:12.3984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #CdDsDzuDSXymCUwGgqXoaHmDgnsDtxTy { width:3.75rem;height:3.75rem;top:14.423828125rem;left:8.125rem;font-size:2.625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #L4Fmnq0WX6Zs9v9VheHBBrHEOSxg5y0u { width:20rem;height:1.0556625rem;top:18.8232421875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #gqboNc9ePmlaErNnchO47CLFTdKPIbG7 { width:20rem;height:1.29980625rem;top:19.7978515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 { display:block; }#pTLNVQrvtNWKrQI78QkhsWiz7kapnnS7 > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8czRSccv2rrnzt3eBPT1liyFzFmJ1vA { width:20rem;height:1.625rem;top:4.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndmad0HRstMPESCtwTJL9niDfZadOF3F { width:20rem;height:8.75rem;top:1.25rem;left:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/2FPjlAyMQTA/unsplash/john-schnobrich-2FPjlAyMQTA-photo-1516321497487-e288fb19713f.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ndmad0HRstMPESCtwTJL9niDfZadOF3F.adaptive-delivery-prevent-bg, #ndmad0HRstMPESCtwTJL9niDfZadOF3F.lazyload, #ndmad0HRstMPESCtwTJL9niDfZadOF3F.lazyloading { background-image: none; }
#ndmad0HRstMPESCtwTJL9niDfZadOF3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.63); } }@media only screen and (max-width: 763px) { #Wabi7U05RV2NH9FDTGRDIQF48OtWBwCm { width:20rem;height:4.875rem;top:13.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlZ0cLNVKOTXqNXcmQaaX3sLcUAknbqv { width:16.5625rem;height:7.9375rem;top:20.1875rem;left:1.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#IlZ0cLNVKOTXqNXcmQaaX3sLcUAknbqv li:before{  }
 }@media only screen and (max-width: 763px) { #H5WTUrh8QTmq9uEUQKInEecmXLX4mP2N { width:20rem;height:4.875rem;top:34.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ugXql3hweM4TXJMhJcwva3VGmgVc5k15 { width:16.5625rem;height:16.78125rem;top:41.3125rem;left:1.71875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#ugXql3hweM4TXJMhJcwva3VGmgVc5k15 li:before{  }
 }@media only screen and (max-width: 763px) { #sA2gJow3X6XU8Z1GESBa6n6SDNOFd7r2 { width:18.75rem;height:0.1875rem;top:30.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neBzaxK4OBS7behaf9IiEP70w4I7x4PK { width:18.75rem;height:0.1875rem;top:60.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V09HQpWW1SLXGxB9C9wScneHdn8CeWlq { display:block; }#V09HQpWW1SLXGxB9C9wScneHdn8CeWlq > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4TU577hMF24zUcPK2h758J5TymP8Uxd { width:20rem;height:6.171875rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7QWgir0H0Sp6Em5aeFbTXu7pXO0xvSf { width:18.9375rem;height:4.875rem;top:9.75rem;left:0.53125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KpH0ndgoUcM29CUdkupdJbZaGQHByXGQ { width:18.4375rem;height:6.5rem;top:17.3125rem;left:0.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT { display:block; }#dpTZfXqHQEBBxNvUfQGn8SqGDJuXyTHT > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hddSmAEmnlXt9u61cspD0eKdWE34ZWAF { width:18.5625rem;height:6.09375rem;top:7.5rem;left:0.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMzaaQ6zcsF37SVB8Z9LddQJBkrJ2XtV { width:16.5625rem;height:14.65625rem;top:15.4375rem;left:1.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }#nMzaaQ6zcsF37SVB8Z9LddQJBkrJ2XtV li:before{  }
 }@media only screen and (max-width: 763px) { #PWAd2JeqZqlytO0JNl7vHTIo00A9gBZO { width:18.75rem;height:0.1875rem;top:32.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVMnxWTiWogD6trHQyIHEvQe7WMGPNNH { width:20rem;height:31.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e { display:block; }#VAZL8TdlmsnkVxJV2GCZp8l8J5uoVr9e > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGNQOsXzKz0wdUrTKtPXqm20b4oME71J { display:block; }#aGNQOsXzKz0wdUrTKtPXqm20b4oME71J > .row .container { width:20rem;height:96.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdTyT5LKK14HHxsVgBL7cFiFCiMCNfet { width:12.0625rem;height:4.875rem;top:1.46875rem;left:4.84375rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VnqMIS2ZLLtTCBS2JQ8TecppgyoFCpnK { width:4.0625rem;height:96.625rem;top:0rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #eE70qPxmfMQ3CPClc6ZvRqm4eDTXw53B { width:13.6875rem;height:3.25rem;top:8.5625rem;left:4.84375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NGTZf6hc1c1zJIeTSA9LQfdbLNDL7vxl { width:14.25rem;height:15.547875rem;top:13.25rem;left:4.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#NGTZf6hc1c1zJIeTSA9LQfdbLNDL7vxl li:before{  }
 }@media only screen and (max-width: 763px) { #r0qy7HSlDpnfJTfcGL54B47qKsxzKUDd { width:14.5rem;height:6.5rem;top:34rem;left:4.625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QpxNPPaQKeCcNCGTFihmupdlqBC3cG5D { width:14.625rem;height:35.9824375rem;top:41.875rem;left:4.84375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#QpxNPPaQKeCcNCGTFihmupdlqBC3cG5D li:before{  }
 }@media only screen and (max-width: 763px) { #PlFauvSCguwu8Z8Bu9ly5WD9NIMZ2KCp { width:18.75rem;height:0.1875rem;top:31rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzu9Pc0gxUBQWE2fqwU62gG6O52TFmEV { width:15.8125rem;height:0.125rem;top:79.822793485837rem;left:4.0668930933559rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtmphfJHFnfGbzHbrgSM9fgS2cgTpavQ { width:15.8125rem;height:0.125rem;top:88.572970869263rem;left:4.0791443507259rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQVmEh14OamZDJCymyvxGGK38nxR6mB2 { width:15.0625rem;height:1.625rem;top:82.874107360837rem;left:4.8437498807907rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB { display:block; }#y5Tx6nHBiZOvrJ9P9HyomvvJglWtAcFB > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRITuippHlrdBbcJTLdhyewScd9w6uA3 { width:20rem;height:7.3125rem;top:5.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZtc6f5dWihyCdU1HS6TfdH88u1mXrKr { width:18.875rem;height:9.0625rem;top:15.1875rem;left:0.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#sZtc6f5dWihyCdU1HS6TfdH88u1mXrKr li:before{  }
 }@media only screen and (max-width: 763px) { #Vel5Q9vUlmlWvlUE8Vwgq68fQnkw3mKF { width:19.75rem;height:27.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT { display:block; }#sCwtQ57FWvJvw1bV2dKyaIqrFqy3QyQT > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUJOe6ImL0EDbVrUPfVPuMS5hMSTrXpV { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt { display:block; }#F43UqgbK9MpA3sZBamwrs3kGlzGuFTAt > .row .container { width:20rem;height:144.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxNUxXHrK7zCdLHAGKULW2FLhgarrGsR { width:13.6869375rem;height:13.6869375rem;top:71.079543113706rem;left:3.1551845669746rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a4789;background-image:url("https://images.assets-landingi.com/uc/c45066c2-a896-46f4-aba1-59a7d8391bca/GGkwadratbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UxNUxXHrK7zCdLHAGKULW2FLhgarrGsR.adaptive-delivery-prevent-bg, #UxNUxXHrK7zCdLHAGKULW2FLhgarrGsR.lazyload, #UxNUxXHrK7zCdLHAGKULW2FLhgarrGsR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #c1TXnp0WZq0fqaHHgz7MTSCdJDo6llhU { width:20rem;height:1.94921875rem;top:86.392045974731rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDb1pLOEDVZit5lC34k9l3SpND7Qs6hx { width:18rem;height:52.3125rem;top:90.3701171875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #sAxR8nJlX6gdoFppX7J8Xrb85239QUIe { width:13.6875rem;height:13.6875rem;top:1.25rem;left:3.0625rem;background-color:#c41425;background-image:url("https://images.assets-landingi.com/uc/95ddbee9-2bb2-46b7-8484-c5f9d2f51177/IMG_3899kwadratMarekbeztla.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#sAxR8nJlX6gdoFppX7J8Xrb85239QUIe.adaptive-delivery-prevent-bg, #sAxR8nJlX6gdoFppX7J8Xrb85239QUIe.lazyload, #sAxR8nJlX6gdoFppX7J8Xrb85239QUIe.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ByWptPEMO286SRehpdKAkqovhwfhF0Uk { width:20rem;height:1.94921875rem;top:16.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUl9ybgrCeExiHXdR6HfN5CeqJaiJ8qt { width:18rem;height:40.9296875rem;top:20.63671875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #c8NRSaWvWgluVnInMqexZoKhXsDTi0O1 { width:20rem;height:66.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3NIoBBmdxwz91HxKTfxeqIP5B8ngJG1 { width:20.1875rem;height:69.875rem;top:69.431816101075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmztgexA6sX6hNiy17hdIFg13OKbhwdg { display:block; }#FmztgexA6sX6hNiy17hdIFg13OKbhwdg > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iHERg2heVqz5Wm8Kp0GZalTNZBgcTRm0 { width:18.4345625rem;height:6rem;top:2.59375rem;left:0.7822265625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiPeyIzcaKhhtJN0fMeWO0UGC9vKM0cd { background-color:transparent;background-image:none;display:none; }#iiPeyIzcaKhhtJN0fMeWO0UGC9vKM0cd > .row .container { width:20rem;height:94.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BPrQOiTrbhEcgXFxTQn1QelGLGRAEpoI { width:19.75rem;height:46.625rem;top:41.482421875rem;left:0rem;z-index:14995;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Bp6JvN6xFVWINUvbOARDeP4PPARbTuwZ { width:17rem;height:3.25rem;top:82.5361328125rem;left:1.5rem;font-size:1.125rem;background-color:#ffd600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #oepACWsRMf5xuK79XN6rBpBBCaop6MSx { display:block; }
 }@media only screen and (max-width: 763px) { #AybheRSQfaDfGh1NpvBzUzihlak2DM68 { width:19.75rem;height:37.6875rem;top:1.25rem;left:0rem;z-index:14996;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Mdxs2L2T1M3LB5opPrrmtmgO4T4q1zMF { width:2.561525rem;height:1.625rem;top:72.806640625rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #BbK7KQB00CndCkJwTucbyc0OkGdrKwLe { width:16.5625rem;height:3.1875rem;top:33.7724609375rem;left:1.71875rem;font-size:1.125rem;background-color:#ffd600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #uPSpVe8m1fQvaVHsbqfyGPWftlyghGPI { display:block; }
 }@media only screen and (max-width: 763px) { #WZcLCtS8A7KFliWkaOsol29Xxm1UhHiI { width:18.0605625rem;height:1.625rem;top:3.8134765625rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #S4vzo8JQnp1zFxh0kr3lI12GCSxcyVq3 { width:12.3125rem;height:2.59943125rem;top:24.7119140625rem;left:3.84375rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #VISJ9VHFOxFfDGlii8sk48p3ve2DR6eR { width:17rem;height:1.625rem;top:43.419921875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NFSr4IPTZSgaPn3h3ksdQQfqVW0WbT58 { width:20rem;height:1.46218125rem;top:27.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ugbWqy25GzW428gTNRXkTNIeOf9ru5T3 { width:20rem;height:1.46218125rem;top:75.8251953125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hxZ1cLpk918g1FX8XzUJGoxmdIvIn3RQ { width:20rem;height:1.46218125rem;top:29.6171875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Rq6qJsJEKAtHPlTQwttw1UmAudUzbiXC { width:19.9375rem;height:1.46218125rem;top:78.189453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qu6oyXJnoBVozCnpoibkgrZf81ZCaBAp { width:7.8730625rem;height:2.59943125rem;top:72.3193359375rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #nHlSWqTmTnB547NASQ2gJsL3trU3klqr { width:2.499025rem;height:1.625rem;top:25.19921875rem;left:11.7158203125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #unlJ8BNupnzsaoJ9pdIGs7vdI5MoG0xx { width:18.3125rem;height:4.38743125rem;top:6.71484375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #V6mT1N2dIOqJVeF3TlxPzCotNZXvv9wO { width:17.75rem;height:4.38743125rem;top:49.4833984375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ScU1pvadHCooUNxga6zeqWbiEIxdweQ9 { width:20rem;height:1.625rem;top:47.103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fi4tNOX18vQiQ5bPvFNUniNJLC02M9IR { width:20rem;height:1.625rem;top:55.477966308594rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #UZ3qHW5MT3a9BoT9es0fLJm8PZHcvMhA { width:20rem;height:1.46218125rem;top:57.665649414062rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #s5wg1zOcJZE5NL5Tr1AWRJ5Rg18ZSq1E { width:19.3125rem;height:8.3125rem;top:60.5478515625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENXNC0u0oePpvByJDlIGw9rXAaMETm7I { width:9.0625rem;height:8.3125rem;top:14.189453125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVMx0pIKOM6oaJguFGiivAp2moBfoSwg { width:17.625rem;height:8.3125rem;top:14.189804077149rem;left:1.1869673132896rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvVu30C7rTZDqLcRdfKglxLfGxrxNqtW { width:19.3125rem;height:8.3125rem;top:60.5478515625rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQxpieNGbQidWBqK1SryRy7rtWTuE4RI { display:block; }#PQxpieNGbQidWBqK1SryRy7rtWTuE4RI > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Igbmn30N10mI3KwtMMr4aXdAdCysCs28 { width:20rem;height:45.625rem;top:14.1875rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #LLzb9ICbuDgGJo1SNA81C0Glvk9pkveB { width:20rem;height:3.57421875rem;top:8.0751953125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ly5ulsNRcJBKGTcPqMHdF5EkX9q9I1wm { width:20rem;height:1.625rem;top:42.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KeRm06UwIwSBPVcUlpgozybmqa8G974I { width:13.5rem;height:0.4375rem;top:38.71875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXXXC00kSLUmolVTWB4FBSEaRye5C9kX { width:13.125rem;height:1.57421875rem;top:17.3125rem;left:3.4375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ckeu5Qee9SkuGrd6AwdiNAh4Vszvweis { width:18.75rem;height:4.38654375rem;top:45.125rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#Ckeu5Qee9SkuGrd6AwdiNAh4Vszvweis li:before{  }
 }@media only screen and (max-width: 763px) { #g84NUETGfPSSPWbpipHxdZqQRVuPAz6P { width:20rem;height:5.17400625rem;top:1.537109375rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;color:#2f2f2f;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #Fzi0FzHTlLWlHhiTLm5mICueVrISwdGZ { width:20rem;height:3.57421875rem;top:66.3115234375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #g93k37yNPcTcHO51ituXNE7Lr3k9D4cn { width:12.625rem;height:6.5800625rem;top:21.5625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pu0d1hMlUSsUGSRrWFZqeJyZ26iwgXlq { width:20rem;height:2.5996125rem;top:29.76171875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZVU7DowmqDqavS94dBdRw0vBGN45UKtt { width:2.5rem;height:1.625rem;top:30.2490234375rem;left:12.125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #sskm2bRVNzeeCG5EtO0VkmWZ2t7poAIm { width:20rem;height:1.46218125rem;top:31.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #FoSNRghV3GMfm8d4CAiqWJTTUcaq8NUz { width:20rem;height:1.46218125rem;top:33.2734375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PQIOTLrNXNMSlfRspbCe86bBkMpiXepC { width:19rem;height:3.375rem;top:52.1875rem;left:0.5rem;font-size:1.125rem;background-color:#ffd600;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #NyhvoagfORhZvLJZySsiQa8iZV0dttQM { display:block; }
 }@media only screen and (max-width: 763px) { #X8oBZqcGWEwGoEwHH0S0b602hl8Gdb8f { display:none; }#X8oBZqcGWEwGoEwHH0S0b602hl8Gdb8f > .row .container { width:20rem;height:71.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VwpB22fEbo8czMTguy1GuQbVH5qyWHDa { width:17.5rem;height:20.071rem;top:26.8740234375rem;left:1.25rem;font-size:0.875rem;display:block; }#VwpB22fEbo8czMTguy1GuQbVH5qyWHDa li:before{  }
 }@media only screen and (max-width: 763px) { #Lnen8iML7m8tDXQyok9AxHu0rt8GULQD { width:18.875rem;height:2.59765625rem;top:48.748580932618rem;left:0.74999988079069rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntwP9WyPIvJ934TNSEM003e2ZgXrUCBy { width:17.5rem;height:12.43250625rem;top:11.875rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #O7NrrQe6khMBw3WadNgnGUKD6NQTkQgV { width:17.5rem;height:0;top:1.9375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #BNOhTmOopWBwnzp0xlqPB0Fw8hQTwIxd { width:20rem;height:12.1875rem;top:59.687498092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU1TXeQpi6VHzCFB2qW2DHoyW6q3fhGT { width:17.5rem;height:6.560725rem;top:2.75rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TJCqCM5NO2SOmMaKlqJ0TC17RnDXl4tx { width:19rem;height:1.298825rem;top:55.74342918396rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXurZIUEhJ5JJ0TTVJzwg3OuuKt01Xnv { width:18.5rem;height:2.2745rem;top:51.596234321594rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nh0K0wWLNzxoN0t8Cgg0SUeTwr5rzmVO { display:none; }#Nh0K0wWLNzxoN0t8Cgg0SUeTwr5rzmVO > .row .container { width:20rem;height:143.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XF4PtzRbu7huou9rWIoyRrz6exy1xt4u { width:18.875rem;height:14.875rem;top:9.3875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJkQsM5FrITDTrn4RdFr4D2zbNhlRyqe { width:17.9375rem;height:6.395625rem;top:15.7rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycMGn0hVs2au5rZTX4fn8JHdOmqTzy0z { width:13.5625rem;height:2.59765625rem;top:10.812518310547rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNdfZFUwagFN7LXRt8cBDnoDVbMkJq3N { width:3.125rem;height:3.125rem;top:10.7rem;left:0.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOGP8M0brvTVGovlkTdWpWV8sQhBfTCz { width:18.75rem;height:13.3125rem;top:25.6125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW9sg44uICy3mJT6L6hgHHi4hXuU020I { width:17.5rem;height:7.9945rem;top:30.4875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZFiJcVUB3nlT5zOPUGIedLKHyJI6Rl9 { width:13.5625rem;height:1.298825rem;top:27.037518310547rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJQ0vhBep3dTQTutVH1By6013PvIJkvQ { width:3.125rem;height:3.125rem;top:26.925rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO0dJ6nb4cPZTUdNo27fEArfQ4bboORJ { width:18.75rem;height:13.3125rem;top:40.275rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7J8wxoTFb0Q07zS0sTb7uwTzpmltiNy { width:17.5rem;height:6.395625rem;top:46.5875rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHngPTGtbTbLfnOEeTrayfgTB4MeT94u { width:13.5625rem;height:2.59765625rem;top:41.700018310547rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAaq7eRR3cxVCtzz68riPeQvgwkiOTJP { width:3.125rem;height:3.125rem;top:41.5875rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcsWuzzo7U8lLnTqBZoyub5a2QFAKK3p { width:18.75rem;height:13.3125rem;top:73.2875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSPODTVgMnzDrFwVddzyQRNTVPhmJvWW { width:18.875rem;height:17rem;top:54.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTzHabzq5yss5odCraLHxgBMw2fu9rMm { width:17.5rem;height:6.395625rem;top:78.725rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqZ3HtMXT44Unkrv34sk73nr4AvlxDt4 { width:17.5rem;height:11.1923125rem;top:60.25rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4OMs24F5p5VBdfwd5tesAJK1zexum5u { width:18.75rem;height:22.375rem;top:87.95rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMRBtZ46FZvddG8erbZ7ZTwsN5hwErph { width:17.5rem;height:12.7911875rem;top:94.7625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzTr6R2gzrgLlJ3Au7dK8aNwQQg7UoJq { width:13.5625rem;height:3.8964875rem;top:88.95rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWFinUJJWxW9Qcp4RIHqEd6M5i9zs7ri { width:13.5625rem;height:1.298825rem;top:75.475rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTDNM8U25DS2ua9eJS8lhvCIG6fntgra { width:3.125rem;height:3.125rem;top:74.6625rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcGv2d3obfamHJEggqkAhDPvCZLZwVLp { width:13.5625rem;height:1.298825rem;top:57.0625rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2XuN6ED1KDQq34Cb8udtcM247PWM5t { width:3.125rem;height:3.125rem;top:56.25rem;left:0.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL6yCU0CRsk9V9NvE3wQaZUgMBIMp6JM { width:3.125rem;height:3.125rem;top:89.2625rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGAKz4FbIH6vbfeTnGDebmxyX0RJZc0F { width:18.75rem;height:25.6875rem;top:111.675rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVwvkuCnxHKMmQcCM7CyGXgr3cw4mPoC { width:17.5rem;height:17.587875rem;top:117.6125rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOtz6vfnAw3nmG4ZiFP0Z0piCJIp2LBV { width:3.125rem;height:3.125rem;top:112.9875rem;left:0.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #niOiQFVwzyKhtzkSmw4QQQ5gNGVciMeQ { width:13.5625rem;height:2.59765625rem;top:113.05rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAxsSRQ5ouPPfomVqUAybgkdAwzww7a6 { width:15.6875rem;height:5.19921875rem;top:2.25rem;left:2.15625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e { display:block; }#s60zdRu1TmoQMEr4q58Sewm4qkx8oS5e > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVmCMZRhUv8d2i5foPLruZmUX4QIxinP { width:20rem;height:2.6rem;top:3.9625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #owFz8QJeq4w1klGGau7igXOxTae0q9wi { width:20rem;height:0;top:9.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MU9uts54EhngX741fK90fVzLVJcVVepI { width:3.125rem;height:3.125rem;top:21.224609375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aorAkSFhHtBTugT5EZpIcV8JT5dLWy1m { width:3.125rem;height:3.125rem;top:14.349609375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgx20CokfSZk5QU9cWKbazHUdTAVrD4b { width:3.125rem;height:3.125rem;top:43.2373046875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT6R9NMfQ2BDK8tFW1QzmVSrI40iasBF { width:20rem;height:16.89748125rem;top:9.22265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #lzdcJtykCFDrmVlzPtlHDFCmd1Q6Llk7 { width:20rem;height:47.75rem;top:2.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXvorbTPDBBvBXBc6M9G2yTunrxsdvis { width:11.9375rem;height:11.69825625rem;top:29.8095703125rem;left:4.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }