.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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); }#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); }#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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.75rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { color:#1f333b;display:block;width:53.125rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:1.25rem;left:3.4375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:rgba(146,203,167,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { background-color: transparent; background-image: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .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); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { border-width: 0; border-radius: 0; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:14997;line-height:1.4;letter-spacing:0;top:3.0625rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cSTwCK7MOuuDL6bi9KAM18FPf8fLhnRc { color:rgba(0,0,0,0.8);display:block;width:37.375rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.5625rem;left:0rem;height:6rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vWGVSWcq2M0mCR9pJZEVlRxK2yJk6g1Z { position:absolute;display:block;z-index:14988;background-color:#34915d;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:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:23.125rem;width:23.125rem;top:13.9375rem;left:35.8125rem;display:block; }
#C9F9ELCv60bUsK4AJIOQhV8lw3IrvPqk { color:#000000;display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:21.25rem;left:0.8125rem;height:2.061325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y429UA2ysRtAIP7m4FSybVDl4rcXDDZo { position:absolute;display:block;z-index:15023;background-color:#34915d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:0.3125rem;top:20.6875rem;left:0rem;display:block; }
#JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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.5rem;width:7.1875rem;top:14.5rem;left:35.8125rem;display:block; }#JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.adaptive-delivery-prevent-bg, #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.lazyload, #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5.lazyloading { background-image: none; }
#kMsGbE1ElZpi1qkuNJkkEL6gh2vrTAu7 { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;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:14.1875rem;width:7.1875rem;top:21.5rem;left:52.8125rem;display:block; }#kMsGbE1ElZpi1qkuNJkkEL6gh2vrTAu7.adaptive-delivery-prevent-bg, #kMsGbE1ElZpi1qkuNJkkEL6gh2vrTAu7.lazyload, #kMsGbE1ElZpi1qkuNJkkEL6gh2vrTAu7.lazyloading { background-image: none; }
#i5k6p07DeIgrJ6MkNsVU5ZiSw0vf0DkK { position:absolute;display:block;z-index:15018;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:21.5625rem;width:15.1875rem;top:13rem;left:39.625rem;overflow:hidden;display:block; }
#n57AfZywAOOvy8Wr15i3XnIxyRhMMUUg { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.375rem;left:4.1875rem;display:block; }
#ZEhhXx66p3SsTWu2fUCFS6iTKC2barub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sUSFP1fqRm94kc6Nc8CD7QC7xeScWVhm { color:#000000;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:28.25rem;left:3.8125rem;height:2.3625rem;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; }
#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { position:relative;display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { background-color: transparent; background-image: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container > .video-iframe-container { display: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row > .video-iframe-container { display: none; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .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); }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { border-width: 0; border-radius: 0; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:67.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { color:#000000;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:3.5rem;left:1.4375rem;height:8.1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XmfIX3kIKlHZkWF9fN98TCB80mIqapki { position:absolute;display:block;z-index:15024;background-color:#34915d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:0.375rem;top:3.2177734375rem;left:0rem;display:block; }
#POT12lACD37g9zDP95m71CEwnQdxWb99 { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:16rem;left:1.4375rem;height:6.075rem;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; }
#V6QL5vRgMa3UIre01vhzMndhdovNoss2 { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:28.5rem;left:1.15625rem;height:6.075rem;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; }
#qwviKcMJNrGnLStzLSomw1XDW0oceHuL { color:#34915d;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:24.77490234375rem;left:5.6875rem;height:1.92480625rem;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; }
#TnSDqNrQHMeB8Wp8xvfpS0QtWySfWA78 { color:#000000;display:block;width:53.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:46.5625rem;left:3.3125rem;height:2.25rem;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; }
#kQmD2Wg8EcOBd4LbBBTulrtqQo7SyBrV { color:#000000;display:block;width:59rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:36.125rem;left:0.5rem;height:4.05rem;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; }
#EskvlT4xiwoufpLl5FlSVd2dFD0pNTrc { color:#000000;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:62.7255859375rem;left:5.6875rem;height:2.025rem;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; }
#WlyfLllOgaZVuVUUF7JnrPbHmviX6HQi { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:57.8125rem;left:16.9375rem;display:block; }
#gAXwVs8auKm2poyRi3F7yyXmNMsFwISt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NuOO7g4Nw8eFZ3Pm0rF3KCCbSHuJTOSR { box-sizing:content-box;height:3.5625rem;width:54.875rem;position:absolute;display:block;z-index:15003;background-color:#92cba7;background-image:none;top:45.875rem;left:2.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
#ldqHKpm9iUFoBaHIeQOEeiZlWwit5gdq { color:#34915d;display:block;width:51.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:42.02490234375rem;left:4.25rem;height:1.92480625rem;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; }
#xgZIQGv5IEE9UAsktcemDi1EHMLhhmgy { color:#000000;display:block;width:53.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:52.15625rem;left:3.3125rem;height:2.25rem;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; }
#LIsQg0zqTmxFAn2FZusEpzFXODh0rr61 { box-sizing:content-box;height:3.5625rem;width:54.875rem;position:absolute;display:block;z-index:15005;background-color:#92cba7;background-image:none;top:51.5rem;left:2.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(146,203,167,0.4);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; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { background-color: transparent; background-image: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container > .video-iframe-container { display: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container { display: none; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .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); }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { border-width: 0; border-radius: 0; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { color:#34915d;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:3.2484375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(146,203,167,0.4);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; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { background-color: transparent; background-image: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container > .video-iframe-container { display: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container { display: none; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .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); }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { border-width: 0; border-radius: 0; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.46875rem;left:0rem;height:3.3234375rem;text-align:left;text-align-last:left;display:block; }
#EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem; }
#a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.53125rem;left:41.5rem; }
#PN94vTJu08JlwfNw5gaIUyT9TObNlwki { position:absolute;display:block;z-index:15017;background-color:#92cba7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { position:absolute;display:block;z-index:15018;background-color:#92cba7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:block; }
#lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { position:absolute;display:block;z-index:15019;background-color:#92cba7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:41.5rem;display:block; }
#hOch8VIrFOspT87FT9oJ6i15t4X2MMhd { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.46875rem;left:20rem;height:4.986325rem;text-align:left;text-align-last:left;display:block; }
#BD0SSCJNJNpW2ZbhSXMSdDA4mitVEtBC { color:#1f333b;display:block;width:20.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:5.46875rem;left:40rem;height:4.98515625rem;text-align:left;text-align-last:left;display:block; }
#cnzwQo9F0AGuTRPBvoRvkRJ9f9nIJTeM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.53125rem;left:21.5rem; }
#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(146,203,167,0.4);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; }#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc > .row .container { background-color: transparent; background-image: none; }#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc > .row .container > .video-iframe-container { display: none; }#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc > .row > .video-iframe-container { display: none; }#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc > .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); }#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc > .row .container { border-width: 0; border-radius: 0; }#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#pDQBRytRzfOzRqqebB9B9G1Plgi7r5wu { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:5.46875rem;left:0rem;height:3.3234375rem;text-align:left;text-align-last:left;display:block; }
#IBcfftUkxLTT4S4bb7Sy5f60i8eFluNf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem; }
#k5f4VKzQNGN5n43niwAR2soBlWd0Dx3u { position:absolute;display:block;z-index:15017;background-color:#92cba7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#zvFxMlO8yWlSWB5Qlnyzys4JCf4l3Rve { position:absolute;display:block;z-index:15018;background-color:#92cba7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:block; }
#vCDVCcVLMM10NyklkGGL62oVD3q8rq2O { color:#1f333b;display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:5.46875rem;left:20rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.53125rem;left:21.5rem; }
#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { background-color: transparent; background-image: none; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container > .video-iframe-container { display: none; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row > .video-iframe-container { display: none; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .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); }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { border-width: 0; border-radius: 0; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#QvEGGQTAyCdE0ZC1riZnkLFoCLARt8WW { color:#34915d;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:3.2484375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv > .row .container { background-color: transparent; background-image: none; }#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv > .row .container > .video-iframe-container { display: none; }#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv > .row > .video-iframe-container { display: none; }#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv > .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); }#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv > .row .container { border-width: 0; border-radius: 0; }#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:60rem;position:relative;display:block; }#L15xhlNUekB4tPlD0T8mT5g7ehpI0Ebo { position:absolute;display:block;z-index:15004;background-color:#34915d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.375rem 0.5rem rgba(0,0,0,0.5) ;height:32.9375rem;width:26.25rem;top:0.181640625rem;left:33.03125rem;display:block; }
#BgT161sCCbMPemlCRLNUPnVveeo3HZcf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:3.5625rem;left:35.0625rem; }
#xnqbXOnPVRCXfCBorb6P4FiVPdOm0rqx { position:absolute;display:block;z-index:15023;background-color:#92cba7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:3rem;left:35.0625rem;display:block; }
#wec7w5poNoFvMz4PRFr8daD7UdXgaS2U { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:2.03759765625rem;left:37.8125rem;height:3.3234375rem;text-align:left;text-align-last:left;display:block; }
#fzo4qxgT1iKmSsRkRIv7LwKOfpBwX9cN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.681640625rem;left:35.0625rem; }
#RATp4AnomrZm3KrWMN0TCiF7SmE2lgNC { position:absolute;display:block;z-index:15026;background-color:#92cba7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:15.150390625rem;left:35.0625rem;display:block; }
#HHFe7ss5rydDqR6JnTwgLAqSrRDNlIel { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:14.98828125rem;left:37.8125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#ts6Lxs0zRcFTBgdRVFXDBOPMeaD4vQkU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:20.900390625rem;left:35.0625rem; }
#Lh6fDPf0U8bRDw0Ig66wPAhMgp0zEE8r { position:absolute;display:block;z-index:15029;background-color:#92cba7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:20.369140625rem;left:35.0625rem;display:block; }
#KbqfNKb4CGJpqyQErqF59tGOxs8PPDlP { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:20.369140625rem;left:37.8125rem;height:3.32421875rem;text-align:left;text-align-last:left;display:block; }
#luto2NV5d37QqtBEQ1lOZD0e5DmI49Pu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:27.1875rem;left:35.0625rem; }
#yTPB3kHhf9gTVxbcF9axdFDUrB1p5HEB { position:absolute;display:block;z-index:15026;background-color:#92cba7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:26.65625rem;left:35.0625rem;display:block; }
#x5f8pfL1STId2zaLJil53wJtWtdWL0Pb { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:25.66259765625rem;left:37.8125rem;height:3.3234375rem;text-align:left;text-align-last:left;display:block; }
#AyzNG7kVCEysmT9cN8iKGmqID1O9hOnd { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:35.875rem;left:15.53125rem;display:block; }
#ZGsQHRG4ytXtDGUnPKHU8WEhqyZ3DC1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mWh13wfDvDNWGG2etEPF5aheIaPOdyry { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:9.5625rem;left:35.0625rem; }
#vUBhBVbRhPFIJTit2gTOVz5QCFH9nJHS { position:absolute;display:block;z-index:15026;background-color:#92cba7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:1.3125rem;top:9.03125rem;left:35.0625rem;display:block; }
#qdt13KknQp3S4FvbOITn4dVluoyDhT8v { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:8.5625rem;left:37.8125rem;height:4.986325rem;text-align:left;text-align-last:left;display:block; }
#LQJ82byvwF2hZeXv6zHqLszRSReVqx69 { 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:30.9375rem;width:21.8125rem;top:1.181640625rem;left:3.875rem;overflow:hidden;display:block; }
#qminZDBzThc8ldnywTwUF1fWH25ImAQf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(146,203,167,0.4);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; }#qminZDBzThc8ldnywTwUF1fWH25ImAQf > .row .container { background-color: transparent; background-image: none; }#qminZDBzThc8ldnywTwUF1fWH25ImAQf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qminZDBzThc8ldnywTwUF1fWH25ImAQf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qminZDBzThc8ldnywTwUF1fWH25ImAQf > .row .container > .video-iframe-container { display: none; }#qminZDBzThc8ldnywTwUF1fWH25ImAQf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qminZDBzThc8ldnywTwUF1fWH25ImAQf > .row > .video-iframe-container { display: none; }#qminZDBzThc8ldnywTwUF1fWH25ImAQf > .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); }#qminZDBzThc8ldnywTwUF1fWH25ImAQf > .row .container { border-width: 0; border-radius: 0; }#qminZDBzThc8ldnywTwUF1fWH25ImAQf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qminZDBzThc8ldnywTwUF1fWH25ImAQf > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#rm3yRFcU7FhuVhvbkurAAEUnxATuQIgf { color:#34915d;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.2484375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(146,203,167,0.4);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; }#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A > .row .container { background-color: transparent; background-image: none; }#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A > .row .container > .video-iframe-container { display: none; }#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A > .row > .video-iframe-container { display: none; }#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A > .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); }#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A > .row .container { border-width: 0; border-radius: 0; }#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:60rem;position:relative;display:block; }#ESUFLMPn4iN36NT1357BhQFNfRop2qS6 { position:absolute;display:block;z-index:15011;background-color:#34915d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:15.9375rem;top:31.25rem;left:44.0625rem;display:block; }
#a6ceJ2hLhJDkoiSnvVWnQhOWs0UkfFXE { position:absolute;display:block;z-index:15012;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: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.5) ;height:32.375rem;width:24.125rem;top:3.8125rem;left:34.375rem;overflow:hidden;display:block; }
#rvtu30RzHtJu2czQVz0fe2h9rlB3vMUd { color:#1f333b;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:1.6253875rem;text-align:left;text-align-last:left;display:block; }
#WUkMRMUECyesbhUJAH0g3yxvx9dF2IDL { color:#34915d;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:3.1875rem;left:0rem;height:5.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#smMRvnf9eD1tDvyPrwGWLnPxfTq390Px { color:#000000;display:block;width:33.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:9.6875rem;left:0rem;height:26.775rem;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; }
#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { background-color: transparent; background-image: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container > .video-iframe-container { display: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container { display: none; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .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); }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { border-width: 0; border-radius: 0; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { color:#34915d;display:block;width:46.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:2rem;left:6.96875rem;height:5.99765625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l1TPy72THKpkLCT4V7HodumwgSHZmQVx { position:relative;display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx { background-color: transparent; background-image: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container > .video-iframe-container { display: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row > .video-iframe-container { display: none; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .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); }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx { border-width: 0; border-radius: 0; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:24.15625rem; }
#QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.3125rem;left:54.46875rem; }
#WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:20.5625rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { position:absolute;display:block;z-index:15021;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:14.375rem;width:24.5rem;top:4.375rem;left:30rem;overflow:hidden;display:block; }
#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { position:relative;display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { background-color: transparent; background-image: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container > .video-iframe-container { display: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row > .video-iframe-container { display: none; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .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); }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { border-width: 0; border-radius: 0; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.3125rem;left:24.15625rem; }
#vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.3125rem;left:54.46875rem; }
#IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { position:absolute;display:block;z-index:15022;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.5625rem;width:23.5rem;top:4.375rem;left:0rem;overflow:hidden;display:block; }
#S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:23.25rem;top:2.5rem;left:30rem;overflow:hidden;display:block; }
#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { background-color: transparent; background-image: none; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container > .video-iframe-container { display: none; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row > .video-iframe-container { display: none; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .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); }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { border-width: 0; border-radius: 0; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#J6zQG4xKnfNdlC4sEe2vogXsiO1dpxb5 { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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:montserrat;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.4375rem;height:3.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.9375rem;left:16.78125rem;display:block; }
#QNHDgT2mk0GTdx3ImO7Z7MqcdGa6m58f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mWXe9ex28hWq0mT59qXxvTpM66u55rlB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(146,203,167,0.4);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; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container { background-color: transparent; background-image: none; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container > .video-iframe-container { display: none; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row > .video-iframe-container { display: none; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .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); }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container { border-width: 0; border-radius: 0; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:60rem;position:relative;display:block; }#y7lZLRxNiITnPxhRZ2yNHATM2mrnw1Bi { color:#34915d;display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:14998;line-height:1.3;letter-spacing:0;top:2.625rem;left:4.78125rem;height:3.2484375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hdCiSHxkKw0I4n86dnVeb3Z3IOi6Vku7 { box-sizing:content-box;height:15.9375rem;width:60rem;position:absolute;display:block;z-index:14996;background-color:#92cba7;background-image:none;top:7.65625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.5) ;display:block; }
#d3Kd1rRx58u42HbQhBG9MJDwqd7N1vZ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9.3125rem;left:2.9375rem; }
#czmkLWGsZqJrdR6lPkTiIuci785I57gi { color:#1f333b;display:block;width:52.8125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:9.4375rem;left:6.0625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#afvXIZ2N8oCwh6Sb8tkwT14VckevWvZH { position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:1.3125rem;top:8.6875rem;left:2.9375rem;display:block; }
#GNAMwC3f0kEJLkgrrzslsPcRD8BKMJ6y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13rem;left:2.9375rem; }
#BeWmRQEMsNGi0H64vZTRWAp6F5TyJQ1U { color:#1f333b;display:block;width:53.9375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:13.125rem;left:6.0625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#OkH4NueBrwhrc4rT6mSOxrK006l5NS7D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:20rem;left:2.9375rem; }
#E6uzEyGx0FyGTzxboTkaNZI8k2vnTNl5 { color:#1f333b;display:block;width:51.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:20.125rem;left:5.9375rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#pkgTC0yckRmcWAx4kkgJhcae09FXPBlD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:16.4375rem;left:2.9375rem; }
#vyf4LlX1FIPL7v05sDPoUzk6PFHh04sf { color:#1f333b;display:block;width:52.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:16.5625rem;left:6.0625rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.4);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; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container { background-color: transparent; background-image: none; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container > .video-iframe-container { display: none; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row > .video-iframe-container { display: none; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .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); }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container { border-width: 0; border-radius: 0; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;position:relative;display:block; }#SveBnHcTGf8mazTy1ykbEdyOZUE1ziHk { box-sizing:content-box;height:22.3125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ececec;background-image:none;top:7.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#UzZ7fJWTpEtafd5TquOIckTt4vntdnrt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:9.75rem;left:2.4375rem; }
#ogDZr4ZVIMTVDRTQXq4T8bl7fvOIxUcz { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:1.3125rem;top:8.875rem;left:2.4375rem;display:block; }
#WZK4AkHs8TGM9RWqkicDfPef6CWrVPBi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.1875rem;left:2.4375rem; }
#VXXkilF2E3riVXLhk9KMNxLoU4rfvX57 { color:#1f333b;display:block;width:52.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:13.625rem;left:5.25rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#hQ6GTtZuXKiT2HfZOtd4UFm23ZNKvyAz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22.3125rem;left:2.4375rem; }
#LBJX87rXp8VdrqpRR2zclbBJWISsbBTD { color:#1f333b;display:block;width:48.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:22.4375rem;left:5.25rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#fMmSB7Ni40OIOi1thZqyKceK3XyZxpMV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:18.6875rem;left:2.4375rem; }
#A71ReBDtOOZtVkUed9fAgMvoh5anSSbb { color:#1f333b;display:block;width:53.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:18.0625rem;left:5.25rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#dXpUlPgerw2qT5q0CcwU9WgkWzU7HHrT { background-color:#913453;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 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:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.375rem;left:15.5rem;display:block; }
#l4C3lkBairTPbI972srfuQxGaN2lMW3J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l7ZTUQXwPCnQp4zS6o1JAKd5JySSau5f { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.8125rem;left:4.78125rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i6uvvpDwMDD8We0AJrS13H7L4tG8FCqP { color:#1f333b;display:block;width:51.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:9.1875rem;left:5.25rem;height:1.575rem;text-align:left;text-align-last:left;display:block; }
#Pg915sqOOdgG7S2Xu0SdhzAeCUHbnPJr { color:#1f333b;display:block;width:48.125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:25.75rem;left:5.25rem;height:1.6621125rem;text-align:left;text-align-last:left;display:block; }
#JZipDAeeGhSTuZ1RaAWHUdq4ylS0T0Zg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:25.625rem;left:2.4375rem; }
#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { position:relative;display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { background-color: transparent; background-image: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container > .video-iframe-container { display: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row > .video-iframe-container { display: none; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .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); }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { border-width: 0; border-radius: 0; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pP9nLZTLL48E599A97V9u36eQlvuyG0x { color:#1f333b;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:1.75rem;left:46.875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#veQA546lG6imbJvlMS4IWxaHNLXtC37s { color:#1f333b;display:block;width:12.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:3.6875rem;left:46.875rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:8.125rem;top:0.9375rem;left:0rem;overflow:hidden;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) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:47.75rem;height:;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:47.75rem;height:;top:3.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSTwCK7MOuuDL6bi9KAM18FPf8fLhnRc { width:37.375rem;height:9rem;top:10.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWGVSWcq2M0mCR9pJZEVlRxK2yJk6g1Z { width:23.125rem;height:23.125rem;top:13.9375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9F9ELCv60bUsK4AJIOQhV8lw3IrvPqk { width:34.5rem;height:4.125rem;top:21.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y429UA2ysRtAIP7m4FSybVDl4rcXDDZo { width:0.3125rem;height:5.25rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { width:7.1875rem;height:10.5rem;top:14.5rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMsGbE1ElZpi1qkuNJkkEL6gh2vrTAu7 { width:7.1875rem;height:14.1875rem;top:21.5rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5k6p07DeIgrJ6MkNsVU5ZiSw0vf0DkK { top:13rem;left:32.1875rem;width:15.1875rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57AfZywAOOvy8Wr15i3XnIxyRhMMUUg { width:29rem;height:4.375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEhhXx66p3SsTWu2fUCFS6iTKC2barub { display:block; }
 }@media only screen and (max-width: 763px) { #sUSFP1fqRm94kc6Nc8CD7QC7xeScWVhm { width:28.5rem;height:2.3125rem;top:28.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { width:47.75rem;height:10.0625rem;top:3.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmfIX3kIKlHZkWF9fN98TCB80mIqapki { width:0.375rem;height:10.6875rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POT12lACD37g9zDP95m71CEwnQdxWb99 { width:47.75rem;height:6.0625rem;top:16rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6QL5vRgMa3UIre01vhzMndhdovNoss2 { width:47.75rem;height:6.0625rem;top:28.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwviKcMJNrGnLStzLSomw1XDW0oceHuL { width:47.75rem;height:1.875rem;top:24.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnSDqNrQHMeB8Wp8xvfpS0QtWySfWA78 { width:47.75rem;height:2.25rem;top:46.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQmD2Wg8EcOBd4LbBBTulrtqQo7SyBrV { width:47.75rem;height:4rem;top:36.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EskvlT4xiwoufpLl5FlSVd2dFD0pNTrc { width:47.75rem;height:2rem;top:62.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlyfLllOgaZVuVUUF7JnrPbHmviX6HQi { width:29rem;height:4.375rem;top:57.8125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAXwVs8auKm2poyRi3F7yyXmNMsFwISt { display:block; }
 }@media only screen and (max-width: 763px) { #NuOO7g4Nw8eFZ3Pm0rF3KCCbSHuJTOSR { top:45.875rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldqHKpm9iUFoBaHIeQOEeiZlWwit5gdq { width:47.75rem;height:1.875rem;top:42rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgZIQGv5IEE9UAsktcemDi1EHMLhhmgy { width:47.75rem;height:2.25rem;top:52.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIsQg0zqTmxFAn2FZusEpzFXODh0rr61 { top:51.5rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { display:block; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { width:17.0625rem;height:4.9375rem;top:5.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { width:3.125rem;height:3.125rem;top:0.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN94vTJu08JlwfNw5gaIUyT9TObNlwki { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOch8VIrFOspT87FT9oJ6i15t4X2MMhd { width:17.0625rem;height:4.9375rem;top:5.4375rem;left:14.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD0SSCJNJNpW2ZbhSXMSdDA4mitVEtBC { width:20.125rem;height:6.625rem;top:5.4375rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnzwQo9F0AGuTRPBvoRvkRJ9f9nIJTeM { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc { display:block; }#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDQBRytRzfOzRqqebB9B9G1Plgi7r5wu { width:17.0625rem;height:4.9375rem;top:5.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBcfftUkxLTT4S4bb7Sy5f60i8eFluNf { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5f4VKzQNGN5n43niwAR2soBlWd0Dx3u { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvFxMlO8yWlSWB5Qlnyzys4JCf4l3Rve { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCDVCcVLMM10NyklkGGL62oVD3q8rq2O { width:17.0625rem;height:3.3125rem;top:5.4375rem;left:14.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk { display:block; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvEGGQTAyCdE0ZC1riZnkLFoCLARt8WW { width:47.75rem;height:;top:3.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv { display:block; }#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L15xhlNUekB4tPlD0T8mT5g7ehpI0Ebo { top:0.125rem;left:21.5rem;width:26.25rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgT161sCCbMPemlCRLNUPnVveeo3HZcf { width:1.9375rem;height:1.9375rem;top:3.5625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnqbXOnPVRCXfCBorb6P4FiVPdOm0rqx { width:1.3125rem;height:3rem;top:3rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wec7w5poNoFvMz4PRFr8daD7UdXgaS2U { width:21.125rem;height:4.9375rem;top:2rem;left:26.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzo4qxgT1iKmSsRkRIv7LwKOfpBwX9cN { width:1.9375rem;height:1.9375rem;top:15.625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RATp4AnomrZm3KrWMN0TCiF7SmE2lgNC { width:1.3125rem;height:3rem;top:15.125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHFe7ss5rydDqR6JnTwgLAqSrRDNlIel { width:19.5rem;height:3.3125rem;top:14.9375rem;left:28.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts6Lxs0zRcFTBgdRVFXDBOPMeaD4vQkU { width:1.9375rem;height:1.9375rem;top:20.875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh6fDPf0U8bRDw0Ig66wPAhMgp0zEE8r { width:1.3125rem;height:3rem;top:20.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbqfNKb4CGJpqyQErqF59tGOxs8PPDlP { width:16.6875rem;height:3.3125rem;top:20.3125rem;left:28.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luto2NV5d37QqtBEQ1lOZD0e5DmI49Pu { width:1.9375rem;height:1.9375rem;top:27.1875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTPB3kHhf9gTVxbcF9axdFDUrB1p5HEB { width:1.3125rem;height:3rem;top:26.625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5f8pfL1STId2zaLJil53wJtWtdWL0Pb { width:20.8125rem;height:5rem;top:25.625rem;left:26.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyzNG7kVCEysmT9cN8iKGmqID1O9hOnd { width:29rem;height:4.375rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGsQHRG4ytXtDGUnPKHU8WEhqyZ3DC1e { display:block; }
 }@media only screen and (max-width: 763px) { #mWh13wfDvDNWGG2etEPF5aheIaPOdyry { width:1.9375rem;height:1.9375rem;top:9.5625rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUBhBVbRhPFIJTit2gTOVz5QCFH9nJHS { width:1.3125rem;height:3rem;top:9rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdt13KknQp3S4FvbOITn4dVluoyDhT8v { width:19.375rem;height:4.9375rem;top:8.5625rem;left:28.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQJ82byvwF2hZeXv6zHqLszRSReVqx69 { top:1.125rem;left:0.8125rem;width:21.8125rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qminZDBzThc8ldnywTwUF1fWH25ImAQf { display:block; }#qminZDBzThc8ldnywTwUF1fWH25ImAQf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rm3yRFcU7FhuVhvbkurAAEUnxATuQIgf { width:47.75rem;height:3.25rem;top:2.5rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #egi8uTA5n1BtHCS3ul2LZUooHpe0up5A { display:block; }#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESUFLMPn4iN36NT1357BhQFNfRop2qS6 { width:15.9375rem;height:7.6875rem;top:31.25rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ceJ2hLhJDkoiSnvVWnQhOWs0UkfFXE { width:24.125rem;height:32.375rem;top:3.8125rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvtu30RzHtJu2czQVz0fe2h9rlB3vMUd { width:29.625rem;height:1.625rem;top:0.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUkMRMUECyesbhUJAH0g3yxvx9dF2IDL { width:29.5rem;height:5.0625rem;top:3.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smMRvnf9eD1tDvyPrwGWLnPxfTq390Px { width:33.5rem;height:29.875rem;top:9.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { display:block; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { width:46.0625rem;height:6rem;top:2rem;left:0.84375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TPy72THKpkLCT4V7HodumwgSHZmQVx { display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { width:3.5rem;height:3.5rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { width:3.5rem;height:3.5rem;top:2.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { top:2.8125rem;left:0rem;width:20.5625rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { top:4.375rem;left:23.25rem;width:24.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { width:3.5rem;height:3.5rem;top:2.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { width:3.5rem;height:3.5rem;top:2.3125rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { top:4.375rem;left:0rem;width:23.5rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { top:2.5rem;left:23.875rem;width:23.25rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { display:block; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6zQG4xKnfNdlC4sEe2vogXsiO1dpxb5 { width:26.4375rem;height:3.875rem;top:1.9375rem;left:10.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNHDgT2mk0GTdx3ImO7Z7MqcdGa6m58f { display:block; }
 }@media only screen and (max-width: 763px) { #mWXe9ex28hWq0mT59qXxvTpM66u55rlB { display:block; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7lZLRxNiITnPxhRZ2yNHATM2mrnw1Bi { width:47.75rem;height:3.25rem;top:2.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdCiSHxkKw0I4n86dnVeb3Z3IOi6Vku7 { top:7.625rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3Kd1rRx58u42HbQhBG9MJDwqd7N1vZ3 { width:1.9375rem;height:1.9375rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czmkLWGsZqJrdR6lPkTiIuci785I57gi { width:47.75rem;height:1.625rem;top:9.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #afvXIZ2N8oCwh6Sb8tkwT14VckevWvZH { width:1.3125rem;height:13.875rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNAMwC3f0kEJLkgrrzslsPcRD8BKMJ6y { width:1.9375rem;height:1.9375rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeWmRQEMsNGi0H64vZTRWAp6F5TyJQ1U { width:47.75rem;height:1.625rem;top:13.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkH4NueBrwhrc4rT6mSOxrK006l5NS7D { width:1.9375rem;height:1.9375rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6uzEyGx0FyGTzxboTkaNZI8k2vnTNl5 { width:47.75rem;height:1.625rem;top:20.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkgTC0yckRmcWAx4kkgJhcae09FXPBlD { width:1.9375rem;height:1.9375rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyf4LlX1FIPL7v05sDPoUzk6PFHh04sf { width:47.75rem;height:1.625rem;top:16.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby { display:block; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SveBnHcTGf8mazTy1ykbEdyOZUE1ziHk { top:7.375rem;left:0rem;width:47.75rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzZ7fJWTpEtafd5TquOIckTt4vntdnrt { width:1.9375rem;height:1.9375rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogDZr4ZVIMTVDRTQXq4T8bl7fvOIxUcz { width:1.3125rem;height:19.3125rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZK4AkHs8TGM9RWqkicDfPef6CWrVPBi { width:1.9375rem;height:1.9375rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXXkilF2E3riVXLhk9KMNxLoU4rfvX57 { width:47.75rem;height:3.125rem;top:13.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ6GTtZuXKiT2HfZOtd4UFm23ZNKvyAz { width:1.9375rem;height:1.9375rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBJX87rXp8VdrqpRR2zclbBJWISsbBTD { width:47.75rem;height:1.625rem;top:22.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMmSB7Ni40OIOi1thZqyKceK3XyZxpMV { width:1.9375rem;height:1.9375rem;top:18.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A71ReBDtOOZtVkUed9fAgMvoh5anSSbb { width:47.75rem;height:3.125rem;top:18.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXpUlPgerw2qT5q0CcwU9WgkWzU7HHrT { width:29rem;height:4.375rem;top:32.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4C3lkBairTPbI972srfuQxGaN2lMW3J { display:block; }
 }@media only screen and (max-width: 763px) { #l7ZTUQXwPCnQp4zS6o1JAKd5JySSau5f { width:47.75rem;height:2.4375rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6uvvpDwMDD8We0AJrS13H7L4tG8FCqP { width:47.75rem;height:3.125rem;top:9.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg915sqOOdgG7S2Xu0SdhzAeCUHbnPJr { width:47.75rem;height:1.625rem;top:25.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZipDAeeGhSTuZ1RaAWHUdq4ylS0T0Zg { width:1.9375rem;height:1.9375rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:1.75rem;left:34.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #veQA546lG6imbJvlMS4IWxaHNLXtC37s { width:12.0625rem;height:1.3125rem;top:3.6875rem;left:35.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { top:0.9375rem;left:0rem;width:8.125rem;height:4.875rem;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:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9KVTEUHT4eu5D0xFQy0QaQF0ysJkIW1 { width:20rem;height:4.048825rem;top:1.40625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd { background-color:#eef2f1;background-image:none;display:block; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { background-color: transparent; background-image: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row > .video-iframe-container { display: none; }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .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); }#rFpZyI6RNFrsE4gs26NFtJtMVLulp9fd > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p58q5ZxaT6JznxdeRxQicI6l1tp8CbmN { width:20rem;height:9rem;top:1.5625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cSTwCK7MOuuDL6bi9KAM18FPf8fLhnRc { width:19.125rem;height:5.60595625rem;top:11.625rem;left:0.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vWGVSWcq2M0mCR9pJZEVlRxK2yJk6g1Z { width:18.75rem;height:18.75rem;top:35.5rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #C9F9ELCv60bUsK4AJIOQhV8lw3IrvPqk { width:18.3125rem;height:3.375rem;top:19.125rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y429UA2ysRtAIP7m4FSybVDl4rcXDDZo { width:0.4375rem;height:5.125rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwA9wzHGEQs7SnaSSNSzsiVztXrwlvA5 { width:7.1875rem;height:9.875rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMsGbE1ElZpi1qkuNJkkEL6gh2vrTAu7 { width:7.1875rem;height:8.75rem;top:49.375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5k6p07DeIgrJ6MkNsVU5ZiSw0vf0DkK { width:14.4375rem;height:20.5rem;top:34.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n57AfZywAOOvy8Wr15i3XnIxyRhMMUUg { width:19rem;height:4.375rem;top:28.3125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEhhXx66p3SsTWu2fUCFS6iTKC2barub { display:block; }
 }@media only screen and (max-width: 763px) { #sUSFP1fqRm94kc6Nc8CD7QC7xeScWVhm { width:20rem;height:2.0996125rem;top:25.33740234375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 { display:block; }#JTkAfPaBcQmoN1uATpbSmthzp2WyxVo1 > .row .container { width:20rem;height:96.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsU5eT3bESnA9K3wlOeBbeGEGAPQ59mw { width:19.125rem;height:16.99705625rem;top:1.7197265625rem;left:0.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XmfIX3kIKlHZkWF9fN98TCB80mIqapki { width:0.3125rem;height:17.8125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POT12lACD37g9zDP95m71CEwnQdxWb99 { width:19.25rem;height:7.43653125rem;top:20.75rem;left:0.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V6QL5vRgMa3UIre01vhzMndhdovNoss2 { width:20rem;height:13.38575rem;top:36rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #qwviKcMJNrGnLStzLSomw1XDW0oceHuL { width:20rem;height:3.8496125rem;top:30.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnSDqNrQHMeB8Wp8xvfpS0QtWySfWA78 { width:19rem;height:6.07470625rem;top:67.9375rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kQmD2Wg8EcOBd4LbBBTulrtqQo7SyBrV { width:20rem;height:7.4365rem;top:51.6259765625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EskvlT4xiwoufpLl5FlSVd2dFD0pNTrc { width:20rem;height:2.0249rem;top:92.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlyfLllOgaZVuVUUF7JnrPbHmviX6HQi { width:20rem;height:4.3125rem;top:87.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAXwVs8auKm2poyRi3F7yyXmNMsFwISt { display:block; }
 }@media only screen and (max-width: 763px) { #NuOO7g4Nw8eFZ3Pm0rF3KCCbSHuJTOSR { width:19.9375rem;height:7.5625rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldqHKpm9iUFoBaHIeQOEeiZlWwit5gdq { width:20rem;height:3.8496125rem;top:60.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xgZIQGv5IEE9UAsktcemDi1EHMLhhmgy { width:19rem;height:6.07470625rem;top:77.8125rem;left:0.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LIsQg0zqTmxFAn2FZusEpzFXODh0rr61 { width:20rem;height:7.625rem;top:77.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sipUR2X8ykQZH41mE6swkcVEuJw4BJJW { display:block; }#sipUR2X8ykQZH41mE6swkcVEuJw4BJJW > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aimTdkWgaMZGXTXmqevhUvIzU4ET1vN5 { width:20rem;height:7.1996875rem;top:2.24365234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uCTPBXITrAyJhPTCgphJkTKJ04672Rsf { display:block; }#uCTPBXITrAyJhPTCgphJkTKJ04672Rsf > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vL7DIcTn4MvddD4FUD0Tw8JMMfcbcupy { width:20rem;height:3.1494125rem;top:6.32421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EEUUmPrWPt3dcmVQF61DVGliKECbhJzd { display:flex;width:3.5625rem;height:3.5625rem;top:0.59375rem;left:8.75rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #a8pyhQuX94aT5T66mJq1SrSgearPBQh8 { display:flex;width:3.6875rem;height:3.6875rem;top:12.4375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #PN94vTJu08JlwfNw5gaIUyT9TObNlwki { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypdngxBAyWVUV1O10NhFMnzf4ibrfpP { width:1.875rem;height:4.1875rem;top:12.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmICmyXTD7qcKgfpZNroGCfZwk8Zi5Rr { width:1.875rem;height:4.1875rem;top:25.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOch8VIrFOspT87FT9oJ6i15t4X2MMhd { width:20rem;height:2.9746125rem;top:18.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BD0SSCJNJNpW2ZbhSXMSdDA4mitVEtBC { width:20rem;height:6.2988125rem;top:30.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cnzwQo9F0AGuTRPBvoRvkRJ9f9nIJTeM { display:flex;width:3.25rem;height:3.25rem;top:25.53125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc { display:block; }#dToLKGsR7qTTDqnqaDNnTy09u1dQbZQc > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDQBRytRzfOzRqqebB9B9G1Plgi7r5wu { width:20rem;height:3.1494125rem;top:6.32421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBcfftUkxLTT4S4bb7Sy5f60i8eFluNf { display:flex;width:3.5625rem;height:3.5625rem;top:0rem;left:8.21875rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #k5f4VKzQNGN5n43niwAR2soBlWd0Dx3u { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvFxMlO8yWlSWB5Qlnyzys4JCf4l3Rve { width:1.875rem;height:4.1875rem;top:12.4375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCDVCcVLMM10NyklkGGL62oVD3q8rq2O { width:18.625rem;height:3.1494125rem;top:17.7998046875rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BgsnDuTZThvq1W8n38zBcxdPGm2ZoKTP { display:flex;width:3.25rem;height:3.25rem;top:12.90625rem;left:8.21875rem; }
 }@media only screen and (max-width: 763px) { #NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk { display:block; }#NhJPv3y8v4XI5yqLtBhPIisRACt7OpNk > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvEGGQTAyCdE0ZC1riZnkLFoCLARt8WW { width:20rem;height:4.79980625rem;top:2.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv { display:block; }#DkV8lm4AxshI8TbqCIGku4mDDcsmHrVv > .row .container { width:20rem;height:81.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L15xhlNUekB4tPlD0T8mT5g7ehpI0Ebo { width:20rem;height:51.5rem;top:19.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgT161sCCbMPemlCRLNUPnVveeo3HZcf { display:flex;width:1.9375rem;height:1.9375rem;top:22.125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #xnqbXOnPVRCXfCBorb6P4FiVPdOm0rqx { width:1.3125rem;height:3rem;top:21.5625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wec7w5poNoFvMz4PRFr8daD7UdXgaS2U { width:17.125rem;height:4.72411875rem;top:25.625rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzo4qxgT1iKmSsRkRIv7LwKOfpBwX9cN { display:flex;width:1.9375rem;height:1.9375rem;top:42.3125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #RATp4AnomrZm3KrWMN0TCiF7SmE2lgNC { width:1.3125rem;height:3rem;top:41.75rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHFe7ss5rydDqR6JnTwgLAqSrRDNlIel { width:19.5rem;height:3.1494125rem;top:46rem;left:0.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ts6Lxs0zRcFTBgdRVFXDBOPMeaD4vQkU { display:flex;width:1.9375rem;height:1.9375rem;top:51.1875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #Lh6fDPf0U8bRDw0Ig66wPAhMgp0zEE8r { width:1.3125rem;height:3rem;top:50.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbqfNKb4CGJpqyQErqF59tGOxs8PPDlP { width:16.6875rem;height:3.1494125rem;top:54.3125rem;left:1.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luto2NV5d37QqtBEQ1lOZD0e5DmI49Pu { display:flex;width:1.9375rem;height:1.9375rem;top:59.375rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #yTPB3kHhf9gTVxbcF9axdFDUrB1p5HEB { width:1.3125rem;height:3rem;top:58.8125rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5f8pfL1STId2zaLJil53wJtWtdWL0Pb { width:17.125rem;height:4.72411875rem;top:63.0625rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AyzNG7kVCEysmT9cN8iKGmqID1O9hOnd { width:20rem;height:4.375rem;top:73.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGsQHRG4ytXtDGUnPKHU8WEhqyZ3DC1e { display:block; }
 }@media only screen and (max-width: 763px) { #mWh13wfDvDNWGG2etEPF5aheIaPOdyry { display:flex;width:1.9375rem;height:1.9375rem;top:32.1875rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #vUBhBVbRhPFIJTit2gTOVz5QCFH9nJHS { width:1.3125rem;height:3rem;top:31.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdt13KknQp3S4FvbOITn4dVluoyDhT8v { width:19.375rem;height:4.72411875rem;top:35.875rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQJ82byvwF2hZeXv6zHqLszRSReVqx69 { width:11.4375rem;height:16.1875rem;top:0.9365234375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qminZDBzThc8ldnywTwUF1fWH25ImAQf { display:block; }#qminZDBzThc8ldnywTwUF1fWH25ImAQf > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rm3yRFcU7FhuVhvbkurAAEUnxATuQIgf { width:20rem;height:4.79980625rem;top:2.599609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #egi8uTA5n1BtHCS3ul2LZUooHpe0up5A { display:block; }#egi8uTA5n1BtHCS3ul2LZUooHpe0up5A > .row .container { width:20rem;height:94.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESUFLMPn4iN36NT1357BhQFNfRop2qS6 { width:13.0625rem;height:5.875rem;top:85.6875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6ceJ2hLhJDkoiSnvVWnQhOWs0UkfFXE { width:20rem;height:26.775956284153rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvtu30RzHtJu2czQVz0fe2h9rlB3vMUd { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUkMRMUECyesbhUJAH0g3yxvx9dF2IDL { width:20rem;height:8.4375rem;top:6rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #smMRvnf9eD1tDvyPrwGWLnPxfTq390Px { width:20rem;height:44.09183125rem;top:16.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm { display:block; }#dXvLWaRR0roi4xHMa71Q1TF5qSASWyQm > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RfFSiT7IopQ1pI6vW2WGVZ4sHpugE2QQ { width:20rem;height:11.9995rem;top:1.7177734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l1TPy72THKpkLCT4V7HodumwgSHZmQVx { display:block; }#l1TPy72THKpkLCT4V7HodumwgSHZmQVx > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvE1axPPAJOhM0cTMdfE176DbicDF3p9 { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #QGTx5mvD2TpPrgIDK17aQqwm0ebTNzkg { display:flex;width:3.5rem;height:3.5rem;top:18.875rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #WH3aQ4LsWBEvi8vpcp5vRrMKbkpc388e { width:20rem;height:15.5009765625rem;top:2.375rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #Qv1x4yAtZOWty9nHtyOX8i2mDmRA2GFx { width:20rem;height:11.734693877551rem;top:20.25rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u { display:block; }#xLXJ0D7WG5TzPMvr2NHt93dNdVAfsP8u > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nrnAiV0OP6uSfpFuIW0J7AHoHr7bAfTw { display:flex;width:3.5rem;height:3.5rem;top:0rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #vhcXAtNwJtX102VrwNJl5ZKmTr53k161 { display:flex;width:3.5rem;height:3.5rem;top:9.90625rem;left:15.5625rem; }
 }@media only screen and (max-width: 763px) { #IyRdfFoWU817c5T3zNVrUxZUabVVD1D7 { width:20rem;height:8.1382978723406rem;top:1.25rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #S2TvOvVJIBzwpC0R1UOUFn18gIqVdX98 { width:20rem;height:9.8924731182794rem;top:10.875rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 { display:block; }#ByKxUH7TT1VEhLwGTOFBpfhDIXbrbBE4 > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6zQG4xKnfNdlC4sEe2vogXsiO1dpxb5 { width:20rem;height:4rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNHDgT2mk0GTdx3ImO7Z7MqcdGa6m58f { display:block; }
 }@media only screen and (max-width: 763px) { #mWXe9ex28hWq0mT59qXxvTpM66u55rlB { display:block; }#mWXe9ex28hWq0mT59qXxvTpM66u55rlB > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7lZLRxNiITnPxhRZ2yNHATM2mrnw1Bi { width:20rem;height:4.79980625rem;top:2.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hdCiSHxkKw0I4n86dnVeb3Z3IOi6Vku7 { width:20rem;height:20.25rem;top:18.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3Kd1rRx58u42HbQhBG9MJDwqd7N1vZ3 { display:flex;width:1.9375rem;height:1.9375rem;top:9.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #czmkLWGsZqJrdR6lPkTiIuci785I57gi { width:17.1875rem;height:4.19970625rem;top:9.3125rem;left:2.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #afvXIZ2N8oCwh6Sb8tkwT14VckevWvZH { width:1.3125rem;height:22.875rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNAMwC3f0kEJLkgrrzslsPcRD8BKMJ6y { display:flex;width:1.9375rem;height:1.9375rem;top:14.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BeWmRQEMsNGi0H64vZTRWAp6F5TyJQ1U { width:17.125rem;height:4.19970625rem;top:14.6875rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OkH4NueBrwhrc4rT6mSOxrK006l5NS7D { display:flex;width:1.9375rem;height:1.9375rem;top:25.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #E6uzEyGx0FyGTzxboTkaNZI8k2vnTNl5 { width:17.25rem;height:4.19970625rem;top:25.375rem;left:2.75rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #pkgTC0yckRmcWAx4kkgJhcae09FXPBlD { display:flex;width:1.9375rem;height:1.9375rem;top:20.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vyf4LlX1FIPL7v05sDPoUzk6PFHh04sf { width:17.125rem;height:4.19970625rem;top:20.125rem;left:2.875rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby { background-color:#ececec;background-image:none;display:block; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container { background-color: transparent; background-image: none; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container > .video-iframe-container { display: none; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row > .video-iframe-container { display: none; }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .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); }#CoiFQSmrD1dwftHCUNJqHKAvGgIzLMby > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SveBnHcTGf8mazTy1ykbEdyOZUE1ziHk { width:20rem;height:20.25rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzZ7fJWTpEtafd5TquOIckTt4vntdnrt { display:flex;width:1.9375rem;height:1.9375rem;top:10.71875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ogDZr4ZVIMTVDRTQXq4T8bl7fvOIxUcz { width:1.3125rem;height:33.5625rem;top:7.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZK4AkHs8TGM9RWqkicDfPef6CWrVPBi { display:flex;width:1.9375rem;height:1.9375rem;top:17.380859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VXXkilF2E3riVXLhk9KMNxLoU4rfvX57 { width:17.4375rem;height:5.94921875rem;top:15.375rem;left:2.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hQ6GTtZuXKiT2HfZOtd4UFm23ZNKvyAz { display:flex;width:1.9375rem;height:1.9375rem;top:30.94921875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LBJX87rXp8VdrqpRR2zclbBJWISsbBTD { width:17.375rem;height:4.4619125rem;top:29.6875rem;left:2.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fMmSB7Ni40OIOi1thZqyKceK3XyZxpMV { display:flex;width:1.9375rem;height:1.9375rem;top:24.193359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #A71ReBDtOOZtVkUed9fAgMvoh5anSSbb { width:17.375rem;height:5.94921875rem;top:22.1875rem;left:2.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dXpUlPgerw2qT5q0CcwU9WgkWzU7HHrT { width:19rem;height:4.375rem;top:43rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4C3lkBairTPbI972srfuQxGaN2lMW3J { display:block; }
 }@media only screen and (max-width: 763px) { #l7ZTUQXwPCnQp4zS6o1JAKd5JySSau5f { width:20rem;height:4.5rem;top:2.037109375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #i6uvvpDwMDD8We0AJrS13H7L4tG8FCqP { width:17.375rem;height:5.94921875rem;top:8.712890625rem;left:2.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Pg915sqOOdgG7S2Xu0SdhzAeCUHbnPJr { width:15.4375rem;height:4.4619125rem;top:35rem;left:2.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JZipDAeeGhSTuZ1RaAWHUdq4ylS0T0Zg { display:flex;width:1.9375rem;height:1.9375rem;top:36.26171875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9O10lOePqUuy9RMsZdDSK3oICvhbFsB { display:block; }#t9O10lOePqUuy9RMsZdDSK3oICvhbFsB > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pP9nLZTLL48E599A97V9u36eQlvuyG0x { width:13.125rem;height:1.3125rem;top:8.1875rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veQA546lG6imbJvlMS4IWxaHNLXtC37s { width:12.0625rem;height:1.3125rem;top:10.6875rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OG086o73Z3w1yQtQbZZJ7bR6MrHztnI7 { width:8.125rem;height:4.875rem;top:1.875rem;left:5.9375rem;display:block; }
 }