.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,230,223;--color-primary-1:254,217,188;--color-primary-2:255,132,94;--color-primary-3:153,79,56;--color-primary-4:51,26,19;--color-secondary-0:247,227,233;--color-secondary-1:231,172,190;--color-secondary-2:215,117,147;--color-secondary-3:107,44,67;--color-secondary-4:43,23,29;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:104,104,104;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f0f0f0;background-image:none;position:relative;display:block; }
 #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV *:focus-visible, #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV input[type="text"]:focus-visible, #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV input[type="email"]:focus-visible, #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV input[type="tel"]:focus-visible, #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV textarea:focus-visible { outline:0.125rem solid #000000;; } #khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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); }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91f8750b-060f-4ae9-9537-6efd69785edf/legacyherogroup1366x768.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas.adaptive-delivery-prevent-bg, #zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas.lazyload, #zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas.lazyloading { background-image: none; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container { background-color: transparent; background-image: none; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0); }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container > .video-iframe-container { display: none; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0); }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row > .video-iframe-container { display: none; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .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); }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container { border-width: 0; border-radius: 0; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;overflow:visible;position:relative;display:block; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6f3d3c;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; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container { background-color: transparent; background-image: none; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container > .video-iframe-container { display: none; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row > .video-iframe-container { display: none; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .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); }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container { border-width: 0; border-radius: 0; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:60rem;position:relative;display:block; }#fJSeIlHioGhF37uH5eSZT9VB3NK94WHg { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:"kulim park";font-size:4.375rem;font-weight:400;z-index:15001;line-height:.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.2490234375rem;left:18.5625rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kG329QbxDRMLOOrz93g7r1WN8Cv4aiPk { position:absolute;display:block;z-index:15010;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:1.8125rem;width:9.6875rem;top:0.5rem;left:29.6875rem;overflow:hidden;display:block; }
