.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:81,44,193;--color-primary-1:117,53,176;--color-primary-2:34,25,155;--color-primary-3:77,39,116;--color-primary-4:33,0,64;--color-secondary-0:204,255,246;--color-secondary-1:102,255,227;--color-secondary-2:0,255,208;--color-secondary-3:13,197,211;--color-secondary-4:4,170,178;--color-tertiary-0:255,255,255;--color-tertiary-1:56,56,56;--color-tertiary-2:49,49,49;--color-tertiary-3:39,39,39;--color-tertiary-4:0,0,0;--headlines-font-family:Montserrat;--paragraphs-font-family:Open Sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ { background-color:rgba(var(--color-primary-4),0.16);background-image:url("https://images.assets-landingi.com/uc/b68b4941-ed4b-4218-a823-87eaea0783a1/45.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ.adaptive-delivery-prevent-bg, #PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ.lazyload, #PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ.lazyloading { background-image: none; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row .container { background-color: transparent; background-image: none; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row .container > .video-iframe-container { display: none; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row > .video-iframe-container { display: none; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .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); }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row .container { border-width: 0; border-radius: 0; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ozW6o8BkXHXRrl83y7P15V5SxJJoroiu { color:rgba(var(--color-tertiary-0),1);display:block;width:52.8125rem;position:absolute;font-family:"montserrat up";font-size:2rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0rem 0.0625rem 1rem #260b4b;top:16.74843788147rem;left:11.09375rem;height:7.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yDqIgSs4SVLfRQK7srbqz5cx3avrBExk { z-index:15003;top:25.56093788147rem;left:21.84375rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -moz-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -ms-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -o-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:#2d0d4d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat up";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3125rem;height:4.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qgd6K8sFadhOTFck6KxZOIo7hU0VFWDR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z7UnkD0lW4tziikh792XOabQl6HVxhns { 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.375rem;width:10.3125rem;top:2.5492188930511rem;left:29.653123855591rem;overflow:hidden;display:block; }
#hIVoHnSifKbC1eKauFb6zSw1WSZ6phJq { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:"montserrat up";font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.493056297302rem;left:27.78125rem;height:1.86875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v8s1Oq2anFUHM3CtIyGbCXMScz9Rf8pG { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:33.306251525879rem;left:20.688282012939rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/6e9ae204-c6d9-433e-8489-03d6774d9b84/3263153.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0.adaptive-delivery-prevent-bg, #vHUEyRd30uenWmskuiMRIywD4GfP0Pz0.lazyload, #vHUEyRd30uenWmskuiMRIywD4GfP0Pz0.lazyloading { background-image: none; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row .container { background-color: transparent; background-image: none; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row .container > .video-iframe-container { display: none; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row > .video-iframe-container { display: none; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .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); }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row .container { border-width: 0; border-radius: 0; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#yZxWTstZN8UGfI8VWMdp7XQA451pg7Rw { color:rgba(var(--color-tertiary-0),1);display:block;width:62.5rem;position:absolute;font-family:"montserrat up";font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:0.52587890625rem;left:5.5rem;height:11.0244125rem;text-align:center;text-align-last:center;display:block; }
#dBTTWPsbUvkrpd8pKWWHRddhbh6MoxV9 { color:#2d0d4d;display:block;width:39.1875rem;position:absolute;font-family:"montserrat up";font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:15.25rem;left:19.6875rem;height:13.2993125rem;text-align:left;text-align-last:left;display:block; }#dBTTWPsbUvkrpd8pKWWHRddhbh6MoxV9 li:before{  }
#To4or76565vGswmL1ZvTfbkdZKQb4a4R { z-index:15004;top:33rem;left:21.84375rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -moz-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -ms-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -o-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:#280a50;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat up";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.3125rem;height:4.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fehX0GqeATSRplz97MXlfNuGQXJdg61A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LzEp02EIskNTmkpIHEqNAuaXZ2iuR1Fv { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(46deg, #faffff, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(46deg, #faffff, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(46deg, #faffff, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(46deg, #faffff, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faffff', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faffff', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(46deg, #faffff, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0.3125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.375rem rgba(var(--color-tertiary-0),0.28) ;height:23.4375rem;width:45.375rem;top:12.25rem;left:15.25rem;display:block; }
#dLTTgvzsXDqlTrfMQrbFMCTPVDT4hZdJ { color:#2d0d4d;display:block;width:39.1875rem;position:absolute;font-family:"montserrat up";font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:13.05078125rem;left:17.90625rem;height:2.2rem;text-align:center;text-align-last:center;display:block; }
#SnPzPHTQBTwuvc3B456CT19OOhCfNLMJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:25.375rem;left:19.6875rem; }
#ll56xUJSQy1RTUIwu6Xd4lbxzW3MPeKM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:15.862499237061rem;left:19.6875rem; }
#CeFrXimHh5Vw7Bempg9tJC9b5gnMTTlR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.75rem;left:19.6875rem; }
#mx6SgM2lTeDHBCRx1avawSOFsbUTQ3bz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:19.59375rem;left:19.6875rem; }
#E2GhKyT6VL2w0TnuZKOu82EHMpeKlHPS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:21.30624961853rem;left:19.6875rem; }
#ieqOqh2zwoUTyTrkRXVH1kDxiixGoavq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:23.46875rem;left:19.6875rem; }
#EeEi6xRDQn6gX7DhukSGK1wfS1BWeZ7V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:27.29833984375rem;left:19.6875rem; }
#uae45DxTDnRKIeNt1w885GRfuWpMo1HR { color:#2d0d4d;display:block;width:39.1875rem;position:absolute;font-family:"montserrat up";font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:29.6875rem;left:18.5rem;height:2.2rem;text-align:center;text-align-last:center;display:block; }
#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 { position:relative;display:block; }#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 { background-color: transparent; background-image: none; }#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 > .row .container > .video-iframe-container { display: none; }#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 > .row > .video-iframe-container { display: none; }#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 > .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); }#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 { border-width: 0; border-radius: 0; }#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 > .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; }#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 > .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:29.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#B9xmMMGKIIG11tSTF43KFP291G6Wh3M4 { color:#535353;display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:7.921875rem;left:33.6875rem;height:15.9375rem;text-align:left;text-align-last:left;display:block; }
#ArQxPbAAiAdFGbTBFpPcNeFSFWtZGZpE { color:rgba(var(--color-primary-4),1);display:block;width:41.25rem;position:absolute;font-family:"montserrat up";font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.7822265625rem;left:33.75rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EHfEUZ1DyTn9wsTr79B1NpNaA1KCopac { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:25.5rem;top:2.0625rem;left:2.1640625rem;overflow:hidden;display:block; }
#RKt2UAJ6sgNBFM6C4Swq3s6qhMZhSuaC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:28.3125rem;left:34.90625rem; }
#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx > .row .container { background-color: transparent; background-image: none; }#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx > .row .container > .video-iframe-container { display: none; }#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx > .row > .video-iframe-container { display: none; }#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx > .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); }#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx > .row .container { border-width: 0; border-radius: 0; }#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;position:relative;display:block; }#IkyWEzk41Tv0AdRVgqKO4qffOFTt1fUu { color:rgba(var(--color-tertiary-0),1);display:block;width:52.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.2890625rem;left:11.65625rem;height:4.142575rem;text-align:center;text-align-last:center;display:block; }
#GJ1A7rtXI4aJcKqyL6hTg5E1hcaq4APM { color:rgba(var(--color-tertiary-0),1);display:block;width:51.9375rem;position:absolute;font-family:"montserrat up";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:3.7734375rem;left:11.75rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QbRgeQdx1TkEGgMSFLZxyPDRWQWOkzwr { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.600001335144rem;left:43.433595657349rem;height:15.59765625rem;text-align:left;text-align-last:left;display:block; }
#xU7wdVfJTovCzctyZzso2ChclzFAUIET { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:37.3125rem;left:28.8125rem;height:0.89375rem;display:block; }
#i6HqNsMxqL7Un1v6rwkNGWQ8KuqBb6dA { color:rgba(var(--color-tertiary-4),1);display:block;width:8.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.1;letter-spacing:0;top:26.574999809265rem;left:28.812501907349rem;height:2.19921875rem;display:block; }
#fQxcpmdvu8Kg1slbPyeI147SOBNMTxxB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:35.75rem;left:28.8125rem;height:1.3rem;display:block; }
#TqTSLsFWWsXPMTG5GG4932LCzoLTwGZR { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:22.9375rem;top:10.751562833786rem;left:7.28125rem;overflow:hidden;display:block; }
#avKtsiSKvafyfOLTfLgbSLL92zo1eLG7 { position:absolute;display:block;z-index:15039;background-color:#eaa04a;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:2.125rem;width:2.125rem;top:28.112500190735rem;left:17.6875rem;display:block; }
#u7t3qnoPphtTGgTBwclhpT90XrGNOr0L { position:absolute;display:block;z-index:15040;background-color:#eaa04a;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:2.125rem;width:2.125rem;top:35.937500953674rem;left:17.6875rem;display:block; }
#TLz6dw1kpUunHqQAOztQk1AOvP6HFpLL { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:29.362500190735rem;left:28.875001907349rem;height:3.57421875rem;display:block; }
#K2WiQTIWEm0p1U0IrtO4LqPzhllrSN76 { box-sizing:content-box;color:#fbfdff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15049;top:27.800000190735rem;left:17.5rem;display:block; }
#dTQLZZvlZlrLevT2T4wFOC4vPtk4kRnR { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:35.625000953674rem;left:17.375rem;display:block; }
#Q9bciRKJ0RVP7X58oMr96Igerx2Mi6z2 { position:absolute;display:block;z-index:15038;background-color:#eaa04a;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:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:2.125rem;width:2.125rem;top:22.09375rem;left:17.6875rem;display:block; }
#sAc6N8dVWcRmno85Q5bZC8AKI2Ae4NHE { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15048;top:21.968749821186rem;left:17.59375rem;display:block; }
#bfXxt62lN9FlM0ecCDo4maPFBWsGKT86 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:36.459376335144rem;left:4.4234371185303rem;height:2.19921875rem;display:block; }
#aLi2u6aMGmePQDGmOeI9WDyz6T55sVek { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.1;letter-spacing:0;top:28.493750572204rem;left:2.9992189407349rem;height:2.19921875rem;display:block; }
#zPBNPkyA965Ciiwl22817dHQt4NMQrTi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:22.44375038147rem;left:28.675001144409rem;height:1.3rem;display:block; }
#WDGLRrOtTZFn15GKmhBCRmGE9kKUZTRk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:22.38125115633rem;left:0.5625rem;height:1.3rem;display:block; }
#o1323BRzsLq6ADE1QCtRmWAx0l2IknG2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:16.862500190735rem;left:27.062501907349rem;height:3.25rem;display:block; }
#TBR3bDvshBmrotJpVyw5yHt8OhC0qDDg { position:absolute;display:block;z-index:15043;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 dashed #ff9f1c;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:2rem;width:17.1875rem;top:16.0625rem;left:9.5625rem;display:block; }
#xpPrTsfhZOqrD9lDG0ACT6BwHFDypCwt { box-sizing:content-box;color:#eeeeef;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15052;top:14.737500190735rem;left:17.4375rem;display:block; }
#dysBIVRL73cLuJoRZWMs6lgwbR95dL9n { position:absolute;display:block;z-index:15051;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #773cb2, #e5c45c);background-image: -moz-linear-gradient(180deg, #773cb2, #e5c45c);background-image: -ms-linear-gradient(180deg, #773cb2, #e5c45c);background-image: -o-linear-gradient(180deg, #773cb2, #e5c45c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#773cb2', endColorstr='#e5c45c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#773cb2', endColorstr='#e5c45c' );";background-image: linear-gradient(180deg, #773cb2, #e5c45c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7rem;border-top-right-radius:7rem;border-bottom-left-radius:7rem;border-bottom-right-radius:7rem;box-shadow: none;height:2.125rem;width:2.125rem;top:14.987500190735rem;left:17.6875rem;display:block; }
#OaDpSfkTA11HV3onm5rGNNVyrmsz0T3d { color:rgba(var(--color-tertiary-4),1);display:block;width:12.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:15.300000190735rem;left:1.25rem;height:1.3rem;display:block; }
#GHptDToe2Ki7lzbAZgqNazmaL3wUFere { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:15.612500190735rem;left:27.125001907349rem;height:1.3rem;display:block; }
#PWHRHGiJNOP8SUcp2OlfFGl7Fm6LhQMy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:42.8046875rem;left:35rem; }
#rbTSSZQc160bplTu8XwxBfCB2cFZPd5k { position:absolute;display:block;z-index:15044;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 dashed #ff9f1c;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:2rem;width:17.4375rem;top:23.118750393391rem;left:10.25rem;display:block; }
#LJPCkcPtd9pHGD6pWKc3GfL5gs5ZKpUD { position:absolute;display:block;z-index:15045;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 dashed #ff9f1c;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.0625rem;width:18.25rem;top:29.087500572204rem;left:10.03125rem;display:block; }
#NZHEgeJ6gyt6TUP7p1NWtG5uNdWFKyQo { position:absolute;display:block;z-index:15046;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 dashed #ff9f1c;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.0625rem;width:18.25rem;top:37.053126335144rem;left:9.625rem;display:block; }
#ouP53uVO34qc71U9QS8obC9KfaQrfCwd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/4225c6f6-0de8-49f8-9286-b3d3f2a8f4c9/5452452.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; }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd.adaptive-delivery-prevent-bg, #ouP53uVO34qc71U9QS8obC9KfaQrfCwd.lazyload, #ouP53uVO34qc71U9QS8obC9KfaQrfCwd.lazyloading { background-image: none; }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row .container { background-color: transparent; background-image: none; }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row .container > .video-iframe-container { display: none; }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row > .video-iframe-container { display: none; }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .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); }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row .container { border-width: 0; border-radius: 0; }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#leC0LlTXA8wEHlp3e28MmPLvfgATgum6 { color:rgba(var(--color-primary-4),1);display:block;width:61.5rem;position:absolute;font-family:"montserrat up";font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:3.71875rem;left:10.156251907349rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4225c6f6-0de8-49f8-9286-b3d3f2a8f4c9/5452452.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; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm.adaptive-delivery-prevent-bg, #dUS4MEoebCFu4wCyLWg5XZekSPREo0lm.lazyload, #dUS4MEoebCFu4wCyLWg5XZekSPREo0lm.lazyloading { background-image: none; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row .container { background-color: transparent; background-image: none; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0); }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row .container > .video-iframe-container { display: none; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0); }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row > .video-iframe-container { display: none; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .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); }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row .container { border-width: 0; border-radius: 0; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm::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; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#W2wVn5gw8oJoOa5ZdpASVlsndQDD52o2 { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:15.375rem;top:0rem;left:1.6875rem;overflow:hidden;display:block; }
#vHGZ1EwCgzGWHsBOKvu1IGGAKGHdgJmO { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:15.3125rem;top:0.09375rem;left:20.46875rem;overflow:hidden;display:block; }
#N0Jmu0myOLvletBoIg3Zie48ObXuaJFB { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:15.3125rem;top:0.1875rem;left:39.03125rem;overflow:hidden;display:block; }
#ka6ETmReQWu86251zooBRsSbUyZBDZC5 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:15.3125rem;top:0.09375rem;left:57.50390625rem;overflow:hidden;display:block; }
#Lx5VnKXrxWaBxy9I4i8Flludku4TADKP { color:#3e3e3e;display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15079;line-height:1.4;letter-spacing:0;top:28.8779296875rem;left:1.3125rem;height:13.64748125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VE9t7JKtfr1HtokMRRlgE4Wzt3ehguX5 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15086;line-height:1.2;letter-spacing:0;top:23.71875rem;left:2.25rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REkVUMtWC2P3s7orQZiN9bKcfTQoC8ds { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15090;line-height:1.2;letter-spacing:0;top:23.71875rem;left:21rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IA3BZqLL49Ai9G342vXwMJZmdewNhxl6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15083;line-height:1.4;letter-spacing:0;top:29.28125rem;left:20.125rem;height:11.5478625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#baItfT9uW8OPfBqCosor5pt42MoVbxCx { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15085;line-height:1.4;letter-spacing:0;top:29.28125rem;left:38.75rem;height:9.44825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTJaXT9cmywupAlBdeTWEShWDUbuU7aT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:24.4306640625rem;left:39.75rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlXIDA1bIESSIQKF80UK7m1TQsJToBUI { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15086;line-height:1.4;letter-spacing:0;top:29.412109375rem;left:57.6875rem;height:10.4980375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h68gLmMrR2yT5v5OQHD4xLg1vG7bw920 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15093;line-height:1.1;letter-spacing:0;top:23.8369140625rem;left:58.5rem;height:1.30625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pV8yTlAp9u47mzOdJ2H2v4TfzKr20TVl { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:21.09375rem;left:5.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vd4P47h3UbTVZS7inixAJpvqXIiTfV1U { position:absolute;display:block;z-index:15064;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:17.8125rem;width:17.5625rem;top:27.46875rem;left:0.625rem;display:block; }
#OZtWorCI9npsUGTqDkVq48dzDRarv4Sn { position:absolute;display:block;z-index:15060;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:21.78125rem;left:41.25rem;display:block; }
#qS9pLXVwZqQiOt8TE0pZvRnNTS7PZ2tC { position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:21.78125rem;left:60.75rem;display:block; }
#T1B5nit8uQ0Pd2q4OrVF1ysgylhotFMw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15094;opacity:1;top:21.03125rem;left:4.875rem; }
#XXS6mymPgtLcMP7qnpl48F6nw5G0WxRu { position:absolute;display:block;z-index:15058;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:17.5625rem;top:19.78125rem;left:0.6875rem;display:block; }#XXS6mymPgtLcMP7qnpl48F6nw5G0WxRu.adaptive-delivery-prevent-bg, #XXS6mymPgtLcMP7qnpl48F6nw5G0WxRu.lazyload, #XXS6mymPgtLcMP7qnpl48F6nw5G0WxRu.lazyloading { background-image: none; }
#XXS6mymPgtLcMP7qnpl48F6nw5G0WxRu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#XXS6mymPgtLcMP7qnpl48F6nw5G0WxRu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#Jfkt003oeEWc9awLml22gJRzqucqT1Dc { position:absolute;display:block;z-index:15083;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:20.625rem;left:4.25rem;display:block; }
#aSV9DAZDo4OGG0dyxwJFuJH2omHi8kW8 { position:absolute;display:block;z-index:15069;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(88,88,88,0.19) ;height:17.8125rem;width:17.5625rem;top:27.65625rem;left:19.3125rem;display:block; }
#I0cahT58DaJEVEhTONU2StE8TMC9NLAC { position:absolute;display:block;z-index:15063;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:17.5625rem;top:19.96875rem;left:19.375rem;display:block; }#I0cahT58DaJEVEhTONU2StE8TMC9NLAC.adaptive-delivery-prevent-bg, #I0cahT58DaJEVEhTONU2StE8TMC9NLAC.lazyload, #I0cahT58DaJEVEhTONU2StE8TMC9NLAC.lazyloading { background-image: none; }
#I0cahT58DaJEVEhTONU2StE8TMC9NLAC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#I0cahT58DaJEVEhTONU2StE8TMC9NLAC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#CIbPNlbXOZlNA211e7STqOBglKCXpx4w { position:absolute;display:block;z-index:15088;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:20.84375rem;left:22.9375rem;display:block; }
#V3paP6pE4TVBs265i8pSMEsLDiNkpnyf { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:21.28125rem;left:24.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SGbJfzQ6JK9btzMT31dwXSmDmUTaQScS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15099;opacity:1;top:21.21875rem;left:23.5625rem; }
#AnptF0Mh5ChrGnUzbzaTfhvrkKXLnvNS { position:absolute;display:block;z-index:15074;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:17.8125rem;width:17.5625rem;top:27.65625rem;left:38rem;display:block; }
#yP852L1WAfzE6m46GXKJFrUp9phBNrMJ { position:absolute;display:block;z-index:15068;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:17.5625rem;top:19.96875rem;left:38.0625rem;display:block; }#yP852L1WAfzE6m46GXKJFrUp9phBNrMJ.adaptive-delivery-prevent-bg, #yP852L1WAfzE6m46GXKJFrUp9phBNrMJ.lazyload, #yP852L1WAfzE6m46GXKJFrUp9phBNrMJ.lazyloading { background-image: none; }
#yP852L1WAfzE6m46GXKJFrUp9phBNrMJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#yP852L1WAfzE6m46GXKJFrUp9phBNrMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#QENweGtcT33cfTfqHa1WcZlUWJPIy5T1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:21.28125rem;left:43.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHqZnV9NmHOkZaJLKg6AFg88D3teTkMz { position:absolute;display:block;z-index:15093;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:20.84375rem;left:41.625rem;display:block; }
#SmxsDQPFQCgAglrJmEhzQQCADLZ7rpfC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15104;opacity:1;top:21.21875rem;left:42.25rem; }
#uUo2bc2PLSNr2wn4V25RcONuPuEfC4oM { position:absolute;display:block;z-index:15079;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:18.1875rem;width:17.5625rem;top:27.21875rem;left:56.75rem;display:block; }
#yfUg2PZzg1mDfzRp3MnecInEUO8qxyXK { position:absolute;display:block;z-index:15073;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:17.5625rem;top:19.96875rem;left:56.84375rem;display:block; }#yfUg2PZzg1mDfzRp3MnecInEUO8qxyXK.adaptive-delivery-prevent-bg, #yfUg2PZzg1mDfzRp3MnecInEUO8qxyXK.lazyload, #yfUg2PZzg1mDfzRp3MnecInEUO8qxyXK.lazyloading { background-image: none; }
#yfUg2PZzg1mDfzRp3MnecInEUO8qxyXK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#yfUg2PZzg1mDfzRp3MnecInEUO8qxyXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#Pp48774Ic7gK3JfqLEwDt57WCbRXqW5Q { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:21.34375rem;left:62.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WrRoegrehnvHXawyGvT4FIQu6eRIUGNc { position:absolute;display:block;z-index:15098;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:20.90625rem;left:60.8125rem;display:block; }
#rXFQ9a49Ni43vdfFOpAWbsxbrUswyqsJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15109;opacity:1;top:21.28125rem;left:61.4375rem; }
#idDXTUZM9emXgzfDNEbVEEvIx1u7x1rW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:43.7109375rem;left:22.8125rem;height:0.975rem;display:block; }
#leJJ3si05NbGCx669lhyFFGZFsmTXdI8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:43.7109375rem;left:41.90625rem;height:0.975rem;display:block; }
#fAJm0knbczwHVeBooxC6AGzBoHqN6L5I { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15112;line-height:1.3;letter-spacing:0;top:43.7109375rem;left:60.37890625rem;height:0.975rem;display:block; }
#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4225c6f6-0de8-49f8-9286-b3d3f2a8f4c9/5452452.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:none; }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu.adaptive-delivery-prevent-bg, #ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu.lazyload, #ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu.lazyloading { background-image: none; }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu > .row .container { border-width: 0; border-radius: 0; }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu::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; }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:none; }#HWrAEZ5RLBezoE9p4RGxLTLR8SiUSAeO { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15079;line-height:1.4;letter-spacing:0;top:30.6875rem;left:10.5rem;height:13.65rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RZWdXXbOTcTkkok7t87gxp2IoG125gIG { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15086;line-height:1.2;letter-spacing:0;top:25.5625rem;left:11.4375rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xeqlqWSkCJwTobxfXVdDqpscHiS1521G { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15090;line-height:1.2;letter-spacing:0;top:25.5rem;left:30.1875rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVikOX5rAWxtzQyDKSeC4poXvm7ydcuX { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15083;line-height:1.4;letter-spacing:0;top:33rem;left:29.3125rem;height:6.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DrFWFeSpgHGzuC0RdgJE6fqR8XelxTAN { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15085;line-height:1.4;letter-spacing:0;top:31.75rem;left:48.125rem;height:11.55rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CKMLTHMr3vNkvWRC9cPc6kOOnS5q6IH1 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:25.5rem;left:48.9375rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m9DBqy1MAhFeugHZsVrPCF67Fqt2AOPm { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:15.3125rem;top:1.25rem;left:10.9375rem;overflow:hidden;display:block; }
#J530DqOogWfPMEt64U15gClHRkWE81LW { position:absolute;display:block;z-index:15069;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:17.8125rem;width:17.625rem;top:28.8125rem;left:9.75rem;display:block; }
#bBKTpMgq5Lt66KKd7Iib6MGTK6qZa4nz { position:absolute;display:block;z-index:15063;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:17.5625rem;top:21.125rem;left:9.8125rem;display:block; }#bBKTpMgq5Lt66KKd7Iib6MGTK6qZa4nz.adaptive-delivery-prevent-bg, #bBKTpMgq5Lt66KKd7Iib6MGTK6qZa4nz.lazyload, #bBKTpMgq5Lt66KKd7Iib6MGTK6qZa4nz.lazyloading { background-image: none; }
#bBKTpMgq5Lt66KKd7Iib6MGTK6qZa4nz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#bBKTpMgq5Lt66KKd7Iib6MGTK6qZa4nz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#utJIncWmasem6dSldewuBwH2M7i0tV8y { position:absolute;display:block;z-index:15088;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:22rem;left:13.375rem;display:block; }
#n4QUOtyEsx2Vf3RIvq6qnK4NrxNnbX5s { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.4375rem;left:15.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ii0zDAVPnOELtszygatXoF7yarlMhWQA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15099;opacity:1;top:22.375rem;left:14rem; }
#RaZIrvF2y4xeiSGwIGu3cDZXV55f7SAU { position:absolute;display:block;z-index:15075;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:17.8125rem;width:17.5625rem;top:28.875rem;left:28.4375rem;display:block; }
#VhWyCa18VFQZP4SfuHXx3kfxFBsTg4td { position:absolute;display:block;z-index:15059;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:17.5625rem;top:21rem;left:28.5625rem;display:block; }#VhWyCa18VFQZP4SfuHXx3kfxFBsTg4td.adaptive-delivery-prevent-bg, #VhWyCa18VFQZP4SfuHXx3kfxFBsTg4td.lazyload, #VhWyCa18VFQZP4SfuHXx3kfxFBsTg4td.lazyloading { background-image: none; }
#VhWyCa18VFQZP4SfuHXx3kfxFBsTg4td::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#VhWyCa18VFQZP4SfuHXx3kfxFBsTg4td::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#xNCsAf8QN3x6oT0pKh496oeD2rQN9ws7 { position:absolute;display:block;z-index:15094;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:21.875rem;left:32.0625rem;display:block; }
#zQPyq02ZFiDOwGtB8TK9i3BtAXWEotut { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.3125rem;left:33.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PmFhhlmo3gOHPgbGZ8Mxhi7VZ0FFox7E { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15105;opacity:1;top:22.3125rem;left:32.6875rem; }
#a8xXqEgeCw8uBOQoUpnaJOhhT3zi1HXu { position:absolute;display:block;z-index:15060;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:17.5625rem;top:21rem;left:47.3125rem;display:block; }#a8xXqEgeCw8uBOQoUpnaJOhhT3zi1HXu.adaptive-delivery-prevent-bg, #a8xXqEgeCw8uBOQoUpnaJOhhT3zi1HXu.lazyload, #a8xXqEgeCw8uBOQoUpnaJOhhT3zi1HXu.lazyloading { background-image: none; }
#a8xXqEgeCw8uBOQoUpnaJOhhT3zi1HXu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#a8xXqEgeCw8uBOQoUpnaJOhhT3zi1HXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#aaKg9U3hVJGiFO3e0vgFheySTPMvSFE1 { position:absolute;display:block;z-index:15100;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:21.75rem;left:51.25rem;display:block; }
#U2r1nwlTqndrheA7WAUzGMfgk12wH1OZ { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:22.1875rem;left:52.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MH8LdhcQpBRPuTopTKHytHAmVh2oqoHc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15111;opacity:1;top:22.125rem;left:51.875rem; }
#slMqRJ3lsTofgN41KnT7EsNGDeZJTwRR { position:absolute;display:block;z-index:15081;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:17.8125rem;width:17.5625rem;top:28.8125rem;left:47.1875rem;display:block; }
#ckrVtdngZeZgd0y0Nhl0dvznXWbpGLvg { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:15.25rem;top:1.25rem;left:29.1875rem;overflow:hidden;display:block; }
#FaeKCq9DH17JBMwwzimD6nKRLQUgIyTD { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:15.25rem;top:1.25rem;left:48rem;overflow:hidden;display:block; }
#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4225c6f6-0de8-49f8-9286-b3d3f2a8f4c9/5452452.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:none; }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH.adaptive-delivery-prevent-bg, #ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH.lazyload, #ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH.lazyloading { background-image: none; }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH > .row .container { border-width: 0; border-radius: 0; }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH::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; }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:none; }#WJcMwo70kXlmk43En3eOMd6sVMWTkSeC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15090;line-height:1.2;letter-spacing:0;top:25.5rem;left:39.8125rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X9nUKIvEln3fgeQp0bzi5hgmiypI8TN3 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15083;line-height:1.4;letter-spacing:0;top:33rem;left:38.9375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HwxfA3ge4qu9ikQJZZu9BeCRs24hwTzC { position:absolute;display:block;z-index:15075;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:17.8125rem;width:17.5625rem;top:28.875rem;left:38.0625rem;display:block; }
#c7vNRlG2aoLB8KTZ7HGddJnasCx33pW9 { position:absolute;display:block;z-index:15059;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:17.5625rem;top:21rem;left:38.1875rem;display:block; }#c7vNRlG2aoLB8KTZ7HGddJnasCx33pW9.adaptive-delivery-prevent-bg, #c7vNRlG2aoLB8KTZ7HGddJnasCx33pW9.lazyload, #c7vNRlG2aoLB8KTZ7HGddJnasCx33pW9.lazyloading { background-image: none; }
#c7vNRlG2aoLB8KTZ7HGddJnasCx33pW9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#c7vNRlG2aoLB8KTZ7HGddJnasCx33pW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#qWrew1AoVfI5zkWsas6RzoQgh7aLxGCC { position:absolute;display:block;z-index:15094;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:21.875rem;left:41.6875rem;display:block; }
#JVZOhRFrT7SyZUTcMK4NvzApCctEyrsx { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.3125rem;left:43.375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nvokxzSNE7FdK3NErPPI2mWNtGqbS8S6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15105;opacity:1;top:22.3125rem;left:42.3125rem; }
#gu7xMT1FNdBMedl1pJ7daQ2n37nr05Wo { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:15.25rem;top:1.25rem;left:38.8125rem;overflow:hidden;display:block; }
#m3eQmGPVteo2o17RPREGGfWT8ySfULk0 { position:absolute;display:block;z-index:15061;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:17.5625rem;top:21rem;left:19.125rem;display:block; }#m3eQmGPVteo2o17RPREGGfWT8ySfULk0.adaptive-delivery-prevent-bg, #m3eQmGPVteo2o17RPREGGfWT8ySfULk0.lazyload, #m3eQmGPVteo2o17RPREGGfWT8ySfULk0.lazyloading { background-image: none; }
#m3eQmGPVteo2o17RPREGGfWT8ySfULk0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#m3eQmGPVteo2o17RPREGGfWT8ySfULk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#BmnqeyNfgDR5FI51nt938GZGWI9x2QmF { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:15.25rem;top:1.25rem;left:20.3125rem;overflow:hidden;display:block; }
#cD7sDyPoCdg1x1DIAGXlt0Inh0lQiD68 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15093;line-height:1.2;letter-spacing:0;top:25.5rem;left:20.8125rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfgmyq37PW4tzPwe2fXs4mopsXxvnUXl { position:absolute;display:block;z-index:15103;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:21.75rem;left:23.125rem;display:block; }
#lLPRflEWT02tkFKT0mW9GeQlqHWWIT47 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15114;opacity:1;top:22.125rem;left:23.75rem; }
#Tg9RxLUW8Cm9UBKbDsCNmktE1EWGuIt6 { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:22.1875rem;left:24.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lQkIVHGI9ZH9yNdf7OVNlOAEhmZFBT1Q { position:absolute;display:block;z-index:15062;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:17.8125rem;width:17.5625rem;top:28.875rem;left:19.0625rem;display:block; }
#JxRcRg3c9vDOplyJ0qf1OPMuXBGAzTBW { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15086;line-height:1.4;letter-spacing:0;top:32.375rem;left:20rem;height:7.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0);background-image:url("https://images.assets-landingi.com/uc/4225c6f6-0de8-49f8-9286-b3d3f2a8f4c9/5452452.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; }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux.adaptive-delivery-prevent-bg, #UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux.lazyload, #UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux.lazyloading { background-image: none; }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux > .row .container { background-color: transparent; background-image: none; }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux > .row .container > .video-iframe-container { display: none; }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux > .row > .video-iframe-container { display: none; }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux > .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); }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux > .row .container { border-width: 0; border-radius: 0; }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#uLyJgoIln6RvGRudIlzRvshy9gA6edvU { color:rgba(var(--color-tertiary-2),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15079;line-height:1.4;letter-spacing:0;top:25.337890625rem;left:0.3125rem;height:10.4980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NZoAsxGPnSrQJnsWxZFR0eD2zS6wxo45 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15086;line-height:1.2;letter-spacing:0;top:21.75rem;left:1.1875rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zvN1WBPeSHXTNSNSi9FGkGGmFHSlGFUG { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15090;line-height:1.2;letter-spacing:0;top:21.749218940735rem;left:15.34375rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6XzGGrGQ6Z85d44FTRGxLoiGTHZ6ocJ { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15083;line-height:1.4;letter-spacing:0;top:27.4375rem;left:16rem;height:6.2988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dabIpm7rNdLtWdVM18e1MELFWm50mBfv { color:rgba(var(--color-tertiary-2),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15085;line-height:1.4;letter-spacing:0;top:27.125rem;left:31.25rem;height:10.49803125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aOrL4hQn8HDipC2Kr9A0eBH70Dboc5Ua { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:21.8125rem;left:30.375rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eir3rQifVFl935oxepBfzkJ4IxhLUyuh { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:12.5rem;top:1.25rem;left:0.5625rem;overflow:hidden;display:block; }
#agN7xmqJOX5lguyuQ6AirbJMduNRXgzp { position:absolute;display:block;z-index:15069;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:17.8125rem;width:14.0625rem;top:24rem;left:0rem;display:block; }
#Bbv7cGWwlpftXFE5fyNiJPwnG41S6HuM { position:absolute;display:block;z-index:15063;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:14.0625rem;top:17.6875rem;left:0.0625rem;display:block; }#Bbv7cGWwlpftXFE5fyNiJPwnG41S6HuM.adaptive-delivery-prevent-bg, #Bbv7cGWwlpftXFE5fyNiJPwnG41S6HuM.lazyload, #Bbv7cGWwlpftXFE5fyNiJPwnG41S6HuM.lazyloading { background-image: none; }
#Bbv7cGWwlpftXFE5fyNiJPwnG41S6HuM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#Bbv7cGWwlpftXFE5fyNiJPwnG41S6HuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#v8f1pNAxxO0qhRPkoVTL5qvVZLIcocd9 { position:absolute;display:block;z-index:15088;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:18.5625rem;left:2.1875rem;display:block; }
#t95MAo70Te2pRv7f0XDAK0KETDcQarGJ { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:19rem;left:3.875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gLcMreqnvRlrUTZmt18dSOBm75vS1Ngg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15099;opacity:1;top:18.9375rem;left:2.8125rem; }
#hhxRJaJdr20eHIaRFH0OMuwCLHEZEyr4 { position:absolute;display:block;z-index:15075;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:17.8125rem;width:14.0625rem;top:24.04296875rem;left:15.13671875rem;display:block; }
#A3Hd3MPcm5ZMEXL7M5hqBEAwaEwNM0Iz { position:absolute;display:block;z-index:15059;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:14.0625rem;top:17.6875rem;left:15.1875rem;display:block; }#A3Hd3MPcm5ZMEXL7M5hqBEAwaEwNM0Iz.adaptive-delivery-prevent-bg, #A3Hd3MPcm5ZMEXL7M5hqBEAwaEwNM0Iz.lazyload, #A3Hd3MPcm5ZMEXL7M5hqBEAwaEwNM0Iz.lazyloading { background-image: none; }
#A3Hd3MPcm5ZMEXL7M5hqBEAwaEwNM0Iz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#A3Hd3MPcm5ZMEXL7M5hqBEAwaEwNM0Iz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#oHswZuGMkkIZdy1nRsQzRhyNkG1fgo9h { position:absolute;display:block;z-index:15094;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:18.5625rem;left:17.5625rem;display:block; }
#CiUdy1V18JFyrkOhZ7n9Wvo41ZfMviXR { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:19rem;left:19.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vU9HmZddUGeQVxpMI6CrXRXC1tT5a4xy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15105;opacity:1;top:19rem;left:18.1875rem; }
#utBxGmnh9uhDAoagGQF1M4tMlr43sNSA { position:absolute;display:block;z-index:15060;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:14.0625rem;top:17.6875rem;left:30.3125rem;display:block; }#utBxGmnh9uhDAoagGQF1M4tMlr43sNSA.adaptive-delivery-prevent-bg, #utBxGmnh9uhDAoagGQF1M4tMlr43sNSA.lazyload, #utBxGmnh9uhDAoagGQF1M4tMlr43sNSA.lazyloading { background-image: none; }
#utBxGmnh9uhDAoagGQF1M4tMlr43sNSA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#utBxGmnh9uhDAoagGQF1M4tMlr43sNSA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#nNXuoOT6h018rdx6rPRFvmDB9o0bto33 { position:absolute;display:block;z-index:15100;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:18.5625rem;left:31.9375rem;display:block; }
#dUI64SKHPNaVy9rhsDKLD76Ko2ZxL2Uy { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:19rem;left:33.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f0aT2PE90ZLwJzlFDPvZTIOWPaX1dZIJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15111;opacity:1;top:18.875rem;left:32.5rem; }
#fw08QR35uDIAAwX6cCsp4di7aa0HPT4i { position:absolute;display:block;z-index:15081;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:17.8125rem;width:14.0625rem;top:24.1875rem;left:30.3125rem;display:block; }
#ub65EEIDCL0IpnVM3X0zZgBrzd7Bw8ox { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:12.5rem;top:1.25rem;left:16.25rem;overflow:hidden;display:block; }
#R7n5ErKd4Wfsq9t7momKGQhLHoNuaGM7 { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:12.5rem;top:1.25rem;left:31.3125rem;overflow:hidden;display:block; }
#c8J6Owru5C8xDgIbvtBmTcTP12Z0Uh2f { position:absolute;display:block;z-index:15062;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:17.8125rem;width:14.0625rem;top:24.03125rem;left:45.375rem;display:block; }
#h8iFLFgL93zMfcVDsTrA8JBibhX71svX { color:rgba(var(--color-tertiary-2),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15086;line-height:1.4;letter-spacing:0;top:26.912109375rem;left:46.4375rem;height:8.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUzVmCJEmRCiE09M865r43uLqFt6T5rg { position:absolute;display:block;z-index:15061;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:14.0625rem;top:17.6875rem;left:45.4375rem;display:block; }#hUzVmCJEmRCiE09M865r43uLqFt6T5rg.adaptive-delivery-prevent-bg, #hUzVmCJEmRCiE09M865r43uLqFt6T5rg.lazyload, #hUzVmCJEmRCiE09M865r43uLqFt6T5rg.lazyloading { background-image: none; }
#hUzVmCJEmRCiE09M865r43uLqFt6T5rg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#hUzVmCJEmRCiE09M865r43uLqFt6T5rg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#v3oXiP3bmFr6Kn4R5CiKaTZyAxBVSZLz { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15093;line-height:1.2;letter-spacing:0;top:21.75rem;left:45.34375rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iASDl9H5tTWxNA0CRaSATobrynSGJFpT { position:absolute;display:block;z-index:15103;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:18.5625rem;left:47.6875rem;display:block; }
#UTFpV3PrHRAcCzJ0pKlvLHPBkCEtOGTW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15114;opacity:1;top:18.9375rem;left:48.3125rem; }
#RvaW43yBIUgzRp7s1G6F4MBa2GLL0C7b { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:19rem;left:49.375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xsnUvWnivpZCcORs9FNLKax8rg61VPq9 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:12.5rem;top:1.25rem;left:46.0625rem;overflow:hidden;display:block; }
#ou4al7B3ilBODJgixuixqfhDydIgRQrI { color:rgba(var(--color-tertiary-2),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15083;line-height:1.4;letter-spacing:0;top:27.4375rem;left:61.40625rem;height:5.249025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q340WFEhbL36M56C5yn8NPM7Sk4JLELB { position:absolute;display:block;z-index:15075;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:17.8125rem;width:14.0625rem;top:24.0625rem;left:60.5625rem;display:block; }
#vbNCXMLiTqcTefVs4kAOmDgvsHrW6NVB { position:absolute;display:block;z-index:15059;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.75rem;width:14.0625rem;top:17.6875rem;left:60.625rem;display:block; }#vbNCXMLiTqcTefVs4kAOmDgvsHrW6NVB.adaptive-delivery-prevent-bg, #vbNCXMLiTqcTefVs4kAOmDgvsHrW6NVB.lazyload, #vbNCXMLiTqcTefVs4kAOmDgvsHrW6NVB.lazyloading { background-image: none; }
#vbNCXMLiTqcTefVs4kAOmDgvsHrW6NVB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#vbNCXMLiTqcTefVs4kAOmDgvsHrW6NVB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.21); }#qmCOEWoGuH2gin2oB2rxH5HXf1bHdL4n { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15090;line-height:1.2;letter-spacing:0;top:21.75rem;left:60.75rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NoPSvFlyFre7pPSxRbHNTmz6hkhOxQ2z { position:absolute;display:block;z-index:15094;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:18.625rem;left:63rem;display:block; }
#xhXNoEVa8qf2M6p1If8wpWLtnwBuZQtU { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:19.0625rem;left:64.6875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#av0FNmTLeq9SJrpufCyFLL7QIzTyfQTT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15105;opacity:1;top:19.0625rem;left:63.625rem; }
#bkvfM1Dupmm66XNvZnHih0DIUtTh5XU1 { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:12.5rem;top:1.25rem;left:61.4375rem;overflow:hidden;display:block; }
#vrHCwUpQn84qfXWo9iHNIOT1sQ24VaDt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:39.859375rem;left:1.75rem;height:0.975rem;display:block; }
#TM8pch0J2R9163zUsWAceoGpFUdwQD83 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:39.859375rem;left:17.15625rem;height:0.975rem;display:block; }
#pRWJCZGPPTNuW2IvbH0JEhWe3lZW4oMQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:39.859375rem;left:32.5rem;height:0.975rem;display:block; }
#d4rI8FR1rfuMuaWLyntLDCxNBb2reo48 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15118;line-height:1.3;letter-spacing:0;top:39.859375rem;left:47.6875rem;height:0.975rem;display:block; }
#O8RFZUbg4gM2zO1ZFdIxg3XfVcHUkxJz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:39.859375rem;left:62.5rem;height:0.975rem;display:block; }
#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy { 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/uc/4225c6f6-0de8-49f8-9286-b3d3f2a8f4c9/5452452.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; }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy.adaptive-delivery-prevent-bg, #lReoStMPHxRrH1bnfeXwZkRFriLGT4hy.lazyload, #lReoStMPHxRrH1bnfeXwZkRFriLGT4hy.lazyloading { background-image: none; }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row .container { background-color: transparent; background-image: none; }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row .container > .video-iframe-container { display: none; }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row > .video-iframe-container { display: none; }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .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); }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row .container { border-width: 0; border-radius: 0; }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#EHMkMrcJXOV2o9DGyJNe6NyQvTETNfTB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15082;opacity:1;top:1.125rem;left:29.1875rem; }
#I3aAgs7q73dv5VbTp68DyzlwF8FqeEEA { position:absolute;display:block;z-index:15078;background-color:#055fcc;background-image:none;border-top:0.125rem solid #055fcc;border-left:0.125rem solid #055fcc;border-right:0.125rem solid #055fcc;border-bottom:0.125rem solid #055fcc;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.33) ;height:2.5625rem;width:18.375rem;top:0.75rem;left:28.5625rem;display:block; }
#SsUb7MqmyoBp5Oyh0tsBDTTzh0MCxhOE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:"montserrat up";font-size:1.25rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:1.125rem;left:31.375rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy { 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/uc/4225c6f6-0de8-49f8-9286-b3d3f2a8f4c9/5452452.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; }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy.adaptive-delivery-prevent-bg, #NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy.lazyload, #NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy.lazyloading { background-image: none; }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row .container { background-color: transparent; background-image: none; }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row .container > .video-iframe-container { display: none; }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row > .video-iframe-container { display: none; }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .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); }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row .container { border-width: 0; border-radius: 0; }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#tcX8NOZxbSblT9KALTyRUyopiLTqwgF1 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:15.3125rem;top:0.77812576293944rem;left:20.468751907349rem;overflow:hidden;display:block; }
#l5GlgDlcciLawvhodUbnAgOEfs0pq7Sh { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15086;line-height:1.2;letter-spacing:0;top:28.600003242493rem;left:2.25rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yCXKF74AvDq4T2WziAfI1vuEENcBvDTw { position:absolute;display:block;z-index:15060;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:9.625rem;width:17.625rem;top:26.868752479553rem;left:0.58645820617676rem;display:block; }
#bcQB88GgDZHTmi3kLXzwgPbxqcQOCFIw { position:absolute;display:block;z-index:15059;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.875rem;width:17.5625rem;top:20.437500953674rem;left:0.625rem;display:block; }#bcQB88GgDZHTmi3kLXzwgPbxqcQOCFIw.adaptive-delivery-prevent-bg, #bcQB88GgDZHTmi3kLXzwgPbxqcQOCFIw.lazyload, #bcQB88GgDZHTmi3kLXzwgPbxqcQOCFIw.lazyloading { background-image: none; }
#bcQB88GgDZHTmi3kLXzwgPbxqcQOCFIw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#bcQB88GgDZHTmi3kLXzwgPbxqcQOCFIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0); }#TePDGV70nxcZiQywhwaeaTGuO9A9wPXG { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:15.3125rem;top:0.80938577651975rem;left:1.71875rem;overflow:hidden;display:block; }
#yyz4JlzEQocTyBHVCi5K8XOTt46VGZrc { position:absolute;display:block;z-index:15062;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:21.375rem;left:4.625rem;display:block; }
#zmlExQxPnGgXOT7twGJ68EWP2XMHPE32 { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:21.8125rem;left:6.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tWKX138sgUsMpA5mIR42y1WFhMMuvhgF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:21.6604180336rem;left:4.9375rem; }
#GdC6T7bhDNTIp8uioLNWWfh8mJSC6ByI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15093;line-height:1.2;letter-spacing:0;top:24.640625476837rem;left:2.25rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ows0uPt22FadVtkLIkZ9gWEKIq5nrnWm { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:30.025002479553rem;left:21.000001907349rem;height:3.59911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0wmQTtp8Q4in1uUhAhNJnPrgbp7GWAc { position:absolute;display:block;z-index:15066;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:9.625rem;width:17.5625rem;top:27.0625rem;left:19.3125rem;display:block; }
#AVFR4xazoHq2x68npJoyqIAAf7yG5te3 { position:absolute;display:block;z-index:15065;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.875rem;width:17.5625rem;top:20.625rem;left:19.375rem;display:block; }#AVFR4xazoHq2x68npJoyqIAAf7yG5te3.adaptive-delivery-prevent-bg, #AVFR4xazoHq2x68npJoyqIAAf7yG5te3.lazyload, #AVFR4xazoHq2x68npJoyqIAAf7yG5te3.lazyloading { background-image: none; }
#AVFR4xazoHq2x68npJoyqIAAf7yG5te3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#AVFR4xazoHq2x68npJoyqIAAf7yG5te3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0); }#bKbKef4h3VeOqhLgzRkuPDTOMKwT67Ir { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15099;line-height:1.2;letter-spacing:0;top:24.8125rem;left:20.9375rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BLeIiOOWn5lgfa8FCF5lnoKKKL1gfF4k { position:absolute;display:block;z-index:15068;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:21.5625rem;left:23.3125rem;display:block; }
#P4CGE9Kx4ODxMglSL1zyz9gls3l9rOWo { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:22rem;left:25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Hhc4grKnTPZJkD2x4UhT31EsQ4cAAoce { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:21.887501716614rem;left:23.687501907349rem; }
#ERXRzsrzoUnirv8GXmMgsBo43CA5L5SG { position:absolute;display:block;z-index:15073;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:9.625rem;width:17.5625rem;top:27.062500953674rem;left:38.062501907349rem;display:block; }
#Fd0ciC2TdE0MJIa0BHtfBKaQH1GIxeoP { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15099;line-height:1.2;letter-spacing:0;top:28.600000858307rem;left:39.750001907349rem;height:3.59911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cay43QTdpGsEiF0R30tHUbDRZCgD5fue { position:absolute;display:block;z-index:15072;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.875rem;width:17.5625rem;top:20.625rem;left:38.125rem;display:block; }#cay43QTdpGsEiF0R30tHUbDRZCgD5fue.adaptive-delivery-prevent-bg, #cay43QTdpGsEiF0R30tHUbDRZCgD5fue.lazyload, #cay43QTdpGsEiF0R30tHUbDRZCgD5fue.lazyloading { background-image: none; }
#cay43QTdpGsEiF0R30tHUbDRZCgD5fue::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#cay43QTdpGsEiF0R30tHUbDRZCgD5fue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0); }#cfaiz5CSIa1RJHvfxKFHVLlABrdpplIo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15106;line-height:1.2;letter-spacing:0;top:24.8125rem;left:39.6875rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EI59i4ZBquALvwR9CU8FtWgJSAEBDdx3 { position:absolute;display:block;z-index:15075;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:21.5625rem;left:42.0625rem;display:block; }
#B7qod664CbaDLmn85WiSpaek3WDV6iVQ { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:22rem;left:43.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWdglmiq0dEtbvtdG5WcxGLuM2XkUh6b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:21.875rem;left:42.4375rem; }
#zLxmTXZXUGw3F8v7OZOn8PEJUaDeEelG { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:15.3125rem;top:0.80937576293944rem;left:39.218751907349rem;overflow:hidden;display:block; }
#ZadgvuliqymoJriKTETXZQXS3k6quebZ { position:absolute;display:block;z-index:15080;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:9.625rem;width:17.5625rem;top:27.0625rem;left:56.8125rem;display:block; }
#DEFzCsmmRGyFemXVBP1Xc2Tqowi1xLeV { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15106;line-height:1.2;letter-spacing:0;top:29.200001239777rem;left:58.499998092651rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PqMWzqQJx1xhEmgZgqCykdkDqqUu6I1F { position:absolute;display:block;z-index:15079;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:7.875rem;width:17.5625rem;top:20.625rem;left:56.875rem;display:block; }#PqMWzqQJx1xhEmgZgqCykdkDqqUu6I1F.adaptive-delivery-prevent-bg, #PqMWzqQJx1xhEmgZgqCykdkDqqUu6I1F.lazyload, #PqMWzqQJx1xhEmgZgqCykdkDqqUu6I1F.lazyloading { background-image: none; }
#PqMWzqQJx1xhEmgZgqCykdkDqqUu6I1F::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#PqMWzqQJx1xhEmgZgqCykdkDqqUu6I1F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0); }#GZEvGohlsFVW0inzbwfvRttxA1P4oInp { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15113;line-height:1.2;letter-spacing:0;top:24.8125rem;left:58.4375rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vtlsdEVhirMc09H2T0RFohhly1TK2zB9 { position:absolute;display:block;z-index:15082;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:21.5625rem;left:60.8125rem;display:block; }
#MCHWrQHaOE06IbF3yft0MIWVH45l8Fz3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:22rem;left:62.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xJXp6tqAe0PolcW24Vy38eKfE1PcxL3A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15098;opacity:1;top:21.875rem;left:61.1875rem; }
#uIlewTFTdqmz70yTAUPwXO6i2gvOEz6D { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:15.3125rem;top:0.84062576293944rem;left:57.968751907349rem;overflow:hidden;display:block; }
#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN { 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/uc/4225c6f6-0de8-49f8-9286-b3d3f2a8f4c9/5452452.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; }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN.adaptive-delivery-prevent-bg, #brULbHXzLFLaEOcXTBFMxvkIkETDAKrN.lazyload, #brULbHXzLFLaEOcXTBFMxvkIkETDAKrN.lazyloading { background-image: none; }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row .container { background-color: transparent; background-image: none; }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row .container > .video-iframe-container { display: none; }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row > .video-iframe-container { display: none; }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .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); }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row .container { border-width: 0; border-radius: 0; }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#IOHtfIDk28x1eozM3TuWeXN3z051qqTy { color:rgba(var(--color-tertiary-2),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15086;line-height:1.4;letter-spacing:0;top:28.974998474121rem;left:38.937501907349rem;height:7.348625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qz06meTNqV7ulQevd0hSx7ulnQzzheW6 { position:absolute;display:block;z-index:15087;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:9.625rem;width:17.5625rem;top:28.3125rem;left:19.1875rem;display:block; }
#IFcmaCPaDnzQIHtwXJ1hAWDpL8CkGgLs { color:rgba(var(--color-tertiary-3),1);display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15113;line-height:1.2;letter-spacing:0;top:30.237497329712rem;left:21rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chpwTnWBrkr4LTzTtuCSdG3DSFvASlm0 { position:absolute;display:block;z-index:15086;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:8.75rem;width:17.5625rem;top:20.8125rem;left:19.25rem;display:block; }#chpwTnWBrkr4LTzTtuCSdG3DSFvASlm0.adaptive-delivery-prevent-bg, #chpwTnWBrkr4LTzTtuCSdG3DSFvASlm0.lazyload, #chpwTnWBrkr4LTzTtuCSdG3DSFvASlm0.lazyloading { background-image: none; }
#chpwTnWBrkr4LTzTtuCSdG3DSFvASlm0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#chpwTnWBrkr4LTzTtuCSdG3DSFvASlm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0); }#Z9TlLiGo04P1X11vwksOn55ochtsMJJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15120;line-height:1.2;letter-spacing:0;top:25rem;left:20.8125rem;height:1.425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uKoHlwpg7OvMoNQ0wOVWwDRVn4nvkTKr { position:absolute;display:block;z-index:15089;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:21.75rem;left:23.1875rem;display:block; }
#hmexkZtK21ic5RBeUDbraDzoK4Cci22r { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:22.1875rem;left:24.875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TSEQqDhN8cmgiOmTzya63tZTxooqz6JT { position:absolute;display:block;z-index:15072;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-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-tertiary-4),0.09) ;height:9.625rem;width:17.5625rem;top:28.375000953674rem;left:38.026044845581rem;display:block; }
#NUisr0HecE1eAgnWpZInz7ZeSWP31mQI { position:absolute;display:block;z-index:15071;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:9.3125rem;width:17.5625rem;top:20.875rem;left:38.0625rem;display:block; }#NUisr0HecE1eAgnWpZInz7ZeSWP31mQI.adaptive-delivery-prevent-bg, #NUisr0HecE1eAgnWpZInz7ZeSWP31mQI.lazyload, #NUisr0HecE1eAgnWpZInz7ZeSWP31mQI.lazyloading { background-image: none; }
#NUisr0HecE1eAgnWpZInz7ZeSWP31mQI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#NUisr0HecE1eAgnWpZInz7ZeSWP31mQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0); }#QyPMDpiV8yBL8Txq5Ubnwb5TiD9cA24z { color:rgba(var(--color-tertiary-0),1);display:block;width:14.25rem;position:absolute;font-family:"montserrat jr";font-size:1.1875rem;font-weight:700;z-index:15127;line-height:1.2;letter-spacing:0;top:24.75rem;left:39.625rem;height:2.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lI4v2zxPIa9noGwxxHr3v5FNw2F8gimK { position:absolute;display:block;z-index:15096;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:9.625rem;top:21.8125rem;left:42rem;display:block; }
#n3aXFI52OGCNDFy5J05uKtwhouwJsTe8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:22.25rem;left:43.6875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTCTRGgQm4cLEoq1zxLbIgNZAa9tS2iB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:22.125rem;left:42.375rem; }
#nA362Bg1zd4ieweDIer2L0nVvr0Xs2Ty { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:15.3125rem;top:0.75312423706056rem;left:39.093751907349rem;overflow:hidden;display:block; }
#QhXywCNPL4U2OJRWQQ2IPoSWT8AR8Exn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:22.066668510437rem;left:23.625001907349rem; }
#gQ90UtUT81KZ0BzU0el7GJTRQ1G3NygK { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:15.25rem;top:0.84062576293944rem;left:57.968751907349rem;overflow:hidden;display:none; }
#waAaB5prGfxynnfJ1Fysr41u1THOAyEV { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:15.25rem;top:0.626736164093rem;left:20.34375rem;overflow:hidden;display:block; }
#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);background-image:url("https://images.assets-landingi.com/uc/4225c6f6-0de8-49f8-9286-b3d3f2a8f4c9/5452452.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; }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5.adaptive-delivery-prevent-bg, #b5isrp9pdkTmt6kUblt3bPFu3eT68mU5.lazyload, #b5isrp9pdkTmt6kUblt3bPFu3eT68mU5.lazyloading { background-image: none; }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row .container { background-color: transparent; background-image: none; }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row .container > .video-iframe-container { display: none; }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row > .video-iframe-container { display: none; }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .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); }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row .container { border-width: 0; border-radius: 0; }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#CQl4WJbk0qca4bA0fP0ZTmqlKZQITGTS { z-index:15011;top:2.0739593505859rem;left:22.137502670288rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -moz-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -ms-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -o-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-size:auto !important;border-top:0.0625rem solid #17d500;border-left:0.0625rem solid #17d500;border-right:0.0625rem solid #17d500;border-bottom:0.0625rem solid #17d500;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:#011622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat up";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.71666625rem;height:4.3406225rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z80NLDBTPNknRZDLLDaA6OObPQsCIUKW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E > .row .container { background-color: transparent; background-image: none; }#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E > .row .container > .video-iframe-container { display: none; }#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E > .row > .video-iframe-container { display: none; }#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E > .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); }#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E > .row .container { border-width: 0; border-radius: 0; }#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:block; }#zvbfh9iEiE1gIReUSAOA7Jqe7fL4b0sh { color:rgba(var(--color-tertiary-0),1);display:block;width:51.9375rem;position:absolute;font-family:"montserrat up";font-size:2rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.81);top:1.375rem;left:11.53125rem;height:4.7998rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NaQ9qiZocKn0xw8M32fGtMB6GcQ77DAe { 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:15011;opacity:1;top:7.1250028610231rem;left:35.937501907349rem; }
#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T > .row .container { background-color: transparent; background-image: none; }#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T > .row .container > .video-iframe-container { display: none; }#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T > .row > .video-iframe-container { display: none; }#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T > .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); }#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T > .row .container { border-width: 0; border-radius: 0; }#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#GnMpDaSlNItR0BImAmwpACgtnofR8N68 { 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:29.875rem;width:16.75rem;top:1.65625rem;left:57.25rem;overflow:hidden;display:block; }
#IyKORsd1Q6uzG8ik7GqTVJfOJkxKup6t { 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:29.875rem;width:16.75rem;top:1.65625rem;left:19.75rem;overflow:hidden;display:block; }
#mCONpcayAgtlOxWSP8T7qJMZX5X9wNIe { 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:29.875rem;width:16.75rem;top:1.65625rem;left:1rem;overflow:hidden;display:block; }
#wIUeoRwX0sGfTMWT5sJ8wzEscLPDww67 { 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:29.875rem;width:16.75rem;top:1.65625rem;left:38.5rem;overflow:hidden;display:block; }
#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0e030eb2-e246-4ee6-9d21-8a8c1409034b/87645.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; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q.adaptive-delivery-prevent-bg, #zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q.lazyload, #zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q.lazyloading { background-image: none; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row .container { background-color: transparent; background-image: none; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.62); }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row .container > .video-iframe-container { display: none; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.62); }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row > .video-iframe-container { display: none; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .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); }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row .container { border-width: 0; border-radius: 0; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q::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; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;position:relative;display:block; }#LFO7cQw7sbl1yU24EBkpdONyJMuHoUG4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:21.0625rem;left:2rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XrapirArQkLyUnZyEmd8NtSQTV4WmQvc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:21.0625rem;left:38.28125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fsh0LbitebVcD7I8lfNXEXWsqQe0GWVM { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15065;line-height:1.2;letter-spacing:0;top:21.0625rem;left:57.78125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bU90TIbGMTtWaxqGT2WO1APZqIGHI9pi { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:12.5625rem;left:5.9375rem;overflow:hidden;display:block; }
#Pfi6F95NicHK6ln46PipkxmvzyJV9ahy { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:13.25rem;left:43.40625rem;overflow:hidden;display:block; }
#zq3oWxapT1poVJrL9fd1ttwpz70OX0L6 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:12.5625rem;left:62.15625rem;overflow:hidden;display:block; }
#w7ZHlTUonTfaOEiTrS3shbwbTGQBTJZU { color:rgba(var(--color-secondary-3),1);display:block;width:59.5625rem;position:absolute;font-family:"montserrat up";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.81);top:8.753125190735rem;left:7.5000019073488rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3oeGqmrJ4BgT6plpsCbsXPHleZsUd18 { color:rgba(var(--color-tertiary-0),1);display:block;width:70.375rem;position:absolute;font-family:"montserrat up";font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-primary-4),1);top:1.7541694641113rem;left:2.8791675567627rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VudUpTeBkhm6q2szmZrleZOU0n5TecvB { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:38.5625rem;left:8.25rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qvlw1Q12Wmq5fK8w940z1S0BKCIQymS8 { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:29.4375rem;left:13.875rem;overflow:hidden;display:block; }
#xItnCndTTfrxOdkLBGMXPApfrROOpASg { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:38.75rem;left:28.875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aWNDGnwT8Abh9QCPHLLmG8hdWetSQMXC { color:rgba(var(--color-tertiary-0),1);display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:38.5625rem;left:49.46875rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zBqzCEx2bLik9FGpguGXIgBTK6XhUTq5 { position:absolute;display:block;z-index:15072;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:29.4375rem;left:33.8125rem;overflow:hidden;display:block; }
#E89Oo7Heys57wRMp4PrCPhcJZW5lvxQl { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:30.03125rem;left:55.46875rem;overflow:hidden;display:block; }
#QyCEoPMZiapThlaO4l6TtVPyV4b6Mzg4 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15057;line-height:1.2;letter-spacing:0;top:21.0625rem;left:20.09375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Teo4SL9ITTym64CtrmF9kmFk7ITMuFuW { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:12.5625rem;left:24.6875rem;overflow:hidden;display:block; }
#wwGkphKl7qKoKf0ImZ2ZxDfO1KdNeDGK { z-index:15011;top:49.125rem;left:22.75390625rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -moz-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -ms-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -o-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-size:auto !important;border-top:0.0625rem solid #17d500;border-left:0.0625rem solid #17d500;border-right:0.0625rem solid #17d500;border-bottom:0.0625rem solid #17d500;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:#011622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat up";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.625rem;height:4.249025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#neK58TGXupPa8xtXHiE3vpDO6XZOoW2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.4);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; }#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC > .row .container { background-color: transparent; background-image: none; }#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC > .row .container > .video-iframe-container { display: none; }#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC > .row > .video-iframe-container { display: none; }#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC > .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); }#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC > .row .container { border-width: 0; border-radius: 0; }#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#gmAMZ7b6I38RvO8hPE0ZJFHoHEGhm48l { color:rgba(var(--color-primary-4),1);display:block;width:51.9375rem;position:absolute;font-family:"montserrat up";font-size:2rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:1.4875020980835rem;left:10.71875rem;height:4.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H { position:relative;display:block; }#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H { background-color: transparent; background-image: none; }#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H > .row .container > .video-iframe-container { display: none; }#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H > .row > .video-iframe-container { display: none; }#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H > .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); }#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H { border-width: 0; border-radius: 0; }#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H > .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; }#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H > .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:31.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pbNETG8RD3QD7JiMbcVDFyQ2Lmq5XzxS { color:#545454;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:18.80624961853rem;left:0.21875rem;height:4.467775rem;text-align:center;text-align-last:center;display:block; }
#lMsH3JOLQH8Qr8110s7vU2F84pHNb3ig { color:rgba(var(--color-secondary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:14.4375rem;left:1.5625rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#Zp422TREVnUfEL5nueCmvU8w6FtIRH4Q { color:#fd3d3d;display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.1875rem;left:0rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#l8pUNQcoOx07zfOsTcND0WqXiIFsplqo { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.3125rem solid #e8e8e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-secondary-3),0.44) ;height:27.5rem;width:14rem;top:2.5rem;left:0rem;display:block; }
#od4RudMkiyknqDC7ylDAB28BnORT5eJk { color:rgba(var(--color-tertiary-1),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.1875rem;left:15.3125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Lgp4sv7B6Qn3N76xZqPLNocLknlQL0XR { color:rgba(var(--color-tertiary-1),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.15625rem;left:15.65625rem;height:8.042rem;text-align:center;text-align-last:center;display:block; }
#c9izHrOMETfKIFilqbCTqpvPDUsXhrcZ { color:rgba(var(--color-secondary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:14.375rem;left:17.0625rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#DzvZHuoTKJLEAXWIPlndgt1ULulregr9 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.53125rem;left:31.062501907349rem;height:3.57421875rem;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; }
#nVXVPEF2l1xnCJfNKpl1IkAZe6E1P527 { color:rgba(var(--color-secondary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:13.9375rem;left:32.406251907349rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#xLsyAzZb6mxoDGFXl0WXxdzudt8ly2wZ { color:rgba(var(--color-tertiary-1),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.1875rem;left:30.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#qkWrvKpRutTVaBcKZuJsHir10a6IKfKn { color:rgba(var(--color-tertiary-1),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.450000762939rem;left:31.062501907349rem;height:7.1484375rem;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; }
#FXL8Q6Ay4OOB8nTCXbFy4xz6thP1qodE { color:rgba(var(--color-tertiary-1),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.65625rem;left:46.5rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#EFWwUT6iIKObwk1nTLRnzLTK2TcVxvMQ { color:rgba(var(--color-tertiary-1),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.1875rem;left:46.5rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#QIFPuGTsxBi259NizAe718robimNkAmu { color:rgba(var(--color-secondary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:14.046875rem;left:47.875rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#T6a3fqLHq6mAO0Imgaqw57P8XTxnPsIg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:9.375rem;top:1.3125rem;left:33.062501907349rem;overflow:hidden;display:block; }
#c8HiBgoElv0ha3FUDRixgxmZK8ofNChM { 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: none;height:12.5625rem;width:9.375rem;top:1.5625rem;left:17.3125rem;overflow:hidden;display:block; }
#DNk17nT7h2xXRzi2KEw7h7lG0LJmdDKF { 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:12.5625rem;width:9.375rem;top:1.5625rem;left:2.3125rem;overflow:hidden;display:block; }
#bPzdiXxuslD3ChlTR9tTRuAsRRcn9dTw { 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: none;height:12.5625rem;width:9.375rem;top:1.2812504172325rem;left:48.312501907349rem;overflow:hidden;display:block; }
#XzReRm8vq9igieAIzgQp6obUqKlloWp8 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-secondary-3),0.44) ;height:27.5rem;width:14rem;top:2.5rem;left:15.1875rem;display:block; }
#weel3cJxLHrEGXWo5Gd8kTRAdpV9hbxg { position:absolute;display:block;z-index:14998;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.125rem;width:11.1875rem;top:0rem;left:16.25rem;overflow:hidden;display:block; }
#KD3cW1xscgLVvhvhok5tgcqHeBM9SdfX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-secondary-3),0.44) ;height:27.5rem;width:13.9375rem;top:2.5rem;left:30.59375rem;display:block; }
#BiQskBPZiicTr3kcnaqTWTAkaSdkr0L4 { position:absolute;display:block;z-index:14999;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.125rem;width:10.8125rem;top:0rem;left:32.0625rem;overflow:hidden;display:block; }
#ngXw723rUMunsyJCtgRWpC8wKtVTceUH { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-secondary-3),0.44) ;height:27.5rem;width:13.9375rem;top:2.5rem;left:46.043748855591rem;display:block; }
#TT97log2tNbKb0lTplqofZLKJLZXzq0c { 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.125rem;width:10.8125rem;top:0rem;left:47.406251907349rem;overflow:hidden;display:block; }
#CgcNcuo350RNOclwTqJQNQcZv7KFaE6s { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-secondary-3),0.44) ;height:27.5rem;width:13.9375rem;top:2.5rem;left:60.96249961853rem;display:block; }
#zdsXzPOotoic53tlkwIZIv5aQtz1pKxW { 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:2.0625rem;width:10.8125rem;top:0rem;left:62.062498092651rem;overflow:hidden;display:block; }
#snX5uCoHi5QJzVZTOdhtCJ53i18fm4Vr { position:absolute;display:block;z-index:14997;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.125rem;width:10.5625rem;top:0rem;left:1.46875rem;overflow:hidden;display:block; }
#V81MvIM7mRPpbkcGCQBaZNBdc9SCDrXh { position:absolute;display:block;z-index:15014;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:12.5625rem;width:9.375rem;top:1.4375rem;left:63.28125rem;overflow:hidden;display:block; }
#rk7EVHXduaUILTHuCf0VI2QnCEgtohAd { color:rgba(var(--color-secondary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:14.109375rem;left:62.875rem;height:3.09375rem;text-align:center;text-align-last:center;display:block; }
#cgsfSW4swP6dvv6kDpqd323yJUriHO4W { color:rgba(var(--color-tertiary-1),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.53125rem;left:61.53125rem;height:7.1484375rem;text-align:center;text-align-last:center;display:block; }
#M6PSNCZBGMDXk0u81Au3Q4zihEr8gANW { color:rgba(var(--color-tertiary-1),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.1875rem;left:61.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK { position:relative;display:block; }#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK { background-color: transparent; background-image: none; }#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK > .row .container > .video-iframe-container { display: none; }#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK > .row > .video-iframe-container { display: none; }#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK > .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); }#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK { border-width: 0; border-radius: 0; }#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK > .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; }#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK > .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:27.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KIIM440icPoA3mkQ1AIb5bv7r6oXdzX8 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:17.17236328125rem;left:0.53125rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#nfRUEhQeOy3gT0TAGpLTo2uv2y9rxwv8 { color:rgba(var(--color-secondary-3),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:13.5625rem;left:0.875rem;height:3.09375rem;text-align:center;text-align-last:center;display:block; }
#pBJhzA9eTbzWvr7MietKyFcJC5hg1UGQ { color:rgba(var(--color-tertiary-1),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:23.8740234375rem;left:0.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#y6B297EJq7D6goOJwi7w3xBEpbEiJLIb { color:rgba(var(--color-tertiary-1),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.8740234375rem;left:15.59375rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#Q3rG2kVPmbfrlKe7nUGnMwe02BbUkxx6 { color:rgba(var(--color-tertiary-1),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.6181640625rem;left:16.5rem;height:4.467775rem;text-align:center;text-align-last:center;display:block; }
#JA7KOTi3xr4rcPLZnJ1P1W1UIO2fyVFA { color:rgba(var(--color-secondary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:14.59375rem;left:17.28125rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#dFn4Bk7cpVbwT1HesD7a6kt9uWbrpf2a { color:rgba(var(--color-tertiary-1),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.68212890625rem;left:31.03125rem;height:4.467775rem;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; }
#DRhRuF1RUWrGAQlglGPUI4LQq5rohOyd { color:rgba(var(--color-secondary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:14.78125rem;left:32.375001907349rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#Jq2RmoGmpSAI3U7EHZ4EbhZXZF5BOMvv { color:rgba(var(--color-tertiary-1),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.8740234375rem;left:30.6875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#ClR5Z63SAuNdGonoLfwDc0rBti9wc8hh { color:rgba(var(--color-secondary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:14.649306297303rem;left:62.84375rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#fTqcRFhNBJq3MtvOcr0FcCtkCJinrUMI { color:rgba(var(--color-tertiary-1),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.0654296875rem;left:61.875rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#anrT4Fg4m4RdXQV23tf4OfKkTJpPNAnA { color:rgba(var(--color-tertiary-1),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.8740234375rem;left:61.1875rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#qN7RkTnzr9naQCipBOhvuZglQ0E2XSHg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:9.375rem;top:0.96875rem;left:18.03125rem;overflow:hidden;display:block; }
#AyNMPOV22m1ZGg1EvMxXR4nxhmgrTOyP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:10.0625rem;top:0.96875rem;left:32.59375rem;overflow:hidden;display:block; }
#tcJAvJGfnmswN6plLuxZyGl8Tgl4vkfG { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:10.0625rem;top:0.96875rem;left:62.9375rem;overflow:hidden;display:block; }
#AvtQ9AqDC4JQResEV7cUEElX6QupFdVl { 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:13.1875rem;width:9.375rem;top:0.9375rem;left:2.25rem;overflow:hidden;display:block; }
#AcwqnXh99TgC9pJSAE866LMHnfTIo2BZ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-secondary-3),0.44) ;height:22.8125rem;width:14.0625rem;top:2.3125rem;left:0rem;display:block; }
#V34aEM4g9Qzu2tmzfAHK97qGCLToWblz { 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.0625rem;width:10.8125rem;top:0rem;left:1.125rem;overflow:hidden;display:block; }
#P8bN1BD0uGLm3MbQvL4gLXFQwKvyR3Um { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-secondary-3),0.44) ;height:23rem;width:14rem;top:2.3125rem;left:15.5rem;display:block; }
#A9l9FHxgXe4VKv8Jz7F0RD05lIEyZiMU { 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.0625rem;width:10.4375rem;top:0rem;left:16.625rem;overflow:hidden;display:block; }
#p2XLB4fLhr33Gum1wk0AIwVc9I6JLNF6 { position:absolute;display:block;z-index:15007;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:2rem;width:10.4375rem;top:0rem;left:31.75rem;overflow:hidden;display:block; }
#NQ0GebmI885x2BJZI6MwQ0qrSmyMmD9F { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-secondary-3),0.44) ;height:23rem;width:13.9375rem;top:2.3125rem;left:30.625rem;display:block; }
#fpmC1Rb7K5t4ay9MaZ59mBTeUAdvcd9i { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:10.4375rem;top:0rem;left:47.25rem;overflow:hidden;display:block; }
#Z7hwrXygaoq65SIaX1uPe611ee9XUS99 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-secondary-3),0.44) ;height:23.0625rem;width:13.9375rem;top:2.3125rem;left:46.125rem;display:block; }
#HO9lN7PkbbgomyxNrUCs2XpJRJPb1ot7 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #ededed;border-left:0.0625rem solid #ededed;border-right:0.0625rem solid #ededed;border-bottom:0.0625rem solid #ededed;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(var(--color-secondary-3),0.44) ;height:22.875rem;width:13.9375rem;top:2.3125rem;left:60.9375rem;display:block; }
#RtmyO60ggNd4IL2wsShtG8UbeqUzeV0K { 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.875rem;width:10.4375rem;top:0rem;left:62.0625rem;overflow:hidden;display:block; }
#ireTe5pu5y8MOANZn9LC2nbPdME9QZUP { 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:12.5625rem;width:9.375rem;top:1.0625rem;left:48.46875rem;overflow:hidden;display:block; }
#otTuhzBrTs81ObduXCRO18JHN5hvhPk2 { color:rgba(var(--color-secondary-3),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:14.65625rem;left:47.9375rem;height:1.03125rem;text-align:center;text-align-last:center;display:block; }
#TPJM93dB1zlD9LBlJSPZtQpyxbqLQ3NJ { color:rgba(var(--color-tertiary-1),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.74267578125rem;left:46.59375rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#Z5Dd7uTw2AIPpFbqzISumWXQc7dPdrfd { color:rgba(var(--color-tertiary-1),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.8740234375rem;left:46.25rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2b6e3c00-477a-4f57-97a3-584925542b1b/54.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI.adaptive-delivery-prevent-bg, #uE25dMheqxDlNA4t0xRyTwJBybg6PZKI.lazyload, #uE25dMheqxDlNA4t0xRyTwJBybg6PZKI.lazyloading { background-image: none; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row .container { background-color: transparent; background-image: none; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.41); }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row .container > .video-iframe-container { display: none; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.41); }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row > .video-iframe-container { display: none; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .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); }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row .container { border-width: 0; border-radius: 0; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI::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; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:75rem;position:relative;display:block; }#UpQ61MJlTRHdXVTTF76np06Aq8wTM3Vi { position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #5596dc);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #5596dc);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #5596dc);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #5596dc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#5596dc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#5596dc' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #5596dc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.375rem;width:19.875rem;top:322.7500038147rem;left:5.3125rem;display:none; }
#SbATJTTxkUNi5kt8KftCmXTT5TTgyCzQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:15.625rem;top:313.22397232056rem;left:7.4354190826419rem;overflow:hidden;display:none; }
#WciGZo3c6yZEcTzv3nfnpKbRVFRt3Hlu { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:336.33508300781rem;left:26.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wlvA3fv4lIZE7KAnxCHEpuE8ZAv9WyQp { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.8;letter-spacing:0;top:336.33649063111rem;left:6.436460494995rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#N6RJro7TxfT01NZnGl54z12raxbgL3ho { color:rgba(var(--color-tertiary-0),1);display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:6.3125rem;left:39.0625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2bsN4tVLaFmRJ3ioUpTRfaeok2f8tVh { color:#fc0c0c;display:block;width:25.9375rem;position:absolute;font-family:"montserrat up";font-size:3.9375rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:10.0625rem;left:44.0625rem;height:5.90625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#i1TKSKu5ms8MS20tyo11fHIgwk7sw26l { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:16rem;left:43.75rem;height:3.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VmaHs3gknEC80hykK118q4tlsidepdX2 { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#LxSMWnlJ0V8p1vEwF8DmUD63BGex0bQh { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#tU8dh2A8LFz92PZPQlziBXCuuJfASTKW { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#HQ9FqrZxT5FphtcESbigunEZA3bLACwq { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#GO1sE5HNoHL27MlUTmP13Zorcg5HIMGr { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#tcn7wUwlVPpZuP7gL7Lp5RV1JxSPZaiy { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#eq0HvfuU0mRymUGqgZF10F7BG0SdchSF { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#yDExyyy6Cpwk2XAczhyo8CWGls0bHCaO { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#NDDOTT5TWpoUqpK0pcF1SueSqOXFQNNQ { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#d8kwF4uMX5yt0rXVTyu96DtS0KF508Bl { position:absolute;display:block;z-index:15000;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:12.5rem;width:12.5rem;display:none; }
#Hf9Nn3yfrSk0ErUvQ1bFTXkByXRhIIOS { z-index:15012;top:22.375rem;left:41.75rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -moz-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -ms-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -o-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-size:auto !important;border-top:0.0625rem solid #17d500;border-left:0.0625rem solid #17d500;border-right:0.0625rem solid #17d500;border-bottom:0.0625rem solid #17d500;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:#011622;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat up";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.625rem;height:4.249025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mKoa8IhSTsNoIuePuS6K5wV3bqupnppv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nopQqIA6JagC1nTvKrFNm6XZG4Bn6xdz { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:35.0625rem;top:1.09375rem;left:1.3742189407349rem;overflow:hidden;display:block; }
#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 { 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; }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row .container { background-color: transparent; background-image: none; }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row .container > .video-iframe-container { display: none; }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row > .video-iframe-container { display: none; }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .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); }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row .container { border-width: 0; border-radius: 0; }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:75rem;position:relative;display:block; }#XkgfTKOc8v2RONTm8qkwrwtd2QNsC0HL { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:2.25rem;left:17.0625rem;display:block; }
#FdcTXewsGkPUi0LpfGGAb1sM2X5pkzaL { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.25rem;width:4.25rem;top:1.6875rem;left:16.5rem;display:block; }
#OcJ0HBKQnwSP44QxPa8d2OqqTwZ9zJD5 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:2.1875rem;left:29.875rem;display:block; }
#r4B7nLKHvliIPRmgvMTbBWMFLDgf5aqa { color:rgba(var(--color-tertiary-0),1);display:block;width:6.75rem;position:absolute;font-family:"montserrat up";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:6.9375rem;left:15.25rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#nLffE6KWu7MH0AlGHG31VGP0kTy4nlEg { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:"montserrat up";font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.9375rem;left:27.5625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#rV7nMpUDtygpCvcNAUdoAV4FIP3bOKXc { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:2.3125rem;left:42.5625rem;display:block; }
#fiTJOrF6oX35tm3kD9WB5s7Lo4CHhFXT { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:"montserrat up";font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#BpFKmKScwu22Iu9fqsC28oUvOmNFBSvS { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.3) ;height:8.0625rem;width:10.4375rem;top:3.375rem;left:51.1875rem;display:block; }
#phP3Llbws1afux96Ed5DHqrweNRkB9oU { color:rgba(var(--color-primary-4),1);display:block;width:7.1875rem;position:absolute;font-family:"montserrat up";font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:6.9375rem;left:52.875rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#hZv5LImQESmnrJAL4Vpmcu9OutZ2cgTa { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:2.25rem;left:54.9375rem;display:block; }
#VH2AHTX83NhNxuETTNh1g2roN93UMIxb { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.25rem;width:4.25rem;top:1.6875rem;left:29.28125rem;display:block; }
#FK9KWV3QFmPOQqRHOM96FhsEmz6q3DfB { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.25rem;width:4.25rem;top:1.6875rem;left:42.09375rem;display:block; }
#l7M87XvWz7vn9nq60K1vVkV6cLibHxc6 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.25rem;width:4.25rem;top:1.6875rem;left:54.34375rem;display:block; }
#pTk93yuSwpJi9n6vkgeRnZsQCK0Zp5Jp { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.3) ;height:8.0625rem;width:10.4375rem;top:3.375rem;left:38.9375rem;display:block; }
#USMabEldIVNTAXPOwZX9EHGFloeNXvFp { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.3) ;height:8.0625rem;width:10.4375rem;top:3.375rem;left:26.1875rem;display:block; }
#rhFupPbQNzM58z0e0aNB2gVnHzr7LFed { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-primary-4),0.3) ;height:8.0625rem;width:10.4375rem;top:3.375rem;left:13.34375rem;display:block; }
#clcQSDrWmTgCnV63X1fQNy813BX4hW1E { 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; }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row .container { background-color: transparent; background-image: none; }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row .container > .video-iframe-container { display: none; }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row > .video-iframe-container { display: none; }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .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); }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row .container { border-width: 0; border-radius: 0; }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#m6CDsI21ZwyR5xkuSyyT20gxosI7PDx4 { color:#373737;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:38.4375rem;left:47.6875rem;height:2.6rem;font-style:italic;display:block; }
#dhNMUF0l38K7NtNBGXcKHMbxBhR5kcLl { box-sizing:content-box;color:#00beff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:38.375rem;left:45.375rem;display:block; }
#iL0PXH6WVFvUgUeCokZOxWb6plxL9nWT { color:#373737;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:38.5625rem;left:34rem;height:2.3994125rem;font-style:italic;display:block; }
#yhuw27Gorr6l8ucCUpfk4kF917ifTAHb { box-sizing:content-box;color:#00beff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:38.375rem;left:31.3125rem;display:block; }
#tyNMEPq8KPEkkt3Ts1RUiqdHptRglxE4 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.1;letter-spacing:0;top:38.625rem;left:24.5625rem;height:2.19921875rem;font-style:italic;display:block; }
#Dmsr99657cSvXCfrrPMrV2pQ85hsAbAG { box-sizing:content-box;color:#00beff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:38.3623046875rem;left:21.875rem;display:block; }
#q9CduTDVa5WGuRPOsiwLIFhvRcTDJyEx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15034;line-height:1.1;letter-spacing:0;top:12.8125rem;left:22.75rem;height:1.44375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pBkSpBuXAkKG6gQJoEQhQceNhx1HL09h { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.625rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:17.4375rem;left:30.375rem;height:11.2125rem;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; }
#eEb9TnoZbMzE1ALPTvgfTms9gBTC9sOx { color:rgba(var(--color-tertiary-4),1);display:block;width:2.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:22.75rem;left:29.375rem;height:1.95rem;font-style:normal;display:block; }
#SZGSA6OfmsitNgN8vZk00zA01dCT9qab { color:rgba(var(--color-tertiary-4),1);display:block;width:3.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:21.4375rem;left:29.25rem;height:1.95rem;font-style:normal;display:block; }
#fao8eymaGmifSfs4Xx29MUaiTN1aPrlD { color:rgba(var(--color-tertiary-4),1);display:block;width:3.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:21.75rem;left:43.75rem;height:2.51875rem;font-style:normal;display:block; }
#mBAb2m7FGNZ9hm4Lr8NnxW4ovQqAhAg7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:28.125rem;left:26.875rem;height:1.54375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pb4omFbNRSLOAzPobG6qmHVhNos1eByy { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #00c5ff;border-left:0.0625rem solid #00c5ff;border-right:0.0625rem solid #00c5ff;border-bottom:0.0625rem solid #00c5ff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:2.5rem;width:21.5rem;top:27.5625rem;left:26.875rem;display:block; }
#vdc6o9lFe2pCTmNd6M15OwwG6EWTxWpg { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.1875rem solid #00c5ff;border-left:0;border-right:0;border-bottom:0.1875rem solid #00c5ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.9375rem rgba(var(--color-tertiary-4),0.12) ;height:34.5625rem;width:40rem;top:9.875rem;left:17.5rem;display:block; }
#Km32kFOzJv6s0ztFJhIBWpJXzasLmNLC { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(var(--color-tertiary-4),0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:40.400000572204rem;left:49.02499961853rem;display:none; }
#yuZmWrlUdrXhw9xGTRfW4Hck6AbRb4vv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Iszh9Iu2fttNVUlG0f88QrVlu524KNfb { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:12rem;left:20.875rem;height:2.88671875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kn076GF8XPlzUhxsbobGBwxCg4MkmAeR { color:rgba(var(--color-tertiary-4),1);display:block;width:51.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:11.625rem;height:5.32421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrHmnBrcdJvnf3vRtT5kJDxp8MlOTuq6 { z-index:15041;top:31.6875rem;left:20.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -moz-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -ms-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -o-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-size:auto !important;border-top:0.0625rem solid rgba(38,73,41,0.53);border-left:0.0625rem solid rgba(38,73,41,0.53);border-right:0.0625rem solid rgba(38,73,41,0.53);border-bottom:0.0625rem solid rgba(38,73,41,0.53);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat up";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.6875rem;height:5.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gd0kzpTegXlcc5dnmiIuyVzkWyFTiymJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETmLsnxmaao4htTSOpOtyhDAxSin0Ehl { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:14.505859375rem;left:22.75rem;height:1.44375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ { position:relative;display:block; }#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ { background-color: transparent; background-image: none; }#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ > .row .container > .video-iframe-container { display: none; }#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ > .row > .video-iframe-container { display: none; }#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ > .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); }#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ { border-width: 0; border-radius: 0; }#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ > .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; }#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ > .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:25.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UUJLW0WTsxbbBKym9g7WiWncXyvcGC9G { color:#282828;display:block;width:40.1875rem;position:absolute;font-family:"montserrat up";font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:25.875rem;height:5.19921875rem;font-style:normal;display:block; }
#bxbEaOJAClKkWHxOCwBf6NyB08k1DW06 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.75rem;position:absolute;font-family:"montserrat up";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25.875rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#maMJ0Ub6iCpRaqs1z21kWyehMJaSGTBP { z-index:15042;top:17.0625rem;left:25.875rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -moz-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -ms-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -o-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-size:auto !important;border-top:0.0625rem solid rgba(38,73,41,0.53);border-left:0.0625rem solid rgba(38,73,41,0.53);border-right:0.0625rem solid rgba(38,73,41,0.53);border-bottom:0.0625rem solid rgba(38,73,41,0.53);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat up";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.6875rem;height:5.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#boEsmWdBIxDJApdR2XWXmok4qZ3vy3VX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tt8pSlUBPUadMauMS0DRHfe820GUQ11N { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:15.6875rem;top:4rem;left:4.46875rem;overflow:hidden;display:block; }
#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row .container { background-color: transparent; background-image: none; }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row .container > .video-iframe-container { display: none; }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row > .video-iframe-container { display: none; }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .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); }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row .container { border-width: 0; border-radius: 0; }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row .container { font-size:0.875rem;font-family:"montserrat 900";height:56.9375rem;width:75rem;position:relative;display:block; }#i1IvyERHKFX63i2auIksy8xAUG2Pa0M9 { color:#00beff;display:block;width:50.125rem;position:absolute;font-family:"montserrat up";font-size:2.375rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:2.6875rem;left:0rem;height:2.85rem;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; }
#wCI0ghvAGGDUMlNsBe1aDnwUdsn32ium { color:rgba(var(--color-tertiary-0),1);display:block;width:42.3730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:7.1875rem;left:0rem;height:32.19775rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XOXn3TEeFb5byZzvt7wfm1koiE5TJLZT { 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:44.8125rem;width:29.4375rem;top:4.8492431640625rem;left:43.125001907349rem;overflow:hidden;display:block; }
#XpP3csT05cu8qrmW2GdZn66AIiio1Qxh { z-index:15043;top:49.66171836853rem;left:20.15625rem;background-color:transparent;background-image: -webkit-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -moz-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -ms-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-image: -o-linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#76fb9b' );";background-image: linear-gradient(163deg, rgba(var(--color-secondary-2),1), #76fb9b);background-size:auto !important;border-top:0.0625rem solid rgba(38,73,41,0.53);border-left:0.0625rem solid rgba(38,73,41,0.53);border-right:0.0625rem solid rgba(38,73,41,0.53);border-bottom:0.0625rem solid rgba(38,73,41,0.53);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat up";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.5875rem;height:5.15rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Hwpf07LhXBs9w66F1IR1wbW2vvUscyLz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv > .row .container { background-color: transparent; background-image: none; }#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv > .row .container > .video-iframe-container { display: none; }#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv > .row > .video-iframe-container { display: none; }#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv > .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); }#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv > .row .container { border-width: 0; border-radius: 0; }#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#ZFdfo6fZcJTsivd9s2WGiqi5VaG4mBV2 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:"montserrat up";font-size:2rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.875rem;left:14.0625rem;height:7.79883125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obMQtbcJQQM3fOE4zT7EvDPXHuqeQiTU { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:30rem;top:8.25rem;left:14.9375rem;display:block; }
#RObT3TZTO88HwWdiAVoD1TtuEoPFHHvy { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:28.625rem;top:2.875rem;left:23.1875rem;display:block; }
#gzkWdB9zT1yPIakkuwts5m0LhaUfKksk { z-index:15003;top:14.75rem;left:19.5625rem;background-color:#2b9720;background-image:none;border-top:0.0625rem solid #5eec05;border-left:0.0625rem solid #5eec05;border-right:0.0625rem solid #5eec05;border-bottom:0.0625rem solid #5eec05;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NGeIWcIBfn0IzPDvblEGr3pg8BfC1JvF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNyC5goGSAAgkolbAB2a0Paitg5yM756 { 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:14.9375rem;left:52.3125rem; }
#zNyC5goGSAAgkolbAB2a0Paitg5yM756 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row .container { background-color: transparent; background-image: none; }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row .container > .video-iframe-container { display: none; }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row > .video-iframe-container { display: none; }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .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); }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row .container { border-width: 0; border-radius: 0; }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#aR1z8H3B6xS2rR4n4wnTtKJQt3b4XpcL { color:rgba(var(--color-tertiary-0),1);display:block;width:25.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#qqWCn9BLchTh8dPVTspkNkfB2TzaefTK { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.5rem;display:block; }
#U7ale1Cd2D8Dntqv0WITCQufRODJZXxt { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.3125rem;display:block; }
#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row .container { background-color: transparent; background-image: none; }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row .container > .video-iframe-container { display: none; }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row > .video-iframe-container { display: none; }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .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); }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row .container { border-width: 0; border-radius: 0; }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#ZglmAOst1LPhunLB7LHP2Sd1E5CRAoFL { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:4.798825rem;display:block; }
#zaKaTWczFfGpIZcpV5UTsGkn5nKXMaBT { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.875rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row .container { background-color: transparent; background-image: none; }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row .container > .video-iframe-container { display: none; }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row > .video-iframe-container { display: none; }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .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); }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row .container { border-width: 0; border-radius: 0; }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#PvcGi4heUWdEDMCiGb8bCIESSk0iZS8g { color:rgba(var(--color-tertiary-0),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#aIC9307ChXrwMPhbArB3Of8eFEmdSuSH { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.5rem;display:block; }
#rwzIuFJaoqoL69zgDbZVbrkh7U1C1BgQ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.3125rem;display:block; }
#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row .container { background-color: transparent; background-image: none; }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row .container > .video-iframe-container { display: none; }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row > .video-iframe-container { display: none; }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .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); }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row .container { border-width: 0; border-radius: 0; }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#Od3lnUAve42oBDt70N35orwTvp56gqwq { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:4.798825rem;display:block; }
#O0NNPKTsQdcu0KS7IOyUGTxHahulnZOZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.875rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row .container { background-color: transparent; background-image: none; }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row .container > .video-iframe-container { display: none; }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row > .video-iframe-container { display: none; }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .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); }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row .container { border-width: 0; border-radius: 0; }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#bORyS0PKktXBrLtCKLwJwreC6uITBI1u { color:rgba(var(--color-tertiary-0),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:13.5rem;height:1.4625rem;font-style:normal;display:block; }
#nF0cO6VPDzGPMtx6STaSFB4oIMJKxy2W { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.25rem;display:block; }
#gPHwrKOJGGw6gGPiBoHmldzWLTwwzRc8 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.4375rem;display:block; }
#fBnwavOwExo9Vuprf00iV309E0gVCGbL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row .container { background-color: transparent; background-image: none; }#fBnwavOwExo9Vuprf00iV309E0gVCGbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row .container > .video-iframe-container { display: none; }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row > .video-iframe-container { display: none; }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .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); }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row .container { border-width: 0; border-radius: 0; }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#ripnTqcMFTI3FEMtetk7EF4ror5egJyb { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:3.19921875rem;display:block; }
#X7pkh27tRUxAm6QAOZdBNzQW9qB2ytBp { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.875rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row .container { background-color: transparent; background-image: none; }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row .container > .video-iframe-container { display: none; }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row > .video-iframe-container { display: none; }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .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); }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row .container { border-width: 0; border-radius: 0; }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#ZnNgtbBWugAChrnav8KTfRCJNW0ycuWv { color:rgba(var(--color-tertiary-0),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.5rem;height:1.4625rem;font-style:normal;display:block; }
#TtC3TKkS0tpWGFw1UyXHUr71Hpi2Vzd1 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.4375rem;display:block; }
#PdFRZB3gnh9oqdDiBu8hBZVLh9r99mwd { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.25rem;display:block; }
#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row .container { background-color: transparent; background-image: none; }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row .container > .video-iframe-container { display: none; }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row > .video-iframe-container { display: none; }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .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); }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row .container { border-width: 0; border-radius: 0; }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#ZhLdxCKwC9FyTR1tv1C1FyoRET14sBho { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:4.798825rem;display:block; }
#cqBvuSeU07fpeq2GH4iN8H03cmBFlIK3 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.875rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row .container { background-color: transparent; background-image: none; }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row .container > .video-iframe-container { display: none; }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row > .video-iframe-container { display: none; }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .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); }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row .container { border-width: 0; border-radius: 0; }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#WR6VHBM41iCT3Jh5zKU751XJlqXizL8g { color:rgba(var(--color-tertiary-0),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#ILBVOyT1fws1pruWz6KG0ggQzRXPMZw6 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.5rem;display:block; }
#w7drKoiihO1ZpboBQuLNOFVmxKeLvAbs { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.3125rem;display:block; }
#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row .container { background-color: transparent; background-image: none; }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row .container > .video-iframe-container { display: none; }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row > .video-iframe-container { display: none; }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .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); }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row .container { border-width: 0; border-radius: 0; }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:block; }#SCqUNIZMPHKbRR8cynstBW6SzEbNQTfz { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:3.19921875rem;display:block; }
#mlfMqo9U3M8FlOtexQ0WC02OwgiBMyZK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.875rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row .container { background-color: transparent; background-image: none; }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row .container > .video-iframe-container { display: none; }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row > .video-iframe-container { display: none; }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .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); }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row .container { border-width: 0; border-radius: 0; }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#gtXlu9BlD2n0gAWBHJ12eULfn6udhTPZ { color:rgba(var(--color-tertiary-0),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#wJzbBRXSdT82Q13UdMbs7Wyg1UB5eMQN { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.8125rem;left:10.5rem;display:block; }
#EA9GP4AcIsiZWROi9KaiucT8WEy0r91O { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:1.0625rem;left:9.3125rem;display:block; }
#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row .container { background-color: transparent; background-image: none; }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row .container > .video-iframe-container { display: none; }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row > .video-iframe-container { display: none; }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .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); }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row .container { border-width: 0; border-radius: 0; }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#G3UdrpGXxcTTFs692kMwJdn1CkUTFrD6 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:3.19921875rem;display:block; }
#JUl04dmqgNOxMCX0voSzvb2noiF45QR4 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.5625rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row .container { background-color: transparent; background-image: none; }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row .container > .video-iframe-container { display: none; }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row > .video-iframe-container { display: none; }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .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); }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row .container { border-width: 0; border-radius: 0; }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#NTU6T9ykEy7QTZF2qIxWaBqLrmfrHTn8 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#ELpn9DFPTGMHGvF1AkPGtgWMwdEsXktv { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.5rem;display:block; }
#EJTgkxNFu74q3WP4L2yUsTUNu5PBTRwd { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.3125rem;display:block; }
#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row .container { background-color: transparent; background-image: none; }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row .container > .video-iframe-container { display: none; }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row > .video-iframe-container { display: none; }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .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); }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row .container { border-width: 0; border-radius: 0; }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#Xrc7McqtyUynO8kw9l2MJ4WX6FdPKiWo { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:3.19921875rem;display:block; }
#av5RZiX8L5GZQP0yVH0cIrfgZxQagAc3 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.3125rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row .container { background-color: transparent; background-image: none; }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row .container > .video-iframe-container { display: none; }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row > .video-iframe-container { display: none; }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .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); }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row .container { border-width: 0; border-radius: 0; }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#qOkzMRPiyUw8DMoMAeMrfZ2tuyUXOMNV { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.5rem;height:1.4625rem;font-style:normal;display:block; }
#n1VV2mUi9ydALob59c6lxGxr1IBPgS9F { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.4375rem;display:block; }
#eXJotU0Pp246XWR8wXQUwUai7AZ4470m { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.25rem;display:block; }
#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row .container { background-color: transparent; background-image: none; }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row .container > .video-iframe-container { display: none; }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row > .video-iframe-container { display: none; }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .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); }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row .container { border-width: 0; border-radius: 0; }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#L3IiELtf8VEuThP9hyUlJFFbCKcofZiB { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:1.6rem;display:block; }
#C0zmK6lsiiW2asvG1QsiM3p4E3PpdJzB { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.3125rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#TkwnvvTnWp1emfUIoaZtNvDPRWPTs9ey { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:2.568359375rem;left:10.6875rem;height:;display:block; }
#TlbiQRJfTFrRH15d2okFZ4gfQpPoHiZ2 { z-index:15004;top:2.90625rem;left:30.5625rem;background-color:#5eec05;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#002b3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat up";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#smw3tOkrt8XDJ1csWFTrgrTEZwRADNeV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row .container { background-color: transparent; background-image: none; }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row .container > .video-iframe-container { display: none; }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row > .video-iframe-container { display: none; }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .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); }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row .container { border-width: 0; border-radius: 0; }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#MeSQnscB1BG1cZ7HwUaiXxMTRgLMifR9 { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#d2K3WCMUvL9W0bpUoTTa622dRC946TVc { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.5rem;display:block; }
#kqosuQhp6l8GrTcJucvzXI1L6lAAHqTT { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.3125rem;display:block; }
#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row .container { background-color: transparent; background-image: none; }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row .container > .video-iframe-container { display: none; }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row > .video-iframe-container { display: none; }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .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); }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row .container { border-width: 0; border-radius: 0; }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#dPRqU2ARReNTTnccrUUuuMlorPXvnHsB { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:3.19921875rem;display:block; }
#M2VX9futEOHw5Swbt9Bb2VxiqQtIOxgF { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.3125rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row .container { background-color: transparent; background-image: none; }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row .container > .video-iframe-container { display: none; }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row > .video-iframe-container { display: none; }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .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); }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row .container { border-width: 0; border-radius: 0; }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#ccH82F4IacW0bxi47QlnhvAO9FLPdTlI { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#tIkb9FHyaB4AroGr0u4xgdqJSIDOSgwN { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.5rem;display:block; }
#F29ffq9cDJTUAJqS4xdTGZRTP7WZNzr9 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.3125rem;display:block; }
#oIvcQe61g2IUroosdiegOdTSF77WTM98 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row .container { background-color: transparent; background-image: none; }#oIvcQe61g2IUroosdiegOdTSF77WTM98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row .container > .video-iframe-container { display: none; }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row > .video-iframe-container { display: none; }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .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); }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row .container { border-width: 0; border-radius: 0; }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#Ndk7etyRUdTDqpz5LvyzIHAfxpeLNTqP { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:1.6rem;display:block; }
#JtBghTsVbgE5hcungrSu5V2QCQfNMqQp { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.3125rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row .container { background-color: transparent; background-image: none; }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row .container > .video-iframe-container { display: none; }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row > .video-iframe-container { display: none; }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .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); }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row .container { border-width: 0; border-radius: 0; }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#UXJmOREIxDkSUXRERiLmWv8fsRM2Zlo9 { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#JOfc3fAMzIl4AzMTgv2cEXRLFfl7L82a { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.5rem;display:block; }
#lw2gFthPaM51SnW0W9gUS6ouk861dse3 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.3125rem;display:block; }
#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row .container { background-color: transparent; background-image: none; }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row .container > .video-iframe-container { display: none; }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row > .video-iframe-container { display: none; }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .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); }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row .container { border-width: 0; border-radius: 0; }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#k9DfGqK0FZPFiqEaivDcDWlDAI8oMLqN { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:1.6rem;display:block; }
#q6GZKAk45ehfJ9ttDkW99HV8hWziR6qf { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.3125rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#rJWaITgrDpcdXZiIF3KDRQ8w583WVE5a { z-index:15005;top:2.84375rem;left:28.84375rem;background-color:#5eec05;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#002b3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat up";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.3125rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rZbtHV4s2fWbZ55n3NMVRZUP88Bt4Ics { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row .container { background-color: transparent; background-image: none; }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row .container > .video-iframe-container { display: none; }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row > .video-iframe-container { display: none; }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .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); }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row .container { border-width: 0; border-radius: 0; }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#NAHMcvLzFKzN9LePTTWAXF49rRJ1aWAt { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#y4FaHcVBVNuCbiHf6TM8vXvQwrKX7m7D { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.5rem;display:block; }
#JvWrGqySehbswlc04KIH6B99gQb4GlLZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.3125rem;display:block; }
#vygukAqfASdh8qgfXpxOoezslP9mZ36F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row .container { background-color: transparent; background-image: none; }#vygukAqfASdh8qgfXpxOoezslP9mZ36F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row .container > .video-iframe-container { display: none; }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row > .video-iframe-container { display: none; }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .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); }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row .container { border-width: 0; border-radius: 0; }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#r41thoUIbRELi4U4x7VxVB3dIX6Bc8Sn { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:18.808625rem;display:block; }#r41thoUIbRELi4U4x7VxVB3dIX6Bc8Sn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r41thoUIbRELi4U4x7VxVB3dIX6Bc8Sn li:before{  }
#Z5gtkKA5G6dtKk8lgzuvG1iqRUOGLZi8 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.4375rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row .container { background-color: transparent; background-image: none; }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row .container > .video-iframe-container { display: none; }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row > .video-iframe-container { display: none; }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .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); }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row .container { border-width: 0; border-radius: 0; }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#fAcpOCkw5SiT7AvsRsSTAscCSEvLGbxO { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#P6AlavdsfdADSTelAzK3lawHKad6AVmk { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.5rem;display:block; }
#oTWoBGxoIc1VShblBWZJCnMDrM1xc0CO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.3125rem;display:block; }
#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row .container { background-color: transparent; background-image: none; }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row .container > .video-iframe-container { display: none; }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row > .video-iframe-container { display: none; }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .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); }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row .container { border-width: 0; border-radius: 0; }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:block; }#AWmXW3VlkPtGOR0zgD5tB1OWcdhT233M { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:14.3965rem;display:block; }#AWmXW3VlkPtGOR0zgD5tB1OWcdhT233M li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#AWmXW3VlkPtGOR0zgD5tB1OWcdhT233M li:before{  }
#KmLixAzU3F9TzcSiJJk8ndLGRJEKbUFS { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:16.6875rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row .container { background-color: transparent; background-image: none; }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row .container > .video-iframe-container { display: none; }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row > .video-iframe-container { display: none; }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .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); }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row .container { border-width: 0; border-radius: 0; }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#oehfrUKL4LyvpvrRJOw9hrlWlDfdGBhB { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#UnV5Pp7tbgA6i5Xrpo7DvBIl7yUF0Rca { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.3125rem;display:block; }
#MT0z2V9cb12GHkoHInuwnHBhDv00GL9M { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.5rem;display:block; }
#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row .container { background-color: transparent; background-image: none; }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row .container > .video-iframe-container { display: none; }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row > .video-iframe-container { display: none; }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .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); }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row .container { border-width: 0; border-radius: 0; }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#mlU8hl9FwFd7kJdM7rlWyvWoETFCgL7C { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:9.597625rem;display:block; }#mlU8hl9FwFd7kJdM7rlWyvWoETFCgL7C li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#mlU8hl9FwFd7kJdM7rlWyvWoETFCgL7C li:before{  }
#yznk0rLLpBbwzJsekFNHnHSimzovh9kF { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.8125rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row .container { background-color: transparent; background-image: none; }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row .container > .video-iframe-container { display: none; }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row > .video-iframe-container { display: none; }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .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); }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row .container { border-width: 0; border-radius: 0; }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:block; }#tdxhlrnqL0sAQkce5HBFTa7wp67P3ZmJ { color:rgba(var(--color-tertiary-0),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#cVsJ8T7op8PQiNoPXX3ZmJQydJgrLbif { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.6875rem;left:10.5rem;display:block; }
#KWtgegsUp9ktWXDsTWH1UlabNNJgrWQg { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:0.9375rem;left:9.3125rem;display:block; }
#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row .container { background-color: transparent; background-image: none; }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row .container > .video-iframe-container { display: none; }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row > .video-iframe-container { display: none; }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .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); }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row .container { border-width: 0; border-radius: 0; }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#NCeuf6dTmvL8QKAdEOlyoSffwzU6ZfTq { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:1.6rem;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; }
#yTFZXvc6iLGCsJX8XbRJHovGO1RJzbxP { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6rem;width:56.4375rem;top:0rem;left:9.28125rem;display:block; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #tmqTOVXPPIsmfqBCdpl1GToWnzEL5f2i > .row .container { background-color: transparent; background-image: none; }#tmqTOVXPPIsmfqBCdpl1GToWnzEL5f2i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmqTOVXPPIsmfqBCdpl1GToWnzEL5f2i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmqTOVXPPIsmfqBCdpl1GToWnzEL5f2i > .row .container > .video-iframe-container { display: none; }#tmqTOVXPPIsmfqBCdpl1GToWnzEL5f2i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmqTOVXPPIsmfqBCdpl1GToWnzEL5f2i > .row > .video-iframe-container { display: none; }#tmqTOVXPPIsmfqBCdpl1GToWnzEL5f2i > .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); }#tmqTOVXPPIsmfqBCdpl1GToWnzEL5f2i > .row .container { border-width: 0; border-radius: 0; }#tmqTOVXPPIsmfqBCdpl1GToWnzEL5f2i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmqTOVXPPIsmfqBCdpl1GToWnzEL5f2i > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ { display:block; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozW6o8BkXHXRrl83y7P15V5SxJJoroiu { top:16.6875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDqIgSs4SVLfRQK7srbqz5cx3avrBExk { top:25.5rem;left:8.21875rem;width:31.3125rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgd6K8sFadhOTFck6KxZOIo7hU0VFWDR { display:block; }
 }@media only screen and (max-width: 763px) { #z7UnkD0lW4tziikh792XOabQl6HVxhns { width:10.3125rem;height:13.375rem;top:2.5rem;left:16.028123855591rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIVoHnSifKbC1eKauFb6zSw1WSZ6phJq { top:31.4375rem;left:14.15625rem;width:19.4375rem;height:1.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8s1Oq2anFUHM3CtIyGbCXMScz9Rf8pG { top:33.25rem;left:7.0632820129394rem;width:33.5625rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 { display:block; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZxWTstZN8UGfI8VWMdp7XQA451pg7Rw { top:0.5rem;left:0rem;width:47.75rem;height:11rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBTTWPsbUvkrpd8pKWWHRddhbh6MoxV9 { top:15.25rem;left:6.0625rem;width:39.1875rem;height:13.25rem;font-size:1.1875rem;display:block; }#dBTTWPsbUvkrpd8pKWWHRddhbh6MoxV9 li:before{  }
 }@media only screen and (max-width: 763px) { #To4or76565vGswmL1ZvTfbkdZKQb4a4R { top:33rem;left:8.21875rem;width:31.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fehX0GqeATSRplz97MXlfNuGQXJdg61A { display:block; }
 }@media only screen and (max-width: 763px) { #LzEp02EIskNTmkpIHEqNAuaXZ2iuR1Fv { width:45.375rem;height:23.4375rem;top:12.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLTTgvzsXDqlTrfMQrbFMCTPVDT4hZdJ { top:13rem;left:4.28125rem;width:39.1875rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnPzPHTQBTwuvc3B456CT19OOhCfNLMJ { top:25.375rem;left:6.0625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ll56xUJSQy1RTUIwu6Xd4lbxzW3MPeKM { top:15.8125rem;left:6.0625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeFrXimHh5Vw7Bempg9tJC9b5gnMTTlR { top:17.75rem;left:6.0625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx6SgM2lTeDHBCRx1avawSOFsbUTQ3bz { top:19.5625rem;left:6.0625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2GhKyT6VL2w0TnuZKOu82EHMpeKlHPS { top:21.25rem;left:6.0625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieqOqh2zwoUTyTrkRXVH1kDxiixGoavq { top:23.4375rem;left:6.0625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeEi6xRDQn6gX7DhukSGK1wfS1BWeZ7V { top:27.25rem;left:6.0625rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uae45DxTDnRKIeNt1w885GRfuWpMo1HR { top:29.6875rem;left:4.875rem;width:39.1875rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 { display:block; }#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9xmMMGKIIG11tSTF43KFP291G6Wh3M4 { top:7.875rem;left:0rem;width:36.8125rem;height:17.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArQxPbAAiAdFGbTBFpPcNeFSFWtZGZpE { top:3.75rem;left:0rem;width:41.25rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHfEUZ1DyTn9wsTr79B1NpNaA1KCopac { top:2.0625rem;left:0rem;width:25.5rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKt2UAJ6sgNBFM6C4Swq3s6qhMZhSuaC { top:28.3125rem;left:18.8125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx { display:block; }#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkyWEzk41Tv0AdRVgqKO4qffOFTt1fUu { top:6.25rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ1A7rtXI4aJcKqyL6hTg5E1hcaq4APM { top:3.75rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbRgeQdx1TkEGgMSFLZxyPDRWQWOkzwr { top:17.5625rem;left:20rem;width:27.75rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU7wdVfJTovCzctyZzso2ChclzFAUIET { width:12.875rem;height:0.875rem;top:37.3125rem;left:11rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6HqNsMxqL7Un1v6rwkNGWQ8KuqBb6dA { width:8.375rem;height:2.1875rem;top:26.5625rem;left:15.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQxcpmdvu8Kg1slbPyeI147SOBNMTxxB { width:12.5rem;height:1.25rem;top:35.75rem;left:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTSLsFWWsXPMTG5GG4932LCzoLTwGZR { width:22.9375rem;height:30.875rem;top:10.75rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avKtsiSKvafyfOLTfLgbSLL92zo1eLG7 { width:2.125rem;height:2.125rem;top:28.0625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7t3qnoPphtTGgTBwclhpT90XrGNOr0L { width:2.125rem;height:2.125rem;top:35.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLz6dw1kpUunHqQAOztQk1AOvP6HFpLL { width:8.6875rem;height:3.5625rem;top:29.3125rem;left:15.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2WiQTIWEm0p1U0IrtO4LqPzhllrSN76 { width:2.5rem;height:2.5rem;top:27.75rem;left:10.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQLZZvlZlrLevT2T4wFOC4vPtk4kRnR { width:2.75rem;height:2.75rem;top:35.625rem;left:10.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9bciRKJ0RVP7X58oMr96Igerx2Mi6z2 { width:2.125rem;height:2.125rem;top:22.0625rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAc6N8dVWcRmno85Q5bZC8AKI2Ae4NHE { width:2.3125rem;height:2.375rem;top:21.9375rem;left:10.78125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfXxt62lN9FlM0ecCDo4maPFBWsGKT86 { width:8.6875rem;height:2.1875rem;top:36.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLi2u6aMGmePQDGmOeI9WDyz6T55sVek { width:9rem;height:2.1875rem;top:28.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPBNPkyA965Ciiwl22817dHQt4NMQrTi { width:12.5rem;height:1.25rem;top:22.4375rem;left:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDGLRrOtTZFn15GKmhBCRmGE9kKUZTRk { width:12.4375rem;height:1.25rem;top:22.375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1323BRzsLq6ADE1QCtRmWAx0l2IknG2 { width:11.875rem;height:3.25rem;top:16.8125rem;left:12rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBR3bDvshBmrotJpVyw5yHt8OhC0qDDg { width:17.1875rem;height:2rem;top:16.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpPrTsfhZOqrD9lDG0ACT6BwHFDypCwt { width:2.625rem;height:2.5rem;top:14.6875rem;left:10.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dysBIVRL73cLuJoRZWMs6lgwbR95dL9n { width:2.125rem;height:2.125rem;top:14.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaDpSfkTA11HV3onm5rGNNVyrmsz0T3d { width:12.4375rem;height:1.25rem;top:15.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHptDToe2Ki7lzbAZgqNazmaL3wUFere { width:12.5rem;height:1.25rem;top:15.5625rem;left:11.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWHRHGiJNOP8SUcp2OlfFGl7Fm6LhQMy { top:42.75rem;left:18.8125rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTSSZQc160bplTu8XwxBfCB2cFZPd5k { width:17.4375rem;height:2rem;top:23.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJPCkcPtd9pHGD6pWKc3GfL5gs5ZKpUD { width:18.25rem;height:2.0625rem;top:29.0625rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZHEgeJ6gyt6TUP7p1NWtG5uNdWFKyQo { width:18.25rem;height:2.0625rem;top:37rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouP53uVO34qc71U9QS8obC9KfaQrfCwd { display:block; }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leC0LlTXA8wEHlp3e28MmPLvfgATgum6 { top:3.6875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUS4MEoebCFu4wCyLWg5XZekSPREo0lm { display:block; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2wVn5gw8oJoOa5ZdpASVlsndQDD52o2 { top:0rem;left:0rem;width:15.375rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGZ1EwCgzGWHsBOKvu1IGGAKGHdgJmO { top:0.0625rem;left:8.5625rem;width:15.3125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0Jmu0myOLvletBoIg3Zie48ObXuaJFB { top:0.1875rem;left:20.5rem;width:15.3125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka6ETmReQWu86251zooBRsSbUyZBDZC5 { top:0.0625rem;left:32.4375rem;width:15.3125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx5VnKXrxWaBxy9I4i8Flludku4TADKP { width:16.375rem;height:15.6875rem;top:28.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE9t7JKtfr1HtokMRRlgE4Wzt3ehguX5 { top:23.6875rem;left:0rem;width:14.25rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REkVUMtWC2P3s7orQZiN9bKcfTQoC8ds { top:23.6875rem;left:9.625rem;width:14.25rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA3BZqLL49Ai9G342vXwMJZmdewNhxl6 { width:15.875rem;height:11.5rem;top:29.25rem;left:8rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baItfT9uW8OPfBqCosor5pt42MoVbxCx { width:15.875rem;height:11.5rem;top:29.25rem;left:19.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTJaXT9cmywupAlBdeTWEShWDUbuU7aT { top:24.375rem;left:21.5625rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlXIDA1bIESSIQKF80UK7m1TQsJToBUI { width:15.875rem;height:11.5rem;top:29.375rem;left:31.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h68gLmMrR2yT5v5OQHD4xLg1vG7bw920 { top:23.8125rem;left:33.5rem;width:14.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV8yTlAp9u47mzOdJ2H2v4TfzKr20TVl { width:8rem;height:1.4375rem;top:21.0625rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4P47h3UbTVZS7inixAJpvqXIiTfV1U { top:27.4375rem;left:0rem;width:17.5625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZtWorCI9npsUGTqDkVq48dzDRarv4Sn { top:21.75rem;left:24.21875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS9pLXVwZqQiOt8TE0pZvRnNTS7PZ2tC { top:21.75rem;left:36.90625rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1B5nit8uQ0Pd2q4OrVF1ysgylhotFMw { top:21rem;left:1.46875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXS6mymPgtLcMP7qnpl48F6nw5G0WxRu { top:19.75rem;left:0rem;width:17.5625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jfkt003oeEWc9awLml22gJRzqucqT1Dc { top:20.625rem;left:0.84375rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSV9DAZDo4OGG0dyxwJFuJH2omHi8kW8 { top:27.625rem;left:6.1875rem;width:17.5625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0cahT58DaJEVEhTONU2StE8TMC9NLAC { top:19.9375rem;left:6.3125rem;width:17.5625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIbPNlbXOZlNA211e7STqOBglKCXpx4w { top:20.8125rem;left:12.71875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3paP6pE4TVBs265i8pSMEsLDiNkpnyf { width:8rem;height:1.4375rem;top:21.25rem;left:14.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGbJfzQ6JK9btzMT31dwXSmDmUTaQScS { top:21.1875rem;left:13.34375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnptF0Mh5ChrGnUzbzaTfhvrkKXLnvNS { top:27.625rem;left:18.125rem;width:17.5625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP852L1WAfzE6m46GXKJFrUp9phBNrMJ { top:19.9375rem;left:18.25rem;width:17.5625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QENweGtcT33cfTfqHa1WcZlUWJPIy5T1 { width:8rem;height:1.4375rem;top:21.25rem;left:26.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHqZnV9NmHOkZaJLKg6AFg88D3teTkMz { top:20.8125rem;left:24.59375rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmxsDQPFQCgAglrJmEhzQQCADLZ7rpfC { top:21.1875rem;left:25.21875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUo2bc2PLSNr2wn4V25RcONuPuEfC4oM { top:27.1875rem;left:30.0625rem;width:17.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUg2PZzg1mDfzRp3MnecInEUO8qxyXK { top:19.9375rem;left:30.1875rem;width:17.5625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pp48774Ic7gK3JfqLEwDt57WCbRXqW5Q { width:8rem;height:1.4375rem;top:21.3125rem;left:38.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrRoegrehnvHXawyGvT4FIQu6eRIUGNc { top:20.875rem;left:36.96875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXFQ9a49Ni43vdfFOpAWbsxbrUswyqsJ { top:21.25rem;left:37.59375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idDXTUZM9emXgzfDNEbVEEvIx1u7x1rW { top:43.6875rem;left:11.375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #leJJ3si05NbGCx669lhyFFGZFsmTXdI8 { top:43.6875rem;left:23.3125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAJm0knbczwHVeBooxC6AGzBoHqN6L5I { top:43.6875rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu { display:block; }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWrAEZ5RLBezoE9p4RGxLTLR8SiUSAeO { width:15.875rem;height:13.625rem;top:30.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZWdXXbOTcTkkok7t87gxp2IoG125gIG { top:25.5625rem;left:0rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeqlqWSkCJwTobxfXVdDqpscHiS1521G { top:25.5rem;left:9.625rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVikOX5rAWxtzQyDKSeC4poXvm7ydcuX { width:15.875rem;height:6.25rem;top:33rem;left:8rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrFWFeSpgHGzuC0RdgJE6fqR8XelxTAN { width:15.875rem;height:11.5rem;top:31.75rem;left:19.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKMLTHMr3vNkvWRC9cPc6kOOnS5q6IH1 { top:25.5rem;left:21.5625rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9DBqy1MAhFeugHZsVrPCF67Fqt2AOPm { top:1.25rem;left:0rem;width:15.3125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J530DqOogWfPMEt64U15gClHRkWE81LW { top:28.8125rem;left:0rem;width:17.625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKTpMgq5Lt66KKd7Iib6MGTK6qZa4nz { top:21.125rem;left:0rem;width:17.5625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJIncWmasem6dSldewuBwH2M7i0tV8y { top:22rem;left:2.1875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4QUOtyEsx2Vf3RIvq6qnK4NrxNnbX5s { width:8rem;height:1.4375rem;top:22.4375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii0zDAVPnOELtszygatXoF7yarlMhWQA { top:22.375rem;left:10.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaZIrvF2y4xeiSGwIGu3cDZXV55f7SAU { top:28.875rem;left:6.1875rem;width:17.5625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhWyCa18VFQZP4SfuHXx3kfxFBsTg4td { top:21rem;left:6.3125rem;width:17.5625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNCsAf8QN3x6oT0pKh496oeD2rQN9ws7 { top:21.875rem;left:14.125rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQPyq02ZFiDOwGtB8TK9i3BtAXWEotut { width:8rem;height:1.4375rem;top:22.3125rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmFhhlmo3gOHPgbGZ8Mxhi7VZ0FFox7E { top:22.3125rem;left:22.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8xXqEgeCw8uBOQoUpnaJOhhT3zi1HXu { top:21rem;left:18.25rem;width:17.5625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKg9U3hVJGiFO3e0vgFheySTPMvSFE1 { top:21.75rem;left:26.0625rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2r1nwlTqndrheA7WAUzGMfgk12wH1OZ { width:8rem;height:1.4375rem;top:22.1875rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH8LdhcQpBRPuTopTKHytHAmVh2oqoHc { top:22.125rem;left:34.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slMqRJ3lsTofgN41KnT7EsNGDeZJTwRR { top:28.8125rem;left:18.125rem;width:17.5625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckrVtdngZeZgd0y0Nhl0dvznXWbpGLvg { top:1.25rem;left:8.625rem;width:15.25rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaeKCq9DH17JBMwwzimD6nKRLQUgIyTD { top:1.25rem;left:20.5625rem;width:15.25rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH { display:block; }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJcMwo70kXlmk43En3eOMd6sVMWTkSeC { top:25.5rem;left:21.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9nUKIvEln3fgeQp0bzi5hgmiypI8TN3 { width:15.875rem;height:5.1875rem;top:33rem;left:19.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwxfA3ge4qu9ikQJZZu9BeCRs24hwTzC { top:28.875rem;left:18.125rem;width:17.5625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7vNRlG2aoLB8KTZ7HGddJnasCx33pW9 { top:21rem;left:18.25rem;width:17.5625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWrew1AoVfI5zkWsas6RzoQgh7aLxGCC { top:21.875rem;left:24.65625rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVZOhRFrT7SyZUTcMK4NvzApCctEyrsx { width:8rem;height:1.4375rem;top:22.3125rem;left:26.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvokxzSNE7FdK3NErPPI2mWNtGqbS8S6 { top:22.3125rem;left:25.28125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gu7xMT1FNdBMedl1pJ7daQ2n37nr05Wo { top:1.25rem;left:20.5625rem;width:15.25rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3eQmGPVteo2o17RPREGGfWT8ySfULk0 { top:21rem;left:6.3125rem;width:17.5625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmnqeyNfgDR5FI51nt938GZGWI9x2QmF { top:1.25rem;left:8.625rem;width:15.25rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD7sDyPoCdg1x1DIAGXlt0Inh0lQiD68 { top:25.5rem;left:9.625rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfgmyq37PW4tzPwe2fXs4mopsXxvnUXl { top:21.75rem;left:12.90625rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLPRflEWT02tkFKT0mW9GeQlqHWWIT47 { top:22.125rem;left:13.53125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9RxLUW8Cm9UBKbDsCNmktE1EWGuIt6 { width:8rem;height:1.4375rem;top:22.1875rem;left:14.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQkIVHGI9ZH9yNdf7OVNlOAEhmZFBT1Q { top:28.875rem;left:6.1875rem;width:17.5625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxRcRg3c9vDOplyJ0qf1OPMuXBGAzTBW { width:15.875rem;height:7.3125rem;top:32.375rem;left:8rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux { display:block; }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLyJgoIln6RvGRudIlzRvshy9gA6edvU { width:13.125rem;height:12.5625rem;top:25.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZoAsxGPnSrQJnsWxZFR0eD2zS6wxo45 { top:21.75rem;left:0rem;width:11.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvN1WBPeSHXTNSNSi9FGkGGmFHSlGFUG { top:21.6875rem;left:0rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6XzGGrGQ6Z85d44FTRGxLoiGTHZ6ocJ { width:12.9375rem;height:8.375rem;top:27.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dabIpm7rNdLtWdVM18e1MELFWm50mBfv { width:12.3125rem;height:11.5rem;top:27.125rem;left:11.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOrL4hQn8HDipC2Kr9A0eBH70Dboc5Ua { top:21.8125rem;left:9.8125rem;width:14.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eir3rQifVFl935oxepBfzkJ4IxhLUyuh { top:1.25rem;left:0rem;width:12.5rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #agN7xmqJOX5lguyuQ6AirbJMduNRXgzp { top:24rem;left:0rem;width:14.0625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbv7cGWwlpftXFE5fyNiJPwnG41S6HuM { top:17.6875rem;left:0rem;width:14.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8f1pNAxxO0qhRPkoVTL5qvVZLIcocd9 { top:18.5625rem;left:0rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t95MAo70Te2pRv7f0XDAK0KETDcQarGJ { width:8rem;height:1.4375rem;top:19rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLcMreqnvRlrUTZmt18dSOBm75vS1Ngg { top:18.9375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhxRJaJdr20eHIaRFH0OMuwCLHEZEyr4 { top:24rem;left:0rem;width:14.0625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Hd3MPcm5ZMEXL7M5hqBEAwaEwNM0Iz { top:17.6875rem;left:0rem;width:14.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHswZuGMkkIZdy1nRsQzRhyNkG1fgo9h { top:18.5625rem;left:2.1875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiUdy1V18JFyrkOhZ7n9Wvo41ZfMviXR { width:8rem;height:1.4375rem;top:19rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU9HmZddUGeQVxpMI6CrXRXC1tT5a4xy { top:19rem;left:10.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utBxGmnh9uhDAoagGQF1M4tMlr43sNSA { top:17.6875rem;left:9.8125rem;width:14.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNXuoOT6h018rdx6rPRFvmDB9o0bto33 { top:18.5625rem;left:14.125rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUI64SKHPNaVy9rhsDKLD76Ko2ZxL2Uy { width:8rem;height:1.4375rem;top:19rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0aT2PE90ZLwJzlFDPvZTIOWPaX1dZIJ { top:18.875rem;left:22.28125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw08QR35uDIAAwX6cCsp4di7aa0HPT4i { top:24.1875rem;left:9.6875rem;width:14.0625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub65EEIDCL0IpnVM3X0zZgBrzd7Bw8ox { top:1.25rem;left:0rem;width:12.5rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7n5ErKd4Wfsq9t7momKGQhLHoNuaGM7 { top:1.25rem;left:11.375rem;width:12.5rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8J6Owru5C8xDgIbvtBmTcTP12Z0Uh2f { top:24rem;left:21.625rem;width:14.0625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8iFLFgL93zMfcVDsTrA8JBibhX71svX { width:12.1875rem;height:9.4375rem;top:26.875rem;left:23.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUzVmCJEmRCiE09M865r43uLqFt6T5rg { top:17.6875rem;left:21.75rem;width:14.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3oXiP3bmFr6Kn4R5CiKaTZyAxBVSZLz { top:21.75rem;left:21.5625rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iASDl9H5tTWxNA0CRaSATobrynSGJFpT { top:18.5625rem;left:26.0625rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTFpV3PrHRAcCzJ0pKlvLHPBkCEtOGTW { top:18.9375rem;left:31.28125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvaW43yBIUgzRp7s1G6F4MBa2GLL0C7b { width:8rem;height:1.4375rem;top:19rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsnUvWnivpZCcORs9FNLKax8rg61VPq9 { top:1.25rem;left:23.3125rem;width:12.5rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou4al7B3ilBODJgixuixqfhDydIgRQrI { width:12.875rem;height:6.25rem;top:27.4375rem;left:34.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q340WFEhbL36M56C5yn8NPM7Sk4JLELB { top:24.0625rem;left:33.5625rem;width:14.0625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbNCXMLiTqcTefVs4kAOmDgvsHrW6NVB { top:17.6875rem;left:33.6875rem;width:14.0625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmCOEWoGuH2gin2oB2rxH5HXf1bHdL4n { top:21.75rem;left:33.5rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoPSvFlyFre7pPSxRbHNTmz6hkhOxQ2z { top:18.625rem;left:38rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhXNoEVa8qf2M6p1If8wpWLtnwBuZQtU { width:8rem;height:1.4375rem;top:19.0625rem;left:39.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #av0FNmTLeq9SJrpufCyFLL7QIzTyfQTT { top:19.0625rem;left:39.78125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkvfM1Dupmm66XNvZnHih0DIUtTh5XU1 { top:1.25rem;left:35.25rem;width:12.5rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrHCwUpQn84qfXWo9iHNIOT1sQ24VaDt { top:39.8125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM8pch0J2R9163zUsWAceoGpFUdwQD83 { top:39.8125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRWJCZGPPTNuW2IvbH0JEhWe3lZW4oMQ { top:39.8125rem;left:11.375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4rI8FR1rfuMuaWLyntLDCxNBb2reo48 { top:39.8125rem;left:23.3125rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8RFZUbg4gM2zO1ZFdIxg3XfVcHUkxJz { top:39.8125rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lReoStMPHxRrH1bnfeXwZkRFriLGT4hy { display:block; }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHMkMrcJXOV2o9DGyJNe6NyQvTETNfTB { top:1.125rem;left:15.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3aAgs7q73dv5VbTp68DyzlwF8FqeEEA { top:0.75rem;left:14.9375rem;width:18.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsUb7MqmyoBp5Oyh0tsBDTTzh0MCxhOE { top:1.125rem;left:17.75rem;width:15.375rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy { display:block; }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcX8NOZxbSblT9KALTyRUyopiLTqwgF1 { top:0.75rem;left:8.5625rem;width:15.3125rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5GlgDlcciLawvhodUbnAgOEfs0pq7Sh { top:28.5625rem;left:0rem;width:14.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCXKF74AvDq4T2WziAfI1vuEENcBvDTw { top:26.8125rem;left:0rem;width:17.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcQB88GgDZHTmi3kLXzwgPbxqcQOCFIw { top:20.4375rem;left:0rem;width:17.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TePDGV70nxcZiQywhwaeaTGuO9A9wPXG { top:0.75rem;left:0rem;width:15.3125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyz4JlzEQocTyBHVCi5K8XOTt46VGZrc { top:21.375rem;left:1.21875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmlExQxPnGgXOT7twGJ68EWP2XMHPE32 { width:8rem;height:1.4375rem;top:21.8125rem;left:2.9062519073486rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWKX138sgUsMpA5mIR42y1WFhMMuvhgF { top:21.625rem;left:1.53125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdC6T7bhDNTIp8uioLNWWfh8mJSC6ByI { top:24.625rem;left:0rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ows0uPt22FadVtkLIkZ9gWEKIq5nrnWm { top:30rem;left:9.625rem;width:14.25rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0wmQTtp8Q4in1uUhAhNJnPrgbp7GWAc { top:27.0625rem;left:6.1875rem;width:17.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVFR4xazoHq2x68npJoyqIAAf7yG5te3 { top:20.625rem;left:6.3125rem;width:17.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKbKef4h3VeOqhLgzRkuPDTOMKwT67Ir { top:24.8125rem;left:9.625rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLeIiOOWn5lgfa8FCF5lnoKKKL1gfF4k { top:21.5625rem;left:13.09375rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4CGE9Kx4ODxMglSL1zyz9gls3l9rOWo { width:8rem;height:1.4375rem;top:22rem;left:14.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhc4grKnTPZJkD2x4UhT31EsQ4cAAoce { top:21.875rem;left:13.468751907349rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERXRzsrzoUnirv8GXmMgsBo43CA5L5SG { top:27.0625rem;left:18.125rem;width:17.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd0ciC2TdE0MJIa0BHtfBKaQH1GIxeoP { top:28.5625rem;left:21.5625rem;width:14.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cay43QTdpGsEiF0R30tHUbDRZCgD5fue { top:20.625rem;left:18.25rem;width:17.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfaiz5CSIa1RJHvfxKFHVLlABrdpplIo { top:24.8125rem;left:21.5625rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI59i4ZBquALvwR9CU8FtWgJSAEBDdx3 { top:21.5625rem;left:25.03125rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7qod664CbaDLmn85WiSpaek3WDV6iVQ { width:8rem;height:1.4375rem;top:22rem;left:26.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWdglmiq0dEtbvtdG5WcxGLuM2XkUh6b { top:21.875rem;left:25.40625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLxmTXZXUGw3F8v7OZOn8PEJUaDeEelG { top:0.75rem;left:20.5rem;width:15.3125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZadgvuliqymoJriKTETXZQXS3k6quebZ { top:27.0625rem;left:30.0625rem;width:17.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFzCsmmRGyFemXVBP1Xc2Tqowi1xLeV { top:29.1875rem;left:33.5rem;width:14.25rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqMWzqQJx1xhEmgZgqCykdkDqqUu6I1F { top:20.625rem;left:30.1875rem;width:17.5625rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZEvGohlsFVW0inzbwfvRttxA1P4oInp { top:24.8125rem;left:33.5rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtlsdEVhirMc09H2T0RFohhly1TK2zB9 { top:21.5625rem;left:36.96875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCHWrQHaOE06IbF3yft0MIWVH45l8Fz3 { width:8rem;height:1.4375rem;top:22rem;left:38.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJXp6tqAe0PolcW24Vy38eKfE1PcxL3A { top:21.875rem;left:37.34375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIlewTFTdqmz70yTAUPwXO6i2gvOEz6D { top:0.8125rem;left:32.4375rem;width:15.3125rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #brULbHXzLFLaEOcXTBFMxvkIkETDAKrN { display:block; }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOHtfIDk28x1eozM3TuWeXN3z051qqTy { width:15.875rem;height:8.375rem;top:28.9375rem;left:19.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz06meTNqV7ulQevd0hSx7ulnQzzheW6 { top:28.3125rem;left:6.1875rem;width:17.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFcmaCPaDnzQIHtwXJ1hAWDpL8CkGgLs { top:30.1875rem;left:9.625rem;width:14.25rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chpwTnWBrkr4LTzTtuCSdG3DSFvASlm0 { top:20.8125rem;left:6.3125rem;width:17.5625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TlLiGo04P1X11vwksOn55ochtsMJJ3 { top:25rem;left:9.625rem;width:14.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKoHlwpg7OvMoNQ0wOVWwDRVn4nvkTKr { top:21.75rem;left:12.96875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmexkZtK21ic5RBeUDbraDzoK4Cci22r { width:8rem;height:1.4375rem;top:22.1875rem;left:14.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSEQqDhN8cmgiOmTzya63tZTxooqz6JT { top:28.375rem;left:18.125rem;width:17.5625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUisr0HecE1eAgnWpZInz7ZeSWP31mQI { top:20.875rem;left:18.25rem;width:17.5625rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyPMDpiV8yBL8Txq5Ubnwb5TiD9cA24z { top:24.75rem;left:21.5625rem;width:14.25rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI4v2zxPIa9noGwxxHr3v5FNw2F8gimK { top:21.8125rem;left:24.96875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3aXFI52OGCNDFy5J05uKtwhouwJsTe8 { width:8rem;height:1.4375rem;top:22.25rem;left:26.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTCTRGgQm4cLEoq1zxLbIgNZAa9tS2iB { top:22.125rem;left:25.34375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA362Bg1zd4ieweDIer2L0nVvr0Xs2Ty { top:0.75rem;left:20.5rem;width:15.3125rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhXywCNPL4U2OJRWQQ2IPoSWT8AR8Exn { top:22.0625rem;left:13.406251907349rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ90UtUT81KZ0BzU0el7GJTRQ1G3NygK { top:0.8125rem;left:32.4375rem;width:15.25rem;height:20.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #waAaB5prGfxynnfJ1Fysr41u1THOAyEV { top:0.625rem;left:8.625rem;width:15.25rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 { display:block; }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQl4WJbk0qca4bA0fP0ZTmqlKZQITGTS { top:2.0625rem;left:8.5125026702881rem;width:30.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z80NLDBTPNknRZDLLDaA6OObPQsCIUKW { display:block; }
 }@media only screen and (max-width: 763px) { #BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E { display:block; }#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvbfh9iEiE1gIReUSAOA7Jqe7fL4b0sh { top:1.375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaQ9qiZocKn0xw8M32fGtMB6GcQ77DAe { top:7.125rem;left:22.312501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T { display:block; }#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnMpDaSlNItR0BImAmwpACgtnofR8N68 { top:1.625rem;left:31rem;width:16.75rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyKORsd1Q6uzG8ik7GqTVJfOJkxKup6t { top:1.625rem;left:7.125rem;width:16.75rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCONpcayAgtlOxWSP8T7qJMZX5X9wNIe { top:1.625rem;left:0rem;width:16.75rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIUeoRwX0sGfTMWT5sJ8wzEscLPDww67 { top:1.625rem;left:19.0625rem;width:16.75rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q { display:none; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LFO7cQw7sbl1yU24EBkpdONyJMuHoUG4 { width:14.8125rem;height:4.5rem;top:21.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrapirArQkLyUnZyEmd8NtSQTV4WmQvc { width:17.1875rem;height:4.5rem;top:21.0625rem;left:18.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsh0LbitebVcD7I8lfNXEXWsqQe0GWVM { width:15.6875rem;height:4.5rem;top:21.0625rem;left:32.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU90TIbGMTtWaxqGT2WO1APZqIGHI9pi { top:12.5625rem;left:2.53125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfi6F95NicHK6ln46PipkxmvzyJV9ahy { top:13.25rem;left:26.375rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq3oWxapT1poVJrL9fd1ttwpz70OX0L6 { top:12.5625rem;left:38.3125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ZHlTUonTfaOEiTrS3shbwbTGQBTJZU { top:8.75rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3oeGqmrJ4BgT6plpsCbsXPHleZsUd18 { top:1.75rem;left:0rem;width:47.75rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VudUpTeBkhm6q2szmZrleZOU0n5TecvB { width:16.5rem;height:5.625rem;top:38.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvlw1Q12Wmq5fK8w940z1S0BKCIQymS8 { top:29.4375rem;left:5rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xItnCndTTfrxOdkLBGMXPApfrROOpASg { width:16.875rem;height:7.875rem;top:38.75rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWNDGnwT8Abh9QCPHLLmG8hdWetSQMXC { width:19.6875rem;height:6.75rem;top:38.5625rem;left:16.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBqzCEx2bLik9FGpguGXIgBTK6XhUTq5 { top:29.4375rem;left:16.9375rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E89Oo7Heys57wRMp4PrCPhcJZW5lvxQl { top:30rem;left:28.875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyCEoPMZiapThlaO4l6TtVPyV4b6Mzg4 { width:16.0625rem;height:4.5rem;top:21.0625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Teo4SL9ITTym64CtrmF9kmFk7ITMuFuW { top:12.5625rem;left:14.46875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwGkphKl7qKoKf0ImZ2ZxDfO1KdNeDGK { top:49.125rem;left:0rem;width:30.625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neK58TGXupPa8xtXHiE3vpDO6XZOoW2P { display:block; }
 }@media only screen and (max-width: 763px) { #D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC { display:block; }#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmAMZ7b6I38RvO8hPE0ZJFHoHEGhm48l { top:1.4375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H { display:block; }#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbNETG8RD3QD7JiMbcVDFyQ2Lmq5XzxS { top:18.75rem;left:0rem;width:13.125rem;height:5.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMsH3JOLQH8Qr8110s7vU2F84pHNb3ig { top:14.4375rem;left:0rem;width:10.4375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp422TREVnUfEL5nueCmvU8w6FtIRH4Q { top:28.1875rem;left:0rem;width:13.8125rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8pUNQcoOx07zfOsTcND0WqXiIFsplqo { top:2.5rem;left:0rem;width:14rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #od4RudMkiyknqDC7ylDAB28BnORT5eJk { top:28.1875rem;left:0rem;width:13.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgp4sv7B6Qn3N76xZqPLNocLknlQL0XR { top:17.125rem;left:0rem;width:13.125rem;height:9.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9izHrOMETfKIFilqbCTqpvPDUsXhrcZ { top:14.375rem;left:1.5rem;width:10.4375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzvZHuoTKJLEAXWIPlndgt1ULulregr9 { top:16.5rem;left:10.75rem;width:13.125rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVXVPEF2l1xnCJfNKpl1IkAZe6E1P527 { top:13.9375rem;left:13.4375rem;width:10.4375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLsyAzZb6mxoDGFXl0WXxdzudt8ly2wZ { top:28.1875rem;left:10.0625rem;width:13.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkWrvKpRutTVaBcKZuJsHir10a6IKfKn { top:19.4375rem;left:10.75rem;width:13.125rem;height:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXL8Q6Ay4OOB8nTCXbFy4xz6thP1qodE { top:17.625rem;left:22.6875rem;width:13.125rem;height:8.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFWwUT6iIKObwk1nTLRnzLTK2TcVxvMQ { top:28.1875rem;left:22rem;width:13.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIFPuGTsxBi259NizAe718robimNkAmu { top:14rem;left:25.375rem;width:10.4375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6a3fqLHq6mAO0Imgaqw57P8XTxnPsIg { top:1.3125rem;left:14.5rem;width:9.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8HiBgoElv0ha3FUDRixgxmZK8ofNChM { top:1.5625rem;left:2.5625rem;width:9.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNk17nT7h2xXRzi2KEw7h7lG0LJmdDKF { top:1.5625rem;left:0rem;width:9.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPzdiXxuslD3ChlTR9tTRuAsRRcn9dTw { top:1.25rem;left:26.4375rem;width:9.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzReRm8vq9igieAIzgQp6obUqKlloWp8 { top:2.5rem;left:0rem;width:14rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #weel3cJxLHrEGXWo5Gd8kTRAdpV9hbxg { top:0rem;left:0.75rem;width:11.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD3cW1xscgLVvhvhok5tgcqHeBM9SdfX { top:2.5rem;left:9.8125rem;width:13.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiQskBPZiicTr3kcnaqTWTAkaSdkr0L4 { top:0rem;left:13.0625rem;width:10.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngXw723rUMunsyJCtgRWpC8wKtVTceUH { top:2.5rem;left:21.75rem;width:13.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT97log2tNbKb0lTplqofZLKJLZXzq0c { top:0rem;left:25rem;width:10.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgcNcuo350RNOclwTqJQNQcZv7KFaE6s { top:2.5rem;left:33.6875rem;width:13.9375rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdsXzPOotoic53tlkwIZIv5aQtz1pKxW { top:0rem;left:36.9375rem;width:10.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snX5uCoHi5QJzVZTOdhtCJ53i18fm4Vr { top:0rem;left:0rem;width:10.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V81MvIM7mRPpbkcGCQBaZNBdc9SCDrXh { top:1.4375rem;left:38.375rem;width:9.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk7EVHXduaUILTHuCf0VI2QnCEgtohAd { top:14.0625rem;left:37.3125rem;width:10.4375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgsfSW4swP6dvv6kDpqd323yJUriHO4W { top:17.5rem;left:34.625rem;width:13.125rem;height:8rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6PSNCZBGMDXk0u81Au3Q4zihEr8gANW { top:28.1875rem;left:33.9375rem;width:13.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK { display:block; }#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIIM440icPoA3mkQ1AIb5bv7r6oXdzX8 { top:17.125rem;left:0rem;width:13.125rem;height:6.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfRUEhQeOy3gT0TAGpLTo2uv2y9rxwv8 { top:13.5625rem;left:0rem;width:12.4375rem;height:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBJhzA9eTbzWvr7MietKyFcJC5hg1UGQ { top:23.8125rem;left:0rem;width:13.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6B297EJq7D6goOJwi7w3xBEpbEiJLIb { top:23.8125rem;left:0rem;width:13.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3rG2kVPmbfrlKe7nUGnMwe02BbUkxx6 { top:17.5625rem;left:0rem;width:12rem;height:5.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA7KOTi3xr4rcPLZnJ1P1W1UIO2fyVFA { top:14.5625rem;left:1.5rem;width:10.4375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFn4Bk7cpVbwT1HesD7a6kt9uWbrpf2a { top:17.625rem;left:10.75rem;width:13.125rem;height:5.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRhRuF1RUWrGAQlglGPUI4LQq5rohOyd { top:14.75rem;left:13.4375rem;width:10.4375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq2RmoGmpSAI3U7EHZ4EbhZXZF5BOMvv { top:23.8125rem;left:10.0625rem;width:13.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClR5Z63SAuNdGonoLfwDc0rBti9wc8hh { top:14.625rem;left:37.3125rem;width:10.4375rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTqcRFhNBJq3MtvOcr0FcCtkCJinrUMI { top:18.0625rem;left:34.625rem;width:13.125rem;height:4.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anrT4Fg4m4RdXQV23tf4OfKkTJpPNAnA { top:23.8125rem;left:33.9375rem;width:13.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN7RkTnzr9naQCipBOhvuZglQ0E2XSHg { top:0.9375rem;left:2.5625rem;width:9.375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyNMPOV22m1ZGg1EvMxXR4nxhmgrTOyP { top:0.9375rem;left:13.8125rem;width:10.0625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJAvJGfnmswN6plLuxZyGl8Tgl4vkfG { top:0.9375rem;left:37.6875rem;width:10.0625rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvtQ9AqDC4JQResEV7cUEElX6QupFdVl { top:0.9375rem;left:0rem;width:9.375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwqnXh99TgC9pJSAE866LMHnfTIo2BZ { top:2.3125rem;left:0rem;width:14.0625rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V34aEM4g9Qzu2tmzfAHK97qGCLToWblz { top:0rem;left:0rem;width:10.8125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8bN1BD0uGLm3MbQvL4gLXFQwKvyR3Um { top:2.3125rem;left:0rem;width:14rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9l9FHxgXe4VKv8Jz7F0RD05lIEyZiMU { top:0rem;left:1.125rem;width:10.4375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2XLB4fLhr33Gum1wk0AIwVc9I6JLNF6 { top:0rem;left:13.0625rem;width:10.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ0GebmI885x2BJZI6MwQ0qrSmyMmD9F { top:2.3125rem;left:9.8125rem;width:13.9375rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpmC1Rb7K5t4ay9MaZ59mBTeUAdvcd9i { top:0rem;left:25.375rem;width:10.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7hwrXygaoq65SIaX1uPe611ee9XUS99 { top:2.3125rem;left:21.75rem;width:13.9375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO9lN7PkbbgomyxNrUCs2XpJRJPb1ot7 { top:2.3125rem;left:33.6875rem;width:13.9375rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtmyO60ggNd4IL2wsShtG8UbeqUzeV0K { top:0rem;left:37.3125rem;width:10.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ireTe5pu5y8MOANZn9LC2nbPdME9QZUP { top:1.0625rem;left:26.4375rem;width:9.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otTuhzBrTs81ObduXCRO18JHN5hvhPk2 { top:14.625rem;left:25.375rem;width:10.4375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPJM93dB1zlD9LBlJSPZtQpyxbqLQ3NJ { top:17.6875rem;left:22.6875rem;width:13.125rem;height:4.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5Dd7uTw2AIPpFbqzISumWXQc7dPdrfd { top:23.8125rem;left:22rem;width:13.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uE25dMheqxDlNA4t0xRyTwJBybg6PZKI { display:block; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpQ61MJlTRHdXVTTF76np06Aq8wTM3Vi { width:19.875rem;height:33.375rem;top:322.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbATJTTxkUNi5kt8KftCmXTT5TTgyCzQ { width:15.625rem;height:17.8125rem;top:313.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WciGZo3c6yZEcTzv3nfnpKbRVFRt3Hlu { width:17.625rem;height:2.875rem;top:336.3125rem;left:12.6875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlvA3fv4lIZE7KAnxCHEpuE8ZAv9WyQp { width:17.625rem;height:15.75rem;top:336.3125rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6RJro7TxfT01NZnGl54z12raxbgL3ho { width:35.9375rem;height:4.5rem;top:6.3125rem;left:11.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2bsN4tVLaFmRJ3ioUpTRfaeok2f8tVh { width:25.9375rem;height:5.875rem;top:10.0625rem;left:21.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1TKSKu5ms8MS20tyo11fHIgwk7sw26l { width:26.5625rem;height:4.9375rem;top:16rem;left:21.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmaHs3gknEC80hykK118q4tlsidepdX2 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LxSMWnlJ0V8p1vEwF8DmUD63BGex0bQh { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tU8dh2A8LFz92PZPQlziBXCuuJfASTKW { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQ9FqrZxT5FphtcESbigunEZA3bLACwq { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GO1sE5HNoHL27MlUTmP13Zorcg5HIMGr { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcn7wUwlVPpZuP7gL7Lp5RV1JxSPZaiy { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eq0HvfuU0mRymUGqgZF10F7BG0SdchSF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDExyyy6Cpwk2XAczhyo8CWGls0bHCaO { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDDOTT5TWpoUqpK0pcF1SueSqOXFQNNQ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #d8kwF4uMX5yt0rXVTyu96DtS0KF508Bl { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hf9Nn3yfrSk0ErUvQ1bFTXkByXRhIIOS { top:22.375rem;left:17.125rem;width:30.625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKoa8IhSTsNoIuePuS6K5wV3bqupnppv { display:block; }
 }@media only screen and (max-width: 763px) { #nopQqIA6JagC1nTvKrFNm6XZG4Bn6xdz { top:1.0625rem;left:0rem;width:35.0625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 { display:block; }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkgfTKOc8v2RONTm8qkwrwtd2QNsC0HL { width:3.125rem;height:3.125rem;top:2.25rem;left:3.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdcTXewsGkPUi0LpfGGAb1sM2X5pkzaL { width:4.25rem;height:4.25rem;top:1.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcJ0HBKQnwSP44QxPa8d2OqqTwZ9zJD5 { width:3.125rem;height:3.125rem;top:2.1875rem;left:16.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4B7nLKHvliIPRmgvMTbBWMFLDgf5aqa { width:6.75rem;height:2.875rem;top:6.9375rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLffE6KWu7MH0AlGHG31VGP0kTy4nlEg { width:7.75rem;height:2.875rem;top:6.9375rem;left:13.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV7nMpUDtygpCvcNAUdoAV4FIP3bOKXc { width:3.125rem;height:3.125rem;top:2.3125rem;left:28.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiTJOrF6oX35tm3kD9WB5s7Lo4CHhFXT { width:8.4375rem;height:2.875rem;top:6.9375rem;left:26.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpFKmKScwu22Iu9fqsC28oUvOmNFBSvS { width:10.4375rem;height:8.0625rem;top:3.375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phP3Llbws1afux96Ed5DHqrweNRkB9oU { width:7.1875rem;height:2.875rem;top:6.9375rem;left:39.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZv5LImQESmnrJAL4Vpmcu9OutZ2cgTa { width:3.125rem;height:3.125rem;top:2.25rem;left:41.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH2AHTX83NhNxuETTNh1g2roN93UMIxb { width:4.25rem;height:4.25rem;top:1.6875rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK9KWV3QFmPOQqRHOM96FhsEmz6q3DfB { width:4.25rem;height:4.25rem;top:1.6875rem;left:28.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7M87XvWz7vn9nq60K1vVkV6cLibHxc6 { width:4.25rem;height:4.25rem;top:1.6875rem;left:40.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTk93yuSwpJi9n6vkgeRnZsQCK0Zp5Jp { width:10.4375rem;height:8.0625rem;top:3.375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #USMabEldIVNTAXPOwZX9EHGFloeNXvFp { width:10.4375rem;height:8.0625rem;top:3.375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhFupPbQNzM58z0e0aNB2gVnHzr7LFed { width:10.4375rem;height:8.0625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clcQSDrWmTgCnV63X1fQNy813BX4hW1E { display:none; }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m6CDsI21ZwyR5xkuSyyT20gxosI7PDx4 { width:5.5625rem;height:2.5625rem;top:38.4375rem;left:34.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhNMUF0l38K7NtNBGXcKHMbxBhR5kcLl { width:2.75rem;height:2.75rem;top:38.375rem;left:31.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL0PXH6WVFvUgUeCokZOxWb6plxL9nWT { width:10.6875rem;height:2.375rem;top:38.5625rem;left:20.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhuw27Gorr6l8ucCUpfk4kF917ifTAHb { width:2.75rem;height:2.75rem;top:38.375rem;left:17.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyNMEPq8KPEkkt3Ts1RUiqdHptRglxE4 { width:4.75rem;height:2.1875rem;top:38.625rem;left:10.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmsr99657cSvXCfrrPMrV2pQ85hsAbAG { width:2.75rem;height:2.75rem;top:38.3125rem;left:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9CduTDVa5WGuRPOsiwLIFhvRcTDJyEx { width:29.5rem;height:1.4375rem;top:12.8125rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBkSpBuXAkKG6gQJoEQhQceNhx1HL09h { width:15.8125rem;height:11.1875rem;top:17.4375rem;left:16.75rem;font-size:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEb9TnoZbMzE1ALPTvgfTms9gBTC9sOx { width:2.0625rem;height:1.9375rem;top:22.75rem;left:15.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZGSA6OfmsitNgN8vZk00zA01dCT9qab { width:3.375rem;height:1.9375rem;top:21.4375rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fao8eymaGmifSfs4Xx29MUaiTN1aPrlD { width:3.1875rem;height:2.5rem;top:21.75rem;left:30.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBAb2m7FGNZ9hm4Lr8NnxW4ovQqAhAg7 { width:21.5625rem;height:1.5rem;top:28.125rem;left:13.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb4omFbNRSLOAzPobG6qmHVhNos1eByy { width:21.5rem;height:2.5rem;top:27.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdc6o9lFe2pCTmNd6M15OwwG6EWTxWpg { width:40rem;height:34.5625rem;top:9.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km32kFOzJv6s0ztFJhIBWpJXzasLmNLC { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuZmWrlUdrXhw9xGTRfW4Hck6AbRb4vv { display:block; }
 }@media only screen and (max-width: 763px) { #Iszh9Iu2fttNVUlG0f88QrVlu524KNfb { width:32.0625rem;height:2.875rem;top:12rem;left:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn076GF8XPlzUhxsbobGBwxCg4MkmAeR { width:47.75rem;height:5.1875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrHmnBrcdJvnf3vRtT5kJDxp8MlOTuq6 { top:31.6875rem;left:6.5625rem;width:34.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd0kzpTegXlcc5dnmiIuyVzkWyFTiymJ { display:block; }
 }@media only screen and (max-width: 763px) { #ETmLsnxmaao4htTSOpOtyhDAxSin0Ehl { width:29.5rem;height:1.4375rem;top:14.5rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ { display:block; }#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUJLW0WTsxbbBKym9g7WiWncXyvcGC9G { width:40.1875rem;height:5.1875rem;top:4rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxbEaOJAClKkWHxOCwBf6NyB08k1DW06 { width:38.75rem;height:5.1875rem;top:10.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maMJ0Ub6iCpRaqs1z21kWyehMJaSGTBP { top:17.0625rem;left:0rem;width:34.6875rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #boEsmWdBIxDJApdR2XWXmok4qZ3vy3VX { display:block; }
 }@media only screen and (max-width: 763px) { #tt8pSlUBPUadMauMS0DRHfe820GUQ11N { width:15.6875rem;height:14.375rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W { display:block; }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1IvyERHKFX63i2auIksy8xAUG2Pa0M9 { width:47.75rem;height:2.8125rem;top:2.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCI0ghvAGGDUMlNsBe1aDnwUdsn32ium { top:7.1875rem;left:0rem;width:42.3125rem;height:37.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOXn3TEeFb5byZzvt7wfm1koiE5TJLZT { width:29.4375rem;height:44.8125rem;top:4.8125rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XpP3csT05cu8qrmW2GdZn66AIiio1Qxh { top:49.625rem;left:6.53125rem;width:34.5625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwpf07LhXBs9w66F1IR1wbW2vvUscyLz { display:block; }
 }@media only screen and (max-width: 763px) { #iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv { display:block; }#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFdfo6fZcJTsivd9s2WGiqi5VaG4mBV2 { top:2.875rem;left:0.4375rem;width:46.875rem;height:10.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #obMQtbcJQQM3fOE4zT7EvDPXHuqeQiTU { top:8.25rem;left:1.3125rem;width:30rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RObT3TZTO88HwWdiAVoD1TtuEoPFHHvy { top:2.875rem;left:9.5625rem;width:28.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzkWdB9zT1yPIakkuwts5m0LhaUfKksk { top:14.75rem;left:5.9375rem;width:32rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGeIWcIBfn0IzPDvblEGr3pg8BfC1JvF { display:block; }
 }@media only screen and (max-width: 763px) { #zNyC5goGSAAgkolbAB2a0Paitg5yM756 { top:14.9375rem;left:38.6875rem;width:3.125rem;height:3.125rem;display:block; }
#zNyC5goGSAAgkolbAB2a0Paitg5yM756 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi { display:block; }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aR1z8H3B6xS2rR4n4wnTtKJQt3b4XpcL { width:25.8125rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqWCn9BLchTh8dPVTspkNkfB2TzaefTK { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ale1Cd2D8Dntqv0WITCQufRODJZXxt { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViWSoPCfxtphPZdKzRwcTT980oIhiGyT { display:block; }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZglmAOst1LPhunLB7LHP2Sd1E5CRAoFL { width:47.75rem;height:4.75rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaKaTWczFfGpIZcpV5UTsGkn5nKXMaBT { width:47.75rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl { display:block; }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvcGi4heUWdEDMCiGb8bCIESSk0iZS8g { width:45.0625rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIC9307ChXrwMPhbArB3Of8eFEmdSuSH { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwzIuFJaoqoL69zgDbZVbrkh7U1C1BgQ { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDhITJL0V7cuBKgNJaSiMQWlmb9i280l { display:block; }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Od3lnUAve42oBDt70N35orwTvp56gqwq { width:47.75rem;height:4.75rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0NNPKTsQdcu0KS7IOyUGTxHahulnZOZ { width:47.75rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R { display:block; }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bORyS0PKktXBrLtCKLwJwreC6uITBI1u { width:45.0625rem;height:1.4375rem;top:1.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0cO6VPDzGPMtx6STaSFB4oIMJKxy2W { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHwrKOJGGw6gGPiBoHmldzWLTwwzRc8 { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBnwavOwExo9Vuprf00iV309E0gVCGbL { display:block; }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ripnTqcMFTI3FEMtetk7EF4ror5egJyb { width:47.75rem;height:4.75rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7pkh27tRUxAm6QAOZdBNzQW9qB2ytBp { width:47.75rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU { display:block; }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnNgtbBWugAChrnav8KTfRCJNW0ycuWv { width:45.0625rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtC3TKkS0tpWGFw1UyXHUr71Hpi2Vzd1 { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdFRZB3gnh9oqdDiBu8hBZVLh9r99mwd { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt { display:block; }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhLdxCKwC9FyTR1tv1C1FyoRET14sBho { width:47.75rem;height:4.75rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqBvuSeU07fpeq2GH4iN8H03cmBFlIK3 { width:47.75rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPbeOO96kE7qzFlrzfW45bMPl83fIDgR { display:block; }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR6VHBM41iCT3Jh5zKU751XJlqXizL8g { width:45.0625rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILBVOyT1fws1pruWz6KG0ggQzRXPMZw6 { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7drKoiihO1ZpboBQuLNOFVmxKeLvAbs { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 { display:block; }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCqUNIZMPHKbRR8cynstBW6SzEbNQTfz { width:47.75rem;height:4.75rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlfMqo9U3M8FlOtexQ0WC02OwgiBMyZK { width:47.75rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 { display:block; }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtXlu9BlD2n0gAWBHJ12eULfn6udhTPZ { width:45.0625rem;height:1.4375rem;top:1.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJzbBRXSdT82Q13UdMbs7Wyg1UB5eMQN { width:3.125rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA9GP4AcIsiZWROi9KaiucT8WEy0r91O { width:47.625rem;height:2.625rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 { display:block; }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3UdrpGXxcTTFs692kMwJdn1CkUTFrD6 { width:47.75rem;height:3.1875rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUl04dmqgNOxMCX0voSzvb2noiF45QR4 { width:47.75rem;height:5.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqKxM3ia8ciqronfisb4DZHb3TFcfE39 { display:block; }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTU6T9ykEy7QTZF2qIxWaBqLrmfrHTn8 { width:45.0625rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpn9DFPTGMHGvF1AkPGtgWMwdEsXktv { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJTgkxNFu74q3WP4L2yUsTUNu5PBTRwd { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz { display:block; }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xrc7McqtyUynO8kw9l2MJ4WX6FdPKiWo { width:47.75rem;height:4.75rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #av5RZiX8L5GZQP0yVH0cIrfgZxQagAc3 { width:47.75rem;height:6.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd { display:block; }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOkzMRPiyUw8DMoMAeMrfZ2tuyUXOMNV { width:47.75rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1VV2mUi9ydALob59c6lxGxr1IBPgS9F { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXJotU0Pp246XWR8wXQUwUai7AZ4470m { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq { display:block; }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3IiELtf8VEuThP9hyUlJFFbCKcofZiB { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0zmK6lsiiW2asvG1QsiM3p4E3PpdJzB { width:47.75rem;height:6.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkwnvvTnWp1emfUIoaZtNvDPRWPTs9ey { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlbiQRJfTFrRH15d2okFZ4gfQpPoHiZ2 { top:2.875rem;left:16.9375rem;width:13.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smw3tOkrt8XDJ1csWFTrgrTEZwRADNeV { display:block; }
 }@media only screen and (max-width: 763px) { #PmvpVGRLQng0NTB9UFVqS154cvNlZTxt { display:block; }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeSQnscB1BG1cZ7HwUaiXxMTRgLMifR9 { width:47.75rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2K3WCMUvL9W0bpUoTTa622dRC946TVc { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqosuQhp6l8GrTcJucvzXI1L6lAAHqTT { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq { display:block; }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPRqU2ARReNTTnccrUUuuMlorPXvnHsB { width:47.75rem;height:4.75rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2VX9futEOHw5Swbt9Bb2VxiqQtIOxgF { width:47.75rem;height:6.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn { display:block; }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccH82F4IacW0bxi47QlnhvAO9FLPdTlI { width:47.75rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIkb9FHyaB4AroGr0u4xgdqJSIDOSgwN { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F29ffq9cDJTUAJqS4xdTGZRTP7WZNzr9 { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIvcQe61g2IUroosdiegOdTSF77WTM98 { display:block; }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ndk7etyRUdTDqpz5LvyzIHAfxpeLNTqP { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtBghTsVbgE5hcungrSu5V2QCQfNMqQp { width:47.75rem;height:6.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T { display:block; }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXJmOREIxDkSUXRERiLmWv8fsRM2Zlo9 { width:47.75rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOfc3fAMzIl4AzMTgv2cEXRLFfl7L82a { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw2gFthPaM51SnW0W9gUS6ouk861dse3 { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae { display:block; }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9DfGqK0FZPFiqEaivDcDWlDAI8oMLqN { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6GZKAk45ehfJ9ttDkW99HV8hWziR6qf { width:47.75rem;height:6.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJWaITgrDpcdXZiIF3KDRQ8w583WVE5a { top:2.8125rem;left:15.21875rem;width:17.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZbtHV4s2fWbZ55n3NMVRZUP88Bt4Ics { display:block; }
 }@media only screen and (max-width: 763px) { #V0c5z9ai394rJlLSfB34ro2sE1dZEkuk { display:block; }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAHMcvLzFKzN9LePTTWAXF49rRJ1aWAt { width:47.75rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4FaHcVBVNuCbiHf6TM8vXvQwrKX7m7D { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvWrGqySehbswlc04KIH6B99gQb4GlLZ { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vygukAqfASdh8qgfXpxOoezslP9mZ36F { display:block; }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r41thoUIbRELi4U4x7VxVB3dIX6Bc8Sn { width:47.75rem;height:;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }#r41thoUIbRELi4U4x7VxVB3dIX6Bc8Sn li:before{  }
 }@media only screen and (max-width: 763px) { #Z5gtkKA5G6dtKk8lgzuvG1iqRUOGLZi8 { width:47.75rem;height:21.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h { display:block; }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAcpOCkw5SiT7AvsRsSTAscCSEvLGbxO { width:47.75rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6AlavdsfdADSTelAzK3lawHKad6AVmk { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTWoBGxoIc1VShblBWZJCnMDrM1xc0CO { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT { display:block; }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWmXW3VlkPtGOR0zgD5tB1OWcdhT233M { width:47.75rem;height:14.375rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }#AWmXW3VlkPtGOR0zgD5tB1OWcdhT233M li:before{  }
 }@media only screen and (max-width: 763px) { #KmLixAzU3F9TzcSiJJk8ndLGRJEKbUFS { width:47.75rem;height:16.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc { display:block; }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oehfrUKL4LyvpvrRJOw9hrlWlDfdGBhB { width:47.75rem;height:1.4375rem;top:1.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnV5Pp7tbgA6i5Xrpo7DvBIl7yUF0Rca { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT0z2V9cb12GHkoHInuwnHBhDv00GL9M { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG { display:block; }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlU8hl9FwFd7kJdM7rlWyvWoETFCgL7C { width:47.75rem;height:9.5625rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }#mlU8hl9FwFd7kJdM7rlWyvWoETFCgL7C li:before{  }
 }@media only screen and (max-width: 763px) { #yznk0rLLpBbwzJsekFNHnHSimzovh9kF { width:47.75rem;height:11.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI { display:block; }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdxhlrnqL0sAQkce5HBFTa7wp67P3ZmJ { width:47.75rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVsJ8T7op8PQiNoPXX3ZmJQydJgrLbif { width:3.125rem;height:3.125rem;top:0.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWtgegsUp9ktWXDsTWH1UlabNNJgrWQg { width:47.625rem;height:2.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN { display:block; }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCeuf6dTmvL8QKAdEOlyoSffwzU6ZfTq { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTFZXvc6iLGCsJX8XbRJHovGO1RJzbxP { width:47.75rem;height:6rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #tmqTOVXPPIsmfqBCdpl1GToWnzEL5f2i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8aa3d377-5d72-4afd-b498-02ba71dfbfd3/2121.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ.adaptive-delivery-prevent-bg, #PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ.lazyload, #PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ.lazyloading { background-image: none; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row .container { background-color: transparent; background-image: none; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,0,64,0.34); }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row .container > .video-iframe-container { display: none; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,0,64,0.34); }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row > .video-iframe-container { display: none; }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .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); }#PlqgBoV3xq00XzMlR7FM4akTv8MgbqqZ > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozW6o8BkXHXRrl83y7P15V5SxJJoroiu { width:20rem;height:9.0703125rem;top:8.25rem;left:0rem;font-size:1.375rem;text-shadow:0.0625rem 0.0625rem 1rem #210040;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yDqIgSs4SVLfRQK7srbqz5cx3avrBExk { top:23.75rem;left:1.3125001192093rem;width:17.375rem;height:5.25rem;font-size:0.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgd6K8sFadhOTFck6KxZOIo7hU0VFWDR { display:block; }
 }@media only screen and (max-width: 763px) { #z7UnkD0lW4tziikh792XOabQl6HVxhns { width:5.0625rem;height:6.625rem;top:0.75rem;left:7.4687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIVoHnSifKbC1eKauFb6zSw1WSZ6phJq { width:20rem;height:1.38125rem;top:19rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8s1Oq2anFUHM3CtIyGbCXMScz9Rf8pG { width:20rem;height:2.69824375rem;top:20.38125038147rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 { background-color:#210040;background-image:url("https://images.assets-landingi.com/uc/da665626-5e31-4235-8666-d457288ad3dd/2412.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0.adaptive-delivery-prevent-bg, #vHUEyRd30uenWmskuiMRIywD4GfP0Pz0.lazyload, #vHUEyRd30uenWmskuiMRIywD4GfP0Pz0.lazyloading { background-image: none; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row .container { background-color: transparent; background-image: none; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row .container > .video-iframe-container { display: none; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row > .video-iframe-container { display: none; }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .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); }#vHUEyRd30uenWmskuiMRIywD4GfP0Pz0 > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZxWTstZN8UGfI8VWMdp7XQA451pg7Rw { width:20rem;height:19.94724375rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dBTTWPsbUvkrpd8pKWWHRddhbh6MoxV9 { width:15.6875rem;height:16.5rem;top:25.9375rem;left:2.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-family:"open sans";line-height:1.2;display:block; }#dBTTWPsbUvkrpd8pKWWHRddhbh6MoxV9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dBTTWPsbUvkrpd8pKWWHRddhbh6MoxV9 li:before{  }
 }@media only screen and (max-width: 763px) { #To4or76565vGswmL1ZvTfbkdZKQb4a4R { top:49.4375rem;left:0.5rem;width:19rem;height:4.3125rem;font-size:0.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fehX0GqeATSRplz97MXlfNuGQXJdg61A { display:block; }
 }@media only screen and (max-width: 763px) { #LzEp02EIskNTmkpIHEqNAuaXZ2iuR1Fv { width:17.9375rem;height:24.75rem;top:22.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLTTgvzsXDqlTrfMQrbFMCTPVDT4hZdJ { width:20rem;height:2rem;top:23.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SnPzPHTQBTwuvc3B456CT19OOhCfNLMJ { display:flex;width:1.3125rem;height:1.3125rem;top:25.9375rem;left:2.125rem; }
 }@media only screen and (max-width: 763px) { #ll56xUJSQy1RTUIwu6Xd4lbxzW3MPeKM { display:flex;width:1.3125rem;height:1.3125rem;top:28.375rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #CeFrXimHh5Vw7Bempg9tJC9b5gnMTTlR { display:flex;width:1.3125rem;height:1.3125rem;top:30.9375rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #mx6SgM2lTeDHBCRx1avawSOFsbUTQ3bz { display:flex;width:1.3125rem;height:1.3125rem;top:33.5rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #E2GhKyT6VL2w0TnuZKOu82EHMpeKlHPS { display:flex;width:1.3125rem;height:1.3125rem;top:35.125rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #ieqOqh2zwoUTyTrkRXVH1kDxiixGoavq { display:flex;width:1.3125rem;height:1.3125rem;top:37.625rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #EeEi6xRDQn6gX7DhukSGK1wfS1BWeZ7V { display:flex;width:1.3125rem;height:1.3125rem;top:40.125rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #uae45DxTDnRKIeNt1w885GRfuWpMo1HR { width:15.25rem;height:2.5rem;top:43.6875rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;color:#210040;display:block; }
 }@media only screen and (max-width: 763px) { #LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 { display:block; }#LGFOUXqKRSGKErdKrGgoO2abSwGl98J8 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9xmMMGKIIG11tSTF43KFP291G6Wh3M4 { width:20rem;height:20.71875rem;top:25.69687461853rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ArQxPbAAiAdFGbTBFpPcNeFSFWtZGZpE { width:20rem;height:3.298825rem;top:1.5968751907349rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EHfEUZ1DyTn9wsTr79B1NpNaA1KCopac { width:18.375rem;height:18.1875rem;top:6.2499980926514rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKt2UAJ6sgNBFM6C4Swq3s6qhMZhSuaC { display:flex;width:5.0625rem;height:5.0625rem;top:28.3125rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx { display:block; }#EMVX9TgueF18AAsbcxi8tdgXO4SVm3Bx > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkyWEzk41Tv0AdRVgqKO4qffOFTt1fUu { width:20rem;height:9.666rem;top:7.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GJ1A7rtXI4aJcKqyL6hTg5E1hcaq4APM { width:20rem;height:5.15625rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbRgeQdx1TkEGgMSFLZxyPDRWQWOkzwr { width:20rem;height:19.5rem;top:38.834197789431rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xU7wdVfJTovCzctyZzso2ChclzFAUIET { width:12.875rem;height:0.89323125rem;top:37.3125rem;left:3.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6HqNsMxqL7Un1v6rwkNGWQ8KuqBb6dA { width:3.75rem;height:1.375rem;top:28.625rem;left:16.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQxcpmdvu8Kg1slbPyeI147SOBNMTxxB { width:5.3125rem;height:0.8125rem;top:34.625rem;left:14.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTSLsFWWsXPMTG5GG4932LCzoLTwGZR { width:15.5rem;height:20.875rem;top:17.25rem;left:2.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #avKtsiSKvafyfOLTfLgbSLL92zo1eLG7 { width:1.9375rem;height:1.9375rem;top:28.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7t3qnoPphtTGgTBwclhpT90XrGNOr0L { width:1.9375rem;height:1.9375rem;top:34.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLz6dw1kpUunHqQAOztQk1AOvP6HFpLL { width:8.6875rem;height:auto;top:29.3125rem;left:5.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2WiQTIWEm0p1U0IrtO4LqPzhllrSN76 { width:1.8125rem;height:1.8125rem;top:28.375rem;left:9.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQLZZvlZlrLevT2T4wFOC4vPtk4kRnR { width:1.8125rem;height:1.8125rem;top:34.125rem;left:9.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9bciRKJ0RVP7X58oMr96Igerx2Mi6z2 { width:1.9375rem;height:1.9375rem;top:23.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAc6N8dVWcRmno85Q5bZC8AKI2Ae4NHE { width:1.75rem;height:1.8125rem;top:23.375rem;left:9.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfXxt62lN9FlM0ecCDo4maPFBWsGKT86 { width:4.9375rem;height:1.5125rem;top:34.25rem;left:0rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #aLi2u6aMGmePQDGmOeI9WDyz6T55sVek { width:4.25rem;height:1.5125rem;top:28.5rem;left:0rem;font-size:0.6875rem;text-align:right;text-align-last:right;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #zPBNPkyA965Ciiwl22817dHQt4NMQrTi { width:4.75rem;height:0.8125rem;top:23.875rem;left:15.25rem;font-size:0.625rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #WDGLRrOtTZFn15GKmhBCRmGE9kKUZTRk { width:4.5rem;height:1.5125rem;top:23.375rem;left:0rem;font-size:0.6875rem;text-align:right;text-align-last:right;line-height:1.1;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #o1323BRzsLq6ADE1QCtRmWAx0l2IknG2 { width:11.875rem;height:auto;top:16.8125rem;left:4.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBR3bDvshBmrotJpVyw5yHt8OhC0qDDg { width:7.5625rem;height:1.625rem;top:19.9375rem;left:6.4375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #xpPrTsfhZOqrD9lDG0ACT6BwHFDypCwt { width:2.0625rem;height:1.9375rem;top:18.8125rem;left:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dysBIVRL73cLuJoRZWMs6lgwbR95dL9n { width:2.125rem;height:2.125rem;top:18.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaDpSfkTA11HV3onm5rGNNVyrmsz0T3d { width:12.4375rem;height:0.89375rem;top:19.3125rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #GHptDToe2Ki7lzbAZgqNazmaL3wUFere { width:5.875rem;height:0.8125rem;top:19.5625rem;left:14.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWHRHGiJNOP8SUcp2OlfFGl7Fm6LhQMy { display:flex;width:5.0625rem;height:5.0625rem;top:42.75rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbTSSZQc160bplTu8XwxBfCB2cFZPd5k { width:10.375rem;height:2.25rem;top:24.3125rem;left:4.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LJPCkcPtd9pHGD6pWKc3GfL5gs5ZKpUD { width:11.5625rem;height:2.25rem;top:29.3125rem;left:4.375rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #NZHEgeJ6gyt6TUP7p1NWtG5uNdWFKyQo { width:9.0625rem;height:2.375rem;top:35rem;left:5.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ouP53uVO34qc71U9QS8obC9KfaQrfCwd { background-color:#ffffff;background-image:none;display:block; }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row .container { background-color: transparent; background-image: none; }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row .container > .video-iframe-container { display: none; }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row > .video-iframe-container { display: none; }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .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); }#ouP53uVO34qc71U9QS8obC9KfaQrfCwd > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leC0LlTXA8wEHlp3e28MmPLvfgATgum6 { width:20rem;height:5.15625rem;top:0.70312547683719rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUS4MEoebCFu4wCyLWg5XZekSPREo0lm { background-color:#ffffff;background-image:none;display:block; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row .container { background-color: transparent; background-image: none; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row .container > .video-iframe-container { display: none; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row > .video-iframe-container { display: none; }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .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); }#dUS4MEoebCFu4wCyLWg5XZekSPREo0lm > .row .container { width:20rem;height:132.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2wVn5gw8oJoOa5ZdpASVlsndQDD52o2 { width:8.75rem;height:11.8125rem;top:10.679687261581rem;left:5.6874998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHGZ1EwCgzGWHsBOKvu1IGGAKGHdgJmO { width:8.75rem;height:11.75rem;top:42.185764312744rem;left:5.6874998211861rem;z-index:15110;display:block; }
 }@media only screen and (max-width: 763px) { #N0Jmu0myOLvletBoIg3Zie48ObXuaJFB { width:8.75rem;height:11.75rem;top:72.3125rem;left:5.6875rem;z-index:15111;display:block; }
 }@media only screen and (max-width: 763px) { #ka6ETmReQWu86251zooBRsSbUyZBDZC5 { width:8.75rem;height:11.75rem;top:100.5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx5VnKXrxWaBxy9I4i8Flludku4TADKP { width:16.1875rem;height:16.5683375rem;top:22.679682254791rem;left:1.9062500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #VE9t7JKtfr1HtokMRRlgE4Wzt3ehguX5 { width:14.25rem;height:2.3984375rem;top:8.0624997615813rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REkVUMtWC2P3s7orQZiN9bKcfTQoC8ds { width:14.25rem;height:1.2rem;top:40.830728530884rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA3BZqLL49Ai9G342vXwMJZmdewNhxl6 { width:16.1875rem;height:12.6699125rem;top:54.12327003479rem;left:1.9062500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #baItfT9uW8OPfBqCosor5pt42MoVbxCx { width:16.1875rem;height:10.7206875rem;top:84.062504768369rem;left:1.9062500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #rTJaXT9cmywupAlBdeTWEShWDUbuU7aT { width:14.25rem;height:1.2rem;top:70.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlXIDA1bIESSIQKF80UK7m1TQsJToBUI { width:16.1875rem;height:10.7207rem;top:112.4375rem;left:1.9062500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #h68gLmMrR2yT5v5OQHD4xLg1vG7bw920 { width:14.25rem;height:1.1rem;top:99.0625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV8yTlAp9u47mzOdJ2H2v4TfzKr20TVl { width:8rem;height:1.2rem;top:6.125rem;left:6.625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vd4P47h3UbTVZS7inixAJpvqXIiTfV1U { width:17.6875rem;height:23.9375rem;top:13.249135494232rem;left:1.1006944775581rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #OZtWorCI9npsUGTqDkVq48dzDRarv4Sn { width:9.625rem;height:2.1875rem;top:140rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qS9pLXVwZqQiOt8TE0pZvRnNTS7PZ2tC { width:9.625rem;height:2.1875rem;top:173.71789381281rem;left:8.9921877980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1B5nit8uQ0Pd2q4OrVF1ysgylhotFMw { display:flex;width:1.5625rem;height:1.5625rem;top:6rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #XXS6mymPgtLcMP7qnpl48F6nw5G0WxRu { width:17.6875rem;height:9.5rem;top:5.0746409893036rem;left:1.1553819775581rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #Jfkt003oeEWc9awLml22gJRzqucqT1Dc { width:8.5625rem;height:1.8125rem;top:5.762167930603rem;left:5.6631944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSV9DAZDo4OGG0dyxwJFuJH2omHi8kW8 { width:17.75rem;height:21.1875rem;top:46.009552001953rem;left:1.1006944775581rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(88,88,88,0.19) ;display:block; }
 }@media only screen and (max-width: 763px) { #I0cahT58DaJEVEhTONU2StE8TMC9NLAC { width:17.6875rem;height:9.5rem;top:37.84201335907rem;left:1.1553819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIbPNlbXOZlNA211e7STqOBglKCXpx4w { width:8.5625rem;height:1.8125rem;top:38.217003822327rem;left:5.9756944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3paP6pE4TVBs265i8pSMEsLDiNkpnyf { width:8rem;height:1.2rem;top:38.578124403954rem;left:6.9999998211863rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SGbJfzQ6JK9btzMT31dwXSmDmUTaQScS { display:flex;width:1.5625rem;height:1.5625rem;top:38.39670085907rem;left:6.2499998211861rem; }
 }@media only screen and (max-width: 763px) { #AnptF0Mh5ChrGnUzbzaTfhvrkKXLnvNS { width:17.6875rem;height:19.75rem;top:75.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yP852L1WAfzE6m46GXKJFrUp9phBNrMJ { width:17.6875rem;height:9.75rem;top:68.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QENweGtcT33cfTfqHa1WcZlUWJPIy5T1 { width:8rem;height:1.2rem;top:68.75rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wHqZnV9NmHOkZaJLKg6AFg88D3teTkMz { width:8.5625rem;height:1.8125rem;top:68.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmxsDQPFQCgAglrJmEhzQQCADLZ7rpfC { display:flex;width:1.5625rem;height:1.5625rem;top:68.5rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #uUo2bc2PLSNr2wn4V25RcONuPuEfC4oM { width:17.75rem;height:20.25rem;top:103.99999427796rem;left:1.1006944775581rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #yfUg2PZzg1mDfzRp3MnecInEUO8qxyXK { width:17.6875rem;height:9.75rem;top:95.812500953675rem;left:1.1553819775581rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #Pp48774Ic7gK3JfqLEwDt57WCbRXqW5Q { width:8rem;height:1.2rem;top:96.875rem;left:6.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WrRoegrehnvHXawyGvT4FIQu6eRIUGNc { width:8.5625rem;height:1.8125rem;top:96.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXFQ9a49Ni43vdfFOpAWbsxbrUswyqsJ { display:flex;width:1.5625rem;height:1.5625rem;top:96.6875rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #idDXTUZM9emXgzfDNEbVEEvIx1u7x1rW { width:12.5rem;height:0.9746125rem;top:125.6240234375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #leJJ3si05NbGCx669lhyFFGZFsmTXdI8 { width:12.5rem;height:0.9746125rem;top:127.8486359375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAJm0knbczwHVeBooxC6AGzBoHqN6L5I { width:12.5rem;height:0.9746125rem;top:130.0732484375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu { background-color:#ffffff;background-image:none;display:block; }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu > .row .container { background-color: transparent; background-image: none; }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu > .row .container > .video-iframe-container { display: none; }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu > .row > .video-iframe-container { display: none; }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu > .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); }#ozFI1VeKJTQdLbg2J1pTTl8WTcTrbeVu > .row .container { width:20rem;height:85.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWrAEZ5RLBezoE9p4RGxLTLR8SiUSAeO { width:16.1875rem;height:13.6445rem;top:15.930555343628rem;left:1.9062500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #RZWdXXbOTcTkkok7t87gxp2IoG125gIG { width:14.25rem;height:1.2rem;top:2.6605911254883rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeqlqWSkCJwTobxfXVdDqpscHiS1521G { width:14.25rem;height:1.2rem;top:33.91232585907rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVikOX5rAWxtzQyDKSeC4poXvm7ydcuX { width:16.1875rem;height:5.84765625rem;top:47.186634063721rem;left:1.9687500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #DrFWFeSpgHGzuC0RdgJE6fqR8XelxTAN { width:16.1875rem;height:11.6953125rem;top:71.342027664187rem;left:1.9062500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #CKMLTHMr3vNkvWRC9cPc6kOOnS5q6IH1 { width:14.25rem;height:1.2rem;top:57.752606391907rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9DBqy1MAhFeugHZsVrPCF67Fqt2AOPm { width:8.75rem;height:11.8125rem;top:4.1736059188842rem;left:5.6249998211861rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #J530DqOogWfPMEt64U15gClHRkWE81LW { width:17.6875rem;height:22.875rem;top:7.4644107818606rem;left:1.1006944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBKTpMgq5Lt66KKd7Iib6MGTK6qZa4nz { width:17.6875rem;height:9.75rem;top:0rem;left:1.1553819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #utJIncWmasem6dSldewuBwH2M7i0tV8y { width:8.5625rem;height:1.8125rem;top:0.32378578186035rem;left:5.6631944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4QUOtyEsx2Vf3RIvq6qnK4NrxNnbX5s { width:8rem;height:1.2rem;top:0.68576431274412rem;left:6.8749998211863rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ii0zDAVPnOELtszygatXoF7yarlMhWQA { display:flex;width:1.5625rem;height:1.5625rem;top:0.50347328186035rem;left:5.9374998211861rem; }
 }@media only screen and (max-width: 763px) { #RaZIrvF2y4xeiSGwIGu3cDZXV55f7SAU { width:17.6875rem;height:14.9375rem;top:39.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhWyCa18VFQZP4SfuHXx3kfxFBsTg4td { width:17.6875rem;height:9.75rem;top:30.8125rem;left:1.1875rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #xNCsAf8QN3x6oT0pKh496oeD2rQN9ws7 { width:8.5625rem;height:1.8125rem;top:31.449652671814rem;left:5.6631944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQPyq02ZFiDOwGtB8TK9i3BtAXWEotut { width:8rem;height:1.2rem;top:31.811631202698rem;left:6.8749998211863rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PmFhhlmo3gOHPgbGZ8Mxhi7VZ0FFox7E { display:flex;width:1.5625rem;height:1.5625rem;top:31.630208015442rem;left:5.9374998211861rem; }
 }@media only screen and (max-width: 763px) { #a8xXqEgeCw8uBOQoUpnaJOhhT3zi1HXu { width:17.6875rem;height:9.75rem;top:54.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaKg9U3hVJGiFO3e0vgFheySTPMvSFE1 { width:8.5625rem;height:1.8125rem;top:55.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2r1nwlTqndrheA7WAUzGMfgk12wH1OZ { width:8rem;height:1.2rem;top:55.625rem;left:6.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MH8LdhcQpBRPuTopTKHytHAmVh2oqoHc { display:flex;width:1.5625rem;height:1.5625rem;top:55.4375rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #slMqRJ3lsTofgN41KnT7EsNGDeZJTwRR { width:17.6875rem;height:21.1875rem;top:63.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckrVtdngZeZgd0y0Nhl0dvznXWbpGLvg { width:8.75rem;height:11.75rem;top:35.4921875rem;left:5.6249998211861rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #FaeKCq9DH17JBMwwzimD6nKRLQUgIyTD { width:8.75rem;height:11.75rem;top:59.263887405396rem;left:5.6249998211861rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH { background-color:#ffffff;background-image:none;display:block; }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH > .row .container { background-color: transparent; background-image: none; }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH > .row .container > .video-iframe-container { display: none; }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH > .row > .video-iframe-container { display: none; }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH > .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); }#ZpEJMcOKcwiSlyFimhkPu67QW5AheRdH > .row .container { width:20rem;height:49.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WJcMwo70kXlmk43En3eOMd6sVMWTkSeC { width:14.25rem;height:1.2rem;top:29.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9nUKIvEln3fgeQp0bzi5hgmiypI8TN3 { width:16.1875rem;height:4.87305rem;top:42.5rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #HwxfA3ge4qu9ikQJZZu9BeCRs24hwTzC { width:17.6875rem;height:14.9375rem;top:34.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7vNRlG2aoLB8KTZ7HGddJnasCx33pW9 { width:17.6875rem;height:9.75rem;top:26.125rem;left:1.125rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #qWrew1AoVfI5zkWsas6RzoQgh7aLxGCC { width:8.5625rem;height:1.8125rem;top:26.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVZOhRFrT7SyZUTcMK4NvzApCctEyrsx { width:8rem;height:1.2rem;top:27.125rem;left:6.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nvokxzSNE7FdK3NErPPI2mWNtGqbS8S6 { display:flex;width:1.5625rem;height:1.5625rem;top:26.9375rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #gu7xMT1FNdBMedl1pJ7daQ2n37nr05Wo { width:8.6875rem;height:11.75rem;top:30.8125rem;left:5.5625rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #m3eQmGPVteo2o17RPREGGfWT8ySfULk0 { width:17.6875rem;height:9.75rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmnqeyNfgDR5FI51nt938GZGWI9x2QmF { width:8.75rem;height:11.75rem;top:4.5rem;left:5.5625rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #cD7sDyPoCdg1x1DIAGXlt0Inh0lQiD68 { width:14.25rem;height:1.2rem;top:3.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfgmyq37PW4tzPwe2fXs4mopsXxvnUXl { width:8.5625rem;height:1.8125rem;top:0.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLPRflEWT02tkFKT0mW9GeQlqHWWIT47 { display:flex;width:1.5625rem;height:1.5625rem;top:0.9375rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #Tg9RxLUW8Cm9UBKbDsCNmktE1EWGuIt6 { width:8rem;height:1.2rem;top:1.125rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lQkIVHGI9ZH9yNdf7OVNlOAEhmZFBT1Q { width:17.75rem;height:17.3125rem;top:7.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxRcRg3c9vDOplyJ0qf1OPMuXBGAzTBW { width:16.1875rem;height:7.796875rem;top:16.3125rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux { background-color:#ffffff;background-image:none;display:none; }#UG2vnTZ8gvUd5Aef5uhIccofOiTfEaux > .row .container { width:20rem;height:96.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uLyJgoIln6RvGRudIlzRvshy9gA6edvU { width:16.1875rem;height:13.6445rem;top:15.930555343628rem;left:1.9062500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #NZoAsxGPnSrQJnsWxZFR0eD2zS6wxo45 { width:14.25rem;height:1.2rem;top:2.6605911254883rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvN1WBPeSHXTNSNSi9FGkGGmFHSlGFUG { width:14.25rem;height:1.2rem;top:33.91232585907rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6XzGGrGQ6Z85d44FTRGxLoiGTHZ6ocJ { width:16.1875rem;height:5.84765625rem;top:47.186634063721rem;left:1.9687500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #dabIpm7rNdLtWdVM18e1MELFWm50mBfv { width:16.1875rem;height:11.6953125rem;top:71.342027664187rem;left:1.9062500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #aOrL4hQn8HDipC2Kr9A0eBH70Dboc5Ua { width:14.25rem;height:1.2rem;top:57.752606391907rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eir3rQifVFl935oxepBfzkJ4IxhLUyuh { width:8.75rem;height:11.8125rem;top:4.1736059188842rem;left:5.6249998211861rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #agN7xmqJOX5lguyuQ6AirbJMduNRXgzp { width:17.6875rem;height:22.875rem;top:7.4644107818606rem;left:1.1006944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bbv7cGWwlpftXFE5fyNiJPwnG41S6HuM { width:17.6875rem;height:9.75rem;top:0rem;left:1.1553819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8f1pNAxxO0qhRPkoVTL5qvVZLIcocd9 { width:8.5625rem;height:1.8125rem;top:0.32378578186035rem;left:5.6631944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #t95MAo70Te2pRv7f0XDAK0KETDcQarGJ { width:8rem;height:1.2rem;top:0.68576431274412rem;left:6.8749998211863rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gLcMreqnvRlrUTZmt18dSOBm75vS1Ngg { display:flex;width:1.5625rem;height:1.5625rem;top:0.50347328186035rem;left:5.9374998211861rem; }
 }@media only screen and (max-width: 763px) { #hhxRJaJdr20eHIaRFH0OMuwCLHEZEyr4 { width:17.6875rem;height:14.9375rem;top:39.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Hd3MPcm5ZMEXL7M5hqBEAwaEwNM0Iz { width:17.6875rem;height:9.75rem;top:30.8125rem;left:1.1875rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #oHswZuGMkkIZdy1nRsQzRhyNkG1fgo9h { width:8.5625rem;height:1.8125rem;top:31.449652671814rem;left:5.6631944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiUdy1V18JFyrkOhZ7n9Wvo41ZfMviXR { width:8rem;height:1.2rem;top:31.811631202698rem;left:6.8749998211863rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vU9HmZddUGeQVxpMI6CrXRXC1tT5a4xy { display:flex;width:1.5625rem;height:1.5625rem;top:31.630208015442rem;left:5.9374998211861rem; }
 }@media only screen and (max-width: 763px) { #utBxGmnh9uhDAoagGQF1M4tMlr43sNSA { width:17.6875rem;height:9.75rem;top:54.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNXuoOT6h018rdx6rPRFvmDB9o0bto33 { width:8.5625rem;height:1.8125rem;top:55.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUI64SKHPNaVy9rhsDKLD76Ko2ZxL2Uy { width:8rem;height:1.2rem;top:55.625rem;left:6.375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f0aT2PE90ZLwJzlFDPvZTIOWPaX1dZIJ { display:flex;width:1.5625rem;height:1.5625rem;top:55.4375rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #fw08QR35uDIAAwX6cCsp4di7aa0HPT4i { width:17.6875rem;height:21.1875rem;top:63.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub65EEIDCL0IpnVM3X0zZgBrzd7Bw8ox { width:8.75rem;height:11.75rem;top:35.4921875rem;left:5.6249998211861rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #R7n5ErKd4Wfsq9t7momKGQhLHoNuaGM7 { width:8.75rem;height:11.75rem;top:59.263887405396rem;left:5.6249998211861rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #c8J6Owru5C8xDgIbvtBmTcTP12Z0Uh2f { width:17.75rem;height:17.3125rem;top:7.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8iFLFgL93zMfcVDsTrA8JBibhX71svX { width:16.1875rem;height:7.796875rem;top:16.3125rem;left:1.875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #hUzVmCJEmRCiE09M865r43uLqFt6T5rg { width:17.6875rem;height:9.75rem;top:0rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3oXiP3bmFr6Kn4R5CiKaTZyAxBVSZLz { width:14.25rem;height:1.2rem;top:3.125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iASDl9H5tTWxNA0CRaSATobrynSGJFpT { width:8.5625rem;height:1.8125rem;top:0.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTFpV3PrHRAcCzJ0pKlvLHPBkCEtOGTW { display:flex;width:1.5625rem;height:1.5625rem;top:0.9375rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #RvaW43yBIUgzRp7s1G6F4MBa2GLL0C7b { width:8rem;height:1.2rem;top:1.125rem;left:6.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xsnUvWnivpZCcORs9FNLKax8rg61VPq9 { width:8.75rem;height:11.75rem;top:4.5rem;left:5.5625rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #ou4al7B3ilBODJgixuixqfhDydIgRQrI { width:16.1875rem;height:4.87305rem;top:42.5rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #q340WFEhbL36M56C5yn8NPM7Sk4JLELB { width:17.6875rem;height:14.9375rem;top:34.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbNCXMLiTqcTefVs4kAOmDgvsHrW6NVB { width:17.6875rem;height:9.75rem;top:26.125rem;left:1.125rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #qmCOEWoGuH2gin2oB2rxH5HXf1bHdL4n { width:14.25rem;height:1.2rem;top:29.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoPSvFlyFre7pPSxRbHNTmz6hkhOxQ2z { width:8.5625rem;height:1.8125rem;top:26.75rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhXNoEVa8qf2M6p1If8wpWLtnwBuZQtU { width:8rem;height:1.2rem;top:27.125rem;left:6.8125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #av0FNmTLeq9SJrpufCyFLL7QIzTyfQTT { display:flex;width:1.5625rem;height:1.5625rem;top:26.9375rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #bkvfM1Dupmm66XNvZnHih0DIUtTh5XU1 { width:8.6875rem;height:11.75rem;top:30.8125rem;left:5.5625rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #vrHCwUpQn84qfXWo9iHNIOT1sQ24VaDt { width:12.5rem;height:0;top:85.6875rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM8pch0J2R9163zUsWAceoGpFUdwQD83 { width:12.5rem;height:0;top:87.875rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRWJCZGPPTNuW2IvbH0JEhWe3lZW4oMQ { width:12.5rem;height:0;top:90.0625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4rI8FR1rfuMuaWLyntLDCxNBb2reo48 { width:12.5rem;height:0;top:92.25rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8RFZUbg4gM2zO1ZFdIxg3XfVcHUkxJz { width:12.5rem;height:0;top:94.4375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lReoStMPHxRrH1bnfeXwZkRFriLGT4hy { background-color:#ffffff;background-image:none;display:block; }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row .container { background-color: transparent; background-image: none; }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row .container > .video-iframe-container { display: none; }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row > .video-iframe-container { display: none; }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .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); }#lReoStMPHxRrH1bnfeXwZkRFriLGT4hy > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHMkMrcJXOV2o9DGyJNe6NyQvTETNfTB { display:flex;width:2.125rem;height:2.125rem;top:1.25rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #I3aAgs7q73dv5VbTp68DyzlwF8FqeEEA { width:18.375rem;height:2.5625rem;top:0.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsUb7MqmyoBp5Oyh0tsBDTTzh0MCxhOE { width:15.375rem;height:1.7rem;top:1.4375rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy { background-color:#ffffff;background-image:none;display:block; }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row .container { background-color: transparent; background-image: none; }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row .container > .video-iframe-container { display: none; }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row > .video-iframe-container { display: none; }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .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); }#NT62PJZTh9UGlQVmrWUbzrNGkHWPCbZy > .row .container { width:20rem;height:95.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcX8NOZxbSblT9KALTyRUyopiLTqwgF1 { width:8.75rem;height:11.75rem;top:29.909721374512rem;left:5.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5GlgDlcciLawvhodUbnAgOEfs0pq7Sh { width:16.1875rem;height:4.796875rem;top:16.999979019165rem;left:1.9062500596046rem;font-size:1rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #yCXKF74AvDq4T2WziAfI1vuEENcBvDTw { width:17.625rem;height:15.5rem;top:31.729166030884rem;left:1.1319444775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcQB88GgDZHTmi3kLXzwgPbxqcQOCFIw { width:17.6875rem;height:7.875rem;top:0.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TePDGV70nxcZiQywhwaeaTGuO9A9wPXG { width:8.75rem;height:11.8125rem;top:5.1614584922791rem;left:5.9374998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyz4JlzEQocTyBHVCi5K8XOTt46VGZrc { width:8.5625rem;height:1.8125rem;top:1.3246421813965rem;left:5.6631944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmlExQxPnGgXOT7twGJ68EWP2XMHPE32 { width:8rem;height:1.2rem;top:1.6857643127441rem;left:6.8749998211863rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tWKX138sgUsMpA5mIR42y1WFhMMuvhgF { display:flex;width:1.6875rem;height:1.6875rem;top:1.4409456253052rem;left:5.7499998211861rem; }
 }@media only screen and (max-width: 763px) { #GdC6T7bhDNTIp8uioLNWWfh8mJSC6ByI { width:14.25rem;height:1.2rem;top:3.7751770019531rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ows0uPt22FadVtkLIkZ9gWEKIq5nrnWm { width:16.1875rem;height:3.59765625rem;top:41.659719467163rem;left:1.9062500596046rem;font-size:1rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #e0wmQTtp8Q4in1uUhAhNJnPrgbp7GWAc { width:17.6875rem;height:15.5rem;top:7.4375rem;left:1.1006944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVFR4xazoHq2x68npJoyqIAAf7yG5te3 { width:17.625rem;height:7.875rem;top:24.8125rem;left:1.1875rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #bKbKef4h3VeOqhLgzRkuPDTOMKwT67Ir { width:14.25rem;height:1.2rem;top:28.15017414093rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLeIiOOWn5lgfa8FCF5lnoKKKL1gfF4k { width:8.5625rem;height:1.8125rem;top:25.342882633209rem;left:5.6631944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4CGE9Kx4ODxMglSL1zyz9gls3l9rOWo { width:8rem;height:1.2rem;top:25.704864501953rem;left:6.5555556416513rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hhc4grKnTPZJkD2x4UhT31EsQ4cAAoce { display:flex;width:1.6875rem;height:1.6875rem;top:25.4609375rem;left:5.7499998211861rem; }
 }@media only screen and (max-width: 763px) { #ERXRzsrzoUnirv8GXmMgsBo43CA5L5SG { width:17.625rem;height:15.5rem;top:55.3125rem;left:1.1631944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd0ciC2TdE0MJIa0BHtfBKaQH1GIxeoP { width:16.1875rem;height:4.796875rem;top:65.173610687256rem;left:1.9062500596046rem;font-size:1rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #cay43QTdpGsEiF0R30tHUbDRZCgD5fue { width:17.625rem;height:7.875rem;top:48.573784351349rem;left:1.2178819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfaiz5CSIa1RJHvfxKFHVLlABrdpplIo { width:14.25rem;height:1.2rem;top:51.912327766419rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI59i4ZBquALvwR9CU8FtWgJSAEBDdx3 { width:8.5625rem;height:1.8125rem;top:49.187490463257rem;left:5.6631944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7qod664CbaDLmn85WiSpaek3WDV6iVQ { width:8rem;height:1.2rem;top:49.548612594604rem;left:6.5555556416513rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SWdglmiq0dEtbvtdG5WcxGLuM2XkUh6b { display:flex;width:1.6875rem;height:1.6875rem;top:49.304689407349rem;left:5.7499998211861rem; }
 }@media only screen and (max-width: 763px) { #zLxmTXZXUGw3F8v7OZOn8PEJUaDeEelG { width:8.75rem;height:11.75rem;top:53.423610687256rem;left:5.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZadgvuliqymoJriKTETXZQXS3k6quebZ { width:17.625rem;height:15.5rem;top:79.701389312744rem;left:1.1319444775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEFzCsmmRGyFemXVBP1Xc2Tqowi1xLeV { width:16.1875rem;height:4.796875rem;top:88.680555343625rem;left:1.9062500596046rem;font-size:1rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #PqMWzqQJx1xhEmgZgqCykdkDqqUu6I1F { width:17.625rem;height:7.875rem;top:72.381944656375rem;left:1.1866319775581rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #GZEvGohlsFVW0inzbwfvRttxA1P4oInp { width:14.25rem;height:1.2rem;top:75.462674140931rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtlsdEVhirMc09H2T0RFohhly1TK2zB9 { width:8.5625rem;height:1.8125rem;top:73.1249961853rem;left:5.6631944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCHWrQHaOE06IbF3yft0MIWVH45l8Fz3 { width:8rem;height:1.2rem;top:73.486111640931rem;left:6.5555556416513rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xJXp6tqAe0PolcW24Vy38eKfE1PcxL3A { display:flex;width:1.6875rem;height:1.6875rem;top:73.2421875rem;left:5.7499998211861rem; }
 }@media only screen and (max-width: 763px) { #uIlewTFTdqmz70yTAUPwXO6i2gvOEz6D { width:8.75rem;height:11.6875rem;top:76.993055343625rem;left:5.6249998211861rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #brULbHXzLFLaEOcXTBFMxvkIkETDAKrN { background-color:#ffffff;background-image:none;display:block; }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row .container { background-color: transparent; background-image: none; }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row .container > .video-iframe-container { display: none; }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row > .video-iframe-container { display: none; }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .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); }#brULbHXzLFLaEOcXTBFMxvkIkETDAKrN > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOHtfIDk28x1eozM3TuWeXN3z051qqTy { width:16.1875rem;height:7.796875rem;top:43.624973297119rem;left:1.9062500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #qz06meTNqV7ulQevd0hSx7ulnQzzheW6 { width:17.625rem;height:16rem;top:7.625rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFcmaCPaDnzQIHtwXJ1hAWDpL8CkGgLs { width:16.1875rem;height:5.99609375rem;top:16.881943702698rem;left:1.9062500596046rem;font-size:1rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #chpwTnWBrkr4LTzTtuCSdG3DSFvASlm0 { width:17.625rem;height:8.75rem;top:0.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9TlLiGo04P1X11vwksOn55ochtsMJJ3 { width:14.25rem;height:1.2rem;top:3.8723754882812rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKoHlwpg7OvMoNQ0wOVWwDRVn4nvkTKr { width:8.5625rem;height:1.8125rem;top:1.4496536254882rem;left:5.6631944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmexkZtK21ic5RBeUDbraDzoK4Cci22r { width:8rem;height:1.2rem;top:1.8116340637207rem;left:6.9166668057444rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TSEQqDhN8cmgiOmTzya63tZTxooqz6JT { width:17.625rem;height:18.625rem;top:33.625rem;left:1.1874999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUisr0HecE1eAgnWpZInz7ZeSWP31mQI { width:17.625rem;height:9.3125rem;top:26rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyPMDpiV8yBL8Txq5Ubnwb5TiD9cA24z { width:14.25rem;height:2.3984375rem;top:28.937500953674rem;left:2.8750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI4v2zxPIa9noGwxxHr3v5FNw2F8gimK { width:8.5625rem;height:1.8125rem;top:26.413222312927rem;left:5.6631944775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3aXFI52OGCNDFy5J05uKtwhouwJsTe8 { width:8rem;height:1.2rem;top:26.77517414093rem;left:6.3923609852794rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LTCTRGgQm4cLEoq1zxLbIgNZAa9tS2iB { display:flex;width:1.6875rem;height:1.6875rem;top:26.531250953674rem;left:5.8506944775581rem; }
 }@media only screen and (max-width: 763px) { #nA362Bg1zd4ieweDIer2L0nVvr0Xs2Ty { width:8.75rem;height:11.375rem;top:32.30473613739rem;left:5.6249998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhXywCNPL4U2OJRWQQ2IPoSWT8AR8Exn { display:flex;width:1.6875rem;height:1.6875rem;top:1.5668411254882rem;left:5.9131944775581rem; }
 }@media only screen and (max-width: 763px) { #gQ90UtUT81KZ0BzU0el7GJTRQ1G3NygK { width:8.6875rem;height:11.6875rem;top:5.1952915191651rem;left:5.5624998211861rem;z-index:15123;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #waAaB5prGfxynnfJ1Fysr41u1THOAyEV { width:15.25rem;height:20.5625rem;top:53.611111125rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 { background-color:rgba(255,255,255,0.4);background-image:none;display:block; }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row .container { background-color: transparent; background-image: none; }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row .container > .video-iframe-container { display: none; }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row > .video-iframe-container { display: none; }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .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); }#b5isrp9pdkTmt6kUblt3bPFu3eT68mU5 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQl4WJbk0qca4bA0fP0ZTmqlKZQITGTS { top:1.1475563049316rem;left:0.61631947755814rem;width:18.652763875rem;height:4.152776375rem;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z80NLDBTPNknRZDLLDaA6OObPQsCIUKW { display:block; }
 }@media only screen and (max-width: 763px) { #BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E { display:block; }#BmFyxtqPgTF3mKOyMqFedePsFs7JOz8E > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvbfh9iEiE1gIReUSAOA7Jqe7fL4b0sh { width:20rem;height:4.875rem;top:1.875rem;left:0rem;font-size:1.625rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:400;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NaQ9qiZocKn0xw8M32fGtMB6GcQ77DAe { display:flex;width:2.25rem;height:2.25rem;top:8rem;left:8.8750002980231rem; }
 }@media only screen and (max-width: 763px) { #H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T { display:block; }#H5Ay8AfDkqzNU2XGHcq2R4eVuouIen1T > .row .container { width:20rem;height:39.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnMpDaSlNItR0BImAmwpACgtnofR8N68 { width:10.1875rem;height:18.375rem;top:14.54861164093rem;left:2.0000000596046rem;border-top:0.0625rem solid #eaaa2e;border-left:0.0625rem solid #eaaa2e;border-right:0.0625rem solid #eaaa2e;border-bottom:0.0625rem solid #eaaa2e;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyKORsd1Q6uzG8ik7GqTVJfOJkxKup6t { width:9.0625rem;height:16.3125rem;top:1.625rem;left:0.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #eaaa2e;border-left:0.0625rem solid #eaaa2e;border-right:0.0625rem solid #eaaa2e;border-bottom:0.0625rem solid #eaaa2e;display:block; }
 }@media only screen and (max-width: 763px) { #mCONpcayAgtlOxWSP8T7qJMZX5X9wNIe { width:9.25rem;height:16.625rem;top:1.4375rem;left:10rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;border-top:0.0625rem solid #eaaa2e;border-left:0.0625rem solid #eaaa2e;border-right:0.0625rem solid #eaaa2e;border-bottom:0.0625rem solid #eaaa2e;display:block; }
 }@media only screen and (max-width: 763px) { #wIUeoRwX0sGfTMWT5sJ8wzEscLPDww67 { width:10.5625rem;height:18.9375rem;top:18.982638895512rem;left:7.788194954395rem;border-top:0.0625rem solid #eaaa2e;border-left:0.0625rem solid #eaaa2e;border-right:0.0625rem solid #eaaa2e;border-bottom:0.0625rem solid #eaaa2e;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6e9ae204-c6d9-433e-8489-03d6774d9b84/3263153.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q.adaptive-delivery-prevent-bg, #zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q.lazyload, #zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q.lazyloading { background-image: none; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row .container { background-color: transparent; background-image: none; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,0,64,0.43); }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row .container > .video-iframe-container { display: none; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(33,0,64,0.43); }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row > .video-iframe-container { display: none; }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .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); }#zJVTMb5idavEcSt9vBA8JWdzCT0L3Z3Q > .row .container { width:20rem;height:68.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFO7cQw7sbl1yU24EBkpdONyJMuHoUG4 { width:8.75rem;height:4.12109375rem;top:33.8125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XrapirArQkLyUnZyEmd8NtSQTV4WmQvc { width:8.75rem;height:4.9453125rem;top:46.1875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fsh0LbitebVcD7I8lfNXEXWsqQe0GWVM { width:8.75rem;height:4.9453125rem;top:46.1875rem;left:11.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bU90TIbGMTtWaxqGT2WO1APZqIGHI9pi { width:4.375rem;height:4.375rem;top:29rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfi6F95NicHK6ln46PipkxmvzyJV9ahy { width:4.375rem;height:4.375rem;top:41.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq3oWxapT1poVJrL9fd1ttwpz70OX0L6 { width:4.375rem;height:4.375rem;top:41.125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ZHlTUonTfaOEiTrS3shbwbTGQBTJZU { width:15.8125rem;height:3.1484375rem;top:8.4365234375rem;left:2.09375rem;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L3oeGqmrJ4BgT6plpsCbsXPHleZsUd18 { width:20rem;height:6.296875rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.89);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VudUpTeBkhm6q2szmZrleZOU0n5TecvB { width:8.75rem;height:5.2910125rem;top:33.8125rem;left:11.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qvlw1Q12Wmq5fK8w940z1S0BKCIQymS8 { width:4.375rem;height:4.375rem;top:28.9375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xItnCndTTfrxOdkLBGMXPApfrROOpASg { width:8.5625rem;height:9.066375rem;top:18.0625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aWNDGnwT8Abh9QCPHLLmG8hdWetSQMXC { width:9.25rem;height:7.418rem;top:18.0625rem;left:10.75rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zBqzCEx2bLik9FGpguGXIgBTK6XhUTq5 { width:4.375rem;height:4.375rem;top:13rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E89Oo7Heys57wRMp4PrCPhcJZW5lvxQl { width:4.375rem;height:4.375rem;top:13rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyCEoPMZiapThlaO4l6TtVPyV4b6Mzg4 { width:16.625rem;height:2.47265625rem;top:57.3125rem;left:1.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Teo4SL9ITTym64CtrmF9kmFk7ITMuFuW { width:4.375rem;height:4.375rem;top:52.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwGkphKl7qKoKf0ImZ2ZxDfO1KdNeDGK { top:61.625rem;left:0.6728515625rem;width:18.652375rem;height:4.15234375rem;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neK58TGXupPa8xtXHiE3vpDO6XZOoW2P { display:block; }
 }@media only screen and (max-width: 763px) { #D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC { display:block; }#D6GPSWGpO8kd4Zq9CltEe13kKZbNQUeC > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gmAMZ7b6I38RvO8hPE0ZJFHoHEGhm48l { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H { display:block; }#Bp9CUhDrwsW9VWewKGZxBTeZn0uDSe5H > .row .container { width:20rem;height:116.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbNETG8RD3QD7JiMbcVDFyQ2Lmq5XzxS { width:17.125rem;height:4.49706875rem;top:13.25rem;left:1.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lMsH3JOLQH8Qr8110s7vU2F84pHNb3ig { width:8.6875rem;height:3.09375rem;top:7.125rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Zp422TREVnUfEL5nueCmvU8w6FtIRH4Q { width:13.8125rem;height:1.29980625rem;top:18.4375rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l8pUNQcoOx07zfOsTcND0WqXiIFsplqo { width:19.0625rem;height:17.5rem;top:2.8623046875rem;left:0.40625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #od4RudMkiyknqDC7ylDAB28BnORT5eJk { width:13.8125rem;height:1.29980625rem;top:42.3916015625rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lgp4sv7B6Qn3N76xZqPLNocLknlQL0XR { width:17.125rem;height:7.418rem;top:33.8125rem;left:1.4375rem;font-size:0.6875rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c9izHrOMETfKIFilqbCTqpvPDUsXhrcZ { width:8.125rem;height:3.09375rem;top:27.2978515625rem;left:9.65625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DzvZHuoTKJLEAXWIPlndgt1ULulregr9 { width:8rem;height:5.76953125rem;top:52.5rem;left:10rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nVXVPEF2l1xnCJfNKpl1IkAZe6E1P527 { width:7.3125rem;height:3.09375rem;top:48.8125rem;left:9.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xLsyAzZb6mxoDGFXl0WXxdzudt8ly2wZ { width:13.8125rem;height:1.29980625rem;top:67.25rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qkWrvKpRutTVaBcKZuJsHir10a6IKfKn { width:17.125rem;height:6.73339375rem;top:58.25rem;left:1.4375rem;font-size:0.6875rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FXL8Q6Ay4OOB8nTCXbFy4xz6thP1qodE { width:17.125rem;height:6.254875rem;top:83.25rem;left:1.4375rem;font-size:0.6875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EFWwUT6iIKObwk1nTLRnzLTK2TcVxvMQ { width:13.8125rem;height:1.29980625rem;top:90.1875rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QIFPuGTsxBi259NizAe718robimNkAmu { width:10.4375rem;height:3.09375rem;top:75.3125rem;left:9.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T6a3fqLHq6mAO0Imgaqw57P8XTxnPsIg { width:9.375rem;height:12.5rem;top:45.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8HiBgoElv0ha3FUDRixgxmZK8ofNChM { width:9.375rem;height:12.5625rem;top:21.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNk17nT7h2xXRzi2KEw7h7lG0LJmdDKF { width:8.75rem;height:11.75rem;top:1.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPzdiXxuslD3ChlTR9tTRuAsRRcn9dTw { width:9.375rem;height:12.5625rem;top:70.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzReRm8vq9igieAIzgQp6obUqKlloWp8 { width:19.0625rem;height:20.125rem;top:24.5625rem;left:0.40625rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #weel3cJxLHrEGXWo5Gd8kTRAdpV9hbxg { width:9.375rem;height:1.75rem;top:23.0625rem;left:9.25rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #KD3cW1xscgLVvhvhok5tgcqHeBM9SdfX { width:19.0625rem;height:21.3125rem;top:48rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiQskBPZiicTr3kcnaqTWTAkaSdkr0L4 { width:8.875rem;height:1.75rem;top:46.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngXw723rUMunsyJCtgRWpC8wKtVTceUH { width:19.0625rem;height:19.75rem;top:72.9375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT97log2tNbKb0lTplqofZLKJLZXzq0c { width:8.875rem;height:1.75rem;top:71.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgcNcuo350RNOclwTqJQNQcZv7KFaE6s { width:19.125rem;height:17.1875rem;top:98.6875rem;left:0.4375rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #zdsXzPOotoic53tlkwIZIv5aQtz1pKxW { width:9.125rem;height:1.75rem;top:97.125rem;left:8.8125rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #snX5uCoHi5QJzVZTOdhtCJ53i18fm4Vr { width:8.75rem;height:1.75rem;top:1.375rem;left:8.40625rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #V81MvIM7mRPpbkcGCQBaZNBdc9SCDrXh { width:9.375rem;height:12.5625rem;top:93.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk7EVHXduaUILTHuCf0VI2QnCEgtohAd { width:7.3125rem;height:5.15625rem;top:100.3125rem;left:10.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cgsfSW4swP6dvv6kDpqd323yJUriHO4W { width:17.75rem;height:6.254875rem;top:106.0625rem;left:1.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M6PSNCZBGMDXk0u81Au3Q4zihEr8gANW { width:13.8125rem;height:1.29980625rem;top:113.0625rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK { display:block; }#pDnigcTZDRi2TMq71yo2MvIWDKQ2rgQK > .row .container { width:20rem;height:109.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIIM440icPoA3mkQ1AIb5bv7r6oXdzX8 { width:17.125rem;height:4.467775rem;top:12.9990234375rem;left:1.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nfRUEhQeOy3gT0TAGpLTo2uv2y9rxwv8 { width:9.5625rem;height:3.84765625rem;top:5.1875rem;left:9.498046875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pBJhzA9eTbzWvr7MietKyFcJC5hg1UGQ { width:13.8125rem;height:1.29980625rem;top:20.3125rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y6B297EJq7D6goOJwi7w3xBEpbEiJLIb { width:13.8125rem;height:1.29980625rem;top:41.375rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q3rG2kVPmbfrlKe7nUGnMwe02BbUkxx6 { width:17.125rem;height:3.57421875rem;top:36.625rem;left:1.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JA7KOTi3xr4rcPLZnJ1P1W1UIO2fyVFA { width:10.4375rem;height:2.0625rem;top:29.0625rem;left:9.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dFn4Bk7cpVbwT1HesD7a6kt9uWbrpf2a { width:17.125rem;height:4.467775rem;top:57.6875rem;left:1.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DRhRuF1RUWrGAQlglGPUI4LQq5rohOyd { width:6.8125rem;height:3.09375rem;top:50.0625rem;left:9.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jq2RmoGmpSAI3U7EHZ4EbhZXZF5BOMvv { width:13.8125rem;height:1.29980625rem;top:63.875rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ClR5Z63SAuNdGonoLfwDc0rBti9wc8hh { width:7.625rem;height:3.09375rem;top:94.5rem;left:10.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fTqcRFhNBJq3MtvOcr0FcCtkCJinrUMI { width:16rem;height:3.57421875rem;top:101.9375rem;left:1.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #anrT4Fg4m4RdXQV23tf4OfKkTJpPNAnA { width:13.8125rem;height:1.29980625rem;top:106.5rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qN7RkTnzr9naQCipBOhvuZglQ0E2XSHg { width:9.375rem;height:13.125rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyNMPOV22m1ZGg1EvMxXR4nxhmgrTOyP { width:9.625rem;height:13.5625rem;top:44.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcJAvJGfnmswN6plLuxZyGl8Tgl4vkfG { width:10.0625rem;height:14.125rem;top:87.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvtQ9AqDC4JQResEV7cUEElX6QupFdVl { width:9.375rem;height:13.25rem;top:0.3740234375rem;left:0.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwqnXh99TgC9pJSAE866LMHnfTIo2BZ { width:19.125rem;height:19.625rem;top:2.75rem;left:0.41796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V34aEM4g9Qzu2tmzfAHK97qGCLToWblz { width:9.125rem;height:1.75rem;top:1.2373046875rem;left:8.7373046875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #P8bN1BD0uGLm3MbQvL4gLXFQwKvyR3Um { width:19.125rem;height:17.5rem;top:26.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9l9FHxgXe4VKv8Jz7F0RD05lIEyZiMU { width:8.8125rem;height:1.75rem;top:24.5625rem;left:8.1875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #p2XLB4fLhr33Gum1wk0AIwVc9I6JLNF6 { width:9.125rem;height:1.75rem;top:45.6875rem;left:8.75rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #NQ0GebmI885x2BJZI6MwQ0qrSmyMmD9F { width:19.125rem;height:19.3125rem;top:47.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpmC1Rb7K5t4ay9MaZ59mBTeUAdvcd9i { width:9.125rem;height:1.75rem;top:68.25rem;left:8.875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #Z7hwrXygaoq65SIaX1uPe611ee9XUS99 { width:19.125rem;height:18rem;top:69.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO9lN7PkbbgomyxNrUCs2XpJRJPb1ot7 { width:19.125rem;height:17rem;top:91.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtmyO60ggNd4IL2wsShtG8UbeqUzeV0K { width:9.6875rem;height:1.75rem;top:89.8125rem;left:8.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #ireTe5pu5y8MOANZn9LC2nbPdME9QZUP { width:9.375rem;height:12.5625rem;top:68.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otTuhzBrTs81ObduXCRO18JHN5hvhPk2 { width:9.125rem;height:2.0625rem;top:75.125rem;left:9.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TPJM93dB1zlD9LBlJSPZtQpyxbqLQ3NJ { width:17.125rem;height:3.57421875rem;top:80.8125rem;left:1.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z5Dd7uTw2AIPpFbqzISumWXQc7dPdrfd { width:13.8125rem;height:1.29980625rem;top:85.4375rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uE25dMheqxDlNA4t0xRyTwJBybg6PZKI { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2b2d8b48-a2bd-4dee-b37e-361557dbc918/21521.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI.adaptive-delivery-prevent-bg, #uE25dMheqxDlNA4t0xRyTwJBybg6PZKI.lazyload, #uE25dMheqxDlNA4t0xRyTwJBybg6PZKI.lazyloading { background-image: none; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row .container { background-color: transparent; background-image: none; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row .container > .video-iframe-container { display: none; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row > .video-iframe-container { display: none; }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .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); }#uE25dMheqxDlNA4t0xRyTwJBybg6PZKI > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UpQ61MJlTRHdXVTTF76np06Aq8wTM3Vi { width:19.875rem;height:26.5rem;top:491.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SbATJTTxkUNi5kt8KftCmXTT5TTgyCzQ { width:10.9375rem;height:12.5rem;top:484.6875rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WciGZo3c6yZEcTzv3nfnpKbRVFRt3Hlu { width:16.125rem;height:2.75rem;top:499.625rem;left:1.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlvA3fv4lIZE7KAnxCHEpuE8ZAv9WyQp { width:17.625rem;height:11.875rem;top:503.5625rem;left:1.1875rem;font-size:0.8125rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #N6RJro7TxfT01NZnGl54z12raxbgL3ho { width:20rem;height:4.275rem;top:1.8125rem;left:0rem;font-size:1.1875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2bsN4tVLaFmRJ3ioUpTRfaeok2f8tVh { width:20rem;height:3.84375rem;top:6.0874996185303rem;left:0rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1TKSKu5ms8MS20tyo11fHIgwk7sw26l { width:18.3125rem;height:7.2rem;top:9.9304689168931rem;left:0.84375rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VmaHs3gknEC80hykK118q4tlsidepdX2 { top:210.625rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15056;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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) { #LxSMWnlJ0V8p1vEwF8DmUD63BGex0bQh { top:207.5rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15057;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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) { #tU8dh2A8LFz92PZPQlziBXCuuJfASTKW { top:204.375rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15058;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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) { #HQ9FqrZxT5FphtcESbigunEZA3bLACwq { top:201.25rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15059;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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) { #GO1sE5HNoHL27MlUTmP13Zorcg5HIMGr { top:198.125rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15060;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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) { #tcn7wUwlVPpZuP7gL7Lp5RV1JxSPZaiy { top:195rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15061;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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) { #eq0HvfuU0mRymUGqgZF10F7BG0SdchSF { top:191.875rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15062;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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) { #yDExyyy6Cpwk2XAczhyo8CWGls0bHCaO { top:188.75rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15063;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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) { #NDDOTT5TWpoUqpK0pcF1SueSqOXFQNNQ { top:185.625rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15064;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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) { #d8kwF4uMX5yt0rXVTyu96DtS0KF508Bl { top:182.5rem;left:0.8125rem;width:18.375rem;height:1.6875rem;z-index:15065;border-top:0.1875rem solid #c0c0c0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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) { #Hf9Nn3yfrSk0ErUvQ1bFTXkByXRhIIOS { top:35.08203125rem;left:0.5625rem;width:18.775rem;height:4.0875rem;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKoa8IhSTsNoIuePuS6K5wV3bqupnppv { display:block; }
 }@media only screen and (max-width: 763px) { #nopQqIA6JagC1nTvKrFNm6XZG4Bn6xdz { width:19.4375rem;height:16.375rem;top:18.185156345367rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 { background-color:#210040;background-image:none;display:block; }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row .container { background-color: transparent; background-image: none; }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row .container > .video-iframe-container { display: none; }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row > .video-iframe-container { display: none; }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .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); }#NCo36ygpHpy4KQTLVuIJb6Q0cX0IZhd6 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkgfTKOc8v2RONTm8qkwrwtd2QNsC0HL { width:2.1875rem;height:2.1875rem;top:1.9375rem;left:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdcTXewsGkPUi0LpfGGAb1sM2X5pkzaL { width:2.5rem;height:2.5rem;top:1.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcJ0HBKQnwSP44QxPa8d2OqqTwZ9zJD5 { width:2.1875rem;height:2.1875rem;top:1.9375rem;left:6.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4B7nLKHvliIPRmgvMTbBWMFLDgf5aqa { width:4.1875rem;height:1.7875rem;top:4.8125rem;left:0.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLffE6KWu7MH0AlGHG31VGP0kTy4nlEg { width:4.625rem;height:1.7875rem;top:4.75rem;left:5.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rV7nMpUDtygpCvcNAUdoAV4FIP3bOKXc { width:2.1875rem;height:2.1875rem;top:2rem;left:16.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiTJOrF6oX35tm3kD9WB5s7Lo4CHhFXT { width:4.1875rem;height:1.7875rem;top:4.6875rem;left:15.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpFKmKScwu22Iu9fqsC28oUvOmNFBSvS { width:4.375rem;height:4.375rem;top:3.0868072509766rem;left:0.35069447755814rem;z-index:15021;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phP3Llbws1afux96Ed5DHqrweNRkB9oU { width:3.8125rem;height:1.7875rem;top:4.6875rem;left:10.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZv5LImQESmnrJAL4Vpmcu9OutZ2cgTa { width:2.1875rem;height:2.1875rem;top:1.9375rem;left:11.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH2AHTX83NhNxuETTNh1g2roN93UMIxb { width:2.5rem;height:2.5rem;top:1.78125rem;left:6.1562498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #FK9KWV3QFmPOQqRHOM96FhsEmz6q3DfB { width:2.5rem;height:2.5rem;top:1.78125rem;left:11.156250298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7M87XvWz7vn9nq60K1vVkV6cLibHxc6 { width:2.5rem;height:2.5rem;top:1.78125rem;left:15.968749344349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTk93yuSwpJi9n6vkgeRnZsQCK0Zp5Jp { width:4.375rem;height:4.375rem;top:3.0859375rem;left:14.975694954395rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USMabEldIVNTAXPOwZX9EHGFloeNXvFp { width:4.375rem;height:4.375rem;top:3.0868062973023rem;left:10.163194954395rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #rhFupPbQNzM58z0e0aNB2gVnHzr7LFed { width:4.375rem;height:4.375rem;top:3.0868062973023rem;left:5.1631944775581rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clcQSDrWmTgCnV63X1fQNy813BX4hW1E { background-color:#210040;background-image:none;display:block; }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row .container { background-color: transparent; background-image: none; }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row .container > .video-iframe-container { display: none; }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row > .video-iframe-container { display: none; }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .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); }#clcQSDrWmTgCnV63X1fQNy813BX4hW1E > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6CDsI21ZwyR5xkuSyyT20gxosI7PDx4 { width:5.5625rem;height:1.95rem;top:30.375rem;left:13.25rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#464646;display:block; }
 }@media only screen and (max-width: 763px) { #dhNMUF0l38K7NtNBGXcKHMbxBhR5kcLl { width:2.75rem;height:2.75rem;top:27.375rem;left:14.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL0PXH6WVFvUgUeCokZOxWb6plxL9nWT { width:4.875rem;height:3.59765625rem;top:29.875rem;left:7.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#5a5a5a;display:block; }
 }@media only screen and (max-width: 763px) { #yhuw27Gorr6l8ucCUpfk4kF917ifTAHb { width:2.75rem;height:2.75rem;top:27.375rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyNMEPq8KPEkkt3Ts1RUiqdHptRglxE4 { width:4.75rem;height:1.6484375rem;top:30.6875rem;left:1.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#454545;display:block; }
 }@media only screen and (max-width: 763px) { #Dmsr99657cSvXCfrrPMrV2pQ85hsAbAG { width:2.75rem;height:2.75rem;top:27.375rem;left:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9CduTDVa5WGuRPOsiwLIFhvRcTDJyEx { width:17.5rem;height:2.0625rem;top:8rem;left:1.2491319775581rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pBkSpBuXAkKG6gQJoEQhQceNhx1HL09h { width:20rem;height:6.5rem;top:13.6875rem;left:0rem;font-size:5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eEb9TnoZbMzE1ALPTvgfTms9gBTC9sOx { width:2.0625rem;height:1.625rem;top:17rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZGSA6OfmsitNgN8vZk00zA01dCT9qab { width:3.375rem;height:1.4625rem;top:15.9375rem;left:3.3125rem;font-size:1.125rem;font-family:montserrat;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fao8eymaGmifSfs4Xx29MUaiTN1aPrlD { width:3.1875rem;height:2.1125rem;top:15.75rem;left:14.5625rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mBAb2m7FGNZ9hm4Lr8NnxW4ovQqAhAg7 { width:17rem;height:1.1375rem;top:20rem;left:1.5rem;font-size:0.875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pb4omFbNRSLOAzPobG6qmHVhNos1eByy { width:17.25rem;height:2.125rem;top:19.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdc6o9lFe2pCTmNd6M15OwwG6EWTxWpg { width:19.875rem;height:32.4375rem;top:1.6875rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Km32kFOzJv6s0ztFJhIBWpJXzasLmNLC { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #yuZmWrlUdrXhw9xGTRfW4Hck6AbRb4vv { display:block; }
 }@media only screen and (max-width: 763px) { #Iszh9Iu2fttNVUlG0f88QrVlu524KNfb { width:18rem;height:0;top:6.9375rem;left:1rem;font-size:0.875rem;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #kn076GF8XPlzUhxsbobGBwxCg4MkmAeR { width:17.8125rem;height:3.59765625rem;top:3.1875rem;left:1.125rem;font-size:1rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HrHmnBrcdJvnf3vRtT5kJDxp8MlOTuq6 { top:22.750041007996rem;left:1.3116319775581rem;width:17.263888875rem;height:3.701388875rem;font-size:0.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd0kzpTegXlcc5dnmiIuyVzkWyFTiymJ { display:block; }
 }@media only screen and (max-width: 763px) { #ETmLsnxmaao4htTSOpOtyhDAxSin0Ehl { width:11.875rem;height:2.0625rem;top:11rem;left:4.0624998211861rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ { display:block; }#SdtV0BoHgm8n4Nuti1epmsPxTkuOvXgQ > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UUJLW0WTsxbbBKym9g7WiWncXyvcGC9G { width:16.75rem;height:4.125rem;top:13.247395515442rem;left:1.6250000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bxbEaOJAClKkWHxOCwBf6NyB08k1DW06 { width:20rem;height:6.75rem;top:18.687499046326rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #maMJ0Ub6iCpRaqs1z21kWyehMJaSGTBP { top:26.955891609192rem;left:0.56163197755814rem;width:18.763888875rem;height:5.138888875rem;font-size:0.9375rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boEsmWdBIxDJApdR2XWXmok4qZ3vy3VX { display:block; }
 }@media only screen and (max-width: 763px) { #tt8pSlUBPUadMauMS0DRHfe820GUQ11N { width:12.8125rem;height:11.6875rem;top:0.640625rem;left:3.7187498211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W { background-color:#210040;background-image:none;display:block; }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row .container { background-color: transparent; background-image: none; }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row .container > .video-iframe-container { display: none; }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row > .video-iframe-container { display: none; }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .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); }#DkznqKdzyvbGlIKRXiEqGSWETcT0wq8W > .row .container { width:20rem;height:94.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1IvyERHKFX63i2auIksy8xAUG2Pa0M9 { width:15.9375rem;height:3.25rem;top:1.187442779541rem;left:2.0312500596046rem;font-size:1.25rem;color:#ffffff;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wCI0ghvAGGDUMlNsBe1aDnwUdsn32ium { width:20rem;height:57.28125rem;top:28.874130725861rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XOXn3TEeFb5byZzvt7wfm1koiE5TJLZT { top:5.0625004768372rem;left:2.4375000596046rem;width:15.125rem;height:23.0625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XpP3csT05cu8qrmW2GdZn66AIiio1Qxh { top:88.611113548281rem;left:0.66666668653488rem;width:18.663201375rem;height:3.913195125rem;font-size:0.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwpf07LhXBs9w66F1IR1wbW2vvUscyLz { display:block; }
 }@media only screen and (max-width: 763px) { #iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv { display:block; }#iN7ohfndFiH3JFTo4GXZVqrVtPRJrRAv > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZFdfo6fZcJTsivd9s2WGiqi5VaG4mBV2 { width:18.625rem;height:11.54880625rem;top:1.625rem;left:0.68663197755812rem;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.4;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #obMQtbcJQQM3fOE4zT7EvDPXHuqeQiTU { width:20rem;height:2.0625rem;top:7.5rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RObT3TZTO88HwWdiAVoD1TtuEoPFHHvy { width:20rem;height:2rem;top:1.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gzkWdB9zT1yPIakkuwts5m0LhaUfKksk { top:14.25rem;left:0.5625rem;width:18.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGeIWcIBfn0IzPDvblEGr3pg8BfC1JvF { display:block; }
 }@media only screen and (max-width: 763px) { #zNyC5goGSAAgkolbAB2a0Paitg5yM756 { display:flex;width:3.125rem;height:3.125rem;top:11.9375rem;left:8.4375rem; }
#zNyC5goGSAAgkolbAB2a0Paitg5yM756 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi { background-color:#000000;background-image:none;display:block; }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row .container { background-color: transparent; background-image: none; }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row .container > .video-iframe-container { display: none; }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row > .video-iframe-container { display: none; }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .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); }#rNGW1BTFz9FVKCwSgCx6tZpURZQQ7Zsi > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aR1z8H3B6xS2rR4n4wnTtKJQt3b4XpcL { width:16.8125rem;height:1.13769375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqWCn9BLchTh8dPVTspkNkfB2TzaefTK { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7ale1Cd2D8Dntqv0WITCQufRODJZXxt { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViWSoPCfxtphPZdKzRwcTT980oIhiGyT { background-color:#000000;background-image:none;display:block; }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row .container { background-color: transparent; background-image: none; }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row .container > .video-iframe-container { display: none; }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row > .video-iframe-container { display: none; }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .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); }#ViWSoPCfxtphPZdKzRwcTT980oIhiGyT > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZglmAOst1LPhunLB7LHP2Sd1E5CRAoFL { width:19.0625rem;height:7.796875rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zaKaTWczFfGpIZcpV5UTsGkn5nKXMaBT { width:20rem;height:10.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl { background-color:#000000;background-image:none;display:block; }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row .container { background-color: transparent; background-image: none; }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row .container > .video-iframe-container { display: none; }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row > .video-iframe-container { display: none; }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .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); }#K9JxWabM6LnOXQTqgVlPTqVsrBCDWTTl > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvcGi4heUWdEDMCiGb8bCIESSk0iZS8g { width:16.8125rem;height:2.2734375rem;top:1.6875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIC9307ChXrwMPhbArB3Of8eFEmdSuSH { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwzIuFJaoqoL69zgDbZVbrkh7U1C1BgQ { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDhITJL0V7cuBKgNJaSiMQWlmb9i280l { background-color:#000000;background-image:none;display:block; }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row .container { background-color: transparent; background-image: none; }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row .container > .video-iframe-container { display: none; }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row > .video-iframe-container { display: none; }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .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); }#xDhITJL0V7cuBKgNJaSiMQWlmb9i280l > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Od3lnUAve42oBDt70N35orwTvp56gqwq { width:19.0625rem;height:6.82225rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O0NNPKTsQdcu0KS7IOyUGTxHahulnZOZ { width:20rem;height:9.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R { background-color:#000000;background-image:none;display:block; }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row .container { background-color: transparent; background-image: none; }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row .container > .video-iframe-container { display: none; }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row > .video-iframe-container { display: none; }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .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); }#lS7cOSW7oBzNGGReds7pmwTzCV6UJ40R > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bORyS0PKktXBrLtCKLwJwreC6uITBI1u { width:16.8125rem;height:2.2734375rem;top:1.6875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF0cO6VPDzGPMtx6STaSFB4oIMJKxy2W { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPHwrKOJGGw6gGPiBoHmldzWLTwwzRc8 { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBnwavOwExo9Vuprf00iV309E0gVCGbL { background-color:#000000;background-image:none;display:block; }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row .container { background-color: transparent; background-image: none; }#fBnwavOwExo9Vuprf00iV309E0gVCGbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row .container > .video-iframe-container { display: none; }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row > .video-iframe-container { display: none; }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .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); }#fBnwavOwExo9Vuprf00iV309E0gVCGbL > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ripnTqcMFTI3FEMtetk7EF4ror5egJyb { width:19.0625rem;height:4.87305rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X7pkh27tRUxAm6QAOZdBNzQW9qB2ytBp { width:20rem;height:6.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU { background-color:#000000;background-image:none;display:block; }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row .container { background-color: transparent; background-image: none; }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row .container > .video-iframe-container { display: none; }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row > .video-iframe-container { display: none; }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .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); }#GkpFz9IFOxJn0zF5gzS5TsObRtdaUoKU > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnNgtbBWugAChrnav8KTfRCJNW0ycuWv { width:16.8125rem;height:2.2734375rem;top:1.625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtC3TKkS0tpWGFw1UyXHUr71Hpi2Vzd1 { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdFRZB3gnh9oqdDiBu8hBZVLh9r99mwd { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt { background-color:#000000;background-image:none;display:block; }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row .container { background-color: transparent; background-image: none; }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row .container > .video-iframe-container { display: none; }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row > .video-iframe-container { display: none; }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .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); }#D76XG4Tlu4JlskBDrTuv3FzniJtJdKEt > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZhLdxCKwC9FyTR1tv1C1FyoRET14sBho { width:19.0625rem;height:6.82225rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cqBvuSeU07fpeq2GH4iN8H03cmBFlIK3 { width:20rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPbeOO96kE7qzFlrzfW45bMPl83fIDgR { background-color:#000000;background-image:none;display:block; }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row .container { background-color: transparent; background-image: none; }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row .container > .video-iframe-container { display: none; }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row > .video-iframe-container { display: none; }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .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); }#WPbeOO96kE7qzFlrzfW45bMPl83fIDgR > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR6VHBM41iCT3Jh5zKU751XJlqXizL8g { width:16.8125rem;height:2.2734375rem;top:1.5625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILBVOyT1fws1pruWz6KG0ggQzRXPMZw6 { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7drKoiihO1ZpboBQuLNOFVmxKeLvAbs { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 { background-color:#000000;background-image:none;display:block; }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row .container { background-color: transparent; background-image: none; }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row .container > .video-iframe-container { display: none; }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row > .video-iframe-container { display: none; }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .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); }#ltyA7bJLQqhkJTDRACc9oPKv4Z2VElX1 > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCqUNIZMPHKbRR8cynstBW6SzEbNQTfz { width:19.0625rem;height:5.84765625rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mlfMqo9U3M8FlOtexQ0WC02OwgiBMyZK { width:20rem;height:8.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 { background-color:#000000;background-image:none;display:block; }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row .container { background-color: transparent; background-image: none; }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row .container > .video-iframe-container { display: none; }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row > .video-iframe-container { display: none; }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .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); }#R0zgk3hKnpWSN0132dcdK4xaziLT3Ru4 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gtXlu9BlD2n0gAWBHJ12eULfn6udhTPZ { width:16.8125rem;height:3.41015625rem;top:2.25rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJzbBRXSdT82Q13UdMbs7Wyg1UB5eMQN { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA9GP4AcIsiZWROi9KaiucT8WEy0r91O { width:20.0625rem;height:4.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 { background-color:#000000;background-image:none;display:block; }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row .container { background-color: transparent; background-image: none; }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row .container > .video-iframe-container { display: none; }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row > .video-iframe-container { display: none; }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .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); }#iTOxya5CDbkHnepfRVWK4a8Iwz5cA0n0 > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3UdrpGXxcTTFs692kMwJdn1CkUTFrD6 { width:19.0625rem;height:4.87305rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JUl04dmqgNOxMCX0voSzvb2noiF45QR4 { width:20rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqKxM3ia8ciqronfisb4DZHb3TFcfE39 { background-color:#000000;background-image:none;display:block; }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row .container { background-color: transparent; background-image: none; }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row .container > .video-iframe-container { display: none; }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row > .video-iframe-container { display: none; }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .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); }#nqKxM3ia8ciqronfisb4DZHb3TFcfE39 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTU6T9ykEy7QTZF2qIxWaBqLrmfrHTn8 { width:16.8125rem;height:2.2734375rem;top:1.5625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELpn9DFPTGMHGvF1AkPGtgWMwdEsXktv { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJTgkxNFu74q3WP4L2yUsTUNu5PBTRwd { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz { background-color:#000000;background-image:none;display:block; }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row .container { background-color: transparent; background-image: none; }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row .container > .video-iframe-container { display: none; }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row > .video-iframe-container { display: none; }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .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); }#f8nLqo7HMA77niaCR3BEkZuLEVOZTLrz > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xrc7McqtyUynO8kw9l2MJ4WX6FdPKiWo { width:19.0625rem;height:5.84765625rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #av5RZiX8L5GZQP0yVH0cIrfgZxQagAc3 { width:20rem;height:7.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd { background-color:#000000;background-image:none;display:block; }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row .container { background-color: transparent; background-image: none; }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row .container > .video-iframe-container { display: none; }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row > .video-iframe-container { display: none; }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .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); }#TLF9DSnzDJRTiVIZyxuv3quTuZXiTdvd > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qOkzMRPiyUw8DMoMAeMrfZ2tuyUXOMNV { width:16.8125rem;height:3.41015625rem;top:2.25rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1VV2mUi9ydALob59c6lxGxr1IBPgS9F { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXJotU0Pp246XWR8wXQUwUai7AZ4470m { width:20.0625rem;height:4.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq { background-color:#000000;background-image:none;display:block; }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row .container { background-color: transparent; background-image: none; }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row .container > .video-iframe-container { display: none; }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row > .video-iframe-container { display: none; }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .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); }#Uh1m0JLlQa7yOGJSOgx4VtdhlwyxP6sq > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3IiELtf8VEuThP9hyUlJFFbCKcofZiB { width:19.0625rem;height:2.923825rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C0zmK6lsiiW2asvG1QsiM3p4E3PpdJzB { width:20rem;height:9.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkwnvvTnWp1emfUIoaZtNvDPRWPTs9ey { width:20rem;height:0;top:10.4375rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TlbiQRJfTFrRH15d2okFZ4gfQpPoHiZ2 { top:5.0625rem;left:3.0625rem;width:13.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smw3tOkrt8XDJ1csWFTrgrTEZwRADNeV { display:block; }
 }@media only screen and (max-width: 763px) { #PmvpVGRLQng0NTB9UFVqS154cvNlZTxt { background-color:#000000;background-image:none;display:block; }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row .container { background-color: transparent; background-image: none; }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row .container > .video-iframe-container { display: none; }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row > .video-iframe-container { display: none; }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .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); }#PmvpVGRLQng0NTB9UFVqS154cvNlZTxt > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MeSQnscB1BG1cZ7HwUaiXxMTRgLMifR9 { width:16.8125rem;height:2.2734375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2K3WCMUvL9W0bpUoTTa622dRC946TVc { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqosuQhp6l8GrTcJucvzXI1L6lAAHqTT { width:20.0625rem;height:3.5625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq { background-color:#000000;background-image:none;display:block; }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row .container { background-color: transparent; background-image: none; }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row .container > .video-iframe-container { display: none; }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row > .video-iframe-container { display: none; }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .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); }#LkTeaJu6SvWf8ApqFFTKKiXQr2eSeKdq > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPRqU2ARReNTTnccrUUuuMlorPXvnHsB { width:19.0625rem;height:4.87305rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M2VX9futEOHw5Swbt9Bb2VxiqQtIOxgF { width:20rem;height:7.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn { background-color:#000000;background-image:none;display:block; }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row .container { background-color: transparent; background-image: none; }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row .container > .video-iframe-container { display: none; }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row > .video-iframe-container { display: none; }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .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); }#I08ShWFdI9hqRP4WDfMdtGZh5KhRZpdn > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccH82F4IacW0bxi47QlnhvAO9FLPdTlI { width:16.8125rem;height:2.2734375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIkb9FHyaB4AroGr0u4xgdqJSIDOSgwN { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F29ffq9cDJTUAJqS4xdTGZRTP7WZNzr9 { width:20.125rem;height:3.4375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIvcQe61g2IUroosdiegOdTSF77WTM98 { background-color:#000000;background-image:none;display:block; }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row .container { background-color: transparent; background-image: none; }#oIvcQe61g2IUroosdiegOdTSF77WTM98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row .container > .video-iframe-container { display: none; }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row > .video-iframe-container { display: none; }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .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); }#oIvcQe61g2IUroosdiegOdTSF77WTM98 > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ndk7etyRUdTDqpz5LvyzIHAfxpeLNTqP { width:19.0625rem;height:1.95rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JtBghTsVbgE5hcungrSu5V2QCQfNMqQp { width:20rem;height:4.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T { background-color:#000000;background-image:none;display:block; }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row .container { background-color: transparent; background-image: none; }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row .container > .video-iframe-container { display: none; }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row > .video-iframe-container { display: none; }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .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); }#uPpylee2G5Z4xtO0ZaGGSPl93GSUBu7T > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UXJmOREIxDkSUXRERiLmWv8fsRM2Zlo9 { width:16.8125rem;height:1.1375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOfc3fAMzIl4AzMTgv2cEXRLFfl7L82a { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw2gFthPaM51SnW0W9gUS6ouk861dse3 { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae { background-color:#000000;background-image:none;display:block; }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row .container { background-color: transparent; background-image: none; }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row .container > .video-iframe-container { display: none; }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row > .video-iframe-container { display: none; }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .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); }#vD3lPWdDWNVScQyhqTfDJyh1XNyLR2ae > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9DfGqK0FZPFiqEaivDcDWlDAI8oMLqN { width:19.0625rem;height:2.923825rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q6GZKAk45ehfJ9ttDkW99HV8hWziR6qf { width:20rem;height:7.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJWaITgrDpcdXZiIF3KDRQ8w583WVE5a { top:4.03125rem;left:1.34375rem;width:17.3125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZbtHV4s2fWbZ55n3NMVRZUP88Bt4Ics { display:block; }
 }@media only screen and (max-width: 763px) { #V0c5z9ai394rJlLSfB34ro2sE1dZEkuk { background-color:#000000;background-image:none;display:block; }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row .container { background-color: transparent; background-image: none; }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row .container > .video-iframe-container { display: none; }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row > .video-iframe-container { display: none; }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .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); }#V0c5z9ai394rJlLSfB34ro2sE1dZEkuk > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAHMcvLzFKzN9LePTTWAXF49rRJ1aWAt { width:16.8125rem;height:1.1375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4FaHcVBVNuCbiHf6TM8vXvQwrKX7m7D { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvWrGqySehbswlc04KIH6B99gQb4GlLZ { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vygukAqfASdh8qgfXpxOoezslP9mZ36F { background-color:#000000;background-image:none;display:block; }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row .container { background-color: transparent; background-image: none; }#vygukAqfASdh8qgfXpxOoezslP9mZ36F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row .container > .video-iframe-container { display: none; }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row > .video-iframe-container { display: none; }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .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); }#vygukAqfASdh8qgfXpxOoezslP9mZ36F > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r41thoUIbRELi4U4x7VxVB3dIX6Bc8Sn { width:19.0625rem;height:14.5078125rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }#r41thoUIbRELi4U4x7VxVB3dIX6Bc8Sn li:before{  }
 }@media only screen and (max-width: 763px) { #Z5gtkKA5G6dtKk8lgzuvG1iqRUOGLZi8 { width:20rem;height:16.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h { background-color:#000000;background-image:none;display:block; }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row .container { background-color: transparent; background-image: none; }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row .container > .video-iframe-container { display: none; }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row > .video-iframe-container { display: none; }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .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); }#wiNJ8keaFVf5uhBusIpvKKI6zCrwdf8h > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAcpOCkw5SiT7AvsRsSTAscCSEvLGbxO { width:16.8125rem;height:1.1375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6AlavdsfdADSTelAzK3lawHKad6AVmk { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTWoBGxoIc1VShblBWZJCnMDrM1xc0CO { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT { background-color:#000000;background-image:none;display:block; }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row .container { background-color: transparent; background-image: none; }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row .container > .video-iframe-container { display: none; }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row > .video-iframe-container { display: none; }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .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); }#EzdzJpC3i7gS7sLx1AJpybbZDMRC1UoT > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWmXW3VlkPtGOR0zgD5tB1OWcdhT233M { width:19.0625rem;height:11.2715rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }#AWmXW3VlkPtGOR0zgD5tB1OWcdhT233M li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AWmXW3VlkPtGOR0zgD5tB1OWcdhT233M li:before{  }
 }@media only screen and (max-width: 763px) { #KmLixAzU3F9TzcSiJJk8ndLGRJEKbUFS { width:20rem;height:12.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc { background-color:#000000;background-image:none;display:block; }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row .container { background-color: transparent; background-image: none; }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row .container > .video-iframe-container { display: none; }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row > .video-iframe-container { display: none; }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .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); }#JwGQtcmfxbAHSKiy9CFhSw6gRLttuBJc > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oehfrUKL4LyvpvrRJOw9hrlWlDfdGBhB { width:16.8125rem;height:1.1375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnV5Pp7tbgA6i5Xrpo7DvBIl7yUF0Rca { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT0z2V9cb12GHkoHInuwnHBhDv00GL9M { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG { background-color:#000000;background-image:none;display:block; }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row .container { background-color: transparent; background-image: none; }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row .container > .video-iframe-container { display: none; }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row > .video-iframe-container { display: none; }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .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); }#SylxFQ6HOrbCX60Nqu2RngEbpSVFgbnG > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlU8hl9FwFd7kJdM7rlWyvWoETFCgL7C { width:19.0625rem;height:13.9199375rem;top:1.2222223281861rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }#mlU8hl9FwFd7kJdM7rlWyvWoETFCgL7C li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#mlU8hl9FwFd7kJdM7rlWyvWoETFCgL7C li:before{  }
 }@media only screen and (max-width: 763px) { #yznk0rLLpBbwzJsekFNHnHSimzovh9kF { width:20rem;height:16.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI { background-color:#000000;background-image:none;display:block; }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row .container { background-color: transparent; background-image: none; }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row .container > .video-iframe-container { display: none; }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row > .video-iframe-container { display: none; }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .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); }#yPVlZpkNOCWxrSTFPituaAUiDyM1TbGI > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdxhlrnqL0sAQkce5HBFTa7wp67P3ZmJ { width:16.8125rem;height:1.1375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVsJ8T7op8PQiNoPXX3ZmJQydJgrLbif { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWtgegsUp9ktWXDsTWH1UlabNNJgrWQg { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN { background-color:#000000;background-image:none;display:block; }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row .container { background-color: transparent; background-image: none; }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row .container > .video-iframe-container { display: none; }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row > .video-iframe-container { display: none; }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .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); }#c8BV4XGJ9Iraq1xTXulTURWf69eOSHkN > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCeuf6dTmvL8QKAdEOlyoSffwzU6ZfTq { width:19.0625rem;height:0.975rem;top:0.875rem;left:0.46875rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yTFZXvc6iLGCsJX8XbRJHovGO1RJzbxP { width:20rem;height:5.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #tmqTOVXPPIsmfqBCdpl1GToWnzEL5f2i > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }