.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W { 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; }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W > .row .container { background-color: transparent; background-image: none; }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W > .row .container > .video-iframe-container { display: none; }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W > .row > .video-iframe-container { display: none; }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W > .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); }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W > .row .container { border-width: 0; border-radius: 0; }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#vtRcQ94ZVO3xDNrewkEDGMcFShTBQrm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.6875rem;position:absolute;font-family:figtree;font-size:6.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:9.6354169845581rem;left:3.65625rem;height:13.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vh1coPEqvOnGG725BFmLrB6qcWrm7cEG { position:absolute;display:block;z-index:14996;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:26.8125rem;width:39.25rem;top:0rem;left:3.25rem;overflow:hidden;display:none; }
#S0vTiv0n2CmLqirUeDpXxrzLpBmDrtaT { position:absolute;display:block;z-index:15005;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:3.9375rem;width:10rem;top:2.6875rem;left:43.8125rem;overflow:hidden;display:block; }
#rZkrRO9hlrm9HXCmkQwOUT1zb478IsT2 { 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:3.6875rem;width:10.5625rem;top:2.8125rem;left:59.5625rem;overflow:hidden;display:block; }
#KRHQ2ecmof0RPfpCSEzq2AzrMANL9hii { 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:4.4375rem;width:8.5625rem;top:1.875rem;left:30.0625rem;overflow:hidden;display:block; }
#tdyBTC4qVZM03qmwxBw1DozkblPRSQU3 { position:absolute;display:block;z-index:15008;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:2.9375rem;width:19.5625rem;top:3.1875rem;left:4.875rem;overflow:hidden;display:block; }
#rkfx8cn9CbUahKmMDhwsWiDsFVx4UbIo { position:absolute;display:block;z-index:14997;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:26.6875rem;width:68rem;top:0rem;left:3.5rem;overflow:hidden;display:block; }
#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 > .row .container { background-color: transparent; background-image: none; }#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 > .row .container > .video-iframe-container { display: none; }#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 > .row > .video-iframe-container { display: none; }#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 > .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); }#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 > .row .container { border-width: 0; border-radius: 0; }#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:75rem;position:relative;display:block; }#ENouqOlmQiTPAQLCFgED47Kcx4sngmwz { color:#000000;display:block;width:63rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:2.40625rem;left:6rem;height:8.4375rem;text-align:center;text-align-last:center;display:block; }
#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV { position:relative;display:block; }#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV { background-color: transparent; background-image: none; }#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV > .row .container > .video-iframe-container { display: none; }#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV > .row > .video-iframe-container { display: none; }#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV > .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); }#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV { border-width: 0; border-radius: 0; }#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV > .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; }#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV > .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:65.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FmmaJ5ECPmWQekIf7qldefmm0NiKB8kD { color:rgba(var(--color-tertiary-4),1);display:block;width:74.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:2.875rem;left:0rem;height:6.9375rem;text-align:justify;text-align-last:initial;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; }
#PbO315Tss0iufWf6imdzk4fhOmZKfrIn { color:rgba(var(--color-tertiary-4),1);display:block;width:74.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:11.977863311767rem;left:0rem;height:6.9375rem;text-align:justify;text-align-last:initial;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; }
#NEu29elObuO7nsGwFxyCoyovSymOLOfT { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:22.287761688233rem;left:0rem;height:38.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#NEu29elObuO7nsGwFxyCoyovSymOLOfT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NEu29elObuO7nsGwFxyCoyovSymOLOfT li:before{  }
#r20ImfP9zdTP5uizO2MyV5cQbt6H6FyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:37.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:22.287761688233rem;left:0rem;height:38.5833320625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#r20ImfP9zdTP5uizO2MyV5cQbt6H6FyQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r20ImfP9zdTP5uizO2MyV5cQbt6H6FyQ li:before{  }
#WGtRxBIJdex4Tml8zmm8gw0Sh8chZFkp { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:41.6875rem;width:23.3125rem;top:20.568359375rem;left:44.59375rem;display:block; }
#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim { position:relative;display:block; }#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim { background-color: transparent; background-image: none; }#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim > .row .container > .video-iframe-container { display: none; }#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim > .row > .video-iframe-container { display: none; }#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim > .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); }#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim { border-width: 0; border-radius: 0; }#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim > .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; }#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim > .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:54.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; }#Fgo6KiQLCJPcpTdrlEwOo2el3Fuxw5mI { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.8958358764649rem;left:0rem;height:12.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Fgo6KiQLCJPcpTdrlEwOo2el3Fuxw5mI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Fgo6KiQLCJPcpTdrlEwOo2el3Fuxw5mI li:before{  }
#E4iROgJCtHozxvPOzdm98rUXX2mkDGJa { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:16.48828125rem;left:0rem;height:17.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#E4iROgJCtHozxvPOzdm98rUXX2mkDGJa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E4iROgJCtHozxvPOzdm98rUXX2mkDGJa li:before{  }
#ZvKNRu9aLoINNEJgbXTDOoG71EsLvT1n { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:36.195320129394rem;left:0rem;height:15.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZvKNRu9aLoINNEJgbXTDOoG71EsLvT1n li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZvKNRu9aLoINNEJgbXTDOoG71EsLvT1n li:before{  }
#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo { position:relative;display:block; }#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo { background-color: transparent; background-image: none; }#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo > .row .container > .video-iframe-container { display: none; }#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo > .row > .video-iframe-container { display: none; }#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo > .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); }#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo { border-width: 0; border-radius: 0; }#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo > .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; }#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo > .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:12.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; }#B7OQXl3XeUCxgKTiQ5HJrkWRqgcipwdN { background-color:#ec662b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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:var(--paragraphs-font-family);font-size:1.25rem;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:15000;text-align:center;text-align-last:center;top:6.6965942382812rem;left:28.75rem;display:block; }
#GTLan2hG2uvqfF4TAPQRBt2bFtisFF5X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mIcm6Q4PpU7qy6dZgKLmlg8Ws097s3Mc { color:#3e4d57;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7604370117188rem;left:29.6875rem;height:2.25rem;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; }
#GNSWwVUTuiDL3SSaqvH7J3l3CJMXT8zc { position:absolute;display:block;z-index:15002;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:2.5625rem;width:7.9375rem;top:2.64453125rem;left:37.875rem;overflow:hidden;display:block; }
#Q6y7hCmEKdMyavJvnvLypFwB7oBdUJDv { position:relative;display:none; }#Q6y7hCmEKdMyavJvnvLypFwB7oBdUJDv { border-width: 0; border-radius: 0; }#Q6y7hCmEKdMyavJvnvLypFwB7oBdUJDv > .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; }#Q6y7hCmEKdMyavJvnvLypFwB7oBdUJDv > .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; }#VoTtgHO1SOKwo1RZZrUvBGlHstqErmgN { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:13.25rem;width:11.125rem;top:2.7083435058594rem;left:29.166667938233rem;overflow:hidden;display:block; }
#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv > .row .container { background-color: transparent; background-image: none; }#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv > .row .container > .video-iframe-container { display: none; }#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv > .row > .video-iframe-container { display: none; }#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv > .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); }#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv > .row .container { border-width: 0; border-radius: 0; }#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#JT6VSAagcbDc1RihWF6anNXuU9BRQeKl { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;top:3.3437576293945rem;left:4.1875rem;height:21.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iAc00pIxAxvZq0WfPUeuJgBm9lSLsfuD { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;top:2.1549530029297rem;left:0rem;height:8.666667rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MTKLlQherBqIsdp6kLTP8JXwP1OmFDu2 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:24.25rem;width:24.25rem;top:2.0520858764649rem;left:46.91667175293rem;overflow:hidden;display:block; }
#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW { 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; }#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW > .row .container { background-color: transparent; background-image: none; }#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW > .row .container > .video-iframe-container { display: none; }#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW > .row > .video-iframe-container { display: none; }#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW > .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); }#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW > .row .container { border-width: 0; border-radius: 0; }#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW > .row .container { font-size:0.875rem;font-family:arial;height:82.1875rem;width:75rem;position:relative;display:block; }#eVdgeQ81AbKEXVbnAukmoiQL464AJhDi { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:3.6979217529297rem;left:0rem;height:74rem;text-align:justify;text-align-last:initial;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; }
#WGWUz489beInAiWgKHomxhikfr2ffTW6 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:2.8125305175781rem;left:0rem;height:64.9375rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#myxNdurKO43AVTBTrbukO7vNv6tVGlm3 { position:relative;display:block; }#myxNdurKO43AVTBTrbukO7vNv6tVGlm3 { background-color: transparent; background-image: none; }#myxNdurKO43AVTBTrbukO7vNv6tVGlm3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myxNdurKO43AVTBTrbukO7vNv6tVGlm3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myxNdurKO43AVTBTrbukO7vNv6tVGlm3 > .row .container > .video-iframe-container { display: none; }#myxNdurKO43AVTBTrbukO7vNv6tVGlm3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myxNdurKO43AVTBTrbukO7vNv6tVGlm3 > .row > .video-iframe-container { display: none; }#myxNdurKO43AVTBTrbukO7vNv6tVGlm3 > .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); }#myxNdurKO43AVTBTrbukO7vNv6tVGlm3 { border-width: 0; border-radius: 0; }#myxNdurKO43AVTBTrbukO7vNv6tVGlm3 > .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; }#myxNdurKO43AVTBTrbukO7vNv6tVGlm3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.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:block; }#FJp1qEKo1fT4ivMf2Z3xTHaA2Ju5qCtl { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:7.0377807617188rem;left:0rem;height:14.375rem;text-align:left;text-align-last:left;display:block; }#FJp1qEKo1fT4ivMf2Z3xTHaA2Ju5qCtl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FJp1qEKo1fT4ivMf2Z3xTHaA2Ju5qCtl li:before{  }
#sT4QT9cmGR34ScK9NuirxtFJ3Ovfsant { color:#00e523;display:block;width:58.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:2.6002655029297rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#z6e0WHCmWO8HmHZgkZy6pf57UOIxr7w0 { 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:8rem;width:45.8125rem;top:26.48698425293rem;left:14.59375rem;overflow:hidden;display:block; }
#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM { position:relative;display:block; }#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM { background-color: transparent; background-image: none; }#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM > .row .container > .video-iframe-container { display: none; }#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM > .row > .video-iframe-container { display: none; }#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM > .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); }#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM { border-width: 0; border-radius: 0; }#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM > .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; }#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM > .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:12.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; }#PcJub2JXhMHkBMrPaxHvnT7Fza8rfOhv { background-color:#ec662b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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:var(--paragraphs-font-family);font-size:1.25rem;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:15000;text-align:center;text-align-last:center;top:6.6965942382812rem;left:28.75rem;display:block; }
#n3reiqonQoKH5Tm5SHx6MpfpwCr0UkBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yFf1R44BX3C48rkSvqQo8u5F6g6QWS3o { color:#3e4d57;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7604370117188rem;left:29.6875rem;height:2.25rem;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; }
#D8nZnEU31xhmN9c2qUcgFnbMHMZerlQn { position:absolute;display:block;z-index:15002;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:2.5625rem;width:7.9375rem;top:2.64453125rem;left:37.875rem;overflow:hidden;display:block; }
#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU { position:relative;display:block; }#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU { background-color: transparent; background-image: none; }#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU > .row .container > .video-iframe-container { display: none; }#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU > .row > .video-iframe-container { display: none; }#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU > .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); }#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU { border-width: 0; border-radius: 0; }#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU > .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; }#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU > .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.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zMFDeB1GHu6L93K4NHznGfNrAqJw5f0m { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:8.1875rem;border-top-right-radius:8.1875rem;border-bottom-left-radius:8.1875rem;border-bottom-right-radius:8.1875rem;box-shadow: none;height:10.1875rem;width:10.0625rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#Ry66cqbq1m2OsM1C00Tq4ztJov1AgM4X { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:13.375rem;height:2rem;display:block; }
#GNdvK6Two6AuK6etBuBc3UQtuSwSix2a { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.45703125rem;left:13.375rem;height:3.625rem;font-style:normal;display:block; }
#usqJx9vFeWyBZtNXXDPDMsAJFmb3QDO7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:16.33203125rem;left:0rem;height:30.0625rem;text-align:justify;text-align-last:initial;display:block; }
#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5fdfd;background-image:url("https://images.assets-landingi.com/uc/9e0ef948-bee5-4925-872a-759aaa6dd720/446832PFCWW5617.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn.adaptive-delivery-prevent-bg, #vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn.lazyload, #vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn.lazyloading { background-image: none; }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn > .row .container { background-color: transparent; background-image: none; }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn > .row .container > .video-iframe-container { display: none; }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn > .row > .video-iframe-container { display: none; }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn > .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); }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn > .row .container { border-width: 0; border-radius: 0; }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn > .row .container { font-size:0.875rem;font-family:arial;height:69.25rem;width:75rem;position:relative;display:block; }#ZRwVsvhkQDLd6Ti3GZOhH5m6l0ehDxMq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:8.1875rem;border-top-right-radius:8.1875rem;border-bottom-left-radius:8.1875rem;border-bottom-right-radius:8.1875rem;box-shadow: none;height:10rem;width:10.0625rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#UpAsKWUawxmX3B4QrdTrQKv9uEamOi7D { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:13.375rem;height:2rem;display:block; }
#wibCTa0H5mKsD1sAaPqy3CFfcivoqP8r { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.45703125rem;left:13.375rem;height:3.625rem;font-style:normal;display:block; }
#qk4vr3wPP33Cls1pAy3q3S5OIGNVwPrE { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:16.33203125rem;left:0rem;height:48.5625rem;text-align:justify;text-align-last:initial;display:block; }
#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 { position:relative;display:block; }#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 { background-color: transparent; background-image: none; }#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 > .row .container > .video-iframe-container { display: none; }#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 > .row > .video-iframe-container { display: none; }#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 > .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); }#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 { border-width: 0; border-radius: 0; }#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 > .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; }#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 > .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:63.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; }#TcB8otegCebQGgNxf0GmTiCtxfaCml1P { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:8.1875rem;border-top-right-radius:8.1875rem;border-bottom-left-radius:8.1875rem;border-bottom-right-radius:8.1875rem;box-shadow: none;height:10.0625rem;width:10.0625rem;top:3.1875rem;left:0rem;overflow:hidden;display:block; }
#hsG27u3CxkG2xLdZ0gn1U2kXGWW0W5wy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:13.375rem;height:2rem;display:block; }
#pWphSSGGNxQFwlNAnDA0gUWbwkHpKxXA { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.45703125rem;left:13.375rem;height:3.625rem;font-style:normal;display:block; }
#hIqOP4frq08WiQQSZpDFwUhExUhouHwG { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:16.64453125rem;left:0rem;height:43.9375rem;text-align:justify;text-align-last:initial;display:block; }
#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 { position:relative;display:block; }#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 { background-color: transparent; background-image: none; }#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 > .row .container > .video-iframe-container { display: none; }#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 > .row > .video-iframe-container { display: none; }#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 > .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); }#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 { border-width: 0; border-radius: 0; }#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 > .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; }#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 > .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:19.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#aqeitvqfuaCZaQimXwTvpirgWupmwJ1u { background-color:#ec662b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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:var(--paragraphs-font-family);font-size:1.25rem;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:15000;text-align:center;text-align-last:center;top:8.8125rem;left:40.0625rem;display:block; }
#thEEgShRpyo64KT7XrBrt9PVlsmPtk6L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bsve8I8cfS2cuwgTgiznHiv2Meg8Vmff { color:#3e4d57;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.875rem;left:41rem;height:2.25rem;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; }
#TBQBNipk5F4E2PhJK9qNls2piQOWGO60 { position:absolute;display:block;z-index:15002;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:2.5625rem;width:7.9375rem;top:4.75rem;left:49.1875rem;overflow:hidden;display:block; }
#wdzKQeOp5srhFAxmLxU8nwlmvPeFJKHp { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.625rem;width:17.5625rem;top:0.875rem;left:17.5rem;overflow:hidden;display:block; }
#i3cA2pER7UN4H4pHohCEBz92bPMeaHQi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#i3cA2pER7UN4H4pHohCEBz92bPMeaHQi > .row .container { border-width: 0; border-radius: 0; }#i3cA2pER7UN4H4pHohCEBz92bPMeaHQi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3cA2pER7UN4H4pHohCEBz92bPMeaHQi > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:none; }#Frpv4RoN1h2AQJHrR2e7Q4NxRpqcQMl6 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;top:1.4466552734375rem;left:0rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OerTXtPOsMpMfn8s4m2LpJcBRqDWe7KT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;top:2.1549530029297rem;left:0rem;height:8.666667rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mgZElKTF4lvPvgPpBoVff7rv4l0b67Bc { position:relative;display:none; }#mgZElKTF4lvPvgPpBoVff7rv4l0b67Bc { border-width: 0; border-radius: 0; }#mgZElKTF4lvPvgPpBoVff7rv4l0b67Bc > .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; }#mgZElKTF4lvPvgPpBoVff7rv4l0b67Bc > .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:37.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:none; }#rHDDatOU7ZkH820abzM2x05f1yiyNB4A { color:rgba(var(--color-tertiary-4),1);display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.9987182617188rem;left:7.875rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aE3UQtyxHHPTa7Lgk3hqQIiohrx1LmIB { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:11.666717529297rem;left:28.75rem;height:21.5rem;display:block; }#aE3UQtyxHHPTa7Lgk3hqQIiohrx1LmIB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aE3UQtyxHHPTa7Lgk3hqQIiohrx1LmIB li:before{  }
#rCTqNJPaGyReQry9sA3PWbCorQwFeE0Z { color:#000378;display:block;width:40.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:8.0182495117188rem;left:28.75rem;height:2.5rem;display:block; }
#pRkX2TuSGggEdSFgT6zfJSqJyDQEJ8KD { 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:20.1875rem;width:28.0625rem;top:11.625rem;left:0rem;overflow:hidden;display:block; }
#L5RxqBKL6u235sFTSvbihrBnKeOgtOtH { position:relative;display:none; }#L5RxqBKL6u235sFTSvbihrBnKeOgtOtH { border-width: 0; border-radius: 0; }#L5RxqBKL6u235sFTSvbihrBnKeOgtOtH > .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; }#L5RxqBKL6u235sFTSvbihrBnKeOgtOtH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.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:none; }#k7TxZPJQXdhr4dhiBvVc3keC4e4gxyPe { color:rgba(var(--color-tertiary-4),1);display:block;width:58.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:5.9896240234375rem;left:0rem;height:11.25rem;text-align:justify;text-align-last:initial;display:block; }
#w9JHfThyNXHdf7y44voqbrzgoODVy15u { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.0208129882812rem;left:17.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hpOUn9pSK9ta4ZvQfN5x3aTUiFaebTOa { position:absolute;display:block;z-index:15008;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:16rem;width:11.4375rem;top:1.5521240234375rem;left:63.437000498825rem;overflow:hidden;display:block; }
#dqLzfAZHTHh4tUdDz77TTe2EZCa4gvX4 { position:relative;display:none; }#dqLzfAZHTHh4tUdDz77TTe2EZCa4gvX4 { border-width: 0; border-radius: 0; }#dqLzfAZHTHh4tUdDz77TTe2EZCa4gvX4 > .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; }#dqLzfAZHTHh4tUdDz77TTe2EZCa4gvX4 > .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.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:none; }#kytp25XDtRmlHtCfAyqdgQXXZnrdKS1T { color:rgba(var(--color-tertiary-4),1);display:block;width:58.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.08203125rem;left:16.5rem;height:9rem;text-align:justify;text-align-last:initial;display:block; }
#IdsMR937615lAfr3QH082ZtRlbwAuHE2 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.25rem;left:18.25rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#alWeNgm26MoOpOaXuusTokPB4Ab3FQ3e { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:11.5625rem;top:1.8737182617188rem;left:0rem;overflow:hidden;display:block; }
#TgUGEEmBfEBnqPqeNyiXBPmhqt5uT90G { position:relative;display:none; }#TgUGEEmBfEBnqPqeNyiXBPmhqt5uT90G { border-width: 0; border-radius: 0; }#TgUGEEmBfEBnqPqeNyiXBPmhqt5uT90G > .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; }#TgUGEEmBfEBnqPqeNyiXBPmhqt5uT90G > .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.8125rem;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; }#DggLEfZNyEawHzsh7r8Fno5A51lS3CHx { color:rgba(var(--color-tertiary-4),1);display:block;width:58.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:7.4779052734375rem;left:0rem;height:10.3125rem;text-align:justify;text-align-last:initial;display:block; }
#v3GQKZZwgcxAwaDhLR5FUwruTC3s60nv { color:rgba(var(--color-tertiary-4),1);display:block;width:45.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8529052734375rem;left:14.625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3bwu2EM64ZnepeJccfa31b9Xi9Hqu67 { position:absolute;display:block;z-index:15008;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:15.75rem;width:11.3125rem;top:2.1862182617188rem;left:63.6875rem;overflow:hidden;display:block; }
#CZ5nqvpNdXgpxr3Ll6m8i8PSDxlzbfKo { position:relative;display:none; }#CZ5nqvpNdXgpxr3Ll6m8i8PSDxlzbfKo { border-width: 0; border-radius: 0; }#CZ5nqvpNdXgpxr3Ll6m8i8PSDxlzbfKo > .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; }#CZ5nqvpNdXgpxr3Ll6m8i8PSDxlzbfKo > .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:43.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; }#POEQLzDhlMQmuuTkz7fXLyxruiurGWd4 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:10.770874023438rem;left:32.270835876465rem;height:28.875rem;display:block; }
#vmbxT3dSQ2l8Wu2Lw2KcUM7RZ0MISru8 { color:rgba(var(--color-tertiary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1654052734375rem;left:1.03125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lIeXZAM0q5T0VN3U8SVFaQR4lS061XS2 { position:absolute;display:block;z-index:15008;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.125rem;width:21.6875rem;top:10.8125rem;left:7.5rem;overflow:hidden;display:block; }
#feGaiLWdks1CIIwx7hWUhlAqJ4Ipbe9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:none; }#feGaiLWdks1CIIwx7hWUhlAqJ4Ipbe9T > .row .container { border-width: 0; border-radius: 0; }#feGaiLWdks1CIIwx7hWUhlAqJ4Ipbe9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feGaiLWdks1CIIwx7hWUhlAqJ4Ipbe9T > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:none; }#dgnNGOhLlxFHP0H9rRsNk4M3IWHTFV6e { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;top:1.4466552734375rem;left:0rem;height:4.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MALtMy7tF4S94ilDpNIZLL549cPueel8 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;top:2.1549530029297rem;left:0rem;height:8.666667rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UK1KEkF1WEZq5yILhIAiXGIcaoicdKfd { position:relative;display:none; }#UK1KEkF1WEZq5yILhIAiXGIcaoicdKfd { border-width: 0; border-radius: 0; }#UK1KEkF1WEZq5yILhIAiXGIcaoicdKfd > .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; }#UK1KEkF1WEZq5yILhIAiXGIcaoicdKfd > .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.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; }#sxPyxunQQJGbxD3vJsZQwrbosoyLBLfC { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:22rem;top:4.3333740234375rem;left:7.083335876465rem;overflow:hidden;display:block; }
#lBv5oTLg5IOGh4RTRDVHclP1JTHyBQ70 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:6.9375rem;top:13.6875rem;left:39.875rem;overflow:hidden;display:block; }
#LPw6fmqRAsENwJZWRgUnctS2CKnM88aG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:7.25rem;top:13.625rem;left:63.5625rem;overflow:hidden;display:block; }
#XhHS5bfNKL25csH192M0dBZdgTZ9AMU7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:7rem;top:13.6875rem;left:55.8125rem;overflow:hidden;display:block; }
#ErX4hXGcNJGwWyK2Q7DNBmNtDegohbZK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:7rem;top:13.75rem;left:47.75rem;overflow:hidden;display:block; }
#EqCr1TKnB0Jw7RyzCqM1kZJxvsVSewWb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:27.1875rem;top:2.4375rem;left:41.3125rem;overflow:hidden;display:block; }
#fTMsyJQHG3s3CVJofhWpIAqG1qAs13lw { color:rgba(var(--color-tertiary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:26.25rem;left:4.1875rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vlOqNyHLcGFeN8BEcx9iq3ipOMT6zHIL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.4375rem;left:41.3125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IHi3BVTr7Fxsvn1XcZkUqKti8qyVWrzc { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.5rem;left:19.6875rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fhIUe4XaIbTdru1fXmEo7g1xX9ElBk4T { color:#3e4d57;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:39.375rem;left:19.3125rem;height:;text-align:center;text-align-last:center;display:block; }
#AVtMbRxU7gkQ2IS5Dz8gVX7CFFFLgZHB { color:#bebebe;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:43.625rem;left:23.4375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJkf5dGvBI6ka3ow84Uiyye6ld6rB6z3 { position:relative;display:none; }#TJkf5dGvBI6ka3ow84Uiyye6ld6rB6z3 { border-width: 0; border-radius: 0; }#TJkf5dGvBI6ka3ow84Uiyye6ld6rB6z3 > .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; }#TJkf5dGvBI6ka3ow84Uiyye6ld6rB6z3 > .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:12.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:none; }#MlHqpvJ5b6A1TOTX7egZWlD5Cf9z5GCb { background-color:#ec662b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;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:var(--paragraphs-font-family);font-size:1.25rem;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:15000;text-align:center;text-align-last:center;top:6.6965942382812rem;left:28.75rem;display:block; }
#abd77gdrrslWuJvGgf8nWTualRflCa9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FIbolaq20zBctX81gIQP7GTqaPXOkax1 { color:#3e4d57;display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7604370117188rem;left:29.6875rem;height:2.25rem;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; }
#PmWmPTGIDJUzBvymf5T6BeUSf1KhsufL { position:absolute;display:block;z-index:15002;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:2.5625rem;width:7.9375rem;top:2.64453125rem;left:37.875rem;overflow:hidden;display:block; }
#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd > .row .container { background-color: transparent; background-image: none; }#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd > .row .container > .video-iframe-container { display: none; }#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd > .row > .video-iframe-container { display: none; }#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd > .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); }#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd > .row .container { border-width: 0; border-radius: 0; }#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:block; }#hMLa4UV3ceo2uL7pnBZuzJtkyDA9IpCe { color:#ffffff;display:block;width:61.9375rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:400;z-index:15001;line-height:2;letter-spacing:0;top:1.7396240234375rem;left:6.53125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xSzZaJCWBEse4VdWvnFTBh0UTv8bb3Zu { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:2;letter-spacing:0;top:2.1549530029297rem;left:0rem;height:8.666667rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni > .row .container { background-color: transparent; background-image: none; }#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni > .row .container > .video-iframe-container { display: none; }#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni > .row > .video-iframe-container { display: none; }#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni > .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); }#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni > .row .container { border-width: 0; border-radius: 0; }#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#ZLXOsqRdJQfLgGpphfbgLgmSlnoHtCpS { color:rgba(var(--color-tertiary-2),1);display:block;width:43.4375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.25rem;left:15.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#MeoVpxAoQdgoM0iBQZbQXcV878TV8UTh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:18.25rem;top:3.2392578125rem;left:28.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W { display:block; }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtRcQ94ZVO3xDNrewkEDGMcFShTBQrm8 { top:9.625rem;left:0rem;width:47.75rem;height:13.625rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1coPEqvOnGG725BFmLrB6qcWrm7cEG { top:0rem;left:0rem;width:39.25rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0vTiv0n2CmLqirUeDpXxrzLpBmDrtaT { top:2.6875rem;left:30.1875rem;width:10rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZkrRO9hlrm9HXCmkQwOUT1zb478IsT2 { top:2.8125rem;left:37.1875rem;width:10.5625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRHQ2ecmof0RPfpCSEzq2AzrMANL9hii { top:1.875rem;left:16.4375rem;width:8.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdyBTC4qVZM03qmwxBw1DozkblPRSQU3 { top:3.1875rem;left:0rem;width:19.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkfx8cn9CbUahKmMDhwsWiDsFVx4UbIo { top:0rem;left:0rem;width:47.75rem;height:18.740119485294rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 { display:block; }#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENouqOlmQiTPAQLCFgED47Kcx4sngmwz { top:2.375rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuoDRdu894EHZC7b0GK730ERJBVXJ2TV { display:block; }#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmmaJ5ECPmWQekIf7qldefmm0NiKB8kD { top:2.875rem;left:0rem;width:47.75rem;height:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbO315Tss0iufWf6imdzk4fhOmZKfrIn { top:11.9375rem;left:0rem;width:47.75rem;height:6.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEu29elObuO7nsGwFxyCoyovSymOLOfT { top:22.25rem;left:0rem;width:37.3125rem;height:;font-size:1.1875rem;display:block; }#NEu29elObuO7nsGwFxyCoyovSymOLOfT li:before{  }
 }@media only screen and (max-width: 763px) { #r20ImfP9zdTP5uizO2MyV5cQbt6H6FyQ { top:60.6875rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:none; }#r20ImfP9zdTP5uizO2MyV5cQbt6H6FyQ li:before{  }
 }@media only screen and (max-width: 763px) { #WGtRxBIJdex4Tml8zmm8gw0Sh8chZFkp { top:20.5625rem;left:24.15625rem;width:23.3125rem;height:41.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim { display:block; }#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fgo6KiQLCJPcpTdrlEwOo2el3Fuxw5mI { top:1.875rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }#Fgo6KiQLCJPcpTdrlEwOo2el3Fuxw5mI li:before{  }
 }@media only screen and (max-width: 763px) { #E4iROgJCtHozxvPOzdm98rUXX2mkDGJa { top:16.4375rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }#E4iROgJCtHozxvPOzdm98rUXX2mkDGJa li:before{  }
 }@media only screen and (max-width: 763px) { #ZvKNRu9aLoINNEJgbXTDOoG71EsLvT1n { top:36.1875rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }#ZvKNRu9aLoINNEJgbXTDOoG71EsLvT1n li:before{  }
 }@media only screen and (max-width: 763px) { #ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo { display:block; }#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7OQXl3XeUCxgKTiQ5HJrkWRqgcipwdN { width:17.5rem;height:3.4375rem;top:6.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLan2hG2uvqfF4TAPQRBt2bFtisFF5X { display:block; }
 }@media only screen and (max-width: 763px) { #mIcm6Q4PpU7qy6dZgKLmlg8Ws097s3Mc { top:2.75rem;left:16.0625rem;width:8.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNSWwVUTuiDL3SSaqvH7J3l3CJMXT8zc { top:2.625rem;left:24.25rem;width:7.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6y7hCmEKdMyavJvnvLypFwB7oBdUJDv { display:block; }#Q6y7hCmEKdMyavJvnvLypFwB7oBdUJDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoTtgHO1SOKwo1RZZrUvBGlHstqErmgN { top:2.6875rem;left:15.541667938233rem;width:11.125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv { display:block; }#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JT6VSAagcbDc1RihWF6anNXuU9BRQeKl { top:3.3125rem;left:0rem;width:35.4375rem;height:21.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAc00pIxAxvZq0WfPUeuJgBm9lSLsfuD { top:0.9375rem;left:0rem;width:19.3125rem;height:16.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTKLlQherBqIsdp6kLTP8JXwP1OmFDu2 { top:2rem;left:23.5rem;width:24.25rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW { display:block; }#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVdgeQ81AbKEXVbnAukmoiQL464AJhDi { top:3.6875rem;left:0rem;width:47.75rem;height:74.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGWUz489beInAiWgKHomxhikfr2ffTW6 { top:2rem;left:0rem;width:20rem;height:140rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #myxNdurKO43AVTBTrbukO7vNv6tVGlm3 { display:block; }#myxNdurKO43AVTBTrbukO7vNv6tVGlm3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJp1qEKo1fT4ivMf2Z3xTHaA2Ju5qCtl { top:7rem;left:0rem;width:47.75rem;height:14.125rem;font-size:1.3125rem;display:block; }#FJp1qEKo1fT4ivMf2Z3xTHaA2Ju5qCtl li:before{  }
 }@media only screen and (max-width: 763px) { #sT4QT9cmGR34ScK9NuirxtFJ3Ovfsant { top:2.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6e0WHCmWO8HmHZgkZy6pf57UOIxr7w0 { top:26.4375rem;left:0.96875rem;width:45.8125rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM { display:block; }#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcJub2JXhMHkBMrPaxHvnT7Fza8rfOhv { width:17.5rem;height:3.4375rem;top:6.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3reiqonQoKH5Tm5SHx6MpfpwCr0UkBV { display:block; }
 }@media only screen and (max-width: 763px) { #yFf1R44BX3C48rkSvqQo8u5F6g6QWS3o { top:2.75rem;left:16.0625rem;width:8.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nZnEU31xhmN9c2qUcgFnbMHMZerlQn { top:2.625rem;left:24.25rem;width:7.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #go5Pob8PFtwzLK0DAZPJNukFHebvDxXU { display:block; }#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMFDeB1GHu6L93K4NHznGfNrAqJw5f0m { top:3.1875rem;left:0rem;width:10.0625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry66cqbq1m2OsM1C00Tq4ztJov1AgM4X { top:5.1875rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNdvK6Two6AuK6etBuBc3UQtuSwSix2a { top:8.4375rem;left:0rem;width:39.5625rem;height:3.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usqJx9vFeWyBZtNXXDPDMsAJFmb3QDO7 { top:16.3125rem;left:0rem;width:47.75rem;height:30.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn { display:block; }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRwVsvhkQDLd6Ti3GZOhH5m6l0ehDxMq { top:3.1875rem;left:0rem;width:10.0625rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpAsKWUawxmX3B4QrdTrQKv9uEamOi7D { top:5.1875rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wibCTa0H5mKsD1sAaPqy3CFfcivoqP8r { top:8.4375rem;left:0rem;width:39.5625rem;height:3.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk4vr3wPP33Cls1pAy3q3S5OIGNVwPrE { top:16.3125rem;left:0rem;width:47.75rem;height:48.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 { display:block; }#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcB8otegCebQGgNxf0GmTiCtxfaCml1P { top:3.1875rem;left:0rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsG27u3CxkG2xLdZ0gn1U2kXGWW0W5wy { top:5.1875rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWphSSGGNxQFwlNAnDA0gUWbwkHpKxXA { top:8.4375rem;left:0rem;width:39.5625rem;height:3.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIqOP4frq08WiQQSZpDFwUhExUhouHwG { top:16.625rem;left:0rem;width:47.75rem;height:43.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 { display:block; }#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqeitvqfuaCZaQimXwTvpirgWupmwJ1u { width:17.5rem;height:3.4375rem;top:8.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thEEgShRpyo64KT7XrBrt9PVlsmPtk6L { display:block; }
 }@media only screen and (max-width: 763px) { #bsve8I8cfS2cuwgTgiznHiv2Meg8Vmff { top:4.875rem;left:27.375rem;width:8.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBQBNipk5F4E2PhJK9qNls2piQOWGO60 { top:4.75rem;left:35.5625rem;width:7.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdzKQeOp5srhFAxmLxU8nwlmvPeFJKHp { top:0.875rem;left:3.875rem;width:17.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3cA2pER7UN4H4pHohCEBz92bPMeaHQi { display:none; }#i3cA2pER7UN4H4pHohCEBz92bPMeaHQi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Frpv4RoN1h2AQJHrR2e7Q4NxRpqcQMl6 { top:1.4375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OerTXtPOsMpMfn8s4m2LpJcBRqDWe7KT { top:1.75rem;left:0rem;width:19.3125rem;height:2.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgZElKTF4lvPvgPpBoVff7rv4l0b67Bc { display:block; }#mgZElKTF4lvPvgPpBoVff7rv4l0b67Bc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHDDatOU7ZkH820abzM2x05f1yiyNB4A { top:3.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE3UQtyxHHPTa7Lgk3hqQIiohrx1LmIB { top:11.625rem;left:1.5rem;width:46.25rem;height:;font-size:1.125rem;display:block; }#aE3UQtyxHHPTa7Lgk3hqQIiohrx1LmIB li:before{  }
 }@media only screen and (max-width: 763px) { #rCTqNJPaGyReQry9sA3PWbCorQwFeE0Z { top:8rem;left:7.1875rem;width:40.5625rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRkX2TuSGggEdSFgT6zfJSqJyDQEJ8KD { top:11.625rem;left:0rem;width:28.0625rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5RxqBKL6u235sFTSvbihrBnKeOgtOtH { display:block; }#L5RxqBKL6u235sFTSvbihrBnKeOgtOtH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7TxZPJQXdhr4dhiBvVc3keC4e4gxyPe { top:5.9375rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9JHfThyNXHdf7y44voqbrzgoODVy15u { top:2rem;left:4.1875rem;width:38.4375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpOUn9pSK9ta4ZvQfN5x3aTUiFaebTOa { top:1.5rem;left:36.3125rem;width:11.4375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqLzfAZHTHh4tUdDz77TTe2EZCa4gvX4 { display:block; }#dqLzfAZHTHh4tUdDz77TTe2EZCa4gvX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kytp25XDtRmlHtCfAyqdgQXXZnrdKS1T { top:6.0625rem;left:0rem;width:47.75rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdsMR937615lAfr3QH082ZtRlbwAuHE2 { top:2.25rem;left:4.625rem;width:38.4375rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alWeNgm26MoOpOaXuusTokPB4Ab3FQ3e { top:1.8125rem;left:0rem;width:11.5625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgUGEEmBfEBnqPqeNyiXBPmhqt5uT90G { display:block; }#TgUGEEmBfEBnqPqeNyiXBPmhqt5uT90G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DggLEfZNyEawHzsh7r8Fno5A51lS3CHx { top:7.4375rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3GQKZZwgcxAwaDhLR5FUwruTC3s60nv { top:2.8125rem;left:1rem;width:45.6875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3bwu2EM64ZnepeJccfa31b9Xi9Hqu67 { top:2.125rem;left:36.4375rem;width:11.3125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5nqvpNdXgpxr3Ll6m8i8PSDxlzbfKo { display:block; }#CZ5nqvpNdXgpxr3Ll6m8i8PSDxlzbfKo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POEQLzDhlMQmuuTkz7fXLyxruiurGWd4 { top:10.75rem;left:12.5625rem;width:35.1875rem;height:29.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmbxT3dSQ2l8Wu2Lw2KcUM7RZ0MISru8 { top:3.125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIeXZAM0q5T0VN3U8SVFaQR4lS061XS2 { top:10.8125rem;left:0rem;width:21.6875rem;height:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feGaiLWdks1CIIwx7hWUhlAqJ4Ipbe9T { display:none; }#feGaiLWdks1CIIwx7hWUhlAqJ4Ipbe9T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dgnNGOhLlxFHP0H9rRsNk4M3IWHTFV6e { top:1.4375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MALtMy7tF4S94ilDpNIZLL549cPueel8 { top:1.125rem;left:0rem;width:19.3125rem;height:;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UK1KEkF1WEZq5yILhIAiXGIcaoicdKfd { display:block; }#UK1KEkF1WEZq5yILhIAiXGIcaoicdKfd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxPyxunQQJGbxD3vJsZQwrbosoyLBLfC { top:4.3125rem;left:0rem;width:22rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBv5oTLg5IOGh4RTRDVHclP1JTHyBQ70 { top:13.6875rem;left:26.25rem;width:6.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPw6fmqRAsENwJZWRgUnctS2CKnM88aG { top:13.625rem;left:40.5rem;width:7.25rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhHS5bfNKL25csH192M0dBZdgTZ9AMU7 { top:13.6875rem;left:40.75rem;width:7rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErX4hXGcNJGwWyK2Q7DNBmNtDegohbZK { top:13.75rem;left:34.125rem;width:7rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqCr1TKnB0Jw7RyzCqM1kZJxvsVSewWb { top:2.4375rem;left:20.5625rem;width:27.1875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMsyJQHG3s3CVJofhWpIAqG1qAs13lw { top:26.25rem;left:0rem;width:24.8125rem;height:9rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlOqNyHLcGFeN8BEcx9iq3ipOMT6zHIL { top:28.4375rem;left:20.5625rem;width:27.1875rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHi3BVTr7Fxsvn1XcZkUqKti8qyVWrzc { top:12.5rem;left:6.0625rem;width:27.1875rem;height:6.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhIUe4XaIbTdru1fXmEo7g1xX9ElBk4T { top:39.375rem;left:5.6875rem;width:36.4375rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVtMbRxU7gkQ2IS5Dz8gVX7CFFFLgZHB { top:43.625rem;left:9.8125rem;width:28.1875rem;height:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJkf5dGvBI6ka3ow84Uiyye6ld6rB6z3 { display:block; }#TJkf5dGvBI6ka3ow84Uiyye6ld6rB6z3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlHqpvJ5b6A1TOTX7egZWlD5Cf9z5GCb { width:17.5rem;height:3.4375rem;top:6.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abd77gdrrslWuJvGgf8nWTualRflCa9P { display:block; }
 }@media only screen and (max-width: 763px) { #FIbolaq20zBctX81gIQP7GTqaPXOkax1 { top:2.75rem;left:16.0625rem;width:8.1875rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmWmPTGIDJUzBvymf5T6BeUSf1KhsufL { top:2.625rem;left:24.25rem;width:7.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd { display:none; }#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hMLa4UV3ceo2uL7pnBZuzJtkyDA9IpCe { top:1.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSzZaJCWBEse4VdWvnFTBh0UTv8bb3Zu { top:1.125rem;left:0rem;width:19.3125rem;height:3.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni { display:block; }#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLXOsqRdJQfLgGpphfbgLgmSlnoHtCpS { top:8.25rem;left:2.125rem;width:43.4375rem;height:1.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeoVpxAoQdgoM0iBQZbQXcV878TV8UTh { top:3.1875rem;left:14.75rem;width:18.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W { display:block; }#OO9VRHV1bBWshEEPPiQst3q9BBpXUc1W > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtRcQ94ZVO3xDNrewkEDGMcFShTBQrm8 { width:20rem;height:4.125rem;top:8.22265625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vh1coPEqvOnGG725BFmLrB6qcWrm7cEG { width:20rem;height:13.625rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S0vTiv0n2CmLqirUeDpXxrzLpBmDrtaT { width:4.75rem;height:1.6875rem;top:4.65625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZkrRO9hlrm9HXCmkQwOUT1zb478IsT2 { width:4rem;height:1.25rem;top:4.875rem;left:1.2395834922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRHQ2ecmof0RPfpCSEzq2AzrMANL9hii { width:3.5625rem;height:1.6875rem;top:4.53125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdyBTC4qVZM03qmwxBw1DozkblPRSQU3 { width:9.6875rem;height:1.4375rem;top:1.6028646230698rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkfx8cn9CbUahKmMDhwsWiDsFVx4UbIo { width:20rem;height:7.8492647058824rem;top:15.5625rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 { display:block; }#kpdTTdTSqQsyX3fvZTAtVTFBxSZD7Fx1 > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENouqOlmQiTPAQLCFgED47Kcx4sngmwz { width:20rem;height:9.6875rem;top:1.3020839691162rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #BuoDRdu894EHZC7b0GK730ERJBVXJ2TV { display:block; }#BuoDRdu894EHZC7b0GK730ERJBVXJ2TV > .row .container { width:20rem;height:115.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmmaJ5ECPmWQekIf7qldefmm0NiKB8kD { width:20rem;height:15.75rem;top:1.8958339691162rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PbO315Tss0iufWf6imdzk4fhOmZKfrIn { width:20rem;height:14rem;top:57.041015625rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NEu29elObuO7nsGwFxyCoyovSymOLOfT { width:20rem;height:0;top:62.089847564698rem;left:0rem;font-size:1.1875rem;display:none; }#NEu29elObuO7nsGwFxyCoyovSymOLOfT li:before{  }
 }@media only screen and (max-width: 763px) { #r20ImfP9zdTP5uizO2MyV5cQbt6H6FyQ { width:20rem;height:41.5rem;top:73.255859375rem;left:0rem;font-size:1.1875rem;z-index:15006;display:block; }#r20ImfP9zdTP5uizO2MyV5cQbt6H6FyQ li:before{  }
 }@media only screen and (max-width: 763px) { #WGtRxBIJdex4Tml8zmm8gw0Sh8chZFkp { width:20rem;height:35.66765578635rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim { display:block; }#VbdcNnJ7scr1Cp1IvDZlLaiRQXkniQim > .row .container { width:20rem;height:92.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fgo6KiQLCJPcpTdrlEwOo2el3Fuxw5mI { width:20rem;height:27.1875rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }#Fgo6KiQLCJPcpTdrlEwOo2el3Fuxw5mI li:before{  }
 }@media only screen and (max-width: 763px) { #E4iROgJCtHozxvPOzdm98rUXX2mkDGJa { width:20rem;height:36.5625rem;top:30.29167175293rem;left:0rem;font-size:1.1875rem;display:block; }#E4iROgJCtHozxvPOzdm98rUXX2mkDGJa li:before{  }
 }@media only screen and (max-width: 763px) { #ZvKNRu9aLoINNEJgbXTDOoG71EsLvT1n { width:20rem;height:22.25rem;top:68.748703002931rem;left:0rem;font-size:1.1875rem;display:block; }#ZvKNRu9aLoINNEJgbXTDOoG71EsLvT1n li:before{  }
 }@media only screen and (max-width: 763px) { #ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo { display:block; }#ZuvfueVeI04OyG5hH8Gb1cn1gynsaqMo > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7OQXl3XeUCxgKTiQ5HJrkWRqgcipwdN { width:15.0625rem;height:3rem;top:4.8125rem;left:2.5rem;background-color:#08dc1f;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) { #GTLan2hG2uvqfF4TAPQRBt2bFtisFF5X { display:block; }
 }@media only screen and (max-width: 763px) { #mIcm6Q4PpU7qy6dZgKLmlg8Ws097s3Mc { width:6.3125rem;height:1.9375rem;top:1.75rem;left:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNSWwVUTuiDL3SSaqvH7J3l3CJMXT8zc { width:7.0625rem;height:2.1875rem;top:1.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6y7hCmEKdMyavJvnvLypFwB7oBdUJDv { display:block; }#Q6y7hCmEKdMyavJvnvLypFwB7oBdUJDv > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoTtgHO1SOKwo1RZZrUvBGlHstqErmgN { width:20rem;height:23.8125rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv { display:block; }#RR6RFn7RCmltVpQ6tC3PNSMC9Ef5gUxv > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JT6VSAagcbDc1RihWF6anNXuU9BRQeKl { width:19.3125rem;height:0;top:1.2395935058594rem;left:0.34375rem;font-size:1.5625rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #iAc00pIxAxvZq0WfPUeuJgBm9lSLsfuD { width:19.3125rem;height:16.1875rem;top:1.7591247558594rem;left:0rem;font-size:1.5625rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.5;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #MTKLlQherBqIsdp6kLTP8JXwP1OmFDu2 { width:20rem;height:20rem;top:43.934906005859rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW { display:block; }#NI1y3TXiBDuM49bEqMMxxeyW3g7H74eW > .row .container { width:20rem;height:144.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVdgeQ81AbKEXVbnAukmoiQL464AJhDi { width:20rem;height:0;top:2.4362182617188rem;left:0rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:none; }
 }@media only screen and (max-width: 763px) { #WGWUz489beInAiWgKHomxhikfr2ffTW6 { width:20rem;height:140rem;top:1.70703125rem;left:0rem;font-size:1.1875rem;font-family:var(--paragraphs-font-family);z-index:15003;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #myxNdurKO43AVTBTrbukO7vNv6tVGlm3 { display:block; }#myxNdurKO43AVTBTrbukO7vNv6tVGlm3 > .row .container { width:20rem;height:49.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FJp1qEKo1fT4ivMf2Z3xTHaA2Ju5qCtl { width:20rem;height:36.25rem;top:12.01953125rem;left:0rem;font-size:1.3125rem;display:block; }#FJp1qEKo1fT4ivMf2Z3xTHaA2Ju5qCtl li:before{  }
 }@media only screen and (max-width: 763px) { #sT4QT9cmGR34ScK9NuirxtFJ3Ovfsant { width:20rem;height:4.625rem;top:6.7487182617188rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #z6e0WHCmWO8HmHZgkZy6pf57UOIxr7w0 { width:20rem;height:3.625rem;top:0.91928100585938rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM { display:block; }#XWaBy9KoJ2VByIonsQBMqCH6cq5gtHsM > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcJub2JXhMHkBMrPaxHvnT7Fza8rfOhv { width:15.0625rem;height:3rem;top:4.8125rem;left:2.5rem;background-color:#08dc1f;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) { #n3reiqonQoKH5Tm5SHx6MpfpwCr0UkBV { display:block; }
 }@media only screen and (max-width: 763px) { #yFf1R44BX3C48rkSvqQo8u5F6g6QWS3o { width:6.3125rem;height:1.9375rem;top:1.75rem;left:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nZnEU31xhmN9c2qUcgFnbMHMZerlQn { width:7.0625rem;height:2.1875rem;top:1.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #go5Pob8PFtwzLK0DAZPJNukFHebvDxXU { display:block; }#go5Pob8PFtwzLK0DAZPJNukFHebvDxXU > .row .container { width:20rem;height:66.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zMFDeB1GHu6L93K4NHznGfNrAqJw5f0m { width:10.0625rem;height:10.1875rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry66cqbq1m2OsM1C00Tq4ztJov1AgM4X { width:12.5rem;height:2rem;top:12.6875rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNdvK6Two6AuK6etBuBc3UQtuSwSix2a { width:20rem;height:2.5625rem;top:15.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usqJx9vFeWyBZtNXXDPDMsAJFmb3QDO7 { width:20rem;height:45.3125rem;top:19.76953125rem;left:0rem;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn { display:block; }#vx070bR39vtnJRzTtiHr8yDL5ByKX3Xn > .row .container { width:20rem;height:91.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRwVsvhkQDLd6Ti3GZOhH5m6l0ehDxMq { width:10.0625rem;height:10rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpAsKWUawxmX3B4QrdTrQKv9uEamOi7D { width:12.5rem;height:2rem;top:12.5rem;left:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wibCTa0H5mKsD1sAaPqy3CFfcivoqP8r { width:20rem;height:2.5625rem;top:15.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qk4vr3wPP33Cls1pAy3q3S5OIGNVwPrE { width:20rem;height:70.3125rem;top:19.58203125rem;left:0rem;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 { display:block; }#tmVGAww6TKGb4GIuc7rUsQ4Gpt8xnfO9 > .row .container { width:20rem;height:86.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcB8otegCebQGgNxf0GmTiCtxfaCml1P { width:10.0625rem;height:10.0625rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsG27u3CxkG2xLdZ0gn1U2kXGWW0W5wy { width:12.5rem;height:2rem;top:12.8125rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pWphSSGGNxQFwlNAnDA0gUWbwkHpKxXA { width:20rem;height:2.5625rem;top:15.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hIqOP4frq08WiQQSZpDFwUhExUhouHwG { width:20rem;height:64.0625rem;top:19.76953125rem;left:0rem;font-size:1.0625rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 { display:block; }#m84SW2QGXV8Mu4uhqxxt8oLtSBh9zLO6 > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aqeitvqfuaCZaQimXwTvpirgWupmwJ1u { width:15.0625rem;height:3rem;top:4.8125rem;left:2.5rem;background-color:#08dc1f;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) { #thEEgShRpyo64KT7XrBrt9PVlsmPtk6L { display:block; }
 }@media only screen and (max-width: 763px) { #bsve8I8cfS2cuwgTgiznHiv2Meg8Vmff { width:6.3125rem;height:1.9375rem;top:1.75rem;left:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBQBNipk5F4E2PhJK9qNls2piQOWGO60 { width:7.0625rem;height:2.1875rem;top:1.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdzKQeOp5srhFAxmLxU8nwlmvPeFJKHp { width:17.5625rem;height:17.625rem;top:9.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3cA2pER7UN4H4pHohCEBz92bPMeaHQi { display:none; }#i3cA2pER7UN4H4pHohCEBz92bPMeaHQi > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Frpv4RoN1h2AQJHrR2e7Q4NxRpqcQMl6 { width:19.3125rem;height:0;top:1.2395935058594rem;left:0.34375rem;font-size:1.5625rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #OerTXtPOsMpMfn8s4m2LpJcBRqDWe7KT { width:19.3125rem;height:2.33333325rem;top:1.1549682617188rem;left:0.34375rem;font-size:1.5625rem;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;line-height:1.5;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #mgZElKTF4lvPvgPpBoVff7rv4l0b67Bc { display:none; }#mgZElKTF4lvPvgPpBoVff7rv4l0b67Bc > .row .container { width:20rem;height:59.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rHDDatOU7ZkH820abzM2x05f1yiyNB4A { width:20rem;height:6.5rem;top:1.8333740234375rem;left:0rem;font-size:1.5625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aE3UQtyxHHPTa7Lgk3hqQIiohrx1LmIB { width:20rem;height:24.583334rem;top:32.0791015625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#aE3UQtyxHHPTa7Lgk3hqQIiohrx1LmIB li:before{  }
 }@media only screen and (max-width: 763px) { #rCTqNJPaGyReQry9sA3PWbCorQwFeE0Z { width:20rem;height:4rem;top:27.2041015625rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pRkX2TuSGggEdSFgT6zfJSqJyDQEJ8KD { width:20rem;height:14.3125rem;top:10.390625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #L5RxqBKL6u235sFTSvbihrBnKeOgtOtH { display:none; }#L5RxqBKL6u235sFTSvbihrBnKeOgtOtH > .row .container { width:20rem;height:45.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k7TxZPJQXdhr4dhiBvVc3keC4e4gxyPe { width:20rem;height:20rem;top:22.4775390625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w9JHfThyNXHdf7y44voqbrzgoODVy15u { width:20rem;height:4.3333335rem;top:0.64453125rem;left:0rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hpOUn9pSK9ta4ZvQfN5x3aTUiFaebTOa { width:10.5625rem;height:14.6875rem;top:6.4765625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqLzfAZHTHh4tUdDz77TTe2EZCa4gvX4 { display:none; }#dqLzfAZHTHh4tUdDz77TTe2EZCa4gvX4 > .row .container { width:20rem;height:43.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kytp25XDtRmlHtCfAyqdgQXXZnrdKS1T { width:20rem;height:16.666666rem;top:25.3525390625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IdsMR937615lAfr3QH082ZtRlbwAuHE2 { width:20rem;height:4.3333335rem;top:1.8333740234375rem;left:0rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #alWeNgm26MoOpOaXuusTokPB4Ab3FQ3e { width:10.875rem;height:15.1875rem;top:8.0390625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgUGEEmBfEBnqPqeNyiXBPmhqt5uT90G { display:none; }#TgUGEEmBfEBnqPqeNyiXBPmhqt5uT90G > .row .container { width:20rem;height:44.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DggLEfZNyEawHzsh7r8Fno5A51lS3CHx { width:20rem;height:18.333334rem;top:25.498046875rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v3GQKZZwgcxAwaDhLR5FUwruTC3s60nv { width:17.5625rem;height:4.3333335rem;top:1.5404052734375rem;left:1.21875rem;font-size:1.5625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #r3bwu2EM64ZnepeJccfa31b9Xi9Hqu67 { width:11.0625rem;height:15.4375rem;top:8.1640625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ5nqvpNdXgpxr3Ll6m8i8PSDxlzbfKo { display:none; }#CZ5nqvpNdXgpxr3Ll6m8i8PSDxlzbfKo > .row .container { width:20rem;height:62.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #POEQLzDhlMQmuuTkz7fXLyxruiurGWd4 { width:20rem;height:27rem;top:32.8525390625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vmbxT3dSQ2l8Wu2Lw2KcUM7RZ0MISru8 { width:18.5rem;height:12.4999995rem;top:1.0833740234375rem;left:0.6875rem;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lIeXZAM0q5T0VN3U8SVFaQR4lS061XS2 { width:10.4375rem;height:14.625rem;top:15.625rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feGaiLWdks1CIIwx7hWUhlAqJ4Ipbe9T { display:none; }#feGaiLWdks1CIIwx7hWUhlAqJ4Ipbe9T > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dgnNGOhLlxFHP0H9rRsNk4M3IWHTFV6e { width:19.3125rem;height:0;top:1.2395935058594rem;left:0.34375rem;font-size:1.5625rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #MALtMy7tF4S94ilDpNIZLL549cPueel8 { width:19.3125rem;height:2.33333325rem;top:1.1458129882812rem;left:0rem;font-size:1.5625rem;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;line-height:1.5;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #UK1KEkF1WEZq5yILhIAiXGIcaoicdKfd { display:none; }#UK1KEkF1WEZq5yILhIAiXGIcaoicdKfd > .row .container { width:20rem;height:60.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sxPyxunQQJGbxD3vJsZQwrbosoyLBLfC { width:18.1875rem;height:18.1875rem;top:2.58203125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBv5oTLg5IOGh4RTRDVHclP1JTHyBQ70 { width:4.5rem;height:6.625rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPw6fmqRAsENwJZWRgUnctS2CKnM88aG { width:4.5625rem;height:6.5rem;top:39.125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhHS5bfNKL25csH192M0dBZdgTZ9AMU7 { width:4.5625rem;height:6.625rem;top:39.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErX4hXGcNJGwWyK2Q7DNBmNtDegohbZK { width:4.625rem;height:6.5625rem;top:39.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqCr1TKnB0Jw7RyzCqM1kZJxvsVSewWb { width:18.0625rem;height:12.6875rem;top:33.0625rem;left:1rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fTMsyJQHG3s3CVJofhWpIAqG1qAs13lw { width:18.125rem;height:6.6666665rem;top:21.3515625rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlOqNyHLcGFeN8BEcx9iq3ipOMT6zHIL { width:20rem;height:3.33333325rem;top:47.1015625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHi3BVTr7Fxsvn1XcZkUqKti8qyVWrzc { width:20rem;height:2.91666675rem;top:29.39453125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhIUe4XaIbTdru1fXmEo7g1xX9ElBk4T { width:20rem;height:2.16666675rem;top:52.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVtMbRxU7gkQ2IS5Dz8gVX7CFFFLgZHB { width:20rem;height:2.66666675rem;top:55.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJkf5dGvBI6ka3ow84Uiyye6ld6rB6z3 { display:none; }#TJkf5dGvBI6ka3ow84Uiyye6ld6rB6z3 > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MlHqpvJ5b6A1TOTX7egZWlD5Cf9z5GCb { width:15.0625rem;height:3rem;top:4.8125rem;left:2.5rem;background-color:#08dc1f;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) { #abd77gdrrslWuJvGgf8nWTualRflCa9P { display:block; }
 }@media only screen and (max-width: 763px) { #FIbolaq20zBctX81gIQP7GTqaPXOkax1 { width:6.3125rem;height:1.916666625rem;top:1.75rem;left:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmWmPTGIDJUzBvymf5T6BeUSf1KhsufL { width:7.0625rem;height:2.1875rem;top:1.625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd { display:block; }#WiOeAQfQOAxyQqHb2zyBrixwbdGnadZd > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMLa4UV3ceo2uL7pnBZuzJtkyDA9IpCe { width:19.3125rem;height:0;top:1.2395935058594rem;left:0.34375rem;font-size:1.5625rem;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #xSzZaJCWBEse4VdWvnFTBh0UTv8bb3Zu { width:19.3125rem;height:3.75rem;top:1.2591552734375rem;left:0.34375rem;font-size:1.25rem;font-family:"times new roman";text-align:center;text-align-last:center;line-height:1.5;z-index:15002;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni { display:block; }#OeTlKd3hi7nE2AfzAIJHTWwxECnFEEni > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLXOsqRdJQfLgGpphfbgLgmSlnoHtCpS { width:18.1875rem;height:1.75rem;top:4.4375rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeoVpxAoQdgoM0iBQZbQXcV878TV8UTh { width:9.75rem;height:1.6875rem;top:1.875rem;left:4.75rem;display:block; }
 }