#avZyBdFaC4DiD6lyoTyLRcuemnJOHwlQ { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:"kulim park";font-size:2.5rem;font-weight:700;z-index:15004;line-height:.8;letter-spacing:0;top:0.4375rem;left:20.6875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UwbTACe167OB6tcWdnlVuppOaZPoyTKu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6f3d3c;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; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container { background-color: transparent; background-image: none; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container > .video-iframe-container { display: none; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row > .video-iframe-container { display: none; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .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); }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container { border-width: 0; border-radius: 0; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#aTcRguLyUrOeT13XTtWBOzZ3Rpv5zP6F { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.4375rem;left:0rem;height:6.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #6f3d3c, #441c55);background-image: -moz-linear-gradient(top, #6f3d3c, #441c55);background-image: -ms-linear-gradient(top, #6f3d3c, #441c55);background-image: -o-linear-gradient(top, #6f3d3c, #441c55);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3d3c', endColorstr='#441c55' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f3d3c', endColorstr='#441c55' );";background-image: linear-gradient(to bottom, #6f3d3c, #441c55);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { background-color: transparent; background-image: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container > .video-iframe-container { display: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container { display: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .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); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { border-width: 0; border-radius: 0; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { font-size:0.875rem;font-family:arial;height:45.6875rem;width:60rem;position:relative;display:block; }#PKCp5W1rynkAaTAbT0lTSTev6gXoLLiv { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:2.4185013771057rem;left:4.9380321502686rem;height:8.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqUp2dTpHbuSEamHWXbtCOGKcDdpPd13 { position:absolute;display:block;z-index:14999;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.0625rem;width:52.5rem;top:13.1240234375rem;left:3.7490234375rem;display:block; }
#ls1SmNne55dMlbA20VdMVvq9bqPmdrDH { color:#000000;display:block;width:45.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:19.8740234375rem;left:7.125rem;height:12.599125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kll7OkzqLGIf2Jt5cmqUtW9tbXDO9ZgL { color:#ffffff;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:36.1240234375rem;left:5rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#puCrTD1yoXMG3sVJ0KFzo8OI2F8uTN2W { color:#712ba0;display:block;width:50.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3740234375rem;left:4.75rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU { 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; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { background-color: transparent; background-image: none; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container > .video-iframe-container { display: none; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row > .video-iframe-container { display: none; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .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); }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { border-width: 0; border-radius: 0; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#H789yxa3NIEkfUTtBN1ZoG5oQT05Wptk { color:#712ba0;display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.5146484375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk { 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; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { background-color: transparent; background-image: none; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container > .video-iframe-container { display: none; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row > .video-iframe-container { display: none; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .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); }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { border-width: 0; border-radius: 0; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:60rem;position:relative;display:block; }#r40vTRc3iTwciD33r5B0Hbq5w0O4TzS7 { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:41.1865234375rem;left:6.6240234375rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HiEh6UfLeVdK0Xe9WrScOUhPyp3tU4Dv { position:absolute;display:block;z-index:15000;background-color:#f0f0f0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.5rem;width:20.625rem;top:37.4365234375rem;left:5.4677734375rem;display:block; }
#ysh5P3ksigMMrbU9CTdvi7J9fTRiZwmk { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:38.5625rem;width:21.6875rem;top:1.2492904663086rem;left:4.9515530230014rem;display:block; }
#Z7dE8cvGONTnso9CvQfDffyevMlAysE7 { color:#000000;display:block;width:29.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:1.2490234375rem;left:28.8115234375rem;height:54.596175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XKZ3wTEGNVbDy0dzr8PclW7tTwxlnwpB { color:#fb3e3e;display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:51.75rem;left:6.6240234375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aVdBZkaTeyr2rG05zOoBus4xtfOypGDJ { color:#fb3e3e;display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:35.2001953125rem;left:5.5615234375rem;height:6.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { background-color: transparent; background-image: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .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); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { border-width: 0; border-radius: 0; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#pIAEnsxbU4ilVLTCiz4vztCuCITV2NDu { color:#712ba0;display:block;width:38.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.5048828125rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU > .row .container { background-color: transparent; background-image: none; }#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU > .row .container > .video-iframe-container { display: none; }#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU > .row > .video-iframe-container { display: none; }#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU > .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); }#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU > .row .container { border-width: 0; border-radius: 0; }#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU > .row .container { font-size:0.875rem;font-family:arial;height:53.375rem;width:60rem;position:relative;display:block; }#wlzlHt9sSBu48cpOmc0BsSRQ795UMndJ { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:51.3125rem;width:57.5rem;top:0.43798828125rem;left:1.25rem;display:block; }
#bECOnaulEg9N8SLVU16iEma4zoTbb67D { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30.75rem;width:55rem;top:1.6876773834229rem;left:2.5rem;display:block; }
#Dc7Z8P1UkTXHMT5wP9XiCIfwtkEQGElq { color:#000000;display:block;width:55rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:33.89453125rem;left:2.5rem;height:15.398925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ae4ae70-d74c-49e8-9ec3-734b216443f5/barvavolcanocostarica.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG.adaptive-delivery-prevent-bg, #qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG.lazyload, #qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG.lazyloading { background-image: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container { background-color: transparent; background-image: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(113,43,160,0.75); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container > .video-iframe-container { display: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(113,43,160,0.75); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row > .video-iframe-container { display: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .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); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container { border-width: 0; border-radius: 0; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#WVQaOQszVpTSIpfUbkiBuWvVxdHZxybz { color:#ffffff;display:block;width:22.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.7);top:4.5809659957886rem;left:1.9992885589599rem;height:18.1494375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AtZle9fyqGy6XZQZoRyblHrtzQtRfpye { color:#000000;display:block;width:29.8739375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:6.875rem;left:26.875rem;height:12.5991125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lJnH4c08aPv3T4VmT4UpWZTyWdh1ZGi3 { background-color:#ffcc00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#441c55;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20.5rem;left:32.4375rem;display:block; }
#rRAccfW7tr1uGAlaOOWVZD14lu8PIGbu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wo7y7OAnPJlNpLeeiKSRHWfHoMQmXn1W { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.8125rem;width:32.4375rem;top:5.4375rem;left:25.5625rem;display:block; }
#rl62HabUn1GiTEzRg8s5cZeoTCSk3SqN { position:absolute;display:block;z-index:15003;background-color:#ffcc00;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:2.5rem;left:23.125rem;display:block; }
#Ute7nRu88ub6b9kAy3sEQNuWRqgRCnrn { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2));top:3.75rem;left:24.375rem; }
#yN7bG5JX43E8wZoNyKPuGs2BCIDOESwg { color:#fb3e3e;display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:0.7880859375rem;left:29.375rem;height:3.0249rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 { 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; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { background-color: transparent; background-image: none; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container > .video-iframe-container { display: none; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row > .video-iframe-container { display: none; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .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); }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { border-width: 0; border-radius: 0; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#if8775qP8bZhK6hQOTWPT1zMXzPfBUax { color:#712ba0;display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.4404296875rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 { 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; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container { background-color: transparent; background-image: none; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container > .video-iframe-container { display: none; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row > .video-iframe-container { display: none; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .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); }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container { border-width: 0; border-radius: 0; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#MEa8duwe2205QaQX6z6klUlifTbv0fLd { position:absolute;display:block;z-index:15002;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.9375rem;width:32.4375rem;top:3.06640625rem;left:23.7490234375rem;display:block; }
#AUAgVogkGcz7pSC0XLp864dTqm653qc5 { position:absolute;display:block;z-index:15004;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:18.75rem;width:25rem;top:1.8172941207886rem;left:3.75rem;overflow:hidden;display:block; }
#fTMKNF1kRJceKWZvZIz7vMlaHTqVCta5 { color:#000000;display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:4.5830078125rem;left:29.8720703125rem;height:9.7993125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ct5NIPHSBfADx0s6JKbUTTO0TNsCbuOv { color:#fb3e3e;display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15042;line-height:1.1;letter-spacing:0;top:16.75rem;left:29rem;height:3.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk { 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; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container { background-color: transparent; background-image: none; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container > .video-iframe-container { display: none; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row > .video-iframe-container { display: none; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .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); }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container { border-width: 0; border-radius: 0; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#rOiKq8N0PvRx4Xb8KPVF72kpSIVWOBvT { position:absolute;display:block;z-index:15002;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.8125rem;width:32.25rem;top:2.44140625rem;left:3.75rem;display:block; }
#sn0AFH0P1n8aRHSlqHbb46XI4nALG8M1 { position:absolute;display:block;z-index:15004;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:16.624625rem;width:25rem;top:1.1922941207886rem;left:31.249998092651rem;overflow:hidden;display:block; }
#lzgTv8n3aK6MySBP5xTCf6btxbwpsxLH { color:#fb3e3e;display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:15.1015625rem;left:12.625rem;height:3.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C4XegH8LxJPUXL363FICkEOdxrd8Uyv1 { color:#000000;display:block;width:25.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:3.69140625rem;left:4.25rem;height:11.19925rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 { 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; }#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 > .row .container { background-color: transparent; background-image: none; }#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 > .row .container > .video-iframe-container { display: none; }#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 > .row > .video-iframe-container { display: none; }#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 > .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); }#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 > .row .container { border-width: 0; border-radius: 0; }#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;position:relative;display:block; }#MCFD9K0yLrfgZ603s5xfumDBXcFEEc5g { position:absolute;display:block;z-index:15002;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14rem;width:32.4375rem;top:3.06640625rem;left:23.7490234375rem;display:block; }
#SqmlSqJf1pZpOCbZ65XToLhcbFrBTMHK { position:absolute;display:block;z-index:15004;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:18.75rem;width:25rem;top:1.8172941207886rem;left:3.75rem;overflow:hidden;display:block; }
#rQa7rqbnemJiuifSb6eRIixkAEqQSmGT { color:#fb3e3e;display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:17.06640625rem;left:29.7490234375rem;height:3.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O6VeIZeh2crkqTNeuEnosFUfuTTvIDIC { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:4.5830078125rem;left:29.8720703125rem;height:11.19925rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TgGCTR5WIK9ze6gqe2n3v4Geyb4XBU9e { color:#fb3e3e;display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:1.81640625rem;left:29.7490234375rem;height:3.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 { 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; }#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 > .row .container { background-color: transparent; background-image: none; }#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 > .row .container > .video-iframe-container { display: none; }#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 > .row > .video-iframe-container { display: none; }#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 > .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); }#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 > .row .container { border-width: 0; border-radius: 0; }#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#Dx6AgnQJ1WPUXDMWEgQTPZsKHa0CRWfK { color:#712ba0;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.451171875rem;left:0rem;height:6.04980625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TdQp1mPZ3PhpM5mxt5oITS4S8b1JHZIm { color:#fb3e3e;display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:0rem;left:14.3740234375rem;height:3.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF { 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; }#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF > .row .container { background-color: transparent; background-image: none; }#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF > .row .container > .video-iframe-container { display: none; }#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF > .row > .video-iframe-container { display: none; }#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF > .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); }#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF > .row .container { border-width: 0; border-radius: 0; }#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF > .row .container { font-size:0.875rem;font-family:arial;height:41.625rem;width:60rem;position:relative;display:block; }#xpnJpxUiHgk2WkXaaMAoPGnTRwknqGTk { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:37.8125rem;width:21.3125rem;top:0.3125rem;left:34.375rem;display:block; }
#rfBMiSGcGd1qInEpWU5ZJuSiZHmP8K2J { position:absolute;display:block;z-index:15004;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.9375rem;width:33.125rem;top:4.1875rem;left:4.3125rem;display:block; }
#pvxTVs4daZqUgA8ruVouKwhgGKr1B6df { color:#000000;display:block;width:25.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.3125rem;left:7rem;height:15.39891875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mh91khwyBRFFZ6kim5A3b213Au4zq7Jd { color:#fb3e3e;display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15044;line-height:1.1;letter-spacing:0;top:7.625rem;left:34.8125rem;height:3.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ > .row .container { background-color: transparent; background-image: none; }#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ > .row .container > .video-iframe-container { display: none; }#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ > .row > .video-iframe-container { display: none; }#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ > .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); }#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ > .row .container { border-width: 0; border-radius: 0; }#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#e5APkH5WTxXdbrPGrCeJyTpLNip3H9Jc { color:#712ba0;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:2.505859375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TDmU4giUOPWq0FVwzA7TKWnSL8iu1oJx { color:#fb3e3e;display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15045;line-height:1.1;letter-spacing:0;top:0rem;left:3.4375rem;height:3.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;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; }#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 > .row .container { background-color: transparent; background-image: none; }#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 > .row .container > .video-iframe-container { display: none; }#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 > .row > .video-iframe-container { display: none; }#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 > .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); }#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 > .row .container { border-width: 0; border-radius: 0; }#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:60rem;position:relative;display:block; }#PeQzOB4S4mOFTREqBAVzaHeu42zvmxnN { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:1.75rem;left:28.4375rem;height:37.797425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cniilut0stERr0yMFxtAJo1rzgtGvKKX { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:43.3125rem;width:33.4375rem;top:0rem;left:24.9375rem;display:block; }
#kM6uEeZTy2abrrCPZZUBcN7ZsWAHTTTf { position:absolute;display:block;z-index:15040;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:31.1235625rem;width:25rem;top:1.75rem;left:1.625rem;overflow:hidden;display:block; }
#H719m8sT4eXbCLLzP3Ef1UhqRfRKpeAW { color:#fb3e3e;display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15043;line-height:1.1;letter-spacing:0;top:4.798828125rem;left:7.25rem;height:3.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G21dRqTmeLOgJRIbANppkP2MaxDQWt98 { background-color:#712ba0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:4.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:40.9375rem;left:32.59375rem;display:block; }
#P91dAcH7pMugpwlSEGyTPCEQAWIPfl6k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d62ae;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; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row .container { background-color: transparent; background-image: none; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row .container > .video-iframe-container { display: none; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row > .video-iframe-container { display: none; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .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); }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row .container { border-width: 0; border-radius: 0; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row .container { font-size:0.875rem;font-family:arial;height:67rem;width:60rem;position:relative;display:block; }#AAE04hCO80ohc1TDEw09xDStqRGmbXFC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:31.9375rem;width:60rem;top:8.5625rem;left:0rem;display:block; }
#Qcha5lp5oLXsiTU5tOr6QSvcIgHTtbHT { color:#333333;display:block;width:44.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:42.9853515625rem;left:7.625rem;height:16.79885rem;text-align:center;text-align-last:center;display:block; }
#HGhlztoZddzQs8ufLX5VtxGKRot6NtfR { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vQnW5SEAyK2fiG2RhbLQUq4GaeKxOp6A { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.875rem;width:51.6875rem;top:33.9140625rem;left:4.15625rem;display:block; }
#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d62ae;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row .container { border-width: 0; border-radius: 0; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:none; }#VwKPJvpDCakp8bZZafQ9HEhpSvXrD0kO { color:#ffffff;display:block;width:59.1868125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:2.4414157867432rem;left:0rem;height:3.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vh183uXBOkInPrPAc3t5fThHvTvk8RRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d62ae;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vh183uXBOkInPrPAc3t5fThHvTvk8RRT > .row .container { border-width: 0; border-radius: 0; }#vh183uXBOkInPrPAc3t5fThHvTvk8RRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vh183uXBOkInPrPAc3t5fThHvTvk8RRT > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:none; }#Hfd4e2144e5f018bfabbcdb5df3ee60b { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:25.0625rem;width:33.4375rem;top:5rem;left:2.5rem;display:block; }
#c412930d6960a3ccd24f7368b8825a00 { color:#333333;display:block;width:27.4369375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:8.75rem;left:3.75rem;height:9.79931875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T79bc3b38ae1a50e3470e03b58046cfc { position:absolute;display:block;z-index:15001;background-color:#712ba0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.1) ;height:6.25rem;width:6.25rem;top:1.25rem;left:14.375rem;display:block; }
#e2f95aa9eb1db9c288c6f750c47f8bdd { background-color:#712ba0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:19.810901641846rem;left:4.9662628173828rem;display:block; }
#d2c4ed5906630d1e81c9aa01e75f9e79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L07bc5b5daf042b11c2d8491b8f18874 { background-color:#712ba0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:23.75rem;left:4.9371452331543rem;display:block; }
#Q00cfa77c90a52a8f52bb765f2d1495c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a62b2e2900b73c80b51eca400893ea8e { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:2.5rem;left:15.625rem; }
#ea70855884e0b1c2a9b03737fe965aa0 { position:absolute;display:block;z-index:15039;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:31.1239375rem;width:25rem;top:1.25rem;left:32.499998092651rem;overflow:hidden;display:block; }
#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container { background-color: transparent; background-image: none; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container > .video-iframe-container { display: none; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row > .video-iframe-container { display: none; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .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); }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container { border-width: 0; border-radius: 0; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#MATNipDbweighzIyCFGmOdygQLtLObXN { color:#712ba0;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:2.4431838989258rem;left:0rem;height:3.0249rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container { background-color: transparent; background-image: none; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container > .video-iframe-container { display: none; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row > .video-iframe-container { display: none; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .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); }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container { border-width: 0; border-radius: 0; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#KLVlsUhbnrfLzlpsMEGP3Tr4NIq54ZRy { color:#000000;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:1.1922941207886rem;left:5rem;height:2.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyFdSCX8mTaAHs64TtIqNPHHhGkE7TMU { background-color:#2d62ae;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:2.875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:4.9371452331543rem;left:19.999998092651rem;display:block; }
#l8E4A9Pl5mz1DPm8bluOKgRhsK4Tclos { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container { background-color: transparent; background-image: none; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container > .video-iframe-container { display: none; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row > .video-iframe-container { display: none; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .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); }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container { border-width: 0; border-radius: 0; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#gM2hffiDE5f1SoedBi8Mh2goB0HVcRT7 { position:absolute;display:block;z-index:15000;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:9.375rem;width:12.5rem;top:0.3125rem;left:2.5rem;overflow:hidden;display:block; }
#WkxG82h32MC30M9Taqg4kGluya0Hn1fs { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.3125rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#AtoZXorLoeSyLvlnAT7Cqbl9nwAy3VS8 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:2.9375rem;left:3.125rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ffmr5OA8Mhr6hCeW0W6BNbVJ1HeHCE8y { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:3.1244812011719rem;left:17.1875rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CID6ICTubl5MC7pn6rKIzHLzl6wVpSZk { position:absolute;display:block;z-index:15003;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:9.375rem;width:12.5rem;top:0.375rem;left:16.5625rem;overflow:hidden;display:block; }
#UCtC97523dWTWEui73xhDtJWCfs9M5gC { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:3.0623168945312rem;left:31.562498092651rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yhVLmHRkDL2mKpkX60dKSlWHWDDAy23N { position:absolute;display:block;z-index:15006;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:9.375rem;width:12.5rem;top:0.375rem;left:30.937498092651rem;overflow:hidden;display:block; }
#me4kMhkvM7vv32gHA2fZvcVakTQP4Jni { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:3.6869812011719rem;left:45.624998092651rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dhwgm0x3L5gMcZ1n6VVQDt3HS3rvlGlh { position:absolute;display:block;z-index:15009;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:9.375rem;width:12.5rem;top:0.3125rem;left:44.999998092651rem;overflow:hidden;display:block; }
#W8Uyr8kETCRnZyNgGrxe4smfQ07qXoGh { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:16.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#vno9TCtba7qeGi93wM6bA79qcI6MTvFZ { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.375rem;left:30.937498092651rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#d4Sx5QtQuZRZvumFa93VROP4lJoBQNr3 { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15038;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.3125rem;left:44.999998092651rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container { background-color: transparent; background-image: none; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container > .video-iframe-container { display: none; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row > .video-iframe-container { display: none; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .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); }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container { border-width: 0; border-radius: 0; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#IMNWl6HWLrrcpVIOPpsNXK1VGkEl0FFZ { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15035;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:2.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#aJ5wWUTazqlZqxmFzXEaqCw0HQeAp7Ap { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:16.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#seUidbZPi9y284FRQAHsvZ6nteffyffQ { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.13018798828125rem;left:30.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#swzayzM3e9Gmi3TD1fuD7lXyD3X0r9UB { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15038;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.125rem;left:44.999998092651rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nEq7F0RB6JWd3L2BClFncxouUOyE6BG2 { position:absolute;display:block;z-index:15001;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:9.375rem;width:12.5rem;top:0.125rem;left:2.5rem;overflow:hidden;display:block; }
#v5pDse1OLUJc6zOTC9EO8gJXlpfIlcDB { color:#f3f3f3;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:3.1301574707031rem;left:3.125rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BJF8ngETuXxcCm9yLfrkAz7i7JuCxubM { position:absolute;display:block;z-index:15004;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:9.375rem;width:12.5rem;top:0.125rem;left:16.5625rem;overflow:hidden;display:block; }
#PV8agIC0asMGxsn3e4505z7SSZldIeHR { position:absolute;display:block;z-index:15010;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:9.375rem;width:12.5rem;top:0.125rem;left:44.999998092651rem;overflow:hidden;display:block; }
#sNUygrZTJFSs71dU8tQwPgOhzHDCHy6Z { position:absolute;display:block;z-index:15007;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:9.375rem;width:12.5rem;top:0.125rem;left:30.90553855896rem;overflow:hidden;display:block; }
#CBGu5kyqv77ZCuUooTx0DpSP1EmArfXb { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:3.1310424804688rem;left:17.1875rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FpThzvWlKULmDLVJ1hZ9T3EHDW34yl6y { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15042;line-height:1.2;letter-spacing:0;top:3.1310424804688rem;left:31.562498092651rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TnehEbyfB4UL2kU4rpfXMQq3x5hSdqUU { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:3.4621887207031rem;left:45.624998092651rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container { background-color: transparent; background-image: none; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container > .video-iframe-container { display: none; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row > .video-iframe-container { display: none; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .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); }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container { border-width: 0; border-radius: 0; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:60rem;position:relative;display:block; }#GFTwku6tSePxvzHGrwxhchl9pJ51yl0H { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:16.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#hTTigmB9CxCTmKqLCOu8gvaqy32OB8h3 { box-sizing:content-box;height:9.375rem;width:12.5rem;position:absolute;display:block;z-index:15037;background-color:rgba(113,43,160,0.7);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:30.937498092651rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#uIBWwBJmVgnHn0aElBF9AcVE6UeUhc3S { position:absolute;display:block;z-index:15007;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:9.3125rem;width:12.5rem;top:0rem;left:30.937498092651rem;overflow:hidden;display:block; }
#W95XWuTCtiASTrRBdigpT9E2MkpRmGyd { position:absolute;display:block;z-index:15004;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:9.375rem;width:12.5rem;top:0rem;left:16.625rem;overflow:hidden;display:block; }
#SgmRptMm3oCro7H8If9rXptz8a9SDvE7 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:3.0060119628906rem;left:31.562498092651rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MFUaEDK0Ln9sw4TxFeQa1lwNGKCnMd7D { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:3.0060348510742rem;left:17.25rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/645e2138-a085-40cb-878c-bc87bba25b8f/Elevatedonate.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e.adaptive-delivery-prevent-bg, #NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e.lazyload, #NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e.lazyloading { background-image: none; }#NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e > .row .container { border-width: 0; border-radius: 0; }#NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;overflow:visible;position:relative;display:none; }#V6tsVT0xmaCHxaVutUwzkqTdyXgooSBo { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.9371452331543rem;left:0rem;height:4.874825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GfHzxRKJxJ74ANwOHmTgEi5p8vniayny { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.6875rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2d62ae, #441c55);background-image: -moz-linear-gradient(180deg, #2d62ae, #441c55);background-image: -ms-linear-gradient(180deg, #2d62ae, #441c55);background-image: -o-linear-gradient(180deg, #2d62ae, #441c55);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#441c55' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d62ae', endColorstr='#441c55' );";background-image: linear-gradient(180deg, #2d62ae, #441c55);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { background-color: transparent; background-image: none; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container > .video-iframe-container { display: none; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row > .video-iframe-container { display: none; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .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); }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { border-width: 0; border-radius: 0; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { font-size:0.875rem;font-family:arial;height:21.375rem;width:60rem;position:relative;display:block; }#OtsMsG6D2sVvLbu7H5HhTsCEQf9ixOLw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.9994375rem;top:4.9351921081543rem;left:7.9989337921144rem;overflow:hidden;display:block; }
#CfQALCiy9xHvH4K1QKtOA4UIaqaGqETW { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.4375rem;left:8.875rem;overflow:hidden;display:block; }
#ownfD3T6UmgzybMW5RHq7RqByWJ2pmEc { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.4375rem;left:11.3125rem;overflow:hidden;display:block; }
#Kv9Dn3DuWcfrDH0VEEAz5RfCZNTm6GMS { color:#ffffff;display:block;width:8rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:14.4375rem;left:11rem;height:1.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xki7vmmdccv2ZgoTf2PCpbrwPfsCVTnW { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.4375rem;left:13.75rem;overflow:hidden;display:block; }
#nviyunNFnaGGE0UxlcqfQzv4uOLaXBRz { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.4375rem;left:16.1875rem;overflow:hidden;display:block; }
#g0d9rN0f7pyoaaKtObGlJlIC186IpyiE { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:11.4375rem;left:18.625rem;overflow:hidden;display:block; }
#dIf1w0gx7qrt4XyKJpTko0hCo9Cn7Dfk { background-color:#ffcc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#441c55;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:6.875rem;left:35.625rem;display:block; }
#vqdiwXxInlSJxHVPD38iQZPRTQNrSFWB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GxFiysleJEC9uawf9Kofc96SV2MzGcET { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#uzV7IOCq8AkcsVVdoJPQf39adJw4pJoR { background-color:#ffcc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#441c55;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:11.0625rem;left:35.625rem;display:block; }
#TGoGZqefZXpGXA5PQf9EMD6r7KJNZhVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas { display:block; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9WLGLC0H0s7opseRo9BH31ycetBWNbk { display:block; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJSeIlHioGhF37uH5eSZT9VB3NK94WHg { width:22.875rem;height:;top:3.1875rem;left:12.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG329QbxDRMLOOrz93g7r1WN8Cv4aiPk { top:0.5rem;left:23.5625rem;width:9.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avZyBdFaC4DiD6lyoTyLRcuemnJOHwlQ { width:8.5625rem;height:2rem;top:0.4375rem;left:14.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwbTACe167OB6tcWdnlVuppOaZPoyTKu { display:block; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTcRguLyUrOeT13XTtWBOzZ3Rpv5zP6F { width:38.375rem;height:6.0625rem;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKCp5W1rynkAaTAbT0lTSTev6gXoLLiv { top:2.375rem;left:0rem;width:47.75rem;height:8.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqUp2dTpHbuSEamHWXbtCOGKcDdpPd13 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls1SmNne55dMlbA20VdMVvq9bqPmdrDH { top:19.8125rem;left:1rem;width:45.75rem;height:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kll7OkzqLGIf2Jt5cmqUtW9tbXDO9ZgL { top:36.0625rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puCrTD1yoXMG3sVJ0KFzo8OI2F8uTN2W { width:47.75rem;height:;top:14.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU { display:block; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H789yxa3NIEkfUTtBN1ZoG5oQT05Wptk { width:37.1875rem;height:;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhicTJTc9H01UC50AsZoE4sCf6MlpoOk { display:block; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r40vTRc3iTwciD33r5B0Hbq5w0O4TzS7 { top:41.125rem;left:0.4990234375rem;width:18.3125rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiEh6UfLeVdK0Xe9WrScOUhPyp3tU4Dv { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysh5P3ksigMMrbU9CTdvi7J9fTRiZwmk { top:1.1875rem;left:0rem;width:21.6875rem;height:38.563034959321rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7dE8cvGONTnso9CvQfDffyevMlAysE7 { top:1.1875rem;left:18rem;width:29.75rem;height:53.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKZ3wTEGNVbDy0dzr8PclW7tTwxlnwpB { width:20.4375rem;height:;top:51.75rem;left:0.4990234375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVdBZkaTeyr2rG05zOoBus4xtfOypGDJ { width:20.4375rem;height:6rem;top:35.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIAEnsxbU4ilVLTCiz4vztCuCITV2NDu { width:38.25rem;height:;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU { display:block; }#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlzlHt9sSBu48cpOmc0BsSRQ795UMndJ { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bECOnaulEg9N8SLVU16iEma4zoTbb67D { top:1.6875rem;left:0rem;width:47.75rem;height:26.696590909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc7Z8P1UkTXHMT5wP9XiCIfwtkEQGElq { top:33.875rem;left:0rem;width:47.75rem;height:36.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG { display:block; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVQaOQszVpTSIpfUbkiBuWvVxdHZxybz { width:22.5rem;height:18.125rem;top:4.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtZle9fyqGy6XZQZoRyblHrtzQtRfpye { top:6.875rem;left:17.9375rem;width:29.8125rem;height:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJnH4c08aPv3T4VmT4UpWZTyWdh1ZGi3 { width:18.75rem;height:3.4375rem;top:20.5rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRAccfW7tr1uGAlaOOWVZD14lu8PIGbu { display:block; }
 }@media only screen and (max-width: 763px) { #Wo7y7OAnPJlNpLeeiKSRHWfHoMQmXn1W { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl62HabUn1GiTEzRg8s5cZeoTCSk3SqN { width:6.25rem;height:6.25rem;top:2.5rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ute7nRu88ub6b9kAy3sEQNuWRqgRCnrn { top:3.75rem;left:18.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN7bG5JX43E8wZoNyKPuGs2BCIDOESwg { width:27.125rem;height:3rem;top:0.75rem;left:20.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 { display:block; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if8775qP8bZhK6hQOTWPT1zMXzPfBUax { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 { display:block; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEa8duwe2205QaQX6z6klUlifTbv0fLd { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUAgVogkGcz7pSC0XLp864dTqm653qc5 { top:1.8125rem;left:0rem;width:25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMKNF1kRJceKWZvZIz7vMlaHTqVCta5 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct5NIPHSBfADx0s6JKbUTTO0TNsCbuOv { width:20.4375rem;height:3rem;top:16.75rem;left:22.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk { display:block; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOiKq8N0PvRx4Xb8KPVF72kpSIVWOBvT { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn0AFH0P1n8aRHSlqHbb46XI4nALG8M1 { top:1.1875rem;left:22.75rem;width:25rem;height:16.624625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzgTv8n3aK6MySBP5xTCf6btxbwpsxLH { width:20.4375rem;height:3rem;top:15.0625rem;left:6.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4XegH8LxJPUXL363FICkEOdxrd8Uyv1 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 { display:block; }#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCFD9K0yLrfgZ603s5xfumDBXcFEEc5g { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqmlSqJf1pZpOCbZ65XToLhcbFrBTMHK { top:1.8125rem;left:0rem;width:25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQa7rqbnemJiuifSb6eRIixkAEqQSmGT { width:20.4375rem;height:3rem;top:17.0625rem;left:23.6240234375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6VeIZeh2crkqTNeuEnosFUfuTTvIDIC { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgGCTR5WIK9ze6gqe2n3v4Geyb4XBU9e { width:20.4375rem;height:3rem;top:1.8125rem;left:23.6240234375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 { display:block; }#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dx6AgnQJ1WPUXDMWEgQTPZsKHa0CRWfK { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdQp1mPZ3PhpM5mxt5oITS4S8b1JHZIm { width:26.9375rem;height:;top:0rem;left:8.2490234375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF { display:block; }#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpnJpxUiHgk2WkXaaMAoPGnTRwknqGTk { top:0.3125rem;left:26.4375rem;width:21.3125rem;height:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfBMiSGcGd1qInEpWU5ZJuSiZHmP8K2J { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvxTVs4daZqUgA8ruVouKwhgGKr1B6df { top:6.3125rem;left:0.875rem;width:25.625rem;height:15.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh91khwyBRFFZ6kim5A3b213Au4zq7Jd { width:20.4375rem;height:3rem;top:7.625rem;left:27.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhIUMNSV04PbKUMZuEEePmscuFWkidMZ { display:block; }#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5APkH5WTxXdbrPGrCeJyTpLNip3H9Jc { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmU4giUOPWq0FVwzA7TKWnSL8iu1oJx { width:26.9375rem;height:3rem;top:0rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 { display:block; }#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeQzOB4S4mOFTREqBAVzaHeu42zvmxnN { top:1.75rem;left:19.4375rem;width:28.3125rem;height:37.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cniilut0stERr0yMFxtAJo1rzgtGvKKX { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM6uEeZTy2abrrCPZZUBcN7ZsWAHTTTf { top:1.75rem;left:0rem;width:25rem;height:31.1235625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H719m8sT4eXbCLLzP3Ef1UhqRfRKpeAW { width:20.4375rem;height:3rem;top:4.75rem;left:1.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G21dRqTmeLOgJRIbANppkP2MaxDQWt98 { width:20rem;height:4.6875rem;top:40.9375rem;left:26.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P91dAcH7pMugpwlSEGyTPCEQAWIPfl6k { display:block; }
 }@media only screen and (max-width: 763px) { #QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU { display:block; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAE04hCO80ohc1TDEw09xDStqRGmbXFC { width:47.75rem;height:25.416927083333rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcha5lp5oLXsiTU5tOr6QSvcIgHTtbHT { width:44.75rem;height:16.75rem;top:42.9375rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGhlztoZddzQs8ufLX5VtxGKRot6NtfR { width:47.75rem;height:;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQnW5SEAyK2fiG2RhbLQUq4GaeKxOp6A { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 { display:block; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwKPJvpDCakp8bZZafQ9HEhpSvXrD0kO { width:47.75rem;height:3rem;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh183uXBOkInPrPAc3t5fThHvTvk8RRT { display:block; }#vh183uXBOkInPrPAc3t5fThHvTvk8RRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfd4e2144e5f018bfabbcdb5df3ee60b { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c412930d6960a3ccd24f7368b8825a00 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T79bc3b38ae1a50e3470e03b58046cfc { width:6.25rem;height:6.25rem;top:1.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2f95aa9eb1db9c288c6f750c47f8bdd { width:25rem;height:3.4375rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2c4ed5906630d1e81c9aa01e75f9e79 { display:block; }
 }@media only screen and (max-width: 763px) { #L07bc5b5daf042b11c2d8491b8f18874 { width:25rem;height:3.4375rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q00cfa77c90a52a8f52bb765f2d1495c { display:block; }
 }@media only screen and (max-width: 763px) { #a62b2e2900b73c80b51eca400893ea8e { top:2.5rem;left:9.5rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea70855884e0b1c2a9b03737fe965aa0 { top:1.25rem;left:22.75rem;width:25rem;height:31.1239375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ { display:block; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MATNipDbweighzIyCFGmOdygQLtLObXN { width:47.75rem;height:3rem;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q { display:block; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLVlsUhbnrfLzlpsMEGP3Tr4NIq54ZRy { top:1.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyFdSCX8mTaAHs64TtIqNPHHhGkE7TMU { width:20rem;height:2.875rem;top:4.875rem;left:13.874998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8E4A9Pl5mz1DPm8bluOKgRhsK4Tclos { display:block; }
 }@media only screen and (max-width: 763px) { #HWgynQ10tfZZThE0ZTn7TtXQciayKhcI { display:block; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM2hffiDE5f1SoedBi8Mh2goB0HVcRT7 { top:0.3125rem;left:0rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkxG82h32MC30M9Taqg4kGluya0Hn1fs { top:0.3125rem;left:0rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtoZXorLoeSyLvlnAT7Cqbl9nwAy3VS8 { width:11.25rem;height:4rem;top:2.9375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffmr5OA8Mhr6hCeW0W6BNbVJ1HeHCE8y { width:11.25rem;height:4rem;top:3.0625rem;left:12.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CID6ICTubl5MC7pn6rKIzHLzl6wVpSZk { top:0.375rem;left:11.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCtC97523dWTWEui73xhDtJWCfs9M5gC { width:11.25rem;height:4rem;top:3rem;left:23.906248092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhVLmHRkDL2mKpkX60dKSlWHWDDAy23N { top:0.375rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4kMhkvM7vv32gHA2fZvcVakTQP4Jni { width:11.25rem;height:2.6875rem;top:3.625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhwgm0x3L5gMcZ1n6VVQDt3HS3rvlGlh { top:0.3125rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Uyr8kETCRnZyNgGrxe4smfQ07qXoGh { top:0.375rem;left:11.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vno9TCtba7qeGi93wM6bA79qcI6MTvFZ { top:0.375rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Sx5QtQuZRZvumFa93VROP4lJoBQNr3 { top:0.3125rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni { display:block; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMNWl6HWLrrcpVIOPpsNXK1VGkEl0FFZ { top:0.125rem;left:0rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ5wWUTazqlZqxmFzXEaqCw0HQeAp7Ap { top:0.125rem;left:11.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seUidbZPi9y284FRQAHsvZ6nteffyffQ { top:0.125rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swzayzM3e9Gmi3TD1fuD7lXyD3X0r9UB { top:0.125rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEq7F0RB6JWd3L2BClFncxouUOyE6BG2 { top:0.125rem;left:0rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5pDse1OLUJc6zOTC9EO8gJXlpfIlcDB { width:11.25rem;height:4rem;top:3.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJF8ngETuXxcCm9yLfrkAz7i7JuCxubM { top:0.125rem;left:11.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV8agIC0asMGxsn3e4505z7SSZldIeHR { top:0.125rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNUygrZTJFSs71dU8tQwPgOhzHDCHy6Z { top:0.125rem;left:23.25rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBGu5kyqv77ZCuUooTx0DpSP1EmArfXb { width:11.25rem;height:4rem;top:3.125rem;left:12.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpThzvWlKULmDLVJ1hZ9T3EHDW34yl6y { width:11.25rem;height:4rem;top:3.125rem;left:23.906248092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnehEbyfB4UL2kU4rpfXMQq3x5hSdqUU { width:11.25rem;height:2.6875rem;top:3.4375rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no { display:block; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFTwku6tSePxvzHGrwxhchl9pJ51yl0H { top:0rem;left:11.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTigmB9CxCTmKqLCOu8gvaqy32OB8h3 { top:0rem;left:23.3125rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIBWwBJmVgnHn0aElBF9AcVE6UeUhc3S { top:0rem;left:23.3125rem;width:12.5rem;height:9.3119375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95XWuTCtiASTrRBdigpT9E2MkpRmGyd { top:0rem;left:11.375rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgmRptMm3oCro7H8If9rXptz8a9SDvE7 { width:11.25rem;height:4rem;top:3rem;left:23.906248092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFUaEDK0Ln9sw4TxFeQa1lwNGKCnMd7D { width:11.25rem;height:4rem;top:3rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e { display:block; }#NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V6tsVT0xmaCHxaVutUwzkqTdyXgooSBo { width:47.75rem;height:4.8125rem;top:1.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfHzxRKJxJ74ANwOHmTgEi5p8vniayny { width:20rem;height:;top:5.125rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH { display:block; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtsMsG6D2sVvLbu7H5HhTsCEQf9ixOLw { width:13.9375rem;height:4.3556437535437rem;top:4.875rem;left:4.9364337921142rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfQALCiy9xHvH4K1QKtOA4UIaqaGqETW { width:4.0625rem;height:4.0625rem;top:3rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ownfD3T6UmgzybMW5RHq7RqByWJ2pmEc { width:4.0625rem;height:4.0625rem;top:3rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9Dn3DuWcfrDH0VEEAz5RfCZNTm6GMS { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xki7vmmdccv2ZgoTf2PCpbrwPfsCVTnW { width:4.0625rem;height:4rem;top:3rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nviyunNFnaGGE0UxlcqfQzv4uOLaXBRz { width:4.0625rem;height:4.0625rem;top:3rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0d9rN0f7pyoaaKtObGlJlIC186IpyiE { width:4rem;height:4rem;top:3rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIf1w0gx7qrt4XyKJpTko0hCo9Cn7Dfk { width:18.75rem;height:3.4375rem;top:6.875rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqdiwXxInlSJxHVPD38iQZPRTQNrSFWB { display:block; }
 }@media only screen and (max-width: 763px) { #GxFiysleJEC9uawf9Kofc96SV2MzGcET { top:19.6875rem;left:0rem;width:47.75rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzV7IOCq8AkcsVVdoJPQf39adJw4pJoR { width:18.75rem;height:3.4375rem;top:11.0625rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGoGZqefZXpGXA5PQf9EMD6r7KJNZhVU { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eU90ia5I/sekcja8_foto_tlo2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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) { #zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas { display:block; }#zXCep1VH9ZT9d6hrNDfaoXH0MlV91Jas > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9WLGLC0H0s7opseRo9BH31ycetBWNbk { display:block; }#r9WLGLC0H0s7opseRo9BH31ycetBWNbk > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJSeIlHioGhF37uH5eSZT9VB3NK94WHg { width:20rem;height:3rem;top:2.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG329QbxDRMLOOrz93g7r1WN8Cv4aiPk { width:8.625rem;height:1.625rem;top:0.375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avZyBdFaC4DiD6lyoTyLRcuemnJOHwlQ { width:8.5625rem;height:1.79980625rem;top:0.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwbTACe167OB6tcWdnlVuppOaZPoyTKu { display:block; }#UwbTACe167OB6tcWdnlVuppOaZPoyTKu > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTcRguLyUrOeT13XTtWBOzZ3Rpv5zP6F { width:20rem;height:3.8496125rem;top:2.73095703125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PKCp5W1rynkAaTAbT0lTSTev6gXoLLiv { width:20rem;height:17.0625rem;top:0rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nqUp2dTpHbuSEamHWXbtCOGKcDdpPd13 { width:20rem;height:32.75rem;top:18.5rem;left:0rem;background-color:#f3f3f3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ls1SmNne55dMlbA20VdMVvq9bqPmdrDH { width:18.75rem;height:23.625rem;top:26.125rem;left:0.625rem;font-size:0.9375rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kll7OkzqLGIf2Jt5cmqUtW9tbXDO9ZgL { width:20rem;height:10.5rem;top:52.939453125rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #puCrTD1yoXMG3sVJ0KFzo8OI2F8uTN2W { width:14.25rem;height:5.84911875rem;top:19.564453125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU { display:block; }#OL25aKl6ThycRUi5Pxf6uGLf65IzDJRU > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H789yxa3NIEkfUTtBN1ZoG5oQT05Wptk { width:20rem;height:5.7744125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhicTJTc9H01UC50AsZoE4sCf6MlpoOk { display:block; }#xhicTJTc9H01UC50AsZoE4sCf6MlpoOk > .row .container { width:20rem;height:115.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r40vTRc3iTwciD33r5B0Hbq5w0O4TzS7 { width:18.0625rem;height:4.8984375rem;top:36.5rem;left:0.96875rem;font-size:0.875rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HiEh6UfLeVdK0Xe9WrScOUhPyp3tU4Dv { width:20rem;height:14.625rem;top:28.4375rem;left:0rem;background-color:#f0f0f0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ysh5P3ksigMMrbU9CTdvi7J9fTRiZwmk { width:20rem;height:35.4814375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7dE8cvGONTnso9CvQfDffyevMlAysE7 { width:20rem;height:65.625rem;top:46.4375rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XKZ3wTEGNVbDy0dzr8PclW7tTwxlnwpB { width:20rem;height:2.0996125rem;top:43.75rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aVdBZkaTeyr2rG05zOoBus4xtfOypGDJ { width:20rem;height:2.0996125rem;top:33.4423828125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIAEnsxbU4ilVLTCiz4vztCuCITV2NDu { width:20rem;height:6.2988125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU { display:block; }#ctpy40r9t0diTLLFGicGRZMqO3Z5ulyU > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlzlHt9sSBu48cpOmc0BsSRQ795UMndJ { width:20rem;height:49.1875rem;top:0.18603515625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bECOnaulEg9N8SLVU16iEma4zoTbb67D { height:11.25rem;width:20rem;top:1.6415233612061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dc7Z8P1UkTXHMT5wP9XiCIfwtkEQGElq { width:18.75rem;height:32.8125rem;top:14.43603515625rem;left:0.625rem;font-size:0.9375rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9ae4ae70-d74c-49e8-9ec3-734b216443f5/barvavolcanocostarica.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG.adaptive-delivery-prevent-bg, #qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG.lazyload, #qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG.lazyloading { background-image: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container { background-color: transparent; background-image: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(113,43,160,0.75); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container > .video-iframe-container { display: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(113,43,160,0.75); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row > .video-iframe-container { display: none; }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .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); }#qDkxpQ0psBimgx0BoNSZi1vKBN3mkWuG > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVQaOQszVpTSIpfUbkiBuWvVxdHZxybz { width:19.3119375rem;height:8.3984375rem;top:1.6015625rem;left:0.34268462657929rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AtZle9fyqGy6XZQZoRyblHrtzQtRfpye { width:16.875rem;height:15.75rem;top:17.251242280006rem;left:1.5625rem;font-size:0.9375rem;line-height:1.4;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #lJnH4c08aPv3T4VmT4UpWZTyWdh1ZGi3 { width:15.625rem;height:3.4375rem;top:34.248932480812rem;left:2.1866121292114rem;font-size:1.0625rem;font-weight:700;font-style:normal;background-color:#fab816;background-image:none;color:#441c55;display:block; }
 }@media only screen and (max-width: 763px) { #rRAccfW7tr1uGAlaOOWVZD14lu8PIGbu { display:block; }
 }@media only screen and (max-width: 763px) { #Wo7y7OAnPJlNpLeeiKSRHWfHoMQmXn1W { width:20rem;height:22.75rem;top:13.3125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rl62HabUn1GiTEzRg8s5cZeoTCSk3SqN { width:6.25rem;height:6.25rem;top:10rem;left:6.875rem;background-color:#fab816;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ute7nRu88ub6b9kAy3sEQNuWRqgRCnrn { display:flex;width:3.75rem;height:3.75rem;top:11.25rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #yN7bG5JX43E8wZoNyKPuGs2BCIDOESwg { width:18.0625rem;height:2.0996125rem;top:14.21240234375rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 { display:block; }#cD1XBrDunTaX8aZSI5r0XJZQL1qM2SL4 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #if8775qP8bZhK6hQOTWPT1zMXzPfBUax { width:20rem;height:6.2988125rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 { display:block; }#iZQeB9pbdaA9PwBr5LhPypOZy6E18It8 > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MEa8duwe2205QaQX6z6klUlifTbv0fLd { width:20rem;height:19.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUAgVogkGcz7pSC0XLp864dTqm653qc5 { width:20rem;height:14.9360625rem;top:15.060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMKNF1kRJceKWZvZIz7vMlaHTqVCta5 { width:18.75rem;height:11.8125rem;top:1.4208984375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ct5NIPHSBfADx0s6JKbUTTO0TNsCbuOv { width:20rem;height:2.0996125rem;top:13.02294921875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk { display:block; }#w6nTiKZ9PWh2pAGbWdqxk5gf8BgMyuvk > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOiKq8N0PvRx4Xb8KPVF72kpSIVWOBvT { width:20rem;height:22.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn0AFH0P1n8aRHSlqHbb46XI4nALG8M1 { width:20rem;height:13.3110625rem;top:16.5966796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzgTv8n3aK6MySBP5xTCf6btxbwpsxLH { width:20rem;height:2.0996125rem;top:14.4970703125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C4XegH8LxJPUXL363FICkEOdxrd8Uyv1 { width:18.75rem;height:13.125rem;top:1.3720703125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 { display:block; }#vtqebZvxODSzVuao8iTl5RK6QOg4qZ09 > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCFD9K0yLrfgZ603s5xfumDBXcFEEc5g { width:20rem;height:21.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqmlSqJf1pZpOCbZ65XToLhcbFrBTMHK { width:20rem;height:14.9360625rem;top:16.4453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQa7rqbnemJiuifSb6eRIixkAEqQSmGT { width:20rem;height:2.0996125rem;top:30.68359375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O6VeIZeh2crkqTNeuEnosFUfuTTvIDIC { width:18.75rem;height:13.125rem;top:1.220703125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TgGCTR5WIK9ze6gqe2n3v4Geyb4XBU9e { width:20rem;height:2.0996125rem;top:14.345703125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 { display:block; }#CRPuLDEFDaB9CyT9K11SZKt0HO0lNiZ2 > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dx6AgnQJ1WPUXDMWEgQTPZsKHa0CRWfK { width:20rem;height:8.3984375rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TdQp1mPZ3PhpM5mxt5oITS4S8b1JHZIm { width:20rem;height:2.0996125rem;top:9.6484375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF { display:block; }#ZGry1h0ZnAlD5VAI5tyalHTqSxvCRRWF > .row .container { width:20rem;height:58.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpnJpxUiHgk2WkXaaMAoPGnTRwknqGTk { width:20rem;height:35.4829375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfBMiSGcGd1qInEpWU5ZJuSiZHmP8K2J { width:20rem;height:26.3125rem;top:0.125rem;left:0rem;background-color:#e8e8e8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pvxTVs4daZqUgA8ruVouKwhgGKr1B6df { width:18.75rem;height:17.0625rem;top:1.4375rem;left:0.6875rem;font-size:0.9375rem;line-height:1.4;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #mh91khwyBRFFZ6kim5A3b213Au4zq7Jd { width:20rem;height:2.0996125rem;top:31.357421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FhIUMNSV04PbKUMZuEEePmscuFWkidMZ { display:block; }#FhIUMNSV04PbKUMZuEEePmscuFWkidMZ > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5APkH5WTxXdbrPGrCeJyTpLNip3H9Jc { width:20rem;height:10.4980625rem;top:2.3748359680176rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TDmU4giUOPWq0FVwzA7TKWnSL8iu1oJx { width:20rem;height:2.0996125rem;top:0.3369140625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 { display:block; }#o6XI86qMh7D2Fymz5UBW4EWzrK6mG2W1 > .row .container { width:20rem;height:87.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeQzOB4S4mOFTREqBAVzaHeu42zvmxnN { width:18.75rem;height:49.875rem;top:28.12744140625rem;left:0.625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Cniilut0stERr0yMFxtAJo1rzgtGvKKX { width:20rem;height:82.1875rem;top:0.35693359375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kM6uEeZTy2abrrCPZZUBcN7ZsWAHTTTf { width:20rem;height:24.89885rem;top:2.22021484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H719m8sT4eXbCLLzP3Ef1UhqRfRKpeAW { width:20rem;height:2.0996125rem;top:3.71875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #G21dRqTmeLOgJRIbANppkP2MaxDQWt98 { width:20rem;height:4.6875rem;top:79.794921875rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;background-color:#712ba0;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P91dAcH7pMugpwlSEGyTPCEQAWIPfl6k { display:block; }
 }@media only screen and (max-width: 763px) { #QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU { background-color:#2d62ae;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; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row .container { background-color: transparent; background-image: none; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row .container > .video-iframe-container { display: none; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row > .video-iframe-container { display: none; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .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); }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row .container { border-width: 0; border-radius: 0; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRC8NOfWKROwhlCaBq0d8FUDnJxmlPDU > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAE04hCO80ohc1TDEw09xDStqRGmbXFC { height:11.9375rem;width:20rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcha5lp5oLXsiTU5tOr6QSvcIgHTtbHT { width:16.75rem;height:41.99705rem;top:22.498046875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HGhlztoZddzQs8ufLX5VtxGKRot6NtfR { width:20rem;height:4.5rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vQnW5SEAyK2fiG2RhbLQUq4GaeKxOp6A { width:18.75rem;height:48.6875rem;top:18.8994140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 { display:none; }#WdMs4508Vo6PpWQGTHVZMRfENNXQObq3 > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VwKPJvpDCakp8bZZafQ9HEhpSvXrD0kO { width:20rem;height:4.19921875rem;top:1.962890625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vh183uXBOkInPrPAc3t5fThHvTvk8RRT { display:none; }#vh183uXBOkInPrPAc3t5fThHvTvk8RRT > .row .container { width:20rem;height:36.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hfd4e2144e5f018bfabbcdb5df3ee60b { width:20rem;height:29.437125rem;top:3.4055397510529rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c412930d6960a3ccd24f7368b8825a00 { width:15.9375rem;height:14.4375rem;top:7.6242895126344rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T79bc3b38ae1a50e3470e03b58046cfc { width:6.25rem;height:6.25rem;top:0rem;left:6.875rem;background-color:#712ba0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e2f95aa9eb1db9c288c6f750c47f8bdd { width:18.75rem;height:3.4375rem;top:23.809480667114rem;left:0.62411212921143rem;font-size:1rem;font-weight:700;font-style:normal;background-color:#712ba0;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d2c4ed5906630d1e81c9aa01e75f9e79 { display:block; }
 }@media only screen and (max-width: 763px) { #L07bc5b5daf042b11c2d8491b8f18874 { width:18.75rem;height:3.4375rem;top:27.871091842651rem;left:0.62411212921143rem;font-size:1rem;font-weight:700;font-style:normal;background-color:#712ba0;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Q00cfa77c90a52a8f52bb765f2d1495c { display:block; }
 }@media only screen and (max-width: 763px) { #a62b2e2900b73c80b51eca400893ea8e { display:flex;width:3.75rem;height:3.75rem;top:1.25rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #ea70855884e0b1c2a9b03737fe965aa0 { width:20rem;height:24.89915rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ { display:block; }#v0UbMWObDudBbQ1qCG23Fu2xbypPCxNZ > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MATNipDbweighzIyCFGmOdygQLtLObXN { width:17.0623125rem;height:4.19921875rem;top:1.7533893585205rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q { display:block; }#gngK3uOLQTIaBeKQJHsXZUHm8LP9VB8q > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLVlsUhbnrfLzlpsMEGP3Tr4NIq54ZRy { width:18.75rem;height:5.25rem;top:1.1630859375rem;left:0.625rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kyFdSCX8mTaAHs64TtIqNPHHhGkE7TMU { width:18.125rem;height:3.125rem;top:7.7237186431888rem;left:0.9375rem;font-size:0.9375rem;font-weight:700;font-style:normal;background-color:#2d62ae;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l8E4A9Pl5mz1DPm8bluOKgRhsK4Tclos { display:block; }
 }@media only screen and (max-width: 763px) { #HWgynQ10tfZZThE0ZTn7TtXQciayKhcI { display:block; }#HWgynQ10tfZZThE0ZTn7TtXQciayKhcI > .row .container { width:20rem;height:14.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM2hffiDE5f1SoedBi8Mh2goB0HVcRT7 { width:9.375rem;height:6.75rem;top:0.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkxG82h32MC30M9Taqg4kGluya0Hn1fs { width:9.375rem;height:6.75rem;top:0.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtoZXorLoeSyLvlnAT7Cqbl9nwAy3VS8 { width:9.375rem;height:3.59911875rem;top:1.9375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ffmr5OA8Mhr6hCeW0W6BNbVJ1HeHCE8y { width:9.375rem;height:3.59911875rem;top:2rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CID6ICTubl5MC7pn6rKIzHLzl6wVpSZk { width:9.375rem;height:6.75rem;top:0.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCtC97523dWTWEui73xhDtJWCfs9M5gC { width:9.375rem;height:3.59911875rem;top:9.3125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhVLmHRkDL2mKpkX60dKSlWHWDDAy23N { width:9.375rem;height:6.75rem;top:7.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #me4kMhkvM7vv32gHA2fZvcVakTQP4Jni { width:9.375rem;height:2.3994125rem;top:9.9375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhwgm0x3L5gMcZ1n6VVQDt3HS3rvlGlh { width:9.375rem;height:6.75rem;top:7.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8Uyr8kETCRnZyNgGrxe4smfQ07qXoGh { width:9.375rem;height:6.75rem;top:0.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vno9TCtba7qeGi93wM6bA79qcI6MTvFZ { width:9.375rem;height:6.75rem;top:7.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Sx5QtQuZRZvumFa93VROP4lJoBQNr3 { width:9.375rem;height:6.75rem;top:7.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni { display:block; }#JE6pCV1oTFP0zBwyPpTZyTsXXKvNsZni > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IMNWl6HWLrrcpVIOPpsNXK1VGkEl0FFZ { width:9.375rem;height:6.75rem;top:0.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ5wWUTazqlZqxmFzXEaqCw0HQeAp7Ap { width:9.375rem;height:6.75rem;top:0.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seUidbZPi9y284FRQAHsvZ6nteffyffQ { width:9.375rem;height:6.75rem;top:7.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swzayzM3e9Gmi3TD1fuD7lXyD3X0r9UB { width:9.375rem;height:6.75rem;top:7.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEq7F0RB6JWd3L2BClFncxouUOyE6BG2 { width:9.375rem;height:6.75rem;top:0.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5pDse1OLUJc6zOTC9EO8gJXlpfIlcDB { width:9.375rem;height:3.59911875rem;top:2.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJF8ngETuXxcCm9yLfrkAz7i7JuCxubM { width:9.375rem;height:6.75rem;top:0.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV8agIC0asMGxsn3e4505z7SSZldIeHR { width:9.375rem;height:6.75rem;top:7.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNUygrZTJFSs71dU8tQwPgOhzHDCHy6Z { width:9.375rem;height:6.75rem;top:7.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBGu5kyqv77ZCuUooTx0DpSP1EmArfXb { width:9.375rem;height:3.59911875rem;top:2.1875rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpThzvWlKULmDLVJ1hZ9T3EHDW34yl6y { width:9.375rem;height:3.59911875rem;top:9.5rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnehEbyfB4UL2kU4rpfXMQq3x5hSdqUU { width:9.437125rem;height:2.3994125rem;top:10.125rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no { display:block; }#dEqqcyKGuf6kwSLVZSpwtTUXZTzdr8no > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFTwku6tSePxvzHGrwxhchl9pJ51yl0H { width:9.375rem;height:6.75rem;top:0.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTTigmB9CxCTmKqLCOu8gvaqy32OB8h3 { width:9.375rem;height:6.75rem;top:0.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIBWwBJmVgnHn0aElBF9AcVE6UeUhc3S { width:9.375rem;height:6.75rem;top:0.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W95XWuTCtiASTrRBdigpT9E2MkpRmGyd { width:9.375rem;height:6.75rem;top:0.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgmRptMm3oCro7H8If9rXptz8a9SDvE7 { width:9.375rem;height:3.59911875rem;top:2.25rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFUaEDK0Ln9sw4TxFeQa1lwNGKCnMd7D { width:9.375rem;height:3.59911875rem;top:2.1875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/645e2138-a085-40cb-878c-bc87bba25b8f/Elevatedonate.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e.adaptive-delivery-prevent-bg, #NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e.lazyload, #NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e.lazyloading { background-image: none; }#NKdRdsitfbTCUdMxl73oHLg4vsVy0u4e > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V6tsVT0xmaCHxaVutUwzkqTdyXgooSBo { width:18.4375rem;height:0;top:3.625rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #GfHzxRKJxJ74ANwOHmTgEi5p8vniayny { width:20rem;height:;top:5.15625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;line-height:1;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH { display:block; }#t9mCAJ7wNHMDTHZoOrnxxguJ0TupwyhH > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OtsMsG6D2sVvLbu7H5HhTsCEQf9ixOLw { width:14rem;height:4.375rem;top:3.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfQALCiy9xHvH4K1QKtOA4UIaqaGqETW { width:2.5rem;height:2.5rem;top:10.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ownfD3T6UmgzybMW5RHq7RqByWJ2pmEc { width:2.5rem;height:2.5rem;top:10.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv9Dn3DuWcfrDH0VEEAz5RfCZNTm6GMS { width:8rem;height:1.1998375rem;top:13.5rem;left:6rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xki7vmmdccv2ZgoTf2PCpbrwPfsCVTnW { width:2.5rem;height:2.5rem;top:10.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nviyunNFnaGGE0UxlcqfQzv4uOLaXBRz { width:2.5rem;height:2.5rem;top:10.125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0d9rN0f7pyoaaKtObGlJlIC186IpyiE { width:2.5rem;height:2.5rem;top:10.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIf1w0gx7qrt4XyKJpTko0hCo9Cn7Dfk { width:18.75rem;height:3.4375rem;top:17.124466896057rem;left:0.62411212921143rem;background-color:#ffcc00;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) { #vqdiwXxInlSJxHVPD38iQZPRTQNrSFWB { display:block; }
 }@media only screen and (max-width: 763px) { #GxFiysleJEC9uawf9Kofc96SV2MzGcET { width:20rem;height:1.4619125rem;top:27.248757362366rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzV7IOCq8AkcsVVdoJPQf39adJw4pJoR { width:18.75rem;height:3.4375rem;top:21.364524841309rem;left:0.62411212921143rem;background-color:#ffcc00;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) { #TGoGZqefZXpGXA5PQf9EMD6r7KJNZhVU { display:block; }
 }