.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6d09027d-5ed2-4f6d-a0d8-d7a91d71829d/BG.jpg");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;overflow:visible;position:relative;display:block; }#RiuBna9BgKTPS8qzTKp2XmUNUBDgXDt1 { color:#ffffff;display:block;width:30.9375rem;position:absolute;font-family:"bebas neue";font-size:3.125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:14.9375rem;left:14.53125rem;height:11.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;text-align:center;text-align-last:center;display:block; }
#GeqlNy0S5RXuDKoyUHt8mC3n82MozyZf { background-color:#ce917b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.25rem;left:12.875rem;display:block; }
#WCFIEwwz2AtBSatggfykD3HQEsGWTBpW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mzBdW5ti4ROwP90yWvvwSAn9ygvsQVOi { 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:10.875rem;width:14.625rem;top:2.3125rem;left:22.6875rem;overflow:hidden;display:block; }
#tZRpnIP7JbMsZKmLLvg5QLP2AQ2OXTSx { color:#ffffff;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:22.625rem;left:16.28125rem;height:1.6494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ii72w0buDizWso9ArrAekNXWePm3J44u { background-color:#939e87;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.25rem;left:30.625rem;display:block; }
#g2KoPNPBQPtvpexXGsaPmxqiCh4qMcTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edede9;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; }#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB > .row .container { background-color: transparent; background-image: none; }#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB > .row .container > .video-iframe-container { display: none; }#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB > .row > .video-iframe-container { display: none; }#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB > .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); }#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB > .row .container { border-width: 0; border-radius: 0; }#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#TAeKnvXTabRb49RGKtE4CoioiGvUTEPS { box-sizing:content-box;height:10.3125rem;width:49.4375rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;top:2.125rem;left:5.25rem;border-top:0.0625rem solid #7eaea8;border-left:0.0625rem solid #7eaea8;border-right:0.0625rem solid #7eaea8;border-bottom:0.0625rem solid #7eaea8;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#cnuSeFmJ6k5TPX5p0bIMW659RCuz0CIA { color:#4d5955;display:block;width:21.25rem;position:absolute;font-family:"bebas neue";font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.875rem;left:10.125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CxNZu4mmBDTb5hXe3kTE2xTultR5FXXw { color:#a5aba8;display:block;width:19.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:6.4375rem;left:10.125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#W2w2OwlzeZEbJCHTsWglPl68pgTIoS9O { background-color:#4d5955;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.59375rem;left:34.5625rem;display:block; }
#TCwwf2AD83V7CBdtLfdGhgLCCXTmPkg4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 { 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; }#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 > .row .container { background-color: transparent; background-image: none; }#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 > .row .container > .video-iframe-container { display: none; }#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 > .row > .video-iframe-container { display: none; }#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 > .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); }#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 > .row .container { border-width: 0; border-radius: 0; }#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#pvQOkfrsumKfTUJ5MrGbTOVILFtMIKOq { color:#ce917b;display:block;width:8.1875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.875rem;left:5.9375rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XNHO41b20PycZX5qbQL0PTM0ELNqTvfE { color:#a5aba8;display:block;width:15.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:8.1875rem;left:2.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#urdLINPTqic5iHJ3BKCy2qR7zvZlgZTt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.0546875rem;left:1.40625rem; }
#fgcVOtuEQvCUyM0denNTnEoBsOTudSF7 { box-sizing:content-box;height:3.25rem;width:3.25rem;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:15004;background-color:#e6e6e0;background-image:none;top:3.75rem;left:2.25rem;display:block; }
#nAfJhv8UxBzV3L6d2PNuIqu7aWXJI7eC { color:#ce917b;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:4rem;left:25.9375rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#O7vdkhzAao2mR2FNFiGUboU8dvQ74LgW { color:#a5aba8;display:block;width:15.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:8.3125rem;left:22.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qd4d5hq4Me6ZEw0zdFqC5l5m0TdPShxc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.1875rem;left:22.5625rem; }
#Laews3A2rssX8WoMBlP6MFHJz6TmTKZ7 { box-sizing:content-box;height:3.25rem;width:3.25rem;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:15008;background-color:#e6e6e0;background-image:none;top:3.875rem;left:22.25rem;display:block; }
#xxLPFRzC2C70znJi3kF80xyvH9NsE7uC { color:#ce917b;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:4rem;left:45.9375rem;height:3.298825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Hu40a47SBm1kWvUm7O0tb55kOxvowLpk { color:#a5aba8;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:8.3125rem;left:42.25rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lMyQaeQ4RHRaHaQIiNgyN0C6OVDgrzyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:4.25rem;left:42.5625rem; }
#ym1cKMxM1EMeFRgIgrH5g0FW6yHCwhrI { box-sizing:content-box;height:3.25rem;width:3.25rem;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:15012;background-color:#e6e6e0;background-image:none;top:3.875rem;left:42.25rem;display:block; }
#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W { 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; }#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W > .row .container { background-color: transparent; background-image: none; }#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W > .row .container > .video-iframe-container { display: none; }#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W > .row > .video-iframe-container { display: none; }#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W > .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); }#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W > .row .container { border-width: 0; border-radius: 0; }#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#MS0UTRtkhVpey9ufSwbA6GGGWifS72Ke { color:#ce917b;display:block;width:33.6875rem;position:absolute;font-family:"bebas neue";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:1.78125rem;left:13.15625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK { 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; }#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK > .row .container { background-color: transparent; background-image: none; }#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK > .row .container > .video-iframe-container { display: none; }#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK > .row > .video-iframe-container { display: none; }#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK > .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); }#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK > .row .container { border-width: 0; border-radius: 0; }#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK > .row .container { font-size:0.875rem;font-family:arial;height:26.0625rem;width:60rem;position:relative;display:block; }#F0HqXtHqHNrGIsP8B04bvIIQHLLiIunW { color:#86908b;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:6.75rem;left:1.9375rem;height:13.191375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SRLEVEIkhSWqZGcSkeO7CJ7yHBbnk99Q { color:#4d5955;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:4.9375rem;height:1.3496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ROT6UMD8l9BWLXpkargHrH6cZpZApLwm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:2.6875rem;left:1.9375rem;overflow:hidden;display:block; }
#UrZKhLdGdTzcWXa1l145sqA7JUFIyHP4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.0625rem;left:4.9375rem; }
#zA5HLXGEzU5F2rrDLpSLMQo9Vbt4ta0J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.0625rem;left:6.0625rem; }
#gbmvLxnF4ru2FrimV4mLrX43bdOrnyL9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.0625rem;left:7.1875rem; }
#Z5sUKZ0uTRpKbXmDq3SqM78nThi2m05P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:4.0625rem;left:8.3125rem; }
#EpQ81awEezBTFSJVTGOXeFOzRMUCkfAe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4.0625rem;left:9.5625rem; }
#lQHDHhaAAboSE19S0r7fqD65AWxrc3Xx { color:#4d5955;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:2.5rem;left:24.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#VaubtgrDQcEdVl3pFs250gdKLDgdTBrs { color:#86908b;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:6.6875rem;left:21.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Naz2QsQte3fbiM1Gb9Ae2SWxvRdG8Z6u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:4rem;left:29.5625rem; }
#LuQ1medETPkDfJTnuxtpZHvRyOdNhs4U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:4rem;left:28.3125rem; }
#WV1xO3JWTk2TLysS9EaLX49q0lf5Lnmo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:4rem;left:27.1875rem; }
#hXTxBVqMJSWZIkWiT2JGwcHWaceEM1Fi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4rem;left:24.9375rem; }
#ShWC8TBpWevhWppMDtqa249syv43H4Zv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:4rem;left:26.0625rem; }
#wQd1Nudhw4tDy7E8y0KVCPW7sJWd7eLL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3.0185546875rem;left:22.4375rem; }
#VBIBKzH4TWtcubQ6zPtB2o9tDaBCLuxh { box-sizing:content-box;height:2.4375rem;width:2.4375rem;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:15040;background-color:#e3e3e3;background-image:none;top:2.5625rem;left:21.9375rem;display:block; }
#vssD5D03qicTsqTBgOvUAEQ1S700ikQ6 { color:#4d5955;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:2.6875rem;left:44.9375rem;height:1.3496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#b9BxJ9gWp38ooLMnJ2LWGXLG6KzgqgU6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:4.1875rem;left:49.5625rem; }
#JwTtGe38ZOTdo7TvpoB6cEnGM2ZuTseF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:4.1875rem;left:48.3125rem; }
#Zk8fJ7Jl8U7bqBhzVFR9U7IiyXChToU6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:4.1875rem;left:47.1875rem; }
#ruFXzdSV38rMImFxMMZ1l8pwq9XfRTKp { color:#86908b;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:6.875rem;left:41.9375rem;height:11.9921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LeeTzNGldeuiu8uIta054VQgcEaobgMR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:4.1875rem;left:44.9375rem; }
#UtLlOi0T5uOr7AoZW81gmppQ9Km5OK4T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.1875rem;left:46.0625rem; }
#deE8E902H7qnyBbk53dKzLA3FuNqMVw9 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:2.8125rem;left:41.9375rem;overflow:hidden;display:block; }
#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ { 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; }#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ > .row .container { background-color: transparent; background-image: none; }#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ > .row .container > .video-iframe-container { display: none; }#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ > .row > .video-iframe-container { display: none; }#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ > .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); }#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ > .row .container { border-width: 0; border-radius: 0; }#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#w6XpBTViuHoFOBEQH3KttnGOePTI3tJm { color:#86908b;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:6.75rem;left:1.9375rem;height:7.1953125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rtr4nQh8SKZKhKX6UI0cTmC6bek6d02G { color:#4d5955;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:2.5625rem;left:4.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bR3KkiaQWCv0ADC1L5NUqSeEa7XAWvuK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:4.0625rem;left:4.9375rem; }
#rd7XRCHct0oKEJLcq8LEtfPczHLcoNOq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:4.0625rem;left:6.0625rem; }
#dkZIVmErvaMSmEBrMoKAUMWmOOIcbDZE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4.0625rem;left:7.1875rem; }
#dk6uyrXplJFgVR9tXqLeHi9SToeHCE0F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:4.0625rem;left:8.3125rem; }
#oavBfHXT2RZT6qRkVKpZSM9N40mt1f3J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4.0625rem;left:9.5625rem; }
#OfSoJo72t602Xb25Z9atBZiW7MinpXMy { color:#4d5955;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:2.5rem;left:24.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#uxBmdbwxTambXoO6Drt1yr0P9atXiGnO { color:#86908b;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:6.6875rem;left:21.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hl0a2RrVmbTSrBrfvcVtfvQhDNJlDdiB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:4rem;left:29.5625rem; }
#neu9tAqSIZIrsaGdyUIXvl2vouGKUWLW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:4rem;left:28.3125rem; }
#vXNGIss0zCOtIrSVRDM48XPbCNCeF67g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:4rem;left:27.1875rem; }
#V34Gfyexnsd46KbQLqfaHV121gHgco64 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:4rem;left:24.9375rem; }
#X3CyFE1b9cZwfLOgqwbHx3KqLOWihdnL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:4rem;left:26.0625rem; }
#sZRQF0TWMr83neM1tQGcGl6HsUnF6F25 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3.125rem;left:2.4375rem; }
#JMzs4DnZ8aiTNha6hRzFvieUhPk3oH0G { box-sizing:content-box;height:2.4375rem;width:2.4375rem;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:15042;background-color:#e3e3e3;background-image:none;top:2.6875rem;left:1.9375rem;display:block; }
#gXaDoRHPpbzXkmWm0NEPmCLF0dzVHr0b { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:2.5625rem;left:21.9375rem;overflow:hidden;display:block; }
#owTDorTeS2fwXNTvuaOENLyWRW93PFN0 { color:#86908b;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:6.75rem;left:41.9375rem;height:8.3945rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LyoOmzIsmreFxAs1wcx7xGrHFdB52MDx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:4.0625rem;left:49.5625rem; }
#kvD8uVcc2TCD7gbeLTIDwTxrbAbasUxn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:4.0625rem;left:48.3125rem; }
#rlN3AF7QsXzBRTKnEiLagtBJARLJ8rbV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:4.0625rem;left:47.1875rem; }
#yhkOIyHxRVwONxl5z3U2ruJIImTbr6t4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:4.0625rem;left:44.9375rem; }
#DyhU58k76ovnmw4qvssrrvTmrLnNwi0B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.0625rem;left:46.0625rem; }
#wbQAStq46J0N4JzAZhVAKXFmd1VdQ72U { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:2.6875rem;left:41.9375rem;overflow:hidden;display:block; }
#QcuTgboTx6xyWEOS1AmgRzG0Zg9doCxm { color:#4d5955;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:2.5625rem;left:44.9375rem;height:1.3496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa { 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; }#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa > .row .container { background-color: transparent; background-image: none; }#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa > .row .container > .video-iframe-container { display: none; }#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa > .row > .video-iframe-container { display: none; }#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa > .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); }#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa > .row .container { border-width: 0; border-radius: 0; }#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#Qbd4zDLgJWISMFttMZC0ZCrqZvwyp5Fa { color:#ce917b;display:block;width:33.6875rem;position:absolute;font-family:"bebas neue";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:2.5625rem;left:13.15625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb { 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; }#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb > .row .container { background-color: transparent; background-image: none; }#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb > .row .container > .video-iframe-container { display: none; }#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb > .row > .video-iframe-container { display: none; }#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb > .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); }#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb > .row .container { border-width: 0; border-radius: 0; }#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#LimdU4vN30akH136yslXBClRM4fuysfA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:17.6875rem;top:1.53125rem;left:1.125rem;overflow:hidden;display:block; }
#p483NTv8Ncq4TCe4CfCgI5p3ke7nWAfA { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:17.6875rem;top:1.53125rem;left:21.125rem;overflow:hidden;display:block; }
#rKsGFlvstMl4vxJkKW3aTNfKHzlTLAXf { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:17.6875rem;top:1.53125rem;left:41.125rem;overflow:hidden;display:block; }
#hM0FBKDcyZF0HKxqBTzup9QOZ2NNuJ13 { color:#9b7541;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:21.654296875rem;left:2.5625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CyK5NS4grFlySX8iHFVBm5b1QX97aG1O { box-sizing:content-box;height:9.25rem;width:17.75rem;position:absolute;display:block;z-index:14999;background-color:#fbebe1;background-image:none;top:17.75rem;left:1.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#roVAccguaCWTDyWtzzGElhai113ywXJb { box-sizing:content-box;height:9.25rem;width:17.75rem;position:absolute;display:block;z-index:15001;background-color:#fbebe1;background-image:none;top:17.75rem;left:21.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#TzqflnWDVpvfoqmyTgZBNvTKkB7cmci1 { color:#9b7541;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:21.966796875rem;left:22.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JikS30RIFGbxZhfnxl1ERSqQJzbaaaLc { box-sizing:content-box;height:9.25rem;width:17.75rem;position:absolute;display:block;z-index:15003;background-color:#fbebe1;background-image:none;top:17.75rem;left:41.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#LKIVUpvP3MDpivrJPg2bx6Zv2n4kAeSb { color:#9b7541;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:21.091796875rem;left:42.15625rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L { 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; }#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L > .row .container { background-color: transparent; background-image: none; }#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L > .row .container > .video-iframe-container { display: none; }#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L > .row > .video-iframe-container { display: none; }#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L > .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); }#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L > .row .container { border-width: 0; border-radius: 0; }#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#QAToCvw8geoQivev3cwfyvoSptrIBOC5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:17.6875rem;top:1.53125rem;left:1.125rem;overflow:hidden;display:block; }
#QXkf4hFJmdJbHTnJGl0TnAap81ty1N2x { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:17.6875rem;top:1.53125rem;left:21.125rem;overflow:hidden;display:block; }
#zMp8lAPJiJ6bh7cme6TlLyxbeQsSRwey { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:17.6875rem;top:1.53125rem;left:41.125rem;overflow:hidden;display:block; }
#FuXD7O11Qsp79tOVFgw0MdmakhkbAy5H { color:#9b7541;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:21.29296875rem;left:2.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tlNbCAXb7dpCcmLzidoJEbaz3b6rRpV0 { box-sizing:content-box;height:9.25rem;width:17.75rem;position:absolute;display:block;z-index:14999;background-color:#fbebe1;background-image:none;top:17.75rem;left:1.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#GlpW79wTvVIe67N4C0V5Mpn7THFIaDSv { box-sizing:content-box;height:9.25rem;width:17.75rem;position:absolute;display:block;z-index:15001;background-color:#fbebe1;background-image:none;top:17.75rem;left:21.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#nEpvA4UmxzULW7D8vtFO5KxAubLZ5OFI { color:#9b7541;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:21.85546875rem;left:22.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wdUbU8wvHct4CaG3Ttg7vTJ63VpQsM03 { box-sizing:content-box;height:9.25rem;width:17.75rem;position:absolute;display:block;z-index:15003;background-color:#fbebe1;background-image:none;top:17.75rem;left:41.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#CwSglX1qvC10gx7uQZtVUveMD9Jazykr { color:#9b7541;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:21.29296875rem;left:41.875rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT { 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; }#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT > .row .container { background-color: transparent; background-image: none; }#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT > .row .container > .video-iframe-container { display: none; }#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT > .row > .video-iframe-container { display: none; }#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT > .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); }#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT > .row .container { border-width: 0; border-radius: 0; }#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#lNMOXW7fASgHPQg1ysTy1oVVhQHRVVA2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:17.6875rem;top:1.53125rem;left:1.125rem;overflow:hidden;display:block; }
#W7N3Us1UaaJ20Uk7PTXZKsiqCgLIdFSy { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:17.6875rem;top:1.53125rem;left:21.125rem;overflow:hidden;display:block; }
#i7huUhmPBkQ1TTtBcTnc6CF9qSUcZcQa { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:17.6875rem;top:1.53125rem;left:41.125rem;overflow:hidden;display:block; }
#SHtFoS7DDuZX0o4aq98wcxnTIa2lkIM1 { color:#9b7541;display:block;width:14.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:21.29296875rem;left:2.90625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#boUmAuQVHuXDqDBGoZhPTqe4LwxbwSdb { box-sizing:content-box;height:9.25rem;width:17.75rem;position:absolute;display:block;z-index:14999;background-color:#fbebe1;background-image:none;top:17.75rem;left:1.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#gfKEHXrG5IVPPq0Fi7lheUxoXJ4uG2eL { box-sizing:content-box;height:9.25rem;width:17.75rem;position:absolute;display:block;z-index:15001;background-color:#fbebe1;background-image:none;top:17.75rem;left:21.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#oPaKFwa5dwGDZcx7rUiL8wgEXOQTqcXd { color:#9b7541;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:21.85546875rem;left:22.5625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ieT4salLzgf4TTZd2Hd0mi79rrqcdp81 { box-sizing:content-box;height:9.25rem;width:17.75rem;position:absolute;display:block;z-index:15003;background-color:#fbebe1;background-image:none;top:17.75rem;left:41.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#rBaD9yoawZyUIOLWMgImUUlXQZVBnq09 { color:#9b7541;display:block;width:14.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:21.85546875rem;left:42.5625rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h { 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; }#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h > .row .container { background-color: transparent; background-image: none; }#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h > .row .container > .video-iframe-container { display: none; }#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h > .row > .video-iframe-container { display: none; }#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h > .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); }#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h > .row .container { border-width: 0; border-radius: 0; }#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#XU7odE3ePQCtg7wVvWvwKbEw6otc6nq7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:17.6875rem;top:1.53125rem;left:1.125rem;overflow:hidden;display:block; }
#XPaQR9t8yWrD6EkwBPD1JffPTQSw3y8l { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:17.6875rem;top:1.53125rem;left:21.125rem;overflow:hidden;display:block; }
#MuUrLSURwel14PVf5KzLbLFsEHJZgPeS { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19rem;width:17.6875rem;top:1.53125rem;left:41.125rem;overflow:hidden;display:block; }
#TuV5O5gscubyEPi1yQ3gOz25Azu73e8w { color:#9b7541;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:21.53125rem;left:2.1875rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ET8iqcigiTmeJTALkGnirKApoywKKH0H { box-sizing:content-box;height:9.25rem;width:17.75rem;position:absolute;display:block;z-index:14999;background-color:#fbebe1;background-image:none;top:17.75rem;left:1.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#Psomn8M4qbu4zfUShnnmDOUTvXCgaboG { box-sizing:content-box;height:9.25rem;width:17.75rem;position:absolute;display:block;z-index:15001;background-color:#fbebe1;background-image:none;top:17.75rem;left:21.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#LTyEJKpZboKpW2TTgEhJXhtpN9aZJOQG { color:#9b7541;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:21.53125rem;left:21.78125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Vr3gMZgEONVDTUGeCzaIqoNc7ifIlNrN { box-sizing:content-box;height:9.25rem;width:17.75rem;position:absolute;display:block;z-index:15003;background-color:#fbebe1;background-image:none;top:17.75rem;left:41.125rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#TPvZfhoTLbX6DDy4406WArlftifEFCmt { color:#9b7541;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:22.09375rem;left:42.4375rem;height:3.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 { 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; }#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 > .row .container { background-color: transparent; background-image: none; }#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 > .row .container > .video-iframe-container { display: none; }#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 > .row > .video-iframe-container { display: none; }#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 > .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); }#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 > .row .container { border-width: 0; border-radius: 0; }#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:60rem;position:relative;display:block; }#WDs7DpbTXrzo0pRoyT6TnwnQNVSvzmBK { background-color:#7eaea8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.9375rem;left:30.5625rem;display:block; }
#TiJiruydPL5hWfehIsyB9a658Pca6old { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d49X8Nd5lmHVEmbkJoEtULCanxTsV1nc { background-color:#939e87;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.9375rem;left:14.375rem;display:block; }
#TtX9C2sPq5zWsyEDQzFumGulIGUzGGT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 { 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; }#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 > .row .container { background-color: transparent; background-image: none; }#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 > .row .container > .video-iframe-container { display: none; }#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 > .row > .video-iframe-container { display: none; }#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 > .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); }#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 > .row .container { border-width: 0; border-radius: 0; }#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#qwVJ17UB4TCKFdcNik3wRidAnliKybCq { color:#4d5955;display:block;width:21.25rem;position:absolute;font-family:"bebas neue";font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:4.5625rem;left:10.125rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#l8kTokOJiTZc8M2JINpQZ0gkpSKMC5LF { box-sizing:content-box;height:10.3125rem;width:49.4375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:2.875rem;left:5.21875rem;border-top:0.0625rem solid #7eaea8;border-left:0.0625rem solid #7eaea8;border-right:0.0625rem solid #7eaea8;border-bottom:0.0625rem solid #7eaea8;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#A4AGN92UX71n8RFRVoS1ALaITvpBWAw5 { background-color:#4d5955;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:6.375rem;left:34.4375rem;display:block; }
#Pd1cqP2c5RLZvlqEAhmASoiesmpMWeT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvVdVGN7MKzqx2nRoEFFUh5RcXQugyfq { color:#a5aba8;display:block;width:19.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:7.1875rem;left:10.125rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbede5;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; }#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD > .row .container { background-color: transparent; background-image: none; }#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD > .row .container > .video-iframe-container { display: none; }#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD > .row > .video-iframe-container { display: none; }#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD > .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); }#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD > .row .container { border-width: 0; border-radius: 0; }#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#IAXXsZaVkHNlE6rzqyRBH4XzuJF9kNG7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:31.6875rem;width:24.4375rem;top:6rem;left:2.4375rem;overflow:hidden;display:block; }
#qFOT1QbOoB22W6oT0w0QnKpCEcqZfRKH { color:#ce917b;display:block;width:19rem;position:absolute;font-family:"bebas neue";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:6rem;left:28.375rem;height:7.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KiHr9urA03ga2HIzXcPDLbxQXPkOsuJl { color:#a5aba8;display:block;width:28.875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:12.1025390625rem;left:28.375rem;height:25.6465rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edede9;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; }#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg > .row .container { background-color: transparent; background-image: none; }#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg > .row .container > .video-iframe-container { display: none; }#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg > .row > .video-iframe-container { display: none; }#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg > .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); }#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg > .row .container { border-width: 0; border-radius: 0; }#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#siDtt94gsCoLFdM7KqUCO0wry05UF7Gx { color:#ce917b;display:block;width:10.75rem;position:absolute;font-family:"bebas neue";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:13.8125rem;left:5rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MdyVLrw8rAySIz4Hc7U3rTm5WNlW2fSz { color:#4d5955;display:block;width:14.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:16.0625rem;left:5rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#i2TammJx3RzpoaV6L2aR38pW0QksnSHM { background-color:#7eaea8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:2.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:19.125rem;left:5rem;display:block; }
#a75TpLTedSqGdu33rrHyWEhsf3MwOftk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiNsrIcAiXll982vbULJ7ylTIxcK4l6K { position:absolute;display:block;z-index:15008;height:18.5rem;width:33.3125rem;top:2rem;left:22.75rem;display:block; }
#A11DRBttH02gv12y29l8lS9A9hOcXR90 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3e2d8;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; }#A11DRBttH02gv12y29l8lS9A9hOcXR90 > .row .container { background-color: transparent; background-image: none; }#A11DRBttH02gv12y29l8lS9A9hOcXR90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A11DRBttH02gv12y29l8lS9A9hOcXR90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A11DRBttH02gv12y29l8lS9A9hOcXR90 > .row .container > .video-iframe-container { display: none; }#A11DRBttH02gv12y29l8lS9A9hOcXR90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A11DRBttH02gv12y29l8lS9A9hOcXR90 > .row > .video-iframe-container { display: none; }#A11DRBttH02gv12y29l8lS9A9hOcXR90 > .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); }#A11DRBttH02gv12y29l8lS9A9hOcXR90 > .row .container { border-width: 0; border-radius: 0; }#A11DRBttH02gv12y29l8lS9A9hOcXR90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A11DRBttH02gv12y29l8lS9A9hOcXR90 > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#RXpA5aWgvJ5ZPO8KZIKsSkko083h0Gpb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0625rem;width:19rem;top:2.46875rem;left:28.25rem;overflow:hidden;display:block; }
#BLiwU3fIhWp9eHTzDgAFDsDcmFWSUmH8 { color:#ce917b;display:block;width:12.875rem;position:absolute;font-family:"bebas neue";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:9.8125rem;left:13.625rem;height:5.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;text-align:left;text-align-last:left;display:block; }
#oTIE3KNIV8R7bzPEznm16cTTmMtNsdx1 { color:#4d5955;display:block;width:13.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:12.625rem;left:13.625rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#sm2FF316LuTPfNFrHKH65XsKCJ1Pmlrf { background-color:#7eaea8;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:2.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.5625rem;left:13.25rem;display:block; }
#GpVpzcs4ey8TvyJUhbiToBaPzG0NAunI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy { 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; }#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy > .row .container { background-color: transparent; background-image: none; }#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy > .row .container > .video-iframe-container { display: none; }#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy > .row > .video-iframe-container { display: none; }#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy > .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); }#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy > .row .container { border-width: 0; border-radius: 0; }#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy > .row .container { font-size:0.875rem;font-family:arial;height:30.1875rem;width:60rem;position:relative;display:block; }#Nz7ft71xtoE668l7BA82DXru1t1kTgoD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;height:9.8125rem;width:9.8125rem;top:5.375rem;left:37.8125rem;overflow:hidden;display:block; }
#tpfPrnK30NeaVT8qsJvhyreoShDw8E9s { 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:9.8125rem;width:13.25rem;top:5.8125rem;left:9.625rem;overflow:hidden;display:block; }
#yMiLuPAqRC1FStPsb7wHtoGc0qtemLbT { color:#ce917b;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.375rem;left:9.625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#clNTewEeGHwKIqeVgfiaCinTUwx8bc9w { color:#ce917b;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:17.1875rem;left:9.625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OEhynMLOoxOo1B0ge2meom7PFEnV5yUB { color:#ce917b;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:22.3125rem;left:9.625rem;height:3.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Gl2n4qhhDanR2vpphG9n9vtmKiQDT9Q4 { color:#ce917b;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:16.25rem;left:37.25rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cvDO0vczEMyqaZopuMNeVrrXAKQmtPwL { color:#ce917b;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:17.9375rem;left:37.25rem;height:1.3496125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WuULPCNxXcEPFJ7iPqgvMza1yElLNOo3 { color:#ce917b;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:22.3125rem;left:39rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#eVlERIHZKsCGFVO1snz7P8020M37elww { box-sizing:content-box;height:10.75rem;width:10.75rem;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:15011;background-color:transparent;background-image:none;top:4.8125rem;left:37.25rem;border-top:0.0625rem solid #ce917b;border-left:0.0625rem solid #ce917b;border-right:0.0625rem solid #ce917b;border-bottom:0.0625rem solid #ce917b;display:block; }
#JkbhqU3htA8A8QNI8xVoIJGiFirTgJ8m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.4375rem;left:37.25rem; }
#BTUclougvkVbgIuUkqUg53yfggSGkiTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ce917b;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; }#BTUclougvkVbgIuUkqUg53yfggSGkiTA > .row .container { background-color: transparent; background-image: none; }#BTUclougvkVbgIuUkqUg53yfggSGkiTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTUclougvkVbgIuUkqUg53yfggSGkiTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTUclougvkVbgIuUkqUg53yfggSGkiTA > .row .container > .video-iframe-container { display: none; }#BTUclougvkVbgIuUkqUg53yfggSGkiTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTUclougvkVbgIuUkqUg53yfggSGkiTA > .row > .video-iframe-container { display: none; }#BTUclougvkVbgIuUkqUg53yfggSGkiTA > .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); }#BTUclougvkVbgIuUkqUg53yfggSGkiTA > .row .container { border-width: 0; border-radius: 0; }#BTUclougvkVbgIuUkqUg53yfggSGkiTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTUclougvkVbgIuUkqUg53yfggSGkiTA > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#e6ZNreCX1TvvSXpoOTbsCwKQymbVLVF0 { color:#f4eddb;display:block;width:22.375rem;position:absolute;font-family:"bebas neue";font-size:2rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:6.75rem;left:18.8125rem;height:2.3994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zBLBaHFQkxKa5hiTivTTTIUk0IqIU2ZA { 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:15009;opacity:1;top:2.3125rem;left:28.25rem; }
#zBLBaHFQkxKa5hiTivTTTIUk0IqIU2ZA > img { max-width: 100%;max-height:100%; width:3.5625rem; height:3.5625rem; }#vZMZbZ7xIiKsJGL02cv3TlXeRSFryT8U { color:#ffffff;display:block;width:19.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:9.125rem;left:20.3125rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiuBna9BgKTPS8qzTKp2XmUNUBDgXDt1 { width:30.9375rem;height:7.5rem;top:14.9375rem;left:8.40625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeqlNy0S5RXuDKoyUHt8mC3n82MozyZf { width:16.25rem;height:3.4375rem;top:26.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCFIEwwz2AtBSatggfykD3HQEsGWTBpW { display:block; }
 }@media only screen and (max-width: 763px) { #mzBdW5ti4ROwP90yWvvwSAn9ygvsQVOi { width:14.625rem;height:10.875rem;top:2.3125rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZRpnIP7JbMsZKmLLvg5QLP2AQ2OXTSx { width:27.4375rem;height:1.625rem;top:22.625rem;left:10.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii72w0buDizWso9ArrAekNXWePm3J44u { width:16.25rem;height:3.4375rem;top:26.25rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2KoPNPBQPtvpexXGsaPmxqiCh4qMcTl { display:block; }
 }@media only screen and (max-width: 763px) { #X27CUWfTzK5qPXgRW179gn3RqpQpKlmB { display:block; }#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAeKnvXTabRb49RGKtE4CoioiGvUTEPS { width:47.625rem;height:10.3125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnuSeFmJ6k5TPX5p0bIMW659RCuz0CIA { width:21.25rem;height:2.625rem;top:3.875rem;left:4rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxNZu4mmBDTb5hXe3kTE2xTultR5FXXw { width:19.5625rem;height:4.5rem;top:6.4375rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2w2OwlzeZEbJCHTsWglPl68pgTIoS9O { width:16.25rem;height:3.4375rem;top:5.5625rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCwwf2AD83V7CBdtLfdGhgLCCXTmPkg4 { display:block; }
 }@media only screen and (max-width: 763px) { #lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 { display:block; }#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvQOkfrsumKfTUJ5MrGbTOVILFtMIKOq { width:8.1875rem;height:3.25rem;top:3.875rem;left:3.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNHO41b20PycZX5qbQL0PTM0ELNqTvfE { width:15.5rem;height:;top:8.1875rem;left:0.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urdLINPTqic5iHJ3BKCy2qR7zvZlgZTt { width:4.9375rem;height:4.9375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgcVOtuEQvCUyM0denNTnEoBsOTudSF7 { width:3.25rem;height:3.25rem;top:3.75rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAfJhv8UxBzV3L6d2PNuIqu7aWXJI7eC { width:9.125rem;height:3.25rem;top:4rem;left:19.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7vdkhzAao2mR2FNFiGUboU8dvQ74LgW { width:15.5rem;height:;top:8.3125rem;left:16.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd4d5hq4Me6ZEw0zdFqC5l5m0TdPShxc { width:2.625rem;height:2.625rem;top:4.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Laews3A2rssX8WoMBlP6MFHJz6TmTKZ7 { width:3.25rem;height:3.25rem;top:3.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxLPFRzC2C70znJi3kF80xyvH9NsE7uC { width:9.125rem;height:3.25rem;top:4rem;left:35.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu40a47SBm1kWvUm7O0tb55kOxvowLpk { width:16.375rem;height:12rem;top:8.3125rem;left:31.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMyQaeQ4RHRaHaQIiNgyN0C6OVDgrzyT { width:2.625rem;height:2.625rem;top:4.25rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1cKMxM1EMeFRgIgrH5g0FW6yHCwhrI { width:3.25rem;height:3.25rem;top:3.875rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W { display:block; }#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MS0UTRtkhVpey9ufSwbA6GGGWifS72Ke { width:33.6875rem;height:2.625rem;top:1.75rem;left:7.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK { display:block; }#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0HqXtHqHNrGIsP8B04bvIIQHLLiIunW { width:16.125rem;height:13.1875rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRLEVEIkhSWqZGcSkeO7CJ7yHBbnk99Q { width:9.625rem;height:1.3125rem;top:2.5625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROT6UMD8l9BWLXpkargHrH6cZpZApLwm { width:2.375rem;height:2.375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrZKhLdGdTzcWXa1l145sqA7JUFIyHP4 { width:1.125rem;height:1.125rem;top:4.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA5HLXGEzU5F2rrDLpSLMQo9Vbt4ta0J { width:1.125rem;height:1.125rem;top:4.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbmvLxnF4ru2FrimV4mLrX43bdOrnyL9 { width:1.125rem;height:1.125rem;top:4.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5sUKZ0uTRpKbXmDq3SqM78nThi2m05P { width:1.125rem;height:1.125rem;top:4.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpQ81awEezBTFSJVTGOXeFOzRMUCkfAe { width:1.125rem;height:1.125rem;top:4.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQHDHhaAAboSE19S0r7fqD65AWxrc3Xx { width:9.625rem;height:;top:2.5rem;left:18.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaubtgrDQcEdVl3pFs250gdKLDgdTBrs { width:16.125rem;height:;top:6.6875rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Naz2QsQte3fbiM1Gb9Ae2SWxvRdG8Z6u { width:1.125rem;height:1.125rem;top:4rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuQ1medETPkDfJTnuxtpZHvRyOdNhs4U { width:1.125rem;height:1.125rem;top:4rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV1xO3JWTk2TLysS9EaLX49q0lf5Lnmo { width:1.125rem;height:1.125rem;top:4rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXTxBVqMJSWZIkWiT2JGwcHWaceEM1Fi { width:1.125rem;height:1.125rem;top:4rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShWC8TBpWevhWppMDtqa249syv43H4Zv { width:1.125rem;height:1.125rem;top:4rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQd1Nudhw4tDy7E8y0KVCPW7sJWd7eLL { width:1.4375rem;height:1.4375rem;top:3rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBIBKzH4TWtcubQ6zPtB2o9tDaBCLuxh { width:2.4375rem;height:2.4375rem;top:2.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vssD5D03qicTsqTBgOvUAEQ1S700ikQ6 { width:9.625rem;height:1.3125rem;top:2.6875rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9BxJ9gWp38ooLMnJ2LWGXLG6KzgqgU6 { width:1.125rem;height:1.125rem;top:4.1875rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwTtGe38ZOTdo7TvpoB6cEnGM2ZuTseF { width:1.125rem;height:1.125rem;top:4.1875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8fJ7Jl8U7bqBhzVFR9U7IiyXChToU6 { width:1.125rem;height:1.125rem;top:4.1875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruFXzdSV38rMImFxMMZ1l8pwq9XfRTKp { width:16.125rem;height:11.9375rem;top:6.875rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeeTzNGldeuiu8uIta054VQgcEaobgMR { width:1.125rem;height:1.125rem;top:4.1875rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtLlOi0T5uOr7AoZW81gmppQ9Km5OK4T { width:1.125rem;height:1.125rem;top:4.1875rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #deE8E902H7qnyBbk53dKzLA3FuNqMVw9 { width:2.375rem;height:2.375rem;top:2.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ { display:block; }#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6XpBTViuHoFOBEQH3KttnGOePTI3tJm { width:16.125rem;height:;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtr4nQh8SKZKhKX6UI0cTmC6bek6d02G { width:9.625rem;height:;top:2.5625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR3KkiaQWCv0ADC1L5NUqSeEa7XAWvuK { width:1.125rem;height:1.125rem;top:4.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd7XRCHct0oKEJLcq8LEtfPczHLcoNOq { width:1.125rem;height:1.125rem;top:4.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkZIVmErvaMSmEBrMoKAUMWmOOIcbDZE { width:1.125rem;height:1.125rem;top:4.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dk6uyrXplJFgVR9tXqLeHi9SToeHCE0F { width:1.125rem;height:1.125rem;top:4.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oavBfHXT2RZT6qRkVKpZSM9N40mt1f3J { width:1.125rem;height:1.125rem;top:4.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfSoJo72t602Xb25Z9atBZiW7MinpXMy { width:9.625rem;height:;top:2.5rem;left:18.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxBmdbwxTambXoO6Drt1yr0P9atXiGnO { width:16.125rem;height:;top:6.6875rem;left:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl0a2RrVmbTSrBrfvcVtfvQhDNJlDdiB { width:1.125rem;height:1.125rem;top:4rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neu9tAqSIZIrsaGdyUIXvl2vouGKUWLW { width:1.125rem;height:1.125rem;top:4rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXNGIss0zCOtIrSVRDM48XPbCNCeF67g { width:1.125rem;height:1.125rem;top:4rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #V34Gfyexnsd46KbQLqfaHV121gHgco64 { width:1.125rem;height:1.125rem;top:4rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3CyFE1b9cZwfLOgqwbHx3KqLOWihdnL { width:1.125rem;height:1.125rem;top:4rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZRQF0TWMr83neM1tQGcGl6HsUnF6F25 { width:1.4375rem;height:1.4375rem;top:3.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMzs4DnZ8aiTNha6hRzFvieUhPk3oH0G { width:2.4375rem;height:2.4375rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXaDoRHPpbzXkmWm0NEPmCLF0dzVHr0b { width:2.375rem;height:2.375rem;top:2.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owTDorTeS2fwXNTvuaOENLyWRW93PFN0 { width:16.125rem;height:8.375rem;top:6.75rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyoOmzIsmreFxAs1wcx7xGrHFdB52MDx { width:1.125rem;height:1.125rem;top:4.0625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvD8uVcc2TCD7gbeLTIDwTxrbAbasUxn { width:1.125rem;height:1.125rem;top:4.0625rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlN3AF7QsXzBRTKnEiLagtBJARLJ8rbV { width:1.125rem;height:1.125rem;top:4.0625rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhkOIyHxRVwONxl5z3U2ruJIImTbr6t4 { width:1.125rem;height:1.125rem;top:4.0625rem;left:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyhU58k76ovnmw4qvssrrvTmrLnNwi0B { width:1.125rem;height:1.125rem;top:4.0625rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbQAStq46J0N4JzAZhVAKXFmd1VdQ72U { width:2.375rem;height:2.375rem;top:2.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcuTgboTx6xyWEOS1AmgRzG0Zg9doCxm { width:9.625rem;height:1.3125rem;top:2.5625rem;left:34.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa { display:block; }#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbd4zDLgJWISMFttMZC0ZCrqZvwyp5Fa { width:33.6875rem;height:2.625rem;top:2.5625rem;left:7.03125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb { display:block; }#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LimdU4vN30akH136yslXBClRM4fuysfA { width:17.6875rem;height:19rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p483NTv8Ncq4TCe4CfCgI5p3ke7nWAfA { width:17.6875rem;height:19rem;top:1.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKsGFlvstMl4vxJkKW3aTNfKHzlTLAXf { width:17.6875rem;height:19rem;top:1.5rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM0FBKDcyZF0HKxqBTzup9QOZ2NNuJ13 { width:14.875rem;height:;top:21.625rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyK5NS4grFlySX8iHFVBm5b1QX97aG1O { width:17.75rem;height:9.25rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roVAccguaCWTDyWtzzGElhai113ywXJb { width:17.75rem;height:9.25rem;top:17.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzqflnWDVpvfoqmyTgZBNvTKkB7cmci1 { width:14.875rem;height:;top:21.9375rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JikS30RIFGbxZhfnxl1ERSqQJzbaaaLc { width:17.75rem;height:9.25rem;top:17.75rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKIVUpvP3MDpivrJPg2bx6Zv2n4kAeSb { width:15.6875rem;height:5.625rem;top:21.0625rem;left:31.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L { display:block; }#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAToCvw8geoQivev3cwfyvoSptrIBOC5 { width:17.6875rem;height:19rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXkf4hFJmdJbHTnJGl0TnAap81ty1N2x { width:17.6875rem;height:19rem;top:1.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMp8lAPJiJ6bh7cme6TlLyxbeQsSRwey { width:17.6875rem;height:19rem;top:1.5rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXD7O11Qsp79tOVFgw0MdmakhkbAy5H { width:14.875rem;height:;top:21.25rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlNbCAXb7dpCcmLzidoJEbaz3b6rRpV0 { width:17.75rem;height:9.25rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlpW79wTvVIe67N4C0V5Mpn7THFIaDSv { width:17.75rem;height:9.25rem;top:17.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEpvA4UmxzULW7D8vtFO5KxAubLZ5OFI { width:14.875rem;height:;top:21.8125rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdUbU8wvHct4CaG3Ttg7vTJ63VpQsM03 { width:17.75rem;height:9.25rem;top:17.75rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwSglX1qvC10gx7uQZtVUveMD9Jazykr { width:16.25rem;height:4.5rem;top:21.25rem;left:31.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT { display:block; }#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNMOXW7fASgHPQg1ysTy1oVVhQHRVVA2 { width:17.6875rem;height:19rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7N3Us1UaaJ20Uk7PTXZKsiqCgLIdFSy { width:17.6875rem;height:19rem;top:1.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7huUhmPBkQ1TTtBcTnc6CF9qSUcZcQa { width:17.6875rem;height:19rem;top:1.5rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHtFoS7DDuZX0o4aq98wcxnTIa2lkIM1 { width:14.1875rem;height:4.5rem;top:21.25rem;left:0.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boUmAuQVHuXDqDBGoZhPTqe4LwxbwSdb { width:17.75rem;height:9.25rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfKEHXrG5IVPPq0Fi7lheUxoXJ4uG2eL { width:17.75rem;height:9.25rem;top:17.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPaKFwa5dwGDZcx7rUiL8wgEXOQTqcXd { width:14.875rem;height:;top:21.8125rem;left:16.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieT4salLzgf4TTZd2Hd0mi79rrqcdp81 { width:17.75rem;height:9.25rem;top:17.75rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBaD9yoawZyUIOLWMgImUUlXQZVBnq09 { width:14.875rem;height:3.375rem;top:21.8125rem;left:32.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h { display:block; }#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XU7odE3ePQCtg7wVvWvwKbEw6otc6nq7 { width:17.6875rem;height:19rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPaQR9t8yWrD6EkwBPD1JffPTQSw3y8l { width:17.6875rem;height:19rem;top:1.5rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuUrLSURwel14PVf5KzLbLFsEHJZgPeS { width:17.6875rem;height:19rem;top:1.5rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuV5O5gscubyEPi1yQ3gOz25Azu73e8w { width:15.625rem;height:4.5rem;top:21.5rem;left:0.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET8iqcigiTmeJTALkGnirKApoywKKH0H { width:17.75rem;height:9.25rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psomn8M4qbu4zfUShnnmDOUTvXCgaboG { width:17.75rem;height:9.25rem;top:17.75rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTyEJKpZboKpW2TTgEhJXhtpN9aZJOQG { width:16.4375rem;height:4.5rem;top:21.5rem;left:15.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vr3gMZgEONVDTUGeCzaIqoNc7ifIlNrN { width:17.75rem;height:9.25rem;top:17.75rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPvZfhoTLbX6DDy4406WArlftifEFCmt { width:15.125rem;height:3.375rem;top:22.0625rem;left:32.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 { display:block; }#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDs7DpbTXrzo0pRoyT6TnwnQNVSvzmBK { width:15.0625rem;height:3.4375rem;top:1.9375rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJiruydPL5hWfehIsyB9a658Pca6old { display:block; }
 }@media only screen and (max-width: 763px) { #d49X8Nd5lmHVEmbkJoEtULCanxTsV1nc { width:15.0625rem;height:3.4375rem;top:1.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtX9C2sPq5zWsyEDQzFumGulIGUzGGT7 { display:block; }
 }@media only screen and (max-width: 763px) { #CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 { display:block; }#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwVJ17UB4TCKFdcNik3wRidAnliKybCq { width:21.25rem;height:2.625rem;top:4.5625rem;left:4rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8kTokOJiTZc8M2JINpQZ0gkpSKMC5LF { width:47.625rem;height:10.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4AGN92UX71n8RFRVoS1ALaITvpBWAw5 { width:16.25rem;height:3.4375rem;top:6.375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd1cqP2c5RLZvlqEAhmASoiesmpMWeT9 { display:block; }
 }@media only screen and (max-width: 763px) { #JvVdVGN7MKzqx2nRoEFFUh5RcXQugyfq { width:19.5625rem;height:4.5rem;top:7.1875rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD { display:block; }#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAXXsZaVkHNlE6rzqyRBH4XzuJF9kNG7 { width:24.4375rem;height:31.6875rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFOT1QbOoB22W6oT0w0QnKpCEcqZfRKH { width:19rem;height:4.8125rem;top:6rem;left:22.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiHr9urA03ga2HIzXcPDLbxQXPkOsuJl { width:28.875rem;height:25.625rem;top:12.0625rem;left:18.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUgoP2CDPNungRFTINLz9DTJoTgMk9bg { display:block; }#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siDtt94gsCoLFdM7KqUCO0wry05UF7Gx { width:10.75rem;height:2.625rem;top:13.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdyVLrw8rAySIz4Hc7U3rTm5WNlW2fSz { width:14.5625rem;height:1.5rem;top:16.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2TammJx3RzpoaV6L2aR38pW0QksnSHM { width:13.6875rem;height:2.875rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a75TpLTedSqGdu33rrHyWEhsf3MwOftk { display:block; }
 }@media only screen and (max-width: 763px) { #MiNsrIcAiXll982vbULJ7ylTIxcK4l6K { width:33.3125rem;height:18.5rem;top:2rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A11DRBttH02gv12y29l8lS9A9hOcXR90 { display:block; }#A11DRBttH02gv12y29l8lS9A9hOcXR90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXpA5aWgvJ5ZPO8KZIKsSkko083h0Gpb { width:19rem;height:28.0625rem;top:2.4375rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLiwU3fIhWp9eHTzDgAFDsDcmFWSUmH8 { width:12.875rem;height:2.625rem;top:9.8125rem;left:7.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTIE3KNIV8R7bzPEznm16cTTmMtNsdx1 { width:13.4375rem;height:6rem;top:12.625rem;left:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm2FF316LuTPfNFrHKH65XsKCJ1Pmlrf { width:15rem;height:2.875rem;top:19.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpVpzcs4ey8TvyJUhbiToBaPzG0NAunI { display:block; }
 }@media only screen and (max-width: 763px) { #Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy { display:block; }#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nz7ft71xtoE668l7BA82DXru1t1kTgoD { width:9.8125rem;height:9.8125rem;top:5.375rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpfPrnK30NeaVT8qsJvhyreoShDw8E9s { width:13.25rem;height:9.8125rem;top:5.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMiLuPAqRC1FStPsb7wHtoGc0qtemLbT { width:12.5625rem;height:1.5rem;top:4.375rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clNTewEeGHwKIqeVgfiaCinTUwx8bc9w { width:19.8125rem;height:3rem;top:17.1875rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEhynMLOoxOo1B0ge2meom7PFEnV5yUB { width:19.8125rem;height:3.5rem;top:22.3125rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl2n4qhhDanR2vpphG9n9vtmKiQDT9Q4 { width:13.1875rem;height:1.5rem;top:16.25rem;left:31.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvDO0vczEMyqaZopuMNeVrrXAKQmtPwL { width:12.5625rem;height:1.3125rem;top:17.9375rem;left:31.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuULPCNxXcEPFJ7iPqgvMza1yElLNOo3 { width:10.625rem;height:;top:22.3125rem;left:32.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVlERIHZKsCGFVO1snz7P8020M37elww { width:10.75rem;height:10.75rem;top:4.8125rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkbhqU3htA8A8QNI8xVoIJGiFirTgJ8m { width:1.3125rem;height:1.3125rem;top:22.4375rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTUclougvkVbgIuUkqUg53yfggSGkiTA { display:block; }#BTUclougvkVbgIuUkqUg53yfggSGkiTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6ZNreCX1TvvSXpoOTbsCwKQymbVLVF0 { width:22.375rem;height:2.375rem;top:6.75rem;left:12.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBLBaHFQkxKa5hiTivTTTIUk0IqIU2ZA { width:3.5625rem;height:3.5625rem;top:2.3125rem;left:22.125rem;display:block; }
#zBLBaHFQkxKa5hiTivTTTIUk0IqIU2ZA > img { max-width: 100%;max-height:100%; width:3.5625rem; height:3.5625rem; } }@media only screen and (max-width: 763px) { #vZMZbZ7xIiKsJGL02cv3TlXeRSFryT8U { width:19.75rem;height:3rem;top:9.125rem;left:14.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fe7afe58-2ad7-4397-892f-dc251f3bf396/BGMOBILE.jpg");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RiuBna9BgKTPS8qzTKp2XmUNUBDgXDt1 { width:20rem;height:4.798825rem;top:14.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeqlNy0S5RXuDKoyUHt8mC3n82MozyZf { width:17.5rem;height:3.4375rem;top:24.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCFIEwwz2AtBSatggfykD3HQEsGWTBpW { display:block; }
 }@media only screen and (max-width: 763px) { #mzBdW5ti4ROwP90yWvvwSAn9ygvsQVOi { width:12.0625rem;height:8.9375rem;top:3rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZRpnIP7JbMsZKmLLvg5QLP2AQ2OXTSx { width:17rem;height:3rem;top:19.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii72w0buDizWso9ArrAekNXWePm3J44u { width:17.5rem;height:3.4375rem;top:29.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2KoPNPBQPtvpexXGsaPmxqiCh4qMcTl { display:block; }
 }@media only screen and (max-width: 763px) { #X27CUWfTzK5qPXgRW179gn3RqpQpKlmB { display:block; }#X27CUWfTzK5qPXgRW179gn3RqpQpKlmB > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAeKnvXTabRb49RGKtE4CoioiGvUTEPS { width:19.875rem;height:18rem;top:1.25rem;left:0rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnuSeFmJ6k5TPX5p0bIMW659RCuz0CIA { width:20rem;height:2.69921875rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxNZu4mmBDTb5hXe3kTE2xTultR5FXXw { width:18.75rem;height:5.25rem;top:6.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #W2w2OwlzeZEbJCHTsWglPl68pgTIoS9O { width:16.25rem;height:3.4375rem;top:13.28125rem;left:1.875rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #TCwwf2AD83V7CBdtLfdGhgLCCXTmPkg4 { display:block; }
 }@media only screen and (max-width: 763px) { #lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 { display:block; }#lgfOViM4qFU6Vmu06aCTi5c3kx90voO2 > .row .container { width:20rem;height:69.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pvQOkfrsumKfTUJ5MrGbTOVILFtMIKOq { width:9.125rem;height:3.298825rem;top:5.75rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNHO41b20PycZX5qbQL0PTM0ELNqTvfE { width:16.6875rem;height:12.25rem;top:9.921875rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #urdLINPTqic5iHJ3BKCy2qR7zvZlgZTt { display:flex;width:4.75rem;height:4.75rem;top:1.4375rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #fgcVOtuEQvCUyM0denNTnEoBsOTudSF7 { width:3.25rem;height:3.25rem;top:2.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAfJhv8UxBzV3L6d2PNuIqu7aWXJI7eC { width:9.125rem;height:3.298825rem;top:28.5625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7vdkhzAao2mR2FNFiGUboU8dvQ74LgW { width:16.25rem;height:10.5rem;top:33.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qd4d5hq4Me6ZEw0zdFqC5l5m0TdPShxc { display:flex;width:2.625rem;height:2.625rem;top:25.1875rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #Laews3A2rssX8WoMBlP6MFHJz6TmTKZ7 { width:3.25rem;height:3.25rem;top:24.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxLPFRzC2C70znJi3kF80xyvH9NsE7uC { width:9.125rem;height:3.298825rem;top:49.875rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu40a47SBm1kWvUm7O0tb55kOxvowLpk { width:17.5625rem;height:14rem;top:54rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lMyQaeQ4RHRaHaQIiNgyN0C6OVDgrzyT { display:flex;width:2.625rem;height:2.625rem;top:46.25rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #ym1cKMxM1EMeFRgIgrH5g0FW6yHCwhrI { width:3.25rem;height:3.25rem;top:46.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W { display:block; }#E1Tu5WwAkF7eCIxUqDCKk1ceK76Gx69W > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MS0UTRtkhVpey9ufSwbA6GGGWifS72Ke { width:14.5rem;height:4.798825rem;top:1.193359375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK { display:block; }#vBMlytLFolcy3PLm0vCpvGQ6fdpy81xK > .row .container { width:20rem;height:75.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0HqXtHqHNrGIsP8B04bvIIQHLLiIunW { width:17rem;height:13.994125rem;top:8.13671875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #SRLEVEIkhSWqZGcSkeO7CJ7yHBbnk99Q { width:9.625rem;height:1.57421875rem;top:4.5625rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ROT6UMD8l9BWLXpkargHrH6cZpZApLwm { width:2.375rem;height:2.375rem;top:1.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrZKhLdGdTzcWXa1l145sqA7JUFIyHP4 { display:flex;width:1.125rem;height:1.125rem;top:6.125rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #zA5HLXGEzU5F2rrDLpSLMQo9Vbt4ta0J { display:flex;width:1.125rem;height:1.125rem;top:6.125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #gbmvLxnF4ru2FrimV4mLrX43bdOrnyL9 { display:flex;width:1.125rem;height:1.125rem;top:6.125rem;left:9.5rem; }
 }@media only screen and (max-width: 763px) { #Z5sUKZ0uTRpKbXmDq3SqM78nThi2m05P { display:flex;width:1.125rem;height:1.125rem;top:6.125rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #EpQ81awEezBTFSJVTGOXeFOzRMUCkfAe { display:flex;width:1.125rem;height:1.125rem;top:6.125rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #lQHDHhaAAboSE19S0r7fqD65AWxrc3Xx { width:9.625rem;height:1.57421875rem;top:28.125rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VaubtgrDQcEdVl3pFs250gdKLDgdTBrs { width:16.875rem;height:19.5918125rem;top:31.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Naz2QsQte3fbiM1Gb9Ae2SWxvRdG8Z6u { display:flex;width:1.125rem;height:1.125rem;top:29.75rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #LuQ1medETPkDfJTnuxtpZHvRyOdNhs4U { display:flex;width:1.125rem;height:1.125rem;top:29.75rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #WV1xO3JWTk2TLysS9EaLX49q0lf5Lnmo { display:flex;width:1.125rem;height:1.125rem;top:29.75rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #hXTxBVqMJSWZIkWiT2JGwcHWaceEM1Fi { display:flex;width:1.125rem;height:1.125rem;top:29.75rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #ShWC8TBpWevhWppMDtqa249syv43H4Zv { display:flex;width:1.125rem;height:1.125rem;top:29.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #wQd1Nudhw4tDy7E8y0KVCPW7sJWd7eLL { display:flex;width:1.4375rem;height:1.4375rem;top:25.9375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #VBIBKzH4TWtcubQ6zPtB2o9tDaBCLuxh { width:2.4375rem;height:2.4375rem;top:25.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vssD5D03qicTsqTBgOvUAEQ1S700ikQ6 { width:9.625rem;height:1.57421875rem;top:57.5rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #b9BxJ9gWp38ooLMnJ2LWGXLG6KzgqgU6 { display:flex;width:1.125rem;height:1.125rem;top:59.3125rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #JwTtGe38ZOTdo7TvpoB6cEnGM2ZuTseF { display:flex;width:1.125rem;height:1.125rem;top:59.3125rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #Zk8fJ7Jl8U7bqBhzVFR9U7IiyXChToU6 { display:flex;width:1.125rem;height:1.125rem;top:59.3125rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #ruFXzdSV38rMImFxMMZ1l8pwq9XfRTKp { width:16.6875rem;height:12.59475rem;top:61.2705078125rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LeeTzNGldeuiu8uIta054VQgcEaobgMR { display:flex;width:1.125rem;height:1.125rem;top:59.3125rem;left:7.125rem; }
 }@media only screen and (max-width: 763px) { #UtLlOi0T5uOr7AoZW81gmppQ9Km5OK4T { display:flex;width:1.125rem;height:1.125rem;top:59.3125rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #deE8E902H7qnyBbk53dKzLA3FuNqMVw9 { width:2.375rem;height:2.375rem;top:54.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ { display:block; }#Tdrgx0WJybVd8STNL36SIb0le4sZGFwJ > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6XpBTViuHoFOBEQH3KttnGOePTI3tJm { width:16.125rem;height:8.3965rem;top:7.94921875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rtr4nQh8SKZKhKX6UI0cTmC6bek6d02G { width:9.625rem;height:1.57421875rem;top:4.1875rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bR3KkiaQWCv0ADC1L5NUqSeEa7XAWvuK { display:flex;width:1.125rem;height:1.125rem;top:5.75rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #rd7XRCHct0oKEJLcq8LEtfPczHLcoNOq { display:flex;width:1.125rem;height:1.125rem;top:5.75rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #dkZIVmErvaMSmEBrMoKAUMWmOOIcbDZE { display:flex;width:1.125rem;height:1.125rem;top:5.75rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #dk6uyrXplJFgVR9tXqLeHi9SToeHCE0F { display:flex;width:1.125rem;height:1.125rem;top:5.75rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #oavBfHXT2RZT6qRkVKpZSM9N40mt1f3J { display:flex;width:1.125rem;height:1.125rem;top:5.75rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #OfSoJo72t602Xb25Z9atBZiW7MinpXMy { width:9.625rem;height:1.57421875rem;top:22.25rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uxBmdbwxTambXoO6Drt1yr0P9atXiGnO { width:16.125rem;height:5.59765625rem;top:25.9375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hl0a2RrVmbTSrBrfvcVtfvQhDNJlDdiB { display:flex;width:1.125rem;height:1.125rem;top:23.8125rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #neu9tAqSIZIrsaGdyUIXvl2vouGKUWLW { display:flex;width:1.125rem;height:1.125rem;top:23.8125rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #vXNGIss0zCOtIrSVRDM48XPbCNCeF67g { display:flex;width:1.125rem;height:1.125rem;top:23.8125rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #V34Gfyexnsd46KbQLqfaHV121gHgco64 { display:flex;width:1.125rem;height:1.125rem;top:23.8125rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #X3CyFE1b9cZwfLOgqwbHx3KqLOWihdnL { display:flex;width:1.125rem;height:1.125rem;top:23.8125rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #sZRQF0TWMr83neM1tQGcGl6HsUnF6F25 { display:flex;width:1.4375rem;height:1.4375rem;top:1.6875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #JMzs4DnZ8aiTNha6hRzFvieUhPk3oH0G { width:2.4375rem;height:2.4375rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXaDoRHPpbzXkmWm0NEPmCLF0dzVHr0b { width:2.375rem;height:2.375rem;top:19.4375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owTDorTeS2fwXNTvuaOENLyWRW93PFN0 { width:16.125rem;height:9.795875rem;top:40.904296875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LyoOmzIsmreFxAs1wcx7xGrHFdB52MDx { display:flex;width:1.125rem;height:1.125rem;top:38.6875rem;left:11.6875rem; }
 }@media only screen and (max-width: 763px) { #kvD8uVcc2TCD7gbeLTIDwTxrbAbasUxn { display:flex;width:1.125rem;height:1.125rem;top:38.6875rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #rlN3AF7QsXzBRTKnEiLagtBJARLJ8rbV { display:flex;width:1.125rem;height:1.125rem;top:38.6875rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #yhkOIyHxRVwONxl5z3U2ruJIImTbr6t4 { display:flex;width:1.125rem;height:1.125rem;top:38.6875rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #DyhU58k76ovnmw4qvssrrvTmrLnNwi0B { display:flex;width:1.125rem;height:1.125rem;top:38.6875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #wbQAStq46J0N4JzAZhVAKXFmd1VdQ72U { width:2.375rem;height:2.375rem;top:34.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcuTgboTx6xyWEOS1AmgRzG0Zg9doCxm { width:9.625rem;height:1.57421875rem;top:37.125rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa { display:block; }#KXqivW7MAcqWQZeF9EtdEMlrPERHRMGa > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qbd4zDLgJWISMFttMZC0ZCrqZvwyp5Fa { width:12.4375rem;height:4.5rem;top:1.375rem;left:3.78125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb { display:block; }#eEFK5noHd4eIbq4hpWKo7xFkTqD6hSPb > .row .container { width:20rem;height:85.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LimdU4vN30akH136yslXBClRM4fuysfA { width:17.6875rem;height:19rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p483NTv8Ncq4TCe4CfCgI5p3ke7nWAfA { width:17.6875rem;height:19rem;top:29.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKsGFlvstMl4vxJkKW3aTNfKHzlTLAXf { width:17.6875rem;height:19rem;top:56.8125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM0FBKDcyZF0HKxqBTzup9QOZ2NNuJ13 { width:14.875rem;height:5.25rem;top:21.125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CyK5NS4grFlySX8iHFVBm5b1QX97aG1O { width:17.75rem;height:9.25rem;top:18.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roVAccguaCWTDyWtzzGElhai113ywXJb { width:17.75rem;height:9.25rem;top:46.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzqflnWDVpvfoqmyTgZBNvTKkB7cmci1 { width:14.875rem;height:3.9375rem;top:49.8125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JikS30RIFGbxZhfnxl1ERSqQJzbaaaLc { width:17.75rem;height:9.25rem;top:74.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKIVUpvP3MDpivrJPg2bx6Zv2n4kAeSb { width:15.625rem;height:6.5625rem;top:76.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L { display:block; }#whIiEUnmkW5sdMnkrTSTVZIvvCQT5w0L > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAToCvw8geoQivev3cwfyvoSptrIBOC5 { width:17.6875rem;height:19rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXkf4hFJmdJbHTnJGl0TnAap81ty1N2x { width:17.6875rem;height:19rem;top:29.125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMp8lAPJiJ6bh7cme6TlLyxbeQsSRwey { width:17.6875rem;height:19rem;top:56.8125rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXD7O11Qsp79tOVFgw0MdmakhkbAy5H { width:14.875rem;height:5.25rem;top:21.5rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tlNbCAXb7dpCcmLzidoJEbaz3b6rRpV0 { width:17.75rem;height:9.25rem;top:18.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlpW79wTvVIe67N4C0V5Mpn7THFIaDSv { width:17.75rem;height:9.25rem;top:46.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEpvA4UmxzULW7D8vtFO5KxAubLZ5OFI { width:14.875rem;height:3.9375rem;top:49.9375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wdUbU8wvHct4CaG3Ttg7vTJ63VpQsM03 { width:17.75rem;height:9.25rem;top:74.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwSglX1qvC10gx7uQZtVUveMD9Jazykr { width:16.25rem;height:5.25rem;top:77.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT { display:block; }#MSQPJTGx2bgFzAfTkUGXSCdwOypBkJRT > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNMOXW7fASgHPQg1ysTy1oVVhQHRVVA2 { width:17.6875rem;height:19rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7N3Us1UaaJ20Uk7PTXZKsiqCgLIdFSy { width:17.6875rem;height:19rem;top:29rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7huUhmPBkQ1TTtBcTnc6CF9qSUcZcQa { width:17.6875rem;height:19rem;top:56.75rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHtFoS7DDuZX0o4aq98wcxnTIa2lkIM1 { width:14.125rem;height:5.25rem;top:21.5rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #boUmAuQVHuXDqDBGoZhPTqe4LwxbwSdb { width:17.75rem;height:9.25rem;top:18.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfKEHXrG5IVPPq0Fi7lheUxoXJ4uG2eL { width:17.75rem;height:9.25rem;top:46.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPaKFwa5dwGDZcx7rUiL8wgEXOQTqcXd { width:14.875rem;height:3.9375rem;top:49.5625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ieT4salLzgf4TTZd2Hd0mi79rrqcdp81 { width:17.75rem;height:9.25rem;top:74rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBaD9yoawZyUIOLWMgImUUlXQZVBnq09 { width:14.625rem;height:3.9375rem;top:77.3125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h { display:block; }#TkbXTdTtzSWrtZbhTEzsJhHIthVXlq3h > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XU7odE3ePQCtg7wVvWvwKbEw6otc6nq7 { width:17.6875rem;height:19rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPaQR9t8yWrD6EkwBPD1JffPTQSw3y8l { width:17.6875rem;height:19rem;top:29rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuUrLSURwel14PVf5KzLbLFsEHJZgPeS { width:17.6875rem;height:19rem;top:56.75rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuV5O5gscubyEPi1yQ3gOz25Azu73e8w { width:15.6875rem;height:5.25rem;top:21.3125rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ET8iqcigiTmeJTALkGnirKApoywKKH0H { width:17.75rem;height:9.25rem;top:18.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psomn8M4qbu4zfUShnnmDOUTvXCgaboG { width:17.75rem;height:9.25rem;top:46.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTyEJKpZboKpW2TTgEhJXhtpN9aZJOQG { width:16.5625rem;height:5.25rem;top:49.25rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Vr3gMZgEONVDTUGeCzaIqoNc7ifIlNrN { width:17.75rem;height:9.25rem;top:74rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPvZfhoTLbX6DDy4406WArlftifEFCmt { width:15.625rem;height:3.9375rem;top:77.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 { display:block; }#dBTdxvr9ABEZ5JT6aJTIXitpiyi5itE0 > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDs7DpbTXrzo0pRoyT6TnwnQNVSvzmBK { width:15.0625rem;height:3.4375rem;top:5.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiJiruydPL5hWfehIsyB9a658Pca6old { display:block; }
 }@media only screen and (max-width: 763px) { #d49X8Nd5lmHVEmbkJoEtULCanxTsV1nc { width:15.0625rem;height:3.4375rem;top:1.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtX9C2sPq5zWsyEDQzFumGulIGUzGGT7 { display:block; }
 }@media only screen and (max-width: 763px) { #CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 { display:block; }#CE8CI9ebznQ53I311eTEWVwfUKmdQEe7 > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwVJ17UB4TCKFdcNik3wRidAnliKybCq { width:18rem;height:2.3994125rem;top:3.375rem;left:1rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8kTokOJiTZc8M2JINpQZ0gkpSKMC5LF { width:19.1875rem;height:16.9375rem;top:1.25rem;left:0.34375rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4AGN92UX71n8RFRVoS1ALaITvpBWAw5 { width:15.0625rem;height:3.4375rem;top:12.75rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd1cqP2c5RLZvlqEAhmASoiesmpMWeT9 { display:block; }
 }@media only screen and (max-width: 763px) { #JvVdVGN7MKzqx2nRoEFFUh5RcXQugyfq { width:19.5625rem;height:5.25rem;top:6.25rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD { display:block; }#zZ9dpuefBlFttZ33Pppr1ksqNsP9eawD > .row .container { width:20rem;height:82.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAXXsZaVkHNlE6rzqyRBH4XzuJF9kNG7 { width:18.875rem;height:24.5rem;top:2.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFOT1QbOoB22W6oT0w0QnKpCEcqZfRKH { width:19rem;height:4.798825rem;top:28.1826171875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KiHr9urA03ga2HIzXcPDLbxQXPkOsuJl { width:19rem;height:44.8769375rem;top:34.3076171875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TUgoP2CDPNungRFTINLz9DTJoTgMk9bg { display:block; }#TUgoP2CDPNungRFTINLz9DTJoTgMk9bg > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #siDtt94gsCoLFdM7KqUCO0wry05UF7Gx { width:10.75rem;height:2.3994125rem;top:2.875rem;left:4.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdyVLrw8rAySIz4Hc7U3rTm5WNlW2fSz { width:14.5625rem;height:1.5rem;top:5.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2TammJx3RzpoaV6L2aR38pW0QksnSHM { width:13.6875rem;height:2.875rem;top:7.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a75TpLTedSqGdu33rrHyWEhsf3MwOftk { display:block; }
 }@media only screen and (max-width: 763px) { #MiNsrIcAiXll982vbULJ7ylTIxcK4l6K { width:17.9375rem;height:15.5rem;top:11.5625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A11DRBttH02gv12y29l8lS9A9hOcXR90 { display:block; }#A11DRBttH02gv12y29l8lS9A9hOcXR90 > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXpA5aWgvJ5ZPO8KZIKsSkko083h0Gpb { width:13.4375rem;height:19.9375rem;top:18.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLiwU3fIhWp9eHTzDgAFDsDcmFWSUmH8 { width:12.875rem;height:2.3994125rem;top:2.8125rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTIE3KNIV8R7bzPEznm16cTTmMtNsdx1 { width:14.5rem;height:6rem;top:5.7109375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm2FF316LuTPfNFrHKH65XsKCJ1Pmlrf { width:16.25rem;height:2.875rem;top:13.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpVpzcs4ey8TvyJUhbiToBaPzG0NAunI { display:block; }
 }@media only screen and (max-width: 763px) { #Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy { display:block; }#Gml4QfqEcrWJDGvlSBe9D1UkbxB60ggy > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nz7ft71xtoE668l7BA82DXru1t1kTgoD { width:9.8125rem;height:9.8125rem;top:27.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpfPrnK30NeaVT8qsJvhyreoShDw8E9s { width:13.25rem;height:9.8125rem;top:4.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMiLuPAqRC1FStPsb7wHtoGc0qtemLbT { width:12.5625rem;height:1.5rem;top:2.5625rem;left:3.71875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clNTewEeGHwKIqeVgfiaCinTUwx8bc9w { width:19.8125rem;height:3rem;top:15.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEhynMLOoxOo1B0ge2meom7PFEnV5yUB { width:19.8125rem;height:3.5rem;top:20.6875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gl2n4qhhDanR2vpphG9n9vtmKiQDT9Q4 { width:13.1875rem;height:1.5rem;top:38.75rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvDO0vczEMyqaZopuMNeVrrXAKQmtPwL { width:12.5625rem;height:1.3496125rem;top:40.25rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuULPCNxXcEPFJ7iPqgvMza1yElLNOo3 { width:10.625rem;height:1.6494125rem;top:43.8125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVlERIHZKsCGFVO1snz7P8020M37elww { width:10.75rem;height:10.75rem;top:26.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkbhqU3htA8A8QNI8xVoIJGiFirTgJ8m { display:flex;width:1.3125rem;height:1.3125rem;top:44rem;left:4.0625rem; }
 }@media only screen and (max-width: 763px) { #BTUclougvkVbgIuUkqUg53yfggSGkiTA { display:block; }#BTUclougvkVbgIuUkqUg53yfggSGkiTA > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6ZNreCX1TvvSXpoOTbsCwKQymbVLVF0 { width:20rem;height:2.3994125rem;top:7.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBLBaHFQkxKa5hiTivTTTIUk0IqIU2ZA { display:flex;width:3.5625rem;height:3.5625rem;top:2.625rem;left:8.1875rem; }
#zBLBaHFQkxKa5hiTivTTTIUk0IqIU2ZA > img { max-width: 100%;max-height:100%; width:3.5625rem; height:3.5625rem; } }@media only screen and (max-width: 763px) { #vZMZbZ7xIiKsJGL02cv3TlXeRSFryT8U { width:19.75rem;height:3rem;top:9.8125rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }