.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:223,244,246;--color-primary-1:147,217,225;--color-primary-2:39,179,194;--color-primary-3:20,90,97;--color-primary-4:6,27,29;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:76,76,76;--color-tertiary-4:0,0,0;--headlines-font-family:Lora;--paragraphs-font-family:Lora; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy { position:relative;z-index:auto;display:block; }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy { background-color: transparent; background-image: none; }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy > .row .container > .video-iframe-container { display: none; }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy > .row > .video-iframe-container { display: none; }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy > .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); }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy { border-width: 0; border-radius: 0; }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#abO3KvDUCQgmlBiTOXE6blahnVtRfL4k { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:1.46875rem;left:2.9375rem;overflow:hidden;display:block; }
#mbNgWphpC3QhbgyHP5my7eGy9a7dSO5V { background-color:rgba(var(--color-primary-2),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.875rem;left:53.4375rem;display:block; }
#E0ToAuglruzyrZme44mqgBPyetc1zEsL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PmvT1Vxc2K7CniOIwmrohATIgGyBDomo { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#uukxBPXQRAvdAvqIxtHBQXRnavEDLs34 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owTm9BmKSqFQt9zuesVTDyCa69FegWsD { position:relative;display:none; }#owTm9BmKSqFQt9zuesVTDyCa69FegWsD { border-width: 0; border-radius: 0; }#owTm9BmKSqFQt9zuesVTDyCa69FegWsD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#owTm9BmKSqFQt9zuesVTDyCa69FegWsD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc { position:relative;display:block; }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc { background-color: transparent; background-image: none; }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc > .row .container > .video-iframe-container { display: none; }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc > .row > .video-iframe-container { display: none; }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc > .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); }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc { border-width: 0; border-radius: 0; }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oF4GOVebxUfXPQ0e1r1m4GwVLUZbEPl2 { color:rgba(var(--color-tertiary-4),1);display:block;width:62.4375rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:2.9375rem;left:2.9726572036743rem;height:8.39975rem;font-style:normal;display:block; }
#UX3m6ps4HEV4i32viZCqAZqn5xr1OCKL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.125rem;width:2.5625rem;top:14.6875rem;left:2.97314453125rem;overflow:hidden;display:block; }
#RKJz3L6ZLKVTHIRqdoT7JDonRlU9Q9EF { color:rgba(var(--color-tertiary-3),1);display:block;width:10.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:14.6875rem;left:7.625rem;height:1.5996125rem;font-style:normal;display:block; }
#ZNiZ8TRpseCTzQlxGTFBuPHoAmhOhm4i { color:#919ba3;display:block;width:32rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:16.67578125rem;left:7.625rem;height:1.19986875rem;font-style:normal;display:block; }
#w2T36WMVHBpt93BNVasdlh4b3Vwh8kcf { box-sizing:content-box;height:4.0625rem;width:0.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:14.21875rem;left:6.4873046875rem;display:block; }
#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy { position:relative;display:block; }#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy { background-color: transparent; background-image: none; }#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy > .row .container > .video-iframe-container { display: none; }#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy > .row > .video-iframe-container { display: none; }#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy > .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); }#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy { border-width: 0; border-radius: 0; }#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XZTWLfICMMbw2xBW5KxKBQmNWo6P1lie { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:50.625rem;top:0.74999904632569rem;left:12.1875rem;overflow:hidden;display:block; }
#Wqzu0ruMHE7fS47ERh1S2gygkwe3JfNO { color:#262626;display:block;width:50.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:36.812501907349rem;left:12.062500953674rem;height:5.736325rem;font-style:normal;display:block; }
#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU { position:relative;display:block; }#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU { background-color: transparent; background-image: none; }#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU > .row .container > .video-iframe-container { display: none; }#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU > .row > .video-iframe-container { display: none; }#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU > .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); }#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU { border-width: 0; border-radius: 0; }#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FZOsmvGXyQuV0qIQ2KOgB3SDHfAWKXRJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:50.625rem;top:0.93750095367431rem;left:12.1875rem;overflow:hidden;display:block; }
#tyxsxrwX7D5vWHM8omJvbtwFuEONCCiu { color:#262626;display:block;width:51rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:33.312498092651rem;left:12.000000953674rem;height:15.296875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CRcIaEdh5QIIQcvMyP3nNVUTMZwPyk8B { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.916666030884rem;left:12.187500953674rem;height:1.70573125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL { position:relative;display:block; }#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL { background-color: transparent; background-image: none; }#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL > .row .container > .video-iframe-container { display: none; }#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL > .row > .video-iframe-container { display: none; }#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL > .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); }#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL { border-width: 0; border-radius: 0; }#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:42.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fk39xonuW98WLwbWzOaPTBZZ5fXKubXs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:50.625rem;top:0.93750095367431rem;left:12.1875rem;overflow:hidden;display:block; }
#idPwTIbNsSJfK0ZdXRqnnwObtOTP8Ih3 { color:#262626;display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:33.24934387207rem;left:12.187500953674rem;height:7.6484375rem;font-style:normal;display:block; }
#SpJdoqO7iG91WeNTvGlRcPpQ83CGiPMT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.812496185302rem;left:12.187500953674rem;height:1.70573125rem;font-style:normal;display:block; }
#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR { position:relative;display:block; }#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR { background-color: transparent; background-image: none; }#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR > .row .container > .video-iframe-container { display: none; }#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR > .row > .video-iframe-container { display: none; }#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR > .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); }#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR { border-width: 0; border-radius: 0; }#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Nw8UcLT7mpQERSX9rfWgCAft2RTm9qkr { color:#262626;display:block;width:55.8125rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:1.02490234375rem;left:12rem;height:3.82486875rem;font-style:normal;display:block; }
#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL { position:relative;display:block; }#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL { background-color: transparent; background-image: none; }#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL > .row .container > .video-iframe-container { display: none; }#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL > .row > .video-iframe-container { display: none; }#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL > .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); }#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL { border-width: 0; border-radius: 0; }#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y3HTDsFVf82huFu8AM4UCewygnpdBnPC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:50.625rem;top:1.3124942779541rem;left:12.1875rem;overflow:hidden;display:block; }
#JoUmhnanQP69H4Ph5KO7XoPHk5gTaOAI { color:#262626;display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:30.1875rem;left:12.187500953674rem;height:7.6484375rem;font-style:normal;display:block; }
#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO { position:relative;display:block; }#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO { background-color: transparent; background-image: none; }#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO > .row .container > .video-iframe-container { display: none; }#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO > .row > .video-iframe-container { display: none; }#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO > .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); }#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO { border-width: 0; border-radius: 0; }#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fDNh1atu8TQu2xdfIZo8hlukHbqcMEzu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:50.625rem;top:1.1249942779541rem;left:12.1875rem;overflow:hidden;display:block; }
#Ud8t7N3mtdRm4Bo1cu4GN53y87rvhG4y { color:#262626;display:block;width:50.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:40.936849594116rem;left:12.406250953674rem;height:8.5495rem;font-style:normal;display:block; }
#OV63LUVvTX2AD8F6v2JqcV5vuVG52AyO { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:37.312501907349rem;left:12.187500953674rem;height:1.70573125rem;font-style:normal;display:block; }
#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 { position:relative;display:block; }#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 { background-color: transparent; background-image: none; }#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 > .row .container > .video-iframe-container { display: none; }#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 > .row > .video-iframe-container { display: none; }#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 > .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); }#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 { border-width: 0; border-radius: 0; }#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KDndHC2XOnxdIXGNcTMPhIWF9vhEIcho { color:#262626;display:block;width:28.6875rem;position:absolute;font-family:georgia;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:1.056640625rem;left:22.218750953674rem;height:3.82486875rem;font-style:normal;display:block; }
#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU { position:relative;display:block; }#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU { background-color: transparent; background-image: none; }#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU > .row .container > .video-iframe-container { display: none; }#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU > .row > .video-iframe-container { display: none; }#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU > .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); }#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU { border-width: 0; border-radius: 0; }#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yePivcJUeU5c1QPdOpMqXIG8ku2aDyNR { color:rgba(var(--color-tertiary-4),1);display:block;width:50.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:1.95703125rem;left:11.645833015442rem;height:5.736325rem;font-style:normal;display:block; }
#ASuSUFvQXWxSlQPXTZV30nDpw0sfgMFN { color:rgba(var(--color-tertiary-4),1);display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:10.080730438233rem;left:11.708333015442rem;height:1.9121125rem;font-style:normal;display:block; }
#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl { position:relative;display:block; }#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl { background-color: transparent; background-image: none; }#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl > .row .container > .video-iframe-container { display: none; }#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl > .row > .video-iframe-container { display: none; }#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl > .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); }#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl { border-width: 0; border-radius: 0; }#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yyxAnTXTwaOf0DsEUaEVqWK4UEdPuDmV { color:#262626;display:block;width:29rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:1.91796875rem;left:23.000000953674rem;height:2.54948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xUskfaXR8W9BIbHfpbwzVODw7klKTPu8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.47265625rem;left:28.750000953674rem;display:block; }
#lOpSO2MnDiGXD1KPpHmFp41OucXeevqT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd { position:relative;display:block; }#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd { background-color: transparent; background-image: none; }#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd > .row .container > .video-iframe-container { display: none; }#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd > .row > .video-iframe-container { display: none; }#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd > .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); }#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd { border-width: 0; border-radius: 0; }#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s7DkL3Z7F7NIS44ZBO46qxaSxibPtQ8g { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.125rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.875rem;left:15.25rem;display:block; }
#peGHKtpVSRZikezhQiNPy0feAgyT5NDa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#togXxi7VfF2IJZkB2GIP1msTqJWeFw9S { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.375rem;width:50.625rem;top:0.67502498626706rem;left:12.1875rem;overflow:hidden;display:block; }
#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC { position:relative;display:block; }#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC { background-color: transparent; background-image: none; }#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC > .row .container > .video-iframe-container { display: none; }#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC > .row > .video-iframe-container { display: none; }#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC > .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); }#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC { border-width: 0; border-radius: 0; }#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#biKWuELiqFWvS8co9t27AixGpxGINA8t { box-sizing:content-box;height:16.625rem;width:50.625rem;position:absolute;display:block;z-index:15000;background-color:#fefbd9;background-image:none;top:0.78125rem;left:12.1875rem;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.59) ;display:block; }
#Kq9wx6HTET8fUEu9Zyc4S76Wk3P6DQ5t { color:#262626;display:block;width:46.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:3.357421875rem;left:14.125rem;height:11.472625rem;font-style:normal;display:block; }
#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe > .row .container { background-color: transparent; background-image: none; }#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe > .row .container > .video-iframe-container { display: none; }#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe > .row > .video-iframe-container { display: none; }#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe > .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); }#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe > .row .container { border-width: 0; border-radius: 0; }#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#b7foT14Z2Vg4hBcQ4eAvq0axz6PlvSH7 { color:rgba(var(--color-tertiary-0),1);display:block;width:74rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.8;letter-spacing:0;top:0.775390625rem;left:0.5rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi { position:relative;display:none; }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi { border-width: 0; border-radius: 0; }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xlRpTVohGOTU9lPFEXlhL2O7ez4J2WAS { background-color:#3a9d40;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0.25rem 0rem #17793b ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.125rem;height:3.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:52.8125rem;left:14.4375rem;display:none; }
#TFfMCB8N5zxz6cG14m9nMlxOzzevyJPZ { 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) { #bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy { display:block; }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abO3KvDUCQgmlBiTOXE6blahnVtRfL4k { width:2.8125rem;height:2.8125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbNgWphpC3QhbgyHP5my7eGy9a7dSO5V { width:20rem;height:3.5rem;top:0.875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0ToAuglruzyrZme44mqgBPyetc1zEsL { display:block; }
 }@media only screen and (max-width: 763px) { #PmvT1Vxc2K7CniOIwmrohATIgGyBDomo { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #uukxBPXQRAvdAvqIxtHBQXRnavEDLs34 { display:block; }
 }@media only screen and (max-width: 763px) { #owTm9BmKSqFQt9zuesVTDyCa69FegWsD { display:block; }#owTm9BmKSqFQt9zuesVTDyCa69FegWsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc { display:block; }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF4GOVebxUfXPQ0e1r1m4GwVLUZbEPl2 { width:47.75rem;height:8.375rem;top:2.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX3m6ps4HEV4i32viZCqAZqn5xr1OCKL { width:2.5625rem;height:3.125rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKJz3L6ZLKVTHIRqdoT7JDonRlU9Q9EF { width:10.4375rem;height:1.5625rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNiZ8TRpseCTzQlxGTFBuPHoAmhOhm4i { width:32rem;height:1.1875rem;top:16.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2T36WMVHBpt93BNVasdlh4b3Vwh8kcf { width:0.125rem;height:4.0625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy { display:block; }#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZTWLfICMMbw2xBW5KxKBQmNWo6P1lie { width:47.75rem;height:31.833333333333rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqzu0ruMHE7fS47ERh1S2gygkwe3JfNO { width:47.75rem;height:5.6875rem;top:36.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU { display:block; }#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZOsmvGXyQuV0qIQ2KOgB3SDHfAWKXRJ { width:47.75rem;height:25.171913580247rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyxsxrwX7D5vWHM8omJvbtwFuEONCCiu { width:47.75rem;height:15.25rem;top:33.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRcIaEdh5QIIQcvMyP3nNVUTMZwPyk8B { top:29.875rem;left:0rem;width:18.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL { display:block; }#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fk39xonuW98WLwbWzOaPTBZZ5fXKubXs { width:47.75rem;height:25.171913580247rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idPwTIbNsSJfK0ZdXRqnnwObtOTP8Ih3 { width:47.75rem;height:7.625rem;top:33.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpJdoqO7iG91WeNTvGlRcPpQ83CGiPMT { top:29.75rem;left:0rem;width:22.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR { display:block; }#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nw8UcLT7mpQERSX9rfWgCAft2RTm9qkr { width:47.75rem;height:3.8125rem;top:1rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL { display:block; }#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3HTDsFVf82huFu8AM4UCewygnpdBnPC { width:47.75rem;height:25.171913580247rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoUmhnanQP69H4Ph5KO7XoPHk5gTaOAI { width:47.75rem;height:7.625rem;top:30.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO { display:block; }#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDNh1atu8TQu2xdfIZo8hlukHbqcMEzu { width:47.75rem;height:31.833333333333rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8t7N3mtdRm4Bo1cu4GN53y87rvhG4y { width:47.75rem;height:8.5rem;top:40.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV63LUVvTX2AD8F6v2JqcV5vuVG52AyO { top:37.3125rem;left:0rem;width:24.25rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 { display:block; }#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDndHC2XOnxdIXGNcTMPhIWF9vhEIcho { width:28.6875rem;height:3.8125rem;top:1rem;left:8.5937509536744rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU { display:block; }#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yePivcJUeU5c1QPdOpMqXIG8ku2aDyNR { top:1.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASuSUFvQXWxSlQPXTZV30nDpw0sfgMFN { top:10.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl { display:block; }#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyxAnTXTwaOf0DsEUaEVqWK4UEdPuDmV { width:29rem;height:2.5rem;top:1.875rem;left:9.3750009536744rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUskfaXR8W9BIbHfpbwzVODw7klKTPu8 { width:17.5rem;height:3.4375rem;top:5.4375rem;left:15.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOpSO2MnDiGXD1KPpHmFp41OucXeevqT { display:block; }
 }@media only screen and (max-width: 763px) { #tqeRGAMBWKksmEpScUaAbO76SpvkaTsd { display:block; }#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7DkL3Z7F7NIS44ZBO46qxaSxibPtQ8g { width:46.125rem;height:3.625rem;top:32.875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peGHKtpVSRZikezhQiNPy0feAgyT5NDa { display:block; }
 }@media only screen and (max-width: 763px) { #togXxi7VfF2IJZkB2GIP1msTqJWeFw9S { width:47.75rem;height:28.65rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC { display:block; }#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biKWuELiqFWvS8co9t27AixGpxGINA8t { width:47.75rem;height:16.625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq9wx6HTET8fUEu9Zyc4S76Wk3P6DQ5t { width:46.75rem;height:11.4375rem;top:3.3125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe { display:block; }#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7foT14Z2Vg4hBcQ4eAvq0axz6PlvSH7 { width:47.75rem;height:2.6875rem;top:0.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi { display:none; }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xlRpTVohGOTU9lPFEXlhL2O7ez4J2WAS { width:46.125rem;height:3.625rem;top:52.8125rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFfMCB8N5zxz6cG14m9nMlxOzzevyJPZ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy { position:relative;z-index:auto;display:block; }#bGEZfTAhgR3AsehK1NofF7uULWS2u0Dy > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abO3KvDUCQgmlBiTOXE6blahnVtRfL4k { width:2.8125rem;height:2.8125rem;top:1.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbNgWphpC3QhbgyHP5my7eGy9a7dSO5V { width:20rem;height:3.5rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0ToAuglruzyrZme44mqgBPyetc1zEsL { display:block; }
 }@media only screen and (max-width: 763px) { #PmvT1Vxc2K7CniOIwmrohATIgGyBDomo { top:1.25rem;left:4.9375rem;width:14.4375rem;height:2.5625rem;z-index:15003;background-color:#32dc33;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uukxBPXQRAvdAvqIxtHBQXRnavEDLs34 { display:block; }
 }@media only screen and (max-width: 763px) { #owTm9BmKSqFQt9zuesVTDyCa69FegWsD { display:none; }#owTm9BmKSqFQt9zuesVTDyCa69FegWsD > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc { display:block; }#QSqaRErkOnJTycrz4Kyw6h6kh7vhSmDc > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oF4GOVebxUfXPQ0e1r1m4GwVLUZbEPl2 { width:20rem;height:13.997375rem;top:2.0625rem;left:0rem;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UX3m6ps4HEV4i32viZCqAZqn5xr1OCKL { width:1.8125rem;height:2.1875rem;top:19.35595703125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKJz3L6ZLKVTHIRqdoT7JDonRlU9Q9EF { width:10.4375rem;height:1.5996125rem;top:18.88720703125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNiZ8TRpseCTzQlxGTFBuPHoAmhOhm4i { width:15.6875rem;height:2rem;top:20.424999237061rem;left:4.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2T36WMVHBpt93BNVasdlh4b3Vwh8kcf { width:0.125rem;height:2.8125rem;top:19.043750762939rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy { display:block; }#Z2ze7DmrsG54FpEibPkz31hBkR6P7yCy > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZTWLfICMMbw2xBW5KxKBQmNWo6P1lie { width:20rem;height:13.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wqzu0ruMHE7fS47ERh1S2gygkwe3JfNO { width:20rem;height:14.4479375rem;top:16.075521156192rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU { display:block; }#dQd4gVI2O7kcaSUNBtwgoT81o9h1uEmU > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZOsmvGXyQuV0qIQ2KOgB3SDHfAWKXRJ { width:20rem;height:13.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyxsxrwX7D5vWHM8omJvbtwFuEONCCiu { width:20rem;height:28.895875rem;top:18.490235328674rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRcIaEdh5QIIQcvMyP3nNVUTMZwPyk8B { width:18.6875rem;height:1.70573125rem;top:16.159505128861rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL { display:block; }#QvTE62ZINNzHoiH70MyJOZ2VLVi3TNgL > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fk39xonuW98WLwbWzOaPTBZZ5fXKubXs { width:20rem;height:13.5rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idPwTIbNsSJfK0ZdXRqnnwObtOTP8Ih3 { width:20rem;height:14.4479375rem;top:20.488932847977rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpJdoqO7iG91WeNTvGlRcPpQ83CGiPMT { width:20rem;height:3.41145625rem;top:14.981122970581rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR { display:block; }#ruSIn2vEENTVZOXIQUVRv6O3zbckGHsR > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nw8UcLT7mpQERSX9rfWgCAft2RTm9qkr { width:20rem;height:4.54948125rem;top:0.724609375rem;left:0rem;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL { display:block; }#fcRNn9OLdyQZ7alZ94NvldNNfAQt3uHL > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y3HTDsFVf82huFu8AM4UCewygnpdBnPC { width:20rem;height:13.5rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoUmhnanQP69H4Ph5KO7XoPHk5gTaOAI { width:20rem;height:14.4479375rem;top:15.363932371139rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO { display:block; }#MQB08gNQdLh5VZ1Vhvmu33b6egH3LivO > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDNh1atu8TQu2xdfIZo8hlukHbqcMEzu { width:20rem;height:13.3125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ud8t7N3mtdRm4Bo1cu4GN53y87rvhG4y { width:20rem;height:16.1458125rem;top:19.979168891907rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV63LUVvTX2AD8F6v2JqcV5vuVG52AyO { width:20rem;height:3.41145625rem;top:15.470051765442rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 { display:block; }#MFsmsf0TklXgXXBfuu3yVg5Kaa4u4MK3 > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KDndHC2XOnxdIXGNcTMPhIWF9vhEIcho { width:20rem;height:2.0996125rem;top:0.85612106323244rem;left:0rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU { display:block; }#Ew1o7kBoaPdiRPQIysHXo6C7BZH5u3BU > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yePivcJUeU5c1QPdOpMqXIG8ku2aDyNR { width:20rem;height:11.472625rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASuSUFvQXWxSlQPXTZV30nDpw0sfgMFN { width:20rem;height:5.736325rem;top:13.972rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl { display:block; }#HOTR3LqeAnllt2OnTLiMIkwz1OEZ8qIl > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yyxAnTXTwaOf0DsEUaEVqWK4UEdPuDmV { width:20rem;height:3.32421875rem;top:1.25rem;left:0rem;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xUskfaXR8W9BIbHfpbwzVODw7klKTPu8 { width:17.5rem;height:3.4375rem;top:5.19921875rem;left:1.25rem;background-color:#32dc33;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) { #lOpSO2MnDiGXD1KPpHmFp41OucXeevqT { display:block; }
 }@media only screen and (max-width: 763px) { #tqeRGAMBWKksmEpScUaAbO76SpvkaTsd { display:block; }#tqeRGAMBWKksmEpScUaAbO76SpvkaTsd > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7DkL3Z7F7NIS44ZBO46qxaSxibPtQ8g { width:19rem;height:3.25rem;top:13.76318359375rem;left:0.5rem;font-size:1.0625rem;box-shadow: none;background-color:#32dc33;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #peGHKtpVSRZikezhQiNPy0feAgyT5NDa { display:block; }
 }@media only screen and (max-width: 763px) { #togXxi7VfF2IJZkB2GIP1msTqJWeFw9S { width:17.875rem;height:11.9375rem;top:0.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC { display:block; }#ObSM4TiSl45gIvgHRhXVqRqOcNSpXPTC > .row .container { width:20rem;height:31.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #biKWuELiqFWvS8co9t27AixGpxGINA8t { width:20rem;height:28.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq9wx6HTET8fUEu9Zyc4S76Wk3P6DQ5t { width:18.8125rem;height:27.089875rem;top:2.4250001907349rem;left:0.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe { display:block; }#r7zA5CpMIDOxmIyBk8TGMP9iiKbhVbXe > .row .container { width:20rem;height:8.505234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7foT14Z2Vg4hBcQ4eAvq0axz6PlvSH7 { width:20rem;height:7.874375rem;top:0.63134765625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi { background-color:rgba(0,0,0,0.65);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;position:relative;z-index:auto;display:block; }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi > .row .container { background-color: transparent; background-image: none; }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi > .row .container > .video-iframe-container { display: none; }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi > .row > .video-iframe-container { display: none; }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi > .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); }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi > .row .container { border-width: 0; border-radius: 0; }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BrG0TysEZ7Dm7a0iRBIis7bHaFMOOuIi > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlRpTVohGOTU9lPFEXlhL2O7ez4J2WAS { width:20rem;height:3.25rem;top:1.3437480926514rem;left:0rem;font-size:1.0625rem;box-shadow: none;z-index:15004;background-color:#32dc33;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TFfMCB8N5zxz6cG14m9nMlxOzzevyJPZ { display:block; }
 }