.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); }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT { background-color:#003121;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container { background-color: transparent; background-image: none; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container > .video-iframe-container { display: none; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row > .video-iframe-container { display: none; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .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); }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container { border-width: 0; border-radius: 0; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container { font-size:0.875rem;font-family:lato;height:6.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#OhVD3XbT4LMKm4HRdu0xRATyUeJHAg1q { color:#ffffff;display:block;width:62.8125rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:1.827392578125rem;left:6.09375rem;height:2.905275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP { background-color:transparent;background-image:url("https://icons.assets-landingi.com/icon_206a35ba088fbc52b81af33e14b19e67376cceb7.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP.adaptive-delivery-prevent-bg, #UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP.lazyload, #UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP.lazyloading { background-image: none; }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP > .row .container { background-color: transparent; background-image: none; }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #93ad97; }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP > .row .container > .video-iframe-container { display: none; }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #93ad97; }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP > .row > .video-iframe-container { display: none; }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP > .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); }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP > .row .container { border-width: 0; border-radius: 0; }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP::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; }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP > .row .container { font-size:0.875rem;font-family:lato;height:43.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#TVZTSIv5y47G2RT2uq3ukWif3N0dsOdi { color:#2b4832;display:block;width:39.4995rem;position:absolute;font-family:lato;font-size:3.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:13.558349609375rem;left:0rem;height:10.49925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b3A27nzg0vq6KWArQfd6LxkimoO06dm2 { color:#000803;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:27.261962890625rem;left:0rem;height:5.2478rem;font-style:normal;display:block; }
#tqaJVOyrrDuAnlzbfwxuGRmvTQvfJvip { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:26.062rem;width:24.6875rem;top:4.9365234375rem;left:50.3125rem;overflow:hidden;display:block; }
#AHHWA4zwzhou3LGduwbLS0KpFmTvFLix { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:1.37451171875rem;left:1.1865234375rem;overflow:hidden;display:block; }
#mQISc6thpiFB21TG6LgovqiCevBTQA7c { box-sizing:content-box;height:4.4375rem;width:7.5rem;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:15047;background-color:#00f48e;background-image:none;top:3.29638671875rem;left:28.746826171875rem;display:block; }
#rqQ7AiywsHTPSx8ltDskaRegfU2V3WZ6 { color:#f4f4f4;display:block;width:6.495375rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:3.7646484375rem;left:29.217529296875rem;height:2.12524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aw45fZxiSl1lSdIevAy5m5MAwOhKLZ6x { color:rgba(0,49,33,0.7);display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:5.888671875rem;left:28.5595703125rem;height:1.1254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Shfo9kVz7N44Tp3IKcFQ2ibfKSKeteLd { color:#2b4832;display:block;width:6.4978125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:2.54638671875rem;left:4.74853515625rem;height:1.21875rem;display:block; }
#gShcmAWbQInZxFmEcrg9toFWm1Kp4Zko { color:#ffffff;display:block;width:20.7495rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:9.637451171875rem;left:0rem;height:1.74926875rem;font-style:normal;display:block; }
#t8rqDiHWTQFkfkXGeVpEB4ZIU4BLVibV { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.49925rem;width:29.375rem;top:3.4814453125rem;left:31.25rem;overflow:hidden;display:block; }
#ety18TKf9ywbwK6fSdZTX08Lw7UXV8BC { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.7495rem;width:30rem;top:19.0087890625rem;left:39.498291015625rem;overflow:hidden;display:block; }
#VEaqoJftBqHIvuHqg4cCSlitSSfq3Oad { box-sizing:content-box;height:4.875rem;width:7.9375rem;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:15048;background-color:#00f48e;background-image:none;top:21.949462890625rem;left:36.400390625rem;display:block; }
#UXDPAqUscoTbZdnCUoyEldHadwRp3bnP { color:#f4f4f4;display:block;width:6.495375rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:22.82470703125rem;left:37.088623046875rem;height:2.12524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKpXbqsP8ttcR267iVpfSEqDVuDO3t4B { color:rgba(0,49,33,0.7);display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:24.94873046875rem;left:36.3720703125rem;height:1.1254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(173,185,173,0.45);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; }#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW > .row .container { background-color: transparent; background-image: none; }#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW > .row .container > .video-iframe-container { display: none; }#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW > .row > .video-iframe-container { display: none; }#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW > .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); }#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW > .row .container { border-width: 0; border-radius: 0; }#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:75rem;position:relative;display:block; }#LeTcQt0k2a4wM6X5pLikxmTXCTpyzb9T { color:#595959;display:block;width:17.2485625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:22.94921875rem;left:52.425537109375rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cRCynh72Mo79yboFy1lC2iVkXR4kFzKB { color:#454545;display:block;width:14.4983125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.69091796875rem;left:53.80126953125rem;height:1.4624rem;font-style:normal;display:block; }
#yWTk74shcmOx3tAQHFlJMEISwUi3rQPN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.7485625rem;width:27.8125rem;top:19.307861328125rem;left:22.218017578125rem;overflow:hidden;display:block; }
#pb1uCJUTvEt8O3x7IPo60PmS17KQb5vD { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:17.628173828125rem;left:59.864501953125rem; }
#Uk2ZgThmEpHnpokObq0cJTOoP6kMAPBd { color:#003121;display:block;width:69.811875rem;position:absolute;font-family:lato;font-size:4.3125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.4375rem;left:2.591552734375rem;height:4.31274375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XLCxUfqNFS3c5iKJPHNdEAXk0GkTT2MU { color:#454545;display:block;width:13.6853125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:38.85986328125rem;left:53.8037109375rem;height:1.4624rem;font-style:normal;display:block; }
#trxb1uuB5brFRpwIqMdJVrZwFF2p5S1W { color:#595959;display:block;width:17.2485625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:40.8837890625rem;left:52.022705078125rem;height:6.09130625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wzwl9iLZEa0ewgn344BVEE4Tsllx4vMT { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.9370125rem;width:2.9370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:34.7705078125rem;left:59.178466796875rem; }
#FM6RJB9iGGTTyKtyJfRkn0iBTNHz23M3 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.6245125rem;width:2.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:17.503662109375rem;left:11.3330078125rem; }
#KLyJSRe3nONtbNF26gV4GsaaIHaE51rA { color:#454545;display:block;width:15.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.692138671875rem;left:4.989013671875rem;height:1.4624rem;font-style:normal;display:block; }
#yuR1hzNhkrp2XWn5evC83uKytNzii8GC { color:#595959;display:block;width:17.2485625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:22.94921875rem;left:4.019775390625rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLEJQ3izLG1VddmuzvVPC9SO13DtFiGw { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.18725625rem;width:3.18725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:34.644775390625rem;left:11.3330078125rem; }
#a7iQxdy2T33I1uAizM8nuad2MNqmhTAA { color:#454545;display:block;width:10.6860625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:38.861083984375rem;left:7.301025390625rem;height:1.4624rem;font-style:normal;display:block; }
#Xsz5OUr9h71UO26haXzTq4nLPuTVIDxa { color:#595959;display:block;width:17.2485625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:40.882568359375rem;left:4.019775390625rem;height:6.09130625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IskZa73gzCTzlT3NNqMve47xrN6ieRe0 { color:#000000;display:block;width:44.624rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:10.1416015625rem;left:15.18798828125rem;height:6.8213125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UhihDDhhg8kUBePcrLKKqbavMPoh8z5s { color:#005023;display:block;width:2.436525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:53.219970703125rem;left:82.9375rem;height:1.2243625rem;font-style:normal;display:block; }
#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt { position:relative;display:block; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt { background-color: transparent; background-image: none; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row .container > .video-iframe-container { display: none; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row > .video-iframe-container { display: none; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .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); }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt { border-width: 0; border-radius: 0; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .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; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:lato;height:56.3125rem;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:block; }#S5OtbIdgkTeVVrbuielFqF1QtB5qXupr { box-sizing:content-box;height:47.9375rem;width:36.25rem;position:absolute;display:block;z-index:15001;background-color:rgba(173,185,173,0.45);background-image:none;top:4.5rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#SntenTTOD1RP3vWauwUQ9Tf8ClUga1SO { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:41.6875rem;width:28.1875rem;top:-0.064453125rem;left:0rem;overflow:hidden;display:block; }
#bgSKNg4Z36rpSdvDuHlOlATu2PEbEEPr { box-sizing:content-box;height:20.249rem;width:20.249rem;position:absolute;display:block;z-index:15029;background-color:#003121;background-image:none;top:30.4345703125rem;left:17.313232421875rem;border-top-right-radius:0rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#b3siDGo8RlXVR3qA7s6115td6xz0FPup { color:#2b4832;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:5.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:8rem;left:41.875rem;height:10.7495rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#exRIyuKBPpa9VvgwbyEKsXAtrUAGAtIu { color:#000803;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:22.103271484375rem;left:41.875rem;height:14.172375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lPTXtHTNMxTtsyROTaKVTLnJzG8bSBiv { color:#000803;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:37.935791015625rem;left:42.5rem;height:5.249025rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#drM1omGteHaMCbC5bHet8FTyuF8NdNAJ { color:#2b4832;display:block;width:13.62425rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:46.57470703125rem;left:57.703857421875rem;height:1.4379875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CW2HExobI9EoSNmPBcT7GrXXvZMvgRCU { color:#000000;display:block;width:11.3745rem;position:absolute;font-family:montserrat;font-size:0.4375rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:42.696533203125rem;left:0.625rem;height:0.567626875rem;display:block; }
#TIP2THileb5CTr5MJoCRISG156wB3WEC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003121;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; }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row .container { background-color: transparent; background-image: none; }#TIP2THileb5CTr5MJoCRISG156wB3WEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row .container > .video-iframe-container { display: none; }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row > .video-iframe-container { display: none; }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .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); }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row .container { border-width: 0; border-radius: 0; }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#irQmO3C77Ez5XmT90O3hrTHCH4MML81E { color:#f1f1f1;display:block;width:56.3733125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.4365234375rem;left:9.312744140625rem;height:;font-style:normal;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;display:block; }
#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.41);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; }#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN > .row .container { background-color: transparent; background-image: none; }#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN > .row .container > .video-iframe-container { display: none; }#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN > .row > .video-iframe-container { display: none; }#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN > .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); }#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN > .row .container { border-width: 0; border-radius: 0; }#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#WZInRR4CbdFOERTbT4tBgTaCPvWWACQo { color:#2b4832;display:block;width:20.9985625rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.314453125rem;left:1.99951171875rem;height:9.2615rem;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; }
#paELVZ8rP5wizUe1DFRAz4czd0kKNviU { position:absolute;display:block;z-index:15008;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:14.4983125rem;width:22.6233125rem;top:12.1875rem;left:1.187744140625rem;overflow:hidden;display:block; }
#UiaOqXbZmAkfh6fbVK4w44aKAoAtWxTp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.78125rem;left:27.5rem;overflow:hidden;display:block; }
#dFEoZcdGqTZWrSEqf4qzn7ai2hWQNzKS { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:30rem;height:2.625rem;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; }
#NcVQJolvtu1uvksry6bd0md2k9bH8vRk { color:#723e36;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:29.9375rem;height:1.68823125rem;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; }
#NwOSTUqT01txdLJ6S5LQ8iBNDLd1Coce { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:13.0908203125rem;left:27.5rem;overflow:hidden;display:block; }
#R2qktfwdvyoZs6iZtRTHB6ZmMoxIgHDm { color:#723e36;display:block;width:17.06175rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:13.184814453125rem;left:29.74853515625rem;height:1.68823125rem;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; }
#ioxPl5fZR3zscGBBE9MCxLnMHgHFVBu6 { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.56005859375rem;left:30rem;height:2.625rem;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; }
#XihE5SRT4irTzN27KSXJM1Squc6aDbP5 { position:absolute;display:block;z-index:15015;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:1.875rem;width:1.875rem;top:21.21826171875rem;left:27.5rem;overflow:hidden;display:block; }
#DczvcSPIwsulNZIoovelmOp6VcVTSVNE { color:#723e36;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:21.312255859375rem;left:29.6875rem;height:1.68823125rem;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; }
#gmiXqo457y1iz7aBAlROdKU9C5P7y1n0 { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:24.686279296875rem;left:29.375rem;height:2.625rem;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; }
#c2x7nZe5QTfs2bHN7aTfdtoW3FSzLHiT { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:8.87451171875rem;left:56.0302734375rem;height:2.625rem;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; }
#PXtUkZkRxEUf9vrL9DDrMTo8qe7FyqRT { color:#723e36;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.8740234375rem;left:55.8740234375rem;height:1.68823125rem;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; }
#Pz2gxyrgyZA6xBtvBGHFu9yyr2IfxAXS { color:#723e36;display:block;width:18.31175rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:13.184814453125rem;left:56.0302734375rem;height:3.3764625rem;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; }
#D8kn5k6l3GSRTPMTNqDycET9xBCii4lS { position:absolute;display:block;z-index:15018;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:1.875rem;width:1.875rem;top:5.78125rem;left:53.4375rem;overflow:hidden;display:block; }
#nOyx2RmN9RGsukZV5dTr1m4VvSBXwyKQ { position:absolute;display:block;z-index:15021;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:1.875rem;width:1.875rem;top:13.184814453125rem;left:53.4375rem;overflow:hidden;display:block; }
#G2VH1aWO26QylRPF989AD82RPOqPm3tv { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18.125rem;left:55.875rem;height:2.625rem;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; }
#Cdb3MFLn9peRoG3EtDgSKGf98q4Pfqt9 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.125rem;left:53.4375rem;overflow:hidden;display:block; }
#NQxRziTFnvWqhdnNli3izoCN8Rg0FFb6 { color:#723e36;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:22.25rem;left:55.9375rem;height:3.3764625rem;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; }
#e1WKhiunr13dxr5H03CulfPwMfxCTQwp { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:26.4375rem;left:55.875rem;height:2.625rem;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; }
#PxOvJZzUXo3OrvAKTRDJqFlwrfTu1IRy { color:#723e36;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:29.875rem;left:29.6875rem;height:3.3764625rem;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; }
#FDbSiKCbhA3bl09fEQu5yAQ8mnX68brc { color:#723e36;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:30.625rem;left:55.875rem;height:3.3764625rem;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; }
#KRDNkknb3IkZUi8B07wW8pkVN7WmpbA9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:30.625rem;left:53.4375rem;overflow:hidden;display:block; }
#IFuTZvVACNr8lUnUzbTAdbn8q9KfJzhm { position:absolute;display:block;z-index:15016;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:1.875rem;width:1.875rem;top:29.875rem;left:27.5rem;overflow:hidden;display:block; }
#zB4Z6lm70mzKvkubwbJ2uxta721mS68S { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:34.000244140625rem;left:29.21875rem;height:2.6245125rem;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; }
#ghiXUhpgapEz4FfdJFkWbM2A9D5dprhx { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:35.076904296875rem;left:55.8740234375rem;height:2.625rem;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; }
#inFCDpQ5NZzfdw1rFrRWeVs5dNAAkbCQ { background-color:#723e36;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9353125rem;height:3.49975625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.249267578125rem;left:5.03173828125rem;display:block; }
#oBT8T066vTLDn2xBZb9PpMSWXDB8vXix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n6WKNpBGzFTp8rJrLBP3rahCIfIa2baN { color:#005023;display:block;width:2.436525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:36.624755859375rem;left:11.280517578125rem;height:1.2243625rem;font-style:normal;display:block; }
#ZJIwdOINEgy8rX5r59b4V06H1UXFnOa4 { color:#000000;display:block;width:6.4978125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:34.000244140625rem;left:9.25048828125rem;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:center;text-align-last:center;display:block; }
#EsOTwA9ggBa6pI0AOOgTm7xl1a2sTPTX { color:#000000;display:block;width:23.0603125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:28.367919921875rem;left:2.000732421875rem;height:4.2089875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EsOTwA9ggBa6pI0AOOgTm7xl1a2sTPTX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EsOTwA9ggBa6pI0AOOgTm7xl1a2sTPTX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8e0671b3186bcedaf408b8329c44fd7ca87d3d3e.svg); }
#GSlKvbZWrz0XiQPlTzwFShzv4gPzEc7W { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.41);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; }#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP > .row .container { background-color: transparent; background-image: none; }#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP > .row .container > .video-iframe-container { display: none; }#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP > .row > .video-iframe-container { display: none; }#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP > .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); }#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP > .row .container { border-width: 0; border-radius: 0; }#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#qIbdyAk7alB2VzkmrUcdTaFvDKiUqQN3 { color:#2b4832;display:block;width:14.87425rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7734375rem;left:5.06103515625rem;height:12.348625rem;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; }
#GBAObDxqsTUNa0iELrsktVNRIvCr44ZX { position:absolute;display:block;z-index:15008;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:14.43725rem;width:20.7495rem;top:15.0439453125rem;left:1.575927734375rem;overflow:hidden;display:block; }
#RE1ApH8ITnPHqT2fxFTDzDsTZSwkwZOc { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.78125rem;left:27.5rem;overflow:hidden;display:block; }
#u1q63Lm8tENlfIeXSADBaelUMFy1vBJg { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.24951171875rem;left:29.9365234375rem;height:3.9375rem;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; }
#l3uIeCwGe8zGo1XdI3a0Va90HaMM7rVf { color:#005023;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.875rem;left:29.9375rem;height:1.68823125rem;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; }
#cvQbctemXg7klc4OHmTTu5ZEF29AsxoM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:14.00146484375rem;left:27.5rem;overflow:hidden;display:block; }
#aF5dyBoo28wGKKVtM94yvkCzPQFlmvkm { color:#005023;display:block;width:17.0605625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.202880859375rem;left:29.749755859375rem;height:1.68823125rem;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; }
#ua2Nq9RRyeTOXxNur7PEB0H4M1p9LZOd { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:16.65283203125rem;left:29.375rem;height:2.625rem;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; }
#JomCMSFMmKZPD3mT83NEg2GJEsUNkLmv { position:absolute;display:block;z-index:15015;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:1.875rem;width:1.875rem;top:20.4052734375rem;left:27.5rem;overflow:hidden;display:block; }
#UkPP90EZs1M46NzI6abi9yHrsSmducel { color:#005023;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:20.67138671875rem;left:29.6875rem;height:1.68823125rem;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; }
#cCHXrMR7S1G8wC6a9E3JTkWEmhW9UUgX { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:23.12255859375rem;left:29.375rem;height:3.9375rem;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; }
#WoT1D7B3fcNP992SL4nM0Z6d8ocBKPVi { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:8.24951171875rem;left:56.0302734375rem;height:5.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;font-style:normal;display:block; }
#fHMJSzzT3luQi2siRBGoIxoNbOgZ0gAq { color:#005023;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.8740234375rem;left:55.8740234375rem;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;display:block; }
#XPmb08MRvTtLlOAWDIMEwWRwERqAPfZR { color:#005023;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:15.0439453125rem;left:56.0302734375rem;height:1.68823125rem;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; }
#VfcuJer9vnVTxhyFOfzU5qIga2F5mcqc { position:absolute;display:block;z-index:15018;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:1.875rem;width:1.875rem;top:5.78125rem;left:53.4375rem;overflow:hidden;display:block; }
#oiN9a5bUPdwb2LPJG6LD38MbaH1WfvHO { position:absolute;display:block;z-index:15021;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:1.875rem;width:1.875rem;top:14.9658203125rem;left:53.4375rem;overflow:hidden;display:block; }
#QsuDz6e0F13QQ32IITrfmUUT6IXfTeUa { color:rgba(0,0,0,0.5);display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:17.85888671875rem;left:56.0302734375rem;height:2.6245125rem;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; }
#BPMQyKHLbKP7BIU5sca39ptrSOcceSi0 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.125rem;left:53.4375rem;overflow:hidden;display:block; }
#O4ai1495ZlHQskcQtVJKxruCi46AdrSh { color:#005023;display:block;width:17.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:22.25rem;left:55.9375rem;height:1.68823125rem;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; }
#AdrueRzW1a4VnbNE3S4PZKm4P7150Ek4 { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:25.0146484375rem;left:56.0302734375rem;height:3.9375rem;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; }
#Ql8lq9aEqx8tRHTH8iU9X01xefzc6Fpc { color:#005023;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:28.873291015625rem;left:29.6875rem;height:3.3764625rem;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; }
#LZvZMJQ1md1HbvTxlHzm8zOPvBZaMJoR { color:#005023;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:30.625rem;left:55.875rem;height:1.68823125rem;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; }
#KQlJ8nyNylEQfQESJ3yqvHltw7kn9oX9 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:30.625rem;left:53.4375rem;overflow:hidden;display:block; }
#JfRnax6ltGe2Q8rgiieVH1TnQvEcnPDm { position:absolute;display:block;z-index:15016;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:1.875rem;width:1.875rem;top:28.873291015625rem;left:27.5rem;overflow:hidden;display:block; }
#bABIS1BFTBcW7ImXel5kOvWrv8thmAoS { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:33.187255859375rem;left:29.21875rem;height:3.9375rem;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; }
#XhZR9vmf8HmWymWMxKm2ET1znALnQu2G { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:33.187255859375rem;left:56.0302734375rem;height:3.93676875rem;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; }
#WK6w0enSWhbFVdmbdgT9nStphfc8VmbJ { background-color:#003121;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.49975625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:42.403564453125rem;left:2.886962890625rem;display:block; }
#Hc21J1G93UcWQTvJcVKW6TGxRKhBHwaa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qI1pWZCGAOKSv77uU6FKBvPyT5sKLDML { color:#000000;display:block;width:6.4978125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.1240234375rem;left:9.25048828125rem;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:center;text-align-last:center;display:block; }
#T2QtlzbDcdpC3L1M6QykleIbQsVpK2Tl { color:#005023;display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:39.686279296875rem;left:10.9375rem;height:1.2243625rem;font-style:normal;display:block; }
#i12yJtJiDGZO2xyPokislXJzR9D6QoZx { color:#000000;display:block;width:21.9983125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:30.625rem;left:2.0458984375rem;height:4.2089875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#i12yJtJiDGZO2xyPokislXJzR9D6QoZx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i12yJtJiDGZO2xyPokislXJzR9D6QoZx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8e0671b3186bcedaf408b8329c44fd7ca87d3d3e.svg); }
#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003121;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; }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row .container { background-color: transparent; background-image: none; }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row .container > .video-iframe-container { display: none; }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row > .video-iframe-container { display: none; }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .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); }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row .container { border-width: 0; border-radius: 0; }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#p8TfKA12B4rAbcEVTWbwprEoil28I7Dp { color:#f1f1f1;display:block;width:51.3745rem;position:absolute;font-family:lato;font-size:3.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4.935302734375rem;left:23.62548828125rem;height:3.9807125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXbAe2z3rdEVRxZCevqvJ1c95eOV30UB { position:absolute;display:block;z-index:15005;background-color:#93ad97;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;height:2.9370125rem;width:2.9370125rem;top:14.013671875rem;left:31.41845703125rem;display:block; }
#SpU0SUTflW3SxVodmmvkntmHgT0BnaGP { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.67041015625rem;left:31.636962890625rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HZif3eglA7Sl8LUCBUPywKTuKAmTXbfC { color:#f1f1f1;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.498291015625rem;left:26.636962890625rem;height:5.5224625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCgXcfv98UVxdsV6QrrXPNnvFWEawkul { color:#f1f1f1;display:block;width:11.31225rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:19.498291015625rem;left:42.4658203125rem;height:5.5224625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mhpae9AX2xuZ73b2df80a0EcCdLMkTDh { position:absolute;display:block;z-index:15008;background-color:#93ad97;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;height:2.9370125rem;width:2.9370125rem;top:14.014892578125rem;left:46.6552734375rem;display:block; }
#OaNRA4ofMukkN0rPxUA4fbk4cEfXT0DE { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.67041015625rem;left:46.873779296875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XimAvMTebPVhysTXyck7OSMVNacHTbhH { color:#f1f1f1;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.498291015625rem;left:56.6552734375rem;height:9.6643125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#soKoJk0zZFDUi7kFTwKFoKBBgvdJe6Tr { position:absolute;display:block;z-index:15011;background-color:#93ad97;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;height:2.9370125rem;width:2.9370125rem;top:14.013671875rem;left:61.905517578125rem;display:block; }
#cRbPGOOoShFvgpxt5pZz979DGoylKQny { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.669189453125rem;left:62.1240234375rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dq6e5hfETTLTX3kcMxIkaM7323Xw21oD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.0605625rem;width:7.0605625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:11.951904296875rem;left:37.183837890625rem; }
#MWrOGIGOkWvu0NBaoZ6xFiBOol9OCmTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.0605625rem;width:7.0605625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.951904296875rem;left:50.73486328125rem; }
#if6WepT7PsUk999CG8qLkKIIiBnff77n { position:absolute;display:block;z-index:15028;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:31.74925rem;width:24.187rem;top:0.623779296875rem;left:0.562744140625rem;overflow:hidden;display:block; }
#DBMVLR0UAZpo585QzHzqpX5edZ5LnPmH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:97.375rem;width:75rem;display:none; }
#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(206,241,210,0.23);background-image:url("https://images.assets-landingi.com/oSb83kcR/BG_template_Money_Ebook_4.jpg");background-position:top left !important;background-repeat: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; }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT.adaptive-delivery-prevent-bg, #ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT.lazyload, #ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT.lazyloading { background-image: none; }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT > .row .container { background-color: transparent; background-image: none; }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT > .row .container > .video-iframe-container { display: none; }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT > .row > .video-iframe-container { display: none; }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT > .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); }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT > .row .container { border-width: 0; border-radius: 0; }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#hqVHwmpIaCZdb8Wdgr8oTqRsXqvv10EJ { color:#000000;display:block;width:33.0603125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.989013671875rem;left:39.82666015625rem;height:8.2495rem;font-style:normal;display:block; }#hqVHwmpIaCZdb8Wdgr8oTqRsXqvv10EJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hqVHwmpIaCZdb8Wdgr8oTqRsXqvv10EJ li:before{  }
#PSxw3zcI6PKKhdWdKtkRDGS3wLKfGoKX { color:#000000;display:block;width:6.499rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:26.514892578125rem;left:60.68359375rem;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:center;text-align-last:center;display:block; }
#GlR4TqNd9vIhCITxkyvtizK9ddcw1Tqy { background-color:#003121;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(30,30,30,0.12) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.8745125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.435791015625rem;left:57.056884765625rem;display:block; }
#SQnz5bqpavMr4mGCT2zFad6RdRpQsVJy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FwehapE3z0DoLCkQ30tLN9h9ogeNd3Zl { color:#000000;display:block;width:30.437rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.43603515625rem;left:37.060546875rem;height:3.4121125rem;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; }
#bzBcumM3XctfEtAxo7udFDLkggHoOkIT { color:#003121;display:block;width:35.7495rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.845458984375rem;left:37.061767578125rem;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;display:block; }
#xHFkCX5a404rh5TDQrT8v2PMbu0eE9Vd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.7495rem;width:29.9365rem;top:1.251220703125rem;left:0rem;overflow:hidden;display:block; }
#K1A08kwvFcZsPOTKHrx55G3XPyLFBCEE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.18675rem;width:31.43675rem;top:16.11083984375rem;left:7.886962890625rem;overflow:hidden;display:block; }
#X7Mg00IHWQyWClcX9LiXJ06gsS8RTMWo { color:#005023;display:block;width:4.311525rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:24.59228515625rem;left:61.77734375rem;height:1.923825rem;font-style:normal;display:block; }
#FEwBhIT7027N1uC4TTuUh3GaLhzdIp6d { box-sizing:content-box;height:4.75rem;width:10.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:15036;background-color:#6c9671;background-image:none;top:20.187012109375rem;left:3.2121294699786rem;display:block; }
#MTOPsiaJ1nw99xMszFcTSSDAI5URpwA5 { color:#f4f4f4;display:block;width:7.87475rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:21.058349609375rem;left:4.4921875rem;height:1.81274375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbDvHVwXNutVG9QkQ1lL9dunk7LzpGfH { color:rgba(244,244,244,0.7);display:block;width:7.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:22.79296875rem;left:4.522705078125rem;height:1.1254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UPEB8rlDiFUMvm7nFmCTpgT2mww0tAtH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:12.59521484375rem;left:37.060546875rem;height:1.29980625rem;display:block; }
#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { background-color:#e9efea;background-image:url("https://images.assets-landingi.com/jYHto9NRZII/unsplash/anotherxlife-jYHto9NRZII-photo-1625654540015-e164fa430309.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm.adaptive-delivery-prevent-bg, #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm.lazyload, #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm.lazyloading { background-image: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { background-color: transparent; background-image: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .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); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { border-width: 0; border-radius: 0; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { font-size:0.875rem;font-family:lato;height:56.875rem;width:75rem;overflow:visible;position:relative;display:block; }#dWJTTVGFemvp4qN0f1loxZikWwdJZntf { color:#003121;display:block;width:68.375rem;position:absolute;font-family:lato;font-size:5.1875rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:1.8125rem;left:3.3125rem;height:;font-style:normal;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;display:block; }
#GMg1TJDI0aQKkHysrN2asST1GBPDugXm { color:#000803;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:26.434326171875rem;left:1.937255859375rem;height:19.9511875rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GX7lDcTi7Tl7Uy4shX1F3KwQIR3MvMqE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:24.3115234375rem;left:1.937255859375rem; }
#vA4LTOnMOTxrwtM2uISZiMc3CCJg1v8Q { box-sizing:content-box;height:31.5625rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:#f6fff6;background-image:none;top:20.311279296875rem;left:0rem;border-top-right-radius:9.375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#eKCVeN15HXTd2LSC2vuHRHgzoR5HqDh2 { box-sizing:content-box;height:36.8125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:#f6fff6;background-image:none;top:14.249267578125rem;left:25.8740234375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#x3JBE1dRONXnmprPnrHzRMREi4qmuTph { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:17.623291015625rem;left:27.8125rem; }
#n749TKPMhJMlCl0oa3hQS5qvI5mMWLrx { color:#000803;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.2490234375rem;left:27.8125rem;height:24.9389375rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gr3UCTVM0o7saXdGeRPt0womoaBfxa4b { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.499025rem;width:1.499025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:23.748779296875rem;left:53.624267578125rem; }
#s4N6O5H8fQ7wM10rekV9clcDeO3MXqg1 { color:#000803;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:26.434326171875rem;left:53.624267578125rem;height:19.9511875rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZNTRqIy6D46ShLKXNCitTwdWoWWDhMtx { box-sizing:content-box;height:31.9375rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:#f6fff6;background-image:none;top:20.123291015625rem;left:51.68701171875rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CGxsDbRpFDPQZtmyEf4GGr3NPAQ0EkQB { color:#000000;display:block;width:16.6235625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:48.21533203125rem;left:3.311767578125rem;height:1.298825rem;display:block; }
#QHTPs00u7V4ZsO9gP0TGCG1TLgeLfPE4 { color:#000000;display:block;width:12.9358125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:48.214111328125rem;left:56.84326171875rem;height:1.298825rem;display:block; }
#REKNNRg78ctUX8Q4sB6PzuW5dhxHVOBu { color:#000000;display:block;width:12.9358125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:46.385498046875rem;left:31.031494140625rem;height:1.298825rem;display:block; }
#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { background-color:rgba(147,173,151,0.48);background-image:url("https://icons.assets-landingi.com/icon_80a120a806c5073d064b05d556a14b3be3df4698.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.adaptive-delivery-prevent-bg, #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.lazyload, #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.lazyloading { background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { background-color: transparent; background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .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); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { border-width: 0; border-radius: 0; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { font-size:0.875rem;font-family:lato;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { color:#003121;display:block;width:75rem;position:absolute;font-family:lato;font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.6865234375rem;left:0rem;height:10.75rem;font-style:normal;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;display:block; }
#VWwyk7hLaxHr5tT0B8LvGCToyglFLF90 { box-sizing:content-box;height:34.875rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:#e9efea;background-image:none;top:16.937255859375rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#OTLlEByeauawpnkfby58NaDJaC71CgXr { color:#003121;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:29.25rem;left:1.25rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZK3NtmcpiZirB0p59B7qia42tJohoUka { color:#000803;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:34.561767578125rem;left:1.25rem;height:11.191375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7y6uyT2TgEqaZ2ls8aipLTRKdGgDMW3 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5.874025rem;width:5.874025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.060546875rem;left:25.18798828125rem; }
#B8cmHReR8a9tAyWourWDWtVXToKTqH1c { color:#003121;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:29.249267578125rem;left:38.75rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9BUzryOk2ouW8G3yHZsPUsylcflT1Rr { color:#000803;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:34.638671875rem;left:38.75rem;height:12.5903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pdQaD6mc5JquTqz5HS8kGuC7LEzUdW3e { box-sizing:content-box;height:34.8125rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#e9efea;background-image:none;top:16.99951171875rem;left:37.5rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#WGXwin7TpGnsVkWV7cLkRazkotORigJo { color:#003121;display:block;width:17.37425rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:29.249267578125rem;left:19.437255859375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rs16TzEEKK82SzMZIpNbdgpeVG0F7co8 { color:#000803;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:34.561767578125rem;left:20rem;height:11.191375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fcAWgc0JFLCMBdgVNRpCpllrfGKRTvxU { color:#003121;display:block;width:18.31175rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:29.249267578125rem;left:56.688232421875rem;height:3.999025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k26DRGdlalaAZhQJ6Nq58ndZfp5MqLUC { color:#000803;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:34.561767578125rem;left:57.718505859375rem;height:12.5903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uMCTtlx3pMBJy1IGpDFQw0IWz6xTf48A { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5.68725625rem;width:5.68725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:22.154541015625rem;left:6.53076171875rem; }
#tqTtKDbNGT3OZNmKlKDcAW684o5nPThx { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5.68725625rem;width:5.68725625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:22.1533203125rem;left:44.03076171875rem; }
#zaMZam5eniwHOrHSUoOT1Del25K7T8uo { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5.874025rem;width:5.874025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.060546875rem;left:62.906494140625rem; }
#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6c9671;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; }#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 > .row .container { background-color: transparent; background-image: none; }#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 > .row .container > .video-iframe-container { display: none; }#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 > .row > .video-iframe-container { display: none; }#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 > .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); }#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 > .row .container { border-width: 0; border-radius: 0; }#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 > .row .container { font-size:0.875rem;font-family:lato;height:18.75rem;width:75rem;position:relative;display:block; }#Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { color:#000803;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:10.15625rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WxFxo3I37kxzyV8KsXZL78FRe9QzuZQn { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:6.25rem;left:66.060791015625rem; }
#WxFxo3I37kxzyV8KsXZL78FRe9QzuZQn > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; }#Z7l8lpSScxbgKKmSONWMScP5nkBpT2Xv { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9995125rem;width:1.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.25rem;left:70.68603515625rem; }
#Z7l8lpSScxbgKKmSONWMScP5nkBpT2Xv > img { max-width: 100%;max-height:100%; width:1.9995125rem; height:1.9995125rem; }#kTRtX6xEgVb7LdENVyTJqZDpTFytcREA { background-color:transparent;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: none;box-sizing:border-box;color:#000803;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:9.3125rem;left:65rem;display:block; }
#dwTJcFdiXZBI4gGqZMySwHBxmQv71yTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTL29EXRzWbfRxnlPCGiCB0Z6yJoGTDq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:5.3427734375rem;left:0rem;overflow:hidden;display:block; }
#igfaEDgWuqXbsz6BfsPTkQRkiepNNcc8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#000803;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:9.3125rem;left:55.0625rem;display:block; }
#LUFyovkGQrwtsk3SPTG0AETGPapVNXPe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TbgRV3kXEzqislJC5sIzzAOpSQOeErTT { display:block; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhVD3XbT4LMKm4HRdu0xRATyUeJHAg1q { top:1.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP { display:block; }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVZTSIv5y47G2RT2uq3ukWif3N0dsOdi { top:13.5rem;left:0rem;width:39.4375rem;height:10.4375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3A27nzg0vq6KWArQfd6LxkimoO06dm2 { top:27.25rem;left:0rem;width:31.25rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqaJVOyrrDuAnlzbfwxuGRmvTQvfJvip { top:4.875rem;left:23.0625rem;width:24.6875rem;height:26.062rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHHWA4zwzhou3LGduwbLS0KpFmTvFLix { top:1.3125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQISc6thpiFB21TG6LgovqiCevBTQA7c { top:3.25rem;left:15.121826171875rem;width:7.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqQ7AiywsHTPSx8ltDskaRegfU2V3WZ6 { top:3.75rem;left:15.592529296875rem;width:6.4375rem;height:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw45fZxiSl1lSdIevAy5m5MAwOhKLZ6x { top:5.875rem;left:14.9345703125rem;width:7.8125rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shfo9kVz7N44Tp3IKcFQ2ibfKSKeteLd { top:2.5rem;left:0rem;width:6.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gShcmAWbQInZxFmEcrg9toFWm1Kp4Zko { top:9.625rem;left:0rem;width:20.6875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8rqDiHWTQFkfkXGeVpEB4ZIU4BLVibV { width:29.375rem;height:20.49925rem;top:3.4375rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ety18TKf9ywbwK6fSdZTX08Lw7UXV8BC { top:19rem;left:17.75rem;width:30rem;height:20.7495rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEaqoJftBqHIvuHqg4cCSlitSSfq3Oad { top:21.9375rem;left:22.775390625rem;width:7.9375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDPAqUscoTbZdnCUoyEldHadwRp3bnP { top:22.8125rem;left:23.463623046875rem;width:6.4375rem;height:2.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKpXbqsP8ttcR267iVpfSEqDVuDO3t4B { top:24.9375rem;left:22.7470703125rem;width:7.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyegHoigWbAqTGEWf8D46gEwCnmh7nOW { display:block; }#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeTcQt0k2a4wM6X5pLikxmTXCTpyzb9T { width:17.1875rem;height:7.25rem;top:22.9375rem;left:30.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRCynh72Mo79yboFy1lC2iVkXR4kFzKB { width:14.4375rem;height:1.4375rem;top:20.6875rem;left:33.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWTk74shcmOx3tAQHFlJMEISwUi3rQPN { width:27.8125rem;height:29.7485625rem;top:19.25rem;left:8.593017578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pb1uCJUTvEt8O3x7IPo60PmS17KQb5vD { top:17.625rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk2ZgThmEpHnpokObq0cJTOoP6kMAPBd { top:3.4375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLCxUfqNFS3c5iKJPHNdEAXk0GkTT2MU { width:13.625rem;height:1.4375rem;top:38.8125rem;left:34.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trxb1uuB5brFRpwIqMdJVrZwFF2p5S1W { width:17.1875rem;height:6.0625rem;top:40.875rem;left:30.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzwl9iLZEa0ewgn344BVEE4Tsllx4vMT { top:34.75rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6RJB9iGGTTyKtyJfRkn0iBTNHz23M3 { top:17.5rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLyJSRe3nONtbNF26gV4GsaaIHaE51rA { width:15.3125rem;height:1.4375rem;top:20.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuR1hzNhkrp2XWn5evC83uKytNzii8GC { width:17.1875rem;height:7.25rem;top:22.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLEJQ3izLG1VddmuzvVPC9SO13DtFiGw { top:34.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7iQxdy2T33I1uAizM8nuad2MNqmhTAA { width:10.625rem;height:1.4375rem;top:38.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsz5OUr9h71UO26haXzTq4nLPuTVIDxa { width:17.1875rem;height:6.0625rem;top:40.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskZa73gzCTzlT3NNqMve47xrN6ieRe0 { top:10.125rem;left:1.56298828125rem;width:44.5625rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhihDDhhg8kUBePcrLKKqbavMPoh8z5s { top:53.8125rem;left:45.375rem;width:2.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt { display:block; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5OtbIdgkTeVVrbuielFqF1QtB5qXupr { top:4.5rem;left:11.5rem;width:36.25rem;height:47.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SntenTTOD1RP3vWauwUQ9Tf8ClUga1SO { top:-0.0625rem;left:0rem;width:28.1875rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgSKNg4Z36rpSdvDuHlOlATu2PEbEEPr { top:30.375rem;left:3.625rem;width:20.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3siDGo8RlXVR3qA7s6115td6xz0FPup { top:8rem;left:16.0625rem;width:19.875rem;height:10.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #exRIyuKBPpa9VvgwbyEKsXAtrUAGAtIu { top:22.0625rem;left:19rem;width:28.75rem;height:14.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPTXtHTNMxTtsyROTaKVTLnJzG8bSBiv { top:37.875rem;left:19rem;width:28.75rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drM1omGteHaMCbC5bHet8FTyuF8NdNAJ { top:46.5625rem;left:34.1875rem;width:13.5625rem;height:1.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW2HExobI9EoSNmPBcT7GrXXvZMvgRCU { top:42.6875rem;left:0rem;width:11.3125rem;height:0.5625rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIP2THileb5CTr5MJoCRISG156wB3WEC { display:block; }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irQmO3C77Ez5XmT90O3hrTHCH4MML81E { top:2.375rem;left:0rem;width:47.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN { display:block; }#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZInRR4CbdFOERTbT4tBgTaCPvWWACQo { width:20.9375rem;height:9.25rem;top:2.3125rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #paELVZ8rP5wizUe1DFRAz4czd0kKNviU { width:22.5625rem;height:14.459340372072rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiaOqXbZmAkfh6fbVK4w44aKAoAtWxTp { width:1.875rem;height:1.875rem;top:5.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFEoZcdGqTZWrSEqf4qzn7ai2hWQNzKS { width:16.5625rem;height:2.5625rem;top:8.8125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcVQJolvtu1uvksry6bd0md2k9bH8vRk { width:15.625rem;height:;top:5.8125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwOSTUqT01txdLJ6S5LQ8iBNDLd1Coce { width:1.875rem;height:1.875rem;top:13.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2qktfwdvyoZs6iZtRTHB6ZmMoxIgHDm { width:17rem;height:1.6875rem;top:13.125rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioxPl5fZR3zscGBBE9MCxLnMHgHFVBu6 { width:16.5625rem;height:2.5625rem;top:16.5rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XihE5SRT4irTzN27KSXJM1Squc6aDbP5 { width:1.875rem;height:1.875rem;top:21.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DczvcSPIwsulNZIoovelmOp6VcVTSVNE { width:15.625rem;height:1.6875rem;top:21.25rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmiXqo457y1iz7aBAlROdKU9C5P7y1n0 { width:16.5625rem;height:2.5625rem;top:24.625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2x7nZe5QTfs2bHN7aTfdtoW3FSzLHiT { width:16.5625rem;height:2.5625rem;top:8.8125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXtUkZkRxEUf9vrL9DDrMTo8qe7FyqRT { width:16.875rem;height:1.6875rem;top:5.8125rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz2gxyrgyZA6xBtvBGHFu9yyr2IfxAXS { width:18.25rem;height:3.375rem;top:13.125rem;left:29.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8kn5k6l3GSRTPMTNqDycET9xBCii4lS { width:1.875rem;height:1.875rem;top:5.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOyx2RmN9RGsukZV5dTr1m4VvSBXwyKQ { width:1.875rem;height:1.875rem;top:13.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2VH1aWO26QylRPF989AD82RPOqPm3tv { width:16.5625rem;height:2.5625rem;top:18.125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdb3MFLn9peRoG3EtDgSKGf98q4Pfqt9 { width:1.875rem;height:1.875rem;top:22.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQxRziTFnvWqhdnNli3izoCN8Rg0FFb6 { width:17.625rem;height:3.375rem;top:22.25rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1WKhiunr13dxr5H03CulfPwMfxCTQwp { width:16.5625rem;height:2.5625rem;top:26.375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxOvJZzUXo3OrvAKTRDJqFlwrfTu1IRy { width:15.625rem;height:3.375rem;top:29.875rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDbSiKCbhA3bl09fEQu5yAQ8mnX68brc { width:15.625rem;height:3.375rem;top:30.625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRDNkknb3IkZUi8B07wW8pkVN7WmpbA9 { width:1.875rem;height:1.875rem;top:30.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFuTZvVACNr8lUnUzbTAdbn8q9KfJzhm { width:1.875rem;height:1.875rem;top:29.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB4Z6lm70mzKvkubwbJ2uxta721mS68S { width:16.5625rem;height:2.5625rem;top:34rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghiXUhpgapEz4FfdJFkWbM2A9D5dprhx { width:16.5625rem;height:2.5625rem;top:35.0625rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inFCDpQ5NZzfdw1rFrRWeVs5dNAAkbCQ { width:14.875rem;height:3.4375rem;top:39.1875rem;left:0.46923828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBT8T066vTLDn2xBZb9PpMSWXDB8vXix { display:block; }
 }@media only screen and (max-width: 763px) { #n6WKNpBGzFTp8rJrLBP3rahCIfIa2baN { top:36.5625rem;left:6.718017578125rem;width:2.375rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJIwdOINEgy8rX5r59b4V06H1UXFnOa4 { width:6.4375rem;height:;top:34rem;left:4.68798828125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsOTwA9ggBa6pI0AOOgTm7xl1a2sTPTX { top:28.3125rem;left:0rem;width:23rem;height:4.1875rem;font-size:1rem;display:block; }#EsOTwA9ggBa6pI0AOOgTm7xl1a2sTPTX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8e0671b3186bcedaf408b8329c44fd7ca87d3d3e.svg); }
 }@media only screen and (max-width: 763px) { #GSlKvbZWrz0XiQPlTzwFShzv4gPzEc7W { display:none; }
 }@media only screen and (max-width: 763px) { #XgCKqdGqLvLhImXckRxrgneE8RmtVNSP { display:block; }#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIbdyAk7alB2VzkmrUcdTaFvDKiUqQN3 { width:14.8125rem;height:12.3125rem;top:2.75rem;left:0.49853515625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBAObDxqsTUNa0iELrsktVNRIvCr44ZX { width:20.6875rem;height:14.394111153281rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE1ApH8ITnPHqT2fxFTDzDsTZSwkwZOc { width:1.875rem;height:1.875rem;top:5.75rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1q63Lm8tENlfIeXSADBaelUMFy1vBJg { width:16.5625rem;height:3.875rem;top:8.1875rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3uIeCwGe8zGo1XdI3a0Va90HaMM7rVf { width:15.625rem;height:;top:5.8125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvQbctemXg7klc4OHmTTu5ZEF29AsxoM { width:1.875rem;height:1.875rem;top:14rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF5dyBoo28wGKKVtM94yvkCzPQFlmvkm { width:17rem;height:1.6875rem;top:14.1875rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua2Nq9RRyeTOXxNur7PEB0H4M1p9LZOd { width:16.5625rem;height:2.5625rem;top:16.625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JomCMSFMmKZPD3mT83NEg2GJEsUNkLmv { width:1.875rem;height:1.875rem;top:20.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkPP90EZs1M46NzI6abi9yHrsSmducel { width:15.625rem;height:1.6875rem;top:20.625rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCHXrMR7S1G8wC6a9E3JTkWEmhW9UUgX { width:16.5625rem;height:3.875rem;top:23.0625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoT1D7B3fcNP992SL4nM0Z6d8ocBKPVi { width:16.5625rem;height:5.1875rem;top:8.1875rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHMJSzzT3luQi2siRBGoIxoNbOgZ0gAq { width:16.875rem;height:;top:5.8125rem;left:30.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPmb08MRvTtLlOAWDIMEwWRwERqAPfZR { width:18.25rem;height:1.6875rem;top:15rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfcuJer9vnVTxhyFOfzU5qIga2F5mcqc { width:1.875rem;height:1.875rem;top:5.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiN9a5bUPdwb2LPJG6LD38MbaH1WfvHO { width:1.875rem;height:1.875rem;top:14.9375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsuDz6e0F13QQ32IITrfmUUT6IXfTeUa { width:17.8125rem;height:2.5625rem;top:17.8125rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPMQyKHLbKP7BIU5sca39ptrSOcceSi0 { width:1.875rem;height:1.875rem;top:22.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4ai1495ZlHQskcQtVJKxruCi46AdrSh { width:17.5625rem;height:;top:22.1875rem;left:30.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdrueRzW1a4VnbNE3S4PZKm4P7150Ek4 { width:16.5625rem;height:3.875rem;top:25rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql8lq9aEqx8tRHTH8iU9X01xefzc6Fpc { width:15.625rem;height:3.375rem;top:28.8125rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZvZMJQ1md1HbvTxlHzm8zOPvBZaMJoR { width:15.625rem;height:;top:30.625rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQlJ8nyNylEQfQESJ3yqvHltw7kn9oX9 { width:1.875rem;height:1.875rem;top:30.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfRnax6ltGe2Q8rgiieVH1TnQvEcnPDm { width:1.875rem;height:1.875rem;top:28.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bABIS1BFTBcW7ImXel5kOvWrv8thmAoS { width:16.5625rem;height:3.875rem;top:33.125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhZR9vmf8HmWymWMxKm2ET1znALnQu2G { width:16.5625rem;height:3.875rem;top:33.125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6w0enSWhbFVdmbdgT9nStphfc8VmbJ { width:18.125rem;height:3.4375rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc21J1G93UcWQTvJcVKW6TGxRKhBHwaa { display:block; }
 }@media only screen and (max-width: 763px) { #qI1pWZCGAOKSv77uU6FKBvPyT5sKLDML { width:6.4375rem;height:;top:37.0625rem;left:4.68798828125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2QtlzbDcdpC3L1M6QykleIbQsVpK2Tl { top:39.625rem;left:6.375rem;width:3.125rem;height:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i12yJtJiDGZO2xyPokislXJzR9D6QoZx { top:30.625rem;left:0rem;width:21.9375rem;height:4.1875rem;font-size:1rem;display:block; }#i12yJtJiDGZO2xyPokislXJzR9D6QoZx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8e0671b3186bcedaf408b8329c44fd7ca87d3d3e.svg); }
 }@media only screen and (max-width: 763px) { #f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe { display:block; }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8TfKA12B4rAbcEVTWbwprEoil28I7Dp { top:4.875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXbAe2z3rdEVRxZCevqvJ1c95eOV30UB { top:14rem;left:17.79345703125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpU0SUTflW3SxVodmmvkntmHgT0BnaGP { top:14.625rem;left:18.011962890625rem;width:2.5rem;height:1.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZif3eglA7Sl8LUCBUPywKTuKAmTXbfC { top:19.4375rem;left:13.011962890625rem;width:12.5rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCgXcfv98UVxdsV6QrrXPNnvFWEawkul { top:19.4375rem;left:28.8408203125rem;width:11.25rem;height:5.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhpae9AX2xuZ73b2df80a0EcCdLMkTDh { top:14rem;left:33.0302734375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaNRA4ofMukkN0rPxUA4fbk4cEfXT0DE { top:14.625rem;left:33.248779296875rem;width:2.5rem;height:1.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XimAvMTebPVhysTXyck7OSMVNacHTbhH { top:19.4375rem;left:34.3125rem;width:13.4375rem;height:9.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soKoJk0zZFDUi7kFTwKFoKBBgvdJe6Tr { top:14rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRbPGOOoShFvgpxt5pZz979DGoylKQny { top:14.625rem;left:45.25rem;width:2.5rem;height:1.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq6e5hfETTLTX3kcMxIkaM7323Xw21oD { top:11.9375rem;left:23.558837890625rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWrOGIGOkWvu0NBaoZ6xFiBOol9OCmTT { top:11.9375rem;left:37.10986328125rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #if6WepT7PsUk999CG8qLkKIIiBnff77n { top:0.5625rem;left:0rem;width:24.125rem;height:31.667865227188rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBMVLR0UAZpo585QzHzqpX5edZ5LnPmH { width:47.75rem;height:62rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT { display:block; }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqVHwmpIaCZdb8Wdgr8oTqRsXqvv10EJ { width:33rem;height:;top:14.9375rem;left:14.75rem;font-size:1rem;display:block; }#hqVHwmpIaCZdb8Wdgr8oTqRsXqvv10EJ li:before{  }
 }@media only screen and (max-width: 763px) { #PSxw3zcI6PKKhdWdKtkRDGS3wLKfGoKX { width:6.4375rem;height:;top:26.5rem;left:41.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlR4TqNd9vIhCITxkyvtizK9ddcw1Tqy { width:13.75rem;height:3.8125rem;top:30.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQnz5bqpavMr4mGCT2zFad6RdRpQsVJy { display:block; }
 }@media only screen and (max-width: 763px) { #FwehapE3z0DoLCkQ30tLN9h9ogeNd3Zl { width:30.375rem;height:3.375rem;top:4.375rem;left:17.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzBcumM3XctfEtAxo7udFDLkggHoOkIT { width:35.6875rem;height:;top:7.8125rem;left:12.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHFkCX5a404rh5TDQrT8v2PMbu0eE9Vd { width:29.875rem;height:20.706873298482rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1A08kwvFcZsPOTKHrx55G3XPyLFBCEE { top:16.0625rem;left:0rem;width:31.375rem;height:20.147097942694rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Mg00IHWQyWClcX9LiXJ06gsS8RTMWo { top:24.5625rem;left:43.5rem;width:4.25rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEwBhIT7027N1uC4TTuUh3GaLhzdIp6d { top:20.125rem;left:0rem;width:10.4375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTOPsiaJ1nw99xMszFcTSSDAI5URpwA5 { top:21rem;left:0rem;width:7.8125rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbDvHVwXNutVG9QkQ1lL9dunk7LzpGfH { top:22.75rem;left:0rem;width:7.8125rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPEB8rlDiFUMvm7nFmCTpgT2mww0tAtH { top:12.5625rem;left:23.435546875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWJTTVGFemvp4qN0f1loxZikWwdJZntf { top:1.75rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMg1TJDI0aQKkHysrN2asST1GBPDugXm { top:26.375rem;left:0rem;width:19.375rem;height:19.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX7lDcTi7Tl7Uy4shX1F3KwQIR3MvMqE { top:24.25rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA4LTOnMOTxrwtM2uISZiMc3CCJg1v8Q { top:20.25rem;left:0rem;width:23.3125rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCVeN15HXTd2LSC2vuHRHgzoR5HqDh2 { top:14.1875rem;left:12.2490234375rem;width:23.3125rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JBE1dRONXnmprPnrHzRMREi4qmuTph { top:17.5625rem;left:14.1875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n749TKPMhJMlCl0oa3hQS5qvI5mMWLrx { top:20.1875rem;left:14.1875rem;width:19.375rem;height:24.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr3UCTVM0o7saXdGeRPt0womoaBfxa4b { top:23.6875rem;left:39.999267578125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4N6O5H8fQ7wM10rekV9clcDeO3MXqg1 { top:26.375rem;left:28.375rem;width:19.375rem;height:19.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTRqIy6D46ShLKXNCitTwdWoWWDhMtx { top:20.0625rem;left:24.4375rem;width:23.3125rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGxsDbRpFDPQZtmyEf4GGr3NPAQ0EkQB { top:48.1875rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHTPs00u7V4ZsO9gP0TGCG1TLgeLfPE4 { top:48.1875rem;left:34.875rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REKNNRg78ctUX8Q4sB6PzuW5dhxHVOBu { top:46.375rem;left:17.406494140625rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { top:3.625rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWwyk7hLaxHr5tT0B8LvGCToyglFLF90 { top:16.875rem;left:0rem;width:18.75rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLlEByeauawpnkfby58NaDJaC71CgXr { top:29.25rem;left:0rem;width:16.25rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK3NtmcpiZirB0p59B7qia42tJohoUka { top:34.5rem;left:0rem;width:16.25rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7y6uyT2TgEqaZ2ls8aipLTRKdGgDMW3 { top:22rem;left:11.56298828125rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8cmHReR8a9tAyWourWDWtVXToKTqH1c { top:29.1875rem;left:25.125rem;width:16.25rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9BUzryOk2ouW8G3yHZsPUsylcflT1Rr { top:34.625rem;left:25.125rem;width:16.25rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdQaD6mc5JquTqz5HS8kGuC7LEzUdW3e { top:16.9375rem;left:23.875rem;width:18.75rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGXwin7TpGnsVkWV7cLkRazkotORigJo { top:29.1875rem;left:5.8115234375rem;width:17.3125rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs16TzEEKK82SzMZIpNbdgpeVG0F7co8 { top:34.5rem;left:6.375rem;width:16.25rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcAWgc0JFLCMBdgVNRpCpllrfGKRTvxU { top:29.1875rem;left:29.4375rem;width:18.25rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k26DRGdlalaAZhQJ6Nq58ndZfp5MqLUC { top:34.5rem;left:31.5rem;width:16.25rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMCTtlx3pMBJy1IGpDFQw0IWz6xTf48A { top:22.125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqTtKDbNGT3OZNmKlKDcAW684o5nPThx { top:22.125rem;left:30.40576171875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaMZam5eniwHOrHSUoOT1Del25K7T8uo { top:22rem;left:41.9375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 { display:block; }#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { top:10.125rem;left:0rem;width:21.125rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxFxo3I37kxzyV8KsXZL78FRe9QzuZQn { top:6.25rem;left:45.75rem;width:1.9375rem;height:1.9375rem;display:block; }
#WxFxo3I37kxzyV8KsXZL78FRe9QzuZQn > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #Z7l8lpSScxbgKKmSONWMScP5nkBpT2Xv { top:6.25rem;left:45.75rem;width:1.9375rem;height:1.9375rem;display:block; }
#Z7l8lpSScxbgKKmSONWMScP5nkBpT2Xv > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #kTRtX6xEgVb7LdENVyTJqZDpTFytcREA { width:10rem;height:3rem;top:9.3125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTJcFdiXZBI4gGqZMySwHBxmQv71yTA { display:block; }
 }@media only screen and (max-width: 763px) { #cTL29EXRzWbfRxnlPCGiCB0Z6yJoGTDq { width:3.3125rem;height:3.3125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #igfaEDgWuqXbsz6BfsPTkQRkiepNNcc8 { width:10rem;height:3rem;top:9.3125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUFyovkGQrwtsk3SPTG0AETGPapVNXPe { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TbgRV3kXEzqislJC5sIzzAOpSQOeErTT { display:block; }#TbgRV3kXEzqislJC5sIzzAOpSQOeErTT > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhVD3XbT4LMKm4HRdu0xRATyUeJHAg1q { width:20rem;height:6.1853rem;top:1.3427734375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP { display:block; }#UzHEBIx3WPTQqxz0DR16zMpgUlfhCXiP > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVZTSIv5y47G2RT2uq3ukWif3N0dsOdi { width:20rem;height:6.1889625rem;top:35.528564453125rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3A27nzg0vq6KWArQfd6LxkimoO06dm2 { width:16.43675rem;height:5.249025rem;top:43.896484375rem;left:1.781005859375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #tqaJVOyrrDuAnlzbfwxuGRmvTQvfJvip { width:16.0608125rem;height:16.9360625rem;top:5.035400390625rem;left:0rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AHHWA4zwzhou3LGduwbLS0KpFmTvFLix { width:1.875rem;height:1.875rem;top:2.2802734375rem;left:4.96826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQISc6thpiFB21TG6LgovqiCevBTQA7c { width:4.8125rem;height:2.625rem;top:9.329833984375rem;left:13.427490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqQ7AiywsHTPSx8ltDskaRegfU2V3WZ6 { width:6.495375rem;height:1.31225625rem;top:9.642333984375rem;left:12.554931640625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aw45fZxiSl1lSdIevAy5m5MAwOhKLZ6x { width:3.31176875rem;height:0.8129875rem;top:10.906982421875rem;left:14.146728515625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Shfo9kVz7N44Tp3IKcFQ2ibfKSKeteLd { width:6.4355625rem;height:1.2182625rem;top:2.608642578125rem;left:7.281494140625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gShcmAWbQInZxFmEcrg9toFWm1Kp4Zko { width:19.0625rem;height:1.31225625rem;top:33.270263671875rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #t8rqDiHWTQFkfkXGeVpEB4ZIU4BLVibV { width:15.75rem;height:11.0625rem;top:10.833740234375rem;left:3.8134765625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #ety18TKf9ywbwK6fSdZTX08Lw7UXV8BC { width:16.12425rem;height:11.12425rem;top:19.488525390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEaqoJftBqHIvuHqg4cCSlitSSfq3Oad { width:5.0625rem;height:2.8125rem;top:28.25244140625rem;left:12.14111328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXDPAqUscoTbZdnCUoyEldHadwRp3bnP { width:6.4355625rem;height:1.31225625rem;top:28.7060546875rem;left:11.455078125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKpXbqsP8ttcR267iVpfSEqDVuDO3t4B { width:7.8125rem;height:0.7495125rem;top:29.940185546875rem;left:10.9423828125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EyegHoigWbAqTGEWf8D46gEwCnmh7nOW { display:block; }#EyegHoigWbAqTGEWf8D46gEwCnmh7nOW > .row .container { width:20rem;height:104.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LeTcQt0k2a4wM6X5pLikxmTXCTpyzb9T { width:15.49925rem;height:8.5278125rem;top:44.1259765625rem;left:2.249755859375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRCynh72Mo79yboFy1lC2iVkXR4kFzKB { width:15.99975rem;height:1.4624rem;top:41.917724609375rem;left:1.99951171875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWTk74shcmOx3tAQHFlJMEISwUi3rQPN { width:16.62475rem;height:17.8125rem;top:6.737060546875rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb1uCJUTvEt8O3x7IPo60PmS17KQb5vD { width:2.1875rem;height:2.1875rem;top:39.229736328125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk2ZgThmEpHnpokObq0cJTOoP6kMAPBd { width:19.0625rem;height:3.999025rem;top:2.208984375rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLCxUfqNFS3c5iKJPHNdEAXk0GkTT2MU { width:13.6230625rem;height:1.4624rem;top:58.05419921875rem;left:3.187255859375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trxb1uuB5brFRpwIqMdJVrZwFF2p5S1W { width:13.8745rem;height:7.3095625rem;top:60.37109375rem;left:3.062744140625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzwl9iLZEa0ewgn344BVEE4Tsllx4vMT { width:2.87475625rem;height:2.87475625rem;top:54.490966796875rem;left:8.56201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM6RJB9iGGTTyKtyJfRkn0iBTNHz23M3 { width:2.56225625rem;height:2.56225625rem;top:69.639892578125rem;left:8.71826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLyJSRe3nONtbNF26gV4GsaaIHaE51rA { width:15.3125rem;height:1.4624rem;top:72.8271484375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuR1hzNhkrp2XWn5evC83uKytNzii8GC { width:14.56175rem;height:8.5278125rem;top:75.264892578125rem;left:2.718505859375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLEJQ3izLG1VddmuzvVPC9SO13DtFiGw { width:3.125rem;height:3.125rem;top:85.577392578125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7iQxdy2T33I1uAizM8nuad2MNqmhTAA { width:10.625rem;height:1.4624rem;top:89.26513671875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsz5OUr9h71UO26haXzTq4nLPuTVIDxa { width:13.6865rem;height:8.5278125rem;top:91.357421875rem;left:3.15673828125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IskZa73gzCTzlT3NNqMve47xrN6ieRe0 { width:14.4995rem;height:11.6894375rem;top:25.2880859375rem;left:2.750244140625rem;font-size:1rem;font-weight:300;font-style:italic;color:#003121;display:block; }
 }@media only screen and (max-width: 763px) { #UhihDDhhg8kUBePcrLKKqbavMPoh8z5s { width:2.37426875rem;height:1.2243625rem;top:104.7961640625rem;left:8.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt { display:block; }#xOpk8LQu9ss4k6VBS0lHDK1zFT0CzkTt > .row .container { width:20rem;height:78.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S5OtbIdgkTeVVrbuielFqF1QtB5qXupr { width:19.9375rem;height:66.875rem;top:9.842529296875rem;left:-0.018310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SntenTTOD1RP3vWauwUQ9Tf8ClUga1SO { width:20rem;height:29.12475rem;top:7.496337890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgSKNg4Z36rpSdvDuHlOlATu2PEbEEPr { width:9.6875rem;height:9.6875rem;top:0.17138671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3siDGo8RlXVR3qA7s6115td6xz0FPup { width:11.499rem;height:1.9995125rem;top:2.6806640625rem;left:4.7021484375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #exRIyuKBPpa9VvgwbyEKsXAtrUAGAtIu { width:16.12425rem;height:18.3715625rem;top:38.93798828125rem;left:2.391357421875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #lPTXtHTNMxTtsyROTaKVTLnJzG8bSBiv { width:16.875rem;height:7.8735625rem;top:59.40185546875rem;left:1.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #drM1omGteHaMCbC5bHet8FTyuF8NdNAJ { width:11.8115rem;height:1.18774375rem;top:70.123291015625rem;left:6.7041015625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CW2HExobI9EoSNmPBcT7GrXXvZMvgRCU { width:5.1245125rem;height:0.487060625rem;top:8.492431640625rem;left:14.27978515625rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIP2THileb5CTr5MJoCRISG156wB3WEC { background-color:#2b4832;background-image:none;display:block; }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row .container { background-color: transparent; background-image: none; }#TIP2THileb5CTr5MJoCRISG156wB3WEC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row .container > .video-iframe-container { display: none; }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row > .video-iframe-container { display: none; }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .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); }#TIP2THileb5CTr5MJoCRISG156wB3WEC > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irQmO3C77Ez5XmT90O3hrTHCH4MML81E { width:20rem;height:3.374025rem;top:1.781005859375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN { display:block; }#R7ryRf4fPVLvPzazJgHtQEsC1b51S1NN > .row .container { width:20rem;height:140.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WZInRR4CbdFOERTbT4tBgTaCPvWWACQo { width:14.6228125rem;height:10.7275625rem;top:2.6220703125rem;left:2.68798828125rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #paELVZ8rP5wizUe1DFRAz4czd0kKNviU { width:18.562rem;height:11.93725rem;top:14.091796875rem;left:0.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiaOqXbZmAkfh6fbVK4w44aKAoAtWxTp { width:1.875rem;height:1.875rem;top:28rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFEoZcdGqTZWrSEqf4qzn7ai2hWQNzKS { width:16.5625rem;height:2.99805rem;top:32.5rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcVQJolvtu1uvksry6bd0md2k9bH8vRk { width:15.625rem;height:1.5rem;top:30.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwOSTUqT01txdLJ6S5LQ8iBNDLd1Coce { width:1.875rem;height:1.875rem;top:38.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2qktfwdvyoZs6iZtRTHB6ZmMoxIgHDm { width:15.625rem;height:1.5rem;top:40.6875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ioxPl5fZR3zscGBBE9MCxLnMHgHFVBu6 { width:16.5625rem;height:2.99805rem;top:42.9375rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XihE5SRT4irTzN27KSXJM1Squc6aDbP5 { width:1.875rem;height:1.875rem;top:48.8125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DczvcSPIwsulNZIoovelmOp6VcVTSVNE { width:15.625rem;height:1.5rem;top:51.25rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gmiXqo457y1iz7aBAlROdKU9C5P7y1n0 { width:16.5625rem;height:2.99805rem;top:53.3125rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c2x7nZe5QTfs2bHN7aTfdtoW3FSzLHiT { width:16.5625rem;height:2.99805rem;top:63.75rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PXtUkZkRxEUf9vrL9DDrMTo8qe7FyqRT { width:17.3125rem;height:1.5rem;top:61.625rem;left:1.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pz2gxyrgyZA6xBtvBGHFu9yyr2IfxAXS { width:15.625rem;height:2.99805rem;top:72.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D8kn5k6l3GSRTPMTNqDycET9xBCii4lS { width:1.875rem;height:1.875rem;top:59.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOyx2RmN9RGsukZV5dTr1m4VvSBXwyKQ { width:1.875rem;height:1.875rem;top:69.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2VH1aWO26QylRPF989AD82RPOqPm3tv { width:16.5625rem;height:2.99805rem;top:76rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cdb3MFLn9peRoG3EtDgSKGf98q4Pfqt9 { width:1.875rem;height:1.875rem;top:81.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQxRziTFnvWqhdnNli3izoCN8Rg0FFb6 { width:15.625rem;height:2.99805rem;top:84.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e1WKhiunr13dxr5H03CulfPwMfxCTQwp { width:16.5625rem;height:4.49706875rem;top:88.0625rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PxOvJZzUXo3OrvAKTRDJqFlwrfTu1IRy { width:15.625rem;height:2.99805rem;top:97.56103515625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDbSiKCbhA3bl09fEQu5yAQ8mnX68brc { width:15.625rem;height:2.99805rem;top:110.99731445312rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRDNkknb3IkZUi8B07wW8pkVN7WmpbA9 { width:1.875rem;height:1.875rem;top:108.62182617188rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFuTZvVACNr8lUnUzbTAdbn8q9KfJzhm { width:1.875rem;height:1.875rem;top:95.123291015625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB4Z6lm70mzKvkubwbJ2uxta721mS68S { width:16.5625rem;height:4.49706875rem;top:101.18530273438rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghiXUhpgapEz4FfdJFkWbM2A9D5dprhx { width:16.5625rem;height:2.99805rem;top:114.74609375rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #inFCDpQ5NZzfdw1rFrRWeVs5dNAAkbCQ { width:15.1855625rem;height:3.4375rem;top:132.43896484375rem;left:2.406005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBT8T066vTLDn2xBZb9PpMSWXDB8vXix { display:block; }
 }@media only screen and (max-width: 763px) { #n6WKNpBGzFTp8rJrLBP3rahCIfIa2baN { width:3.5620125rem;height:1.48681875rem;top:128.87573242188rem;left:8.218994140625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZJIwdOINEgy8rX5r59b4V06H1UXFnOa4 { width:6.4355625rem;height:2.598875rem;top:126.27807617188rem;left:6.781005859375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsOTwA9ggBa6pI0AOOgTm7xl1a2sTPTX { width:15.3735625rem;height:4.2089875rem;top:120.1171875rem;left:2.31201171875rem;font-size:1rem;display:block; }#EsOTwA9ggBa6pI0AOOgTm7xl1a2sTPTX li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8e0671b3186bcedaf408b8329c44fd7ca87d3d3e.svg); }
 }@media only screen and (max-width: 763px) { #GSlKvbZWrz0XiQPlTzwFShzv4gPzEc7W { top:139.50073242188rem;left:4.7802734375rem;width:10.437rem;height:0.24902375rem;z-index:15036;background-color:#003121;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XgCKqdGqLvLhImXckRxrgneE8RmtVNSP { display:block; }#XgCKqdGqLvLhImXckRxrgneE8RmtVNSP > .row .container { width:20rem;height:143.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qIbdyAk7alB2VzkmrUcdTaFvDKiUqQN3 { width:12.8735625rem;height:10.7275625rem;top:2.498779296875rem;left:3.56201171875rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBAObDxqsTUNa0iELrsktVNRIvCr44ZX { width:17.68675rem;height:12.24975rem;top:14.373779296875rem;left:1.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE1ApH8ITnPHqT2fxFTDzDsTZSwkwZOc { width:1.875rem;height:1.875rem;top:28rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1q63Lm8tENlfIeXSADBaelUMFy1vBJg { width:16.5625rem;height:5.99609375rem;top:32.5rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3uIeCwGe8zGo1XdI3a0Va90HaMM7rVf { width:15.625rem;height:1.5rem;top:30.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvQbctemXg7klc4OHmTTu5ZEF29AsxoM { width:1.875rem;height:1.875rem;top:40.6396484375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF5dyBoo28wGKKVtM94yvkCzPQFlmvkm { width:15.625rem;height:1.499025rem;top:43.140869140625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ua2Nq9RRyeTOXxNur7PEB0H4M1p9LZOd { width:16.5625rem;height:2.99805rem;top:45.2490234375rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JomCMSFMmKZPD3mT83NEg2GJEsUNkLmv { width:1.875rem;height:1.875rem;top:50.374755859375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkPP90EZs1M46NzI6abi9yHrsSmducel { width:15.625rem;height:1.499025rem;top:53.18603515625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCHXrMR7S1G8wC6a9E3JTkWEmhW9UUgX { width:16.5625rem;height:4.49706875rem;top:55.206298828125rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WoT1D7B3fcNP992SL4nM0Z6d8ocBKPVi { width:16.5625rem;height:5.99609375rem;top:66.3916015625rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHMJSzzT3luQi2siRBGoIxoNbOgZ0gAq { width:17.312rem;height:1.499025rem;top:64.249267578125rem;left:1.343994140625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPmb08MRvTtLlOAWDIMEwWRwERqAPfZR { width:15.625rem;height:1.499025rem;top:76.76513671875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfcuJer9vnVTxhyFOfzU5qIga2F5mcqc { width:1.875rem;height:1.875rem;top:61.749267578125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiN9a5bUPdwb2LPJG6LD38MbaH1WfvHO { width:1.875rem;height:1.875rem;top:74.263916015625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsuDz6e0F13QQ32IITrfmUUT6IXfTeUa { width:16.5625rem;height:4.49706875rem;top:78.81103515625rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BPMQyKHLbKP7BIU5sca39ptrSOcceSi0 { width:1.875rem;height:1.875rem;top:85.186767578125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4ai1495ZlHQskcQtVJKxruCi46AdrSh { width:15.625rem;height:1.499025rem;top:87.747802734375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AdrueRzW1a4VnbNE3S4PZKm4P7150Ek4 { width:16.5625rem;height:4.49706875rem;top:89.810791015625rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ql8lq9aEqx8tRHTH8iU9X01xefzc6Fpc { width:15.625rem;height:1.499025rem;top:99.0576171875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZvZMJQ1md1HbvTxlHzm8zOPvBZaMJoR { width:15.625rem;height:1.499025rem;top:111.12060546875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQlJ8nyNylEQfQESJ3yqvHltw7kn9oX9 { width:1.875rem;height:1.875rem;top:108.62182617188rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfRnax6ltGe2Q8rgiieVH1TnQvEcnPDm { width:1.875rem;height:1.875rem;top:96.51123046875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bABIS1BFTBcW7ImXel5kOvWrv8thmAoS { width:16.5625rem;height:4.49706875rem;top:101.30981445312rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhZR9vmf8HmWymWMxKm2ET1znALnQu2G { width:16.5625rem;height:5.99609375rem;top:113.24340820312rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK6w0enSWhbFVdmbdgT9nStphfc8VmbJ { width:15.625rem;height:4.4995125rem;top:135.54809570312rem;left:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hc21J1G93UcWQTvJcVKW6TGxRKhBHwaa { display:block; }
 }@media only screen and (max-width: 763px) { #qI1pWZCGAOKSv77uU6FKBvPyT5sKLDML { width:6.4355625rem;height:2.598875rem;top:129.11254882812rem;left:6.781005859375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2QtlzbDcdpC3L1M6QykleIbQsVpK2Tl { width:3.2495125rem;height:1.48681875rem;top:131.71020507812rem;left:8.375244140625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15035;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i12yJtJiDGZO2xyPokislXJzR9D6QoZx { width:16.499rem;height:4.2089875rem;top:122.197265625rem;left:1.749267578125rem;font-size:1rem;display:block; }#i12yJtJiDGZO2xyPokislXJzR9D6QoZx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_8e0671b3186bcedaf408b8329c44fd7ca87d3d3e.svg); }
 }@media only screen and (max-width: 763px) { #f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe { background-color:#2b4832;background-image:none;display:block; }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row .container { background-color: transparent; background-image: none; }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row .container > .video-iframe-container { display: none; }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row > .video-iframe-container { display: none; }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .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); }#f0WtNkDhzn6QwAiLJQsuJCt8Lr9CiBWe > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8TfKA12B4rAbcEVTWbwprEoil28I7Dp { width:20rem;height:2.6818875rem;top:28.994140625rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXbAe2z3rdEVRxZCevqvJ1c95eOV30UB { width:4.1870125rem;height:4.1870125rem;top:34.080810546875rem;left:7.906494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpU0SUTflW3SxVodmmvkntmHgT0BnaGP { width:2.5rem;height:2.76245rem;top:34.793701171875rem;left:8.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZif3eglA7Sl8LUCBUPywKTuKAmTXbfC { width:8.2483125rem;height:5.27954375rem;top:39.05517578125rem;left:5.875244140625rem;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GCgXcfv98UVxdsV6QrrXPNnvFWEawkul { width:7.4353125rem;height:4.22363125rem;top:52.413330078125rem;left:6.28173828125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mhpae9AX2xuZ73b2df80a0EcCdLMkTDh { width:4.24926875rem;height:4.24926875rem;top:47.130126953125rem;left:7.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaNRA4ofMukkN0rPxUA4fbk4cEfXT0DE { width:2.5rem;height:2.76245rem;top:47.874755859375rem;left:8.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XimAvMTebPVhysTXyck7OSMVNacHTbhH { width:10.6860625rem;height:7.391375rem;top:64.197998046875rem;left:4.65576171875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soKoJk0zZFDUi7kFTwKFoKBBgvdJe6Tr { width:4.24926875rem;height:4.24926875rem;top:59.190673828125rem;left:7.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRbPGOOoShFvgpxt5pZz979DGoylKQny { width:2.5rem;height:2.76245rem;top:59.93408203125rem;left:8.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq6e5hfETTLTX3kcMxIkaM7323Xw21oD { display:flex;width:6.9995rem;height:6.9995rem;top:20.557861328125rem;left:5.687255859375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWrOGIGOkWvu0NBaoZ6xFiBOol9OCmTT { display:flex;width:7rem;height:7rem;top:26.24560625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #if6WepT7PsUk999CG8qLkKIIiBnff77n { width:20rem;height:26.1865rem;top:47.479248046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBMVLR0UAZpo585QzHzqpX5edZ5LnPmH { top:0.625rem;left:0rem;width:20rem;height:25.9375rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT { display:block; }#ATT1c3vaFpwlFrAp1WdUWLBWQ60NavdT > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hqVHwmpIaCZdb8Wdgr8oTqRsXqvv10EJ { width:18.2495rem;height:12.6269375rem;top:33.0859375rem;left:0.8740234375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#hqVHwmpIaCZdb8Wdgr8oTqRsXqvv10EJ li:before{  }
 }@media only screen and (max-width: 763px) { #PSxw3zcI6PKKhdWdKtkRDGS3wLKfGoKX { width:13.75rem;height:2.598875rem;top:49.801025390625rem;left:3.558349609375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlR4TqNd9vIhCITxkyvtizK9ddcw1Tqy { width:12.749rem;height:3.125rem;top:53.50830078125rem;left:3.624267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQnz5bqpavMr4mGCT2zFad6RdRpQsVJy { display:block; }
 }@media only screen and (max-width: 763px) { #FwehapE3z0DoLCkQ30tLN9h9ogeNd3Zl { width:18.75rem;height:2.4375rem;top:2.060546875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzBcumM3XctfEtAxo7udFDLkggHoOkIT { width:20rem;height:5.19775625rem;top:4.498046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHFkCX5a404rh5TDQrT8v2PMbu0eE9Vd { width:14.8125rem;height:10.1875rem;top:17.6826171875rem;left:5.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #K1A08kwvFcZsPOTKHrx55G3XPyLFBCEE { width:14.1875rem;height:9.0625rem;top:11.4951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Mg00IHWQyWClcX9LiXJ06gsS8RTMWo { width:4.24805rem;height:1.74926875rem;top:48.1298828125rem;left:7.874755859375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FEwBhIT7027N1uC4TTuUh3GaLhzdIp6d { width:7.6875rem;height:2.625rem;top:15.4326171875rem;left:11.75rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #MTOPsiaJ1nw99xMszFcTSSDAI5URpwA5 { width:7.8125rem;height:1.18774375rem;top:15.4326171875rem;left:11.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #WbDvHVwXNutVG9QkQ1lL9dunk7LzpGfH { width:6.1875rem;height:1.0625rem;top:16.6826171875rem;left:12.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #UPEB8rlDiFUMvm7nFmCTpgT2mww0tAtH { width:12.5rem;height:1.298825rem;top:30.303955078125rem;left:1.46728515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { background-color:#e9efea;background-image:url("https://images.assets-landingi.com/jYHto9NRZII/unsplash/anotherxlife-jYHto9NRZII-photo-1625654540015-e164fa430309.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm.adaptive-delivery-prevent-bg, #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm.lazyload, #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm.lazyloading { background-image: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { background-color: transparent; background-image: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .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); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:20rem;height:105.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWJTTVGFemvp4qN0f1loxZikWwdJZntf { width:20rem;height:3.75rem;top:2.310791015625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#e6e6e6;display:block; }
 }@media only screen and (max-width: 763px) { #GMg1TJDI0aQKkHysrN2asST1GBPDugXm { width:17.5rem;height:17.8418125rem;top:13.121337890625rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GX7lDcTi7Tl7Uy4shX1F3KwQIR3MvMqE { display:flex;width:2.4375rem;height:2.4375rem;top:10rem;left:1.9384765625rem; }
 }@media only screen and (max-width: 763px) { #vA4LTOnMOTxrwtM2uISZiMc3CCJg1v8Q { width:20rem;height:26.375rem;top:8.248291015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCVeN15HXTd2LSC2vuHRHgzoR5HqDh2 { width:20rem;height:31.25rem;top:36.30859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JBE1dRONXnmprPnrHzRMREi4qmuTph { display:flex;width:2.5rem;height:2.5rem;top:38.0625rem;left:1.9072265625rem; }
 }@media only screen and (max-width: 763px) { #n749TKPMhJMlCl0oa3hQS5qvI5mMWLrx { width:17.5rem;height:22.30225rem;top:41.53564453125rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gr3UCTVM0o7saXdGeRPt0womoaBfxa4b { display:flex;width:2.749025rem;height:2.749025rem;top:71.84326171875rem;left:1.7822265625rem; }
 }@media only screen and (max-width: 763px) { #s4N6O5H8fQ7wM10rekV9clcDeO3MXqg1 { width:17.5rem;height:17.8418125rem;top:75.343017578125rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTRqIy6D46ShLKXNCitTwdWoWWDhMtx { width:20rem;height:26.875rem;top:70.174560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGxsDbRpFDPQZtmyEf4GGr3NPAQ0EkQB { width:15.3125rem;height:1.2182625rem;top:32.091064453125rem;left:2.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHTPs00u7V4ZsO9gP0TGCG1TLgeLfPE4 { width:12.24975rem;height:1.2182625rem;top:94.453125rem;left:3.87451171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #REKNNRg78ctUX8Q4sB6PzuW5dhxHVOBu { width:12.8735625rem;height:1.2182625rem;top:65.1708984375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:20rem;height:110.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { width:17.5rem;height:5.9985375rem;top:2.0625rem;left:1.25rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWwyk7hLaxHr5tT0B8LvGCToyglFLF90 { width:20rem;height:21.875rem;top:10.685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLlEByeauawpnkfby58NaDJaC71CgXr { width:17.5rem;height:1.25rem;top:17.3095703125rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZK3NtmcpiZirB0p59B7qia42tJohoUka { width:17.5rem;height:11.191375rem;top:19.7470703125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7y6uyT2TgEqaZ2ls8aipLTRKdGgDMW3 { display:flex;width:4.499025rem;height:4.499025rem;top:35.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #B8cmHReR8a9tAyWourWDWtVXToKTqH1c { width:15.8125rem;height:2.5rem;top:65.775390625rem;left:2.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9BUzryOk2ouW8G3yHZsPUsylcflT1Rr { width:17.5rem;height:11.191375rem;top:69.4775390625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdQaD6mc5JquTqz5HS8kGuC7LEzUdW3e { width:18.75rem;height:23.4375rem;top:58.9638671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGXwin7TpGnsVkWV7cLkRazkotORigJo { width:16.25rem;height:1.25rem;top:40.1865234375rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rs16TzEEKK82SzMZIpNbdgpeVG0F7co8 { width:16.25rem;height:11.191375rem;top:43.8115234375rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fcAWgc0JFLCMBdgVNRpCpllrfGKRTvxU { width:16.25rem;height:2.5rem;top:90.41796875rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k26DRGdlalaAZhQJ6Nq58ndZfp5MqLUC { width:16.25rem;height:12.5903125rem;top:94.16796875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMCTtlx3pMBJy1IGpDFQw0IWz6xTf48A { display:flex;width:4.625rem;height:4.625rem;top:12.15234375rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #tqTtKDbNGT3OZNmKlKDcAW684o5nPThx { display:flex;width:4.4375rem;height:4.4375rem;top:60.712890625rem;left:7.78125rem; }
 }@media only screen and (max-width: 763px) { #zaMZam5eniwHOrHSUoOT1Del25K7T8uo { display:flex;width:4.5rem;height:4.5rem;top:84.962890625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 { display:block; }#DRRLG5yTvwCXMEUAcOKbClCPfmJJ4VT3 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { width:20rem;height:1.3125rem;top:10.8095703125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxFxo3I37kxzyV8KsXZL78FRe9QzuZQn { display:flex;width:1.6875rem;height:1.6875rem;top:1.28125rem;left:15rem;font-size:1.625rem; }
#WxFxo3I37kxzyV8KsXZL78FRe9QzuZQn > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #Z7l8lpSScxbgKKmSONWMScP5nkBpT2Xv { display:flex;width:1.625rem;height:1.625rem;top:1.3125rem;left:17.1875rem;font-size:1.625rem; }
#Z7l8lpSScxbgKKmSONWMScP5nkBpT2Xv > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #kTRtX6xEgVb7LdENVyTJqZDpTFytcREA { width:8rem;height:3rem;top:5.71875rem;left:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTJcFdiXZBI4gGqZMySwHBxmQv71yTA { display:block; }
 }@media only screen and (max-width: 763px) { #cTL29EXRzWbfRxnlPCGiCB0Z6yJoGTDq { width:2.625rem;height:2.625rem;top:0.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igfaEDgWuqXbsz6BfsPTkQRkiepNNcc8 { width:4.3125rem;height:3rem;top:3.90625rem;left:7.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUFyovkGQrwtsk3SPTG0AETGPapVNXPe { display:block; }
 }