.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:254,248,220;--color-primary-1:252,232,139;--color-primary-2:248,208,22;--color-primary-3:124,104,11;--color-primary-4:37,31,3;--color-secondary-0:255,225,230;--color-secondary-1:255,154,171;--color-secondary-2:255,53,87;--color-secondary-3:128,27,44;--color-secondary-4:38,8,13;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#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); }#QynObSqC4QDLHyncRfpN05A2M42n1vGp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/5gYdX38Y/4c0mmunity_tlo_test_2_.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QynObSqC4QDLHyncRfpN05A2M42n1vGp.adaptive-delivery-prevent-bg, #QynObSqC4QDLHyncRfpN05A2M42n1vGp.lazyload, #QynObSqC4QDLHyncRfpN05A2M42n1vGp.lazyloading { background-image: none; }#QynObSqC4QDLHyncRfpN05A2M42n1vGp > .row .container { background-color: transparent; background-image: none; }#QynObSqC4QDLHyncRfpN05A2M42n1vGp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QynObSqC4QDLHyncRfpN05A2M42n1vGp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QynObSqC4QDLHyncRfpN05A2M42n1vGp > .row .container > .video-iframe-container { display: none; }#QynObSqC4QDLHyncRfpN05A2M42n1vGp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QynObSqC4QDLHyncRfpN05A2M42n1vGp > .row > .video-iframe-container { display: none; }#QynObSqC4QDLHyncRfpN05A2M42n1vGp > .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); }#QynObSqC4QDLHyncRfpN05A2M42n1vGp > .row .container { border-width: 0; border-radius: 0; }#QynObSqC4QDLHyncRfpN05A2M42n1vGp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QynObSqC4QDLHyncRfpN05A2M42n1vGp > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#bzHTO5TagN52BJm3XJeZrw0JCrWT91nW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:16.25rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#Gd7u2hhk7LBelmdRKLLab3gNWrVnTcmo { 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:1.375rem;width:1.375rem;top:3.75rem;left:50.5rem;overflow:hidden;display:none; }
#XrD3onKZq1WbzJLbNGgoOMT0VDfXtJRl { color:rgba(var(--color-tertiary-0),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:1.0874999761581rem;left:50.5rem;height:1.1rem;display:none; }
#PSmU0TRBXJ4SPMseDSgLbg6RzqOydGHn { color:#2f2f2d;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:5.875rem;left:2.0625rem;height:1.4rem;font-style:normal;display:block; }
#uPhIfZXLN4gFoGiRAM740GrU5em77s1P { color:#2f2f2d;display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:5.875rem;left:7.0625rem;height:1.4rem;font-style:normal;display:block; }
#QzyzeIFibLWbWaBzqEmsaHnlJIzT1m8m { color:#2f2f2d;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:5.875rem;left:14.8125rem;height:1.4rem;font-style:normal;display:block; }
#TFRrCBpqF91MgCmy6yKpUwPRwquGLZB7 { color:#2f2f2d;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:5.875rem;left:20.4375rem;height:1.4rem;font-style:normal;display:block; }
#uFopO3WRsWuZVT2KJ45CsUC36hrl43u3 { color:#2f2f2d;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:5.875rem;left:30.6875rem;height:1.4rem;font-style:normal;display:block; }
#OSHLhvfBx8AOGDoLLPfKtGGCO2JPDUwi { color:#2f2f2d;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:5.875rem;left:35.8125rem;height:1.4rem;font-style:normal;display:block; }
#rWoXpm1LWRFZiVXkODpsCukEXbqrkBzh { color:#2f2f2d;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:5.875rem;left:45.875rem;height:1.4rem;font-style:normal;display:block; }
#xcbFC68eN6M4f78AQ4GGRVa2ufb5dOCo { color:#2f2f2d;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:5.875rem;left:53.5rem;height:1.4rem;font-style:normal;display:block; }
#mva9gW2KPQ0STmL7tHI70FLqRT3c5ndB { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:60rem;top:5.1875rem;left:0rem;display:block; }
#Td3sk6kUnqxJHSx2K63aUZXn9PdPwshq { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:3.5625rem;left:47.875rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
#qdhTS1Qo21DCUBP6M4yvk4uccHs8QHg0 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:3.375rem;left:55rem;overflow:hidden;display:block; }
#CcAbqFHECJNbMTMXNNruDfch25yxR4SG { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:3.375rem;left:56.875rem;overflow:hidden;display:block; }
#TcsZ18F1ERT2oddCufHWqtHsbvUWeA0a { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:3.375rem;left:58.75rem;overflow:hidden;display:block; }
#IP2WLekDdZ6FuhlkkTTzq60KdfUJiGH3 { position:relative;display:none; }#IP2WLekDdZ6FuhlkkTTzq60KdfUJiGH3 { border-width: 0; border-radius: 0; }#IP2WLekDdZ6FuhlkkTTzq60KdfUJiGH3 > .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; }#IP2WLekDdZ6FuhlkkTTzq60KdfUJiGH3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#rpeOP8mtJDk358kBl9r4rzD0f5uyn0Q1 { 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:15000;opacity:1;display:none; }
#SOeBiO38aLnefMqAslPkpa8IVVX6NDUX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:16.25rem;top:0.8125rem;left:0rem;overflow:hidden;display:none; }
#mlPN81yPxEPSgPrq4kOgPoOWf8HvHsEb { color:#2f2f2d;display:block;width:3.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:5.875rem;left:2.0625rem;height:1.3994125rem;font-style:normal;display:none; }
#ihaQB4ZbroGhds5GZDElGbwEoeNWEbx6 { color:#2f2f2d;display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15026;line-height:1.4;letter-spacing:0;top:5.875rem;left:7.0625rem;height:1.3994125rem;font-style:normal;display:none; }
#eB4zGtkqWNqrSplFCFLrCGMO3kAHZyd2 { color:#2f2f2d;display:block;width:3.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:5.875rem;left:14.8125rem;height:1.3994125rem;font-style:normal;display:none; }
#iD4U2QrSOS2yTSqkdbkM6I8HgE7XdGdb { color:#2f2f2d;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:5.875rem;left:20.4375rem;height:1.3994125rem;font-style:normal;display:none; }
#TsTvrvZyn2qqOcSsdx7CqHAA2y3cKRm8 { color:#2f2f2d;display:block;width:3.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:5.875rem;left:30.6875rem;height:1.3994125rem;font-style:normal;display:none; }
#mTiCDbiau7TvmEUTPzwVKlaPAx7Bvz6u { color:#2f2f2d;display:block;width:8.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:5.875rem;left:35.8125rem;height:1.3994125rem;font-style:normal;display:none; }
#NUfZ442ZLWLZq1QiVuU7hPHqMSVgLrRV { color:#2f2f2d;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15030;line-height:1.4;letter-spacing:0;top:5.875rem;left:45.875rem;height:1.3994125rem;font-style:normal;display:none; }
#nWRRRgoy3otyhpPF0avkcimw2S4UfEPV { color:#2f2f2d;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:5.875rem;left:53.5rem;height:1.3994125rem;font-style:normal;display:none; }
#QVNSKtqw7VNCEAREhqrey9LxvXXCkNSN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23rem;left:4.0625rem;display:none; }
#HZ5Z9E2Bh8tbBNIaKa5F9omixkaTacs9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;display:none; }
#XzEUvhx6swpplNeXXgGRks9pVNM9Qx3D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;display:none; }
#kOphdTJAT8o80PvSOwKl7Lo1ZW3264dw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;display:none; }
#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E { background-color:transparent;background-image:url("https://images.assets-landingi.com/5gYdX38Y/4c0mmunity_tlo_test_2_.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E.adaptive-delivery-prevent-bg, #iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E.lazyload, #iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E.lazyloading { background-image: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container { background-color: transparent; background-image: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container > .video-iframe-container { display: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row > .video-iframe-container { display: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .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); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container { border-width: 0; border-radius: 0; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container { width:60rem;height:37.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#q4t3AF5FLVBlCywkXdrOlNsVFZVP1S01 { color:#2f2f2d;display:block;width:21.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:11.25rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7fP6nR2W6A0ATTRpZRWObwVZAhqdpTu { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:26.125rem;left:52.125rem;display:none; }
#oHKhTyvrTR0O3XxwUVSVCsZPNGbZQaXb { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:26.0625rem;left:54.875rem;display:none; }
#dBUhT9SE5Eh4bKqXACfQDDrOWMae1wPZ { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:26.125rem;left:57.8125rem;display:none; }
#qiHKo8Q4XVoh2tEm4KTBcNelkBqUuXGp { position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10rem;top:27.125rem;left:40.3125rem;display:none; }
#RUNxklIqtfW8giU2NM1rbhwcWtnJHNvo { color:#2f2f2d;display:block;width:41.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:15.4375rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CXIwyF0NnzhKsKRKx1HZAIDA2qVZR6X2 { color:#2f2f2d;display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:19.625rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QRv8v41DEwTlmIeXINWDC6E3wTL8gWHN { color:#2f2f2d;display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:23.875rem;left:0rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rUtnpf6WDzkr1Hn3F3qg8K2OubNrwui4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;display:none; }
#T6O6IX63uHKI8QAWciLt1P1PNBfixm4a { 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:15000;opacity:1;display:none; }
#pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:transparent;background-image:url("https://images.assets-landingi.com/5gYdX38Y/4c0mmunity_tlo_test_2_.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv.adaptive-delivery-prevent-bg, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyload, #pJtEigQhT0pX9absLrKGv2fC12TKrOsv.lazyloading { background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { border-width: 0; border-radius: 0; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:60rem;height:35.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { color:#2f2f2d;display:block;width:28.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:0rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { color:#2f2f2d;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:7rem;left:0.03125rem;height:22.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 2.6875rem 1.125rem 4.6875rem rgba(5,11,38,0.13) ;height:23.3125rem;width:26.5rem;top:0rem;left:33.6240234375rem;overflow:hidden;display:block; }
#J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.9375rem;left:0rem;display:block; }
#SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.9375rem;left:14.125rem;display:block; }
#kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Du4BcJNLmXCyeHdzGNxsToKf40soATvr { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:26.125rem;left:52.125rem;display:none; }
#qDXpywZmAmBVWHw3tXILvE0Ofc5Zimmu { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:26.0625rem;left:54.875rem;display:none; }
#rL86VWCk16busm3OpI0DDqAsKlzl2RVD { box-sizing:content-box;color:rgba(var(--color-tertiary-0),0.7);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:26.125rem;left:57.8125rem;display:none; }
#Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { position:absolute;display:block;z-index:15016;background-color:rgba(227,227,227,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:10rem;top:27.125rem;left:40.3125rem;display:none; }
#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);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; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container { background-color: transparent; background-image: none; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container > .video-iframe-container { display: none; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row > .video-iframe-container { display: none; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .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); }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container { border-width: 0; border-radius: 0; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:block; }#pN4opniVCHALfAuPx16UKGPqenG5tUpw { color:#2f2f2d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:3.0929684638977rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz { position:relative;display:block; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz { background-color: transparent; background-image: none; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row .container > .video-iframe-container { display: none; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row > .video-iframe-container { display: none; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .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); }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz { border-width: 0; border-radius: 0; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .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; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;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; }#bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.125rem;left:7.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.9;letter-spacing:0;top:9.875rem;left:7.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm li:before{  }
#XhcKQEHHoSyPGn1WONrZvM4D6sSRdnwF { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.9;letter-spacing:0;top:7.125rem;left:37.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yNXT0LUENzipn62QEUBspgXgUgSCsePq { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.9;letter-spacing:0;top:9.875rem;left:37.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#yNXT0LUENzipn62QEUBspgXgUgSCsePq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yNXT0LUENzipn62QEUBspgXgUgSCsePq li:before{  }
#kyQ7rcoxucLEisIiGTxNJOGRzd03DTPt { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:2.9375rem;left:14.0625rem;display:block; }
#C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { position:absolute;display:block;z-index:15017;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.5rem;left:13.625rem;display:block; }
#DkFwhZDBgQP8DggDNckTSE2gFoLSWS0q { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15025;top:2.9375rem;left:44.0625rem;display:block; }
#d7P5FzQ5MoiwRlUhLBkZAIPT1H7npMz9 { position:absolute;display:block;z-index:15019;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.5rem;left:43.625rem;display:block; }
#L8dcTrstaNGA87znZhz6eQ2rUMZhCvXb { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:23.5rem;top:1.3125rem;left:3.1875rem;display:block; }
#ViQWbEZ04GDSDgCCdeDCbd194Mboz872 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:23.5rem;top:1.3125rem;left:33.187501907349rem;display:block; }
#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr { position:relative;display:block; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr { background-color: transparent; background-image: none; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row .container > .video-iframe-container { display: none; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row > .video-iframe-container { display: none; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .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); }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr { border-width: 0; border-radius: 0; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .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; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;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; }#O5awn6ATyKk0Pvvon54ZMLyEJETNg0CI { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.125rem;left:7.0625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.9;letter-spacing:0;top:9.875rem;left:7.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 li:before{  }
#K2QirPadS9qsnkcwtU4wW6iH1tnhHTqg { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.9;letter-spacing:0;top:7.1250009536744rem;left:37.187501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.9;letter-spacing:0;top:9.8750009536744rem;left:37.187501907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn li:before{  }
#SzP7rAxmXkqlzMVVDEc80LZoBp4rIoxU { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:2.9375rem;left:13.9375rem;display:block; }
#sysoT7Z8dkt1K4bCHBvf1vMcgHhOkX9o { position:absolute;display:block;z-index:15021;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.5rem;left:13.5rem;display:block; }
#IcLDDFsvsOSUaQiRxNRuvJRPQkXSdHSV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:2.9375rem;left:44.0625rem;display:block; }
#sSJqpKh7v7Jpazyoz056tZJlm9UqoKFg { position:absolute;display:block;z-index:15023;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.5rem;left:43.625rem;display:block; }
#wP6ANX30gH0L4kmaTK0RXQUZ2M3whJUe { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:23.5rem;top:1.3125rem;left:3.1875rem;display:block; }
#vt9hrQTCgFzAJUwcgRnyd921Vn4EnGEF { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:23.5rem;top:1.3125rem;left:33.187501907349rem;display:block; }
#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB { position:relative;display:block; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB { background-color: transparent; background-image: none; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row .container > .video-iframe-container { display: none; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row > .video-iframe-container { display: none; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .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); }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB { border-width: 0; border-radius: 0; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .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; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.75rem;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; }#e1qeXAbpUnzRbCN0FvVfNqgb87SrNkS8 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:23.5rem;top:1.3125rem;left:18.187501907349rem;display:block; }
#HnsgNV21SVU5ZM0kVyISed8CHkTmswGa { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:6.3125rem;left:29.0625rem;display:block; }
#FtGXluQJxw2BtPRNexJuCCkDnSB1U84t { position:absolute;display:block;z-index:15028;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:5.875rem;left:28.625rem;display:block; }
#km5Da6vLcwWWrtvCe4BG2KHT3EFAee0V { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.9;letter-spacing:0;top:10.5rem;left:22.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.9;letter-spacing:0;top:15.125rem;left:22.187501907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 li:before{  }
#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.adaptive-delivery-prevent-bg, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyload, #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc.lazyloading { background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { border-width: 0; border-radius: 0; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { color:#2f2f2d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.375rem;left:0.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { color:#2f2f2d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:11.749999761581rem;left:0rem;height:24.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs { 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; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container { background-color: transparent; background-image: none; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container > .video-iframe-container { display: none; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row > .video-iframe-container { display: none; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .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); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container { border-width: 0; border-radius: 0; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#FW62s6DLZSoaRsuyMx2Ct5PoR1HqgVcZ { color:#2f2f2d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.59375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 { 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; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container { background-color: transparent; background-image: none; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container > .video-iframe-container { display: none; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row > .video-iframe-container { display: none; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .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); }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container { border-width: 0; border-radius: 0; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#nLZFxc74wSTUIAnDWV6uIGEaSGLTBJcw { color:#2f2f2d;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.7490234375rem;left:0.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H0xO6WrHBAMHxO116AANCe68PFrF9v8T { position:absolute;display:block;z-index:15008;background-color:#2f2f2d;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.625rem;width:11.25rem;top:5.1242198944092rem;left:23.812501907349rem;display:block; }
#cydpQS8GXaMWl64MufBCcEcpu847kChn { position:absolute;display:block;z-index:15010;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 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.9375rem;width:39rem;top:5.7490234375rem;left:20.4365234375rem;overflow:hidden;display:block; }
#iFrvTQ5xFUxZkmReut1kJEQ2IKbNW1ph { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:19.140625rem;left:1.1875rem;height:8.55rem;font-style:normal;display:block; }
#FifwTuqVayTWVIT16nbae2gUWm193wyn { background-color:#2f2f2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39rem;left:0.9375rem;display:block; }
#bgEi35Q5Mus4NexxGm1P7yTRxdU1tOgn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d1kFcpUwGh6b1fikGyqem62slJ4IG0M8 { position:absolute;display:block;z-index:15009;background-color:#2f2f2d;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:11.25rem;width:0.625rem;top:14.625rem;left:59.374998092651rem;display:block; }
#SChAmS880FcC2ghabMfd4CXNSZWDTxG2 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:29.8427734375rem;left:5.375rem;height:2.925rem;font-style:normal;display:block; }
#ggOcM0ZvCBruZBywkHNJKqE0BlGpSkyN { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;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:34.1259765625rem;left:5.375rem;height:4.3875rem;font-style:normal;display:block; }
#LqOOmiQu67TLE9xk0IHBJQtXRT6esbIb { 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:15013;opacity:1;top:29.7431640625rem;left:0.9375rem; }
#sDT3VywECXlBZMdvwEUX8Xw3reIXg76u { 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:15014;opacity:1;top:34.0244140625rem;left:0.9375rem; }
#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { 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; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { background-color: transparent; background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .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); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { border-width: 0; border-radius: 0; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { color:#2f2f2d;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.8125rem;left:41.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:19.265625rem;left:42rem;height:8.55rem;font-style:normal;display:block; }
#KOgPDMuHQfSKEFswmkJCEtoRWNO13CIU { background-color:#2f2f2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.75rem;left:0.625rem;display:block; }
#cPk3dwMP46tOPByNteArrTK5Ved1b4pr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { position:absolute;display:block;z-index:15008;background-color:#2f2f2d;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.625rem;width:11.25rem;top:5.28125rem;left:25.3125rem;display:block; }
#JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { position:absolute;display:block;z-index:15009;background-color:#2f2f2d;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:11.25rem;width:0.625rem;top:14.53125rem;left:0rem;display:block; }
#tT6bGXTTHqdW9Rki9nTC07BWl450u9It { position:absolute;display:block;z-index:15010;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 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.9375rem;width:39rem;top:5.8125rem;left:0.625rem;overflow:hidden;display:block; }
#WwVpWcsvaLsAUCACe8mmxc9U4NJsbbTx { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:29.5rem;left:5.0625rem;height:5.85rem;font-style:normal;display:block; }
#fN4pWaEpaSCkPpLanfImaUzZCA3K7hJl { 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:15017;opacity:1;top:29.4375rem;left:0.625rem; }
#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ { 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; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container { background-color: transparent; background-image: none; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container > .video-iframe-container { display: none; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row > .video-iframe-container { display: none; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .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); }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container { border-width: 0; border-radius: 0; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;position:relative;display:block; }#C9qEiBUOrAHRGHgIQCK9EECVq5Ti3DCK { color:#2f2f2d;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.8125rem;left:0.9375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EiCZPRs4g8UF0PEF7W8GFoIfDlV6ccyf { position:absolute;display:block;z-index:15008;background-color:#2f2f2d;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.625rem;width:11.25rem;top:5.1242198944092rem;left:23.812501907349rem;display:block; }
#MncVVhfz6JmGFNsRpLrrMG78zPVGEPri { position:absolute;display:block;z-index:15010;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 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.9375rem;width:39rem;top:5.7500009536743rem;left:20.436719894409rem;overflow:hidden;display:block; }
#qmlo0htCJyeKKqPh4gaORMgQTsf0biR6 { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:17.0654296875rem;left:1.1875rem;height:10.6875rem;font-style:normal;display:block; }
#T0NfDZAIlOSLRasrlnQB2bTK1wUaIEM9 { background-color:#2f2f2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.4375rem;left:0.9375rem;display:block; }
#TiVVN8uAMJmMeU8NKGsKxtieJPtfflyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z4EiW1dDdOrwuJTyG8GWpCOXpMDTdmTa { position:absolute;display:block;z-index:15009;background-color:#2f2f2d;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:11.25rem;width:0.625rem;top:14.625rem;left:59.374998092651rem;display:block; }
#M2BlTRpZM9lNvFgJAbdbbTi429bBR4Uv { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;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:29.625rem;left:5.375rem;height:4.3875rem;font-style:normal;display:block; }
#fZOq9HuwUXdxJ4Z5zXpCxH0wOIUMRobu { 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:15018;opacity:1;top:29.5625rem;left:0.9375rem; }
#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N { 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; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container { background-color: transparent; background-image: none; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container > .video-iframe-container { display: none; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row > .video-iframe-container { display: none; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .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); }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container { border-width: 0; border-radius: 0; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#cCW3TGGVEnacUfSrTtcnsOTox3MmEsNo { color:#2f2f2d;display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.8125rem;left:41.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTp7NmyCrZbhIFgnf26mZoI9Q3qX0EFz { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:12.75rem;left:41.562501907349rem;height:8.55rem;font-style:normal;display:block; }
#EwtqOuuxfNu8xu9wcHxXgMfsyyOEZmvc { background-color:#2f2f2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.375rem;left:41.562501907349rem;display:block; }
#bNi2nxPFGfsbvbzT9TmWqTuC1ZPqWFn8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NbUZt5OxZlG4bAUd7pyg94920a0HgviK { position:absolute;display:block;z-index:15008;background-color:#2f2f2d;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.625rem;width:11.25rem;top:5.28125rem;left:25.3125rem;display:block; }
#XASbmnnJGGut0XidBndJ5o82Hssx4ae4 { position:absolute;display:block;z-index:15009;background-color:#2f2f2d;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:11.25rem;width:0.625rem;top:14.53125rem;left:0rem;display:block; }
#o1TAnFr2s33PvtLFJTuvsTiGQNlUXOiB { position:absolute;display:block;z-index:15010;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 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:21.9375rem;width:39rem;top:5.8125rem;left:0.625rem;overflow:hidden;display:block; }
#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4.adaptive-delivery-prevent-bg, #bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4.lazyload, #bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4.lazyloading { background-image: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container { background-color: transparent; background-image: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container > .video-iframe-container { display: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row > .video-iframe-container { display: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .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); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container { border-width: 0; border-radius: 0; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:60rem;position:relative;display:block; }#PVMFJqTRmk6ZuaxhGl7AoUfwzrwVnVPV { color:#2f2f2d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.59375rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S.adaptive-delivery-prevent-bg, #VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S.lazyload, #VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S.lazyloading { background-image: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container { background-color: transparent; background-image: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container > .video-iframe-container { display: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row > .video-iframe-container { display: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .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); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container { border-width: 0; border-radius: 0; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#gEFpw98iearvNCixwphndLTTA00QGHxo { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#Ud1XGuhWsvutGSx5TdR5uBiqQSQXhLhf { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G2qNOUtXgW9vLBTXwb8FezwI4PpnwlRF { position:absolute;display:block;z-index:15017;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#dlM8Wp4M6M4aluP6ea0iP8qmhtbziUL2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#yvPz64Jc93SEJTv2MufmTyMBT5s5Kxoa { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#n2PsP5ziqt3lbwpTzvuryFEBs5ls6BlX { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPCMa7n8mL1sToat9bIhlvVKMauJvGnA { position:absolute;display:block;z-index:15021;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#rDn9mkESMUftP2U6dCB5ocud6aebwtIx { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#VRL0VXTe4tNM37xDJGck9Cyykq8zOkiA { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#STOVLtkpG0eHaLd5oSFXiqMJMNyzFdGr { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSy9q08TdrTXBpp7KulSus481OBGw1oa { position:absolute;display:block;z-index:15025;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#HqQBC4EEyd2eR47b0FGx8TrlsAMQAO9M { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q.adaptive-delivery-prevent-bg, #gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q.lazyload, #gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q.lazyloading { background-image: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container { background-color: transparent; background-image: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container > .video-iframe-container { display: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row > .video-iframe-container { display: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .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); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container { border-width: 0; border-radius: 0; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#KQTW3hTrfPRE4AMRlJxqcqW8V19PgKPz { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#TCo3SnrHQpcEuVNGcNoMfsllEoUMRaW0 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFmXWUtSuPDoTb8lHt29VzOnA2mpwOXT { position:absolute;display:block;z-index:15017;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#xxLNivJDGdh6fmypUX1SLh8UD1cByFVB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#M5p3rgAkGddNhNLCI3CadCTFPkkkzLkp { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#RvrdkLVd8f6bTsTwWpGtwPnQvyWt91qx { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5pcGvqisNgp2ATaHt5w4x8Q6479F0I8 { position:absolute;display:block;z-index:15021;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#PZIACuwPAO5Qe3edUIOJTuyl6X7MbFbK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#pQrM8467TuRGKMelaF7Qv47vmuCMEoAu { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#Rw4Qp8PfSJ2Fa7tfnfyQr65KbTihmi7e { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xCGBmKxMMAO5dAmudeIzF2DTQPBcU5MK { position:absolute;display:block;z-index:15025;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#Xqk75uJ9xWWvnD1brfqF42kxOwdauMX0 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf.adaptive-delivery-prevent-bg, #p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf.lazyload, #p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf.lazyloading { background-image: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container { background-color: transparent; background-image: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container > .video-iframe-container { display: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row > .video-iframe-container { display: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .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); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container { border-width: 0; border-radius: 0; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#Eq3ivAm6hllCZNytAmdBTCfHbFNfFsXr { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#pNTcSgBzbGUwQwUZ6q3xvilq5bkWeApf { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifnKfFH81NInfLzCufhMyd7G6qy1AR0o { position:absolute;display:block;z-index:15017;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#pbJ9rsNfo4ZCH8wHd2Qy0Rmfaiwh8XN9 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#xu0dEO3cQ8sMVq1Jt2deG9LaSeAybVKl { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#dV42f2VSfuWJP6bOvLxLT2pdVLZTrPhb { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGg4rmbcMEf1knyGkQbTMAzUJhN7NZ85 { position:absolute;display:block;z-index:15021;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#pNizbu8z4JfU1WqbJOxh61CZnNdBkUly { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#B2JMJJudPoTJhXJiC5C3MPc3WV7NLWTt { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#wJ4q96E52pGwQf4TDS5cthzCTDkElCB2 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMs7Kt2qDyrC7xqcVJONExyLcBaogX5y { position:absolute;display:block;z-index:15025;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#ZDmtVsNpWF3tbdWcaw7fHyMHGnU8sRZX { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85.adaptive-delivery-prevent-bg, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyload, #z2GfFI8aWhNgRvbLZCU1depq09UvRg85.lazyloading { background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { border-width: 0; border-radius: 0; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { position:absolute;display:block;z-index:15017;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#arem0olM6tiPI160k5ERqqAMyWW0FgHh { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:10.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRivINx2SiO4L7ml0VWDznubQRJdE33n { position:absolute;display:block;z-index:15021;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#KNLdEJiR2R77sWmthOByGO5yREnynouf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { position:absolute;display:block;z-index:15025;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#myUadAK8NScxLVWOEA8AFQsWDrgc0crm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm.adaptive-delivery-prevent-bg, #myUadAK8NScxLVWOEA8AFQsWDrgc0crm.lazyload, #myUadAK8NScxLVWOEA8AFQsWDrgc0crm.lazyloading { background-image: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container { background-color: transparent; background-image: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container > .video-iframe-container { display: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row > .video-iframe-container { display: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .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); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container { border-width: 0; border-radius: 0; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#ZoU7oDhp9c7ihDxDZ7gahpF9biVoR1it { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#PMcUucdKsOlQKIUtkqWACnIQlLOiF6eX { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:10.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GbyXdm8rv1ewnnFBld2d9sbOMRT6TcQS { position:absolute;display:block;z-index:15017;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#uiXGZAIql603OidcvfLIhQUe0PHzZ3Kc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#N01zN4sHD5PKN0KdDUTus2HicnR1Ck09 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#RfykaglR3QwcI6nKrq6LzRiLGSET87gO { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BwSWK1Ifk4mKZNmQCoPpuVgKn3Jupk2H { position:absolute;display:block;z-index:15021;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#EMuGBJ4GJ4XBnWfHo4hVJebEkfP3hkMW { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#OCv1OT6Wfcha8TFPIqTVxlgAPGU6rxZe { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#civFdJTDvgcII76LBZXNQqMcTirPdwzc { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QlbwCELeV8m7dDqTzPFFnH93WHzHGcF0 { position:absolute;display:block;z-index:15025;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#XxhwqposL67h07T8pk8nlsa9aVPvsKbM { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B.adaptive-delivery-prevent-bg, #VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B.lazyload, #VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B.lazyloading { background-image: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container { background-color: transparent; background-image: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container > .video-iframe-container { display: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row > .video-iframe-container { display: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .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); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container { border-width: 0; border-radius: 0; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#BalTWxFuTZK4zTrZlLbTBAL3Bq4EpnLh { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:0rem;display:block; }
#VkWJePeTmbS1cAJtNkRZrc1O1gIz3zW2 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:7.5rem;left:2.1875rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWe4pOpFgF1phZUFRHQc1QXlF2QwlJZR { position:absolute;display:block;z-index:15017;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:8.625rem;display:block; }
#JabMsLxCbuSXkMz0TNME9sJGw4Z8Eekd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.53125rem;left:9.28125rem;overflow:hidden;display:block; }
#oX9z85UFKfk8b3aIP4uhTvzJTWZ2POiM { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:20.125rem;display:block; }
#AE111XLz0SSGtZlMgT0IeghJ5ghV7GaL { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:7.5rem;left:22.3125rem;height:8.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CfRIRkZCe6lQlQbyT8sntkRCkHE6uvwC { position:absolute;display:block;z-index:15021;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:28.75rem;display:block; }
#B0qilXBObRlcy6DO91TSwGW1E3bsAyfT { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:29.4375rem;overflow:hidden;display:block; }
#TyvcFTJ7Qa6FAmxWVpdEEITH4wqdPVX3 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:19.75rem;top:0.375rem;left:40.25rem;display:block; }
#laEXlD9kxrsXdsKW7sVtQSdiJwmB0w22 { color:#2f2f2d;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:7.5rem;left:42.4375rem;height:10.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrX6KgZz25l8oFQaNJJNTDPmcN1Ir7VU { position:absolute;display:block;z-index:15025;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:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;box-shadow: none;height:2.75rem;width:2.75rem;top:2.875rem;left:48.875rem;display:block; }
#VoiMO65xgAtcxE0pzx6T95qCl5fn4CFt { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:3.5625rem;left:49.5625rem;overflow:hidden;display:block; }
#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);background-image:url("https://images.assets-landingi.com/e75Od40x/section4_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp.adaptive-delivery-prevent-bg, #AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp.lazyload, #AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp.lazyloading { background-image: none; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container { background-color: transparent; background-image: none; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container > .video-iframe-container { display: none; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row > .video-iframe-container { display: none; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .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); }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container { border-width: 0; border-radius: 0; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container { background-color: transparent; background-image: none; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container > .video-iframe-container { display: none; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row > .video-iframe-container { display: none; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .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); }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container { border-width: 0; border-radius: 0; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container { font-size:0.875rem;font-family:arial;height:69.6875rem;width:60rem;position:relative;display:block; }#ACKtchbMwnOhzsabCT2WLTtqsvsnphXP { color:#2f2f2d;display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8499999046326rem;left:0rem;height:3.9rem;font-style:normal;display:block; }
#OHDFb4m8nTDLsFN89cvT719QB43kOXSv { color:#2f2f2d;display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.7242193222046rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#lt7uqlWDc6V7HNWMS7sAJNQCw6VEzSlX { position:absolute;display:block;z-index:15005;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:7.58749961853rem;display:block; }
#ZSpsGQy2ChTATCM3DgQ07WgTgMz387VT { position:absolute;display:block;z-index:15008;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:10.887499928474rem;left:6.27499961853rem;display:block; }
#mppV1B2bTSBVxMcFrM4FxzExzSBeDZLd { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.675000309944rem;left:7.96249961853rem;height:2.7625rem;font-style:normal;display:block; }
#JnTXPuMKXNgHvOWT8G20ber9ea8bXRmr { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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;width:31.25rem;top:23.887499928474rem;left:11.52499961853rem;display:block; }
#b5oNQxVVDtLqiI2vxnSElhSh89LAa4IB { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:20.137499928474rem;left:11.52499961853rem;display:block; }
#hwB0hHkm5F4vwA8pFqV9WaG2vPeKXTqQ { position:absolute;display:block;z-index:15007;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:24.25rem;left:44.1875rem;display:block; }
#yIy9h0Bw3CsekPhrCC5uFUDZz5F4xuJ6 { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:22.8125rem;left:42.875rem;display:block; }
#TkW7T3IoxX7U6RDeGbyU26AEu1C1lXD7 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;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:23.824999928474rem;left:44.562501907349rem;height:2.7625rem;font-style:normal;display:block; }
#Q4VC17RaazzoOarFhTSKOXToHOSk43Aa { color:#2f2f2d;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.199219226837rem;left:18.624219894409rem;height:2.4375rem;font-style:normal;display:block; }
#ZDEFpQAhq3093TrG8vmJxg2EtKV1fdEF { color:#2f2f2d;display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.15625rem;left:18.6240234375rem;height:4.3875rem;font-style:normal;display:block; }
#b7sZAP1blGp30STATHS36aRhEluUDfQ7 { color:#2f2f2d;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.5rem;left:11.4375rem;height:2.4375rem;font-style:normal;display:block; }
#Wbv20eDTfe65Mur3GpXRczfFhFEznU61 { color:#2f2f2d;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.5625rem;left:11.5859375rem;height:4.3875rem;font-style:normal;display:block; }
#hleTURtzIygSVIM6OxuAco25zpGOJGi4 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:32.062500953674rem;left:49.999219894409rem;display:block; }
#Dv5tN73vFMoysoOTiR5NgBuW3yg1HXIl { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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;width:34.375rem;top:35.812500953674rem;left:15.52499961853rem;display:block; }
#m2gUVUTVds6zztaVsOa3CcKGd4wt65ec { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:34.0625rem;left:7.625rem;display:block; }
#xRThzCbWyb115hvxasxduTFpJNSTPIeU { position:absolute;display:block;z-index:15012;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:32.625rem;left:6.3125rem;display:block; }
#cvZVGbN62qPV9ZbZrsbSQXZlo0T0yrGo { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.4375rem;left:8rem;height:2.7625rem;font-style:normal;display:block; }
#quS654xG5FnIdTe6hJisWQOcIgoR2nwK { color:#2f2f2d;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.375rem;left:18.625rem;height:2.4375rem;font-style:normal;display:block; }
#AVQ64T2Fwba4STgQ393B6qgubliRTfif { color:#2f2f2d;display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.3125rem;left:18.625rem;height:2.925rem;font-style:normal;display:block; }
#kZs4cr5bgckSwaFAg5ihltquh5clm5wm { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:41.875rem;left:11.5rem;display:block; }
#nwpV3AlBUBbDQeqwq0SpxIVkonRTaATc { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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;width:31.25rem;top:45.625rem;left:11.5rem;display:block; }
#D3f285zFwEETu3AM7s4oKq7zT2BLH9PP { position:absolute;display:block;z-index:15000;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:46.125rem;left:44.25rem;display:block; }
#MzwDRc7hB81FavoO2JH1A88FveFi05AN { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:53.9375rem;left:50.0625rem;display:block; }
#gykQQUWh7I97QTrRLEDNxWEIeJsdlkD9 { color:#2f2f2d;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:50.4375rem;left:11.6875rem;height:4.3875rem;font-style:normal;display:block; }
#dfq8gl106S0wgJmUUqrKruzKvCb6lTUQ { color:#2f2f2d;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:47.375rem;left:11.5rem;height:2.4375rem;font-style:normal;display:block; }
#mTV2nrhGcI2gndK7XPF3EmHu9MWLq7Xn { position:absolute;display:block;z-index:15022;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:44.6875rem;left:42.9375rem;display:block; }
#cxmQWGKo1lyP7nn2oPVmJPE2MxpEhuLV { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:45.6875rem;left:44.625rem;height:2.7625rem;font-style:normal;display:block; }
#mWrBR3O0AW9s9QmwKPEm0WbbPedUkVBz { position:absolute;display:block;z-index:14999;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:55.9375rem;left:7.5625rem;display:block; }
#ut2OHHULoxGp24wcgWsLAp40admMAiPT { position:absolute;display:block;z-index:15020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-tertiary-4),0.35) ;height:4.75rem;width:4.75rem;top:54.5rem;left:6.25rem;display:block; }
#AzaZoyTSCJlC98EqkgTf0QFbNkvZUfCq { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:55.3125rem;left:7.9375rem;height:2.7625rem;font-style:normal;display:block; }
#DqxPzbXrZTvRmk41Wh582Nw0iNwxuuTc { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-left:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-right:0.0625rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-tertiary-0),1);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;width:34.375rem;top:57.6875rem;left:15.5rem;display:block; }
#tTnzIUPcu0iLpZKvOAMJUfZ0ydSTIhnf { color:#2f2f2d;display:block;width:31.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:59.25rem;left:18.5625rem;height:2.4375rem;font-style:normal;display:block; }
#sr2uHokb1ommBhUkSIi6oyzWzlmdZm0I { color:#2f2f2d;display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:62.1875rem;left:18.5625rem;height:4.3875rem;font-style:normal;display:block; }
#e7ErD7TsKpl0m7FlHr5tDChA4Wa47T13 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:14.04296875rem;left:9.3056640625rem; }
#zmAtb0J74siwNVD6GRDDLrMrnTLiHoFR { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:25.96875rem;left:45.90625rem; }
#RRbeTlDmAiTqKlaBneTMGda3EbE7WQub { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:35.9375rem;left:9.3994140625rem; }
#cymCHmX0XnkxDEh2m3ioLAuVuZD3LCCq { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:47.84375rem;left:45.90625rem; }
#HJKg2uQknBqNaGnLUSHBErR7iqJZngJa { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:58.07421875rem;left:9.375rem; }
#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #2f2f2d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #2f2f2d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #2f2f2d);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #2f2f2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#2f2f2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#2f2f2d' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #2f2f2d);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container { background-color: transparent; background-image: none; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container > .video-iframe-container { display: none; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row > .video-iframe-container { display: none; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .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); }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container { border-width: 0; border-radius: 0; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/free-images/People/pexels-photo-23966.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk.adaptive-delivery-prevent-bg, #UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk.lazyload, #UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk.lazyloading { background-image: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container { background-color: transparent; background-image: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,45,0.5); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container > .video-iframe-container { display: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,45,0.5); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row > .video-iframe-container { display: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .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); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container { border-width: 0; border-radius: 0; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#Nka7xkUdUCNPc9JWK2M0E0NnLdKZloIZ { color:rgba(var(--color-primary-2),1);display:block;width:44.375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.3437509536744rem;left:7.8125rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2f2f2d, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #2f2f2d, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #2f2f2d, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #2f2f2d, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2d', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f2f2d', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #2f2f2d, rgba(var(--color-tertiary-0),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container { background-color: transparent; background-image: none; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container > .video-iframe-container { display: none; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row > .video-iframe-container { display: none; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .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); }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container { border-width: 0; border-radius: 0; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);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; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container { background-color: transparent; background-image: none; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container > .video-iframe-container { display: none; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row > .video-iframe-container { display: none; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .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); }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container { border-width: 0; border-radius: 0; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { background-color: transparent; background-image: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { display: none; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .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); }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { border-width: 0; border-radius: 0; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0rem;left:20.125rem;overflow:hidden;display:block; }
#auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;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:13.625rem;width:19.75rem;top:0rem;left:0rem;display:block; }
#MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { color:#2f2f2d;display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.375rem;left:5.375rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { color:#2f2f2d;display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:7.9375rem;left:5.75rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.75rem;top:14rem;left:20.125rem;overflow:hidden;display:block; }
#UEtE0k5MWM3PrbSZp311O7sJCEUvqJgT { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;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:13.625rem;width:19.75rem;top:28rem;left:40.1875rem;display:block; }
#X2XMWPFx1lMdBnouxyZPTIahIyiPfweO { color:#2f2f2d;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:35.9375rem;left:43.4375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7aeNEaBwfCMxaTVrt9Q598NB7zBTrB0 { color:#2f2f2d;display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.375rem;left:45.0625rem;height:5.0375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:14rem;left:0rem;overflow:hidden;display:block; }
#kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:28rem;left:0rem;overflow:hidden;display:block; }
#gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { color:#2f2f2d;display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.625rem;left:41.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { color:#2f2f2d;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.7;letter-spacing:0;top:6.375rem;left:41.75rem;height:3.825rem;font-style:normal;display:block; }
#auunLFev4OAo7tvbwpHaZTMUCuf80IXL { color:#2f2f2d;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:11.0625rem;left:41.75rem;height:14.9625rem;font-style:normal;display:block; }
#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(250,250,250,0.56);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; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container { background-color: transparent; background-image: none; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container > .video-iframe-container { display: none; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row > .video-iframe-container { display: none; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .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); }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container { border-width: 0; border-radius: 0; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2f2d;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; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { background-color: transparent; background-image: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { display: none; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .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); }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { border-width: 0; border-radius: 0; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { font-size:0.875rem;font-family:arial;height:18.5rem;width:60rem;position:relative;display:block; }#Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { color:#2f2f2d;display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:4.375rem;left:3.75rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:7.8750009536744rem;left:3.75rem;height:6.4125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),0.5);border-left:0.125rem solid rgba(var(--color-primary-2),0.5);border-right:0.125rem solid rgba(var(--color-primary-2),0.5);border-bottom:0.125rem solid rgba(var(--color-primary-2),0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:55.75rem;top:5.6875rem;left:0rem;display:block; }
#LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { background-color:#2f2f2d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:8.71875rem;left:46.5rem;display:block; }
#iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { position:absolute;display:block;z-index:14998;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:37.3125rem;top:4.0625rem;left:1.90625rem;display:block; }
#yVmlSdn557xykXohtcf29a9ZCzU5WK5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { background-color: transparent; background-image: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { display: none; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .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); }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { border-width: 0; border-radius: 0; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { position:relative;display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { background-color: transparent; background-image: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { border-width: 0; border-radius: 0; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;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; }#tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:21.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:43.875rem;top:2.125rem;left:16.125rem;display:block; }
#XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:3.625rem;left:18.375rem;overflow:hidden;display:block; }
#ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { color:#2f2f2d;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:6rem;left:19.0625rem;height:10.5rem;font-style:normal;display:block; }
#qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { color:#2f2f2d;display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:16.5rem;left:35.750001907349rem;height:2.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VcyB5PMwLCrOVJliz4srfk41atcHnOft { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:21.125rem;top:22.249993801117rem;left:38.875001907349rem;overflow:hidden;display:block; }
#fQyCqZyeeI5GhPHPUxoZ2HmALtDhRWUt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:43.875rem;top:2.125rem;left:16.125rem;display:none; }
#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN { position:relative;display:block; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN { background-color: transparent; background-image: none; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row .container > .video-iframe-container { display: none; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row > .video-iframe-container { display: none; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .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); }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN { border-width: 0; border-radius: 0; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .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; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;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; }#iOCEtXds0J03lbix5Aav3K2ZlT4F0FEc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:43.875rem;top:2.1249942779541rem;left:0rem;display:block; }
#gdBzXXkrt1I8Uw1psNJLFeQu4FtCDE1g { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:2.5rem;left:1.65625rem;overflow:hidden;display:block; }
#KFlQwxvvMHRGKfuJ2s1Oqab0SyU6WfMZ { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:15.375rem;left:23.25rem;height:2.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rUBcZyXVTn69rCcED8DadFsuZ50OumwV { color:#2f2f2d;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:4.875rem;left:2.625rem;height:10.5rem;font-style:normal;display:block; }
#qcald8xwAGN4TnVklsLRIdbFNLaMuyTL { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:43.875rem;top:2.125rem;left:16.125rem;display:none; }
#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 { position:relative;display:block; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 { background-color: transparent; background-image: none; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row .container > .video-iframe-container { display: none; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row > .video-iframe-container { display: none; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .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); }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 { border-width: 0; border-radius: 0; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .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; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.25rem;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; }#TtJT0HtB8Gs6sFc9DpSrwSTkKQTufX2D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:21.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RofHnpziDmcUMCRzZ47mGtBgSwv9qvTO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(var(--color-tertiary-4),0.06) ;height:18rem;width:43.875rem;top:2.125rem;left:16.125rem;display:block; }
#G8nZeyidxK6oVisq3emWNl9BTrTNVz1v { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.5rem;left:18.3125rem;overflow:hidden;display:block; }
#cEIde6lbp7gfB32nffVdbmP1ezzAUO7e { color:#2f2f2d;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:6.875rem;left:19.1875rem;height:8.75rem;font-style:normal;display:block; }
#KuPXi5wPzbypJVLGZZEfiI7ON8I35FzT { color:#2f2f2d;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:15.625rem;left:39.8125rem;height:2.1375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg { position:relative;display:block; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg { background-color: transparent; background-image: none; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row .container > .video-iframe-container { display: none; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row > .video-iframe-container { display: none; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .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); }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg { border-width: 0; border-radius: 0; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .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; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.6875rem;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; }#MVFI1TpNLrA7SHTReMnHTVi7ZiO3wbT3 { color:#2f2f2d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.5929689407349rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK { position:relative;display:block; }#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK { background-color: transparent; background-image: none; }#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK > .row .container > .video-iframe-container { display: none; }#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK > .row > .video-iframe-container { display: none; }#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK > .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); }#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK { border-width: 0; border-radius: 0; }#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK > .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; }#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F0vJdMxzKrTTwul4KLgoTP6rTCrG8QpN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#x4IIK10uQphM3XrSXhtnrC1GRSx9fDky { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:42.1875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#wVpDXNFWdqXI5phn6c6spzx4K04Xd2BG { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#nlc4vrGZ69fhfutzSUBXJsHB0EHqNTDQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:8.96875rem;left:46.25rem;overflow:hidden;display:block; }
#KKOIL9mOCZyhT6TxkORLh2M2CX3eU8AX { position:relative;display:none; }#KKOIL9mOCZyhT6TxkORLh2M2CX3eU8AX { border-width: 0; border-radius: 0; }#KKOIL9mOCZyhT6TxkORLh2M2CX3eU8AX > .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; }#KKOIL9mOCZyhT6TxkORLh2M2CX3eU8AX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ibvQaJLAZCxymT1rePTM6aycIDTxqCwR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#pAQusDkIIQ8ZwcF7ZMOKPnoFVEq0iT40 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.125rem;left:42.1875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#kclhq3TW6knzT5Ta0T3sLXhBl2PoPKOT { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#ydQDi8B8OkL6hKbgHBJNXVuoIoLL2pyU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:6rem;top:8.96875rem;left:46.25rem;overflow:hidden;display:block; }
#KBiCADqUMs4Pyc2skFUT5pu05tegwCGN { position:relative;display:none; }#KBiCADqUMs4Pyc2skFUT5pu05tegwCGN { border-width: 0; border-radius: 0; }#KBiCADqUMs4Pyc2skFUT5pu05tegwCGN > .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; }#KBiCADqUMs4Pyc2skFUT5pu05tegwCGN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HTLN6hdIZWUpPKq5TSBF35i8ZH3kcSTI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#idg3KeT3Fx4s5B6XoThpmMHmxotQnrRA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#osoaGOJlovfUh70dBX1QZEwhNIr1XkAC { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#gDFTumogA1cPl7RttUUMHhp8NkLqQPVR { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:9.0625rem;top:9.03125rem;left:44.90625rem;overflow:hidden;display:block; }
#TvmcMdVxG3c3ZkMMH4FsHmDUprKcAV96 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.5rem;left:42.09375rem;display:none; }
#TMt4WsX9v9P2QLsIZI9qvLZEqby6NVfG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.5rem;left:42.09375rem;display:none; }
#ky2uvIx4OR1x5Z1JiJVHEgITH3a06F4X { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.5rem;left:42.09375rem;display:none; }
#fuwQGd4af465mVlnHhnPimX9XKCl2Xx0 { 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: none;height:2.5rem;width:2.5rem;top:5.8125rem;left:-1.53125rem;display:none; }
#NsOAR3UsBVunQEFHVHXnqdFnld81tvWN { 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: none;height:2.5rem;width:2.5rem;top:5.8125rem;left:-1.53125rem;display:none; }
#rogItzT9Qhpks3NZXHITZfwdgOT7Z5nv { 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: none;height:2.5rem;width:2.5rem;top:5.8125rem;left:-1.53125rem;display:none; }
#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD { position:relative;display:block; }#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD { background-color: transparent; background-image: none; }#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD > .row .container > .video-iframe-container { display: none; }#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD > .row > .video-iframe-container { display: none; }#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD > .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); }#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD { border-width: 0; border-radius: 0; }#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD > .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; }#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uBMNIbPUpELCCW5nKl1hNmtZZ6dqKOHv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#TkAma2auJhBZAbntLLasVwESWlVtd6Mc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#iIsASr4bZnvbIUivZTCulMJQhm68DUdN { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#TupfbzWwK5QzuLDvP42LKGr7cqHg5n3h { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.5rem;top:10.3125rem;left:43.187501907349rem;overflow:hidden;display:block; }
#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf { position:relative;display:block; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf { background-color: transparent; background-image: none; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row .container > .video-iframe-container { display: none; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row > .video-iframe-container { display: none; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .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); }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf { border-width: 0; border-radius: 0; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .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; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tSlNPtzaX62Jx2JBAAEmreeEqgHn62d9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OwfG7a9W61CiuTKT2wiRtDmy3dhmSmlT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#ERUJlm5QaXo1e3iKVDLEHZZ6857uJar0 { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#QyNBJfwHBW45B3SQ7yOoXIT5piVkhitZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:12.5rem;top:10.3125rem;left:43.187501907349rem;overflow:hidden;display:block; }
#LayCOTMz3vbLqtgtwtpO580INJHQ9wro { position:relative;display:block; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro { background-color: transparent; background-image: none; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row .container > .video-iframe-container { display: none; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row > .video-iframe-container { display: none; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .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); }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro { border-width: 0; border-radius: 0; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .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; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mdsLSWkAB61gB7gzyy1JwtimNo6y2aaL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#w5ivGB0NTrWRT2usAxpnvuEKcekMwZLV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#FdhH2xumdRAEr1yfiTuOZ0HiN0S6yspt { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#LoLML0QGvOyhfGLpEI71kXzfiEbqRufX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:18.375rem;top:10.3125rem;left:40.0625rem;overflow:hidden;display:block; }
#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 { position:relative;display:block; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 { background-color: transparent; background-image: none; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row .container > .video-iframe-container { display: none; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row > .video-iframe-container { display: none; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .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); }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 { border-width: 0; border-radius: 0; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .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; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e1mPEWPpqPsBJOx1leEeu7zzPaCaO9x6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dLoqFib8VfNT8lrW8EWXllGW3bCFJBIf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.187501907349rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#dgS8cQOCXvWx0IQWaPIHziKl2W4eDIv6 { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#qpHSFFof8F60QaU70TbOPe1Vt5OhuMTW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:12.5rem;top:10.3125rem;left:43.187501907349rem;overflow:hidden;display:block; }
#J17oOnVADt1MmUGNdgfXevKX1D1aERgF { position:relative;display:block; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF { background-color: transparent; background-image: none; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row .container > .video-iframe-container { display: none; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row > .video-iframe-container { display: none; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .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); }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF { border-width: 0; border-radius: 0; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .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; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bDFAJ2bTCBAUldJrkTMEptqUyTA4SfZc { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZApshKdCycV8TXtwzK2PsuNe4JgSoDZR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#DgCaPeC2yqciT3vG6Ahu1Snrnh9yDSFi { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#H5q8XcB31nwoSyhQ2tLtp1QGSXnTVlZF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:12.5rem;top:11.15625rem;left:43.187501907349rem;overflow:hidden;display:block; }
#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV { position:relative;display:block; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV { background-color: transparent; background-image: none; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row .container > .video-iframe-container { display: none; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row > .video-iframe-container { display: none; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .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); }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV { border-width: 0; border-radius: 0; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .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; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rIgS9sGLAhVJeGZsN9gw7vFZDfqRI3ff { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#BC4ofg1iuh2w0tui64NAvGeGNsMR5f4g { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#AbBJf5zxhptvyTDPTyImVunWahsVoh0J { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#hrKzNwvOPL90lBGvGCQebMwX7M9LTgUx { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:8.125rem;top:4rem;left:45.375001907349rem;overflow:hidden;display:block; }
#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu { position:relative;display:block; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu { background-color: transparent; background-image: none; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row .container > .video-iframe-container { display: none; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row > .video-iframe-container { display: none; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .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); }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu { border-width: 0; border-radius: 0; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .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; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qL4H5HX2VLn8hu2WFAvEabpfifnDvXR7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DHd1JMsrhlqXfh9vJ5pltA7TlKF1L3Lr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:42.25rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#MBDmzHUswKPuJ1kIB8pgoaRTv0XrUivS { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#dFBVyTTMUBIi0PfRwMkDlT0ROKKmp99E { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:12.5rem;top:10.3125rem;left:43.187501907349rem;overflow:hidden;display:block; }
#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG { position:relative;display:block; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG { background-color: transparent; background-image: none; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row .container > .video-iframe-container { display: none; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row > .video-iframe-container { display: none; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .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); }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG { border-width: 0; border-radius: 0; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .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; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Zy10FOFHgN85lNZ8y6ZrWqVamOszlPM3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GO9pSgFKMFeChJ0XcQJuGdeCCyRhsFAR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.0625rem;left:43.1875rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#WmhVFkTr8lw7v2N7yxI2TqS1NwqFbJUp { position:absolute;display:block;z-index:15001;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:36.8125rem;top:2.625rem;left:1.6875rem;display:block; }
#GmEbTHvaE0K6gcPCWzDiyitwn6TlDU9s { position:absolute;display:block;z-index:15005;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:7.375rem;width:7.375rem;top:7.2500004768369rem;left:45.750001907349rem;overflow:hidden;display:block; }
#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { border-width: 0; border-radius: 0; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:none; }#FEfEENJrm9xuXonqapq00L84ck7ts5tq { color:#2f2f2d;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.4375rem;left:0.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CivM7S9Do4fwDTpeDdEPzIU9hEukfET2 { color:#2f2f2d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:7.8125rem;left:0rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { border-width: 0; border-radius: 0; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:60rem;position:relative;display:none; }#QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.75rem;top:13.625rem;left:0rem;display:block; }
#V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { color:#2f2f2d;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:14.53125rem;left:0.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TVdLPitVI9nOJqlyCAH6rEUxR6k2HCtm { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47rem;left:0.875rem;display:block; }
#cRtw2ZUkFqxT7fJ04IUIvvz8UbshdV8o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oopFzXpaiP489xMiJoeKCOx8PDemtrbv { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.75rem;top:13.625rem;left:20.125001907349rem;display:block; }
#LHqTaJDnSXox8cTybSe6C07ms0PT7BMl { color:#2f2f2d;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:14.53125rem;left:20.937501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WPrMOfOaFhF65xddxJhene1asywKRKQA { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:47rem;left:20.875001907349rem;display:block; }
#OR9naUT2uEllZEn1ekMez09C1n8VlS6K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ld1tHA4I3b7PeEEecKNiNkv2KSDAXelD { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.75rem;top:13.625rem;left:40.125rem;display:block; }
#tMhS5VKz3gC0bICZ5OhpzfsRUEf9OTfx { color:#2f2f2d;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:14.53125rem;left:40.937501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pi04npPTo1fqd8qrZaE4sIDSJT0m36ww { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47rem;left:40.875001907349rem;display:block; }
#QFriz0muRKxCconOuzopKs1Z625lDgKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pV2apIZWP707ACRUZhapUkIw4GvCtlam { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/TrCw8x9v/4community.online_uslugi_4_.png");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:13.625rem;width:19.75rem;top:0rem;left:0rem;display:block; }#pV2apIZWP707ACRUZhapUkIw4GvCtlam.adaptive-delivery-prevent-bg, #pV2apIZWP707ACRUZhapUkIw4GvCtlam.lazyload, #pV2apIZWP707ACRUZhapUkIw4GvCtlam.lazyloading { background-image: none; }
#m9Egbt4uDInFzrkAUmn2eViuUJQneC9b { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/UpfiLcTV/4community.online_uslugi_5_.png");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:13.625rem;width:19.75rem;top:0rem;left:20.0625rem;display:block; }#m9Egbt4uDInFzrkAUmn2eViuUJQneC9b.adaptive-delivery-prevent-bg, #m9Egbt4uDInFzrkAUmn2eViuUJQneC9b.lazyload, #m9Egbt4uDInFzrkAUmn2eViuUJQneC9b.lazyloading { background-image: none; }
#k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/n5rveCVc/4community.online_uslugi_6_.png");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:13.625rem;width:19.75rem;top:0rem;left:40.125rem;display:block; }#k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU.adaptive-delivery-prevent-bg, #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU.lazyload, #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU.lazyloading { background-image: none; }
#GGoJ2K8fx7eTHcJTlmE9AavuSozHuKf1 { color:#2f2f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.625rem;left:3.75rem;height:20.46679375rem;text-align:center;text-align-last:center;display:block; }
#g0ALSxUvO7NlysmipMdeMsLnFasUqwgO { color:#2f2f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.625rem;left:23.750001907349rem;height:20.46680625rem;text-align:center;text-align-last:center;display:block; }
#E61oshGvfuyzw6tDKD6qXNa9We821Ek1 { color:#2f2f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.625rem;left:43.750001907349rem;height:21.92869375rem;text-align:center;text-align-last:center;display:block; }
#iEawP1wD4pqhvNoJylu009gcSFgen5dk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iEawP1wD4pqhvNoJylu009gcSFgen5dk > .row .container { border-width: 0; border-radius: 0; }#iEawP1wD4pqhvNoJylu009gcSFgen5dk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iEawP1wD4pqhvNoJylu009gcSFgen5dk > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:60rem;position:relative;display:none; }#GIAZDVELpN2HiVPVOz5TGaksZNp0RmyX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.75rem;top:13.625rem;left:0rem;display:block; }
#NJ88GUVlrMVVzn228L5cdnL70gabJM0N { color:#2f2f2d;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:14.53125rem;left:0.9375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PRU4pTKkTG6eHvmboAfw1AwlQVJkfCA3 { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47rem;left:0.875rem;display:block; }
#bWXKTbnllJDXTfUEXDTRO4sgkKZ5MvL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fr47cUSh8IpQRrfT6zBNOG6S2PS0UQoD { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.75rem;top:13.625rem;left:20.125001907349rem;display:block; }
#ZDPQoGH75P68Al81C0hOeL87VhWUHzVK { color:#2f2f2d;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:14.53125rem;left:20.937501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pTSThxt4JrbNBTNCLwlbehbIltleuZPt { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:47rem;left:20.875001907349rem;display:block; }
#kZVW81VmHOZdrWLF4Il71f72SarNnlFZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cTQy3zR9C9TtAAiqG4wV0szs1zWUuSoy { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.75rem;width:19.75rem;top:13.625rem;left:40.125rem;display:block; }
#d4rTdh6af0OZqsUJLVwr4gncnm4Ku0D0 { color:#2f2f2d;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:14.53125rem;left:40.937501907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VkmUtMSr0lrnRqHlN3bdrrxAKl8KI2Ld { background-color:rgba(var(--color-primary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#2f2f2d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:47rem;left:40.875001907349rem;display:block; }
#ED6eqgIFoTMWvEuViAe6ERBIeNGV4gsn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qh4Vv1IVSeye1bl7Whls5bQXxLawlF6C { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/UJaKB5vX/4community.online_uslugi_3_.png");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:13.625rem;width:19.75rem;top:0rem;left:0rem;display:block; }#Qh4Vv1IVSeye1bl7Whls5bQXxLawlF6C.adaptive-delivery-prevent-bg, #Qh4Vv1IVSeye1bl7Whls5bQXxLawlF6C.lazyload, #Qh4Vv1IVSeye1bl7Whls5bQXxLawlF6C.lazyloading { background-image: none; }
#CBXlNbAa9gbZ61cx5at9uaOLpdxT7t66 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/OhL81bxB/4community.online_uslugi_1_.png");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:13.625rem;width:19.75rem;top:0rem;left:20.0625rem;display:block; }#CBXlNbAa9gbZ61cx5at9uaOLpdxT7t66.adaptive-delivery-prevent-bg, #CBXlNbAa9gbZ61cx5at9uaOLpdxT7t66.lazyload, #CBXlNbAa9gbZ61cx5at9uaOLpdxT7t66.lazyloading { background-image: none; }
#JXENIg0477URE8CuHB8BLVaf305S6ozp { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/JgUZLdCC/4community.online_uslugi_2_.png");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:13.625rem;width:19.75rem;top:0rem;left:40.125rem;display:block; }#JXENIg0477URE8CuHB8BLVaf305S6ozp.adaptive-delivery-prevent-bg, #JXENIg0477URE8CuHB8BLVaf305S6ozp.lazyload, #JXENIg0477URE8CuHB8BLVaf305S6ozp.lazyloading { background-image: none; }
#JUSN28JrzTNwftTtVQ2Pn3USkTiH0RLw { color:#2f2f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:21.625rem;left:3.75rem;height:17.54295625rem;text-align:center;text-align-last:center;display:block; }
#LEu2JinTfX5lpeAq3swQknHyAcs0OMCw { color:#2f2f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:21.625rem;left:23.750001907349rem;height:23.39063125rem;text-align:center;text-align-last:center;display:block; }
#W1peV6MZTl6S99sVAnF4xUvNtWlCIipM { color:#2f2f2d;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.625rem;left:43.750001907349rem;height:20.466775rem;text-align:center;text-align-last:center;display:block; }
#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/38WRWLgf/section8_bg7.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.adaptive-delivery-prevent-bg, #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.lazyload, #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH.lazyloading { background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { background-color: transparent; background-image: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { display: none; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .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); }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { border-width: 0; border-radius: 0; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { font-size:0.875rem;font-family:arial;height:71.0625rem;width:60rem;position:relative;display:block; }#EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { color:#2f2f2d;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:14.5625rem;left:0rem;height:14.175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { color:#2f2f2d;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.375rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-form-header {  }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:34.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.1875rem;box-sizing:border-box;height:2.75rem;color:#2f2f2d;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-text {padding-top: 0; padding-bottom: 0;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.1875rem;box-sizing:border-box;height:3.125rem;color:#2f2f2d;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.1875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-select {padding-top: 0; padding-bottom: 0;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(225deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.8125rem;margin-bottom:0.25rem;margin-left:6.8125rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#2f2f2d;width:20.5rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.875rem;font-weight:400;color:#2f2f2d;vertical-align:top;width:32.9375rem;overflow:hidden;font-style:normal;float:none; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-container:first-of-type{padding-top:0;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-container:last-of-type{padding-bottom:0;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:11.65625rem;top:31.5625rem;z-index:15015;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.1875rem;display:block;vertical-align:top; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.875rem;line-height:1.3;font-weight:400;color:#2f2f2d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP {display:block;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:11.65625rem;top:31.5625rem;z-index:15015;position:absolute;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #vVCNIDa8z80XtZMvPg44LmzrUeDNsPf5 { position:relative; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #O77UybKanesws1GsWRVzWX9AX3xCuAeu { position:relative;display:none; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #NAO4vGVSuTsQUx1m7OiPW1dREo7ROwxk { position:relative; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #LsG1IJWdAilLRIrlUHGsTfP0VPHip7LE { position:relative; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #cnBewFeDUzNDr98pvFizdhurlvzRh94L { position:relative;display:none; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #flyWLE4PFRcHG56PvWep63ot5LOcR4AN { position:relative; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #Pa6nUR301XRbNDxxy6BaKcXViG787qiF { position:relative; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #lr98AhOuq7Iu5UlqcennaTV1xBlW2XqE { position:relative;display:none; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #k06yNZX20BCTVW6xxe70A5JQ9NRKUdUk { position:relative; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #Am99n5LBKZbhRo7Ano0H3KayJb0TAkKD { position:relative; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #X2yMSxL7qDCbooVg93E83dPyWf9ZeXSX { position:relative;display:none; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #KcDpFNzucRnauzOVRJm8Q9NPiRmDe9lT { position:relative; }
#wtempFSyzHmA2ar6SzL9WnoSfJ9H6Am2 { position:relative;display:block;z-index:100000;display:block; }
#BfTs8Hx2KSGKCBcuOVx2Wa7O7l2u3poL { position:relative;display:block;z-index:100000;display:block; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #cUSOvacaXXcpuPRyHl1NxoevccMlqdmV { position:relative; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #hRTAsOfi5tbyl7m2n5xNmLbdyl2LX0cM { position:relative; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #NociwPJNraE03q3wfa3EB0mHxFGklscI { position:relative; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #Z0niltShvxqLQIJonBkfQeBefPoSNTlV { position:relative;z-index:2; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #nls9KKvRt1bZqCCO2RTdoi3m7G2m48Jf { position:relative; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #TDcarXW7fVyuFi0dQX5VNb9GBQRpPksV { position:relative;display:block;z-index:15000; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP #n6dnZKE0DXgyez5askOcTtpxtmV108i8 { position:relative;display:block;z-index:15000; }
#J91bxPQHJBZGZW0KD2HP4NoOJ7FHeND4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:66.387500762938rem;left:23.750001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr { border-top:0.3125rem solid #2f2f2d;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; }#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr > .row .container { background-color: transparent; background-image: none; }#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr > .row .container > .video-iframe-container { display: none; }#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr > .row > .video-iframe-container { display: none; }#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr > .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); }#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr > .row .container { border-width: 0; border-radius: 0; }#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#DHKlAXoGf3A20Jmu2T1RnDsOehAfLNHv { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:0.1875rem;display:block; }
#X0dX467dfh2xwbQ9JN1UgCNRZTOTzTO8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:4.1875rem;display:block; }
#KKwolWSE1rWPkfooTV42CvBmlMHDMiNT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-tertiary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:8.1875rem;display:block; }
#rleXvA1TZ2h0H5ztwqTbs5MJMMExu9EN { color:#2f2f2d;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0rem;height:3.675rem;font-style:normal;display:block; }
#kLKksTQClozsaKrXP7gXOCBedShKQT21 { color:#2f2f2d;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.03125rem;left:52.6875rem;height:2.45rem;font-style:normal;display:block; }
#OPm85vvi3neTh8OaZPspfdMAk9XnD4ib { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#DJng6pVox0efb1rrmexl2qaSOW99k8Sr { color:#2f2f2d;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:8.25rem;left:27.5rem;height:1.225rem;font-style:normal;display:block; }
#murDFoqte15PKTizrSxmOIchmD0TtIWb { color:#2f2f2d;display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:27.5rem;height:1.225rem;font-style:normal;display:block; }
#GcGKyrCaTfQDfM88HwUahBK8cKkTAK5f { color:#2f2f2d;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:0rem;height:1.05rem;font-style:normal;display:block; }
#yedbG6Gw7zMWXAfrT3ZszkntGQQs5g2H { color:#2f2f2d;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:24.9375rem;height:1.05rem;font-style:normal;display:block; }
#mMHCtsHI9mTi5Ju2544NXIdC6IQFAiKZ { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#q2nsk4cOl3ZhSQRTiq2HCTz7xFZyf4Nk { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9560546875rem;left:25.5rem; }
#MJFwKhM5boveG04BuTMKrTdUUSmORqGe { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:8.125rem;left:25.5rem; }
#c7H1iBKW1m9X46Uo96Rh6L8KqSf3H7ds { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.849609375rem;left:50.625rem; }
#iMc9VLcaTHGkdfcXhMDbxW40zKk8AV08 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:15.1875rem;left:0.8125rem; }
#a96MqOigMwTmNNhsMJRphIKKWWpwzToP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15.1875rem;left:4.8125rem; }
#e6aI2um1kgTlPXOodHePbwwtXcfXJpX0 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15rem;left:8.625rem; }
#ezsBQeCCR8tGkkFu5Isvt2PPffNeOFMT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:15.4375rem;top:1.4248046875rem;left:0rem;overflow:hidden;display:block; }
#lGxNRz0hJUz0EpdyXfLTFlDk2MQXETSS { color:#2f2f2d;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:13.0625rem;left:24.9375rem;height:1.05rem;font-style:normal;display:block; }
#HxS7FrABKC9Uz5b7DbupQGTflX9pVM2G { color:#2f2f2d;display:block;width:2.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:14.5625rem;left:25.5rem;height:1.05rem;font-style:normal;display:block; }
#xs41kqTwCA3IReW5b57A21yBratD3ds8 { color:#2f2f2d;display:block;width:4.9375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:14.5625rem;left:28.4375rem;height:1.05rem;font-style:normal;display:block; }
#pEpAyVbVANJyGs6h0DxA7cs4ui1O8IZV { color:#2f2f2d;display:block;width:3.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:14.5625rem;left:33.375rem;height:1.05rem;font-style:normal;display:block; }
#GwuCF7Nydrd4orMaeqZsBk4KQzte6ZVC { color:#2f2f2d;display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.4;letter-spacing:0;top:14.5625rem;left:36.75rem;height:1.05rem;font-style:normal;display:block; }
#lUcNGZoP1LM76KwsHLJ3r4GiJTqL1RXa { color:#2f2f2d;display:block;width:2.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:14.5625rem;left:43.625rem;height:1.05rem;font-style:normal;display:block; }
#iSFvPE8c6kCJJ72iXM2o2RyxotHZpJoR { color:#2f2f2d;display:block;width:6.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.4;letter-spacing:0;top:14.5625rem;left:46.625rem;height:1.05rem;font-style:normal;display:block; }
#uMhzPmKdReWUrEaimcioHwKVdnGH7GMl { color:#2f2f2d;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:14.5625rem;left:53.3125rem;height:1.05rem;font-style:normal;display:block; }
#PP5i2ko1sKQ7RQHKg5LuXMig7HZNSUth { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QynObSqC4QDLHyncRfpN05A2M42n1vGp { display:block; }#QynObSqC4QDLHyncRfpN05A2M42n1vGp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzHTO5TagN52BJm3XJeZrw0JCrWT91nW { width:16.25rem;height:3.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gd7u2hhk7LBelmdRKLLab3gNWrVnTcmo { width:1.375rem;height:1.375rem;top:3.75rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrD3onKZq1WbzJLbNGgoOMT0VDfXtJRl { top:1.0625rem;left:40.375rem;width:7.375rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSmU0TRBXJ4SPMseDSgLbg6RzqOydGHn { top:5.875rem;left:0rem;width:3.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPhIfZXLN4gFoGiRAM740GrU5em77s1P { top:5.875rem;left:0.9375rem;width:5.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzyzeIFibLWbWaBzqEmsaHnlJIzT1m8m { top:5.875rem;left:8.6875rem;width:3.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFRrCBpqF91MgCmy6yKpUwPRwquGLZB7 { top:5.875rem;left:14.3125rem;width:8.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFopO3WRsWuZVT2KJ45CsUC36hrl43u3 { top:5.875rem;left:24.5625rem;width:3.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSHLhvfBx8AOGDoLLPfKtGGCO2JPDUwi { top:5.875rem;left:29.6875rem;width:8.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWoXpm1LWRFZiVXkODpsCukEXbqrkBzh { top:5.875rem;left:39.75rem;width:6.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcbFC68eN6M4f78AQ4GGRVa2ufb5dOCo { top:5.875rem;left:42.9375rem;width:4.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mva9gW2KPQ0STmL7tHI70FLqRT3c5ndB { top:5.1875rem;left:0rem;width:47.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td3sk6kUnqxJHSx2K63aUZXn9PdPwshq { top:3.5625rem;left:41.5625rem;width:6.1875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdhTS1Qo21DCUBP6M4yvk4uccHs8QHg0 { top:3.375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcAbqFHECJNbMTMXNNruDfch25yxR4SG { top:3.375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcsZ18F1ERT2oddCufHWqtHsbvUWeA0a { top:3.375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP2WLekDdZ6FuhlkkTTzq60KdfUJiGH3 { display:none; }#IP2WLekDdZ6FuhlkkTTzq60KdfUJiGH3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rpeOP8mtJDk358kBl9r4rzD0f5uyn0Q1 { display:none; }
 }@media only screen and (max-width: 763px) { #SOeBiO38aLnefMqAslPkpa8IVVX6NDUX { width:16.25rem;height:3.75rem;top:0.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlPN81yPxEPSgPrq4kOgPoOWf8HvHsEb { top:5.875rem;left:0rem;width:3.25rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihaQB4ZbroGhds5GZDElGbwEoeNWEbx6 { top:5.875rem;left:0.9375rem;width:5.9375rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eB4zGtkqWNqrSplFCFLrCGMO3kAHZyd2 { top:5.875rem;left:8.6875rem;width:3.75rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iD4U2QrSOS2yTSqkdbkM6I8HgE7XdGdb { top:5.875rem;left:14.3125rem;width:8.5625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsTvrvZyn2qqOcSsdx7CqHAA2y3cKRm8 { top:5.875rem;left:24.5625rem;width:3.375rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTiCDbiau7TvmEUTPzwVKlaPAx7Bvz6u { top:5.875rem;left:29.6875rem;width:8.4375rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NUfZ442ZLWLZq1QiVuU7hPHqMSVgLrRV { top:5.875rem;left:39.75rem;width:6.0625rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWRRRgoy3otyhpPF0avkcimw2S4UfEPV { top:5.875rem;left:42.9375rem;width:4.8125rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVNSKtqw7VNCEAREhqrey9LxvXXCkNSN { top:23rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZ5Z9E2Bh8tbBNIaKa5F9omixkaTacs9 { width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XzEUvhx6swpplNeXXgGRks9pVNM9Qx3D { width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOphdTJAT8o80PvSOwKl7Lo1ZW3264dw { width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E { display:block; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4t3AF5FLVBlCywkXdrOlNsVFZVP1S01 { width:21.375rem;height:7.875rem;top:11.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7fP6nR2W6A0ATTRpZRWObwVZAhqdpTu { width:2.125rem;height:2.125rem;top:26.125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKhTyvrTR0O3XxwUVSVCsZPNGbZQaXb { width:2.125rem;height:2.125rem;top:26.0625rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBUhT9SE5Eh4bKqXACfQDDrOWMae1wPZ { width:2.125rem;height:2.125rem;top:26.125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiHKo8Q4XVoh2tEm4KTBcNelkBqUuXGp { width:10rem;height:0.125rem;top:27.125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUNxklIqtfW8giU2NM1rbhwcWtnJHNvo { width:41.9375rem;height:7.875rem;top:15.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXIwyF0NnzhKsKRKx1HZAIDA2qVZR6X2 { width:37rem;height:7.875rem;top:19.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRv8v41DEwTlmIeXINWDC6E3wTL8gWHN { width:18.625rem;height:7.875rem;top:23.875rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUtnpf6WDzkr1Hn3F3qg8K2OubNrwui4 { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6O6IX63uHKI8QAWciLt1P1PNBfixm4a { display:none; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:28.1875rem;height:;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:28.125rem;height:22.25rem;top:7rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { width:26.5rem;height:23.3125rem;top:0rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.5rem;height:3.4375rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.5rem;height:3.4375rem;top:30.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #Du4BcJNLmXCyeHdzGNxsToKf40soATvr { width:2.125rem;height:2.125rem;top:26.125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDXpywZmAmBVWHw3tXILvE0Ofc5Zimmu { width:2.125rem;height:2.125rem;top:26.0625rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL86VWCk16busm3OpI0DDqAsKlzl2RVD { width:2.125rem;height:2.125rem;top:26.125rem;left:45.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.125rem;top:27.125rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew { display:block; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pN4opniVCHALfAuPx16UKGPqenG5tUpw { width:47.75rem;height:;top:3.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz { display:block; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:;top:7.125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm { width:15.625rem;height:;top:9.875rem;left:4.25rem;font-size:1rem;display:block; }#WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm li:before{  }
 }@media only screen and (max-width: 763px) { #XhcKQEHHoSyPGn1WONrZvM4D6sSRdnwF { width:15.625rem;height:;top:7.125rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNXT0LUENzipn62QEUBspgXgUgSCsePq { width:15.625rem;height:;top:9.875rem;left:28rem;font-size:1rem;display:block; }#yNXT0LUENzipn62QEUBspgXgUgSCsePq li:before{  }
 }@media only screen and (max-width: 763px) { #kyQ7rcoxucLEisIiGTxNJOGRzd03DTPt { top:2.9375rem;left:11rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:2.5rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkFwhZDBgQP8DggDNckTSE2gFoLSWS0q { top:2.9375rem;left:34.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7P5FzQ5MoiwRlUhLBkZAIPT1H7npMz9 { width:2.75rem;height:2.75rem;top:2.5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8dcTrstaNGA87znZhz6eQ2rUMZhCvXb { width:23.5rem;height:31.75rem;top:1.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViQWbEZ04GDSDgCCdeDCbd194Mboz872 { width:23.5rem;height:31.75rem;top:1.3125rem;left:24.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr { display:block; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5awn6ATyKk0Pvvon54ZMLyEJETNg0CI { width:15.625rem;height:;top:7.125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 { width:15.625rem;height:;top:9.875rem;left:4.125rem;font-size:1rem;display:block; }#erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 li:before{  }
 }@media only screen and (max-width: 763px) { #K2QirPadS9qsnkcwtU4wW6iH1tnhHTqg { width:15.625rem;height:;top:7.125rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn { width:15.625rem;height:;top:9.875rem;left:28rem;font-size:1rem;display:block; }#oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn li:before{  }
 }@media only screen and (max-width: 763px) { #SzP7rAxmXkqlzMVVDEc80LZoBp4rIoxU { top:2.9375rem;left:10.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sysoT7Z8dkt1K4bCHBvf1vMcgHhOkX9o { width:2.75rem;height:2.75rem;top:2.5rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcLDDFsvsOSUaQiRxNRuvJRPQkXSdHSV { top:2.9375rem;left:34.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJqpKh7v7Jpazyoz056tZJlm9UqoKFg { width:2.75rem;height:2.75rem;top:2.5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP6ANX30gH0L4kmaTK0RXQUZ2M3whJUe { width:23.5rem;height:31.75rem;top:1.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt9hrQTCgFzAJUwcgRnyd921Vn4EnGEF { width:23.5rem;height:31.75rem;top:1.3125rem;left:24.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB { display:block; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1qeXAbpUnzRbCN0FvVfNqgb87SrNkS8 { width:23.5rem;height:31.75rem;top:1.3125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnsgNV21SVU5ZM0kVyISed8CHkTmswGa { top:6.3125rem;left:22.9375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtGXluQJxw2BtPRNexJuCCkDnSB1U84t { width:2.75rem;height:2.75rem;top:5.875rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #km5Da6vLcwWWrtvCe4BG2KHT3EFAee0V { width:15.625rem;height:;top:10.5rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 { width:15.625rem;height:;top:15.125rem;left:16.0625rem;font-size:1rem;display:block; }#XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 li:before{  }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { width:47.75rem;height:24.25rem;top:11.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs { display:block; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FW62s6DLZSoaRsuyMx2Ct5PoR1HqgVcZ { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 { display:block; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLZFxc74wSTUIAnDWV6uIGEaSGLTBJcw { width:18.5rem;height:;top:5.6875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0xO6WrHBAMHxO116AANCe68PFrF9v8T { width:11.25rem;height:0.625rem;top:5.0625rem;left:17.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #cydpQS8GXaMWl64MufBCcEcpu847kChn { top:5.6875rem;left:8.75rem;width:39rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFrvTQ5xFUxZkmReut1kJEQ2IKbNW1ph { width:18rem;height:8.5rem;top:19.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FifwTuqVayTWVIT16nbae2gUWm193wyn { width:13.5rem;height:3.4375rem;top:39rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgEi35Q5Mus4NexxGm1P7yTRxdU1tOgn { display:block; }
 }@media only screen and (max-width: 763px) { #d1kFcpUwGh6b1fikGyqem62slJ4IG0M8 { width:0.625rem;height:11.25rem;top:14.625rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SChAmS880FcC2ghabMfd4CXNSZWDTxG2 { top:29.8125rem;left:0rem;width:33.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggOcM0ZvCBruZBywkHNJKqE0BlGpSkyN { top:34.125rem;left:0rem;width:33.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqOOmiQu67TLE9xk0IHBJQtXRT6esbIb { top:29.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDT3VywECXlBZMdvwEUX8Xw3reIXg76u { top:34rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { width:18.5rem;height:;top:5.8125rem;left:29.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { width:18rem;height:8.5rem;top:19.25rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOgPDMuHQfSKEFswmkJCEtoRWNO13CIU { width:13.5rem;height:3.4375rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPk3dwMP46tOPByNteArrTK5Ved1b4pr { display:block; }
 }@media only screen and (max-width: 763px) { #r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { width:11.25rem;height:0.625rem;top:5.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT6bGXTTHqdW9Rki9nTC07BWl450u9It { top:5.8125rem;left:0rem;width:39rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwVpWcsvaLsAUCACe8mmxc9U4NJsbbTx { top:29.5rem;left:0rem;width:33.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN4pWaEpaSCkPpLanfImaUzZCA3K7hJl { top:29.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ { display:block; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9qEiBUOrAHRGHgIQCK9EECVq5Ti3DCK { width:18.5rem;height:;top:5.8125rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiCZPRs4g8UF0PEF7W8GFoIfDlV6ccyf { width:11.25rem;height:0.625rem;top:5.0625rem;left:17.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #MncVVhfz6JmGFNsRpLrrMG78zPVGEPri { top:5.75rem;left:0rem;width:39rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmlo0htCJyeKKqPh4gaORMgQTsf0biR6 { width:18rem;height:10.625rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0NfDZAIlOSLRasrlnQB2bTK1wUaIEM9 { width:13.5rem;height:3.4375rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiVVN8uAMJmMeU8NKGsKxtieJPtfflyE { display:block; }
 }@media only screen and (max-width: 763px) { #Z4EiW1dDdOrwuJTyG8GWpCOXpMDTdmTa { width:0.625rem;height:11.25rem;top:14.625rem;left:47.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2BlTRpZM9lNvFgJAbdbbTi429bBR4Uv { top:29.625rem;left:0rem;width:33.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZOq9HuwUXdxJ4Z5zXpCxH0wOIUMRobu { top:29.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N { display:block; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCW3TGGVEnacUfSrTtcnsOTox3MmEsNo { width:18.5rem;height:;top:5.8125rem;left:29.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTp7NmyCrZbhIFgnf26mZoI9Q3qX0EFz { width:18rem;height:8.5rem;top:12.75rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwtqOuuxfNu8xu9wcHxXgMfsyyOEZmvc { width:13.5rem;height:3.4375rem;top:24.375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNi2nxPFGfsbvbzT9TmWqTuC1ZPqWFn8 { display:block; }
 }@media only screen and (max-width: 763px) { #NbUZt5OxZlG4bAUd7pyg94920a0HgviK { width:11.25rem;height:0.625rem;top:5.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XASbmnnJGGut0XidBndJ5o82Hssx4ae4 { width:0.625rem;height:11.25rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TAnFr2s33PvtLFJTuvsTiGQNlUXOiB { top:5.8125rem;left:0rem;width:39rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 { display:block; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVMFJqTRmk6ZuaxhGl7AoUfwzrwVnVPV { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S { display:block; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEFpw98iearvNCixwphndLTTA00QGHxo { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud1XGuhWsvutGSx5TdR5uBiqQSQXhLhf { width:15.625rem;height:8.5rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2qNOUtXgW9vLBTXwb8FezwI4PpnwlRF { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlM8Wp4M6M4aluP6ea0iP8qmhtbziUL2 { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvPz64Jc93SEJTv2MufmTyMBT5s5Kxoa { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2PsP5ziqt3lbwpTzvuryFEBs5ls6BlX { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPCMa7n8mL1sToat9bIhlvVKMauJvGnA { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDn9mkESMUftP2U6dCB5ocud6aebwtIx { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRL0VXTe4tNM37xDJGck9Cyykq8zOkiA { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOVLtkpG0eHaLd5oSFXiqMJMNyzFdGr { width:15.625rem;height:8.5rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSy9q08TdrTXBpp7KulSus481OBGw1oa { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqQBC4EEyd2eR47b0FGx8TrlsAMQAO9M { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q { display:block; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQTW3hTrfPRE4AMRlJxqcqW8V19PgKPz { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCo3SnrHQpcEuVNGcNoMfsllEoUMRaW0 { width:15.625rem;height:8.5rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFmXWUtSuPDoTb8lHt29VzOnA2mpwOXT { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxLNivJDGdh6fmypUX1SLh8UD1cByFVB { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5p3rgAkGddNhNLCI3CadCTFPkkkzLkp { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvrdkLVd8f6bTsTwWpGtwPnQvyWt91qx { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5pcGvqisNgp2ATaHt5w4x8Q6479F0I8 { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZIACuwPAO5Qe3edUIOJTuyl6X7MbFbK { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQrM8467TuRGKMelaF7Qv47vmuCMEoAu { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw4Qp8PfSJ2Fa7tfnfyQr65KbTihmi7e { width:15.625rem;height:8.5rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCGBmKxMMAO5dAmudeIzF2DTQPBcU5MK { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqk75uJ9xWWvnD1brfqF42kxOwdauMX0 { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf { display:block; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eq3ivAm6hllCZNytAmdBTCfHbFNfFsXr { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNTcSgBzbGUwQwUZ6q3xvilq5bkWeApf { width:15.625rem;height:8.5rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifnKfFH81NInfLzCufhMyd7G6qy1AR0o { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJ9rsNfo4ZCH8wHd2Qy0Rmfaiwh8XN9 { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu0dEO3cQ8sMVq1Jt2deG9LaSeAybVKl { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV42f2VSfuWJP6bOvLxLT2pdVLZTrPhb { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGg4rmbcMEf1knyGkQbTMAzUJhN7NZ85 { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNizbu8z4JfU1WqbJOxh61CZnNdBkUly { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JMJJudPoTJhXJiC5C3MPc3WV7NLWTt { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ4q96E52pGwQf4TDS5cthzCTDkElCB2 { width:15.625rem;height:8.5rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMs7Kt2qDyrC7xqcVJONExyLcBaogX5y { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDmtVsNpWF3tbdWcaw7fHyMHGnU8sRZX { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:8.5rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:10.625rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:8.5rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myUadAK8NScxLVWOEA8AFQsWDrgc0crm { display:block; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoU7oDhp9c7ihDxDZ7gahpF9biVoR1it { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMcUucdKsOlQKIUtkqWACnIQlLOiF6eX { width:15.625rem;height:10.625rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyXdm8rv1ewnnFBld2d9sbOMRT6TcQS { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiXGZAIql603OidcvfLIhQUe0PHzZ3Kc { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N01zN4sHD5PKN0KdDUTus2HicnR1Ck09 { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfykaglR3QwcI6nKrq6LzRiLGSET87gO { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwSWK1Ifk4mKZNmQCoPpuVgKn3Jupk2H { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMuGBJ4GJ4XBnWfHo4hVJebEkfP3hkMW { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCv1OT6Wfcha8TFPIqTVxlgAPGU6rxZe { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #civFdJTDvgcII76LBZXNQqMcTirPdwzc { width:15.625rem;height:8.5rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlbwCELeV8m7dDqTzPFFnH93WHzHGcF0 { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxhwqposL67h07T8pk8nlsa9aVPvsKbM { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B { display:block; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BalTWxFuTZK4zTrZlLbTBAL3Bq4EpnLh { width:19.75rem;height:18.625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkWJePeTmbS1cAJtNkRZrc1O1gIz3zW2 { width:15.625rem;height:8.5rem;top:7.5rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWe4pOpFgF1phZUFRHQc1QXlF2QwlJZR { width:2.75rem;height:2.75rem;top:2.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JabMsLxCbuSXkMz0TNME9sJGw4Z8Eekd { width:1.4375rem;height:1.4375rem;top:3.5rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX9z85UFKfk8b3aIP4uhTvzJTWZ2POiM { width:19.75rem;height:18.625rem;top:0.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE111XLz0SSGtZlMgT0IeghJ5ghV7GaL { width:15.625rem;height:8.5rem;top:7.5rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfRIRkZCe6lQlQbyT8sntkRCkHE6uvwC { width:2.75rem;height:2.75rem;top:2.875rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0qilXBObRlcy6DO91TSwGW1E3bsAyfT { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyvcFTJ7Qa6FAmxWVpdEEITH4wqdPVX3 { width:19.75rem;height:18.625rem;top:0.375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #laEXlD9kxrsXdsKW7sVtQSdiJwmB0w22 { width:15.625rem;height:10.625rem;top:7.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrX6KgZz25l8oFQaNJJNTDPmcN1Ir7VU { width:2.75rem;height:2.75rem;top:2.875rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoiMO65xgAtcxE0pzx6T95qCl5fn4CFt { width:1.4375rem;height:1.4375rem;top:3.5625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp { display:block; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adz1q5TzweanA2DFb0343RTKDNB0l4Sx { display:block; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACKtchbMwnOhzsabCT2WLTtqsvsnphXP { top:1.8125rem;left:0rem;width:31.5rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHDFb4m8nTDLsFN89cvT719QB43kOXSv { top:5.6875rem;left:0rem;width:36.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt7uqlWDc6V7HNWMS7sAJNQCw6VEzSlX { top:12.3125rem;left:1.4624996185302rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSpsGQy2ChTATCM3DgQ07WgTgMz387VT { top:10.875rem;left:0.14999961853027rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mppV1B2bTSBVxMcFrM4FxzExzSBeDZLd { top:11.625rem;left:1.8374996185302rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTXPuMKXNgHvOWT8G20ber9ea8bXRmr { top:23.875rem;left:5.3999996185303rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #b5oNQxVVDtLqiI2vxnSElhSh89LAa4IB { top:20.125rem;left:5.3999996185303rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwB0hHkm5F4vwA8pFqV9WaG2vPeKXTqQ { top:24.25rem;left:38.0625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIy9h0Bw3CsekPhrCC5uFUDZz5F4xuJ6 { top:22.8125rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkW7T3IoxX7U6RDeGbyU26AEu1C1lXD7 { top:23.8125rem;left:38.437501907349rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4VC17RaazzoOarFhTSKOXToHOSk43Aa { top:13.1875rem;left:12.4990234375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDEFpQAhq3093TrG8vmJxg2EtKV1fdEF { top:16.125rem;left:12.4990234375rem;width:33.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7sZAP1blGp30STATHS36aRhEluUDfQ7 { top:25.5rem;left:5.3125rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbv20eDTfe65Mur3GpXRczfFhFEznU61 { top:28.5625rem;left:5.4609375rem;width:31.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hleTURtzIygSVIM6OxuAco25zpGOJGi4 { top:32.0625rem;left:43.874219894409rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv5tN73vFMoysoOTiR5NgBuW3yg1HXIl { top:35.8125rem;left:9.39999961853rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #m2gUVUTVds6zztaVsOa3CcKGd4wt65ec { top:34.0625rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRThzCbWyb115hvxasxduTFpJNSTPIeU { top:32.625rem;left:0.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvZVGbN62qPV9ZbZrsbSQXZlo0T0yrGo { top:33.4375rem;left:1.875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #quS654xG5FnIdTe6hJisWQOcIgoR2nwK { top:37.375rem;left:12.5rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVQ64T2Fwba4STgQ393B6qgubliRTfif { top:40.3125rem;left:12.5rem;width:28.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZs4cr5bgckSwaFAg5ihltquh5clm5wm { top:41.875rem;left:5.375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwpV3AlBUBbDQeqwq0SpxIVkonRTaATc { top:45.625rem;left:5.375rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #D3f285zFwEETu3AM7s4oKq7zT2BLH9PP { top:46.125rem;left:38.125rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzwDRc7hB81FavoO2JH1A88FveFi05AN { top:53.9375rem;left:43.9375rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gykQQUWh7I97QTrRLEDNxWEIeJsdlkD9 { top:50.4375rem;left:5.5625rem;width:31.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfq8gl106S0wgJmUUqrKruzKvCb6lTUQ { top:47.375rem;left:5.375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTV2nrhGcI2gndK7XPF3EmHu9MWLq7Xn { top:44.6875rem;left:36.8125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxmQWGKo1lyP7nn2oPVmJPE2MxpEhuLV { top:45.6875rem;left:38.5rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWrBR3O0AW9s9QmwKPEm0WbbPedUkVBz { top:55.9375rem;left:1.4375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut2OHHULoxGp24wcgWsLAp40admMAiPT { top:54.5rem;left:0.125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzaZoyTSCJlC98EqkgTf0QFbNkvZUfCq { top:55.3125rem;left:1.8125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqxPzbXrZTvRmk41Wh582Nw0iNwxuuTc { top:57.6875rem;left:9.375rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #tTnzIUPcu0iLpZKvOAMJUfZ0ydSTIhnf { top:59.25rem;left:12.4375rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr2uHokb1ommBhUkSIi6oyzWzlmdZm0I { top:62.1875rem;left:12.4375rem;width:28.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7ErD7TsKpl0m7FlHr5tDChA4Wa47T13 { top:14rem;left:3.1806640625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmAtb0J74siwNVD6GRDDLrMrnTLiHoFR { top:25.9375rem;left:39.78125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRbeTlDmAiTqKlaBneTMGda3EbE7WQub { top:35.9375rem;left:3.2744140625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cymCHmX0XnkxDEh2m3ioLAuVuZD3LCCq { top:47.8125rem;left:39.78125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJKg2uQknBqNaGnLUSHBErR7iqJZngJa { top:58.0625rem;left:3.25rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p { display:block; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk { display:block; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nka7xkUdUCNPc9JWK2M0E0NnLdKZloIZ { top:8.3125rem;left:1.6875rem;width:44.375rem;height:13rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG { display:block; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo { display:block; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:19.75rem;height:13.5625rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:19.75rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { width:9.3125rem;height:5rem;top:2.375rem;left:3.3125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { width:8.5625rem;height:3.375rem;top:7.9375rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:19.75rem;height:27.625rem;top:14rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEtE0k5MWM3PrbSZp311O7sJCEUvqJgT { width:19.75rem;height:13.625rem;top:28rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2XMWPFx1lMdBnouxyZPTIahIyiPfweO { width:13.0625rem;height:3.375rem;top:35.9375rem;left:33.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7aeNEaBwfCMxaTVrt9Q598NB7zBTrB0 { width:9.6875rem;height:5rem;top:30.375rem;left:34.75rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { width:19.75rem;height:13.5625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { width:19.75rem;height:13.5625rem;top:28rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:16.25rem;height:;top:2.625rem;left:31.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { width:16.5625rem;height:3.8125rem;top:6.375rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:16.25rem;height:14.9375rem;top:11.0625rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB { display:block; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:35.9375rem;height:;top:4.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:33.375rem;height:6.375rem;top:7.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:47.75rem;height:9.25rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:13.5rem;height:3.4375rem;top:8.6875rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:37.3125rem;height:3.375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:21.125rem;height:22.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:43.875rem;height:18rem;top:2.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.4375rem;height:2.4375rem;top:3.625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:38.5625rem;height:10.5rem;top:6rem;left:9.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:21.9375rem;height:2.125rem;top:16.5rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcyB5PMwLCrOVJliz4srfk41atcHnOft { width:21.125rem;height:22.0625rem;top:22.1875rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQyCqZyeeI5GhPHPUxoZ2HmALtDhRWUt { width:43.875rem;height:18rem;top:2.125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN { display:block; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOCEtXds0J03lbix5Aav3K2ZlT4F0FEc { width:43.875rem;height:18rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdBzXXkrt1I8Uw1psNJLFeQu4FtCDE1g { width:2.4375rem;height:2.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFlQwxvvMHRGKfuJ2s1Oqab0SyU6WfMZ { width:18rem;height:2.125rem;top:15.375rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUBcZyXVTn69rCcED8DadFsuZ50OumwV { width:38.5625rem;height:10.5rem;top:4.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcald8xwAGN4TnVklsLRIdbFNLaMuyTL { width:43.875rem;height:18rem;top:2.125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 { display:block; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtJT0HtB8Gs6sFc9DpSrwSTkKQTufX2D { width:21.125rem;height:22.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RofHnpziDmcUMCRzZ47mGtBgSwv9qvTO { width:43.875rem;height:18rem;top:2.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8nZeyidxK6oVisq3emWNl9BTrTNVz1v { width:2.4375rem;height:2.4375rem;top:4.5rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEIde6lbp7gfB32nffVdbmP1ezzAUO7e { width:38.5625rem;height:8.75rem;top:6.875rem;left:9.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuPXi5wPzbypJVLGZZEfiI7ON8I35FzT { width:18rem;height:2.125rem;top:15.625rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg { display:block; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVFI1TpNLrA7SHTReMnHTVi7ZiO3wbT3 { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKnFkJTQf2MegTC5fQwT1HNByICoTVbK { display:block; }#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0vJdMxzKrTTwul4KLgoTP6rTCrG8QpN { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4IIK10uQphM3XrSXhtnrC1GRSx9fDky { top:16.125rem;left:33.625rem;width:14.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVpDXNFWdqXI5phn6c6spzx4K04Xd2BG { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlc4vrGZ69fhfutzSUBXJsHB0EHqNTDQ { top:8.9375rem;left:40.125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKOIL9mOCZyhT6TxkORLh2M2CX3eU8AX { display:block; }#KKOIL9mOCZyhT6TxkORLh2M2CX3eU8AX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibvQaJLAZCxymT1rePTM6aycIDTxqCwR { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAQusDkIIQ8ZwcF7ZMOKPnoFVEq0iT40 { top:16.125rem;left:33.625rem;width:14.125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kclhq3TW6knzT5Ta0T3sLXhBl2PoPKOT { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydQDi8B8OkL6hKbgHBJNXVuoIoLL2pyU { top:8.9375rem;left:40.125rem;width:6rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBiCADqUMs4Pyc2skFUT5pu05tegwCGN { display:block; }#KBiCADqUMs4Pyc2skFUT5pu05tegwCGN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTLN6hdIZWUpPKq5TSBF35i8ZH3kcSTI { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #idg3KeT3Fx4s5B6XoThpmMHmxotQnrRA { top:16.0625rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osoaGOJlovfUh70dBX1QZEwhNIr1XkAC { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDFTumogA1cPl7RttUUMHhp8NkLqQPVR { top:9rem;left:38.6875rem;width:9.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvmcMdVxG3c3ZkMMH4FsHmDUprKcAV96 { width:;height:;top:2.125rem;left:36.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMt4WsX9v9P2QLsIZI9qvLZEqby6NVfG { width:;height:;top:2.125rem;left:36.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ky2uvIx4OR1x5Z1JiJVHEgITH3a06F4X { width:;height:;top:2.125rem;left:36.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fuwQGd4af465mVlnHhnPimX9XKCl2Xx0 { width:;height:;top:6.4375rem;left:5.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NsOAR3UsBVunQEFHVHXnqdFnld81tvWN { width:;height:;top:6.4375rem;left:5.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rogItzT9Qhpks3NZXHITZfwdgOT7Z5nv { width:;height:;top:6.4375rem;left:5.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD { display:block; }#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBMNIbPUpELCCW5nKl1hNmtZZ6dqKOHv { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkAma2auJhBZAbntLLasVwESWlVtd6Mc { top:16.0625rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIsASr4bZnvbIUivZTCulMJQhm68DUdN { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TupfbzWwK5QzuLDvP42LKGr7cqHg5n3h { top:10.3125rem;left:35.25rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf { display:block; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSlNPtzaX62Jx2JBAAEmreeEqgHn62d9 { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwfG7a9W61CiuTKT2wiRtDmy3dhmSmlT { top:16.0625rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUJlm5QaXo1e3iKVDLEHZZ6857uJar0 { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyNBJfwHBW45B3SQ7yOoXIT5piVkhitZ { top:10.3125rem;left:35.25rem;width:12.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LayCOTMz3vbLqtgtwtpO580INJHQ9wro { display:block; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdsLSWkAB61gB7gzyy1JwtimNo6y2aaL { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5ivGB0NTrWRT2usAxpnvuEKcekMwZLV { top:16.0625rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdhH2xumdRAEr1yfiTuOZ0HiN0S6yspt { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoLML0QGvOyhfGLpEI71kXzfiEbqRufX { top:10.3125rem;left:29rem;width:18.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr70ORZad6CF6zw3ZDGq75vCqwUCell8 { display:block; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1mPEWPpqPsBJOx1leEeu7zzPaCaO9x6 { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLoqFib8VfNT8lrW8EWXllGW3bCFJBIf { top:16.0625rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgS8cQOCXvWx0IQWaPIHziKl2W4eDIv6 { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpHSFFof8F60QaU70TbOPe1Vt5OhuMTW { top:10.3125rem;left:35.25rem;width:12.5rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17oOnVADt1MmUGNdgfXevKX1D1aERgF { display:block; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDFAJ2bTCBAUldJrkTMEptqUyTA4SfZc { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZApshKdCycV8TXtwzK2PsuNe4JgSoDZR { top:16.0625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgCaPeC2yqciT3vG6Ahu1Snrnh9yDSFi { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5q8XcB31nwoSyhQ2tLtp1QGSXnTVlZF { top:11.125rem;left:35.25rem;width:12.5rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfFErxFF06nXmOiNSggL0T3A3N6uVcDV { display:block; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIgS9sGLAhVJeGZsN9gw7vFZDfqRI3ff { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC4ofg1iuh2w0tui64NAvGeGNsMR5f4g { top:16.0625rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbBJf5zxhptvyTDPTyImVunWahsVoh0J { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrKzNwvOPL90lBGvGCQebMwX7M9LTgUx { top:4rem;left:39.250001907349rem;width:8.125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu { display:block; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL4H5HX2VLn8hu2WFAvEabpfifnDvXR7 { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHd1JMsrhlqXfh9vJ5pltA7TlKF1L3Lr { top:16.0625rem;left:33.375rem;width:14.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBDmzHUswKPuJ1kIB8pgoaRTv0XrUivS { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFBVyTTMUBIi0PfRwMkDlT0ROKKmp99E { top:10.3125rem;left:35.25rem;width:12.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG { display:block; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zy10FOFHgN85lNZ8y6ZrWqVamOszlPM3 { top:0rem;left:0rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO9pSgFKMFeChJ0XcQJuGdeCCyRhsFAR { top:16.0625rem;left:35.25rem;width:12.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmhVFkTr8lw7v2N7yxI2TqS1NwqFbJUp { top:2.625rem;left:0rem;width:36.8125rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmEbTHvaE0K6gcPCWzDiyitwn6TlDU9s { top:7.25rem;left:39.625001907349rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { display:block; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEfEENJrm9xuXonqapq00L84ck7ts5tq { width:47.75rem;height:;top:3.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivM7S9Do4fwDTpeDdEPzIU9hEukfET2 { width:47.75rem;height:4rem;top:7.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH { display:block; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { width:19.75rem;height:37.75rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { width:18.125rem;height:;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVdLPitVI9nOJqlyCAH6rEUxR6k2HCtm { width:18.25rem;height:3.4375rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtw2ZUkFqxT7fJ04IUIvvz8UbshdV8o { display:block; }
 }@media only screen and (max-width: 763px) { #oopFzXpaiP489xMiJoeKCOx8PDemtrbv { width:19.75rem;height:37.75rem;top:13.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHqTaJDnSXox8cTybSe6C07ms0PT7BMl { width:18.125rem;height:;top:14.5rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPrMOfOaFhF65xddxJhene1asywKRKQA { width:18.25rem;height:3.4375rem;top:47rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR9naUT2uEllZEn1ekMez09C1n8VlS6K { display:block; }
 }@media only screen and (max-width: 763px) { #Ld1tHA4I3b7PeEEecKNiNkv2KSDAXelD { width:19.75rem;height:37.75rem;top:13.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMhS5VKz3gC0bICZ5OhpzfsRUEf9OTfx { width:18.125rem;height:;top:14.5rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi04npPTo1fqd8qrZaE4sIDSJT0m36ww { width:18.25rem;height:3.4375rem;top:47rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFriz0muRKxCconOuzopKs1Z625lDgKW { display:block; }
 }@media only screen and (max-width: 763px) { #pV2apIZWP707ACRUZhapUkIw4GvCtlam { width:19.75rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Egbt4uDInFzrkAUmn2eViuUJQneC9b { width:19.75rem;height:13.625rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU { width:19.75rem;height:13.625rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGoJ2K8fx7eTHcJTlmE9AavuSozHuKf1 { top:21.625rem;left:1.6875rem;width:12.5rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ALSxUvO7NlysmipMdeMsLnFasUqwgO { top:21.625rem;left:17.5625rem;width:12.5rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E61oshGvfuyzw6tDKD6qXNa9We821Ek1 { top:21.625rem;left:33.4375rem;width:12.5rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEawP1wD4pqhvNoJylu009gcSFgen5dk { display:block; }#iEawP1wD4pqhvNoJylu009gcSFgen5dk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIAZDVELpN2HiVPVOz5TGaksZNp0RmyX { width:19.75rem;height:37.75rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ88GUVlrMVVzn228L5cdnL70gabJM0N { width:18.125rem;height:;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRU4pTKkTG6eHvmboAfw1AwlQVJkfCA3 { width:18.25rem;height:3.4375rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWXKTbnllJDXTfUEXDTRO4sgkKZ5MvL8 { display:block; }
 }@media only screen and (max-width: 763px) { #Fr47cUSh8IpQRrfT6zBNOG6S2PS0UQoD { width:19.75rem;height:37.75rem;top:13.625rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDPQoGH75P68Al81C0hOeL87VhWUHzVK { width:18.125rem;height:;top:14.5rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTSThxt4JrbNBTNCLwlbehbIltleuZPt { width:18.25rem;height:3.4375rem;top:47rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZVW81VmHOZdrWLF4Il71f72SarNnlFZ { display:block; }
 }@media only screen and (max-width: 763px) { #cTQy3zR9C9TtAAiqG4wV0szs1zWUuSoy { width:19.75rem;height:37.75rem;top:13.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4rTdh6af0OZqsUJLVwr4gncnm4Ku0D0 { width:18.125rem;height:;top:14.5rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkmUtMSr0lrnRqHlN3bdrrxAKl8KI2Ld { width:18.25rem;height:3.4375rem;top:47rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED6eqgIFoTMWvEuViAe6ERBIeNGV4gsn { display:block; }
 }@media only screen and (max-width: 763px) { #Qh4Vv1IVSeye1bl7Whls5bQXxLawlF6C { width:19.75rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBXlNbAa9gbZ61cx5at9uaOLpdxT7t66 { width:19.75rem;height:13.625rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXENIg0477URE8CuHB8BLVaf305S6ozp { width:19.75rem;height:13.625rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUSN28JrzTNwftTtVQ2Pn3USkTiH0RLw { top:21.625rem;left:1.6875rem;width:12.5rem;height:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEu2JinTfX5lpeAq3swQknHyAcs0OMCw { top:21.625rem;left:17.5625rem;width:12.5rem;height:24.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1peV6MZTl6S99sVAnF4xUvNtWlCIipM { top:21.625rem;left:33.4375rem;width:12.5rem;height:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { width:47.75rem;height:14.125rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:47.75rem;height:;top:3.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-regular-label { width:34.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-text { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-text {padding-top: 0; padding-bottom: 0;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-textarea { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-select { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-select {padding-top: 0; padding-bottom: 0;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-button { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.8125rem; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-checkbox-label { width:33rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP  { width:34.1875rem;height:auto;top:31.5625rem;left:5.53125rem; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .radio-container { width:34.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP {display:block;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP { width:34.1875rem;height:auto;top:31.5625rem;left:5.53125rem; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #vVCNIDa8z80XtZMvPg44LmzrUeDNsPf5 {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #O77UybKanesws1GsWRVzWX9AX3xCuAeu { display:none; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #NAO4vGVSuTsQUx1m7OiPW1dREo7ROwxk {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #LsG1IJWdAilLRIrlUHGsTfP0VPHip7LE {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #cnBewFeDUzNDr98pvFizdhurlvzRh94L { display:none; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #flyWLE4PFRcHG56PvWep63ot5LOcR4AN {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #Pa6nUR301XRbNDxxy6BaKcXViG787qiF {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #lr98AhOuq7Iu5UlqcennaTV1xBlW2XqE { display:none; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #k06yNZX20BCTVW6xxe70A5JQ9NRKUdUk {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #Am99n5LBKZbhRo7Ano0H3KayJb0TAkKD {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #X2yMSxL7qDCbooVg93E83dPyWf9ZeXSX { display:none; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #KcDpFNzucRnauzOVRJm8Q9NPiRmDe9lT {  }
 }@media only screen and (max-width: 763px) { #wtempFSyzHmA2ar6SzL9WnoSfJ9H6Am2 { display:block; }
 }@media only screen and (max-width: 763px) { #BfTs8Hx2KSGKCBcuOVx2Wa7O7l2u3poL { display:block; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #cUSOvacaXXcpuPRyHl1NxoevccMlqdmV {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #hRTAsOfi5tbyl7m2n5xNmLbdyl2LX0cM {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #NociwPJNraE03q3wfa3EB0mHxFGklscI {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #Z0niltShvxqLQIJonBkfQeBefPoSNTlV {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #nls9KKvRt1bZqCCO2RTdoi3m7G2m48Jf {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #TDcarXW7fVyuFi0dQX5VNb9GBQRpPksV {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #n6dnZKE0DXgyez5askOcTtpxtmV108i8 {  }
 }@media only screen and (max-width: 763px) { #J91bxPQHJBZGZW0KD2HP4NoOJ7FHeND4 { top:66.375rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr { display:block; }#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHKlAXoGf3A20Jmu2T1RnDsOehAfLNHv { top:14.5625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0dX467dfh2xwbQ9JN1UgCNRZTOTzTO8 { top:14.5625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKwolWSE1rWPkfooTV42CvBmlMHDMiNT { top:14.5625rem;left:2.0625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rleXvA1TZ2h0H5ztwqTbs5MJMMExu9EN { top:6.3125rem;left:0rem;width:19.875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLKksTQClozsaKrXP7gXOCBedShKQT21 { top:6rem;left:40.4375rem;width:7.3125rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPm85vvi3neTh8OaZPspfdMAk9XnD4ib { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJng6pVox0efb1rrmexl2qaSOW99k8Sr { top:8.25rem;left:21.375rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #murDFoqte15PKTizrSxmOIchmD0TtIWb { top:6.0625rem;left:21.375rem;width:13.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcGKyrCaTfQDfM88HwUahBK8cKkTAK5f { top:13.0625rem;left:0rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yedbG6Gw7zMWXAfrT3ZszkntGQQs5g2H { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMHCtsHI9mTi5Ju2544NXIdC6IQFAiKZ { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2nsk4cOl3ZhSQRTiq2HCTz7xFZyf4Nk { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJFwKhM5boveG04BuTMKrTdUUSmORqGe { top:8.125rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7H1iBKW1m9X46Uo96Rh6L8KqSf3H7ds { top:5.8125rem;left:44.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMc9VLcaTHGkdfcXhMDbxW40zKk8AV08 { top:15.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a96MqOigMwTmNNhsMJRphIKKWWpwzToP { top:15.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6aI2um1kgTlPXOodHePbwwtXcfXJpX0 { top:15rem;left:2.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezsBQeCCR8tGkkFu5Isvt2PPffNeOFMT { width:15.4375rem;height:3.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGxNRz0hJUz0EpdyXfLTFlDk2MQXETSS { top:13.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxS7FrABKC9Uz5b7DbupQGTflX9pVM2G { top:14.5625rem;left:19.375rem;width:2.8125rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs41kqTwCA3IReW5b57A21yBratD3ds8 { top:14.5625rem;left:22.3125rem;width:4.9375rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEpAyVbVANJyGs6h0DxA7cs4ui1O8IZV { top:14.5625rem;left:27.25rem;width:3.1875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwuCF7Nydrd4orMaeqZsBk4KQzte6ZVC { top:14.5625rem;left:30.625rem;width:6.75rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUcNGZoP1LM76KwsHLJ3r4GiJTqL1RXa { top:14.5625rem;left:37.5rem;width:2.875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSFvPE8c6kCJJ72iXM2o2RyxotHZpJoR { top:14.5625rem;left:40.5rem;width:6.3125rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMhzPmKdReWUrEaimcioHwKVdnGH7GMl { top:14.5625rem;left:42.9375rem;width:4.8125rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PP5i2ko1sKQ7RQHKg5LuXMig7HZNSUth { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #QynObSqC4QDLHyncRfpN05A2M42n1vGp { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:none; }#QynObSqC4QDLHyncRfpN05A2M42n1vGp > .row .container { width:20rem;height:15.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bzHTO5TagN52BJm3XJeZrw0JCrWT91nW { width:6.25rem;height:1.4375rem;top:0.625rem;left:1.1851562261581rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Gd7u2hhk7LBelmdRKLLab3gNWrVnTcmo { width:1.4375rem;height:1.4375rem;top:0.625rem;left:17.375000357628rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XrD3onKZq1WbzJLbNGgoOMT0VDfXtJRl { width:7.375rem;height:0;top:1.3250000476837rem;left:8.0000003576281rem;font-size:0.625rem;color:#2f2f2d;display:none; }
 }@media only screen and (max-width: 763px) { #PSmU0TRBXJ4SPMseDSgLbg6RzqOydGHn { width:3.25rem;height:1.3994125rem;top:4.125rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPhIfZXLN4gFoGiRAM740GrU5em77s1P { width:5.9375rem;height:1.3994125rem;top:4.125rem;left:7.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzyzeIFibLWbWaBzqEmsaHnlJIzT1m8m { width:3.75rem;height:1.3994125rem;top:4.125rem;left:14.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFRrCBpqF91MgCmy6yKpUwPRwquGLZB7 { width:8.5625rem;height:1.3994125rem;top:4.125rem;left:11.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFopO3WRsWuZVT2KJ45CsUC36hrl43u3 { width:3.375rem;height:1.3994125rem;top:4.125rem;left:16.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSHLhvfBx8AOGDoLLPfKtGGCO2JPDUwi { width:8.4375rem;height:1.3994125rem;top:4.125rem;left:11.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rWoXpm1LWRFZiVXkODpsCukEXbqrkBzh { width:6.0625rem;height:1.3994125rem;top:4.125rem;left:13.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcbFC68eN6M4f78AQ4GGRVa2ufb5dOCo { width:4.8125rem;height:1.3994125rem;top:4.125rem;left:15.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mva9gW2KPQ0STmL7tHI70FLqRT3c5ndB { width:20rem;height:2.875rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td3sk6kUnqxJHSx2K63aUZXn9PdPwshq { width:6.1875rem;height:auto;top:3.5625rem;left:6.875rem;font-size:0.625rem;color:#2f2f2d;display:none; }
 }@media only screen and (max-width: 763px) { #qdhTS1Qo21DCUBP6M4yvk4uccHs8QHg0 { width:1.25rem;height:1.25rem;top:7.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcAbqFHECJNbMTMXNNruDfch25yxR4SG { width:1.25rem;height:1.25rem;top:10.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcsZ18F1ERT2oddCufHWqtHsbvUWeA0a { width:1.25rem;height:1.25rem;top:12.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP2WLekDdZ6FuhlkkTTzq60KdfUJiGH3 { display:block; }#IP2WLekDdZ6FuhlkkTTzq60KdfUJiGH3 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpeOP8mtJDk358kBl9r4rzD0f5uyn0Q1 { display:flex;top:1.8125rem;left:15.125rem;width:3.8125rem;height:3.8125rem;z-index:15000;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #SOeBiO38aLnefMqAslPkpa8IVVX6NDUX { width:12.1875rem;height:2.8125rem;top:2.40625rem;left:1.34375rem;overflow:hidden;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #mlPN81yPxEPSgPrq4kOgPoOWf8HvHsEb { width:3.25rem;height:1.3994125rem;top:6.05078125rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #ihaQB4ZbroGhds5GZDElGbwEoeNWEbx6 { width:5.9375rem;height:1.3994125rem;top:8.07421875rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #eB4zGtkqWNqrSplFCFLrCGMO3kAHZyd2 { width:3.75rem;height:1.3994125rem;top:10.09765625rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #iD4U2QrSOS2yTSqkdbkM6I8HgE7XdGdb { width:8.5625rem;height:1.3994125rem;top:12.12109375rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #TsTvrvZyn2qqOcSsdx7CqHAA2y3cKRm8 { width:3.375rem;height:1.3994125rem;top:14.14453125rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #mTiCDbiau7TvmEUTPzwVKlaPAx7Bvz6u { width:8.4375rem;height:1.3994125rem;top:16.16796875rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #NUfZ442ZLWLZq1QiVuU7hPHqMSVgLrRV { width:6.0625rem;height:1.3994125rem;top:18.19140625rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #nWRRRgoy3otyhpPF0avkcimw2S4UfEPV { width:4.8125rem;height:1.3994125rem;top:20.21484375rem;left:2.84375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #QVNSKtqw7VNCEAREhqrey9LxvXXCkNSN { top:23.625rem;left:2.875rem;width:8.25rem;height:1.29980625rem;z-index:15041;font-family:ubuntu;font-weight:300;font-style:normal;color:#2f2f2d;display:block; }
 }@media only screen and (max-width: 763px) { #HZ5Z9E2Bh8tbBNIaKa5F9omixkaTacs9 { top:23.6875rem;left:12.5rem;width:1.25rem;height:1.25rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XzEUvhx6swpplNeXXgGRks9pVNM9Qx3D { top:23.6875rem;left:15rem;width:1.25rem;height:1.25rem;z-index:15043;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kOphdTJAT8o80PvSOwKl7Lo1ZW3264dw { top:23.6875rem;left:17.5rem;width:1.25rem;height:1.25rem;z-index:15044;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E { background-color:#ffffff;background-image:none;display:block; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container { background-color: transparent; background-image: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container > .video-iframe-container { display: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row > .video-iframe-container { display: none; }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .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); }#iD6RO7wXMV2XDvZu6NtDFyZT5sJCsS5E > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4t3AF5FLVBlCywkXdrOlNsVFZVP1S01 { width:18rem;height:1.71875rem;top:1.75rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #p7fP6nR2W6A0ATTRpZRWObwVZAhqdpTu { width:1.875rem;height:1.875rem;top:51.375rem;left:11.125rem;font-size:1.3125rem;color:#050b26;display:none; }
 }@media only screen and (max-width: 763px) { #oHKhTyvrTR0O3XxwUVSVCsZPNGbZQaXb { width:2rem;height:2rem;top:51.1875rem;left:13.9375rem;font-size:1.375rem;color:#050b26;display:none; }
 }@media only screen and (max-width: 763px) { #dBUhT9SE5Eh4bKqXACfQDDrOWMae1wPZ { width:2.125rem;height:2.125rem;top:51.3125rem;left:16.75rem;font-size:1.4375rem;color:#050b26;display:none; }
 }@media only screen and (max-width: 763px) { #qiHKo8Q4XVoh2tEm4KTBcNelkBqUuXGp { width:10rem;height:0.125rem;top:52.25rem;left:0rem;background-color:rgba(5,11,38,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #RUNxklIqtfW8giU2NM1rbhwcWtnJHNvo { width:20rem;height:1.71875rem;top:3.9375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CXIwyF0NnzhKsKRKx1HZAIDA2qVZR6X2 { width:20rem;height:1.71875rem;top:6.125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QRv8v41DEwTlmIeXINWDC6E3wTL8gWHN { width:18.625rem;height:2.19921875rem;top:8.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rUtnpf6WDzkr1Hn3F3qg8K2OubNrwui4 { top:0.923828125rem;left:0rem;width:20rem;height:11.25rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T6O6IX63uHKI8QAWciLt1P1PNBfixm4a { display:flex;top:0rem;left:15.125rem;width:3.8125rem;height:3.8125rem;z-index:15001;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJtEigQhT0pX9absLrKGv2fC12TKrOsv { background-color:#ffffff;background-image:none;display:block; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { background-color: transparent; background-image: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row > .video-iframe-container { display: none; }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .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); }#pJtEigQhT0pX9absLrKGv2fC12TKrOsv > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoWpkzuxagWXVXIGu42O5gnDRh4gL3xK { width:18rem;height:8.796875rem;top:1.935546875rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Ixko1JibaT7fKSzSEZFwRHGwZ1ltaNi4 { width:18rem;height:20.9911875rem;top:12.0556640625rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N8yo7dIwMw9IZABkNoJANTbQnxrWgboh { width:19.875rem;height:17.5625rem;top:48.5rem;left:0rem;box-shadow: 0rem 0rem 0rem rgba(5,11,38,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #J4s3uqh4d4ANNc5TSz4UKgVTUID3V4Ib { width:13.5rem;height:3.4375rem;top:36.3125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkgwcCVHOVAgabh1gDuE6fkGo3og1hRN { display:block; }
 }@media only screen and (max-width: 763px) { #rsiAcH6edxkKHdSOxByuT7B7s3i3gMM4 { width:13.5rem;height:3.4375rem;top:40.9375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ7sdMdAJMJhRxUSTRLUrITxVkIue3SN { display:block; }
 }@media only screen and (max-width: 763px) { #Du4BcJNLmXCyeHdzGNxsToKf40soATvr { width:1.875rem;height:1.875rem;top:51.375rem;left:11.125rem;font-size:1.3125rem;color:#050b26;display:none; }
 }@media only screen and (max-width: 763px) { #qDXpywZmAmBVWHw3tXILvE0Ofc5Zimmu { width:2rem;height:2rem;top:51.1875rem;left:13.9375rem;font-size:1.375rem;color:#050b26;display:none; }
 }@media only screen and (max-width: 763px) { #rL86VWCk16busm3OpI0DDqAsKlzl2RVD { width:2.125rem;height:2.125rem;top:51.3125rem;left:16.75rem;font-size:1.4375rem;color:#050b26;display:none; }
 }@media only screen and (max-width: 763px) { #Tr2x3eeM93vpmGzG1oO9lluqp5uhmMZ8 { width:10rem;height:0.125rem;top:52.25rem;left:0rem;background-color:rgba(5,11,38,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew { display:block; }#Myc5MT0t2FyUDQz4vwRRQS1uFRBlfeew > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pN4opniVCHALfAuPx16UKGPqenG5tUpw { width:20rem;height:2.2rem;top:1.4617185592651rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz { display:block; }#u4kfUEWZff6ILn3nOc5dXlgRz1NXbEoz > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:15.625rem;height:1.7rem;top:5.75rem;left:2.3125001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm { width:15.625rem;height:17.4805rem;top:10.262500286102rem;left:2.1875001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#WTI2SbdAXs0MWThIrPRN3aMQ7H2iWiVm li:before{  }
 }@media only screen and (max-width: 763px) { #XhcKQEHHoSyPGn1WONrZvM4D6sSRdnwF { width:15.625rem;height:1.7rem;top:39.124999046326rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #yNXT0LUENzipn62QEUBspgXgUgSCsePq { width:15.625rem;height:17.793rem;top:43.687499046326rem;left:2.1875001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#yNXT0LUENzipn62QEUBspgXgUgSCsePq li:before{  }
 }@media only screen and (max-width: 763px) { #kyQ7rcoxucLEisIiGTxNJOGRzd03DTPt { width:1.875rem;height:1.875rem;top:2.2500004768372rem;left:9.1875003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3nZxgA2KsDqyz1iMuAEUTAnu7VAnfLR { width:2.75rem;height:2.75rem;top:1.8125rem;left:8.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkFwhZDBgQP8DggDNckTSE2gFoLSWS0q { width:1.875rem;height:1.875rem;top:35.562499046326rem;left:9.0625003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7P5FzQ5MoiwRlUhLBkZAIPT1H7npMz9 { width:2.75rem;height:2.75rem;top:35.124999046326rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8dcTrstaNGA87znZhz6eQ2rUMZhCvXb { width:19.875rem;height:31.3125rem;top:0.13749980926514rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViQWbEZ04GDSDgCCdeDCbd194Mboz872 { width:19.875rem;height:32rem;top:33.249999046326rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr { display:block; }#GME2MIrz4ZG2GluwDOOng1Tr7dCUVvpr > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5awn6ATyKk0Pvvon54ZMLyEJETNg0CI { width:15.625rem;height:1.7rem;top:7.4375rem;left:2.1250001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 { width:15.625rem;height:16.543rem;top:12rem;left:2.2500001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#erAK5mW8XCZDx1LMdR7nH1r4ZE7fWXn1 li:before{  }
 }@media only screen and (max-width: 763px) { #K2QirPadS9qsnkcwtU4wW6iH1tnhHTqg { width:15.625rem;height:1.7rem;top:39.687498092651rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn { width:15.625rem;height:13.7695rem;top:44.312501907349rem;left:2.1875001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#oPtv6nJJ1WBESNFQg7KNPHMLVPWtP7Cn li:before{  }
 }@media only screen and (max-width: 763px) { #SzP7rAxmXkqlzMVVDEc80LZoBp4rIoxU { width:1.875rem;height:1.875rem;top:3.8125rem;left:9.0000003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sysoT7Z8dkt1K4bCHBvf1vMcgHhOkX9o { width:2.75rem;height:2.75rem;top:3.375rem;left:8.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcLDDFsvsOSUaQiRxNRuvJRPQkXSdHSV { width:1.875rem;height:1.875rem;top:36.124998092651rem;left:9.0625003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSJqpKh7v7Jpazyoz056tZJlm9UqoKFg { width:2.75rem;height:2.75rem;top:35.687498092651rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP6ANX30gH0L4kmaTK0RXQUZ2M3whJUe { width:19.875rem;height:30.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt9hrQTCgFzAJUwcgRnyd921Vn4EnGEF { width:19.875rem;height:27.875rem;top:33.999998092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB { display:block; }#cUKn96dmMN9J0ohqafMBVxfZXvcSwPzB > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1qeXAbpUnzRbCN0FvVfNqgb87SrNkS8 { width:19.875rem;height:24rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnsgNV21SVU5ZM0kVyISed8CHkTmswGa { width:1.875rem;height:1.875rem;top:2.125rem;left:9.0625003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtGXluQJxw2BtPRNexJuCCkDnSB1U84t { width:2.75rem;height:2.75rem;top:1.6875rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #km5Da6vLcwWWrtvCe4BG2KHT3EFAee0V { width:15.625rem;height:1.69921875rem;top:5.75rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 { width:15.625rem;height:9.746125rem;top:10.4375rem;left:2.1875001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }#XBH54xRatsgMSt0A2FTFuldbh5ZUF9u1 li:before{  }
 }@media only screen and (max-width: 763px) { #xakhcJDzUCbOG9qymd1zMcukgzPwAJxc { background-color:#fafafa;background-image:none;display:block; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { background-color: transparent; background-image: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row > .video-iframe-container { display: none; }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .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); }#xakhcJDzUCbOG9qymd1zMcukgzPwAJxc > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvNFXE4QMvUtT0tNyTLMw1TstOXrMPnU { width:18rem;height:10.996125rem;top:1.6874881759286rem;left:1rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xNzZGH6FCOS4R8Zvrcf7fvKUkWDTexsq { width:18rem;height:28.3359375rem;top:14.0498046875rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs { background-color:#f8d016;background-image:none;display:block; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container { background-color: transparent; background-image: none; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container > .video-iframe-container { display: none; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row > .video-iframe-container { display: none; }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .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); }#C5bgNTh6Td5VrE2vU4kJUG3m0iGWltSs > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FW62s6DLZSoaRsuyMx2Ct5PoR1HqgVcZ { width:20rem;height:2.19921875rem;top:2.400390625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 { display:block; }#QGNq0w1ON92gJTVNcSOA9QxoIqkWUMf7 > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nLZFxc74wSTUIAnDWV6uIGEaSGLTBJcw { width:18rem;height:4.798825rem;top:2.5rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H0xO6WrHBAMHxO116AANCe68PFrF9v8T { width:7.5rem;height:0.375rem;top:15.4375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cydpQS8GXaMWl64MufBCcEcpu847kChn { width:19.3125rem;height:10.8125rem;top:15.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFrvTQ5xFUxZkmReut1kJEQ2IKbNW1ph { width:18rem;height:6.796875rem;top:8rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FifwTuqVayTWVIT16nbae2gUWm193wyn { width:13.5rem;height:3.4375rem;top:25.25rem;left:3.4375rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #bgEi35Q5Mus4NexxGm1P7yTRxdU1tOgn { display:block; }
 }@media only screen and (max-width: 763px) { #d1kFcpUwGh6b1fikGyqem62slJ4IG0M8 { width:0.375rem;height:6.25rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SChAmS880FcC2ghabMfd4CXNSZWDTxG2 { width:16.25rem;height:5.84765625rem;top:31.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggOcM0ZvCBruZBywkHNJKqE0BlGpSkyN { width:16.25rem;height:7.3095625rem;top:38.5732421875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqOOmiQu67TLE9xk0IHBJQtXRT6esbIb { display:flex;width:3.125rem;height:3.125rem;top:31.625rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #sDT3VywECXlBZMdvwEUX8Xw3reIXg76u { display:flex;width:3.125rem;height:3.125rem;top:38.5732421875rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:20rem;height:44.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPZTT7TyTlw1xPlAXos4TBVbaCGlHuRD { width:18rem;height:4.798825rem;top:2.5rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RO3Jertq3uX4UXX0CrS9F8Ly6XWsMdp5 { width:18rem;height:5.09765625rem;top:8rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #KOgPDMuHQfSKEFswmkJCEtoRWNO13CIU { width:13.5rem;height:3.4375rem;top:25.25rem;left:3.1875rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #cPk3dwMP46tOPByNteArrTK5Ved1b4pr { display:block; }
 }@media only screen and (max-width: 763px) { #r1IvzKLQl2FrhEr4T1tbo8H4VGh1GA9H { width:7.5rem;height:0.375rem;top:15.4375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnB6JrXMTImRnwzrTPADaz4wqC45ZIX { width:0.375rem;height:6.25rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT6bGXTTHqdW9Rki9nTC07BWl450u9It { width:19.3125rem;height:10.8125rem;top:15.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwVpWcsvaLsAUCACe8mmxc9U4NJsbbTx { width:16.25rem;height:13.15725rem;top:31.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN4pWaEpaSCkPpLanfImaUzZCA3K7hJl { display:flex;width:3.125rem;height:3.125rem;top:31.625rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ { display:block; }#nZgq3I9yJHcoClk4DUH3fZ2NMs5KqhQZ > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9qEiBUOrAHRGHgIQCK9EECVq5Ti3DCK { width:18rem;height:2.3994125rem;top:2.5rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EiCZPRs4g8UF0PEF7W8GFoIfDlV6ccyf { width:7.5rem;height:0.375rem;top:15.4375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MncVVhfz6JmGFNsRpLrrMG78zPVGEPri { width:19.3125rem;height:10.8125rem;top:15.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmlo0htCJyeKKqPh4gaORMgQTsf0biR6 { width:18rem;height:6.796875rem;top:8rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T0NfDZAIlOSLRasrlnQB2bTK1wUaIEM9 { width:13.5rem;height:3.4375rem;top:25.25rem;left:3.2500001192093rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #TiVVN8uAMJmMeU8NKGsKxtieJPtfflyE { display:block; }
 }@media only screen and (max-width: 763px) { #Z4EiW1dDdOrwuJTyG8GWpCOXpMDTdmTa { width:0.375rem;height:6.25rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2BlTRpZM9lNvFgJAbdbbTi429bBR4Uv { width:16.25rem;height:8.7715rem;top:31.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZOq9HuwUXdxJ4Z5zXpCxH0wOIUMRobu { display:flex;width:3.125rem;height:3.125rem;top:31.625rem;left:0.125rem; }
 }@media only screen and (max-width: 763px) { #OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N { display:block; }#OS5Tytk7MDoPNLgGTqTiZsGGC0sPK30N > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCW3TGGVEnacUfSrTtcnsOTox3MmEsNo { width:18rem;height:4.798825rem;top:2.5rem;left:0.9375rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eTp7NmyCrZbhIFgnf26mZoI9Q3qX0EFz { width:18rem;height:6.796875rem;top:8rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EwtqOuuxfNu8xu9wcHxXgMfsyyOEZmvc { width:13.5rem;height:3.4375rem;top:25.25rem;left:3.4375rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #bNi2nxPFGfsbvbzT9TmWqTuC1ZPqWFn8 { display:block; }
 }@media only screen and (max-width: 763px) { #NbUZt5OxZlG4bAUd7pyg94920a0HgviK { width:7.5rem;height:0.375rem;top:15.4375rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XASbmnnJGGut0XidBndJ5o82Hssx4ae4 { width:0.375rem;height:6.25rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1TAnFr2s33PvtLFJTuvsTiGQNlUXOiB { width:19.3125rem;height:10.8125rem;top:15.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 { background-color:#fafafa;background-image:none;display:block; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container { background-color: transparent; background-image: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container > .video-iframe-container { display: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row > .video-iframe-container { display: none; }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .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); }#bPxnGOOO8tTXsBqNWPCCaxTzwmGFOEf4 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVMFJqTRmk6ZuaxhGl7AoUfwzrwVnVPV { width:20rem;height:2.19921875rem;top:1.337890625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S { background-color:#fafafa;background-image:none;display:block; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container { background-color: transparent; background-image: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container > .video-iframe-container { display: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row > .video-iframe-container { display: none; }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .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); }#VAaOZZw0iGFpy6LqZK9sMsRQAVVmfK8S > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEFpw98iearvNCixwphndLTTA00QGHxo { width:19.75rem;height:18.625rem;top:0.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud1XGuhWsvutGSx5TdR5uBiqQSQXhLhf { width:15.625rem;height:6.796875rem;top:7.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #G2qNOUtXgW9vLBTXwb8FezwI4PpnwlRF { width:2.75rem;height:2.75rem;top:2.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlM8Wp4M6M4aluP6ea0iP8qmhtbziUL2 { width:1.4375rem;height:1.4375rem;top:3.53125rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvPz64Jc93SEJTv2MufmTyMBT5s5Kxoa { width:19.75rem;height:18.625rem;top:19.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2PsP5ziqt3lbwpTzvuryFEBs5ls6BlX { width:15.625rem;height:6.796875rem;top:26.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TPCMa7n8mL1sToat9bIhlvVKMauJvGnA { width:2.75rem;height:2.75rem;top:21.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDn9mkESMUftP2U6dCB5ocud6aebwtIx { width:1.4375rem;height:1.4375rem;top:22.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRL0VXTe4tNM37xDJGck9Cyykq8zOkiA { width:19.75rem;height:18.625rem;top:38.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STOVLtkpG0eHaLd5oSFXiqMJMNyzFdGr { width:15.625rem;height:5.09765625rem;top:45.5625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zSy9q08TdrTXBpp7KulSus481OBGw1oa { width:2.75rem;height:2.75rem;top:40.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqQBC4EEyd2eR47b0FGx8TrlsAMQAO9M { width:1.4375rem;height:1.4375rem;top:41.625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q { background-color:#fafafa;background-image:none;display:block; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container { background-color: transparent; background-image: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container > .video-iframe-container { display: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row > .video-iframe-container { display: none; }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .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); }#gWzFEb6AKXlXc3D3Vhgq9TM7kR6gw65Q > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQTW3hTrfPRE4AMRlJxqcqW8V19PgKPz { width:19.75rem;height:18.625rem;top:0.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCo3SnrHQpcEuVNGcNoMfsllEoUMRaW0 { width:15.625rem;height:6.796875rem;top:7.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #TFmXWUtSuPDoTb8lHt29VzOnA2mpwOXT { width:2.75rem;height:2.75rem;top:2.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxLNivJDGdh6fmypUX1SLh8UD1cByFVB { width:1.4375rem;height:1.4375rem;top:3.53125rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5p3rgAkGddNhNLCI3CadCTFPkkkzLkp { width:19.75rem;height:18.625rem;top:19.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvrdkLVd8f6bTsTwWpGtwPnQvyWt91qx { width:15.625rem;height:5.09765625rem;top:26.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #G5pcGvqisNgp2ATaHt5w4x8Q6479F0I8 { width:2.75rem;height:2.75rem;top:21.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZIACuwPAO5Qe3edUIOJTuyl6X7MbFbK { width:1.4375rem;height:1.4375rem;top:22.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQrM8467TuRGKMelaF7Qv47vmuCMEoAu { width:19.75rem;height:18.625rem;top:38.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw4Qp8PfSJ2Fa7tfnfyQr65KbTihmi7e { width:15.625rem;height:6.796875rem;top:45.5625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xCGBmKxMMAO5dAmudeIzF2DTQPBcU5MK { width:2.75rem;height:2.75rem;top:40.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqk75uJ9xWWvnD1brfqF42kxOwdauMX0 { width:1.4375rem;height:1.4375rem;top:41.625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf { background-color:#fafafa;background-image:none;display:block; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container { background-color: transparent; background-image: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container > .video-iframe-container { display: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row > .video-iframe-container { display: none; }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .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); }#p9PSx0K9J1lL6UelxtLyrakGKk9Kntlf > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eq3ivAm6hllCZNytAmdBTCfHbFNfFsXr { width:19.75rem;height:18.625rem;top:0.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNTcSgBzbGUwQwUZ6q3xvilq5bkWeApf { width:15.625rem;height:6.796875rem;top:7.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ifnKfFH81NInfLzCufhMyd7G6qy1AR0o { width:2.75rem;height:2.75rem;top:2.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbJ9rsNfo4ZCH8wHd2Qy0Rmfaiwh8XN9 { width:1.4375rem;height:1.4375rem;top:3.53125rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu0dEO3cQ8sMVq1Jt2deG9LaSeAybVKl { width:19.75rem;height:18.625rem;top:19.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV42f2VSfuWJP6bOvLxLT2pdVLZTrPhb { width:15.625rem;height:5.09765625rem;top:26.5rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rGg4rmbcMEf1knyGkQbTMAzUJhN7NZ85 { width:2.75rem;height:2.75rem;top:21.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNizbu8z4JfU1WqbJOxh61CZnNdBkUly { width:1.4375rem;height:1.4375rem;top:22.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JMJJudPoTJhXJiC5C3MPc3WV7NLWTt { width:19.75rem;height:18.625rem;top:38.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ4q96E52pGwQf4TDS5cthzCTDkElCB2 { width:15.625rem;height:6.796875rem;top:45.5625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IMs7Kt2qDyrC7xqcVJONExyLcBaogX5y { width:2.75rem;height:2.75rem;top:40.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDmtVsNpWF3tbdWcaw7fHyMHGnU8sRZX { width:1.4375rem;height:1.4375rem;top:41.625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2GfFI8aWhNgRvbLZCU1depq09UvRg85 { background-color:#fafafa;background-image:none;display:block; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { background-color: transparent; background-image: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row > .video-iframe-container { display: none; }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .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); }#z2GfFI8aWhNgRvbLZCU1depq09UvRg85 > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAhikILzzpTkRGDRJkqt6NFT7Udows3w { width:19.75rem;height:18.625rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:6.796875rem;top:7.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NA3zhgFZLk8z496qT4zTGcOga7Ueh6xI { width:2.75rem;height:2.75rem;top:2.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZLQXu1r1VMHLZ2wSqNBHZT41huzD1wd { width:1.4375rem;height:1.4375rem;top:3.15625rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arem0olM6tiPI160k5ERqqAMyWW0FgHh { width:19.75rem;height:18.625rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:6.796875rem;top:26.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NRivINx2SiO4L7ml0VWDznubQRJdE33n { width:2.75rem;height:2.75rem;top:21.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNLdEJiR2R77sWmthOByGO5yREnynouf { width:1.4375rem;height:1.4375rem;top:22.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #adnpMs7c9DxWXwD5dARNgELdZVzdIvJe { width:19.75rem;height:18.625rem;top:38rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:5.09765625rem;top:45.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WIGVWVhT60ihPTPrwoB9ZVx2r0crytVk { width:2.75rem;height:2.75rem;top:40.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvuxdVrlt5ceUvolnEn1nh3BreyWhra3 { width:1.4375rem;height:1.4375rem;top:41.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myUadAK8NScxLVWOEA8AFQsWDrgc0crm { background-color:#fafafa;background-image:none;display:block; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container { background-color: transparent; background-image: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container > .video-iframe-container { display: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row > .video-iframe-container { display: none; }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .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); }#myUadAK8NScxLVWOEA8AFQsWDrgc0crm > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoU7oDhp9c7ihDxDZ7gahpF9biVoR1it { width:19.75rem;height:18.625rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMcUucdKsOlQKIUtkqWACnIQlLOiF6eX { width:15.625rem;height:6.796875rem;top:7.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #GbyXdm8rv1ewnnFBld2d9sbOMRT6TcQS { width:2.75rem;height:2.75rem;top:2.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiXGZAIql603OidcvfLIhQUe0PHzZ3Kc { width:1.4375rem;height:1.4375rem;top:3.15625rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N01zN4sHD5PKN0KdDUTus2HicnR1Ck09 { width:19.75rem;height:18.625rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfykaglR3QwcI6nKrq6LzRiLGSET87gO { width:15.625rem;height:6.796875rem;top:26.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BwSWK1Ifk4mKZNmQCoPpuVgKn3Jupk2H { width:2.75rem;height:2.75rem;top:21.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMuGBJ4GJ4XBnWfHo4hVJebEkfP3hkMW { width:1.4375rem;height:1.4375rem;top:22.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCv1OT6Wfcha8TFPIqTVxlgAPGU6rxZe { width:19.75rem;height:18.625rem;top:38rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #civFdJTDvgcII76LBZXNQqMcTirPdwzc { width:15.625rem;height:5.09765625rem;top:45.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #QlbwCELeV8m7dDqTzPFFnH93WHzHGcF0 { width:2.75rem;height:2.75rem;top:40.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxhwqposL67h07T8pk8nlsa9aVPvsKbM { width:1.4375rem;height:1.4375rem;top:41.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B { background-color:#fafafa;background-image:none;display:block; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container { background-color: transparent; background-image: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container > .video-iframe-container { display: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row > .video-iframe-container { display: none; }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .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); }#VMaELFVKmbCUcNfTPVHCamgL1iPgTO9B > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BalTWxFuTZK4zTrZlLbTBAL3Bq4EpnLh { width:19.75rem;height:18.625rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkWJePeTmbS1cAJtNkRZrc1O1gIz3zW2 { width:15.625rem;height:6.796875rem;top:7.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eWe4pOpFgF1phZUFRHQc1QXlF2QwlJZR { width:2.75rem;height:2.75rem;top:2.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JabMsLxCbuSXkMz0TNME9sJGw4Z8Eekd { width:1.4375rem;height:1.4375rem;top:3.15625rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX9z85UFKfk8b3aIP4uhTvzJTWZ2POiM { width:19.75rem;height:18.625rem;top:19rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE111XLz0SSGtZlMgT0IeghJ5ghV7GaL { width:15.625rem;height:5.09765625rem;top:26.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CfRIRkZCe6lQlQbyT8sntkRCkHE6uvwC { width:2.75rem;height:2.75rem;top:21.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0qilXBObRlcy6DO91TSwGW1E3bsAyfT { width:1.4375rem;height:1.4375rem;top:22.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyvcFTJ7Qa6FAmxWVpdEEITH4wqdPVX3 { width:19.75rem;height:18.625rem;top:38rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laEXlD9kxrsXdsKW7sVtQSdiJwmB0w22 { width:15.625rem;height:6.796875rem;top:45.125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wrX6KgZz25l8oFQaNJJNTDPmcN1Ir7VU { width:2.75rem;height:2.75rem;top:40.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoiMO65xgAtcxE0pzx6T95qCl5fn4CFt { width:1.4375rem;height:1.4375rem;top:41.1875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp { display:block; }#AKcUPTfW8X6w4FfgKhwhcJIRB51nWGfp > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adz1q5TzweanA2DFb0343RTKDNB0l4Sx { display:block; }#adz1q5TzweanA2DFb0343RTKDNB0l4Sx > .row .container { width:20rem;height:135.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACKtchbMwnOhzsabCT2WLTtqsvsnphXP { width:20rem;height:2.5996125rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHDFb4m8nTDLsFN89cvT719QB43kOXSv { width:14rem;height:4.62890625rem;top:6.2890625rem;left:3rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lt7uqlWDc6V7HNWMS7sAJNQCw6VEzSlX { width:7.8125rem;height:7.8125rem;top:14rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSpsGQy2ChTATCM3DgQ07WgTgMz387VT { width:4.75rem;height:4.75rem;top:12.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mppV1B2bTSBVxMcFrM4FxzExzSBeDZLd { width:1.375rem;height:2.5996125rem;top:13.3125rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnTXPuMKXNgHvOWT8G20ber9ea8bXRmr { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5oNQxVVDtLqiI2vxnSElhSh89LAa4IB { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwB0hHkm5F4vwA8pFqV9WaG2vPeKXTqQ { width:7.8125rem;height:7.8125rem;top:40rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIy9h0Bw3CsekPhrCC5uFUDZz5F4xuJ6 { width:4.75rem;height:4.75rem;top:38.5625rem;left:5.1875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #TkW7T3IoxX7U6RDeGbyU26AEu1C1lXD7 { width:1.375rem;height:2.5996125rem;top:39.5625rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4VC17RaazzoOarFhTSKOXToHOSk43Aa { width:16.6875rem;height:4.875rem;top:23.3125rem;left:1.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDEFpQAhq3093TrG8vmJxg2EtKV1fdEF { width:20rem;height:7.3095625rem;top:29.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7sZAP1blGp30STATHS36aRhEluUDfQ7 { width:20rem;height:4.875rem;top:49.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wbv20eDTfe65Mur3GpXRczfFhFEznU61 { width:19.4375rem;height:5.84765625rem;top:55.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hleTURtzIygSVIM6OxuAco25zpGOJGi4 { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dv5tN73vFMoysoOTiR5NgBuW3yg1HXIl { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m2gUVUTVds6zztaVsOa3CcKGd4wt65ec { width:7.8125rem;height:7.8125rem;top:64.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRThzCbWyb115hvxasxduTFpJNSTPIeU { width:4.75rem;height:4.75rem;top:63.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvZVGbN62qPV9ZbZrsbSQXZlo0T0yrGo { width:1.375rem;height:2.5996125rem;top:64.0625rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #quS654xG5FnIdTe6hJisWQOcIgoR2nwK { width:20rem;height:2.4375rem;top:74.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVQ64T2Fwba4STgQ393B6qgubliRTfif { width:18.6875rem;height:4.38574375rem;top:78.0625rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZs4cr5bgckSwaFAg5ihltquh5clm5wm { width:0;height:3.75rem;top:41.875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nwpV3AlBUBbDQeqwq0SpxIVkonRTaATc { width:19.875rem;height:0;top:45.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3f285zFwEETu3AM7s4oKq7zT2BLH9PP { width:7.8125rem;height:7.8125rem;top:85.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzwDRc7hB81FavoO2JH1A88FveFi05AN { width:0;height:3.75rem;top:53.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gykQQUWh7I97QTrRLEDNxWEIeJsdlkD9 { width:20rem;height:7.3095625rem;top:101.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dfq8gl106S0wgJmUUqrKruzKvCb6lTUQ { width:20rem;height:4.875rem;top:94.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mTV2nrhGcI2gndK7XPF3EmHu9MWLq7Xn { width:4.75rem;height:4.75rem;top:84rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxmQWGKo1lyP7nn2oPVmJPE2MxpEhuLV { width:1.375rem;height:2.5996125rem;top:85.0625rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWrBR3O0AW9s9QmwKPEm0WbbPedUkVBz { width:7.8125rem;height:7.8125rem;top:110.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut2OHHULoxGp24wcgWsLAp40admMAiPT { width:4.75rem;height:4.75rem;top:108.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzaZoyTSCJlC98EqkgTf0QFbNkvZUfCq { width:1.375rem;height:2.5996125rem;top:110rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqxPzbXrZTvRmk41Wh582Nw0iNwxuuTc { width:19.875rem;height:0;top:57.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tTnzIUPcu0iLpZKvOAMJUfZ0ydSTIhnf { width:20rem;height:4.875rem;top:119.9375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sr2uHokb1ommBhUkSIi6oyzWzlmdZm0I { width:20rem;height:5.84765625rem;top:126.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e7ErD7TsKpl0m7FlHr5tDChA4Wa47T13 { display:flex;width:4.375rem;height:4.375rem;top:15.75rem;left:8.25rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #zmAtb0J74siwNVD6GRDDLrMrnTLiHoFR { display:flex;width:4.375rem;height:4.375rem;top:41.6875rem;left:8.25rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #RRbeTlDmAiTqKlaBneTMGda3EbE7WQub { display:flex;width:4.375rem;height:4.375rem;top:66.4375rem;left:8.25rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #cymCHmX0XnkxDEh2m3ioLAuVuZD3LCCq { display:flex;width:4.375rem;height:4.375rem;top:87.3125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #HJKg2uQknBqNaGnLUSHBErR7iqJZngJa { display:flex;width:4.375rem;height:4.375rem;top:112.3125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p { display:block; }#k5p0NMLkRESGJpwtwf2piWTOLNrO2s5p > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk { background-color:transparent;background-image:url("https://images.assets-landingi.com/free-images/People/pexels-photo-23966.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk.adaptive-delivery-prevent-bg, #UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk.lazyload, #UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk.lazyloading { background-image: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container { background-color: transparent; background-image: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,45,0.5); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container > .video-iframe-container { display: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,45,0.5); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row > .video-iframe-container { display: none; }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .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); }#UeWvr9vqTF7ZiSn5V4qlWkqnKol1lUVk > .row .container { width:20rem;height:22rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nka7xkUdUCNPc9JWK2M0E0NnLdKZloIZ { width:20rem;height:15.597625rem;top:3.201171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG { display:block; }#LJXLRZDK9KMKVBNb4Cg6CBSoQBHgSEMG > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo { display:block; }#NfV77pA8KKgTVmH9PF7WuhRKNTZXtTdo > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl { display:block; }#D3PUBDyHITZI2Zcid5Hn1MLATeJxJqgl > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:12.9375rem;height:8.8125rem;top:25rem;left:5.0624998807907rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:19.75rem;height:13.625rem;top:18.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhI1WKzxuZ3JLPiS0KXX18nbLqqQyxbH { width:9.3125rem;height:4.0625rem;top:20.1875rem;left:1.5rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #APJGAbzlQAb2NywEm9ZXHyFv3dxEK3UB { width:8.5625rem;height:3.1484375rem;top:20.6875rem;left:9.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:19.75rem;height:27.625rem;top:88.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UEtE0k5MWM3PrbSZp311O7sJCEUvqJgT { width:19.75rem;height:15.5625rem;top:34.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2XMWPFx1lMdBnouxyZPTIahIyiPfweO { width:9.25rem;height:4.72265625rem;top:37.399988174439rem;left:7.8125003576281rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I7aeNEaBwfCMxaTVrt9Q598NB7zBTrB0 { width:9.6875rem;height:7.3125rem;top:34.625rem;left:0rem;font-size:5.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { width:12.9375rem;height:8.8125rem;top:43.062476158142rem;left:1.5000001192093rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { width:19.75rem;height:13.5625rem;top:60.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gR8ceZRUTT9gm7oGR0E9dOtiDbZzQSLD { width:18rem;height:2.2rem;top:2.125rem;left:1rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z1M2UtuzyTmPqBFaplqV8HKws5x1IT2b { width:18rem;height:1.7rem;top:5.625rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #auunLFev4OAo7tvbwpHaZTMUCuf80IXL { width:18rem;height:8.496125rem;top:8.3124876022337rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB { display:block; }#DP6X5N3tD8sW5NrzQ158edhOZ2UDbyUB > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM { display:block; }#tt5R4hiVlSFhnbxW4nbefhraJ6UKfXlM > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fz9dSXqVulyTxzqVTzJmovGslV7gnwMV { width:18rem;height:4.3984375rem;top:2.0500001907349rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2sheRiTs5hme1wKZ8ZeZzzhPaZSzm49 { width:18rem;height:6.796875rem;top:7.875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zFoAw39pqiB8vNifFot4ppf0TnLGuUq8 { width:19.75rem;height:13.375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LITVkDubL8I8ZTt4eCJTaUOGTE0c69sF { width:11.625rem;height:3.4375rem;top:15.862500190735rem;left:7.1249998807906rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGdwt4g29kqS33QxhdSMpAZuJQUCiov3 { display:block; }
 }@media only screen and (max-width: 763px) { #iv8G9ESstUh4M3a3ULq58WGI23cc0Q0F { width:18.375rem;height:5.3125rem;top:1.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVmlSdn557xykXohtcf29a9ZCzU5WK5X { display:block; }#yVmlSdn557xykXohtcf29a9ZCzU5WK5X > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:20rem;height:83rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:19.9375rem;height:20.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0WmdOXS7n9r1IAtcpsHPMTpQE5szeis { width:20rem;height:14.375rem;top:23.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XUbi6LkBSc5pqPy6nvubbEcV0AuDsAgw { width:2.4375rem;height:2.4375rem;top:24.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:18rem;height:26.806625rem;top:27.25rem;left:2rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qrIE9B7KLFmV6bsnpw6QOpCTGcf2qaf4 { width:19.5rem;height:1.69921875rem;top:56.4375rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VcyB5PMwLCrOVJliz4srfk41atcHnOft { width:19.9375rem;height:20.875rem;top:62.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQyCqZyeeI5GhPHPUxoZ2HmALtDhRWUt { width:20rem;height:37.375rem;top:22.125rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN { display:block; }#pHkgGMihOqXXuTSJcxJZVXHUb6b9aTEN > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOCEtXds0J03lbix5Aav3K2ZlT4F0FEc { width:20rem;height:14.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdBzXXkrt1I8Uw1psNJLFeQu4FtCDE1g { width:2.4375rem;height:2.4375rem;top:2.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFlQwxvvMHRGKfuJ2s1Oqab0SyU6WfMZ { width:18rem;height:1.69921875rem;top:34.7490234375rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rUBcZyXVTn69rCcED8DadFsuZ50OumwV { width:18rem;height:28.59375rem;top:4.75rem;left:2rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qcald8xwAGN4TnVklsLRIdbFNLaMuyTL { width:20rem;height:37.6875rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 { display:block; }#TUwRT3NlpAJ5tqc0m0DWAx2RboEPmU87 > .row .container { width:20rem;height:53.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtJT0HtB8Gs6sFc9DpSrwSTkKQTufX2D { width:19.9375rem;height:20.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RofHnpziDmcUMCRzZ47mGtBgSwv9qvTO { width:20rem;height:29rem;top:22.124996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8nZeyidxK6oVisq3emWNl9BTrTNVz1v { width:2.4375rem;height:2.4375rem;top:24.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEIde6lbp7gfB32nffVdbmP1ezzAUO7e { width:18rem;height:21.4453125rem;top:26.5625rem;left:2rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KuPXi5wPzbypJVLGZZEfiI7ON8I35FzT { width:18rem;height:1.69921875rem;top:48.611328125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg { display:block; }#Kdq6sKt2QAvTdDi8twXBEErQGWt1TiDg > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVFI1TpNLrA7SHTReMnHTVi7ZiO3wbT3 { width:20rem;height:2rem;top:2.8125123977661rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKnFkJTQf2MegTC5fQwT1HNByICoTVbK { display:block; }#OKnFkJTQf2MegTC5fQwT1HNByICoTVbK > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0vJdMxzKrTTwul4KLgoTP6rTCrG8QpN { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4IIK10uQphM3XrSXhtnrC1GRSx9fDky { width:13.75rem;height:2.923825rem;top:21.5625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVpDXNFWdqXI5phn6c6spzx4K04Xd2BG { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlc4vrGZ69fhfutzSUBXJsHB0EHqNTDQ { width:3.6875rem;height:3.6875rem;top:16.25rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKOIL9mOCZyhT6TxkORLh2M2CX3eU8AX { display:none; }#KKOIL9mOCZyhT6TxkORLh2M2CX3eU8AX > .row .container { width:20rem;height:26.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ibvQaJLAZCxymT1rePTM6aycIDTxqCwR { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAQusDkIIQ8ZwcF7ZMOKPnoFVEq0iT40 { width:13.75rem;height:2.923825rem;top:21.5625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kclhq3TW6knzT5Ta0T3sLXhBl2PoPKOT { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydQDi8B8OkL6hKbgHBJNXVuoIoLL2pyU { width:4.4375rem;height:3.6875rem;top:16.25rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBiCADqUMs4Pyc2skFUT5pu05tegwCGN { display:none; }#KBiCADqUMs4Pyc2skFUT5pu05tegwCGN > .row .container { width:20rem;height:39.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HTLN6hdIZWUpPKq5TSBF35i8ZH3kcSTI { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idg3KeT3Fx4s5B6XoThpmMHmxotQnrRA { width:12.5rem;height:1.4619125rem;top:21.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osoaGOJlovfUh70dBX1QZEwhNIr1XkAC { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDFTumogA1cPl7RttUUMHhp8NkLqQPVR { width:6.375rem;height:3.6875rem;top:16.25rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvmcMdVxG3c3ZkMMH4FsHmDUprKcAV96 { top:36.7734375rem;left:9.375rem;width:1.25rem;height:1.25rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TMt4WsX9v9P2QLsIZI9qvLZEqby6NVfG { top:34.2734375rem;left:9.375rem;width:1.25rem;height:1.25rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ky2uvIx4OR1x5Z1JiJVHEgITH3a06F4X { top:31.7734375rem;left:9.375rem;width:1.25rem;height:1.25rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fuwQGd4af465mVlnHhnPimX9XKCl2Xx0 { top:29.2734375rem;left:9.375rem;width:1.25rem;height:1.25rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NsOAR3UsBVunQEFHVHXnqdFnld81tvWN { top:26.7734375rem;left:9.375rem;width:1.25rem;height:1.25rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rogItzT9Qhpks3NZXHITZfwdgOT7Z5nv { top:24.2734375rem;left:9.375rem;width:1.25rem;height:1.25rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD { display:block; }#RgSOTvMS3CsXzTOmeJ0tSiMSF2bkENDD > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBMNIbPUpELCCW5nKl1hNmtZZ6dqKOHv { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkAma2auJhBZAbntLLasVwESWlVtd6Mc { width:12.5rem;height:1.4619125rem;top:21.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIsASr4bZnvbIUivZTCulMJQhm68DUdN { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TupfbzWwK5QzuLDvP42LKGr7cqHg5n3h { width:12.5rem;height:3.6875rem;top:15.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf { display:block; }#JMm22D7sDomxQZZGWMbNvNeVFOpP4Wbf > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSlNPtzaX62Jx2JBAAEmreeEqgHn62d9 { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwfG7a9W61CiuTKT2wiRtDmy3dhmSmlT { width:12.5rem;height:1.4619125rem;top:21.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERUJlm5QaXo1e3iKVDLEHZZ6857uJar0 { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyNBJfwHBW45B3SQ7yOoXIT5piVkhitZ { width:12.5rem;height:4.3125rem;top:15.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LayCOTMz3vbLqtgtwtpO580INJHQ9wro { display:block; }#LayCOTMz3vbLqtgtwtpO580INJHQ9wro > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdsLSWkAB61gB7gzyy1JwtimNo6y2aaL { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5ivGB0NTrWRT2usAxpnvuEKcekMwZLV { width:12.5rem;height:1.4619125rem;top:21.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdhH2xumdRAEr1yfiTuOZ0HiN0S6yspt { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoLML0QGvOyhfGLpEI71kXzfiEbqRufX { width:18.75rem;height:3.1875rem;top:17.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr70ORZad6CF6zw3ZDGq75vCqwUCell8 { display:block; }#fr70ORZad6CF6zw3ZDGq75vCqwUCell8 > .row .container { width:20rem;height:26.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1mPEWPpqPsBJOx1leEeu7zzPaCaO9x6 { width:18.6875rem;height:12.5rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLoqFib8VfNT8lrW8EWXllGW3bCFJBIf { width:12.5rem;height:1.4619125rem;top:21.1875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgS8cQOCXvWx0IQWaPIHziKl2W4eDIv6 { width:18.6875rem;height:12.5rem;top:1.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpHSFFof8F60QaU70TbOPe1Vt5OhuMTW { width:12.5rem;height:4.375rem;top:15.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17oOnVADt1MmUGNdgfXevKX1D1aERgF { display:block; }#J17oOnVADt1MmUGNdgfXevKX1D1aERgF > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDFAJ2bTCBAUldJrkTMEptqUyTA4SfZc { width:18.6875rem;height:12.5rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZApshKdCycV8TXtwzK2PsuNe4JgSoDZR { width:12.5rem;height:2.923825rem;top:19.9375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgCaPeC2yqciT3vG6Ahu1Snrnh9yDSFi { width:18.6875rem;height:12.5rem;top:1.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5q8XcB31nwoSyhQ2tLtp1QGSXnTVlZF { width:12.5rem;height:2.6875rem;top:16rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfFErxFF06nXmOiNSggL0T3A3N6uVcDV { display:block; }#mfFErxFF06nXmOiNSggL0T3A3N6uVcDV > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rIgS9sGLAhVJeGZsN9gw7vFZDfqRI3ff { width:18.6875rem;height:12.5625rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC4ofg1iuh2w0tui64NAvGeGNsMR5f4g { width:12.5rem;height:1.4619125rem;top:23.812500238419rem;left:3.7499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbBJf5zxhptvyTDPTyImVunWahsVoh0J { width:18.6875rem;height:12.5rem;top:1.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrKzNwvOPL90lBGvGCQebMwX7M9LTgUx { width:4.8125rem;height:5.875rem;top:16.312500238419rem;left:7.5937503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu { display:block; }#xR3J6GVOhT9nJgHNd3CA8OuRG1at7CIu > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL4H5HX2VLn8hu2WFAvEabpfifnDvXR7 { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHd1JMsrhlqXfh9vJ5pltA7TlKF1L3Lr { width:12.5rem;height:5.84765625rem;top:21.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBDmzHUswKPuJ1kIB8pgoaRTv0XrUivS { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFBVyTTMUBIi0PfRwMkDlT0ROKKmp99E { width:12.5rem;height:3.875rem;top:15.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG { display:block; }#LMTSwxcUXmHsEUbNAPKXBr3a91OGVhBG > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zy10FOFHgN85lNZ8y6ZrWqVamOszlPM3 { width:18.6875rem;height:12.4375rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO9pSgFKMFeChJ0XcQJuGdeCCyRhsFAR { width:12.5rem;height:4.38574375rem;top:21.5625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmhVFkTr8lw7v2N7yxI2TqS1NwqFbJUp { width:18.6875rem;height:12.5rem;top:2rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmEbTHvaE0K6gcPCWzDiyitwn6TlDU9s { width:4.375rem;height:4.375rem;top:16.000011444092rem;left:7.4687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul { display:none; }#OPkqy9mdE5yl4HG2mIRgAxHZ2dNGMyul > .row .container { width:20rem;height:18.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FEfEENJrm9xuXonqapq00L84ck7ts5tq { width:18rem;height:4rem;top:2.5rem;left:0.951171875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CivM7S9Do4fwDTpeDdEPzIU9hEukfET2 { width:18rem;height:6.296875rem;top:10.372644806281rem;left:1rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH { display:none; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { width:20rem;height:160.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QgrhguyzsT8lK2PNPmkU6QnS8EucFI15 { width:19.75rem;height:37.5625rem;top:16.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5ph5c80WIxQTcWTUf8d1gpZSNgIbA64 { width:18rem;height:3.6rem;top:17.03125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVdLPitVI9nOJqlyCAH6rEUxR6k2HCtm { width:18.25rem;height:3.4375rem;top:49.500003814698rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRtw2ZUkFqxT7fJ04IUIvvz8UbshdV8o { display:block; }
 }@media only screen and (max-width: 763px) { #oopFzXpaiP489xMiJoeKCOx8PDemtrbv { width:19.75rem;height:37.5625rem;top:69.0625038147rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHqTaJDnSXox8cTybSe6C07ms0PT7BMl { width:18rem;height:3.6rem;top:69.9687538147rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPrMOfOaFhF65xddxJhene1asywKRKQA { width:18.25rem;height:3.4375rem;top:102.43750762939rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR9naUT2uEllZEn1ekMez09C1n8VlS6K { display:block; }
 }@media only screen and (max-width: 763px) { #Ld1tHA4I3b7PeEEecKNiNkv2KSDAXelD { width:19.75rem;height:37.5625rem;top:122.00000762939rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMhS5VKz3gC0bICZ5OhpzfsRUEf9OTfx { width:18rem;height:3.6rem;top:122.90625762939rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi04npPTo1fqd8qrZaE4sIDSJT0m36ww { width:18.25rem;height:3.4375rem;top:155.37501144409rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFriz0muRKxCconOuzopKs1Z625lDgKW { display:block; }
 }@media only screen and (max-width: 763px) { #pV2apIZWP707ACRUZhapUkIw4GvCtlam { width:19.75rem;height:13.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Egbt4uDInFzrkAUmn2eViuUJQneC9b { width:19.75rem;height:13.625rem;top:54.187503814698rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU { width:19.75rem;height:13.625rem;top:107.12500762939rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGoJ2K8fx7eTHcJTlmE9AavuSozHuKf1 { width:12.5rem;height:23.39060625rem;top:24.125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0ALSxUvO7NlysmipMdeMsLnFasUqwgO { width:12.5rem;height:23.3906rem;top:77.0625038147rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E61oshGvfuyzw6tDKD6qXNa9We821Ek1 { width:12.5rem;height:23.3906125rem;top:130.00000762939rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEawP1wD4pqhvNoJylu009gcSFgen5dk { display:none; }#iEawP1wD4pqhvNoJylu009gcSFgen5dk > .row .container { width:20rem;height:160.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GIAZDVELpN2HiVPVOz5TGaksZNp0RmyX { width:19.75rem;height:37.5625rem;top:16.125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ88GUVlrMVVzn228L5cdnL70gabJM0N { width:18rem;height:3.6rem;top:17.03125rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRU4pTKkTG6eHvmboAfw1AwlQVJkfCA3 { width:18.25rem;height:3.4375rem;top:49.500000715256rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWXKTbnllJDXTfUEXDTRO4sgkKZ5MvL8 { display:block; }
 }@media only screen and (max-width: 763px) { #Fr47cUSh8IpQRrfT6zBNOG6S2PS0UQoD { width:19.75rem;height:37.5625rem;top:69.062500715256rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDPQoGH75P68Al81C0hOeL87VhWUHzVK { width:18rem;height:3.5996125rem;top:69.968750715256rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTSThxt4JrbNBTNCLwlbehbIltleuZPt { width:18.25rem;height:3.4375rem;top:102.43750143051rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZVW81VmHOZdrWLF4Il71f72SarNnlFZ { display:block; }
 }@media only screen and (max-width: 763px) { #cTQy3zR9C9TtAAiqG4wV0szs1zWUuSoy { width:19.75rem;height:37.5625rem;top:122.00000143051rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4rTdh6af0OZqsUJLVwr4gncnm4Ku0D0 { width:18rem;height:3.6rem;top:122.90625143051rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkmUtMSr0lrnRqHlN3bdrrxAKl8KI2Ld { width:18.25rem;height:3.4375rem;top:155.37500214577rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED6eqgIFoTMWvEuViAe6ERBIeNGV4gsn { display:block; }
 }@media only screen and (max-width: 763px) { #Qh4Vv1IVSeye1bl7Whls5bQXxLawlF6C { width:19.75rem;height:13.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBXlNbAa9gbZ61cx5at9uaOLpdxT7t66 { width:19.75rem;height:13.625rem;top:54.187500715256rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXENIg0477URE8CuHB8BLVaf305S6ozp { width:19.75rem;height:13.625rem;top:107.12500143051rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUSN28JrzTNwftTtVQ2Pn3USkTiH0RLw { width:12.5rem;height:21.9286875rem;top:24.125rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEu2JinTfX5lpeAq3swQknHyAcs0OMCw { width:12.5rem;height:24.8525375rem;top:77.062500715256rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1peV6MZTl6S99sVAnF4xUvNtWlCIipM { width:12.5rem;height:21.92869375rem;top:130.00000143051rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH { display:block; }#EK32GC6bNHIplN0TE3T7hmpk2ETgM4MH > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsNckGOh0KaRdv7TJEubWMPSBQIsIOsh { width:18rem;height:15.7421875rem;top:9.4375rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVuGPJ4So80PsZRInK1mtlHZODIZVMTD { width:18rem;height:6rem;top:1.25rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-form-header {  }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f8d016;border-left:0.0625rem solid #f8d016;border-right:0.0625rem solid #f8d016;border-bottom:0.0625rem solid #f8d016;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-text {padding-top: 0; padding-bottom: 0;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f8d016;border-left:0.0625rem solid #f8d016;border-right:0.0625rem solid #f8d016;border-bottom:0.0625rem solid #f8d016;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-select {padding-top: 0; padding-bottom: 0;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #f8d016, #f8d016);background-image: -moz-linear-gradient(225deg, #f8d016, #f8d016);background-image: -ms-linear-gradient(225deg, #f8d016, #f8d016);background-image: -o-linear-gradient(225deg, #f8d016, #f8d016);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d016', endColorstr='#f8d016' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d016', endColorstr='#f8d016' );";background-image: linear-gradient(225deg, #f8d016, #f8d016);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.5rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#2f2f2d;width:10.5rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#2f2f2d;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-container:first-of-type{padding-top:0;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-container:last-of-type{padding-bottom:0;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:26rem;z-index:15004; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#2f2f2d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PvvVITzgODCXFQGGd73tnspK2WNroXwP {display:block;}#PvvVITzgODCXFQGGd73tnspK2WNroXwP { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0rem;top:26rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #vVCNIDa8z80XtZMvPg44LmzrUeDNsPf5 {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #O77UybKanesws1GsWRVzWX9AX3xCuAeu { display:none; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #NAO4vGVSuTsQUx1m7OiPW1dREo7ROwxk {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #LsG1IJWdAilLRIrlUHGsTfP0VPHip7LE {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #cnBewFeDUzNDr98pvFizdhurlvzRh94L { display:none; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #flyWLE4PFRcHG56PvWep63ot5LOcR4AN {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #Pa6nUR301XRbNDxxy6BaKcXViG787qiF {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #lr98AhOuq7Iu5UlqcennaTV1xBlW2XqE { display:none; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #k06yNZX20BCTVW6xxe70A5JQ9NRKUdUk {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #Am99n5LBKZbhRo7Ano0H3KayJb0TAkKD {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #X2yMSxL7qDCbooVg93E83dPyWf9ZeXSX { display:none; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #KcDpFNzucRnauzOVRJm8Q9NPiRmDe9lT {  }
 }@media only screen and (max-width: 763px) { #wtempFSyzHmA2ar6SzL9WnoSfJ9H6Am2 { display:block; }
 }@media only screen and (max-width: 763px) { #BfTs8Hx2KSGKCBcuOVx2Wa7O7l2u3poL { display:block; }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #cUSOvacaXXcpuPRyHl1NxoevccMlqdmV {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #hRTAsOfi5tbyl7m2n5xNmLbdyl2LX0cM {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #NociwPJNraE03q3wfa3EB0mHxFGklscI {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #Z0niltShvxqLQIJonBkfQeBefPoSNTlV {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #nls9KKvRt1bZqCCO2RTdoi3m7G2m48Jf {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #TDcarXW7fVyuFi0dQX5VNb9GBQRpPksV {  }
 }@media only screen and (max-width: 763px) { #PvvVITzgODCXFQGGd73tnspK2WNroXwP #n6dnZKE0DXgyez5askOcTtpxtmV108i8 {  }
 }@media only screen and (max-width: 763px) { #J91bxPQHJBZGZW0KD2HP4NoOJ7FHeND4 { width:12.5rem;height:1.3rem;top:60.2625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr { display:block; }#VhI3tqbQfItaygMC3lH9TaLlKSPwTbdr > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHKlAXoGf3A20Jmu2T1RnDsOehAfLNHv { width:3.0625rem;height:3.0625rem;top:36.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0dX467dfh2xwbQ9JN1UgCNRZTOTzTO8 { width:3.0625rem;height:3.0625rem;top:36.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKwolWSE1rWPkfooTV42CvBmlMHDMiNT { width:3.0625rem;height:3.0625rem;top:36.25rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rleXvA1TZ2h0H5ztwqTbs5MJMMExu9EN { width:14.625rem;height:4.8984375rem;top:6.6875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kLKksTQClozsaKrXP7gXOCBedShKQT21 { width:7.3125rem;height:2.798825rem;top:25.0625rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPm85vvi3neTh8OaZPspfdMAk9XnD4ib { width:18.75rem;height:0.0625rem;top:31.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJng6pVox0efb1rrmexl2qaSOW99k8Sr { width:8.3125rem;height:1.3994125rem;top:21.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #murDFoqte15PKTizrSxmOIchmD0TtIWb { width:11.375rem;height:1.3994125rem;top:18.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcGKyrCaTfQDfM88HwUahBK8cKkTAK5f { width:20rem;height:1.04980625rem;top:33.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yedbG6Gw7zMWXAfrT3ZszkntGQQs5g2H { width:20rem;height:1.04980625rem;top:15.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMHCtsHI9mTi5Ju2544NXIdC6IQFAiKZ { width:18.75rem;height:0.0625rem;top:13.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2nsk4cOl3ZhSQRTiq2HCTz7xFZyf4Nk { width:1.5625rem;height:1.5625rem;top:18.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJFwKhM5boveG04BuTMKrTdUUSmORqGe { width:1.5625rem;height:1.5625rem;top:21.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7H1iBKW1m9X46Uo96Rh6L8KqSf3H7ds { width:1.5625rem;height:1.5625rem;top:25.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMc9VLcaTHGkdfcXhMDbxW40zKk8AV08 { width:1.875rem;height:1.875rem;top:36.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a96MqOigMwTmNNhsMJRphIKKWWpwzToP { width:1.875rem;height:1.875rem;top:36.875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6aI2um1kgTlPXOodHePbwwtXcfXJpX0 { width:2.1875rem;height:2.1875rem;top:36.6875rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezsBQeCCR8tGkkFu5Isvt2PPffNeOFMT { width:15.4375rem;height:3.75rem;top:1.25rem;left:2.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lGxNRz0hJUz0EpdyXfLTFlDk2MQXETSS { width:11.8125rem;height:1.04980625rem;top:43.375rem;left:4.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxS7FrABKC9Uz5b7DbupQGTflX9pVM2G { width:2.8125rem;height:1.04980625rem;top:47.125rem;left:8.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xs41kqTwCA3IReW5b57A21yBratD3ds8 { width:4.9375rem;height:1.04980625rem;top:49.4375rem;left:7.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEpAyVbVANJyGs6h0DxA7cs4ui1O8IZV { width:3.1875rem;height:1.04980625rem;top:51.6875rem;left:8.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwuCF7Nydrd4orMaeqZsBk4KQzte6ZVC { width:6.75rem;height:1.04980625rem;top:54rem;left:6.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lUcNGZoP1LM76KwsHLJ3r4GiJTqL1RXa { width:2.875rem;height:1.04980625rem;top:56.3125rem;left:8.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iSFvPE8c6kCJJ72iXM2o2RyxotHZpJoR { width:6.3125rem;height:1.04980625rem;top:58.625rem;left:6.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMhzPmKdReWUrEaimcioHwKVdnGH7GMl { width:4.8125rem;height:1.04980625rem;top:60.9375rem;left:7.5625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PP5i2ko1sKQ7RQHKg5LuXMig7HZNSUth { width:18.75rem;height:0.0625rem;top:41.3125rem;left:0.625rem;z-index:15016;display:block; }
 }