.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,249,227;--color-primary-1:255,229,143;--color-primary-2:255,211,69;--color-primary-3:252,110,3;--color-primary-4:255,94,0;--color-secondary-0:204,235,253;--color-secondary-1:103,254,255;--color-secondary-2:1,254,255;--color-secondary-3:0,63,249;--color-secondary-4:0,19,75;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Archivo";--paragraphs-font-family:"Archivo"; }@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-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { background-color: transparent; background-image: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container > .video-iframe-container { display: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container { display: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .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); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { border-width: 0; border-radius: 0; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#rnxKP00LSvk152uiwetigHTcdxlKmRfv { display:block;width:64.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:7.1875rem;left:5.375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { position:absolute;display:block;z-index:15061;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:5.5625rem;width:6.375rem;top:0.6875rem;left:34.3125rem;overflow:hidden;display:block; }
#aEVLpvgQGUsTiQ9tHJWM2CxktB5ffytu { color:#111111;display:block;width:47.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:14.375rem;left:13.6875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dFGX3gn8bgH1WA8zWPzfJyWadmKTOHPl { box-sizing:content-box;height:0.4375rem;width:40.5625rem;position:absolute;display:block;z-index:15062;background-color:#30b4ba;background-image:none;top:18rem;left:19.3125rem;display:block; }
#OhxT9x3cmaRUZDVr9VEGc1pcowew3gxG { position:absolute;display:block;z-index:15062;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:39.375rem;top:21.5625rem;left:17.8125rem;overflow:hidden;display:block; }
#fPF9rgQZgfNfbVJTvT4XlfoUZKzO2SbI { position:absolute;display:block;z-index:15062;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:12.375rem;top:17.9375rem;left:17.8125rem;overflow:hidden;display:none; }
#vvtipZQxzTGFGUdT6T31af0STxQknMFm { box-sizing:content-box;height:0.4375rem;width:40.5625rem;position:absolute;display:block;z-index:15062;background-color:#30b4ba;background-image:none;top:18rem;left:19.3125rem;display:none; }
#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccebfd;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; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container { background-color: transparent; background-image: none; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container > .video-iframe-container { display: none; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row > .video-iframe-container { display: none; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .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); }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container { border-width: 0; border-radius: 0; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#G6n6ayrKNyk6tz5gsqnOUTD0xklFSngn { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:16.1875rem;width:20.5625rem;top:2.1875rem;left:2.25rem;display:block; }
#Mge1aSwOvhHJV4zuUbBnNteSMoXAfp2g { color:#080909;display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:10.875rem;left:4.09375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#DMAFRaqHEiHSfcUu2DsUWn1EiXuEy3Ic { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15076;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -moz-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -ms-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -o-linear-gradient(125deg, #30b4ba, #1a2460);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );";background-image: linear-gradient(125deg, #30b4ba, #1a2460);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:9.9375rem;display:block; }
#Zzs5t54VNwKV35AUx2Hv3FqiZy6S664S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:5.125rem;left:10.75rem; }
#pzee8plQkGJITCA5Lc6Zgh04rcIQAk0I { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:16rem;width:20.5625rem;top:2.1875rem;left:27.25rem;display:block; }
#iHOuuitiRc5r8cXaI2R0TG1EGsUKHx3J { color:#080909;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:10.875rem;left:28.59375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#fl0dqRonhhViVEQfx3bIk0R8ze9bHIUo { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15080;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -moz-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -ms-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -o-linear-gradient(125deg, #30b4ba, #1a2460);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );";background-image: linear-gradient(125deg, #30b4ba, #1a2460);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:34.9375rem;display:block; }
#yzMa5xQt4h211LOnOD0XFZIoqUmiHHI2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15081;opacity:1;top:5.125rem;left:35.75rem; }
#mQnlV1W1ZrWqmmKg6F7pSWoDwqy3ozAv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:15.9375rem;width:20.5625rem;top:2.1875rem;left:52.25rem;display:block; }
#tLcmxgwwU89fKamEgGlA3Tuf59snIHRN { color:#080909;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:10.875rem;left:52.53125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#qW7LMCepNatfn37ZND7Ed8q9wziHLi6g { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15084;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -moz-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -ms-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -o-linear-gradient(125deg, #30b4ba, #1a2460);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );";background-image: linear-gradient(125deg, #30b4ba, #1a2460);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.3125rem;left:59.9375rem;display:block; }
#DvKKTZsCNXphKCTulyDNFnL3CKLGKVky { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:5.125rem;left:60.75rem; }
#SBMM6pEbqdTwX3uCmkLVlM9UrW8fC8e4 { background-color:transparent;background-image: -webkit-linear-gradient(50deg, #30b4ba, #1a2460);background-image: -moz-linear-gradient(50deg, #30b4ba, #1a2460);background-image: -ms-linear-gradient(50deg, #30b4ba, #1a2460);background-image: -o-linear-gradient(50deg, #30b4ba, #1a2460);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );";background-image: linear-gradient(50deg, #30b4ba, #1a2460);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;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:20.375rem;height:3.0625rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:23.3125rem;left:27.3125rem;display:block; }
#d9eTnI1ruzm2szdOsXoRzPTVHLzqWVUi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container { background-color: transparent; background-image: none; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container > .video-iframe-container { display: none; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row > .video-iframe-container { display: none; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .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); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container { border-width: 0; border-radius: 0; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:75rem;position:relative;display:block; }#emXCyiQ37fn3WMhgsKhwv32UbznsB5p1 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:19.5625rem;width:20.5625rem;top:3.5rem;left:1.6875rem;display:block; }
#xbaOJIlPSgofr9VsgtqB66u1VIUXacf5 { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -moz-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -ms-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -o-linear-gradient(125deg, #30b4ba, #1a2460);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );";background-image: linear-gradient(125deg, #30b4ba, #1a2460);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:9.375rem;display:block; }
#RcZuGV50W47GsEKIbW20hhb5l80o9Qk0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:6.4375rem;left:10.1875rem; }
#HNmSFiN8popoS6AJg7pz9WNmN6G2HbgL { background-color:transparent;background-image:none;border-top:0.1875rem solid #30b4ba;border-left:0.1875rem solid #30b4ba;border-right:0.1875rem solid #30b4ba;border-bottom:0.1875rem solid #30b4ba;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:#000000;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:15.875rem;height:2.8125rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:12.875rem;left:4.0625rem;display:block; }
#kgemomkmdqGmEKN03uRcqoXwKJLxlQXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMVgelgdnG0Eqp01eR04CtCTTE9flFBa { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:19.4375rem;width:20.5625rem;top:3.5625rem;left:52.625rem;display:block; }
#wRaJzG4KxQkmd4DTZ49iN06qDsbTh8Pt { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -moz-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -ms-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -o-linear-gradient(125deg, #30b4ba, #1a2460);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );";background-image: linear-gradient(125deg, #30b4ba, #1a2460);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6875rem;left:60.3125rem;display:block; }
#R0oDFKscnDp07EZMrrOeRJlzGTxHiQJE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:6.5rem;left:61.125rem; }
#Xwfc01zFrtbdVhnwa8lm4p0gEcemSy0P { background-color:transparent;background-image:none;border-top:0.1875rem solid #30b4ba;border-left:0.1875rem solid #30b4ba;border-right:0.1875rem solid #30b4ba;border-bottom:0.1875rem solid #30b4ba;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:#000000;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:15.875rem;height:2.8125rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:12.9375rem;left:55rem;display:block; }
#ZEPfSpmHDVDEHJASpDGsFWq4PyqTOiSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWzdxrUrzzx6fQac8bgGwL4EqW5rw2tT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(var(--color-tertiary-4),0.19) ;height:19.75rem;width:20.5625rem;top:3.75rem;left:27.25rem;display:block; }
#b7pDBDQwNPS9fDs8sOKDkt6xwFhNN3tp { box-sizing:content-box;height:5.1875rem;width:5.1875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15079;background-color:transparent;background-image: -webkit-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -moz-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -ms-linear-gradient(125deg, #30b4ba, #1a2460);background-image: -o-linear-gradient(125deg, #30b4ba, #1a2460);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#30b4ba', endColorstr='#1a2460' );";background-image: linear-gradient(125deg, #30b4ba, #1a2460);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.875rem;left:34.9375rem;display:block; }
#V9qSFwsGouMokUlKLHWMGrGxViStZ1K3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:6.6875rem;left:35.75rem; }
#Xz1efsV83qa4QeNa0D4qNqsoI5bpgZ4d { background-color:transparent;background-image:none;border-top:0.1875rem solid #30b4ba;border-left:0.1875rem solid #30b4ba;border-right:0.1875rem solid #30b4ba;border-bottom:0.1875rem solid #30b4ba;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:#000000;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:19.125rem;height:2.8125rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:12.875rem;left:27.9375rem;display:block; }
#Itrrcy1rS7eyNymm5OwLEmpRVTA7Uc9A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rftid3FDKhSPZr2Vq9WtvoV4xvnsb7MZ { display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:17.25rem;left:28.75rem;height:5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye { 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; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container { background-color: transparent; background-image: none; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container > .video-iframe-container { display: none; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row > .video-iframe-container { display: none; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .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); }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container { border-width: 0; border-radius: 0; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#shbaW18ms4mF5H0Li5P2zDPm764PQqro { color:#080909;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:7.3125rem;left:31.125rem;height:7rem;display:block; }
#Py70tOlfeI4ryybhg9qU3dzBBH43qDBk { position:absolute;display:block;z-index:15061;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:15rem;width:17.125rem;top:3.0625rem;left:4.5rem;overflow:hidden;display:block; }
#Bu8y7KAaUovUSKaD3zWuQUL01nTDofTB { position:absolute;display:block;z-index:15063;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:8.810546875rem;width:8.810546875rem;top:10.125rem;left:14rem;overflow:hidden;display:block; }
#kmiDusQJeVHzgE8aanw9mq0EWluXnL2A { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:10.4375rem;top:10rem;left:1rem;overflow:hidden;display:block; }
#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q { 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; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { background-color: transparent; background-image: none; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container > .video-iframe-container { display: none; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row > .video-iframe-container { display: none; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .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); }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { border-width: 0; border-radius: 0; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#INtPRhiL8lxTbVeT9z0k9FtK3OEvTvqT { color:#080909;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.70703125rem;left:55.6875rem;height:1.4375rem;display:block; }
#DIZ4x6HsZWo9hG2PHyDakuI157zq1I02 { position:absolute;display:block;z-index:15062;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:5.8125rem;width:13.4375rem;top:0.46875rem;left:2.78125rem;overflow:hidden;display:block; }
#gnxJTmJLPGIg7dQ4U8XV1zJSHZZANt4s { color:#080909;display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.70703125rem;left:55.6875rem;height:1.4375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM { display:block; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { top:0.6875rem;left:20.6875rem;width:6.375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEVLpvgQGUsTiQ9tHJWM2CxktB5ffytu { top:14.375rem;left:0.0625rem;width:47.625rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFGX3gn8bgH1WA8zWPzfJyWadmKTOHPl { top:18rem;left:5.6875rem;width:40.5625rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhxT9x3cmaRUZDVr9VEGc1pcowew3gxG { top:21.5625rem;left:4.1875rem;width:39.375rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPF9rgQZgfNfbVJTvT4XlfoUZKzO2SbI { top:17.9375rem;left:4.1875rem;width:12.375rem;height:22rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvtipZQxzTGFGUdT6T31af0STxQknMFm { top:18rem;left:5.6875rem;width:40.5625rem;height:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 { display:block; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6n6ayrKNyk6tz5gsqnOUTD0xklFSngn { top:2.1875rem;left:0rem;width:20.5625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mge1aSwOvhHJV4zuUbBnNteSMoXAfp2g { top:10.875rem;left:0rem;width:16.8125rem;height:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMAFRaqHEiHSfcUu2DsUWn1EiXuEy3Ic { top:4.3125rem;left:5.375rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzs5t54VNwKV35AUx2Hv3FqiZy6S664S { top:5.125rem;left:6.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzee8plQkGJITCA5Lc6Zgh04rcIQAk0I { top:2.1875rem;left:11.1875rem;width:20.5625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHOuuitiRc5r8cXaI2R0TG1EGsUKHx3J { top:10.875rem;left:13.9375rem;width:17.8125rem;height:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl0dqRonhhViVEQfx3bIk0R8ze9bHIUo { top:4.3125rem;left:21.25rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzMa5xQt4h211LOnOD0XFZIoqUmiHHI2 { top:5.125rem;left:22.0625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQnlV1W1ZrWqmmKg6F7pSWoDwqy3ozAv { top:2.1875rem;left:27.0625rem;width:20.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLcmxgwwU89fKamEgGlA3Tuf59snIHRN { top:10.875rem;left:27.6875rem;width:19.9375rem;height:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW7LMCepNatfn37ZND7Ed8q9wziHLi6g { top:4.3125rem;left:37.125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvKKTZsCNXphKCTulyDNFnL3CKLGKVky { top:5.125rem;left:37.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBMM6pEbqdTwX3uCmkLVlM9UrW8fC8e4 { width:20.375rem;height:3.0625rem;top:23.3125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9eTnI1ruzm2szdOsXoRzPTVHLzqWVUi { display:block; }
 }@media only screen and (max-width: 763px) { #FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn { display:block; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emXCyiQ37fn3WMhgsKhwv32UbznsB5p1 { top:3.5rem;left:0rem;width:20.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbaOJIlPSgofr9VsgtqB66u1VIUXacf5 { top:5.625rem;left:0rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcZuGV50W47GsEKIbW20hhb5l80o9Qk0 { top:6.4375rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmSFiN8popoS6AJg7pz9WNmN6G2HbgL { width:15.875rem;height:2.8125rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgemomkmdqGmEKN03uRcqoXwKJLxlQXe { display:block; }
 }@media only screen and (max-width: 763px) { #RMVgelgdnG0Eqp01eR04CtCTTE9flFBa { top:3.5625rem;left:27.1875rem;width:20.5625rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRaJzG4KxQkmd4DTZ49iN06qDsbTh8Pt { top:5.6875rem;left:42.5625rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0oDFKscnDp07EZMrrOeRJlzGTxHiQJE { top:6.5rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwfc01zFrtbdVhnwa8lm4p0gEcemSy0P { width:15.875rem;height:2.8125rem;top:12.9375rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEPfSpmHDVDEHJASpDGsFWq4PyqTOiSB { display:block; }
 }@media only screen and (max-width: 763px) { #qWzdxrUrzzx6fQac8bgGwL4EqW5rw2tT { top:3.75rem;left:13.625rem;width:20.5625rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7pDBDQwNPS9fDs8sOKDkt6xwFhNN3tp { top:5.875rem;left:21.3125rem;width:5.1875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9qSFwsGouMokUlKLHWMGrGxViStZ1K3 { top:6.6875rem;left:22.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xz1efsV83qa4QeNa0D4qNqsoI5bpgZ4d { width:19.125rem;height:2.8125rem;top:12.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itrrcy1rS7eyNymm5OwLEmpRVTA7Uc9A { display:block; }
 }@media only screen and (max-width: 763px) { #rftid3FDKhSPZr2Vq9WtvoV4xvnsb7MZ { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye { display:block; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shbaW18ms4mF5H0Li5P2zDPm764PQqro { top:7.3125rem;left:0rem;width:31.25rem;height:7rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Py70tOlfeI4ryybhg9qU3dzBBH43qDBk { top:3.0625rem;left:0rem;width:17.125rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu8y7KAaUovUSKaD3zWuQUL01nTDofTB { top:10.125rem;left:7.1875rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmiDusQJeVHzgE8aanw9mq0EWluXnL2A { top:10rem;left:0rem;width:10.4375rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOQMtEFpnVOZo4asGePvPvhSOuym7s6q { display:block; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INtPRhiL8lxTbVeT9z0k9FtK3OEvTvqT { top:1.6875rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIZ4x6HsZWo9hG2PHyDakuI157zq1I02 { top:0.4375rem;left:0rem;width:13.4375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxJTmJLPGIg7dQ4U8XV1zJSHZZANt4s { top:3.6875rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM { background-color:#fbfbfb;background-image:none;display:block; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { background-color: transparent; background-image: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container > .video-iframe-container { display: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row > .video-iframe-container { display: none; }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .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); }#Zr5cur5Ic9WiiCJT0UVBUkxcg50NsEhM > .row .container { width:20rem;height:60.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:18.875rem;height:5.0625rem;top:7rem;left:0.5625rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { width:7.125rem;height:6.25rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEVLpvgQGUsTiQ9tHJWM2CxktB5ffytu { width:18.875rem;height:6rem;top:13.4375rem;left:0.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #dFGX3gn8bgH1WA8zWPzfJyWadmKTOHPl { width:13.75rem;height:0.5rem;top:18.6875rem;left:3.1875rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #OhxT9x3cmaRUZDVr9VEGc1pcowew3gxG { width:20rem;height:11.174603174603rem;top:20.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fPF9rgQZgfNfbVJTvT4XlfoUZKzO2SbI { width:20rem;height:35.9375rem;top:21.0625rem;left:0rem;z-index:15063;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vvtipZQxzTGFGUdT6T31af0STxQknMFm { width:14.3125rem;height:0.5625rem;top:17.3125rem;left:2.875rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 { display:block; }#tlpPPcPGnwF1wdrCTif4IbORqHXwDCU8 > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6n6ayrKNyk6tz5gsqnOUTD0xklFSngn { width:20rem;height:13.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mge1aSwOvhHJV4zuUbBnNteSMoXAfp2g { width:16.8125rem;height:6rem;top:9.3125rem;left:1.59375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DMAFRaqHEiHSfcUu2DsUWn1EiXuEy3Ic { width:5.1875rem;height:5.1875rem;top:3.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zzs5t54VNwKV35AUx2Hv3FqiZy6S664S { display:flex;width:3.5625rem;height:3.5625rem;top:4.1875rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #pzee8plQkGJITCA5Lc6Zgh04rcIQAk0I { width:20rem;height:13.8125rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHOuuitiRc5r8cXaI2R0TG1EGsUKHx3J { width:16.8125rem;height:6rem;top:24.28125rem;left:1.59375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fl0dqRonhhViVEQfx3bIk0R8ze9bHIUo { width:5.1875rem;height:5.1875rem;top:17.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzMa5xQt4h211LOnOD0XFZIoqUmiHHI2 { display:flex;width:3.5625rem;height:3.5625rem;top:18.75rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #mQnlV1W1ZrWqmmKg6F7pSWoDwqy3ozAv { width:20rem;height:16.125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLcmxgwwU89fKamEgGlA3Tuf59snIHRN { width:18.875rem;height:6rem;top:38.875rem;left:0.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qW7LMCepNatfn37ZND7Ed8q9wziHLi6g { width:5.1875rem;height:5.1875rem;top:32.8125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvKKTZsCNXphKCTulyDNFnL3CKLGKVky { display:flex;width:3.5625rem;height:3.5625rem;top:33.625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #SBMM6pEbqdTwX3uCmkLVlM9UrW8fC8e4 { width:19rem;height:3.0625rem;top:48.75rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9eTnI1ruzm2szdOsXoRzPTVHLzqWVUi { display:block; }
 }@media only screen and (max-width: 763px) { #FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn { background-color:#fbfbfb;background-image:none;display:block; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container { background-color: transparent; background-image: none; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container > .video-iframe-container { display: none; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row > .video-iframe-container { display: none; }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .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); }#FG6IDWsMamT5yKNXt1q4bZXShVmBF3nn > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emXCyiQ37fn3WMhgsKhwv32UbznsB5p1 { width:20rem;height:12.625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbaOJIlPSgofr9VsgtqB66u1VIUXacf5 { width:5.125rem;height:5.125rem;top:3.875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcZuGV50W47GsEKIbW20hhb5l80o9Qk0 { display:flex;width:3.0625rem;height:3.0625rem;top:4.9375rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #HNmSFiN8popoS6AJg7pz9WNmN6G2HbgL { width:16rem;height:2.8125rem;top:10.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgemomkmdqGmEKN03uRcqoXwKJLxlQXe { display:block; }
 }@media only screen and (max-width: 763px) { #RMVgelgdnG0Eqp01eR04CtCTTE9flFBa { width:20rem;height:14.5625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRaJzG4KxQkmd4DTZ49iN06qDsbTh8Pt { width:5.1875rem;height:5.1875rem;top:18.5rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0oDFKscnDp07EZMrrOeRJlzGTxHiQJE { display:flex;width:3.5625rem;height:3.5625rem;top:19.3125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #Xwfc01zFrtbdVhnwa8lm4p0gEcemSy0P { width:15.875rem;height:2.8125rem;top:25.75rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEPfSpmHDVDEHJASpDGsFWq4PyqTOiSB { display:block; }
 }@media only screen and (max-width: 763px) { #qWzdxrUrzzx6fQac8bgGwL4EqW5rw2tT { width:20rem;height:19.625rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7pDBDQwNPS9fDs8sOKDkt6xwFhNN3tp { width:5.1875rem;height:5.1875rem;top:34.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9qSFwsGouMokUlKLHWMGrGxViStZ1K3 { display:flex;width:3.5625rem;height:3.5625rem;top:35.125rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #Xz1efsV83qa4QeNa0D4qNqsoI5bpgZ4d { width:17.25rem;height:2.8125rem;top:40.6875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Itrrcy1rS7eyNymm5OwLEmpRVTA7Uc9A { display:block; }
 }@media only screen and (max-width: 763px) { #rftid3FDKhSPZr2Vq9WtvoV4xvnsb7MZ { width:18.6875rem;height:5.5rem;top:44.1875rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye { display:block; }#FnLb01cbdnvdMRc0oHLyqUKuv1EZIxye > .row .container { width:20rem;height:41.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shbaW18ms4mF5H0Li5P2zDPm764PQqro { width:17.4375rem;height:10.5rem;top:2.46875rem;left:1.28125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Py70tOlfeI4ryybhg9qU3dzBBH43qDBk { width:20rem;height:17.53125rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu8y7KAaUovUSKaD3zWuQUL01nTDofTB { width:8.75rem;height:8.75rem;top:15.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmiDusQJeVHzgE8aanw9mq0EWluXnL2A { width:8.5rem;height:7.25rem;top:31.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOQMtEFpnVOZo4asGePvPvhSOuym7s6q { display:block; }#UOQMtEFpnVOZo4asGePvPvhSOuym7s6q > .row .container { width:20rem;height:13.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INtPRhiL8lxTbVeT9z0k9FtK3OEvTvqT { width:9.3125rem;height:1.125rem;top:7.25rem;left:5.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DIZ4x6HsZWo9hG2PHyDakuI157zq1I02 { width:13.4375rem;height:5.5625rem;top:0.5625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxJTmJLPGIg7dQ4U8XV1zJSHZZANt4s { width:12.125rem;height:1.125rem;top:9.625rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }