.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:255,233,219;--color-primary-1:209,185,177;--color-primary-2:255,145,77;--color-primary-3:153,87,46;--color-primary-4:51,29,15;--color-secondary-0:246,251,251;--color-secondary-1:224,242,240;--color-secondary-2:192,228,225;--color-secondary-3:96,114,113;--color-secondary-4:29,34,34;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Condensed";--paragraphs-font-family:"Roboto Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#106b72;background-image:none;position:relative;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR > .row .container { background-color: transparent; background-image: none; }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR > .row .container > .video-iframe-container { display: none; }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR > .row > .video-iframe-container { display: none; }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR > .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); }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR > .row .container { border-width: 0; border-radius: 0; }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR > .row > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#IXNRGQtZDrgsr5IO42tT3tpa6UTzTSNM { color:#ffffff;display:block;width:53.5rem;position:absolute;font-family:"roboto condensed";font-size:2rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:0.90625rem;left:11.843749046326rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m { background-color:rgba(209,185,177,0.09);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container { background-color: transparent; background-image: none; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container > .video-iframe-container { display: none; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row > .video-iframe-container { display: none; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .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); }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container { border-width: 0; border-radius: 0; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container { width:75rem;height:72.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#nbHhOSogyMcfZzL8V8vCUKzpyPquqTRS { color:rgba(var(--color-tertiary-4),1);display:block;width:72.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4.8125rem;left:2.6867179870606rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Gf9u8NCZlTZWCLNoBnwTEDpA7pIiNIhH { display:block;width:33.75rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:48.6875rem;left:36.625rem;height:1.6625rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PJ0xoytE36dVc6uNv82AkzxEvwAVrGLQ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top: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:42.5625rem;width:32.8125rem;top:19.675001144409rem;left:0rem;overflow:hidden;display:block; }
#daHch6aQHG6kP7tJ5wHRAtTqVdKJcw4Z { color:#666466;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:53.3125rem;left:45rem;height:1.6625rem;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;font-style:normal;display:block; }
#v3o9TJGP95pObSLo9TFXOzVAmEbnqfpe { color:#cb55c8;display:block;width:9.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:50.9375rem;left:49.625rem;height:4.9875rem;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;font-style:normal;display:block; }
#katT6FlCaibx5TTGITeqByy75LTJZaGn { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;top:55.9375rem;left:48.75rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#geb3WiCsHqi3EEMUCMH4deTGJ0hSn6if { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e49b92;border-left:0.0625rem solid #e49b92;border-right:0.0625rem solid #e49b92;border-bottom:0.0625rem solid #e49b92;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:2.25rem;width:11.8125rem;top:55.625rem;left:48.3125rem;display:block; }#geb3WiCsHqi3EEMUCMH4deTGJ0hSn6if.adaptive-delivery-prevent-bg, #geb3WiCsHqi3EEMUCMH4deTGJ0hSn6if.lazyload, #geb3WiCsHqi3EEMUCMH4deTGJ0hSn6if.lazyloading { background-image: none; }
#geb3WiCsHqi3EEMUCMH4deTGJ0hSn6if::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; }#geb3WiCsHqi3EEMUCMH4deTGJ0hSn6if::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(228,155,146,0.61); }#Ett3RRngSTcHCER6sUPipHmwqDKU1mBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:41.9375rem;left:35.75rem;height:5.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w3fdeCVmZCS6rkbOZ6SpkJQDalLZIcl4 { display:block;width:26.25rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:30.3125rem;left:34.625000953674rem;height:8.3125rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZNtsreEntiA1er3gB80KNraTquKXMeDN { background-color:#eb16e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0625rem;height:5.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:60.25rem;left:39.375rem;display:block; }
#s2PRGsKEmfvFucGKUPxpNed8igbs89w5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cw2apx53kkTwp5ftDshBx8nKlSMvVKFO { color:#e49b92;display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:17.487500190735rem;left:34.625000953674rem;height:6.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AcKWQAmpWXiTdz7S34hCM9wWdvGH5GnL { color:#000000;display:block;width:38.0625rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:23.837500572204rem;left:34.625000953674rem;height:4.875rem;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;font-style:normal;display:block; }
#Xs1FXQUWsP0SQzqIlzRGRtDkuAwkr2Uw { color:rgba(var(--color-tertiary-4),0.8);display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:66.5625rem;left:35.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#gxkocRvST5Ay43QrqTfBbHmegNXb0TJb { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"roboto condensed";font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:1.6125001907349rem;left:11.435156822204rem;height:2.4375rem;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;font-style:normal;display:block; }
#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 { background-color:rgba(255,255,255,0.99);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row .container { background-color: transparent; background-image: none; }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row .container > .video-iframe-container { display: none; }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row > .video-iframe-container { display: none; }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .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); }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row .container { border-width: 0; border-radius: 0; }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;overflow:visible;position:relative;display:block; }#PifevImn4XkT4XZfodXhTV7gWeknZNFD { color:#1f333b;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15039;line-height:.9;letter-spacing:0;top:7.5625rem;left:41.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#moQyW54LPw48JprVEzdmwJo0GmPPr8vM { color:#1f333b;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:5.9375rem;left:42.0625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hdSeAK3PTI1R0UGpvHp9rT2OU4x4lKd0 { color:#000000;display:block;width:48rem;position:absolute;font-family:"roboto condensed";font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:2.375rem;left:14.5625rem;height:5.25rem;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;font-style:normal;display:block; }
#duJK1xFqPCyp1vT1buLJgIT4lSyNRU5a { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:13.499218940735rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LXVKky4OACnCF2ST1pUPEhTxAZlFzDwA { box-sizing:content-box;height:0.1875rem;width:35.3125rem;position:absolute;display:block;z-index:15040;background-color:#ffe500;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.687501907349rem;left:18.187499046326rem;display:block; }
#THifog0hXPS43KWVydIt8n25rWMCUeCf { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:9.0250005722044rem;left:14.561718940735rem;height:5.90625rem;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;font-style:normal;display:block; }
#B4lqN74OrPvF9T5bBbHtnJb2K3ARQCoZ { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:32.5625rem;left:13.5rem;height:;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;font-style:normal;display:block; }
#nhwZn2L9EGgJ5u131B4uTBG5W0TtNqTm { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"roboto condensed";font-size:1.4375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:25.125001907349rem;left:24.375000953674rem;height:2.15625rem;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;font-style:normal;display:block; }
#Ph2tzt2A4TWTzTATl9baJN0qGI6PtPh9 { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:29.5625rem;left:13.5rem;height:2.25rem;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;font-style:normal;display:block; }
#IrTr0PHbhCJSmTTDqAmJHfTKUpydLBfB { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.650000095367rem;left:14.561718940735rem;height:;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;font-style:normal;display:block; }
#J5QXLno55KTI3xHiWEBwzznSGHrJsuCQ { color:#000000;display:block;width:40.875rem;position:absolute;font-family:"roboto condensed";font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.64999961853rem;left:14.561718940735rem;height:1.96875rem;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;font-style:normal;display:block; }
#qOKThQmsioV31W34gUk0xXrp3XnH9izQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.46);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; }#qOKThQmsioV31W34gUk0xXrp3XnH9izQ > .row .container { background-color: transparent; background-image: none; }#qOKThQmsioV31W34gUk0xXrp3XnH9izQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOKThQmsioV31W34gUk0xXrp3XnH9izQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOKThQmsioV31W34gUk0xXrp3XnH9izQ > .row .container > .video-iframe-container { display: none; }#qOKThQmsioV31W34gUk0xXrp3XnH9izQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qOKThQmsioV31W34gUk0xXrp3XnH9izQ > .row > .video-iframe-container { display: none; }#qOKThQmsioV31W34gUk0xXrp3XnH9izQ > .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); }#qOKThQmsioV31W34gUk0xXrp3XnH9izQ > .row .container { border-width: 0; border-radius: 0; }#qOKThQmsioV31W34gUk0xXrp3XnH9izQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qOKThQmsioV31W34gUk0xXrp3XnH9izQ > .row .container { font-size:0.875rem;font-family:arial;height:61.5625rem;width:75rem;position:relative;display:block; }#mFvRtUTrgOKBWP8WocVIfziTIgyIVmBG { color:rgba(var(--color-tertiary-2),1);display:block;width:67.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.0625rem;left:4.24609375rem;height:8.775rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#h8HBpo9OTdWOSS1TToTDGhHqBdQIRirN { color:rgba(var(--color-tertiary-4),0.8);display:block;width:47.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:10.625rem;left:0rem;height:2.3625rem;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;font-style:italic;display:block; }
#IIhKq8CkBTf37BCOkrXeSZuaBsBpuEeo { color:rgba(var(--color-tertiary-2),0.8);display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:13.625rem;left:0rem;height:;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;font-style:italic;display:block; }
#VMadR7WFQ7NozzZ8UzKyAzPQJ9vka34v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:23.625rem;left:0rem; }
#RBgZH4rSac3lGkLNLxIJ6LN3wXXHAqgT { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:23.625rem;left:2.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oUciLspht4BxhkrFEuKb3QuDV8utMrrk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:26.0625rem;left:0rem; }
#FANArOy0BEfTLu48DE7Nm6v7hsdUCfnm { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:26.0625rem;left:2.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xrMWDv3hHQnWbidBHxfA2gwgnax3fM6X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:28.625rem;left:0rem; }
#GPbZXhao2R0VmxMgvOibD6UvaewWvfR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:28.625rem;left:2.5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XBQxCy4fh1q9RnMsBbViTtF8FtUZnoiy { color:rgba(var(--color-tertiary-4),0.8);display:block;width:47.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:31.5rem;left:0rem;height:;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;font-style:italic;display:block; }
#E3TzheA0i7L3xqxGKaRvLOnMQws5Ph9E { color:rgba(var(--color-tertiary-4),0.8);display:block;width:53rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:46.874220848084rem;left:14.921093940735rem;height:6.5625rem;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;font-style:italic;display:block; }
#dsO5WA10ybu28esLZz7ATGeLAWxsvV49 { background-color:#eb16e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"roboto condensed";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.625rem;height:3.8125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:52.625rem;left:23.5rem;display:block; }
#x4GNTL5S8urEMbAKGG5HsiJX6mTveH6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#spxIw6vTxHoKdrfd7hxhyPDHgWF9vdPZ { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:26rem;top:10.625rem;left:48.3125rem;overflow:hidden;display:block; }
#xhb3OEIDKup3R8hO1cVpOaiENTEPfxr6 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:47.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:57.375rem;left:13.9375rem;height:2.025rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah { position:relative;display:block; }#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah { background-color: transparent; background-image: none; }#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah > .row .container > .video-iframe-container { display: none; }#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah > .row > .video-iframe-container { display: none; }#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah > .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); }#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah { border-width: 0; border-radius: 0; }#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah > .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; }#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:96.4375rem;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; }#utLd3zG9XhMCB8SF91h6pxccGJW1gBO6 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:3.3125rem;left:8.3125rem;height:6.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wTA0bLJOSTh8LIoKX4kdQHBzS2k67nqD { color:#1f333b;display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:25.625rem;left:9.3125rem;height:0;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;font-style:normal;display:block; }
#mEgH4STBkWNn0Jm7Tf4RtfuOWPmvRxEr { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:29.25rem;top:11.3125rem;left:22.875rem;overflow:hidden;display:block; }
#IbpcAOvRUW8FmAMeOzHaMnyWeJNiyN5u { color:rgba(var(--color-tertiary-4),1);display:block;width:41.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:27.1875rem;left:16.875rem;height:7.15rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWLosgzWTitBBuqgHbb2PqJo1ATVC3qh { position:absolute;display:block;z-index:15017;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:26.0625rem;width:21.9375rem;top:44.6875rem;left:28.375rem;overflow:hidden;display:block; }
#a9qhZTK31et6w52QRkPT9ZLIErQzDNea { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:39.625rem;left:9.3125rem;height:3.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pTQkn4TMwx1xxoe4zGDnalzmGxVDXusI { color:rgba(var(--color-tertiary-4),1);display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:89.25rem;left:18.28125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vld6mTqKSCSfK4xEGqlJp94ULP5onOm5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:21.9375rem;top:71.8125rem;left:28.375rem;overflow:hidden;display:block; }
#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(209,185,177,0.46);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; }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row .container { background-color: transparent; background-image: none; }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row .container > .video-iframe-container { display: none; }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row > .video-iframe-container { display: none; }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .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); }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row .container { border-width: 0; border-radius: 0; }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row .container { font-size:0.875rem;font-family:arial;height:65.875rem;width:75rem;position:relative;display:block; }#ycAK7J6Fb5iB9DMSeVPOkT3bap5BEXyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:69.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.9375rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eC6NEJJ4WO9R2MfTWFd51Z4hkBRcMlT0 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.5rem;left:5.0921869277954rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zXyPGGApvR2Z2tnpnNpuvWGrGJRaeJZM { color:rgba(var(--color-tertiary-4),1);display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:24.5rem;left:8.311718940735rem;height:2.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#loa78qvOG6d0oTKoPc6mrRr9PItPWAIu { color:rgba(var(--color-tertiary-4),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:54.5625rem;left:11.186718940735rem;height:10.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EUpixzDZSI0Dq0iGivLzae3qHvHVTm9v { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #cb55c8;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:16.875rem;width:22.625rem;top:31.625rem;left:0.6875rem;display:block; }
#oVTO5ztPTMihUzX0MrTLhfW4s87ySLuc { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:37.6875rem;left:2.5625rem;height:3.5rem;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;font-style:normal;display:block; }
#WO6tienyqx5vNUTS9VZNz9vpLFF6ClfJ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:42rem;left:2.5625rem;height:3.5rem;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;font-style:normal;display:block; }
#OHSS3xCb9RFTVnwNZdemD3qETPTVJT6Z { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:32.375rem;left:2.5625rem;height:5.25rem;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;font-style:normal;display:block; }
#rAGFTchkwTLAlhN4MdtTnFM3HlvqCiTP { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #cb55c8;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:16.875rem;width:22.625rem;top:31.75rem;left:26.875rem;display:block; }
#m0tbaAcA6TAEXDEtdw8UW8xQ2AUzOvLx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:41.1875rem;left:28.75rem;height:5.25rem;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;font-style:normal;display:block; }
#DVFaLSZL2qbz4zF8JihhnTWHlOdUoVvy { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:37.8125rem;left:28.75rem;height:3.5rem;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;font-style:normal;display:block; }
#ADnHAXRfSaoCTqbkvEouIL8vVioc5r72 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:32.5rem;left:28.75rem;height:5.25rem;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;font-style:normal;display:block; }
#ZKbTMZouAa8Ac8znLI8s5NDztdVevDRr { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #cb55c8;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:16.875rem;width:22.625rem;top:32rem;left:53.0625rem;display:block; }
#svruPTxCl3ZfTfzOpq4fBIBK9z9QBrn1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:41.1875rem;left:54.9375rem;height:5.25rem;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;font-style:normal;display:block; }
#KsTTKkAv7KQEc4xHzEvtAbypMezhgFry { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:37.5625rem;left:54.9375rem;height:3.5rem;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;font-style:normal;display:block; }
#FMkK3bUoOBXL7FeXfRNGTe708f8eGERz { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:32.75rem;left:54.9375rem;height:5.25rem;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;font-style:normal;display:block; }
#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu { background-color:rgba(255,255,255,0.5);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row .container { background-color: transparent; background-image: none; }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row .container > .video-iframe-container { display: none; }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row > .video-iframe-container { display: none; }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .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); }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row .container { border-width: 0; border-radius: 0; }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row .container { font-size:0.875rem;font-family:arial;height:74.875rem;width:75rem;overflow:visible;position:relative;display:block; }#VACEUZG4TbcZiUlL7wuGtysadD5OoOur { color:#1f333b;display:block;width:6.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:15039;line-height:.9;letter-spacing:0;top:7.625rem;left:58.625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R08UIdRlAOeIG35oT4OMRNNbyaneQ687 { color:#1f333b;display:block;width:5.25rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:6rem;left:59.1875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O4xAeXGoxSnJxbKGUOeH7K23i9ihifaG { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.625rem;left:11.8125rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#or7Dve6TZsI3ThKS932mZUVHIKLO7RZV { color:rgba(var(--color-tertiary-4),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.625rem;left:12.0625rem;height:27.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nsFNwTnkNDA9bUdm0BrnyUvRQKUzgerF { background-color:#eb16e3;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.5625rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:62.625rem;left:25.468750953674rem;display:block; }
#U5TmRPwIQADDzBcZLiOW8057Vmg7tBb5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f1HpciHT6ztIE95sCBKg2e9ZtKHT4Mez { display:block;width:33.75rem;position:absolute;font-family:"roboto condensed";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:67.6875rem;left:20.624218940735rem;height:3.325rem;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g1BPHOyRotI2pgHCrmN4dcHMykzLT8oL { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:59.9375rem;left:20.374218940735rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TgRwSURzT2DaaSki4GDZBpI6s6AAVvvk { color:rgba(var(--color-tertiary-4),0.8);display:block;width:41.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.8;letter-spacing:0;top:70.1875rem;left:16.624218940735rem;height:1.9125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RM0SDfIX26sXBzVPKi3W7hheUDwuBbFc { color:rgba(var(--color-tertiary-4),1);display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:42.6875rem;left:11.811718940735rem;height:13.65rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J7I7n42TgvkpdpzRb3KGQWMK76cB0rg3 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.5rem;left:11.84375rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O3cV6fOmhypkrLMUii92032WD3It9Qo2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(209,185,177,0.46);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; }#O3cV6fOmhypkrLMUii92032WD3It9Qo2 > .row .container { background-color: transparent; background-image: none; }#O3cV6fOmhypkrLMUii92032WD3It9Qo2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3cV6fOmhypkrLMUii92032WD3It9Qo2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3cV6fOmhypkrLMUii92032WD3It9Qo2 > .row .container > .video-iframe-container { display: none; }#O3cV6fOmhypkrLMUii92032WD3It9Qo2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3cV6fOmhypkrLMUii92032WD3It9Qo2 > .row > .video-iframe-container { display: none; }#O3cV6fOmhypkrLMUii92032WD3It9Qo2 > .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); }#O3cV6fOmhypkrLMUii92032WD3It9Qo2 > .row .container { border-width: 0; border-radius: 0; }#O3cV6fOmhypkrLMUii92032WD3It9Qo2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3cV6fOmhypkrLMUii92032WD3It9Qo2 > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#r144OTEOTVVyd7CKWRPpwfmKwHP4zpik { position:absolute;display:block;z-index:15044;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:31.1875rem;width:23.5rem;top:9.375rem;left:51.5rem;overflow:hidden;display:block; }
#aKhEFOD2ehMy9e8sWTBmH5XtoNtylZHn { color:#106b72;display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.326171875rem;left:9.6875rem;height:3.16875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#veO0ETHWZqQhfA0ct7r3U1yFozXKinLJ { color:rgba(var(--color-tertiary-4),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:12.3125rem;left:0rem;height:5.5125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vkO2AL4AkQkG8WTfHyBf6gaxLPEiBC4o { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.875rem;left:0rem;height:21.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.46);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; }#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav > .row .container { background-color: transparent; background-image: none; }#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav > .row .container > .video-iframe-container { display: none; }#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav > .row > .video-iframe-container { display: none; }#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav > .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); }#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav > .row .container { border-width: 0; border-radius: 0; }#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#yqSxPlPTXdrOH8Ah5kdNeJLnmP3XKHW4 { position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.46);background-image:none;border-top:0.1875rem solid #10722b;border-left:0.1875rem solid #10722b;border-right:0.1875rem solid #10722b;border-bottom:0.1875rem solid #10722b;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:30.1875rem;width:66.9375rem;top:2.375rem;left:5.15625rem;display:block; }
#X4NXUcA69TtvrK0Uq6hLgUXP2pbL7SWx { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:19.8125rem;left:13.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mubuC7dDwumJGPTfxnOCbygGm9OSoZpT { color:rgba(var(--color-tertiary-4),1);display:block;width:44rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:15.1875rem;left:13.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TocoLbnNPtxzZTCqWQPA4WzSbnFXNV2u { color:rgba(var(--color-tertiary-4),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:17.5rem;left:13.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Bi1f1CQJHxHTURr1tFWPhLSOqTygbUK3 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:12.625rem;left:13.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kDhGGOUiNQUJWT7LHzrSJZ3X4guzM3Zy { color:rgba(var(--color-secondary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.6875rem;left:13.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AsrO8s45OXzg3xKOT6VzXsSALBmtTr5v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:9.625rem;left:10.625rem; }
#qSoElDVmR3E62TCmwf1dFXFzc1UG5EBy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:12.5625rem;left:10.625rem; }
#XKEN2fbRTSSZ9pVZ7ax3qMKvbFK8CX5G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:15.125rem;left:10.625rem; }
#GHlPUHNsPehx66GEKXEL4Nonai9cB5e3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:17.4375rem;left:10.625rem; }
#QBKLVDkHPXmqvX5Ba2x35Gmuy3bfl5os { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:19.75rem;left:10.625rem; }
#TkfaswFQu6yIDrlvhEXnTCtUhimTA3Hp { color:rgba(var(--color-tertiary-4),0.8);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:4.6875rem;left:12.03125rem;height:3.675rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#Oiw7Ugw1p5p4Sp3pJV8yNH7HbT0znsVD { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:22.375rem;left:13.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#weMNzR934Qtqdlz0eWD3ULZCRVVUFh7p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:22.3125rem;left:10.625rem; }
#ahWLXttfZNVTbdILDp6w3xi6siSa0qg7 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:25rem;left:13.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xQF6o57TeEmmktzgmT7BhgX79N8er522 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:24.9375rem;left:10.625rem; }
#uc0IAc99nVe0fF9N0Vuz6IsPnEdGguT8 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:27.5rem;left:13.125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vVzeEgTMh8D6WuT2OTFGs8b6oCdzoaEV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:27.4375rem;left:10.625rem; }
#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP { position:relative;display:block; }#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP { background-color: transparent; background-image: none; }#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP > .row .container > .video-iframe-container { display: none; }#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP > .row > .video-iframe-container { display: none; }#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP > .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); }#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP { border-width: 0; border-radius: 0; }#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP > .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; }#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.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; }#nTMTctq0swX0PtfhvR8aurPyk7fq72Zv { color:rgba(var(--color-tertiary-4),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:14.9375rem;left:13.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bbcKyeQfZ2fI9nz8C5UOcvua0m78kv34 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:12rem;left:13.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ikRxIpoLupQPTvaH5k1PEU9CJ9XStKBO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:11.9375rem;left:11.4375rem; }
#n5lC5LcZACv9P7FaFmfG1BQERkUUnWw0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:14.875rem;left:11.4375rem; }
#hDaq6M51ShxhPrT4055i1Cs2wsCEMmzu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:8.9375rem;left:11.4375rem; }
#qZAbaael6Ttc9sZ2ihZvEXqD1lG29vo0 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9rem;left:13.9375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QvuI63nJT3DZ7z5HeBWQzaSLt41WUbKd { color:rgba(var(--color-tertiary-4),0.8);display:block;width:29.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:5.1875rem;left:22.875rem;height:2.3625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#aepptAD6sNswl72xCZWiTTHVhhTHJ0kP { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.46);background-image:none;border-top:0.0625rem solid #a40001;border-left:0.0625rem solid #a40001;border-right:0.0625rem solid #a40001;border-bottom:0.0625rem solid #a40001;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:16.0625rem;width:66.375rem;top:2.875rem;left:5.625rem;display:block; }
#EQuks0gX5uIxemZksOxUvPoW99CEVBaB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row .container { background-color: transparent; background-image: none; }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row .container > .video-iframe-container { display: none; }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row > .video-iframe-container { display: none; }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .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); }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row .container { border-width: 0; border-radius: 0; }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#EIJgTi4X8UR6bMxtl1Xr5Iwp5U3fJWdZ { background-color:#eb16e3;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.5625rem;height:3.4375rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:22.625rem;left:24rem;display:block; }
#GUMs6JbVh7r4dLpBfk9n0HxiQF06vgGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iAHCGLEv4TCLZVZEewNroOmXffRg1OhW { color:#1f333b;display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:20.25rem;left:10.625rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#106b72;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.6125rem;padding-right:0.5325rem;padding-bottom:0.6125rem;padding-left:0.5325rem;display:block;align-items:center;width:3.195625rem;min-width:3.195625rem;height:3.29125rem;position:relative;font-family:"open sans";font-size:2.449375rem;font-weight:700;line-height:52.66px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3825rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.260625rem;height:1.300625rem;position:relative;font-family:"open sans";font-size:0.918125rem;font-weight:400;line-height:20.81px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21.0625rem;height:6.19921875rem;padding-top:0.765625rem;padding-right:0.76125rem;padding-bottom:0.765625rem;padding-left:0.76125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:29.4375rem;left:24.4873046875rem;z-index:15043; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #ml7AcV0sy4WHusp10BpfvM71h9BXpmoo { display:flex;position:relative;top:0rem;left:0rem; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #HhiUOvGWDIzKqunDl4mmRqke0248Tx6f { width:auto; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #s4SIzO3nw3kQFR0dVp3md89zgIE1SO7Z {  }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #UkqBbgCPLmMUTUlm9XQGshKCCxE8LEqf { display:flex;position:relative;top:0rem;left:0rem; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #RUf09eDuaHwL1Nhe7eEAFmr4RleP211E {  }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #mfoDETmiXHv2SKRd4Hhc4BCO67Z9qA0r {  }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #cgXUoA8MzPtoxxTiCTDIZWgzXHtOOJN6 { display:flex;position:relative;top:0rem;left:0rem; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #Lh5GIS9nM5ScFdp3eeJcPB0VT9InvNUV {  }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #p0eJWf0xcCkrCkxyhmmCtNB5CkX8tNxc {  }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #gczDprChKk2qgnJAxKXRssM2hFxbudzP { display:flex;position:relative;top:0rem;left:0rem; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #OW5Sipxzs1b8JPXRH2HsczwTzQo72oTd {  }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #SMTCetBHRxMbC5SS00eDfFmOuUsmoZql {  }
#i9XHcNirfACwy7TG8iXxJ52JNbZTnAd6 { color:#1f333b;display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:27.6875rem;left:10.625rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MR39GDwTLUiRqsCSTwvpqQ7TG0TpQT1U { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:38.3125rem;left:14.9375rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TVbZPbAa77651mZoRIaNBD77xxTgXtMu { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:41.0625rem;left:10.625rem;height:1.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Kb4oWWCxbK1fTHNDCvAVOKL5InLn7chx { color:rgba(var(--color-tertiary-4),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:2.375rem;left:10.625rem;height:2.625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TTqt8bmPvmxeGUvQCFNeqGhgTczOtnxf { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:6.5rem;left:21.5625rem;height:;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;font-style:normal;display:block; }
#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row .container { background-color: transparent; background-image: none; }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row .container > .video-iframe-container { display: none; }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row > .video-iframe-container { display: none; }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .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); }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row .container { border-width: 0; border-radius: 0; }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row .container { font-size:0.875rem;font-family:arial;height:92.4375rem;width:75rem;position:relative;display:block; }#CWxhsqFwPkTtVg0Hwwy2RVihWK9gfBdV { position:absolute;display:block;z-index:15018;border-top:0.375rem solid rgba(209,185,177,0.46);border-left:0.375rem solid rgba(209,185,177,0.46);border-right:0.375rem solid rgba(209,185,177,0.46);border-bottom:0.375rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.625rem;width:32.0625rem;top:2.2490234375rem;left:0rem;overflow:hidden;display:block; }
#Lyhaaw791eDuS2vMDMGcbNAdL34vadNT { position:absolute;display:block;z-index:15015;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.5625rem;width:22.1875rem;top:2.2490234375rem;left:52.043191056911rem;overflow:hidden;display:block; }
#aZ0kPW35oELDG2hTkmT7VSred8c3ozVn { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:7.625rem;width:16.4375rem;top:2.3115234375rem;left:33.90625rem;overflow:hidden;display:block; }
#aBXGm76do5ti65kLOxKvn6bTgJHe7eQi { position:absolute;display:block;z-index:15022;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.4375rem;width:27.5625rem;top:12.25rem;left:0rem;overflow:hidden;display:block; }
#GXJTAF3XiWhaPU0e5uluROf5cFwgbVuW { position:absolute;display:block;z-index:15016;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.625rem;width:21.125rem;top:25.875rem;left:0rem;overflow:hidden;display:block; }
#hVyQh3TOoAAbieR4fLzKPr8O8It96wL4 { position:absolute;display:block;z-index:15017;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.4375rem;width:24.5rem;top:12.25rem;left:29.875rem;overflow:hidden;display:block; }
#pZK4ddBPp24yqpdq8S8HMkMNBiuOFnNk { position:absolute;display:block;z-index:15018;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.75rem;width:28.6875rem;top:26rem;left:45.6875rem;overflow:hidden;display:block; }
#HabzXz2TobTAoE65vnr6IOGbpiqOOGmW { position:absolute;display:block;z-index:15019;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.8125rem;width:18.25rem;top:25.75rem;left:24.0625rem;overflow:hidden;display:block; }
#oq2XDLlHV9DTd07TAxT3mb40z8VaW29Z { position:absolute;display:block;z-index:15020;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.125rem;width:30.4375rem;top:43.6875rem;left:21.0625rem;overflow:hidden;display:block; }
#ZFrnHSkMuLG0ukz8rTBSIT1uROQmGqgq { position:absolute;display:block;z-index:15021;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.1875rem;width:17.0625rem;top:43.375rem;left:0rem;overflow:hidden;display:block; }
#NBE0lSSlQVAWaAHKqyfWtGDKZIcFnTTA { position:absolute;display:block;z-index:15022;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:24.0625rem;width:20.25rem;top:43.375rem;left:54.125rem;overflow:hidden;display:block; }
#uuS2kdlNL63WtXU9v92bZQ0c1H2ZlyUC { position:absolute;display:block;z-index:15024;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.375rem;width:30.25rem;top:63.5625rem;left:21.125rem;overflow:hidden;display:block; }
#keMskVENy7de6XDXuRBRIWT4dPigKX6v { position:absolute;display:block;z-index:15025;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.875rem;width:33.1875rem;top:82.34375rem;left:0rem;overflow:hidden;display:block; }
#M7QsTlhHcJqTw8wGcJG6ABKvQcBsyOAT { position:absolute;display:block;z-index:15026;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6rem;width:30.4375rem;top:55.375rem;left:21.0625rem;overflow:hidden;display:block; }
#BBmOcStEvCpoTBJXf6QH7eBy6b51yOIx { position:absolute;display:block;z-index:15027;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:15.4375rem;width:39.1875rem;top:71.84375rem;left:35.1875rem;overflow:hidden;display:block; }
#sxdHx2X758rOwoyk9ehZ4yVSLRc246C4 { position:absolute;display:block;z-index:15028;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.9375rem;width:33rem;top:71.5625rem;left:0rem;overflow:hidden;display:block; }
#NmMT6v3f94ScsI9ntAS0rxtsVA1LLbko { position:absolute;display:block;z-index:15031;border-top:0.3125rem solid rgba(209,185,177,0.46);border-left:0.3125rem solid rgba(209,185,177,0.46);border-right:0.3125rem solid rgba(209,185,177,0.46);border-bottom:0.3125rem solid rgba(209,185,177,0.46);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:11.3125rem;width:18rem;top:12.25rem;left:56.125rem;overflow:hidden;display:block; }
#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(209,185,177,0.46);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; }#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn > .row .container { background-color: transparent; background-image: none; }#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn > .row .container > .video-iframe-container { display: none; }#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn > .row > .video-iframe-container { display: none; }#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn > .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); }#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn > .row .container { border-width: 0; border-radius: 0; }#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#SEywA4Hdi70T2GqH6HODDKeAtZgiVeng { color:#106b72;display:block;width:56.6875rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.01953125rem;left:9.15625rem;height:3.4125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e3l9mqGeO5eTCQ9y5KfnZ0daALJLfetg { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15043;background-color:#e3e3e3;background-image:none;top:0rem;left:7.5rem;display:block; }
#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(209,185,177,0.46);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; }#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 > .row .container { background-color: transparent; background-image: none; }#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 > .row .container > .video-iframe-container { display: none; }#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 > .row > .video-iframe-container { display: none; }#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 > .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); }#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 > .row .container { border-width: 0; border-radius: 0; }#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#zwOfttxozLXvKMmZpk254JEV88AA6MNX { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:3.75rem;height:2.6rem;display:block; }
#JGH5Z0XhpRBo0i4GdHTgPgqm6vua4Xoo { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.75rem;height:2.6rem;display:block; }
#oJqZc5wr1g6kyzgAgclaBp3yrVWcMkar { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:32.625rem;left:3.75rem;height:2.6rem;display:block; }
#GOoZ4CadGSISiJK8T85mIX0gA62oVrHa { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:36.0625rem;left:3.75rem;height:2.6rem;display:block; }
#VAf0lWU3G0QOMNbREIrD0PPLkdigPec8 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.125rem;left:3.75rem;height:1.3rem;display:block; }
#GzOZaUDe5k2G8dfHehuXvJ5ZOMDBV0ZT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.3125rem;left:3.75rem;height:3.9rem;display:block; }
#OhiMcR1dCDRPpJDQToqI420fzZ8wWb18 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:42.625rem;height:1.3rem;display:block; }
#NXZMCNz3RqIi1zlaOMgKQ4yEraR7hTaB { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:42.6875rem;height:2.6rem;display:block; }
#UGhLXeNxTFwcWTqJh8WUaAJU2ANmJfCA { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:42.6875rem;height:2.6rem;display:block; }
#RWTHeeoBOi6xoTgeJ2U5kzTlpqb36ans { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.4375rem;left:42.6875rem;height:2.6rem;display:block; }
#plbX5b3xhrBrMByPT9EsKf9iVQgxCylt { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.3974609375rem;left:42.65625rem;height:1.3rem;display:block; }
#yreks73vq1dztilroEmDmSWSdhWMEzZ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5625rem;left:42.625rem;height:2.6rem;display:block; }
#Kddny3vzpfov8v4y7tMAv5bJKcIJhCgW { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5625rem;left:3.75rem;height:1.3rem;display:block; }
#oknyPPf7m7acW6d77zAxchKJPZsJvgUo { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.7978515625rem;left:3.75rem;height:2.6rem;display:block; }
#FiotzifH3HaWcqIVly9c2BXnDd3bhekS { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5625rem;left:3.75rem;height:1.3rem;display:block; }
#qkT9mIPt6RTRIIKTAHgF97ucCeukl7GC { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.375rem;left:3.75rem;height:2.6rem;display:block; }
#IIHlVKeWvyJVoC0swoTuMUtmQKPWddTd { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:31rem;left:42.625rem;height:6.5rem;display:block; }
#ikWlP8Wosh0p4ciDp1XS9RtgfK90NLCl { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:27.5rem;left:42.6875rem;height:3.9rem;display:block; }
#f40LxVEL39Remr4vZUlnK4eiUTbUt9Xm { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.82421875rem;left:42.65625rem;height:2.6rem;display:block; }
#cMvklhdMPVNd9Ant2QhPPBbQWJgHdLif { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:23.3193359375rem;left:42.625rem;height:2.6rem;display:block; }
#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 { 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; }#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 > .row .container { background-color: transparent; background-image: none; }#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 > .row .container > .video-iframe-container { display: none; }#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 > .row > .video-iframe-container { display: none; }#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 > .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); }#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 > .row .container { border-width: 0; border-radius: 0; }#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#D9EO6PA9V4qT20ZMWDHmHbnA5CfTSpE3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:10.0625rem;height:1.3rem;display:block; }
#A6p5HEIxJwEbDFmn1M1yxv6TTSUC6an1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.23046875rem;left:21.25rem;height:1.3rem;display:block; }
#etp8Sve7d08RA6JZ8ElRhAmPNlzZpWh0 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.8914070129394rem;left:9.375rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #i3iTEqNemfduImBIs2wPGqr9TSCfIDlR { display:block; }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXNRGQtZDrgsr5IO42tT3tpa6UTzTSNM { width:47.75rem;height:;top:0.875rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m { background-color:#d9d9d9;background-image:url("https://images.assets-landingi.com/SDMH7Jab/background_top.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m.adaptive-delivery-prevent-bg, #CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m.lazyload, #CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m.lazyloading { background-image: none; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container { background-color: transparent; background-image: none; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container > .video-iframe-container { display: none; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row > .video-iframe-container { display: none; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .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); }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container { border-width: 0; border-radius: 0; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbHhOSogyMcfZzL8V8vCUKzpyPquqTRS { width:47.75rem;height:;top:4.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf9u8NCZlTZWCLNoBnwTEDpA7pIiNIhH { width:33.75rem;height:1.625rem;top:48.6875rem;left:14rem;font-size:1.0625rem;color:#0d0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #PJ0xoytE36dVc6uNv82AkzxEvwAVrGLQ { top:19.625rem;left:0rem;width:32.8125rem;height:42.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHch6aQHG6kP7tJ5wHRAtTqVdKJcw4Z { width:9.5625rem;height:1.625rem;top:53.3125rem;left:31.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3o9TJGP95pObSLo9TFXOzVAmEbnqfpe { width:9.5625rem;height:4.9375rem;top:50.9375rem;left:36rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #katT6FlCaibx5TTGITeqByy75LTJZaGn { width:11.3125rem;height:1.75rem;top:55.9375rem;left:35.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #geb3WiCsHqi3EEMUCMH4deTGJ0hSn6if { width:11.8125rem;height:2.25rem;top:55.625rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ett3RRngSTcHCER6sUPipHmwqDKU1mBJ { top:41.9375rem;left:10.6875rem;width:37.0625rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3fdeCVmZCS6rkbOZ6SpkJQDalLZIcl4 { width:26.25rem;height:8.3125rem;top:30.3125rem;left:21.000000953674rem;font-size:1.125rem;color:#0d0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #ZNtsreEntiA1er3gB80KNraTquKXMeDN { width:28.0625rem;height:5.375rem;top:60.25rem;left:19.6875rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s2PRGsKEmfvFucGKUPxpNed8igbs89w5 { display:block; }
 }@media only screen and (max-width: 763px) { #cw2apx53kkTwp5ftDshBx8nKlSMvVKFO { top:17.4375rem;left:10.6875rem;width:37.0625rem;height:6.375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcKWQAmpWXiTdz7S34hCM9wWdvGH5GnL { width:38.0625rem;height:4.875rem;top:23.8125rem;left:7.375rem;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Xs1FXQUWsP0SQzqIlzRGRtDkuAwkr2Uw { width:36.75rem;height:;top:66.5625rem;left:11rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxkocRvST5Ay43QrqTfBbHmegNXb0TJb { width:47.75rem;height:2.4375rem;top:1.5625rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 { display:block; }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PifevImn4XkT4XZfodXhTV7gWeknZNFD { width:6.625rem;height:1.4375rem;top:7.5625rem;left:27.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moQyW54LPw48JprVEzdmwJo0GmPPr8vM { width:5.25rem;height:1.125rem;top:5.9375rem;left:28.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdSeAK3PTI1R0UGpvHp9rT2OU4x4lKd0 { width:47.75rem;height:5.25rem;top:2.375rem;left:0rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #duJK1xFqPCyp1vT1buLJgIT4lSyNRU5a { width:44.6875rem;height:;top:19.1875rem;left:0rem;font-size:1.375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LXVKky4OACnCF2ST1pUPEhTxAZlFzDwA { top:23.6875rem;left:4.5624990463257rem;width:35.3125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THifog0hXPS43KWVydIt8n25rWMCUeCf { width:40.875rem;height:;top:9rem;left:0.93671894073488rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #B4lqN74OrPvF9T5bBbHtnJb2K3ARQCoZ { width:40.875rem;height:;top:32.5625rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nhwZn2L9EGgJ5u131B4uTBG5W0TtNqTm { width:40.875rem;height:2.125rem;top:25.125rem;left:6.875rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ph2tzt2A4TWTzTATl9baJN0qGI6PtPh9 { width:40.875rem;height:2.25rem;top:29.5625rem;left:0rem;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IrTr0PHbhCJSmTTDqAmJHfTKUpydLBfB { width:40.875rem;height:;top:15.625rem;left:0.93671894073488rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J5QXLno55KTI3xHiWEBwzznSGHrJsuCQ { width:40.875rem;height:1.9375rem;top:15.625rem;left:0.93671894073488rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qOKThQmsioV31W34gUk0xXrp3XnH9izQ { display:block; }#qOKThQmsioV31W34gUk0xXrp3XnH9izQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFvRtUTrgOKBWP8WocVIfziTIgyIVmBG { width:47.75rem;height:5.875rem;top:1.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8HBpo9OTdWOSS1TToTDGhHqBdQIRirN { width:47.0625rem;height:;top:10.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIhKq8CkBTf37BCOkrXeSZuaBsBpuEeo { width:40.25rem;height:;top:13.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMadR7WFQ7NozzZ8UzKyAzPQJ9vka34v { top:23.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBgZH4rSac3lGkLNLxIJ6LN3wXXHAqgT { top:23.625rem;left:0rem;width:20.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUciLspht4BxhkrFEuKb3QuDV8utMrrk { top:26.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FANArOy0BEfTLu48DE7Nm6v7hsdUCfnm { top:26.0625rem;left:0rem;width:20.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrMWDv3hHQnWbidBHxfA2gwgnax3fM6X { top:28.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPbZXhao2R0VmxMgvOibD6UvaewWvfR5 { top:28.625rem;left:0rem;width:20.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBQxCy4fh1q9RnMsBbViTtF8FtUZnoiy { width:47.0625rem;height:;top:31.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3TzheA0i7L3xqxGKaRvLOnMQws5Ph9E { width:47.75rem;height:4.375rem;top:46.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsO5WA10ybu28esLZz7ATGeLAWxsvV49 { width:29.625rem;height:3.8125rem;top:52.625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4GNTL5S8urEMbAKGG5HsiJX6mTveH6T { display:block; }
 }@media only screen and (max-width: 763px) { #spxIw6vTxHoKdrfd7hxhyPDHgWF9vdPZ { top:10.625rem;left:21.75rem;width:26rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhb3OEIDKup3R8hO1cVpOaiENTEPfxr6 { width:47.0625rem;height:2rem;top:57.375rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah { display:block; }#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utLd3zG9XhMCB8SF91h6pxccGJW1gBO6 { width:47.75rem;height:;top:3.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTA0bLJOSTh8LIoKX4kdQHBzS2k67nqD { width:47.75rem;height:0;top:25.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEgH4STBkWNn0Jm7Tf4RtfuOWPmvRxEr { top:11.3125rem;left:9.25rem;width:29.25rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpcAOvRUW8FmAMeOzHaMnyWeJNiyN5u { top:27.1875rem;left:3.25rem;width:41.1875rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWLosgzWTitBBuqgHbb2PqJo1ATVC3qh { top:44.6875rem;left:14.75rem;width:21.9375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9qhZTK31et6w52QRkPT9ZLIErQzDNea { width:47.75rem;height:3.0625rem;top:39.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTQkn4TMwx1xxoe4zGDnalzmGxVDXusI { top:89.25rem;left:4.65625rem;width:42.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vld6mTqKSCSfK4xEGqlJp94ULP5onOm5 { top:71.8125rem;left:14.75rem;width:21.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU { display:block; }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycAK7J6Fb5iB9DMSeVPOkT3bap5BEXyQ { top:3.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC6NEJJ4WO9R2MfTWFd51Z4hkBRcMlT0 { width:47.75rem;height:;top:8.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXyPGGApvR2Z2tnpnNpuvWGrGJRaeJZM { width:47.75rem;height:2.1875rem;top:24.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loa78qvOG6d0oTKoPc6mrRr9PItPWAIu { width:47.75rem;height:8.375rem;top:54.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUpixzDZSI0Dq0iGivLzae3qHvHVTm9v { width:22.625rem;height:16.875rem;top:31.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVTO5ztPTMihUzX0MrTLhfW4s87ySLuc { width:17.625rem;height:3.5rem;top:37.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO6tienyqx5vNUTS9VZNz9vpLFF6ClfJ { width:18.875rem;height:3.5rem;top:42rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHSS3xCb9RFTVnwNZdemD3qETPTVJT6Z { width:14.0625rem;height:5.25rem;top:32.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAGFTchkwTLAlhN4MdtTnFM3HlvqCiTP { width:22.625rem;height:16.875rem;top:31.75rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0tbaAcA6TAEXDEtdw8UW8xQ2AUzOvLx { width:18.875rem;height:5.25rem;top:41.1875rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVFaLSZL2qbz4zF8JihhnTWHlOdUoVvy { width:17.3125rem;height:1.75rem;top:37.8125rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADnHAXRfSaoCTqbkvEouIL8vVioc5r72 { width:14.0625rem;height:5.25rem;top:32.5rem;left:15.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKbTMZouAa8Ac8znLI8s5NDztdVevDRr { width:22.625rem;height:16.875rem;top:32rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svruPTxCl3ZfTfzOpq4fBIBK9z9QBrn1 { width:18.875rem;height:5.25rem;top:41.1875rem;left:28.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsTTKkAv7KQEc4xHzEvtAbypMezhgFry { width:19.375rem;height:3.5rem;top:37.5625rem;left:28.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMkK3bUoOBXL7FeXfRNGTe708f8eGERz { width:14.0625rem;height:5.25rem;top:32.75rem;left:33.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpya2cHx89CQ4kKvTairP1uGPNmmwusu { display:block; }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VACEUZG4TbcZiUlL7wuGtysadD5OoOur { width:6.625rem;height:1.4375rem;top:7.625rem;left:41.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R08UIdRlAOeIG35oT4OMRNNbyaneQ687 { width:5.25rem;height:1.125rem;top:6rem;left:42.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4xAeXGoxSnJxbKGUOeH7K23i9ihifaG { top:2.625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7Dve6TZsI3ThKS932mZUVHIKLO7RZV { top:7.625rem;left:0rem;width:47.75rem;height:27.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsFNwTnkNDA9bUdm0BrnyUvRQKUzgerF { width:24.0625rem;height:3.5625rem;top:62.625rem;left:11.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5TmRPwIQADDzBcZLiOW8057Vmg7tBb5 { display:block; }
 }@media only screen and (max-width: 763px) { #f1HpciHT6ztIE95sCBKg2e9ZtKHT4Mez { width:33.75rem;height:3.3125rem;top:67.6875rem;left:6.999218940735rem;font-size:1.1875rem;color:#0d0d0d;display:block; }
 }@media only screen and (max-width: 763px) { #g1BPHOyRotI2pgHCrmN4dcHMykzLT8oL { top:59.9375rem;left:6.749218940735rem;width:34.25rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgRwSURzT2DaaSki4GDZBpI6s6AAVvvk { width:41.75rem;height:1.875rem;top:70.1875rem;left:2.9992189407349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM0SDfIX26sXBzVPKi3W7hheUDwuBbFc { top:42.6875rem;left:0rem;width:47.75rem;height:11.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7I7n42TgvkpdpzRb3KGQWMK76cB0rg3 { top:37.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3cV6fOmhypkrLMUii92032WD3It9Qo2 { display:block; }#O3cV6fOmhypkrLMUii92032WD3It9Qo2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r144OTEOTVVyd7CKWRPpwfmKwHP4zpik { top:9.375rem;left:24.25rem;width:23.5rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKhEFOD2ehMy9e8sWTBmH5XtoNtylZHn { top:3.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veO0ETHWZqQhfA0ct7r3U1yFozXKinLJ { top:12.3125rem;left:0rem;width:43.5rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkO2AL4AkQkG8WTfHyBf6gaxLPEiBC4o { top:17.875rem;left:0rem;width:42.8125rem;height:21.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTqTpFPTTmTNDFxRMFiP5onUE8HODOav { display:block; }#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqSxPlPTXdrOH8Ah5kdNeJLnmP3XKHW4 { width:47.375rem;height:30.1875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4NXUcA69TtvrK0Uq6hLgUXP2pbL7SWx { top:19.8125rem;left:0rem;width:46.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mubuC7dDwumJGPTfxnOCbygGm9OSoZpT { top:15.1875rem;left:0rem;width:44rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TocoLbnNPtxzZTCqWQPA4WzSbnFXNV2u { top:17.5rem;left:0rem;width:41.875rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1f1CQJHxHTURr1tFWPhLSOqTygbUK3 { top:12.625rem;left:0rem;width:40.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDhGGOUiNQUJWT7LHzrSJZ3X4guzM3Zy { top:9.6875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsrO8s45OXzg3xKOT6VzXsSALBmtTr5v { top:9.625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSoElDVmR3E62TCmwf1dFXFzc1UG5EBy { top:12.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKEN2fbRTSSZ9pVZ7ax3qMKvbFK8CX5G { top:15.125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHlPUHNsPehx66GEKXEL4Nonai9cB5e3 { top:17.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBKLVDkHPXmqvX5Ba2x35Gmuy3bfl5os { top:19.75rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkfaswFQu6yIDrlvhEXnTCtUhimTA3Hp { width:47.75rem;height:3.625rem;top:4.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oiw7Ugw1p5p4Sp3pJV8yNH7HbT0znsVD { top:22.375rem;left:0rem;width:46.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weMNzR934Qtqdlz0eWD3ULZCRVVUFh7p { top:22.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahWLXttfZNVTbdILDp6w3xi6siSa0qg7 { top:25rem;left:0rem;width:46.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQF6o57TeEmmktzgmT7BhgX79N8er522 { top:24.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uc0IAc99nVe0fF9N0Vuz6IsPnEdGguT8 { top:27.5rem;left:0rem;width:46.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVzeEgTMh8D6WuT2OTFGs8b6oCdzoaEV { top:27.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhmlfdnct7b4yTJUccIqVgqsHl2II2IP { display:block; }#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTMTctq0swX0PtfhvR8aurPyk7fq72Zv { top:14.9375rem;left:0.3125rem;width:41.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbcKyeQfZ2fI9nz8C5UOcvua0m78kv34 { top:12rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikRxIpoLupQPTvaH5k1PEU9CJ9XStKBO { top:11.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5lC5LcZACv9P7FaFmfG1BQERkUUnWw0 { top:14.875rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDaq6M51ShxhPrT4055i1Cs2wsCEMmzu { top:8.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZAbaael6Ttc9sZ2ihZvEXqD1lG29vo0 { top:9rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvuI63nJT3DZ7z5HeBWQzaSLt41WUbKd { width:29.25rem;height:2.3125rem;top:5.1875rem;left:9.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aepptAD6sNswl72xCZWiTTHVhhTHJ0kP { width:47.625rem;height:16.0625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQuks0gX5uIxemZksOxUvPoW99CEVBaB { display:block; }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIJgTi4X8UR6bMxtl1Xr5Iwp5U3fJWdZ { width:23.5625rem;height:3.4375rem;top:22.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUMs6JbVh7r4dLpBfk9n0HxiQF06vgGy { display:block; }
 }@media only screen and (max-width: 763px) { #iAHCGLEv4TCLZVZEewNroOmXffRg1OhW { width:47.75rem;height:1.75rem;top:20.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi { display:flex;width:18rem;height:5.0625rem;top:21.375rem;left:5.09765625rem; }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #ml7AcV0sy4WHusp10BpfvM71h9BXpmoo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #HhiUOvGWDIzKqunDl4mmRqke0248Tx6f {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #s4SIzO3nw3kQFR0dVp3md89zgIE1SO7Z {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #UkqBbgCPLmMUTUlm9XQGshKCCxE8LEqf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #RUf09eDuaHwL1Nhe7eEAFmr4RleP211E {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #mfoDETmiXHv2SKRd4Hhc4BCO67Z9qA0r {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #cgXUoA8MzPtoxxTiCTDIZWgzXHtOOJN6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #Lh5GIS9nM5ScFdp3eeJcPB0VT9InvNUV {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #p0eJWf0xcCkrCkxyhmmCtNB5CkX8tNxc {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #gczDprChKk2qgnJAxKXRssM2hFxbudzP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #OW5Sipxzs1b8JPXRH2HsczwTzQo72oTd {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #SMTCetBHRxMbC5SS00eDfFmOuUsmoZql {  }
 }@media only screen and (max-width: 763px) { #i9XHcNirfACwy7TG8iXxJ52JNbZTnAd6 { width:47.75rem;height:1.75rem;top:27.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR39GDwTLUiRqsCSTwvpqQ7TG0TpQT1U { width:47.75rem;height:1.75rem;top:38.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVbZPbAa77651mZoRIaNBD77xxTgXtMu { width:47.75rem;height:1.75rem;top:41.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4oWWCxbK1fTHNDCvAVOKL5InLn7chx { width:47.75rem;height:2.625rem;top:2.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqt8bmPvmxeGUvQCFNeqGhgTczOtnxf { width:37.0625rem;height:;top:6.5rem;left:7.9374990463256rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk { display:block; }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWxhsqFwPkTtVg0Hwwy2RVihWK9gfBdV { top:2.1875rem;left:0rem;width:32.0625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyhaaw791eDuS2vMDMGcbNAdL34vadNT { top:2.1875rem;left:24.9375rem;width:22.1875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ0kPW35oELDG2hTkmT7VSred8c3ozVn { top:2.25rem;left:20.28125rem;width:16.4375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBXGm76do5ti65kLOxKvn6bTgJHe7eQi { top:12.25rem;left:0rem;width:27.5625rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJTAF3XiWhaPU0e5uluROf5cFwgbVuW { top:25.875rem;left:0rem;width:21.125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyQh3TOoAAbieR4fLzKPr8O8It96wL4 { top:12.25rem;left:16.25rem;width:24.5rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZK4ddBPp24yqpdq8S8HMkMNBiuOFnNk { top:26rem;left:18.4375rem;width:28.6875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HabzXz2TobTAoE65vnr6IOGbpiqOOGmW { top:25.75rem;left:10.4375rem;width:18.25rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq2XDLlHV9DTd07TAxT3mb40z8VaW29Z { top:43.6875rem;left:7.4375rem;width:30.4375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFrnHSkMuLG0ukz8rTBSIT1uROQmGqgq { top:43.375rem;left:0rem;width:17.0625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBE0lSSlQVAWaAHKqyfWtGDKZIcFnTTA { top:43.375rem;left:26.875rem;width:20.25rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuS2kdlNL63WtXU9v92bZQ0c1H2ZlyUC { top:63.5625rem;left:7.5rem;width:30.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keMskVENy7de6XDXuRBRIWT4dPigKX6v { top:82.3125rem;left:0rem;width:33.1875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7QsTlhHcJqTw8wGcJG6ABKvQcBsyOAT { top:55.375rem;left:7.4375rem;width:30.4375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBmOcStEvCpoTBJXf6QH7eBy6b51yOIx { top:71.8125rem;left:7.9375rem;width:39.1875rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxdHx2X758rOwoyk9ehZ4yVSLRc246C4 { top:71.5625rem;left:0rem;width:33rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmMT6v3f94ScsI9ntAS0rxtsVA1LLbko { top:12.25rem;left:29.125rem;width:18rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKpDOwT21qLuA1asW6yA21pfLsqcsQCn { display:block; }#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEywA4Hdi70T2GqH6HODDKeAtZgiVeng { top:3rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3l9mqGeO5eTCQ9y5KfnZ0daALJLfetg { top:0rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 { display:block; }#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwOfttxozLXvKMmZpk254JEV88AA6MNX { top:1.1875rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGH5Z0XhpRBo0i4GdHTgPgqm6vua4Xoo { top:3.125rem;left:0rem;width:25.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJqZc5wr1g6kyzgAgclaBp3yrVWcMkar { top:32.625rem;left:0rem;width:23.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOoZ4CadGSISiJK8T85mIX0gA62oVrHa { top:36.0625rem;left:0rem;width:25.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAf0lWU3G0QOMNbREIrD0PPLkdigPec8 { top:22.125rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzOZaUDe5k2G8dfHehuXvJ5ZOMDBV0ZT { top:24.3125rem;left:0rem;width:25.75rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhiMcR1dCDRPpJDQToqI420fzZ8wWb18 { top:1.1875rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXZMCNz3RqIi1zlaOMgKQ4yEraR7hTaB { top:3.125rem;left:22.6875rem;width:25.0625rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGhLXeNxTFwcWTqJh8WUaAJU2ANmJfCA { top:7.5rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWTHeeoBOi6xoTgeJ2U5kzTlpqb36ans { top:9.4375rem;left:22rem;width:25.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plbX5b3xhrBrMByPT9EsKf9iVQgxCylt { top:13.375rem;left:20.5625rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yreks73vq1dztilroEmDmSWSdhWMEzZ6 { top:15.5625rem;left:22rem;width:25.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kddny3vzpfov8v4y7tMAv5bJKcIJhCgW { top:8.5625rem;left:0rem;width:25.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oknyPPf7m7acW6d77zAxchKJPZsJvgUo { top:10.75rem;left:0rem;width:25.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiotzifH3HaWcqIVly9c2BXnDd3bhekS { top:15.5625rem;left:0rem;width:27.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkT9mIPt6RTRIIKTAHgF97ucCeukl7GC { top:17.375rem;left:0rem;width:25.75rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIHlVKeWvyJVoC0swoTuMUtmQKPWddTd { top:31rem;left:21.8125rem;width:25.9375rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikWlP8Wosh0p4ciDp1XS9RtgfK90NLCl { top:27.5rem;left:20.5625rem;width:27.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f40LxVEL39Remr4vZUlnK4eiUTbUt9Xm { top:20.8125rem;left:20.5625rem;width:27.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMvklhdMPVNd9Ant2QhPPBbQWJgHdLif { top:23.3125rem;left:21.8125rem;width:25.9375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 { display:block; }#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9EO6PA9V4qT20ZMWDHmHbnA5CfTSpE3 { top:2.1875rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6p5HEIxJwEbDFmn1M1yxv6TTSUC6an1 { top:2.1875rem;left:7.625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etp8Sve7d08RA6JZ8ElRhAmPNlzZpWh0 { top:4.875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #i3iTEqNemfduImBIs2wPGqr9TSCfIDlR { display:block; }#i3iTEqNemfduImBIs2wPGqr9TSCfIDlR > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IXNRGQtZDrgsr5IO42tT3tpa6UTzTSNM { width:20rem;height:5.0625rem;top:0.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m { background-color:rgba(209,185,177,0.18);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container { background-color: transparent; background-image: none; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container > .video-iframe-container { display: none; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row > .video-iframe-container { display: none; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .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); }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container { border-width: 0; border-radius: 0; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBXmEufJKQ2zOTOZ8BoXFgbxZidh4D1m > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbHhOSogyMcfZzL8V8vCUKzpyPquqTRS { width:20rem;height:11.7rem;top:5.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Gf9u8NCZlTZWCLNoBnwTEDpA7pIiNIhH { width:20rem;height:1.275rem;top:71.5625rem;left:0rem;font-size:1.0625rem;line-height:1.2;color:#0d0d0d;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJ0xoytE36dVc6uNv82AkzxEvwAVrGLQ { width:20rem;height:25.9116875rem;top:18.451562404633rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHch6aQHG6kP7tJ5wHRAtTqVdKJcw4Z { width:9.5rem;height:1.6rem;top:74.625rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #v3o9TJGP95pObSLo9TFXOzVAmEbnqfpe { width:9.5625rem;height:3.6rem;top:73.3125rem;left:5.25rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #katT6FlCaibx5TTGITeqByy75LTJZaGn { width:11.3125rem;height:1.4rem;top:77rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #geb3WiCsHqi3EEMUCMH4deTGJ0hSn6if { width:10.6875rem;height:1.1875rem;top:76.9375rem;left:4.5625rem;background-color:rgba(203,85,200,0.31);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ett3RRngSTcHCER6sUPipHmwqDKU1mBJ { width:20rem;height:4.4rem;top:65.8125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w3fdeCVmZCS6rkbOZ6SpkJQDalLZIcl4 { width:18.625rem;height:8.1rem;top:55.28750038147rem;left:0rem;font-size:1.125rem;line-height:1.2;color:#0d0d0d;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZNtsreEntiA1er3gB80KNraTquKXMeDN { width:19.9375rem;height:4.375rem;top:79.8125rem;left:0rem;background-color:#eb16e3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.2) ;color:#ffffff;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2PRGsKEmfvFucGKUPxpNed8igbs89w5 { display:block; }
 }@media only screen and (max-width: 763px) { #cw2apx53kkTwp5ftDshBx8nKlSMvVKFO { width:20rem;height:3.2rem;top:44.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AcKWQAmpWXiTdz7S34hCM9wWdvGH5GnL { width:20rem;height:5.625rem;top:48.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Xs1FXQUWsP0SQzqIlzRGRtDkuAwkr2Uw { width:20rem;height:1.6875rem;top:85.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gxkocRvST5Ay43QrqTfBbHmegNXb0TJb { width:20rem;height:3.375rem;top:1rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 { background-color:#ffffff;background-image:none;display:block; }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row .container { background-color: transparent; background-image: none; }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row .container > .video-iframe-container { display: none; }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row > .video-iframe-container { display: none; }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .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); }#XTpXi4QGeseeh352pIsi7RGUi9xH0Hq6 > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PifevImn4XkT4XZfodXhTV7gWeknZNFD { width:6.625rem;height:0.95625rem;top:23.84375rem;left:6.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moQyW54LPw48JprVEzdmwJo0GmPPr8vM { width:5.25rem;height:1.125rem;top:11.21875rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdSeAK3PTI1R0UGpvHp9rT2OU4x4lKd0 { width:20rem;height:5.34375rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #duJK1xFqPCyp1vT1buLJgIT4lSyNRU5a { width:20rem;height:5.3625rem;top:17.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LXVKky4OACnCF2ST1pUPEhTxAZlFzDwA { width:11.0625rem;height:0.1875rem;top:22.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #THifog0hXPS43KWVydIt8n25rWMCUeCf { width:20rem;height:4.78125rem;top:8.3609390258787rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #B4lqN74OrPvF9T5bBbHtnJb2K3ARQCoZ { width:20rem;height:11.8125rem;top:30.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nhwZn2L9EGgJ5u131B4uTBG5W0TtNqTm { width:20rem;height:1.78125rem;top:23.843750476837rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ph2tzt2A4TWTzTATl9baJN0qGI6PtPh9 { width:20rem;height:2.25rem;top:27.0625rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IrTr0PHbhCJSmTTDqAmJHfTKUpydLBfB { width:20rem;height:0;top:46.986721038818rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J5QXLno55KTI3xHiWEBwzznSGHrJsuCQ { width:20rem;height:1.59375rem;top:14.06796836853rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qOKThQmsioV31W34gUk0xXrp3XnH9izQ { display:block; }#qOKThQmsioV31W34gUk0xXrp3XnH9izQ > .row .container { width:20rem;height:97.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFvRtUTrgOKBWP8WocVIfziTIgyIVmBG { width:20rem;height:10.5625rem;top:0.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h8HBpo9OTdWOSS1TToTDGhHqBdQIRirN { width:20rem;height:3.15rem;top:13.198437690735rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IIhKq8CkBTf37BCOkrXeSZuaBsBpuEeo { width:20rem;height:9.45rem;top:17.374999046326rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VMadR7WFQ7NozzZ8UzKyAzPQJ9vka34v { display:flex;width:1.75rem;height:1.75rem;top:27.862499237061rem;left:9.1250005364419rem; }
 }@media only screen and (max-width: 763px) { #RBgZH4rSac3lGkLNLxIJ6LN3wXXHAqgT { width:17.5rem;height:1.575rem;top:29.5625rem;left:1.25rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oUciLspht4BxhkrFEuKb3QuDV8utMrrk { display:flex;width:1.75rem;height:1.75rem;top:32.750000953674rem;left:9.1250005364419rem; }
 }@media only screen and (max-width: 763px) { #FANArOy0BEfTLu48DE7Nm6v7hsdUCfnm { width:17.4375rem;height:1.575rem;top:34.500000953674rem;left:1.2812500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xrMWDv3hHQnWbidBHxfA2gwgnax3fM6X { display:flex;width:1.75rem;height:1.75rem;top:37.687500953674rem;left:9.1250005364419rem; }
 }@media only screen and (max-width: 763px) { #GPbZXhao2R0VmxMgvOibD6UvaewWvfR5 { width:17.3125rem;height:1.575rem;top:40.062500953674rem;left:1.3437500596046rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XBQxCy4fh1q9RnMsBbViTtF8FtUZnoiy { width:20rem;height:12.15rem;top:42.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3TzheA0i7L3xqxGKaRvLOnMQws5Ph9E { width:20rem;height:8.75rem;top:55.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsO5WA10ybu28esLZz7ATGeLAWxsvV49 { width:20rem;height:3.8125rem;top:92.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4GNTL5S8urEMbAKGG5HsiJX6mTveH6T { display:block; }
 }@media only screen and (max-width: 763px) { #spxIw6vTxHoKdrfd7hxhyPDHgWF9vdPZ { width:19.9375rem;height:22.5625rem;top:65.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhb3OEIDKup3R8hO1cVpOaiENTEPfxr6 { width:20rem;height:1.8rem;top:89.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah { display:block; }#Vl3cLCX7FK8m5SPTZ2I7TNCK2eCxr3Ah > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utLd3zG9XhMCB8SF91h6pxccGJW1gBO6 { width:20rem;height:8.75rem;top:2.5624980926514rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTA0bLJOSTh8LIoKX4kdQHBzS2k67nqD { width:20rem;height:0;top:20.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mEgH4STBkWNn0Jm7Tf4RtfuOWPmvRxEr { width:17.6875rem;height:8.1875rem;top:12.5625rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbpcAOvRUW8FmAMeOzHaMnyWeJNiyN5u { width:20rem;height:7.3125rem;top:21.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #TWLosgzWTitBBuqgHbb2PqJo1ATVC3qh { width:13.8125rem;height:16.4375rem;top:37.2939453125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9qhZTK31et6w52QRkPT9ZLIErQzDNea { width:20rem;height:4.375rem;top:30.496125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTQkn4TMwx1xxoe4zGDnalzmGxVDXusI { width:20rem;height:2.925rem;top:69.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vld6mTqKSCSfK4xEGqlJp94ULP5onOm5 { width:20rem;height:12.706552706553rem;top:55.1064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU { display:block; }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU { background-color: transparent; background-image: none; }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row .container > .video-iframe-container { display: none; }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row > .video-iframe-container { display: none; }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .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); }#zWeZmDrZ5tk3cMLaQJRznSKMCcE3awqU > .row .container { width:20rem;height:88.875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ycAK7J6Fb5iB9DMSeVPOkT3bap5BEXyQ { width:17.625rem;height:6.3375rem;top:1.1250001192093rem;left:1.1867187619209rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eC6NEJJ4WO9R2MfTWFd51Z4hkBRcMlT0 { width:20rem;height:13.5rem;top:8.8625004291537rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXyPGGApvR2Z2tnpnNpuvWGrGJRaeJZM { width:20rem;height:1.575rem;top:23.750000238419rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #loa78qvOG6d0oTKoPc6mrRr9PItPWAIu { width:20rem;height:11.6375rem;top:74.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EUpixzDZSI0Dq0iGivLzae3qHvHVTm9v { width:20rem;height:11.5625rem;top:27.375rem;left:0rem;background-color:rgba(209,185,177,0.46);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oVTO5ztPTMihUzX0MrTLhfW4s87ySLuc { width:12.75rem;height:2.975rem;top:31.75rem;left:1.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WO6tienyqx5vNUTS9VZNz9vpLFF6ClfJ { width:16.1875rem;height:2.975rem;top:35rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OHSS3xCb9RFTVnwNZdemD3qETPTVJT6Z { width:14.0625rem;height:4.375rem;top:27.375rem;left:1.1875rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rAGFTchkwTLAlhN4MdtTnFM3HlvqCiTP { width:20rem;height:14.25rem;top:40.312501430511rem;left:0rem;background-color:rgba(209,185,177,0.46);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m0tbaAcA6TAEXDEtdw8UW8xQ2AUzOvLx { width:16.6875rem;height:4.4625rem;top:49.062501907349rem;left:1.1867187619209rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DVFaLSZL2qbz4zF8JihhnTWHlOdUoVvy { width:14.125rem;height:2.975rem;top:45.4375rem;left:1.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ADnHAXRfSaoCTqbkvEouIL8vVioc5r72 { width:14.0625rem;height:4.375rem;top:41.125rem;left:1.1875rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZKbTMZouAa8Ac8znLI8s5NDztdVevDRr { width:20rem;height:14.6875rem;top:57.75rem;left:0rem;background-color:rgba(209,185,177,0.46);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #svruPTxCl3ZfTfzOpq4fBIBK9z9QBrn1 { width:17.875rem;height:4.4625rem;top:66.81250190735rem;left:1.0617187619209rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KsTTKkAv7KQEc4xHzEvtAbypMezhgFry { width:12.75rem;height:2.975rem;top:63.06250190735rem;left:1.1867187619209rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FMkK3bUoOBXL7FeXfRNGTe708f8eGERz { width:14.0625rem;height:4.375rem;top:58.687501430511rem;left:1.1867187619209rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kpya2cHx89CQ4kKvTairP1uGPNmmwusu { background-color:rgba(209,185,177,0.5);background-image:none;display:block; }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row .container { background-color: transparent; background-image: none; }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row .container > .video-iframe-container { display: none; }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row > .video-iframe-container { display: none; }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .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); }#Kpya2cHx89CQ4kKvTairP1uGPNmmwusu > .row .container { width:20rem;height:81.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VACEUZG4TbcZiUlL7wuGtysadD5OoOur { width:6.625rem;height:0.95625rem;top:34.875rem;left:6.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R08UIdRlAOeIG35oT4OMRNNbyaneQ687 { width:5.25rem;height:1.125rem;top:6.3984375rem;left:7.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O4xAeXGoxSnJxbKGUOeH7K23i9ihifaG { width:20rem;height:3.9rem;top:2.5625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #or7Dve6TZsI3ThKS932mZUVHIKLO7RZV { width:20rem;height:29.25rem;top:8.7734375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nsFNwTnkNDA9bUdm0BrnyUvRQKUzgerF { width:18.25rem;height:2.6875rem;top:69.1875rem;left:0.875rem;font-size:1.125rem;background-color:#eb16e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #U5TmRPwIQADDzBcZLiOW8057Vmg7tBb5 { display:block; }
 }@media only screen and (max-width: 763px) { #f1HpciHT6ztIE95sCBKg2e9ZtKHT4Mez { width:20rem;height:4.05rem;top:76.3125rem;left:0rem;font-size:1.125rem;line-height:1.2;color:#0d0d0d;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1BPHOyRotI2pgHCrmN4dcHMykzLT8oL { width:20rem;height:2.7625rem;top:66.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgRwSURzT2DaaSki4GDZBpI6s6AAVvvk { width:20rem;height:1.80625rem;top:73.25rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.7;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RM0SDfIX26sXBzVPKi3W7hheUDwuBbFc { width:20rem;height:17.55rem;top:45.625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J7I7n42TgvkpdpzRb3KGQWMK76cB0rg3 { width:20rem;height:3.9rem;top:40.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3cV6fOmhypkrLMUii92032WD3It9Qo2 { display:block; }#O3cV6fOmhypkrLMUii92032WD3It9Qo2 > .row .container { width:20rem;height:76.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r144OTEOTVVyd7CKWRPpwfmKwHP4zpik { width:20rem;height:26.5rem;top:45.818359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKhEFOD2ehMy9e8sWTBmH5XtoNtylZHn { width:14.0625rem;height:5.7375rem;top:1.125rem;left:2.96875rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #veO0ETHWZqQhfA0ct7r3U1yFozXKinLJ { width:20rem;height:7.225rem;top:7.51171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #vkO2AL4AkQkG8WTfHyBf6gaxLPEiBC4o { width:20rem;height:28.6875rem;top:15.693359375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bTqTpFPTTmTNDFxRMFiP5onUE8HODOav { display:block; }#bTqTpFPTTmTNDFxRMFiP5onUE8HODOav > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqSxPlPTXdrOH8Ah5kdNeJLnmP3XKHW4 { width:19.625rem;height:42.6875rem;top:2.125rem;left:0rem;background-color:rgba(209,185,177,0.43);background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yqSxPlPTXdrOH8Ah5kdNeJLnmP3XKHW4.adaptive-delivery-prevent-bg, #yqSxPlPTXdrOH8Ah5kdNeJLnmP3XKHW4.lazyload, #yqSxPlPTXdrOH8Ah5kdNeJLnmP3XKHW4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #X4NXUcA69TtvrK0Uq6hLgUXP2pbL7SWx { width:15.3125rem;height:4.4625rem;top:27.3125rem;left:3.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mubuC7dDwumJGPTfxnOCbygGm9OSoZpT { width:15.9375rem;height:2.975rem;top:18.5625rem;left:3.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TocoLbnNPtxzZTCqWQPA4WzSbnFXNV2u { width:15.125rem;height:2.975rem;top:23.5rem;left:3.1875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Bi1f1CQJHxHTURr1tFWPhLSOqTygbUK3 { width:15.9375rem;height:2.975rem;top:14.875rem;left:3.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kDhGGOUiNQUJWT7LHzrSJZ3X4guzM3Zy { width:15.9375rem;height:4.4625rem;top:8.625rem;left:3.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #AsrO8s45OXzg3xKOT6VzXsSALBmtTr5v { display:flex;width:1.75rem;height:1.75rem;top:8.5625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #qSoElDVmR3E62TCmwf1dFXFzc1UG5EBy { display:flex;width:1.75rem;height:1.75rem;top:14.8125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #XKEN2fbRTSSZ9pVZ7ax3qMKvbFK8CX5G { display:flex;width:1.75rem;height:1.75rem;top:18.5rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #GHlPUHNsPehx66GEKXEL4Nonai9cB5e3 { display:flex;width:1.75rem;height:1.75rem;top:23.5rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #QBKLVDkHPXmqvX5Ba2x35Gmuy3bfl5os { display:flex;width:1.75rem;height:1.75rem;top:27.3125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #TkfaswFQu6yIDrlvhEXnTCtUhimTA3Hp { width:14.4375rem;height:4.2rem;top:3.3125rem;left:2.78125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oiw7Ugw1p5p4Sp3pJV8yNH7HbT0znsVD { width:15.1875rem;height:2.975rem;top:32.625rem;left:3.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #weMNzR934Qtqdlz0eWD3ULZCRVVUFh7p { display:flex;width:1.75rem;height:1.75rem;top:32.625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #ahWLXttfZNVTbdILDp6w3xi6siSa0qg7 { width:15.1875rem;height:2.975rem;top:36.25rem;left:3.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xQF6o57TeEmmktzgmT7BhgX79N8er522 { display:flex;width:1.75rem;height:1.75rem;top:36.25rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #uc0IAc99nVe0fF9N0Vuz6IsPnEdGguT8 { width:15.25rem;height:2.975rem;top:39.875rem;left:3.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vVzeEgTMh8D6WuT2OTFGs8b6oCdzoaEV { display:flex;width:1.75rem;height:1.75rem;top:39.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #dhmlfdnct7b4yTJUccIqVgqsHl2II2IP { display:block; }#dhmlfdnct7b4yTJUccIqVgqsHl2II2IP > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nTMTctq0swX0PtfhvR8aurPyk7fq72Zv { width:16.625rem;height:2.975rem;top:17.5rem;left:3.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bbcKyeQfZ2fI9nz8C5UOcvua0m78kv34 { width:15.6875rem;height:4.4625rem;top:12.59375rem;left:3.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ikRxIpoLupQPTvaH5k1PEU9CJ9XStKBO { display:flex;width:1.75rem;height:1.75rem;top:12.59375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #n5lC5LcZACv9P7FaFmfG1BQERkUUnWw0 { display:flex;width:1.75rem;height:1.75rem;top:17.5rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #hDaq6M51ShxhPrT4055i1Cs2wsCEMmzu { display:flex;width:1.75rem;height:1.75rem;top:7.5625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #qZAbaael6Ttc9sZ2ihZvEXqD1lG29vo0 { width:14.8125rem;height:4.14375rem;top:7.625rem;left:3.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QvuI63nJT3DZ7z5HeBWQzaSLt41WUbKd { width:16.1875rem;height:4.2rem;top:2.8125rem;left:1.90625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aepptAD6sNswl72xCZWiTTHVhhTHJ0kP { width:19.875rem;height:21.25rem;top:1.875rem;left:0rem;background-color:rgba(209,185,177,0.43);background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aepptAD6sNswl72xCZWiTTHVhhTHJ0kP.adaptive-delivery-prevent-bg, #aepptAD6sNswl72xCZWiTTHVhhTHJ0kP.lazyload, #aepptAD6sNswl72xCZWiTTHVhhTHJ0kP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EQuks0gX5uIxemZksOxUvPoW99CEVBaB { background-color:rgba(209,185,177,0.51);background-image:none;display:block; }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row .container { background-color: transparent; background-image: none; }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row .container > .video-iframe-container { display: none; }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row > .video-iframe-container { display: none; }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .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); }#EQuks0gX5uIxemZksOxUvPoW99CEVBaB > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EIJgTi4X8UR6bMxtl1Xr5Iwp5U3fJWdZ { width:17.3125rem;height:4.125rem;top:18.8213rem;left:1.3125rem;font-size:1.0625rem;background-color:#eb16e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GUMs6JbVh7r4dLpBfk9n0HxiQF06vgGy { display:block; }
 }@media only screen and (max-width: 763px) { #iAHCGLEv4TCLZVZEewNroOmXffRg1OhW { width:20rem;height:1.4875rem;top:16.08399375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem;background-color:#106b72;background-image:none; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi { display:flex;width:18rem;height:5.0625rem;top:26.93360625rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #ml7AcV0sy4WHusp10BpfvM71h9BXpmoo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #HhiUOvGWDIzKqunDl4mmRqke0248Tx6f {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #s4SIzO3nw3kQFR0dVp3md89zgIE1SO7Z {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #UkqBbgCPLmMUTUlm9XQGshKCCxE8LEqf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #RUf09eDuaHwL1Nhe7eEAFmr4RleP211E {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #mfoDETmiXHv2SKRd4Hhc4BCO67Z9qA0r {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #cgXUoA8MzPtoxxTiCTDIZWgzXHtOOJN6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #Lh5GIS9nM5ScFdp3eeJcPB0VT9InvNUV {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #p0eJWf0xcCkrCkxyhmmCtNB5CkX8tNxc {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #gczDprChKk2qgnJAxKXRssM2hFxbudzP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #OW5Sipxzs1b8JPXRH2HsczwTzQo72oTd {  }
 }@media only screen and (max-width: 763px) { #rEAE9m0Z4ax3lI8xcTiZHvbvdpBlLFmi #SMTCetBHRxMbC5SS00eDfFmOuUsmoZql {  }
 }@media only screen and (max-width: 763px) { #i9XHcNirfACwy7TG8iXxJ52JNbZTnAd6 { width:20rem;height:1.4875rem;top:24.1963rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MR39GDwTLUiRqsCSTwvpqQ7TG0TpQT1U { width:20rem;height:4.4625rem;top:34.77735625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVbZPbAa77651mZoRIaNBD77xxTgXtMu { width:20rem;height:1.4875rem;top:40.48829375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4oWWCxbK1fTHNDCvAVOKL5InLn7chx { width:20rem;height:2.3625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTqt8bmPvmxeGUvQCFNeqGhgTczOtnxf { width:20rem;height:9.975rem;top:4.86230625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk { background-color:#ffffff;background-image:none;display:block; }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row .container { background-color: transparent; background-image: none; }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row .container > .video-iframe-container { display: none; }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row > .video-iframe-container { display: none; }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .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); }#w8RFxDN4GUJdsJQIOD4uIQ2aVweKOZWk > .row .container { width:20rem;height:201.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWxhsqFwPkTtVg0Hwwy2RVihWK9gfBdV { width:19.25rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyhaaw791eDuS2vMDMGcbNAdL34vadNT { width:19.375rem;height:6.8125rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ0kPW35oELDG2hTkmT7VSred8c3ozVn { width:19.375rem;height:9.25rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBXGm76do5ti65kLOxKvn6bTgJHe7eQi { width:19.375rem;height:8.125rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXJTAF3XiWhaPU0e5uluROf5cFwgbVuW { width:19.375rem;height:13.4130859375rem;top:62.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVyQh3TOoAAbieR4fLzKPr8O8It96wL4 { width:19.375rem;height:9rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZK4ddBPp24yqpdq8S8HMkMNBiuOFnNk { width:19.375rem;height:9.9609375rem;top:95.4755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HabzXz2TobTAoE65vnr6IOGbpiqOOGmW { width:19.375rem;height:15.6875rem;top:77.9130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oq2XDLlHV9DTd07TAxT3mb40z8VaW29Z { width:19.375rem;height:6.4443359375rem;top:136.6865234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFrnHSkMuLG0ukz8rTBSIT1uROQmGqgq { width:19.375rem;height:27.5rem;top:107.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBE0lSSlQVAWaAHKqyfWtGDKZIcFnTTA { width:19.375rem;height:23.0224609375rem;top:155.3759765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuS2kdlNL63WtXU9v92bZQ0c1H2ZlyUC { width:19.375rem;height:2.8017578125rem;top:150.69921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #keMskVENy7de6XDXuRBRIWT4dPigKX6v { width:19.375rem;height:2.845703125rem;top:187.3955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7QsTlhHcJqTw8wGcJG6ABKvQcBsyOAT { width:19.375rem;height:3.818359375rem;top:145.005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBmOcStEvCpoTBJXf6QH7eBy6b51yOIx { width:19.375rem;height:7.6318359375rem;top:192.1162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxdHx2X758rOwoyk9ehZ4yVSLRc246C4 { width:19.375rem;height:5.2470703125rem;top:180.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmMT6v3f94ScsI9ntAS0rxtsVA1LLbko { width:19.375rem;height:12.125rem;top:48.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKpDOwT21qLuA1asW6yA21pfLsqcsQCn { display:block; }#pKpDOwT21qLuA1asW6yA21pfLsqcsQCn > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEywA4Hdi70T2GqH6HODDKeAtZgiVeng { width:20rem;height:4.6rem;top:2.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #e3l9mqGeO5eTCQ9y5KfnZ0daALJLfetg { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 { display:block; }#EihGayHCGTqNCU2AVweq8R1E2tOVb2o0 > .row .container { width:20rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwOfttxozLXvKMmZpk254JEV88AA6MNX { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JGH5Z0XhpRBo0i4GdHTgPgqm6vua4Xoo { width:20rem;height:2.4375rem;top:5.0996125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oJqZc5wr1g6kyzgAgclaBp3yrVWcMkar { width:20rem;height:2.6rem;top:31.2363375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOoZ4CadGSISiJK8T85mIX0gA62oVrHa { width:20rem;height:2.4375rem;top:35.08595rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VAf0lWU3G0QOMNbREIrD0PPLkdigPec8 { width:15.5rem;height:2.6rem;top:21.261725rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzOZaUDe5k2G8dfHehuXvJ5ZOMDBV0ZT { width:20rem;height:4.875rem;top:25.1113375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhiMcR1dCDRPpJDQToqI420fzZ8wWb18 { width:20rem;height:1.3rem;top:38.77345rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXZMCNz3RqIi1zlaOMgKQ4yEraR7hTaB { width:20rem;height:2.4375rem;top:41.32325625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGhLXeNxTFwcWTqJh8WUaAJU2ANmJfCA { width:20rem;height:2.6rem;top:45.01075625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RWTHeeoBOi6xoTgeJ2U5kzTlpqb36ans { width:20rem;height:2.4375rem;top:48.86036875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plbX5b3xhrBrMByPT9EsKf9iVQgxCylt { width:20rem;height:1.3rem;top:52.54786875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yreks73vq1dztilroEmDmSWSdhWMEzZ6 { width:20rem;height:2.4375rem;top:55.097675rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kddny3vzpfov8v4y7tMAv5bJKcIJhCgW { width:20rem;height:1.3rem;top:8.7871125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oknyPPf7m7acW6d77zAxchKJPZsJvgUo { width:20rem;height:2.4375rem;top:11.33691875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FiotzifH3HaWcqIVly9c2BXnDd3bhekS { width:20rem;height:1.3rem;top:15.02441875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkT9mIPt6RTRIIKTAHgF97ucCeukl7GC { width:20rem;height:2.4375rem;top:17.574225rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IIHlVKeWvyJVoC0swoTuMUtmQKPWddTd { width:20rem;height:8.53125rem;top:67.5410375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikWlP8Wosh0p4ciDp1XS9RtgfK90NLCl { width:20rem;height:3.9rem;top:77.3222875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f40LxVEL39Remr4vZUlnK4eiUTbUt9Xm { width:20rem;height:2.6rem;top:63.691425rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMvklhdMPVNd9Ant2QhPPBbQWJgHdLif { width:20rem;height:3.65625rem;top:58.785175rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 { display:block; }#pEJeu5q6oTfGMlUG5gWOtsRNWOxQxKT6 > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9EO6PA9V4qT20ZMWDHmHbnA5CfTSpE3 { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6p5HEIxJwEbDFmn1M1yxv6TTSUC6an1 { width:12.5rem;height:1.3rem;top:3.79980625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etp8Sve7d08RA6JZ8ElRhAmPNlzZpWh0 { width:20rem;height:14.3rem;top:6.3496125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }