.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:240,243,231;--color-primary-1:206,215,175;--color-primary-2:156,175,94;--color-primary-3:78,88,47;--color-primary-4:23,26,14;--color-secondary-0:251,244,234;--color-secondary-1:243,219,185;--color-secondary-2:230,183,114;--color-secondary-3:115,92,57;--color-secondary-4:35,27,17;--color-tertiary-0:217,225,229;--color-tertiary-1:129,157,167;--color-tertiary-2:2,58,79;--color-tertiary-3:1,29,40;--color-tertiary-4:0,9,12;--headlines-font-family:"Satoshi";--paragraphs-font-family:"Satoshi"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafdff;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; }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 > .row .container { background-color: transparent; background-image: none; }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 > .row .container > .video-iframe-container { display: none; }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 > .row > .video-iframe-container { display: none; }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 > .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); }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 > .row .container { border-width: 0; border-radius: 0; }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:60rem;position:relative;display:block; }#qORWM1RZsC05UfExEDtBtgx1LoUODbHv { box-sizing:content-box;height:19.625rem;width:59.875rem;position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;top:16rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #e6b772;border-left:0.0625rem solid #e6b772;border-right:0.0625rem solid #e6b772;border-bottom:0.0625rem solid #e6b772;display:block; }
#wOFbRTVTaKgAtsHTMg7viMwRIgcuqpTD { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #584343;border-left:0.0625rem solid #584343;border-right:0.0625rem solid #584343;border-bottom:0.0625rem solid #584343;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem 0.125rem 0.8125rem #dadee3 ;box-sizing:border-box;color:#584343;text-shadow:0.0625rem 0.0625rem 0.0625rem #dadee3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:29.4375rem;left:18.1875rem;display:block; }
#uPeulIngApB3E0rx8X0a9lgA1UrkdoiU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWGSkbeMRwrFUXA2ATHN3CSFaGKKe6p7 { background-color:#9caf5e;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.0625rem 0rem 1.3125rem #dadee3 ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.4375rem;left:2.375rem;display:block; }
#QhPwowVTw3xDnXMzb75mFDv9oWUcACcO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t7uzL243rVgAHR5DQbmRlheikgDWQvVK { box-sizing:content-box;height:36rem;width:22.9375rem;position:absolute;display:block;z-index:14990;background-color:#e6b772;background-image:none;top:1.1875rem;left:37.0625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZFOK31HUfgETu5EgDUcynlWmlXE8rC34 { color:rgba(var(--color-secondary-3),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.51171875rem;left:-6.3125rem;height:6.1748rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRIivdrBqnStTwSuMynTMtCdpN3I7nVy { position:absolute;display:block;z-index:15011;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:33.25rem;width:26.4375rem;top:3.9375rem;left:32.4375rem;overflow:hidden;display:block; }
#Is5tiFfKcNPMogwNP0KH7g3NTxvIRkMf { color:#696a6c;display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.19677734375rem;left:1.625rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JphxxeIvBtEAIpoXqZyBFPMdJu1L0JbJ { color:#9caf5e;display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.0625rem rgba(0,0,0,0.5);top:4.3125rem;left:-6.1875rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fkc54MrftZTUnDJqNdS4broEOxskCXeN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6b772;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; }#Fkc54MrftZTUnDJqNdS4broEOxskCXeN > .row .container { background-color: transparent; background-image: none; }#Fkc54MrftZTUnDJqNdS4broEOxskCXeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fkc54MrftZTUnDJqNdS4broEOxskCXeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fkc54MrftZTUnDJqNdS4broEOxskCXeN > .row .container > .video-iframe-container { display: none; }#Fkc54MrftZTUnDJqNdS4broEOxskCXeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fkc54MrftZTUnDJqNdS4broEOxskCXeN > .row > .video-iframe-container { display: none; }#Fkc54MrftZTUnDJqNdS4broEOxskCXeN > .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); }#Fkc54MrftZTUnDJqNdS4broEOxskCXeN > .row .container { border-width: 0; border-radius: 0; }#Fkc54MrftZTUnDJqNdS4broEOxskCXeN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fkc54MrftZTUnDJqNdS4broEOxskCXeN > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:60rem;position:relative;display:block; }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf > .row .container { background-color: transparent; background-image: none; }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf > .row .container > .video-iframe-container { display: none; }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf > .row > .video-iframe-container { display: none; }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf > .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); }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf > .row .container { border-width: 0; border-radius: 0; }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#MfqgKRM2ClHC0BVTZOe5Q0OVSLc4W7RP { color:#e6b772;display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.03125rem;left:22.75rem;height:9.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#a6MgCK5CZ0Tv8fXsPzqGqT5sHvyRcsLq { background-color:transparent;background-image: -webkit-linear-gradient(62deg, #e6b772, rgba(180,83,9,0.8));background-image: -moz-linear-gradient(62deg, #e6b772, rgba(180,83,9,0.8));background-image: -ms-linear-gradient(62deg, #e6b772, rgba(180,83,9,0.8));background-image: -o-linear-gradient(62deg, #e6b772, rgba(180,83,9,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b772', endColorstr='#b45309cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b772', endColorstr='#b45309cc' );";background-image: linear-gradient(62deg, #e6b772, rgba(180,83,9,0.8));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem #b2846a ;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:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.3125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.94287109375rem;left:37rem;display:block; }
#VvTTxMqBgyTKip2z70dnP02zgPu7WG6d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z8cCBO8HioUcSQfmGx8pNcFrWEP0wESn { color:rgba(var(--color-tertiary-3),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:14.7001953125rem;left:26.3125rem;height:4.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lTLTJTyhAyZOCyLrhgS5OT51sgSieD7k { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:25rem;width:16.5625rem;top:3.03125rem;left:3.6875rem;overflow:hidden;display:block; }
#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { background-color: transparent; background-image: none; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container > .video-iframe-container { display: none; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row > .video-iframe-container { display: none; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .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); }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { border-width: 0; border-radius: 0; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:block; }#mGiGME8O3S4a3nubgWBTAl9evPXd4DdH { box-sizing:content-box;height:24.3125rem;width:32.375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(62deg, #9caf5e, #9caf5e);background-image: -moz-linear-gradient(62deg, #9caf5e, #9caf5e);background-image: -ms-linear-gradient(62deg, #9caf5e, #9caf5e);background-image: -o-linear-gradient(62deg, #9caf5e, #9caf5e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9caf5e', endColorstr='#9caf5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9caf5e', endColorstr='#9caf5e' );";background-image: linear-gradient(62deg, #9caf5e, #9caf5e);background-size:auto !important;top:3.25rem;left:0rem;display:block; }
#l9tEwBFJOJP4IMQE4l61xT6KiuAtlLOT { color:rgba(var(--color-tertiary-2),1);display:block;width:38.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.3125rem;left:20.5rem;height:2.92480625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#RMnasEFSAkya5NnwrUwuENMTThAPXr7S { box-sizing:content-box;height:17.6875rem;width:17.6875rem;position:absolute;display:block;z-index:15025;background-color:transparent;background-image:none;top:1.9375rem;left:0.5625rem;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.125rem solid #e7e3df;border-left:0.125rem solid #e7e3df;border-right:0.125rem solid #e7e3df;border-bottom:0.125rem solid #e7e3df;display:block; }
#QHRpvaT9Q8kA8dWrriRq6IrncpRWV7fn { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15002;background-color:#e6b772;background-image:none;top:12.625rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#O7AHXEdIVLMmWRyIvXmTGZarkIImKBuC { color:rgba(var(--color-tertiary-2),1);display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.625rem;left:37.125rem;height:3.0869125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HKOOTTImw5Rb4uANQ9tyMdm65NLUx9VJ { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:16.4375rem;left:33.25rem;box-shadow: none;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#wftsK2M0I7RiCpZHbuO4alSPm6vXu4UD { color:rgba(var(--color-tertiary-2),1);display:block;width:24.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:16.8125rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JFTF3pm4pgWGSuy0Fz62FfZv2oEL1Auk { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:16.875rem;left:33.6875rem; }
#ExbgUQw8I645Sp0Pc0M4tHTOAFXs0b7Q { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:26.01220703125rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KiAwZvRv3D0fXxovFXKAf7CsszXrn3TM { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:20.6875rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#M1T6SQWOfkBCIK6dHOeUWvQGsEdQT6bd { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.125rem;left:33.6875rem; }
#PwsyZUnwigNDP6DxKZmGNtKOon2Rm1sb { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:21rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PEZH1WeSfonqT0BvLN28yiPKKoUmWWie { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:25.875rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#bfn0GgLJZohKs2V08C1qoy9Q6vxm6i1C { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:26.3125rem;left:33.6875rem; }
#LCToEig8UZ62vH4lyNXVJOeJxtfM2Wm3 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31.125rem;left:33.6875rem; }
#bcFD6VoTr1tkbMDoXkzTXSctKud0aRmC { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:30.8125rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#DEy7KZzqyn2yOk7mabqKRvtt66SDsKTS { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:30.6875rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#Rt6D5zIZk4z7cXQQlc7F3e3CQAgEBHbS { box-sizing:content-box;height:14.1875rem;width:28.1875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(62deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:21.125rem;left:2.125rem;display:block; }
#EqFIQdzQ0JXTcleOBo7aUnELRwCV6SGp { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:28.1875rem;left:3.875rem;height:1.57470625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:22.25rem;left:3rem;height:13.1616125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#b1GfeA3EnskRk9baBynWFALNU5uJhnwG { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6250rem;border-top-right-radius:6250rem;border-bottom-left-radius:6250rem;border-bottom-right-radius:6250rem;box-shadow: none;height:13.625rem;width:17.875rem;top:4.3125rem;left:2.4375rem;overflow:hidden;display:block; }
#JMA9sPg5p9H54DQIDT4ZWNMcaUgdHnbp { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.0625rem;left:33.6875rem; }
#RGuBf6Gmm4HvhOm7OKO0qmMBNKiuIqOO { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.375rem;left:33.6875rem;display:none; }
#TnunK4lF8BbN0G5AFBmuoNfHTOSdmrVA { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:8.5625rem;left:36.875rem;height:2.8496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lwxnw3aTEryBBbhTaSCDzFpM3MubdEtL { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15019;background-color:#e6b772;background-image:none;top:8.4375rem;left:33.25rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#B64KitVG5OJD1leRefXRlfIC5KcZ6nTA { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:8.875rem;left:33.6875rem; }
#MTaimey6mRzkHXCZafeWRbevpqWfqLk5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MTaimey6mRzkHXCZafeWRbevpqWfqLk5 > .row .container { background-color: transparent; background-image: none; }#MTaimey6mRzkHXCZafeWRbevpqWfqLk5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTaimey6mRzkHXCZafeWRbevpqWfqLk5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTaimey6mRzkHXCZafeWRbevpqWfqLk5 > .row .container > .video-iframe-container { display: none; }#MTaimey6mRzkHXCZafeWRbevpqWfqLk5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTaimey6mRzkHXCZafeWRbevpqWfqLk5 > .row > .video-iframe-container { display: none; }#MTaimey6mRzkHXCZafeWRbevpqWfqLk5 > .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); }#MTaimey6mRzkHXCZafeWRbevpqWfqLk5 > .row .container { border-width: 0; border-radius: 0; }#MTaimey6mRzkHXCZafeWRbevpqWfqLk5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTaimey6mRzkHXCZafeWRbevpqWfqLk5 > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#nctVru6cmQFzRUBp33cs21bhKUqpAG53 { color:#023a4f;display:block;width:39.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:12.9375rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uQHGGZptrNaFm0pOqVkyXJ2UoLKBCC8k { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:5rem;left:0rem;display:block; }
#Cy24O6c0sPa0dxmCmMT35Tk4bKrZBZPy { box-sizing:content-box;height:1.8125rem;width:39.4375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-0),1);background-image:none;top:4.0625rem;left:12rem;display:block; }
#eWcPnrqMI0Zqy3qbEx5wClIvOtx4dsvT { box-sizing:content-box;height:13.125rem;width:23.625rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.25rem;left:35rem;display:block; }
#x6OnwzLGP2es25iNtmxi6rWbFpaxdGVX { color:rgba(var(--color-primary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.25rem;left:35.84375rem;height:3.574225rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S7fiJghMEMPuUJ6JgagIsUC8NTev9FPB { color:#5e5e5e;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.80615234375rem;left:2.625rem;height:18.5595625rem;display:block; }#S7fiJghMEMPuUJ6JgagIsUC8NTev9FPB li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#S7fiJghMEMPuUJ6JgagIsUC8NTev9FPB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
#f1RsTn90HEwqiCC606LzmcpxrvLD6C9v { color:rgba(var(--color-primary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:18.31103515625rem;left:35.84375rem;height:2.9248rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT > .row .container { background-color: transparent; background-image: none; }#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT > .row .container > .video-iframe-container { display: none; }#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT > .row > .video-iframe-container { display: none; }#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT > .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); }#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT > .row .container { border-width: 0; border-radius: 0; }#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#xQJebA4O8HnT2F13PwRaKno7FVA8artk { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:12.0625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BiaO170eT11m6JhMTSZBqdmhE4etBpHu { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#a80qsSEfGg5BWthduOp231mdI6wWGQ2y { box-sizing:content-box;height:1.8125rem;width:39.4375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.0625rem;left:12rem;display:block; }
#vabGzbmXqRB83yQAFr80S2drRz30fsk1 { color:#5e5e5e;display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.61865234375rem;left:5.75rem;height:18.709rem;display:block; }#vabGzbmXqRB83yQAFr80S2drRz30fsk1 li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#vabGzbmXqRB83yQAFr80S2drRz30fsk1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6b772;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; }#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r > .row .container { background-color: transparent; background-image: none; }#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r > .row .container > .video-iframe-container { display: none; }#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r > .row > .video-iframe-container { display: none; }#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r > .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); }#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r > .row .container { border-width: 0; border-radius: 0; }#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:60rem;position:relative;display:block; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { background-color: transparent; background-image: none; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container > .video-iframe-container { display: none; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row > .video-iframe-container { display: none; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .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); }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { border-width: 0; border-radius: 0; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:60rem;position:relative;display:block; }#x1W6KQoreXmTH4T7rfGfhgm4HACGk4h6 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.92578125rem;left:11.125rem;height:3.07470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hgnMXBO681uP9iTtym7ZElPWyRXCSITL { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;top:5rem;left:0rem;display:block; }
#ZyTkf7kMNqL1UyUNsy2cPpWkasgpsOlm { box-sizing:content-box;height:1.8125rem;width:34rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:4.125rem;left:13rem;display:block; }
#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL > .row .container { background-color: transparent; background-image: none; }#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL > .row .container > .video-iframe-container { display: none; }#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL > .row > .video-iframe-container { display: none; }#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL > .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); }#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL > .row .container { border-width: 0; border-radius: 0; }#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#zRclE6J9XDSMdRnvLJHmeKQv73Lh60Ud { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.07) ;height:38.625rem;width:19.375rem;top:8.625rem;left:0.3125rem;display:block; }
#Gdf8FXT7z0qXL0TioJZzMqikLFLkwHmO { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.1875rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NKzBS9Ll6xt3kyQtJSFkK4spZB2N9rRb { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13rem;left:0.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jyzfo7LOnTA0Lv17GJdW9EZO9HT4fTD2 { color:#333333;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:16.5625rem;left:1.25rem;height:26.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Jyzfo7LOnTA0Lv17GJdW9EZO9HT4fTD2 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Jyzfo7LOnTA0Lv17GJdW9EZO9HT4fTD2 li:before{  }
#XSSN4LTbewl8vKhyR0K8k8teDbQTqvDm { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:38.75rem;width:19.375rem;top:8.625rem;left:20.3125rem;display:block; }
#LwBHnKCWy0F2TR4oTfiRUdor3MFkGQpu { color:rgba(var(--color-primary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.1875rem;left:20.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GD2o0bIupFTcJkCayGCdDKOD840IRt6C { color:rgba(var(--color-primary-2),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13rem;left:20rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gVqQKUFyUZRq2k38i8Vu4bcT7H3H4HGW { color:#333333;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:16.625rem;left:21.625rem;height:26.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gVqQKUFyUZRq2k38i8Vu4bcT7H3H4HGW li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gVqQKUFyUZRq2k38i8Vu4bcT7H3H4HGW li:before{  }
#rXhKMDc914A6XQskntNaDJF6ucMLXJ9B { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.07) ;height:38.75rem;width:19.375rem;top:8.625rem;left:40.625rem;display:block; }
#UlaxMg5pediBgwQqimyk33WkZ3T7ttaP { color:rgba(var(--color-primary-2),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.1875rem;left:40.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ns8CuFt1We9MZCsipPrPAoTOgNcHqIWv { color:rgba(var(--color-primary-2),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:12.9375rem;left:41.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rWXbRTNRKu55xCiVJac3TpUpEQNL1Edg { color:#333333;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:16.5625rem;left:42.6875rem;height:15.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#rWXbRTNRKu55xCiVJac3TpUpEQNL1Edg li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rWXbRTNRKu55xCiVJac3TpUpEQNL1Edg li:before{  }
#HX5Jf7M90B26bklEMgmVkOyAcn0TxmD9 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:2.375rem;left:15.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs > .row .container { background-color: transparent; background-image: none; }#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs > .row .container > .video-iframe-container { display: none; }#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs > .row > .video-iframe-container { display: none; }#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs > .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); }#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs > .row .container { border-width: 0; border-radius: 0; }#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:60rem;position:relative;display:block; }#sIlUlqPSZM74nRbq9CnnmcuTOFwEQWp1 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.6875rem;left:28.8125rem; }
#QiToXpMTlaag0EUtGKrNsTCIqidD8ODN { box-sizing:content-box;height:24.4375rem;width:43.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:4.6875rem;left:8rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
#Z7kUTTMdMim1G3A8nhqrt0Ql5tobVLox { box-sizing:content-box;height:3.125rem;width:3.125rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -moz-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -ms-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-image: -o-linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),0.85)' );";background-image: linear-gradient(62deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),0.85));background-size:auto !important;top:3.3125rem;left:28.4375rem;display:block; }
#L2KtT1FuiTn24lH0E9TsMLq1tfTxFBvM { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:8.25rem;left:12.125rem;height:1.54345625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Kgl0OD3NtEuVdJbeQCX7NMwok4VF6fMd { color:rgba(var(--color-tertiary-2),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:10.6875rem;left:12.625rem;height:4.767575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Kgl0OD3NtEuVdJbeQCX7NMwok4VF6fMd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kgl0OD3NtEuVdJbeQCX7NMwok4VF6fMd li:before{  }
#pWixbug8TMIE1qQweZruqzPVV58ssJJS { color:rgba(var(--color-tertiary-2),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:17.8125rem;left:12.125rem;height:1.54345625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aq0dzdLeEO2eGoLpwyLz3a6WIv3VGfhK { color:rgba(var(--color-tertiary-2),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:20.125rem;left:12.625rem;height:4.767575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aq0dzdLeEO2eGoLpwyLz3a6WIv3VGfhK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aq0dzdLeEO2eGoLpwyLz3a6WIv3VGfhK li:before{  }
#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l > .row .container { background-color: transparent; background-image: none; }#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l > .row .container > .video-iframe-container { display: none; }#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l > .row > .video-iframe-container { display: none; }#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l > .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); }#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l > .row .container { border-width: 0; border-radius: 0; }#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#zWL49lUcqxxtNCWwloVwKZ996sPL7MgT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.80908203125rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uW7bT2ZHpRK2STHTEXsPmK4DO75LRhMW { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.73046875rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU > .row .container { background-color: transparent; background-image: none; }#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU > .row .container > .video-iframe-container { display: none; }#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU > .row > .video-iframe-container { display: none; }#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU > .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); }#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU > .row .container { border-width: 0; border-radius: 0; }#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU > .row .container { font-size:0.875rem;font-family:arial;height:62rem;width:60rem;position:relative;display:block; }#KxN2qZ5bKOu2LCDSZGRCxTTkNGXkpicm { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:42.9375rem;width:18.75rem;top:0rem;left:20.625rem;display:block; }
#hTNWIuzH4aSzt94QxOfaRqQvxH3BnGIE { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.10595703125rem;left:22.53125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sHQXt3UO0ZK5OrNW3TaLkc0Tc2eQZ6su { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.10595703125rem;left:2.71875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ACXtowZ23RIwPwRuM0eShhQaxR7avJOu { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:42.9375rem;width:18.75rem;top:0rem;left:40.625rem;display:block; }
#IUX9z7eO3vUtOP3fzHKRqaFPK5V6OoUC { color:rgba(var(--color-tertiary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:7.50634765625rem;left:42.375rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGVWlgT8p6gmBhSeRe2UDFuLoJ0QMT4R { color:#1d2b51;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.10595703125rem;left:42.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MRD4EpkTXwek83VEuLmtfhk4sHdk33y9 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.13720703125rem;left:2.90625rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b0OTJ5MWQrWobBaHIynhflxHbpPK54Cm { color:rgba(var(--color-tertiary-2),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:7.50634765625rem;left:22.46875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDugRvhX6rBA8DURHANHmSvK1F82O5iS { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:1.28125rem;left:22.53125rem; }
#AECiV3EsNEd6QrrNEObGHrAQZJuwaz7O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:1.4375rem;left:42.375rem; }
#bfWvX1qwlVnCvvtn4aT61XC0pNNJthdl { color:rgba(var(--color-tertiary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:14.00634765625rem;left:22.53125rem;height:13.9355625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#bfWvX1qwlVnCvvtn4aT61XC0pNNJthdl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bfWvX1qwlVnCvvtn4aT61XC0pNNJthdl li:before{  }
#wqUQxr5lxngVcVxmg5hn9f4no70iN2op { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:15.46923828125rem;left:42.34375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#wqUQxr5lxngVcVxmg5hn9f4no70iN2op li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wqUQxr5lxngVcVxmg5hn9f4no70iN2op li:before{  }
#gwfQ8iMlffemLZcLl4LnWfepRzeHItki { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:42.9375rem;width:19.125rem;top:0rem;left:0.4375rem;display:block; }
#LKsH5D1IEdRDS8aoLGhPr2DX5FfvEZfZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:1.4375rem;left:2.84375rem; }
#xDl9NlUs1GylyRRxiuxM83k8Ci2Jhotd { color:rgba(var(--color-tertiary-2),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.46923828125rem;left:2.71875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#xDl9NlUs1GylyRRxiuxM83k8Ci2Jhotd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xDl9NlUs1GylyRRxiuxM83k8Ci2Jhotd li:before{  }
#TueF6AacbL9eVqF2KoLLKSZfSe1IT7Ua { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:46.4375rem;left:0rem;height:8.04345rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxeOF3vVAx6LEsir93TexWhDhGxoloK9 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:3.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:56.0625rem;left:15.9375rem;display:block; }
#orWSoDcnpE57PElNU9IJSb5b11Q39X2Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wy0P7tKrUXkysmBlaHOxRHNITzJNrK8D { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ae411e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.875rem;left:4.9375rem;display:block; }
#XNwNfqtcq1fmROuBGnLhC9O2y0B1uukV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xOVHR91MwLDAz5qEcafi2X6IdBHm6gQu { color:#ae411e;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:35.125rem;left:0rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NTQ2dkTTv6WF3zfREqho8DDPtS6IMPtJ { color:#ae411e;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:35.125rem;left:20rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XEHRp4Qk46HdTHNwgOmrnyRSvPdpLsGg { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ae411e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.9375rem;left:24.9375rem;display:block; }
#mzscbx9JwXqCQZ9ma8VscyUCTc1vIbPq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gVnoygDRCO0iWIV2otSDNdblOWhSQSrW { color:#ae411e;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:35.125rem;left:40rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZJmScWcHz6vrF4aWoRVJNOiBe6pl8At3 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(0,0,0,0.15) ;box-sizing:border-box;color:#ae411e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:36.875rem;left:44.9375rem;display:block; }
#kCEQodR8fTuKovQ9LTbbEnIo82W66EVW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p > .row .container { background-color: transparent; background-image: none; }#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p > .row .container > .video-iframe-container { display: none; }#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p > .row > .video-iframe-container { display: none; }#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p > .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); }#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p > .row .container { border-width: 0; border-radius: 0; }#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;position:relative;display:block; }#hB0Ei8XinUWoWTD9ybmn8ChVpDDP7XKJ { box-sizing:content-box;height:0.0625rem;width:6.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:4.125rem;left:26.875rem;display:block; }
#bcegcDPUw3gOnkFAo6lBwT7DFnF04sPP { color:#1e2b50;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.8125rem;left:0.625rem;height:3.07470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cIic5ukzu3ftZkcTou4eJty9skaIKDZt { color:#023a4f;display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:11.3125rem;left:4.5rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#q6O5f7sf4UkNyZ7Eazhcv22EHgWXdH8m { color:#023a4f;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:13.84423828125rem;left:3.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ubOH4JJn7fpqT31hurqDBHZbC7szAL6L { color:#023a4f;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:25.625rem;left:4.4375rem;height:4.986325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CQG2fOAdx2d4Vvf0gTA7aE4x2txX2KG8 { color:#023a4f;display:block;width:52.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:22.1875rem;left:3.375rem;height:2.01220625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LhrC0oi3OFlddQe3bJxSy9rulNunhAGH { color:#023a4f;display:block;width:52.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:35.8125rem;left:3.875rem;height:4.986325rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#namJI2ficBwvUJOuKBIuTV0zN6hlu8Uf { color:#023a4f;display:block;width:52.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.1875rem;left:3.625rem;height:2.01220625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fUznUQ4UouJUEidduTsy4DplnGhpFhT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fUznUQ4UouJUEidduTsy4DplnGhpFhT2 > .row .container { background-color: transparent; background-image: none; }#fUznUQ4UouJUEidduTsy4DplnGhpFhT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUznUQ4UouJUEidduTsy4DplnGhpFhT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUznUQ4UouJUEidduTsy4DplnGhpFhT2 > .row .container > .video-iframe-container { display: none; }#fUznUQ4UouJUEidduTsy4DplnGhpFhT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUznUQ4UouJUEidduTsy4DplnGhpFhT2 > .row > .video-iframe-container { display: none; }#fUznUQ4UouJUEidduTsy4DplnGhpFhT2 > .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); }#fUznUQ4UouJUEidduTsy4DplnGhpFhT2 > .row .container { border-width: 0; border-radius: 0; }#fUznUQ4UouJUEidduTsy4DplnGhpFhT2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUznUQ4UouJUEidduTsy4DplnGhpFhT2 > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#OgTCvauXODVxfrrZs3S9ewk2Tmm5syJt { color:rgba(var(--color-secondary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.21875rem;left:0rem;height:3.8183625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 > .row .container { background-color: transparent; background-image: none; }#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 > .row .container > .video-iframe-container { display: none; }#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 > .row > .video-iframe-container { display: none; }#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 > .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); }#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 > .row .container { border-width: 0; border-radius: 0; }#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:60rem;position:relative;display:block; }#FNqPvTk91xG0TebWWsvxPpuWRTE3MgmD { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:21.25rem;width:14.1875rem;top:0.8125rem;left:0.40625rem;display:block; }
#yF4GwW2RoDFoQHD7VAURIvcSlX8llGpb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.75rem;left:5.625rem; }
#k7oRf86sNuo8meVo62UZumddSBH3PWiG { color:#1d2b51;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9375rem;left:0.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ENIOk8lgOGb3AVsKMANiUTP3rfPsM2PQ { color:rgba(var(--color-tertiary-2),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0.78125rem;height:11.69925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clyKcnepA12oRoOACirZnfDOZeU1T0H7 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:21.25rem;width:14.1875rem;top:0.8125rem;left:15.4375rem;display:block; }
#Gh20mzb6426978v371ZOT83eG0fTeqZv { color:#1d2b51;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.9375rem;left:15.40625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2054JSB5NAQv6gpT1QWMLHAvLzSRHQ5 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:10.375rem;left:15.40625rem;height:10.2368125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXvQrgP7hZTvRCwnyGWD3a2HF5Q6zlGL { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:21.25rem;width:14.1875rem;top:0.8125rem;left:30.4375rem;display:block; }
#vZTSKkt7AcsAFqzEs5m0OcJk5HJOCX52 { color:#1d2b51;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:5.9375rem;left:30.40625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZCg5V4Vbf0BFstNieioHBVKUCQMlzrSQ { color:rgba(var(--color-tertiary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:11.27490234375rem;left:30.78125rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m5FLUhsEAPV3fbkwDKAMvaZq3BfIqrDS { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:21.25rem;width:14.1875rem;top:0.8125rem;left:45.8125rem;display:block; }
#ITM0AzsOSUExUbXUa88wVkGkXUARDoAy { color:#1d2b51;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.9375rem;left:45.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AGmSXVGS2R8NuyX2P7Nah63lZFntJtki { color:rgba(var(--color-tertiary-2),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.8623046875rem;left:46.6875rem;height:11.69925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Llx8ICKC8TQ7kakB71nmaR1CWala9kd3 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.0625rem;left:20.9375rem; }
#kO5I4kSkV15X2xTi5ZXxdRaCCHBrSt5E { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.0625rem;left:35.9375rem; }
#XtqR4t3ZQGI4d8WNaM8knZcH8TQKtsNp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:2.0625rem;left:50.9375rem; }
#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 > .row .container { background-color: transparent; background-image: none; }#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 > .row .container > .video-iframe-container { display: none; }#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 > .row > .video-iframe-container { display: none; }#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 > .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); }#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 > .row .container { border-width: 0; border-radius: 0; }#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#E9Imn0WwAwIXiEqoe3MvygzTd8Qrguw7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.18115234375rem;left:0rem;height:6.824225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa > .row .container { background-color: transparent; background-image: none; }#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa > .row .container > .video-iframe-container { display: none; }#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa > .row > .video-iframe-container { display: none; }#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa > .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); }#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa > .row .container { border-width: 0; border-radius: 0; }#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:60rem;position:relative;display:block; }#DX6RA4muqxZxo6GdHPVkXU2WWTBF45as { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:17.9375rem;width:18.4375rem;top:4.6875rem;left:21.75rem;overflow:hidden;display:block; }
#Qk41baPIGHgxwRsJK1TwpQuFO06KphFz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:7.8125rem;left:3rem;display:block; }
#oZsNu00ag5biWC8CULdzVn03HkQWE3ah { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:13.125rem;top:18.5rem;left:43.1875rem;display:block; }
#OuaUIDcx3BfZSraD4fVU4T2IJ7KbnqVm { color:rgba(var(--color-tertiary-3),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.0625rem;left:40.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Xr4ftltx0IlnxCD9FTumLTuFCQyhra9l { color:rgba(var(--color-tertiary-3),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.875rem;left:39.5rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HGOgyQuOCKmEsR8USETMlLFyWm8CTUpT { color:rgba(var(--color-tertiary-3),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.4375rem;left:4.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HQU4pkKcwBkkgbh5fINLh7HX99rvHkDy { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.8125rem;left:3rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BVOx9zRC4JgVsenKnnMrUGGvDErhmkgo { color:rgba(var(--color-tertiary-3),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:42.6875rem;height:1.3125rem;text-align:right;text-align-last:right;display:block; }
#rnHk23AZUUwz3qC8m3NhDhplMtd0MDJE { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:19.375rem;left:42.125rem;height:6rem;text-align:right;text-align-last:right;display:block; }
#s4Lbl7eRelLnnpJJJIKcEBXB6PKOdOgo { color:rgba(var(--color-tertiary-3),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:19.625rem;left:4.4375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#R5kd5Iz0Kvv1UI9woRTlxLwlOiMRJcG6 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:8.5625rem;left:3rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#vRBOCecC8Tq7zQ3ZnpX1idQ5Z1u9u6q2 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:31.625rem;left:11.5625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#WirmzZw7DeTpWyHOufRVbrOROmQ7CD9l { color:rgba(var(--color-tertiary-3),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.8125rem;left:11.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UFJTILFbHRndGnHMmTScgqO5lZPzcKIx { color:rgba(var(--color-tertiary-3),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:31.625rem;left:34rem;height:4.5rem;text-align:right;text-align-last:right;display:block; }
#br0ZcmxeVFHGkW4rTdlzoixyZx0r2mAp { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.875rem;left:32.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iZUPcKsEfi5Nsbe3C5nmdiwOP2ZG9Tbi { color:rgba(var(--color-tertiary-3),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.8125rem;left:41.5rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IUIdJUHflSzuJxRTmy8Tk3COP4EofWTQ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:7.8125rem;left:43.125rem;display:block; }
#ZyMHqw9nSkKaULOuABfcxBlrMRzqfQof { color:rgba(var(--color-tertiary-3),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:8.8125rem;left:41.375rem;height:3rem;text-align:right;text-align-last:right;display:block; }
#xTUVnRMAkRoKiwI5QyHpneXsTkMhImzl { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:18.375rem;left:4.375rem;display:block; }
#dx3Cg0UhUnScM10LZh0WwU7GqZWklIQ3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:30.875rem;left:34.25rem;display:block; }
#abMuRoPevd97hPiK9rnQXPHg92shzNKz { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:15rem;top:30.75rem;left:11.5625rem;display:block; }
#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/082ce46c-7347-4293-b62d-86d33ead189c/image.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg.adaptive-delivery-prevent-bg, #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg.lazyload, #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg.lazyloading { background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { background-color: transparent; background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .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); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { border-width: 0; border-radius: 0; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#o5wN19dvARbqwVfXTCvw4vxm7bZaC9IR { color:#ffffff;display:block;width:54rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.625rem;left:-6.9375rem;height:9.0175875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sxgbLkFR5AkLZrtOyFEHyex0f5aVkAOn { color:#ffffff;display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.25rem;left:0rem;height:3.7373rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo { color:#ffffff;display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:18.125rem;left:0.875rem;height:19.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo li:not(:first-child){ padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3f3485078407344fba1c40a4b0e593d7ef71d6b9.svg); }
#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { background-color: transparent; background-image: none; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container > .video-iframe-container { display: none; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row > .video-iframe-container { display: none; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .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); }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { border-width: 0; border-radius: 0; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:60rem;position:relative;display:block; }#p0WSDIkF0TTP3X8G5WDr0imSFTt3Abky { color:rgba(var(--color-tertiary-3),1);display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:12.0625rem;height:2.7749rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WsHEkiNAa7VKXFzX2HbmOOxzCpt8hbCX { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15006;background-color:#416b7b;background-image:none;top:5rem;left:0rem;display:block; }
#lZDeKTL28GwnwnaeNPhRQu7AIsn0SLaf { box-sizing:content-box;height:1.8125rem;width:39.4375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.0625rem;left:12rem;display:block; }
#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T { color:#5e5e5e;display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:8.61865234375rem;left:5.75rem;height:;display:block; }#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ { position:relative;display:block; }#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ { background-color: transparent; background-image: none; }#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ > .row .container > .video-iframe-container { display: none; }#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ > .row > .video-iframe-container { display: none; }#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ > .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); }#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ { border-width: 0; border-radius: 0; }#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ > .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; }#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zsUec8GCH2aUllrPUhegGx7MA2KWXnB7 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15015;line-height:1;letter-spacing:0;top:5.6875rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#stXhT5DOnEapXQToIUuCh4cU9FuCgiaD { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:14.875rem;left:2.5625rem;height:6.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JMoXzMDFWfJTON2TaQFJ7xmnO6Fwxi0g { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:22.25rem;left:22.875rem;display:block; }
#mv4a5dMzC683NyVJuAgRTk6grouOeITJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cygMc4N6Q1v3gmgr8v9wkqaHA9TAuoAA { box-sizing:content-box;height:17.375rem;width:59.875rem;position:absolute;display:block;z-index:14991;background-color:transparent;background-image:none;top:11.75rem;left:0rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#dNSMuPhFPmbPzkp0xA2anxGVgdhObm5y { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:11.25rem;width:7.5rem;top:14.3125rem;left:37.75rem;overflow:hidden;display:block; }
#p8cyFXV8dG9w1nKSkxkdoA6AigOdIAQe { box-sizing:content-box;height:0.0625rem;width:25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2rem;left:17.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#v7oORp5wTTKRaoe0NVq1ZxKTmpCF7uze { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:1.4375rem;left:16.8125rem; }
#a5p9kISLf8ugqlobHGsgTQ6QbPTdMSSf { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:11.25rem;width:7.6875rem;top:14.3125rem;left:46.6875rem;overflow:hidden;display:block; }
#l1oneEou9rec77Jz0Vht6oZyFa5CwZZx { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.4375rem;left:41.9375rem; }
#nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J { z-index:;position:relative;display:block; }#nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J { background-color: transparent; background-image: none; }#nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J > .row .container > .video-iframe-container { display: none; }#nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J > .row > .video-iframe-container { display: none; }#nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J > .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); }#nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J { border-width: 0; border-radius: 0; }#nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:70rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#RHU2S7cDspdTbBbMbJ1sra1blFET6DUw { box-sizing:content-box;height:54.6875rem;width:33.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.6875rem;left:13.4375rem;border-top-right-radius:2rem;border-bottom-right-radius:2rem;border-bottom-left-radius:2rem;border-top-left-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iAAPXG2JC3QygGEBKBLpt0U7mZiMEZAK { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#505050;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:33.3125rem;left:20rem;display:block; }
#HonkPsc32WRAZWeVwoWF6shV8RM0iOaO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9TF1dvDZLQvncccvhHhlTV6535Gkai1 { color:#ffffff;display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:40.0625rem;left:16.125rem;height:;font-style:normal;display:block; }#e9TF1dvDZLQvncccvhHhlTV6535Gkai1 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#e9TF1dvDZLQvncccvhHhlTV6535Gkai1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
#rLzXyagX3uq7WTK50fbfPQkdUPapg6N7 { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:31.875rem;left:20rem;display:block; }
#TJTiQ1mTrJlNDUKUBhyx2RTvscrKmSxm { color:#ffffff;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.625rem;left:20rem;height:5.5244125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ukkcv89SeopvXWMSFoTA2G4i8LUKKPSG { box-sizing:content-box;height:0.0625rem;width:20rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.5625rem;left:20rem;display:block; }
#R30HUblefpvnIriMFgifWKEBU1cqLTDW { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:13.6875rem;left:59.0625rem; }
#r07AzhtPVVtwShNphR87xc1X7uPf29ad { color:#010304;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:3.125rem;left:0rem;height:3.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HEz6D7xyHyfsCoLGCZg2D6Omf8T6gor2 { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.875rem;left:11.34375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X89JDL4c9qiMeNygBioNbeROWWlrhXou { color:#ae411e;display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.3125rem;left:11.28125rem;height:3.0874rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KfgoBSy4CRxE99gMVIKEeEAaxKi5u3HM { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:kalnia;font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:63rem;left:16.25rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dum7pD4WxRaSKHSXpuK4KqUH5fPmpHnm { color:#bd4c12;display:block;width:54.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:2.84375rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qz8nBQET5tcplUsJcR621O81DwZhgFwK { color:#ae411e;display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:29.162109375rem;left:11.34375rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { background-color: transparent; background-image: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container > .video-iframe-container { display: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container { display: none; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .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); }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { border-width: 0; border-radius: 0; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.662109375rem;left:0.15625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 { display:block; }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qORWM1RZsC05UfExEDtBtgx1LoUODbHv { top:16rem;left:0rem;width:47.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOFbRTVTaKgAtsHTMg7viMwRIgcuqpTD { width:14.375rem;height:3.75rem;top:29.4375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPeulIngApB3E0rx8X0a9lgA1UrkdoiU { display:block; }
 }@media only screen and (max-width: 763px) { #BWGSkbeMRwrFUXA2ATHN3CSFaGKKe6p7 { width:14.375rem;height:3.8125rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhPwowVTw3xDnXMzb75mFDv9oWUcACcO { display:block; }
 }@media only screen and (max-width: 763px) { #t7uzL243rVgAHR5DQbmRlheikgDWQvVK { top:1.1875rem;left:24.8125rem;width:22.9375rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFOK31HUfgETu5EgDUcynlWmlXE8rC34 { top:2rem;left:19.625rem;width:28.125rem;height:8.04345625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRIivdrBqnStTwSuMynTMtCdpN3I7nVy { width:26.4375rem;height:33.25rem;top:3.9375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is5tiFfKcNPMogwNP0KH7g3NTxvIRkMf { top:16.8125rem;left:21.875rem;width:25.375rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JphxxeIvBtEAIpoXqZyBFPMdJu1L0JbJ { top:2rem;left:19.625rem;width:28.125rem;height:8.04345625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fkc54MrftZTUnDJqNdS4broEOxskCXeN { display:block; }#Fkc54MrftZTUnDJqNdS4broEOxskCXeN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NX292mPRIsIvOcidUn1ccSNm31VCEJkf { display:block; }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfqgKRM2ClHC0BVTZOe5Q0OVSLc4W7RP { top:3rem;left:0rem;width:37.25rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6MgCK5CZ0Tv8fXsPzqGqT5sHvyRcsLq { width:22.5rem;height:3.3125rem;top:22.9375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTTxMqBgyTKip2z70dnP02zgPu7WG6d { display:block; }
 }@media only screen and (max-width: 763px) { #z8cCBO8HioUcSQfmGx8pNcFrWEP0wESn { top:14.6875rem;left:0rem;width:33.6875rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTLTJTyhAyZOCyLrhgS5OT51sgSieD7k { width:16.5625rem;height:25rem;top:3rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm { display:block; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGiGME8O3S4a3nubgWBTAl9evPXd4DdH { width:32.375rem;height:24.3125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tEwBFJOJP4IMQE4l61xT6KiuAtlLOT { width:38.5625rem;height:1.57470625rem;top:4.3125rem;left:9.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMnasEFSAkya5NnwrUwuENMTThAPXr7S { width:17.6875rem;height:17.6875rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHRpvaT9Q8kA8dWrriRq6IrncpRWV7fn { width:3.125rem;height:3.125rem;top:12.625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7AHXEdIVLMmWRyIvXmTGZarkIImKBuC { width:22.875rem;height:2.4375rem;top:12.625rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKOOTTImw5Rb4uANQ9tyMdm65NLUx9VJ { width:3.125rem;height:3.125rem;top:16.4375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wftsK2M0I7RiCpZHbuO4alSPm6vXu4UD { width:24.3125rem;height:2.8125rem;top:16.8125rem;left:23.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTF3pm4pgWGSuy0Fz62FfZv2oEL1Auk { width:2.25rem;height:2.25rem;top:16.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExbgUQw8I645Sp0Pc0M4tHTOAFXs0b7Q { width:23.125rem;height:2.25rem;top:26rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiAwZvRv3D0fXxovFXKAf7CsszXrn3TM { width:3.125rem;height:3.125rem;top:20.6875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1T6SQWOfkBCIK6dHOeUWvQGsEdQT6bd { width:2.25rem;height:2.25rem;top:21.125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwsyZUnwigNDP6DxKZmGNtKOon2Rm1sb { width:23.125rem;height:2.25rem;top:21rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEZH1WeSfonqT0BvLN28yiPKKoUmWWie { width:3.125rem;height:3.125rem;top:25.875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfn0GgLJZohKs2V08C1qoy9Q6vxm6i1C { width:2.25rem;height:2.25rem;top:26.3125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCToEig8UZ62vH4lyNXVJOeJxtfM2Wm3 { width:2.25rem;height:2.25rem;top:31.125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcFD6VoTr1tkbMDoXkzTXSctKud0aRmC { width:23.125rem;height:2.25rem;top:30.8125rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEy7KZzqyn2yOk7mabqKRvtt66SDsKTS { width:3.125rem;height:3.125rem;top:30.6875rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt6D5zIZk4z7cXQQlc7F3e3CQAgEBHbS { width:28.1875rem;height:14.1875rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqFIQdzQ0JXTcleOBo7aUnELRwCV6SGp { width:47.75rem;height:1.57470625rem;top:28.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV { width:26.375rem;height:7.3930625rem;top:22.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1GfeA3EnskRk9baBynWFALNU5uJhnwG { width:17.875rem;height:13.625rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMA9sPg5p9H54DQIDT4ZWNMcaUgdHnbp { width:2.25rem;height:2.25rem;top:13.0625rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGuBf6Gmm4HvhOm7OKO0qmMBNKiuIqOO { width:2.25rem;height:2.25rem;top:21.375rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnunK4lF8BbN0G5AFBmuoNfHTOSdmrVA { width:23.125rem;height:2.8125rem;top:8.5625rem;left:24.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwxnw3aTEryBBbhTaSCDzFpM3MubdEtL { width:3.125rem;height:3.125rem;top:8.4375rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B64KitVG5OJD1leRefXRlfIC5KcZ6nTA { width:2.25rem;height:2.25rem;top:8.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTaimey6mRzkHXCZafeWRbevpqWfqLk5 { display:block; }#MTaimey6mRzkHXCZafeWRbevpqWfqLk5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nctVru6cmQFzRUBp33cs21bhKUqpAG53 { width:39.3125rem;height:2.25rem;top:2.5625rem;left:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQHGGZptrNaFm0pOqVkyXJ2UoLKBCC8k { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy24O6c0sPa0dxmCmMT35Tk4bKrZBZPy { width:39.4375rem;height:1.8125rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWcPnrqMI0Zqy3qbEx5wClIvOtx4dsvT { width:23.625rem;height:13.125rem;top:11.25rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6OnwzLGP2es25iNtmxi6rWbFpaxdGVX { width:21.9375rem;height:3.25rem;top:13.25rem;left:25.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7fiJghMEMPuUJ6JgagIsUC8NTev9FPB { top:8.75rem;left:0rem;width:29.0625rem;height:;font-size:0.8125rem;display:block; }#S7fiJghMEMPuUJ6JgagIsUC8NTev9FPB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
 }@media only screen and (max-width: 763px) { #f1RsTn90HEwqiCC606LzmcpxrvLD6C9v { width:21.9375rem;height:2.9248rem;top:18.25rem;left:25.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT { display:block; }#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQJebA4O8HnT2F13PwRaKno7FVA8artk { width:39rem;height:2.0996125rem;top:2.5625rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiaO170eT11m6JhMTSZBqdmhE4etBpHu { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a80qsSEfGg5BWthduOp231mdI6wWGQ2y { width:39.4375rem;height:1.8125rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vabGzbmXqRB83yQAFr80S2drRz30fsk1 { top:8.5625rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#vabGzbmXqRB83yQAFr80S2drRz30fsk1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r { display:block; }#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr { display:block; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1W6KQoreXmTH4T7rfGfhgm4HACGk4h6 { width:38.0625rem;height:3.0625rem;top:2.875rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgnMXBO681uP9iTtym7ZElPWyRXCSITL { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyTkf7kMNqL1UyUNsy2cPpWkasgpsOlm { width:34rem;height:1.8125rem;top:4.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txSlc80XLRWiKRq0sqpTDS9GeMteTWsL { display:block; }#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRclE6J9XDSMdRnvLJHmeKQv73Lh60Ud { width:23.125rem;height:32.625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdf8FXT7z0qXL0TioJZzMqikLFLkwHmO { width:23.125rem;height:2.03125rem;top:4.34375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKzBS9Ll6xt3kyQtJSFkK4spZB2N9rRb { width:23.125rem;height:1.625rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyzfo7LOnTA0Lv17GJdW9EZO9HT4fTD2 { width:21.875rem;height:24.0966875rem;top:9.5625rem;left:1rem;font-size:1rem;display:block; }#Jyzfo7LOnTA0Lv17GJdW9EZO9HT4fTD2 li:before{  }
 }@media only screen and (max-width: 763px) { #XSSN4LTbewl8vKhyR0K8k8teDbQTqvDm { width:23.125rem;height:32.625rem;top:3rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwBHnKCWy0F2TR4oTfiRUdor3MFkGQpu { width:23.125rem;height:2.03125rem;top:3.8125rem;left:24.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD2o0bIupFTcJkCayGCdDKOD840IRt6C { width:23.125rem;height:1.625rem;top:6.3125rem;left:24.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVqQKUFyUZRq2k38i8Vu4bcT7H3H4HGW { width:21.875rem;height:23.9716875rem;top:9.625rem;left:25.875rem;font-size:1rem;display:block; }#gVqQKUFyUZRq2k38i8Vu4bcT7H3H4HGW li:before{  }
 }@media only screen and (max-width: 763px) { #rXhKMDc914A6XQskntNaDJF6ucMLXJ9B { width:23.125rem;height:32.625rem;top:3rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlaxMg5pediBgwQqimyk33WkZ3T7ttaP { width:23.125rem;height:2.03125rem;top:3.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns8CuFt1We9MZCsipPrPAoTOgNcHqIWv { width:23.125rem;height:1.625rem;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWXbRTNRKu55xCiVJac3TpUpEQNL1Edg { width:21.875rem;height:17.8203125rem;top:9.6796875rem;left:1rem;font-size:1.0625rem;display:block; }#rWXbRTNRKu55xCiVJac3TpUpEQNL1Edg li:before{  }
 }@media only screen and (max-width: 763px) { #HX5Jf7M90B26bklEMgmVkOyAcn0TxmD9 { width:28.8125rem;height:2.4375rem;top:2.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs { display:block; }#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIlUlqPSZM74nRbq9CnnmcuTOFwEQWp1 { width:2.3125rem;height:2.3125rem;top:3.6875rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiToXpMTlaag0EUtGKrNsTCIqidD8ODN { width:43.75rem;height:24.4375rem;top:4.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7kUTTMdMim1G3A8nhqrt0Ql5tobVLox { width:3.125rem;height:3.125rem;top:3.3125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2KtT1FuiTn24lH0E9TsMLq1tfTxFBvM { width:33.5625rem;height:1.5rem;top:8.25rem;left:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgl0OD3NtEuVdJbeQCX7NMwok4VF6fMd { width:34.8125rem;height:4.75rem;top:10.6875rem;left:6.5rem;font-size:1.0625rem;display:block; }#Kgl0OD3NtEuVdJbeQCX7NMwok4VF6fMd li:before{  }
 }@media only screen and (max-width: 763px) { #pWixbug8TMIE1qQweZruqzPVV58ssJJS { width:35.4375rem;height:1.5rem;top:17.8125rem;left:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq0dzdLeEO2eGoLpwyLz3a6WIv3VGfhK { width:35.25rem;height:4.75rem;top:20.125rem;left:6.5rem;font-size:1.0625rem;display:block; }#aq0dzdLeEO2eGoLpwyLz3a6WIv3VGfhK li:before{  }
 }@media only screen and (max-width: 763px) { #zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l { display:block; }#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWL49lUcqxxtNCWwloVwKZ996sPL7MgT { top:0.8125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW7bT2ZHpRK2STHTEXsPmK4DO75LRhMW { top:4.6875rem;left:0rem;width:47.75rem;height:1.94970625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU { display:block; }#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxN2qZ5bKOu2LCDSZGRCxTTkNGXkpicm { top:0rem;left:16.375rem;width:15rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTNWIuzH4aSzt94QxOfaRqQvxH3BnGIE { top:5.0625rem;left:17.3330078125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHQXt3UO0ZK5OrNW3TaLkc0Tc2eQZ6su { top:5.0625rem;left:0.6767578125rem;width:14.5625rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACXtowZ23RIwPwRuM0eShhQaxR7avJOu { top:0rem;left:32.75rem;width:15rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUX9z7eO3vUtOP3fzHKRqaFPK5V6OoUC { top:7.8125rem;left:34.53125rem;width:12.8125rem;height:5.8496125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGVWlgT8p6gmBhSeRe2UDFuLoJ0QMT4R { top:5.0625rem;left:34.54150390625rem;width:10.5rem;height:2.03125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRD4EpkTXwek83VEuLmtfhk4sHdk33y9 { top:7.09375rem;left:0.8642578125rem;width:13.375rem;height:2.9248rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0OTJ5MWQrWobBaHIynhflxHbpPK54Cm { top:7.8125rem;left:17.3330078125rem;width:13.4375rem;height:4.38720625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDugRvhX6rBA8DURHANHmSvK1F82O5iS { width:3.4375rem;height:3.4375rem;top:1.6875rem;left:34.3017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AECiV3EsNEd6QrrNEObGHrAQZJuwaz7O { width:3.125rem;height:3.125rem;top:1.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfWvX1qwlVnCvvtn4aT61XC0pNNJthdl { width:14.375rem;height:11.499rem;top:12.1875rem;left:16.6875rem;font-size:0.8125rem;display:block; }#bfWvX1qwlVnCvvtn4aT61XC0pNNJthdl li:before{  }
 }@media only screen and (max-width: 763px) { #wqUQxr5lxngVcVxmg5hn9f4no70iN2op { width:14.375rem;height:13.2988125rem;top:14.4052734375rem;left:33.375rem;font-size:0.8125rem;display:block; }#wqUQxr5lxngVcVxmg5hn9f4no70iN2op li:before{  }
 }@media only screen and (max-width: 763px) { #gwfQ8iMlffemLZcLl4LnWfepRzeHItki { top:0rem;left:0rem;width:15rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKsH5D1IEdRDS8aoLGhPr2DX5FfvEZfZ { width:3.125rem;height:3.125rem;top:1.4375rem;left:0.6767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDl9NlUs1GylyRRxiuxM83k8Ci2Jhotd { width:16rem;height:;top:15.4375rem;left:0rem;font-size:0.9375rem;display:block; }#xDl9NlUs1GylyRRxiuxM83k8Ci2Jhotd li:before{  }
 }@media only screen and (max-width: 763px) { #TueF6AacbL9eVqF2KoLLKSZfSe1IT7Ua { top:46.4375rem;left:0rem;width:47.75rem;height:8rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxeOF3vVAx6LEsir93TexWhDhGxoloK9 { width:28.125rem;height:3.625rem;top:56.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orWSoDcnpE57PElNU9IJSb5b11Q39X2Q { display:block; }
 }@media only screen and (max-width: 763px) { #Wy0P7tKrUXkysmBlaHOxRHNITzJNrK8D { width:10.125rem;height:3.4375rem;top:36.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNwNfqtcq1fmROuBGnLhC9O2y0B1uukV { display:block; }
 }@media only screen and (max-width: 763px) { #xOVHR91MwLDAz5qEcafi2X6IdBHm6gQu { width:20rem;height:1.5rem;top:35.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQ2dkTTv6WF3zfREqho8DDPtS6IMPtJ { width:20rem;height:1.5rem;top:35.125rem;left:11.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEHRp4Qk46HdTHNwgOmrnyRSvPdpLsGg { width:10.125rem;height:3.4375rem;top:36.9375rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzscbx9JwXqCQZ9ma8VscyUCTc1vIbPq { display:block; }
 }@media only screen and (max-width: 763px) { #gVnoygDRCO0iWIV2otSDNdblOWhSQSrW { width:20rem;height:1.5rem;top:35.125rem;left:27.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJmScWcHz6vrF4aWoRVJNOiBe6pl8At3 { width:10.125rem;height:3.4375rem;top:36.875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCEQodR8fTuKovQ9LTbbEnIo82W66EVW { display:block; }
 }@media only screen and (max-width: 763px) { #HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p { display:block; }#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hB0Ei8XinUWoWTD9ybmn8ChVpDDP7XKJ { width:6.25rem;height:0.0625rem;top:4.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcegcDPUw3gOnkFAo6lBwT7DFnF04sPP { width:47.75rem;height:3.07470625rem;top:5.8125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIic5ukzu3ftZkcTou4eJty9skaIKDZt { width:47.75rem;height:;top:11.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6O5f7sf4UkNyZ7Eazhcv22EHgWXdH8m { width:47.75rem;height:;top:13.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubOH4JJn7fpqT31hurqDBHZbC7szAL6L { width:47.75rem;height:4.9375rem;top:25.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQG2fOAdx2d4Vvf0gTA7aE4x2txX2KG8 { width:47.75rem;height:2rem;top:22.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhrC0oi3OFlddQe3bJxSy9rulNunhAGH { width:47.75rem;height:4.9375rem;top:35.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #namJI2ficBwvUJOuKBIuTV0zN6hlu8Uf { width:47.75rem;height:2rem;top:33.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUznUQ4UouJUEidduTsy4DplnGhpFhT2 { display:block; }#fUznUQ4UouJUEidduTsy4DplnGhpFhT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgTCvauXODVxfrrZs3S9ewk2Tmm5syJt { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 { display:block; }#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNqPvTk91xG0TebWWsvxPpuWRTE3MgmD { top:0.8125rem;left:0rem;width:14.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF4GwW2RoDFoQHD7VAURIvcSlX8llGpb { width:3.125rem;height:3.125rem;top:1.75rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7oRf86sNuo8meVo62UZumddSBH3PWiG { top:5.9375rem;left:0rem;width:14.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENIOk8lgOGb3AVsKMANiUTP3rfPsM2PQ { top:9.8125rem;left:0rem;width:13.25rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clyKcnepA12oRoOACirZnfDOZeU1T0H7 { top:0.8125rem;left:9.6875rem;width:14.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh20mzb6426978v371ZOT83eG0fTeqZv { top:5.9375rem;left:9.6875rem;width:14.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2054JSB5NAQv6gpT1QWMLHAvLzSRHQ5 { top:10.375rem;left:9.6875rem;width:14.1875rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXvQrgP7hZTvRCwnyGWD3a2HF5Q6zlGL { top:0.8125rem;left:21.625rem;width:14.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZTSKkt7AcsAFqzEs5m0OcJk5HJOCX52 { top:5.9375rem;left:21.625rem;width:14.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCg5V4Vbf0BFstNieioHBVKUCQMlzrSQ { top:11.25rem;left:22.375rem;width:13.4375rem;height:8.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5FLUhsEAPV3fbkwDKAMvaZq3BfIqrDS { top:0.8125rem;left:33.5625rem;width:14.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITM0AzsOSUExUbXUa88wVkGkXUARDoAy { top:5.9375rem;left:33.5625rem;width:14.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGmSXVGS2R8NuyX2P7Nah63lZFntJtki { top:8.8125rem;left:34.4375rem;width:13.3125rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llx8ICKC8TQ7kakB71nmaR1CWala9kd3 { width:2.8125rem;height:2.8125rem;top:2.0625rem;left:16.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO5I4kSkV15X2xTi5ZXxdRaCCHBrSt5E { width:2.875rem;height:2.875rem;top:2.0625rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtqR4t3ZQGI4d8WNaM8knZcH8TQKtsNp { width:3.125rem;height:3.125rem;top:2.0625rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 { display:block; }#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9Imn0WwAwIXiEqoe3MvygzTd8Qrguw7 { top:1.125rem;left:0rem;width:47.75rem;height:5.3623rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa { display:block; }#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX6RA4muqxZxo6GdHPVkXU2WWTBF45as { top:4.6875rem;left:15.625rem;width:18.4375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk41baPIGHgxwRsJK1TwpQuFO06KphFz { top:7.8125rem;left:0rem;width:15rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsNu00ag5biWC8CULdzVn03HkQWE3ah { top:18.5rem;left:34.625rem;width:13.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuaUIDcx3BfZSraD4fVU4T2IJ7KbnqVm { top:3.0625rem;left:34.0625rem;width:13.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr4ftltx0IlnxCD9FTumLTuFCQyhra9l { top:14.875rem;left:30.9375rem;width:16.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGOgyQuOCKmEsR8USETMlLFyWm8CTUpT { top:16.4375rem;left:0rem;width:19.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQU4pkKcwBkkgbh5fINLh7HX99rvHkDy { top:3.8125rem;left:0rem;width:18.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVOx9zRC4JgVsenKnnMrUGGvDErhmkgo { top:8.8125rem;left:34.5rem;width:13.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnHk23AZUUwz3qC8m3NhDhplMtd0MDJE { top:19.375rem;left:33.5rem;width:14.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4Lbl7eRelLnnpJJJIKcEBXB6PKOdOgo { top:19.625rem;left:0rem;width:15.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5kd5Iz0Kvv1UI9woRTlxLwlOiMRJcG6 { top:8.5625rem;left:0rem;width:16.625rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRBOCecC8Tq7zQ3ZnpX1idQ5Z1u9u6q2 { top:31.625rem;left:5.4375rem;width:13.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WirmzZw7DeTpWyHOufRVbrOROmQ7CD9l { top:28.8125rem;left:5.4375rem;width:19.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFJTILFbHRndGnHMmTScgqO5lZPzcKIx { top:31.625rem;left:27.875rem;width:15.1875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #br0ZcmxeVFHGkW4rTdlzoixyZx0r2mAp { top:28.875rem;left:26.625rem;width:16.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZUPcKsEfi5Nsbe3C5nmdiwOP2ZG9Tbi { top:3.8125rem;left:31.375rem;width:16.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUIdJUHflSzuJxRTmy8Tk3COP4EofWTQ { top:7.8125rem;left:32.75rem;width:15rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyMHqw9nSkKaULOuABfcxBlrMRzqfQof { top:8.8125rem;left:31.125rem;width:16.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTUVnRMAkRoKiwI5QyHpneXsTkMhImzl { top:18.375rem;left:0rem;width:15rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx3Cg0UhUnScM10LZh0WwU7GqZWklIQ3 { top:30.875rem;left:28.125rem;width:15rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abMuRoPevd97hPiK9rnQXPHg92shzNKz { top:30.75rem;left:5.4375rem;width:15rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg { background-color:transparent;background-image:none;display:block; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { background-color: transparent; background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .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); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { width:47.75rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5wN19dvARbqwVfXTCvw4vxm7bZaC9IR { top:1.625rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxgbLkFR5AkLZrtOyFEHyex0f5aVkAOn { top:15.5rem;left:3.71875rem;width:40.3125rem;height:3.7373rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo { top:20.1875rem;left:2.75rem;width:45rem;height:21.75rem;font-size:1.25rem;display:block; }#mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3f3485078407344fba1c40a4b0e593d7ef71d6b9.svg); }
 }@media only screen and (max-width: 763px) { #LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT { display:block; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0WSDIkF0TTP3X8G5WDr0imSFTt3Abky { width:39rem;height:2.75rem;top:2.5625rem;left:5.9375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsHEkiNAa7VKXFzX2HbmOOxzCpt8hbCX { width:47.75rem;height:0.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZDeKTL28GwnwnaeNPhRQu7AIsn0SLaf { width:39.4375rem;height:1.8125rem;top:4.0625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T { top:8.5625rem;left:0rem;width:47.75rem;height:;font-size:0.8125rem;display:block; }#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ { display:block; }#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsUec8GCH2aUllrPUhegGx7MA2KWXnB7 { top:5.6875rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #stXhT5DOnEapXQToIUuCh4cU9FuCgiaD { top:14.875rem;left:0rem;width:32.125rem;height:6.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMoXzMDFWfJTON2TaQFJ7xmnO6Fwxi0g { width:11.875rem;height:3.375rem;top:22.25rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv4a5dMzC683NyVJuAgRTk6grouOeITJ { display:block; }
 }@media only screen and (max-width: 763px) { #cygMc4N6Q1v3gmgr8v9wkqaHA9TAuoAA { top:11.75rem;left:0rem;width:47.625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNSMuPhFPmbPzkp0xA2anxGVgdhObm5y { top:14.3125rem;left:31.625rem;width:7.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8cyFXV8dG9w1nKSkxkdoA6AigOdIAQe { top:2rem;left:11.4375rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7oORp5wTTKRaoe0NVq1ZxKTmpCF7uze { top:1.4375rem;left:10.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5p9kISLf8ugqlobHGsgTQ6QbPTdMSSf { top:14.3125rem;left:40.0625rem;width:7.6875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1oneEou9rec77Jz0Vht6oZyFa5CwZZx { top:1.4375rem;left:35.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J { display:block; }#nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHU2S7cDspdTbBbMbJ1sra1blFET6DUw { top:13.6875rem;left:7.3125rem;width:33.125rem;height:54.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAAPXG2JC3QygGEBKBLpt0U7mZiMEZAK { width:20rem;height:3.375rem;top:33.3125rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HonkPsc32WRAZWeVwoWF6shV8RM0iOaO { display:block; }
 }@media only screen and (max-width: 763px) { #e9TF1dvDZLQvncccvhHhlTV6535Gkai1 { top:40.0625rem;left:10rem;width:27.75rem;height:;font-size:0.8125rem;display:block; }#e9TF1dvDZLQvncccvhHhlTV6535Gkai1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #rLzXyagX3uq7WTK50fbfPQkdUPapg6N7 { top:31.875rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTiQ1mTrJlNDUKUBhyx2RTvscrKmSxm { top:14.625rem;left:13.875rem;width:20rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukkcv89SeopvXWMSFoTA2G4i8LUKKPSG { top:21.5625rem;left:13.875rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R30HUblefpvnIriMFgifWKEBU1cqLTDW { top:13.6875rem;left:46.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r07AzhtPVVtwShNphR87xc1X7uPf29ad { top:3.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEz6D7xyHyfsCoLGCZg2D6Omf8T6gor2 { top:24.875rem;left:5.21875rem;width:37.3125rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X89JDL4c9qiMeNygBioNbeROWWlrhXou { top:22.3125rem;left:5.15625rem;width:37.4375rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfgoBSy4CRxE99gMVIKEeEAaxKi5u3HM { top:63rem;left:10.125rem;width:27.5rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dum7pD4WxRaSKHSXpuK4KqUH5fPmpHnm { top:16.8125rem;left:21.875rem;width:25.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz8nBQET5tcplUsJcR621O81DwZhgFwK { top:29.125rem;left:5.21875rem;width:37.3125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { display:block; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { width:47.75rem;height:0.89355625rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 { display:block; }#yJgfXPvlGhf8RJRWtpVNd8s3s4mspGW3 > .row .container { width:20rem;height:56.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qORWM1RZsC05UfExEDtBtgx1LoUODbHv { width:19.875rem;height:18.4375rem;top:8.1728515625rem;left:0rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #wOFbRTVTaKgAtsHTMg7viMwRIgcuqpTD { width:11.875rem;height:3.375rem;top:21.9228515625rem;left:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPeulIngApB3E0rx8X0a9lgA1UrkdoiU { display:block; }
 }@media only screen and (max-width: 763px) { #BWGSkbeMRwrFUXA2ATHN3CSFaGKKe6p7 { width:11.875rem;height:3.375rem;top:17.0478515625rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhPwowVTw3xDnXMzb75mFDv9oWUcACcO { display:block; }
 }@media only screen and (max-width: 763px) { #t7uzL243rVgAHR5DQbmRlheikgDWQvVK { width:20rem;height:20.625rem;top:26.75rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #ZFOK31HUfgETu5EgDUcynlWmlXE8rC34 { width:20rem;height:5.36133125rem;top:1.4375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRIivdrBqnStTwSuMynTMtCdpN3I7nVy { width:16.5rem;height:20.8125rem;top:26.5478515625rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is5tiFfKcNPMogwNP0KH7g3NTxvIRkMf { width:18.1875rem;height:5.199225rem;top:9.3603515625rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JphxxeIvBtEAIpoXqZyBFPMdJu1L0JbJ { width:20rem;height:7.067875rem;top:48.625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fkc54MrftZTUnDJqNdS4broEOxskCXeN { display:block; }#Fkc54MrftZTUnDJqNdS4broEOxskCXeN > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NX292mPRIsIvOcidUn1ccSNm31VCEJkf { display:block; }#NX292mPRIsIvOcidUn1ccSNm31VCEJkf > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfqgKRM2ClHC0BVTZOe5Q0OVSLc4W7RP { width:19.375rem;height:5.84960625rem;top:20.13720703125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a6MgCK5CZ0Tv8fXsPzqGqT5sHvyRcsLq { width:16.875rem;height:2.8125rem;top:32.96142578125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvTTxMqBgyTKip2z70dnP02zgPu7WG6d { display:block; }
 }@media only screen and (max-width: 763px) { #z8cCBO8HioUcSQfmGx8pNcFrWEP0wESn { width:19.375rem;height:4.78125rem;top:26.91259765625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTLTJTyhAyZOCyLrhgS5OT51sgSieD7k { width:11.9375rem;height:17.9375rem;top:1.125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm { display:block; }#tOzZZBXZSXq8FK2RnCocDH5g2C1ycKdm > .row .container { width:20rem;height:86.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mGiGME8O3S4a3nubgWBTAl9evPXd4DdH { width:20rem;height:18.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9tEwBFJOJP4IMQE4l61xT6KiuAtlLOT { width:20rem;height:3.1494125rem;top:20.1875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RMnasEFSAkya5NnwrUwuENMTThAPXr7S { width:18.125rem;height:18.125rem;top:-1.46875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHRpvaT9Q8kA8dWrriRq6IrncpRWV7fn { width:3.125rem;height:3.125rem;top:48.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7AHXEdIVLMmWRyIvXmTGZarkIImKBuC { width:18.5rem;height:2.4375rem;top:28.5625rem;left:0.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HKOOTTImw5Rb4uANQ9tyMdm65NLUx9VJ { width:3.125rem;height:3.125rem;top:40.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wftsK2M0I7RiCpZHbuO4alSPm6vXu4UD { width:17.1875rem;height:2.25rem;top:37rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFTF3pm4pgWGSuy0Fz62FfZv2oEL1Auk { display:flex;width:2.25rem;height:2.25rem;top:41.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #ExbgUQw8I645Sp0Pc0M4tHTOAFXs0b7Q { width:17.375rem;height:2.25rem;top:60.4375rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiAwZvRv3D0fXxovFXKAf7CsszXrn3TM { width:3.125rem;height:3.125rem;top:56.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1T6SQWOfkBCIK6dHOeUWvQGsEdQT6bd { display:flex;width:2.25rem;height:2.25rem;top:57.125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #PwsyZUnwigNDP6DxKZmGNtKOon2Rm1sb { width:18.625rem;height:2.25rem;top:44.5rem;left:0.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEZH1WeSfonqT0BvLN28yiPKKoUmWWie { width:3.125rem;height:3.125rem;top:24.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfn0GgLJZohKs2V08C1qoy9Q6vxm6i1C { display:flex;width:2.25rem;height:2.25rem;top:25.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #LCToEig8UZ62vH4lyNXVJOeJxtfM2Wm3 { display:flex;width:2.25rem;height:2.25rem;top:33.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #bcFD6VoTr1tkbMDoXkzTXSctKud0aRmC { width:20rem;height:2.25rem;top:52.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEy7KZzqyn2yOk7mabqKRvtt66SDsKTS { width:3.125rem;height:3.125rem;top:32.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt6D5zIZk4z7cXQQlc7F3e3CQAgEBHbS { width:20rem;height:12.3125rem;top:73.6875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #EqFIQdzQ0JXTcleOBo7aUnELRwCV6SGp { width:20rem;height:1.57470625rem;top:71rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #CAOzwFUAgnBdAAlVR9n79MsFHVOadkNV { width:18.5rem;height:10.56155rem;top:75.5888671875rem;left:0.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1GfeA3EnskRk9baBynWFALNU5uJhnwG { width:16.0625rem;height:12.3125rem;top:1.5625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMA9sPg5p9H54DQIDT4ZWNMcaUgdHnbp { display:flex;width:2.25rem;height:2.25rem;top:66.625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #RGuBf6Gmm4HvhOm7OKO0qmMBNKiuIqOO { display:flex;width:2.25rem;height:2.25rem;top:49.3125rem;left:8.875rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #TnunK4lF8BbN0G5AFBmuoNfHTOSdmrVA { width:20rem;height:2.25rem;top:68.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwxnw3aTEryBBbhTaSCDzFpM3MubdEtL { width:3.125rem;height:3.125rem;top:64.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B64KitVG5OJD1leRefXRlfIC5KcZ6nTA { display:flex;width:2.25rem;height:2.25rem;top:64.875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #MTaimey6mRzkHXCZafeWRbevpqWfqLk5 { display:block; }#MTaimey6mRzkHXCZafeWRbevpqWfqLk5 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nctVru6cmQFzRUBp33cs21bhKUqpAG53 { width:20rem;height:2.25rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uQHGGZptrNaFm0pOqVkyXJ2UoLKBCC8k { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy24O6c0sPa0dxmCmMT35Tk4bKrZBZPy { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eWcPnrqMI0Zqy3qbEx5wClIvOtx4dsvT { width:20rem;height:11.0625rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6OnwzLGP2es25iNtmxi6rWbFpaxdGVX { width:18.875rem;height:3.25rem;top:26.9375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7fiJghMEMPuUJ6JgagIsUC8NTev9FPB { width:20rem;height:14.1845625rem;top:7.0625rem;left:0rem;font-size:0.8125rem;display:block; }#S7fiJghMEMPuUJ6JgagIsUC8NTev9FPB li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7f178e4829cfb982dc9b243df1146b94.svg); }
 }@media only screen and (max-width: 763px) { #f1RsTn90HEwqiCC606LzmcpxrvLD6C9v { width:16.9375rem;height:2.4375rem;top:31.5625rem;left:1.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT { display:block; }#lLCo1uAKAWAM1hgFg31DgTLDdF6Uh2HT > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQJebA4O8HnT2F13PwRaKno7FVA8artk { width:20rem;height:2.0996125rem;top:2.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #BiaO170eT11m6JhMTSZBqdmhE4etBpHu { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a80qsSEfGg5BWthduOp231mdI6wWGQ2y { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vabGzbmXqRB83yQAFr80S2drRz30fsk1 { width:18.125rem;height:19.670875rem;top:5.9121125rem;left:0.9375rem;font-size:0.8125rem;display:block; }#vabGzbmXqRB83yQAFr80S2drRz30fsk1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r { display:block; }#hhwTpS9nTdvqlRNqTsiophNsk3M7BS2r > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr { display:block; }#M4aBbBIKIiHNtzVIhGcGe02TNTNS6Qsr > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1W6KQoreXmTH4T7rfGfhgm4HACGk4h6 { width:20rem;height:1.5rem;top:2.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #hgnMXBO681uP9iTtym7ZElPWyRXCSITL { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyTkf7kMNqL1UyUNsy2cPpWkasgpsOlm { width:20rem;height:1.8125rem;top:4.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #txSlc80XLRWiKRq0sqpTDS9GeMteTWsL { display:block; }#txSlc80XLRWiKRq0sqpTDS9GeMteTWsL > .row .container { width:20rem;height:94.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zRclE6J9XDSMdRnvLJHmeKQv73Lh60Ud { width:19.375rem;height:29.4375rem;top:8.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gdf8FXT7z0qXL0TioJZzMqikLFLkwHmO { width:20rem;height:2.03125rem;top:9.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKzBS9Ll6xt3kyQtJSFkK4spZB2N9rRb { width:19.375rem;height:1.4624rem;top:11.5rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jyzfo7LOnTA0Lv17GJdW9EZO9HT4fTD2 { width:17.5625rem;height:22.46975rem;top:14.75rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#Jyzfo7LOnTA0Lv17GJdW9EZO9HT4fTD2 li:before{  }
 }@media only screen and (max-width: 763px) { #XSSN4LTbewl8vKhyR0K8k8teDbQTqvDm { width:20rem;height:29.3125rem;top:38.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwBHnKCWy0F2TR4oTfiRUdor3MFkGQpu { width:20rem;height:2.03125rem;top:39.75rem;left:-0.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GD2o0bIupFTcJkCayGCdDKOD840IRt6C { width:20rem;height:1.625rem;top:42.25rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVqQKUFyUZRq2k38i8Vu4bcT7H3H4HGW { width:20rem;height:21.2075rem;top:45.5625rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#gVqQKUFyUZRq2k38i8Vu4bcT7H3H4HGW li:before{  }
 }@media only screen and (max-width: 763px) { #rXhKMDc914A6XQskntNaDJF6ucMLXJ9B { width:19.375rem;height:22.625rem;top:70.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlaxMg5pediBgwQqimyk33WkZ3T7ttaP { width:20rem;height:2.03125rem;top:70.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns8CuFt1We9MZCsipPrPAoTOgNcHqIWv { width:20rem;height:1.625rem;top:74rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWXbRTNRKu55xCiVJac3TpUpEQNL1Edg { width:17.75rem;height:14.8965rem;top:76.75rem;left:1.125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }#rWXbRTNRKu55xCiVJac3TpUpEQNL1Edg li:before{  }
 }@media only screen and (max-width: 763px) { #HX5Jf7M90B26bklEMgmVkOyAcn0TxmD9 { width:20rem;height:2.4375rem;top:2rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs { display:block; }#gCmc7mpOhkAsR7MuI9Qolc19Blp25TRs > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIlUlqPSZM74nRbq9CnnmcuTOFwEQWp1 { display:flex;width:2.3125rem;height:2.3125rem;top:1.5625rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #QiToXpMTlaag0EUtGKrNsTCIqidD8ODN { width:17.5625rem;height:22rem;top:2.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7kUTTMdMim1G3A8nhqrt0Ql5tobVLox { width:3.125rem;height:3.125rem;top:1.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2KtT1FuiTn24lH0E9TsMLq1tfTxFBvM { width:16.3125rem;height:2.4375rem;top:5.1875rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kgl0OD3NtEuVdJbeQCX7NMwok4VF6fMd { width:13.8125rem;height:4.5234375rem;top:8.8125rem;left:3.125rem;font-size:0.75rem;display:block; }#Kgl0OD3NtEuVdJbeQCX7NMwok4VF6fMd li:before{  }
 }@media only screen and (max-width: 763px) { #pWixbug8TMIE1qQweZruqzPVV58ssJJS { width:13.625rem;height:2.4375rem;top:14.75rem;left:3.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aq0dzdLeEO2eGoLpwyLz3a6WIv3VGfhK { width:14.9375rem;height:5.49805rem;top:18.6875rem;left:2.5625rem;font-size:0.75rem;display:block; }#aq0dzdLeEO2eGoLpwyLz3a6WIv3VGfhK li:before{  }
 }@media only screen and (max-width: 763px) { #zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l { display:block; }#zuF9QP6OzmVLB4VIL81MbNmlMB6B8o0l > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWL49lUcqxxtNCWwloVwKZ996sPL7MgT { width:20rem;height:7.7988125rem;top:1.2802734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uW7bT2ZHpRK2STHTEXsPmK4DO75LRhMW { width:20rem;height:1.94970625rem;top:7.69921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU { display:block; }#JK3kJdqqGhzAOgX9OXEQ29tWsEncNzWU > .row .container { width:20rem;height:107rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxN2qZ5bKOu2LCDSZGRCxTTkNGXkpicm { width:18.25rem;height:21.4375rem;top:21.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTNWIuzH4aSzt94QxOfaRqQvxH3BnGIE { width:14.5625rem;height:1.625rem;top:25.375rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHQXt3UO0ZK5OrNW3TaLkc0Tc2eQZ6su { width:14.5625rem;height:1.625rem;top:6.3125rem;left:1.6142578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACXtowZ23RIwPwRuM0eShhQaxR7avJOu { width:18.25rem;height:23rem;top:46.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUX9z7eO3vUtOP3fzHKRqaFPK5V6OoUC { width:16rem;height:3.65625rem;top:52.75rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGVWlgT8p6gmBhSeRe2UDFuLoJ0QMT4R { width:14.5625rem;height:1.625rem;top:50.4375rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRD4EpkTXwek83VEuLmtfhk4sHdk33y9 { width:16.8125rem;height:3.65625rem;top:8.34375rem;left:1.8017578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0OTJ5MWQrWobBaHIynhflxHbpPK54Cm { width:15.125rem;height:2.4375rem;top:27.4375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDugRvhX6rBA8DURHANHmSvK1F82O5iS { display:flex;width:3.125rem;height:3.125rem;top:47.3125rem;left:2.6875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #AECiV3EsNEd6QrrNEObGHrAQZJuwaz7O { display:flex;width:2.5rem;height:2.5rem;top:22rem;left:1.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #bfWvX1qwlVnCvvtn4aT61XC0pNNJthdl { width:17rem;height:10.442875rem;top:30.4375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#bfWvX1qwlVnCvvtn4aT61XC0pNNJthdl li:before{  }
 }@media only screen and (max-width: 763px) { #wqUQxr5lxngVcVxmg5hn9f4no70iN2op { width:15.9375rem;height:8.76175rem;top:57.1875rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#wqUQxr5lxngVcVxmg5hn9f4no70iN2op li:before{  }
 }@media only screen and (max-width: 763px) { #gwfQ8iMlffemLZcLl4LnWfepRzeHItki { width:18.125rem;height:18.0625rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKsH5D1IEdRDS8aoLGhPr2DX5FfvEZfZ { display:flex;width:2.5rem;height:2.5rem;top:2.6875rem;left:1.6142578125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #xDl9NlUs1GylyRRxiuxM83k8Ci2Jhotd { width:16.8125rem;height:3.16845625rem;top:11.375rem;left:1.59375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }#xDl9NlUs1GylyRRxiuxM83k8Ci2Jhotd li:before{  }
 }@media only screen and (max-width: 763px) { #TueF6AacbL9eVqF2KoLLKSZfSe1IT7Ua { width:20rem;height:7.14844375rem;top:72.0478515625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxeOF3vVAx6LEsir93TexWhDhGxoloK9 { width:14.8125rem;height:2.75rem;top:80.5712890625rem;left:2.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orWSoDcnpE57PElNU9IJSb5b11Q39X2Q { display:block; }
 }@media only screen and (max-width: 763px) { #Wy0P7tKrUXkysmBlaHOxRHNITzJNrK8D { width:10.125rem;height:3.4375rem;top:87.3642578125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNwNfqtcq1fmROuBGnLhC9O2y0B1uukV { display:block; }
 }@media only screen and (max-width: 763px) { #xOVHR91MwLDAz5qEcafi2X6IdBHm6gQu { width:20rem;height:1.54345625rem;top:84.5712890625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTQ2dkTTv6WF3zfREqho8DDPtS6IMPtJ { width:20rem;height:1.54345625rem;top:92.0517578125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEHRp4Qk46HdTHNwgOmrnyRSvPdpLsGg { width:10.125rem;height:3.4375rem;top:94.8447265625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzscbx9JwXqCQZ9ma8VscyUCTc1vIbPq { display:block; }
 }@media only screen and (max-width: 763px) { #gVnoygDRCO0iWIV2otSDNdblOWhSQSrW { width:20rem;height:1.54345625rem;top:99.5322265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJmScWcHz6vrF4aWoRVJNOiBe6pl8At3 { width:10.125rem;height:3.4375rem;top:102.3251953125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCEQodR8fTuKovQ9LTbbEnIo82W66EVW { display:block; }
 }@media only screen and (max-width: 763px) { #HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p { display:block; }#HIQ8BoQ4vMpTwZ6ewXIbgJTvL40UZa4p > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hB0Ei8XinUWoWTD9ybmn8ChVpDDP7XKJ { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcegcDPUw3gOnkFAo6lBwT7DFnF04sPP { width:20rem;height:4.5rem;top:2.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #cIic5ukzu3ftZkcTou4eJty9skaIKDZt { width:20rem;height:1.75rem;top:8.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q6O5f7sf4UkNyZ7Eazhcv22EHgWXdH8m { width:20rem;height:5.249025rem;top:11.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ubOH4JJn7fpqT31hurqDBHZbC7szAL6L { width:20rem;height:5.249025rem;top:26.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQG2fOAdx2d4Vvf0gTA7aE4x2txX2KG8 { width:20rem;height:3.5rem;top:22.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LhrC0oi3OFlddQe3bJxSy9rulNunhAGH { width:20rem;height:4.19921875rem;top:41.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #namJI2ficBwvUJOuKBIuTV0zN6hlu8Uf { width:20rem;height:1.75rem;top:34.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fUznUQ4UouJUEidduTsy4DplnGhpFhT2 { display:block; }#fUznUQ4UouJUEidduTsy4DplnGhpFhT2 > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgTCvauXODVxfrrZs3S9ewk2Tmm5syJt { width:20rem;height:4.7119125rem;top:2.16748046875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 { display:block; }#TpAoHV7SOzy5E2SFCkyyQqPOgkrJnQG9 > .row .container { width:20rem;height:67.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNqPvTk91xG0TebWWsvxPpuWRTE3MgmD { width:18.25rem;height:13.875rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF4GwW2RoDFoQHD7VAURIvcSlX8llGpb { display:flex;width:3.125rem;height:3.125rem;top:2.125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #k7oRf86sNuo8meVo62UZumddSBH3PWiG { width:14.5625rem;height:1.625rem;top:5.25rem;left:2.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENIOk8lgOGb3AVsKMANiUTP3rfPsM2PQ { width:16.5rem;height:5.6860375rem;top:7.375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clyKcnepA12oRoOACirZnfDOZeU1T0H7 { width:18.25rem;height:16.25rem;top:15.642575rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh20mzb6426978v371ZOT83eG0fTeqZv { width:14.1875rem;height:2.92480625rem;top:20.45458984375rem;left:2.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2054JSB5NAQv6gpT1QWMLHAvLzSRHQ5 { width:14.1875rem;height:5.6860375rem;top:24.14208984375rem;left:2.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXvQrgP7hZTvRCwnyGWD3a2HF5Q6zlGL { width:18.25rem;height:14.9375rem;top:33.51708984375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZTSKkt7AcsAFqzEs5m0OcJk5HJOCX52 { width:14.1875rem;height:3.25rem;top:38.07958984375rem;left:2.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCg5V4Vbf0BFstNieioHBVKUCQMlzrSQ { width:14.1875rem;height:5.6860375rem;top:42.07958984375rem;left:2.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5FLUhsEAPV3fbkwDKAMvaZq3BfIqrDS { width:18.25rem;height:15rem;top:50.45458984375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITM0AzsOSUExUbXUa88wVkGkXUARDoAy { width:14.1875rem;height:1.625rem;top:55.080078125rem;left:2.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGmSXVGS2R8NuyX2P7Nah63lZFntJtki { width:14.1875rem;height:6.82325rem;top:57.55712890625rem;left:2.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Llx8ICKC8TQ7kakB71nmaR1CWala9kd3 { display:flex;width:2.8125rem;height:2.8125rem;top:16.76708984375rem;left:8.59375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #kO5I4kSkV15X2xTi5ZXxdRaCCHBrSt5E { display:flex;width:2.875rem;height:2.875rem;top:34.51708984375rem;left:8.5625rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #XtqR4t3ZQGI4d8WNaM8knZcH8TQKtsNp { display:flex;width:3.125rem;height:3.125rem;top:51.39208984375rem;left:8.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 { display:block; }#yNDJK9C4OJecg1BbW6Of4xSHX5CBfwd0 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9Imn0WwAwIXiEqoe3MvygzTd8Qrguw7 { width:20rem;height:4.875rem;top:0.94970703125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa { display:block; }#nrBCNmkop9rcm91l8Z6FHEW5soOEMRHa > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DX6RA4muqxZxo6GdHPVkXU2WWTBF45as { width:7.75rem;height:7.5rem;top:34.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk41baPIGHgxwRsJK1TwpQuFO06KphFz { width:8.75rem;height:0.1875rem;top:13.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsNu00ag5biWC8CULdzVn03HkQWE3ah { width:8.75rem;height:0.1875rem;top:18.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuaUIDcx3BfZSraD4fVU4T2IJ7KbnqVm { width:19.375rem;height:1.625rem;top:10.25rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xr4ftltx0IlnxCD9FTumLTuFCQyhra9l { width:20rem;height:3.25rem;top:44.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGOgyQuOCKmEsR8USETMlLFyWm8CTUpT { width:20rem;height:1.625rem;top:24.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQU4pkKcwBkkgbh5fINLh7HX99rvHkDy { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVOx9zRC4JgVsenKnnMrUGGvDErhmkgo { width:17.5rem;height:1.5rem;top:37.625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rnHk23AZUUwz3qC8m3NhDhplMtd0MDJE { width:17.5rem;height:6rem;top:50.875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4Lbl7eRelLnnpJJJIKcEBXB6PKOdOgo { width:17.5rem;height:4.5rem;top:27.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5kd5Iz0Kvv1UI9woRTlxLwlOiMRJcG6 { width:17.5rem;height:4.5rem;top:5.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRBOCecC8Tq7zQ3ZnpX1idQ5Z1u9u6q2 { width:19.1875rem;height:3rem;top:61.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WirmzZw7DeTpWyHOufRVbrOROmQ7CD9l { width:19.1875rem;height:1.625rem;top:58.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFJTILFbHRndGnHMmTScgqO5lZPzcKIx { width:15.1875rem;height:4.5rem;top:70.9375rem;left:2.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #br0ZcmxeVFHGkW4rTdlzoixyZx0r2mAp { width:16.5rem;height:1.625rem;top:67.75rem;left:1.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iZUPcKsEfi5Nsbe3C5nmdiwOP2ZG9Tbi { width:16.375rem;height:3.25rem;top:14.90625rem;left:1.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IUIdJUHflSzuJxRTmy8Tk3COP4EofWTQ { width:15rem;height:0.1875rem;top:26.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyMHqw9nSkKaULOuABfcxBlrMRzqfQof { width:16.625rem;height:3rem;top:19.5rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTUVnRMAkRoKiwI5QyHpneXsTkMhImzl { width:15rem;height:0.1875rem;top:49.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx3Cg0UhUnScM10LZh0WwU7GqZWklIQ3 { width:15rem;height:0.1875rem;top:70.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #abMuRoPevd97hPiK9rnQXPHg92shzNKz { width:15rem;height:0.1875rem;top:60.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg { background-color:#9caf5e;background-image:none;display:block; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { background-color: transparent; background-image: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row > .video-iframe-container { display: none; }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .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); }#RiD1gyTRf2hlAJLz7rum33h1TiABg3Lg > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5wN19dvARbqwVfXTCvw4vxm7bZaC9IR { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxgbLkFR5AkLZrtOyFEHyex0f5aVkAOn { width:20rem;height:2.4375rem;top:10.40625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo { width:17.5rem;height:22.1733125rem;top:14.05126953125rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#mVzRwpKU2J1GnTI81a3XaGhAvuNktnDo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3f3485078407344fba1c40a4b0e593d7ef71d6b9.svg); }
 }@media only screen and (max-width: 763px) { #LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT { display:block; }#LHTZB9Zwr9hbOXOm3TtrqanXqd6uNGnT > .row .container { width:20rem;height:35.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p0WSDIkF0TTP3X8G5WDr0imSFTt3Abky { width:20rem;height:4.19921875rem;top:2.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WsHEkiNAa7VKXFzX2HbmOOxzCpt8hbCX { width:10rem;height:0.0625rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZDeKTL28GwnwnaeNPhRQu7AIsn0SLaf { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T { width:18.125rem;height:27.431625rem;top:7.662109375rem;left:0.9375rem;font-size:0.8125rem;display:block; }#FPMTpNXJgSs2Ry5h9BgPWrDDwxDzfy4T li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ea28bbc1c3bb939a94e45e507e2a0a7d6242d21e.svg); }
 }@media only screen and (max-width: 763px) { #nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ { display:block; }#nu5rFeobLmIF2sv6ToyXHmBcuTbca8rJ > .row .container { width:20rem;height:46.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsUec8GCH2aUllrPUhegGx7MA2KWXnB7 { width:20rem;height:4rem;top:5.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stXhT5DOnEapXQToIUuCh4cU9FuCgiaD { width:20rem;height:3.65625rem;top:37.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JMoXzMDFWfJTON2TaQFJ7xmnO6Fwxi0g { width:11.875rem;height:2.3125rem;top:43.375rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mv4a5dMzC683NyVJuAgRTk6grouOeITJ { display:block; }
 }@media only screen and (max-width: 763px) { #cygMc4N6Q1v3gmgr8v9wkqaHA9TAuoAA { width:13.0625rem;height:19.9375rem;top:15.6875rem;left:3.4375rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #dNSMuPhFPmbPzkp0xA2anxGVgdhObm5y { width:6.25rem;height:9.375rem;top:17.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8cyFXV8dG9w1nKSkxkdoA6AigOdIAQe { width:20rem;height:0.0625rem;top:3.75rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #v7oORp5wTTKRaoe0NVq1ZxKTmpCF7uze { display:flex;width:1.25rem;height:1.25rem;top:3.15625rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #a5p9kISLf8ugqlobHGsgTQ6QbPTdMSSf { width:6.4375rem;height:9.375rem;top:23.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1oneEou9rec77Jz0Vht6oZyFa5CwZZx { display:flex;width:1.25rem;height:1.25rem;top:43.90625rem;left:13.21875rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J { display:block; }#nhHNUmEyGkCzmcnrXKyv6ZT4A4lILR0J > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHU2S7cDspdTbBbMbJ1sra1blFET6DUw { width:20rem;height:50rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAAPXG2JC3QygGEBKBLpt0U7mZiMEZAK { width:12.625rem;height:2.3125rem;top:27.9375rem;left:3.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HonkPsc32WRAZWeVwoWF6shV8RM0iOaO { display:block; }
 }@media only screen and (max-width: 763px) { #e9TF1dvDZLQvncccvhHhlTV6535Gkai1 { width:17.5rem;height:22.13575rem;top:31.63134765625rem;left:1.25rem;font-size:0.8125rem;display:block; }#e9TF1dvDZLQvncccvhHhlTV6535Gkai1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_13339f518f80b11567a7e7e3ad1015b77e5d61be.svg); }
 }@media only screen and (max-width: 763px) { #rLzXyagX3uq7WTK50fbfPQkdUPapg6N7 { width:17.5rem;height:0.0625rem;top:26.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTiQ1mTrJlNDUKUBhyx2RTvscrKmSxm { width:17.5rem;height:1.94970625rem;top:13.5625rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukkcv89SeopvXWMSFoTA2G4i8LUKKPSG { width:17.5rem;height:0.0625rem;top:19.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R30HUblefpvnIriMFgifWKEBU1cqLTDW { display:flex;width:0.9375rem;height:0.9375rem;top:70.32421875rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #r07AzhtPVVtwShNphR87xc1X7uPf29ad { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HEz6D7xyHyfsCoLGCZg2D6Omf8T6gor2 { width:20rem;height:2.5996125rem;top:23.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X89JDL4c9qiMeNygBioNbeROWWlrhXou { width:20rem;height:2.5996125rem;top:20.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KfgoBSy4CRxE99gMVIKEeEAaxKi5u3HM { width:18rem;height:2.4375rem;top:56.125rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dum7pD4WxRaSKHSXpuK4KqUH5fPmpHnm { width:15.875rem;height:3.0869125rem;top:4.69921875rem;left:2.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qz8nBQET5tcplUsJcR621O81DwZhgFwK { width:20rem;height:1.54345625rem;top:16.19921875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo { display:block; }#bWBlhcZ6xKakHhnxbOCA5U4T4GMWVJvo > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulJqqspTb9CP7dzySfMmJ5T8278QHDXQ { width:20rem;height:0.89355625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }