.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_c709146c13505e51d6f1c1a7df05580e0b694149.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_94bcfcfc0eb7e721dab3e18cfc9b7ec3c251db6f.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV.adaptive-delivery-prevent-bg, #JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV.lazyload, #JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV.lazyloading { background-image: none; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { background-color: transparent; background-image: none; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container > .video-iframe-container { display: none; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row > .video-iframe-container { display: none; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .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); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { border-width: 0; border-radius: 0; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { font-size:0.875rem;font-family:fraunces;height:70.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Q37As7wMC2IFw9ZvValfGV72JSEmN7Pf { color:#0b0b0b;display:block;width:37.5625rem;position:absolute;font-family:fraunces;font-size:5.625rem;font-weight:700;z-index:15086;line-height:.9;letter-spacing:0;top:8.1875rem;left:36.781250953674rem;height:15.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bv1yclsXxnH7zwPIdezTTyrfyBK36T3e { position:absolute;display:block;z-index:15002;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:2rem;width:7.8125rem;top:3.5499999523163rem;left:1.75rem;overflow:hidden;display:block; }
#T8t74wERO5FTtSdgELPE7CdhEkV8FvCg { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:21.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:21.875rem;box-shadow: none;height:52.875rem;width:35rem;top:5.5rem;left:0rem;overflow:hidden;display:block; }
#ebhy0DkagLr9wZ1MS1SXHRwzAZgIRiUE { color:#0b0b0b;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:27.5625rem;left:37.437500953674rem;height:10.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vkOfXyTN2r9T55b2Bk6d46D5XqZzefCX { z-index:15003;top:46.75rem;left:48.581250190735rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #28887a;border-left:0.0625rem solid #28887a;border-right:0.0625rem solid #28887a;border-bottom:0.0625rem solid #28887a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#28887a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9625rem;height:3.3375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#H5B50voMlPTHubgG4lwLr43ruBrudzRS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_0e1037984b0e4624489a765a50774873177de6e9.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb.adaptive-delivery-prevent-bg, #myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb.lazyload, #myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb.lazyloading { background-image: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container { background-color: transparent; background-image: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container > .video-iframe-container { display: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row > .video-iframe-container { display: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .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); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container { border-width: 0; border-radius: 0; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container { font-size:0.875rem;font-family:fraunces;height:50rem;width:75rem;position:relative;display:block; }#KZTs5FVgVW7yyg0okhIHKAZ6bT5LJ6Fc { color:#0b0b0b;display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.874999523163rem;left:41.406250953674rem;height:22.05rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AbLzTJkL8oaJeCRqkQ4WrpOcDApTbWNu { color:#0b0b0b;display:block;width:28.75rem;position:absolute;font-family:fraunces;font-size:3.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.625rem;left:41.406250953674rem;height:3.8125rem;font-style:normal;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;display:block; }
#AzsZIaLZZH2E3EdsITcelXOgMndp2KiO { z-index:15003;top:39.987497806549rem;left:41.406250953674rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #28887a;border-left:0.0625rem solid #28887a;border-right:0.0625rem solid #28887a;border-bottom:0.0625rem solid #28887a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#28887a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.7625rem;height:3.1375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zP3Xmb2hyAgyQfmQhBmQUXBISXDvNsOH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#St0nbyI6knX37SixzM7xofVHpouhy5SS { box-sizing:content-box;height:25.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15007;background-color:#ffd476;background-image:none;top:24.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#snivFbs6T8ngAeChMkkfsFy7tnFfTbvI { box-sizing:content-box;height:25.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffd476;background-image:none;top:24.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#TO46c09ZLJtTTUmxwcdZMcIG8RdWV0WP { position:absolute;display:block;z-index:15006;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:39.9375rem;width:31.875rem;top:0.050000190734863rem;left:0.036718368530274rem;overflow:hidden;display:block; }
#uMpuoyuOA3OOfx2NdToMcuRwJvckP9Vh { color:#000000;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:36.568747043609rem;left:41.406250953674rem;height:1.3rem;font-style:normal;display:block; }
#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_ed263762778895bb9245b2c0b273c9176c0fa81c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.adaptive-delivery-prevent-bg, #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.lazyload, #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.lazyloading { background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { background-color: transparent; background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .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); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { border-width: 0; border-radius: 0; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:3.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OTLlEByeauawpnkfby58NaDJaC71CgXr { color:#0b0b0b;display:block;width:9.625rem;position:absolute;font-family:fraunces;font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:21.8125rem;left:13.936718940735rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WGXwin7TpGnsVkWV7cLkRazkotORigJo { color:#0b0b0b;display:block;width:12.75rem;position:absolute;font-family:fraunces;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:21.8125rem;left:31.125000953674rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7O62BP57WmJJTLTmN2ATTMDLTNCqyKI { box-sizing:content-box;height:25.0625rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#fff9ea;background-image:none;top:15.375rem;left:46.875000953674rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#tGHoMQifRiC4mP4o73l3y24CdFrNnXov { box-sizing:content-box;height:25.1875rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:#fff9ea;background-image:none;top:15.3125rem;left:9.375rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#ZA3kgha4MCm3rJ3MAdTFXdutKRnce3fc { box-sizing:content-box;height:25.0625rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:#fff9ea;background-image:none;top:15.375rem;left:28.125rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#nCpg5TIwSQ2WnCpq9beOfpiS9i1llNOX { color:#0b0b0b;display:block;width:12.75rem;position:absolute;font-family:fraunces;font-size:1.4375rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:21.8125rem;left:49.875000953674rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q62NppRVuaKz7uc7kHni5uEeX6hfVrQ2 { color:#0b0b0b;display:block;width:12.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:27.0625rem;left:12.655468940735rem;height:9.45rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TbESyKOpeT3DnzyrDgFbkqaxiEGOGNqh { color:#0b0b0b;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:27.0625rem;left:49.062500953674rem;height:7.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#TUp19skGKy0bQQfhgInxrlN5yOufBJri { color:#0b0b0b;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:27.0625rem;left:30.375000953674rem;height:7.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_3a48d2a08d17ab024bbdfa10a9b064691323f75e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs.adaptive-delivery-prevent-bg, #dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs.lazyload, #dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs.lazyloading { background-image: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container { background-color: transparent; background-image: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container > .video-iframe-container { display: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row > .video-iframe-container { display: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .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); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container { border-width: 0; border-radius: 0; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container { font-size:0.875rem;font-family:fraunces;height:39.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#Zlo8sGyT0OP7TUhEHIRVDhp7nVrbVECw { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:3.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HqubHqlWcvkOEivTzJl8pTLFTgDzTwaR { box-sizing:content-box;height:25.9375rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:13.6875rem;left:26.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#WrUz7nZFHQXwnDAfq3JIehTbhcMfbbxT { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:24.5625rem;left:1.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzDp1OwOhdvWvDbVKTdVwPEyQ24aXz7i { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:28rem;left:1.875rem;height:5.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sIKBVWGuT3TVZwXdZe7LgnFpGgAnixCg { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18.0625rem;left:9rem; }
#URyikUD4vPTfAhUW8ifAlmQ6Iy3yH9ZU { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:28.6875rem;left:54.375000953674rem;height:5.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Kp2elDuesg1xwPWIaGe4QVShwoNf2zhI { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:24.4375rem;left:54.375000953674rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2dqhydAv3Tb2S1dXy5JdSHTca7IeaNL { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.3125rem;left:61.5rem; }
#I2r4W97I82CR333vX1lH6nO76ma6TELs { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:18.3125rem;left:35.25rem; }
#zMCFefbnwn6hDy0MdbKOa6r91tSlFb7t { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:24.8125rem;left:28.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMmBSXkPxDDPI62ceATQTEuNmV2Eq6mh { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.6875rem;left:28.125000953674rem;height:5.6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:#ffd476;background-image:url("https://icons.assets-landingi.com/icon_b17e8ec31b6db93f37cdc472882c5296dafa352c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.adaptive-delivery-prevent-bg, #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.lazyload, #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt.lazyloading { background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { background-color: transparent; background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .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); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { border-width: 0; border-radius: 0; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { font-size:0.875rem;font-family:fraunces;height:28.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#PsNMTNky5v048FaCRPf5PvgDlwSce9gg { color:#0b0b0b;display:block;width:48.75rem;position:absolute;font-family:fraunces;font-size:3.8125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:5.8125rem;left:26.250000953674rem;height:3.8125rem;font-style:normal;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;display:block; }
#w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { color:#0b0b0b;display:block;width:48.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:13.530469313264rem;left:26.250000953674rem;height:3.15rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rSd3H4vHzZ9Qh9vgIM6HgLBEkGVwaC1Q { z-index:15003;top:19.6875rem;left:26.250000953674rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #28887a;border-left:0.0625rem solid #28887a;border-right:0.0625rem solid #28887a;border-bottom:0.0625rem solid #28887a;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#28887a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9625rem;height:3.3375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FTAt0faEAQLF0KJiTA9zA1T9177ciWag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTBwFCGC2lBd9BPpHg7hLH0EP9lrOV7k { box-sizing:content-box;height:27.25rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:#28887a;background-image:none;top:1.437500372529rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#X9KPGSdseNZhkXk6qvmXsECK0KbyQcKV { box-sizing:content-box;height:17.375rem;width:13rem;position:absolute;display:block;z-index:15000;background-color:#fff9ea;background-image:none;top:11.312500476837rem;left:15.499218940735rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_0a1794b28c385ecb1efd35a3947936b108e97169.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ.adaptive-delivery-prevent-bg, #vw040SfA6o3T34J7i2RKHqgwWaEriPUQ.lazyload, #vw040SfA6o3T34J7i2RKHqgwWaEriPUQ.lazyloading { background-image: none; }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ > .row .container { background-color: transparent; background-image: none; }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ > .row .container > .video-iframe-container { display: none; }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ > .row > .video-iframe-container { display: none; }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ > .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); }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ > .row .container { border-width: 0; border-radius: 0; }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ > .row .container { font-size:0.875rem;font-family:fraunces;height:49.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#SwXCia9typGSnK3iclgVfi42TsnpiJWn { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.8750019073486rem;left:0rem;height:3.8125rem;font-style:normal;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;display:block; }
#LTPToxBGzXGEdmFcnd4G4kwpBvi9TasW { box-sizing:content-box;height:21.9375rem;width:22.5rem;position:absolute;display:block;z-index:15002;background-color:#fff9ea;background-image:none;top:19.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#Jb4dPy0GFxkkR1cfwrXmOSlE3Ee8EVRq { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:23.3125rem;left:1.875rem;height:5.375rem;font-style:normal;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;display:block; }
#rnFdSnWD2Wo7lo5ru3LQTtJw4rcOiZ9e { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:29.9375rem;left:1.875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nq1b7DUhExzGQ19FpuZNV0mvGXJqwcgK { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:32.487501144409rem;left:1.875rem;height:6.5625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hbbvy8FqnB613EAgISIA1qF3cVKdG4t7 { box-sizing:content-box;height:21.9375rem;width:22.5rem;position:absolute;display:block;z-index:15006;background-color:#fff9ea;background-image:none;top:19.5625rem;left:26.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#I2RbmRxGxCLCBMiD0avnlVBp3fCKU58R { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:33.143751144409rem;left:28.125000953674rem;height:5.25rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xhbtLT5xFqxcQDbTtFD4T9ReN8zwpJvC { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:29.9375rem;left:28.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F34KCg0UdA7rcaT3FmM5EzhuVxkyZJxs { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:23.3125rem;left:28.125rem;height:5.375rem;font-style:normal;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;display:block; }
#spoSmurJlK41xhnkPU0TBUx5N7Dc1c7E { box-sizing:content-box;height:21.9375rem;width:22.5rem;position:absolute;display:block;z-index:15010;background-color:#fff9ea;background-image:none;top:19.5625rem;left:51.906250953674rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#kNwKF23f1Tt1xPxvOcfzBVEaJtBDF7qa { color:#0b0b0b;display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:33.143751144409rem;left:54.375000953674rem;height:3.9375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#DJoELCorpnf6v9lnAy8g1wSWhwTn44aq { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:29.9375rem;left:54.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lTrbFe51JEkquwEz2ZJUpOWaZRbp07Wi { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:23.3125rem;left:54.375rem;height:5.375rem;font-style:normal;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;display:block; }
#ySbmQ5FgleVZ1EstxmCyA7lcpRieFiND { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15034;background-color:#ffd476;background-image:none;top:0rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM { background-color:#fff9ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM > .row .container { background-color: transparent; background-image: none; }#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM > .row .container > .video-iframe-container { display: none; }#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM > .row > .video-iframe-container { display: none; }#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM > .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); }#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM > .row .container { border-width: 0; border-radius: 0; }#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM > .row .container { font-size:0.875rem;font-family:fraunces;height:28.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#hpIhWNA4NTV2lRDh48WxJN7s4lx57yJT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:9.625rem;top:12.0625rem;left:4.75rem;overflow:hidden;display:block; }
#k6ABkHzxrSQq84CEMU0leE8hTk250IPg { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:14.6875rem;top:14.125rem;left:16.5625rem;overflow:hidden;display:block; }
#oQkbZ6irs3wVwCvMKsL08dPkhbU0t8IK { position:absolute;display:block;z-index:15035;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:9rem;width:8.6875rem;top:12.5625rem;left:34.125rem;overflow:hidden;display:block; }
#fRgkWTzI3szUxX7fE4SyOcchm9dTrL3e { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:8.375rem;top:12.6875rem;left:46rem;overflow:hidden;display:block; }
#WFeTzn2nyiucKomsnULra3NLnFFQmmMc { position:absolute;display:block;z-index:15037;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:6.125rem;width:11.8125rem;top:13.875rem;left:57.5rem;overflow:hidden;display:block; }
#OBueWUm8wr5ZM506Dt1LJvZAPv0CG4dd { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3.8125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4.875rem;left:0rem;height:3.8125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J53pWTq6clF19eLrTyo3XtMN2Bf0IMIf { box-sizing:content-box;height:12.1875rem;width:74.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#fbfdff;background-image:none;top:10.9375rem;left:0.1875rem;display:block; }
#czXqcvMATkJcrEIJuTWgbvrw737EE1wW { background-color:#fff9ea;background-image:url("https://images.assets-landingi.com/uc/6d77bf22-0d60-4b10-8296-2e0c77e8980f/bg123333.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW.adaptive-delivery-prevent-bg, #czXqcvMATkJcrEIJuTWgbvrw737EE1wW.lazyload, #czXqcvMATkJcrEIJuTWgbvrw737EE1wW.lazyloading { background-image: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container { background-color: transparent; background-image: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container > .video-iframe-container { display: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row > .video-iframe-container { display: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .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); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container { border-width: 0; border-radius: 0; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container { font-size:0.875rem;font-family:fraunces;height:54.625rem;width:75rem;overflow:visible;position:relative;display:block; }#vIMtkgsl20om2ZdA3LuMaDplGSlE9KFv { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:3.8125rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:4.8625000715256rem;left:0rem;height:;font-style:normal;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;display:block; }
#zw38JCskTdpcfoWX7zryh7gDl1dJc7RK { box-sizing:content-box;height:20.625rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#ffd476;background-image:none;top:0rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#rhCb64X8KUaxx6ngC00hrNzme1cicNNC { position:absolute;display:block;z-index:15067;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:34.8125rem;width:24.4375rem;top:10.65625rem;left:0rem;overflow:hidden;display:block; }
#IMeRUo84U7egJboqGSLvnfhmBwe8oEu5 { position:absolute;display:block;z-index:15068;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:34.375rem;width:24.0625rem;top:10.875rem;left:24.437500953674rem;overflow:hidden;display:block; }
#NfdAHMeFRyLDT4HlzAsR2cc2dcMx7GHT { position:absolute;display:block;z-index:15069;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:34.4375rem;width:24.1875rem;top:10.84375rem;left:48.500000953674rem;overflow:hidden;display:block; }
#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG { background-color:#28887a;background-image:url("https://icons.assets-landingi.com/icon_610e0dbec29db397b4e79aeb91e18c6cee581bde.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG.adaptive-delivery-prevent-bg, #UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG.lazyload, #UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG.lazyloading { background-image: none; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container { background-color: transparent; background-image: none; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container > .video-iframe-container { display: none; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row > .video-iframe-container { display: none; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .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); }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container { border-width: 0; border-radius: 0; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container { font-size:0.875rem;font-family:fraunces;height:36.5rem;width:75rem;overflow:visible;position:relative;display:block; }#PMdfDD2kguEvbUhNpprIXQWVqADUTtP0 { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:fraunces;font-size:3.8125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.5625rem;left:0rem;height:7.625rem;font-style:normal;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;display:block; }
#nSKf6SdmB3Ft8yxbK69s3vNJf8zdb74G { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:17.750000953674rem;left:0rem;height:3.15rem;font-style:normal;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;display:block; }
#UWs6sLq1nENyHBwVSFxelDwX0I59n1vI { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:10.787109375rem;left:48.4375rem;height:1.9125rem;font-style:normal;display:block; }
#l7CxirdL7smzRCw1mmaB4ut7CyWIFwa2 { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:8.875rem;left:48.4375rem;height:1.9125rem;font-style:normal;display:block; }
#M5D4E1PbTNTZUi3fzZ9iQa70EX2y9SiQ { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:24.849609375rem;left:48.4375rem;height:1.9125rem;font-style:normal;display:block; }
#RmBbS48lTqhxSCShRTMqS0IHUwOqQD7X { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:22.9375rem;left:48.4375rem;height:1.9125rem;font-style:normal;display:block; }
#Sgmo57liXeOv2543iXyKLq67a9TykxoH { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:17.75rem;left:48.4375rem;height:1.9125rem;font-style:normal;display:block; }
#XlR0CHd62sPZVNufZSsoUWGLPt3bQTuG { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.7;letter-spacing:0;top:15.875rem;left:48.4375rem;height:1.9125rem;font-style:normal;display:block; }
#aQMo20IM0n1qXJe0pFzHa4ke3L1fxEeP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10rem;left:44.5rem; }
#gfV3WoBRCrKQzoTdV27h9uHsgZNa7zp2 { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15003;background-color:#ffd476;background-image:none;top:8.875rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#g8htHyhHLbUMxTDu2GbTVZ9ITlqEcMV8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:17rem;left:44.5rem; }
#To6ttPJt7z1A07xMffQI0HBBW4T7bkqu { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15005;background-color:#ffd476;background-image:none;top:15.875rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#qcDxtuF0I08vdvMx7f7gw5T7gSrCkAsg { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:24.25rem;left:44.5rem; }
#Jl94xMswr3ofc4MBWidJQJoJLB9vA2aD { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15007;background-color:#ffd476;background-image:none;top:23.125rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { color:#0b0b0b;display:block;width:21.125rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:32.250000953674rem;left:32.500000953674rem;height:0.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GRxPTpATKvrtEpr2qXFOukwJSOgGyXkk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:32.250000953674rem;left:26.300000190735rem;display:block; }
#eS1J3xUXrLDUI0PgS8ixUMAxo2Ip79aw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#igfaEDgWuqXbsz6BfsPTkQRkiepNNcc8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:32.249996185302rem;left:32.500000953674rem;display:block; }
#LUFyovkGQrwtsk3SPTG0AETGPapVNXPe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTRtX6xEgVb7LdENVyTJqZDpTFytcREA { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#0b0b0b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.249996185302rem;left:38.487500190735rem;display:block; }
#dwTJcFdiXZBI4gGqZMySwHBxmQv71yTA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV { display:block; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q37As7wMC2IFw9ZvValfGV72JSEmN7Pf { top:8.1875rem;left:10.1875rem;width:37.5625rem;height:15.1875rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1yclsXxnH7zwPIdezTTyrfyBK36T3e { top:3.5rem;left:0rem;width:7.8125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8t74wERO5FTtSdgELPE7CdhEkV8FvCg { top:5.5rem;left:0rem;width:35rem;height:52.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebhy0DkagLr9wZ1MS1SXHRwzAZgIRiUE { top:27.5625rem;left:11.5rem;width:36.25rem;height:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkOfXyTN2r9T55b2Bk6d46D5XqZzefCX { top:46.75rem;left:33.8125rem;width:13.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5B50voMlPTHubgG4lwLr43ruBrudzRS { display:block; }
 }@media only screen and (max-width: 763px) { #myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb { display:block; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZTs5FVgVW7yyg0okhIHKAZ6bT5LJ6Fc { top:11.8125rem;left:18.0625rem;width:29.6875rem;height:22rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbLzTJkL8oaJeCRqkQ4WrpOcDApTbWNu { top:6.625rem;left:19rem;width:28.75rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzsZIaLZZH2E3EdsITcelXOgMndp2KiO { top:39.9375rem;left:23.875rem;width:13.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP3Xmb2hyAgyQfmQhBmQUXBISXDvNsOH { display:block; }
 }@media only screen and (max-width: 763px) { #St0nbyI6knX37SixzM7xofVHpouhy5SS { top:24.4375rem;left:0rem;width:17.5625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snivFbs6T8ngAeChMkkfsFy7tnFfTbvI { top:24.4375rem;left:0rem;width:17.5625rem;height:25.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TO46c09ZLJtTTUmxwcdZMcIG8RdWV0WP { top:0rem;left:0rem;width:31.875rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMpuoyuOA3OOfx2NdToMcuRwJvckP9Vh { top:36.5625rem;left:23.875rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { top:6.9375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLlEByeauawpnkfby58NaDJaC71CgXr { top:21.8125rem;left:0.31171894073486rem;width:9.625rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGXwin7TpGnsVkWV7cLkRazkotORigJo { top:21.8125rem;left:17.500000953674rem;width:12.75rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7O62BP57WmJJTLTmN2ATTMDLTNCqyKI { top:15.375rem;left:29rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGHoMQifRiC4mP4o73l3y24CdFrNnXov { top:15.3125rem;left:0rem;width:18.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA3kgha4MCm3rJ3MAdTFXdutKRnce3fc { top:15.375rem;left:14.5rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCpg5TIwSQ2WnCpq9beOfpiS9i1llNOX { top:21.8125rem;left:35rem;width:12.75rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q62NppRVuaKz7uc7kHni5uEeX6hfVrQ2 { top:27.0625rem;left:0rem;width:12.1875rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbESyKOpeT3DnzyrDgFbkqaxiEGOGNqh { top:27.0625rem;left:33.375rem;width:14.375rem;height:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUp19skGKy0bQQfhgInxrlN5yOufBJri { top:27.0625rem;left:16.750000953674rem;width:14.25rem;height:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs { display:block; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zlo8sGyT0OP7TUhEHIRVDhp7nVrbVECw { top:6.9375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqubHqlWcvkOEivTzJl8pTLFTgDzTwaR { top:13.6875rem;left:12.625rem;width:22.5rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrUz7nZFHQXwnDAfq3JIehTbhcMfbbxT { top:24.5625rem;left:0rem;width:18.75rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzDp1OwOhdvWvDbVKTdVwPEyQ24aXz7i { top:28rem;left:0rem;width:18.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIKBVWGuT3TVZwXdZe7LgnFpGgAnixCg { top:18.0625rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URyikUD4vPTfAhUW8ifAlmQ6Iy3yH9ZU { top:28.6875rem;left:29rem;width:18.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp2elDuesg1xwPWIaGe4QVShwoNf2zhI { top:24.4375rem;left:29rem;width:18.75rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2dqhydAv3Tb2S1dXy5JdSHTca7IeaNL { top:18.3125rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2r4W97I82CR333vX1lH6nO76ma6TELs { top:18.3125rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMCFefbnwn6hDy0MdbKOa6r91tSlFb7t { top:24.8125rem;left:14.5rem;width:18.75rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMmBSXkPxDDPI62ceATQTEuNmV2Eq6mh { top:28.6875rem;left:14.500000953674rem;width:18.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNMTNky5v048FaCRPf5PvgDlwSce9gg { top:5.8125rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { top:13.5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSd3H4vHzZ9Qh9vgIM6HgLBEkGVwaC1Q { top:19.6875rem;left:12.625000953674rem;width:13.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTAt0faEAQLF0KJiTA9zA1T9177ciWag { display:block; }
 }@media only screen and (max-width: 763px) { #RTBwFCGC2lBd9BPpHg7hLH0EP9lrOV7k { top:1.4375rem;left:0rem;width:18.75rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9KPGSdseNZhkXk6qvmXsECK0KbyQcKV { top:11.3125rem;left:1.8742189407349rem;width:13rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw040SfA6o3T34J7i2RKHqgwWaEriPUQ { display:block; }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwXCia9typGSnK3iclgVfi42TsnpiJWn { top:5.875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTPToxBGzXGEdmFcnd4G4kwpBvi9TasW { top:19.5625rem;left:0rem;width:22.5rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb4dPy0GFxkkR1cfwrXmOSlE3Ee8EVRq { top:23.3125rem;left:0rem;width:18.75rem;height:5.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnFdSnWD2Wo7lo5ru3LQTtJw4rcOiZ9e { top:29.9375rem;left:0rem;width:18.75rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nq1b7DUhExzGQ19FpuZNV0mvGXJqwcgK { top:32.4375rem;left:0rem;width:18.75rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbbvy8FqnB613EAgISIA1qF3cVKdG4t7 { top:19.5625rem;left:12.625rem;width:22.5rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2RbmRxGxCLCBMiD0avnlVBp3fCKU58R { top:33.125rem;left:14.500000953674rem;width:18.75rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhbtLT5xFqxcQDbTtFD4T9ReN8zwpJvC { top:29.9375rem;left:14.500000953674rem;width:18.75rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F34KCg0UdA7rcaT3FmM5EzhuVxkyZJxs { top:23.3125rem;left:14.5rem;width:18.75rem;height:5.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spoSmurJlK41xhnkPU0TBUx5N7Dc1c7E { top:19.5625rem;left:25.25rem;width:22.5rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNwKF23f1Tt1xPxvOcfzBVEaJtBDF7qa { top:33.125rem;left:30.1875rem;width:17.5625rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJoELCorpnf6v9lnAy8g1wSWhwTn44aq { top:29.9375rem;left:29rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTrbFe51JEkquwEz2ZJUpOWaZRbp07Wi { top:23.3125rem;left:29rem;width:18.75rem;height:5.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySbmQ5FgleVZ1EstxmCyA7lcpRieFiND { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM { display:block; }#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpIhWNA4NTV2lRDh48WxJN7s4lx57yJT { width:9.625rem;height:10rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ABkHzxrSQq84CEMU0leE8hTk250IPg { width:14.6875rem;height:5.8125rem;top:14.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQkbZ6irs3wVwCvMKsL08dPkhbU0t8IK { width:8.6875rem;height:9rem;top:12.5625rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRgkWTzI3szUxX7fE4SyOcchm9dTrL3e { width:8.375rem;height:8.6875rem;top:12.6875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFeTzn2nyiucKomsnULra3NLnFFQmmMc { width:11.8125rem;height:6.125rem;top:13.875rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBueWUm8wr5ZM506Dt1LJvZAPv0CG4dd { top:4.875rem;left:0rem;width:47.75rem;height:;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J53pWTq6clF19eLrTyo3XtMN2Bf0IMIf { top:10.9375rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czXqcvMATkJcrEIJuTWgbvrw737EE1wW { display:block; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIMtkgsl20om2ZdA3LuMaDplGSlE9KFv { top:4.8125rem;left:0rem;width:47.75rem;height:;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zw38JCskTdpcfoWX7zryh7gDl1dJc7RK { top:0rem;left:35.25rem;width:12.5rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhCb64X8KUaxx6ngC00hrNzme1cicNNC { top:10.625rem;left:0rem;width:24.4375rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMeRUo84U7egJboqGSLvnfhmBwe8oEu5 { top:10.875rem;left:10.812500953674rem;width:24.0625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfdAHMeFRyLDT4HlzAsR2cc2dcMx7GHT { top:10.8125rem;left:23.5625rem;width:24.1875rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG { display:block; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMdfDD2kguEvbUhNpprIXQWVqADUTtP0 { top:8.5625rem;left:0rem;width:37.0625rem;height:7.625rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSKf6SdmB3Ft8yxbK69s3vNJf8zdb74G { top:17.75rem;left:0rem;width:36.25rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWs6sLq1nENyHBwVSFxelDwX0I59n1vI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7CxirdL7smzRCw1mmaB4ut7CyWIFwa2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5D4E1PbTNTZUi3fzZ9iQa70EX2y9SiQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmBbS48lTqhxSCShRTMqS0IHUwOqQD7X { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgmo57liXeOv2543iXyKLq67a9TykxoH { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlR0CHd62sPZVNufZSsoUWGLPt3bQTuG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQMo20IM0n1qXJe0pFzHa4ke3L1fxEeP { top:10rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfV3WoBRCrKQzoTdV27h9uHsgZNa7zp2 { top:8.875rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8htHyhHLbUMxTDu2GbTVZ9ITlqEcMV8 { top:17rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To6ttPJt7z1A07xMffQI0HBBW4T7bkqu { top:15.875rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcDxtuF0I08vdvMx7f7gw5T7gSrCkAsg { top:24.25rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl94xMswr3ofc4MBWidJQJoJLB9vA2aD { top:23.125rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { top:32.25rem;left:18.875000953674rem;width:21.125rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRxPTpATKvrtEpr2qXFOukwJSOgGyXkk { width:10rem;height:3rem;top:32.25rem;left:12.675000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1J3xUXrLDUI0PgS8ixUMAxo2Ip79aw { display:block; }
 }@media only screen and (max-width: 763px) { #igfaEDgWuqXbsz6BfsPTkQRkiepNNcc8 { width:10rem;height:3rem;top:32.1875rem;left:18.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUFyovkGQrwtsk3SPTG0AETGPapVNXPe { display:block; }
 }@media only screen and (max-width: 763px) { #kTRtX6xEgVb7LdENVyTJqZDpTFytcREA { width:10rem;height:3rem;top:32.1875rem;left:24.862500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTJcFdiXZBI4gGqZMySwHBxmQv71yTA { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV { display:block; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q37As7wMC2IFw9ZvValfGV72JSEmN7Pf { width:16.375rem;height:5.0625rem;top:36.02578163147rem;left:1.8125000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1yclsXxnH7zwPIdezTTyrfyBK36T3e { width:6.875rem;height:1.875rem;top:1.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8t74wERO5FTtSdgELPE7CdhEkV8FvCg { width:20rem;height:30.2133125rem;top:4.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ebhy0DkagLr9wZ1MS1SXHRwzAZgIRiUE { width:16rem;height:15.4rem;top:43.594532012939rem;left:2.0000000596046rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #vkOfXyTN2r9T55b2Bk6d46D5XqZzefCX { top:62.869531631469rem;left:3.0312500596046rem;width:13.9375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5B50voMlPTHubgG4lwLr43ruBrudzRS { display:block; }
 }@media only screen and (max-width: 763px) { #myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb { background-color:#ffffff;background-image:none;display:block; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container { background-color: transparent; background-image: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container > .video-iframe-container { display: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row > .video-iframe-container { display: none; }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .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); }#myCUNmBk1qQBXxQTgnxKrkvTfFrefmPb > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KZTs5FVgVW7yyg0okhIHKAZ6bT5LJ6Fc { width:20rem;height:19.6rem;top:40.74609375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #AbLzTJkL8oaJeCRqkQ4WrpOcDApTbWNu { width:17.5rem;height:1.875rem;top:35.74609375rem;left:1.2500000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzsZIaLZZH2E3EdsITcelXOgMndp2KiO { top:66.56250190735rem;left:2.9687500596046rem;width:13.9625rem;height:3.3375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zP3Xmb2hyAgyQfmQhBmQUXBISXDvNsOH { display:block; }
 }@media only screen and (max-width: 763px) { #St0nbyI6knX37SixzM7xofVHpouhy5SS { width:10rem;height:10rem;top:20.987499713897rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #snivFbs6T8ngAeChMkkfsFy7tnFfTbvI { width:20rem;height:29.6875rem;top:1.25rem;left:0rem;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#dfedeb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TO46c09ZLJtTTUmxwcdZMcIG8RdWV0WP { width:20rem;height:25.058625rem;top:2.6250009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMpuoyuOA3OOfx2NdToMcuRwJvckP9Vh { width:19.375rem;height:1.3rem;top:63.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { width:17.5rem;height:3.75rem;top:2.625rem;left:1.2500000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTLlEByeauawpnkfby58NaDJaC71CgXr { width:17.5rem;height:3.25rem;top:14.062500476837rem;left:1.2500000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGXwin7TpGnsVkWV7cLkRazkotORigJo { width:16.25rem;height:3.25rem;top:40rem;left:1.8750000596046rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7O62BP57WmJJTLTmN2ATTMDLTNCqyKI { width:18.75rem;height:25.0625rem;top:61.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGHoMQifRiC4mP4o73l3y24CdFrNnXov { width:18.75rem;height:25.1875rem;top:9.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA3kgha4MCm3rJ3MAdTFXdutKRnce3fc { width:18.75rem;height:25.0625rem;top:35.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCpg5TIwSQ2WnCpq9beOfpiS9i1llNOX { width:12.75rem;height:3.25rem;top:67.125rem;left:3.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q62NppRVuaKz7uc7kHni5uEeX6hfVrQ2 { width:12.375rem;height:7rem;top:20.4375rem;left:4.2992187142372rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #TbESyKOpeT3DnzyrDgFbkqaxiEGOGNqh { width:14.375rem;height:7rem;top:73.5625rem;left:3.3125000596046rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #TUp19skGKy0bQQfhgInxrlN5yOufBJri { width:12.125rem;height:7rem;top:46.9375rem;left:4.1875000596046rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs { background-color:#dfedeb;background-image:none;display:block; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container { background-color: transparent; background-image: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container > .video-iframe-container { display: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row > .video-iframe-container { display: none; }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .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); }#dStaKF9bFiue1eMRgMGlRu2lGbaGSFfs > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zlo8sGyT0OP7TUhEHIRVDhp7nVrbVECw { width:17.5rem;height:5.625rem;top:4.4750003814697rem;left:1.2500000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HqubHqlWcvkOEivTzJl8pTLFTgDzTwaR { width:20rem;height:14rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #WrUz7nZFHQXwnDAfq3JIehTbhcMfbbxT { width:17.5rem;height:1.6875rem;top:23.25rem;left:1.2500000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzDp1OwOhdvWvDbVKTdVwPEyQ24aXz7i { width:17.5rem;height:5.6rem;top:25.6875rem;left:1.2500000596046rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #sIKBVWGuT3TVZwXdZe7LgnFpGgAnixCg { display:flex;width:4.5rem;height:4.5rem;top:18.0625rem;left:7.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #URyikUD4vPTfAhUW8ifAlmQ6Iy3yH9ZU { width:17.5rem;height:5.6rem;top:58.1875rem;left:1.2500000596046rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Kp2elDuesg1xwPWIaGe4QVShwoNf2zhI { width:17.5rem;height:1.6875rem;top:55.062501907349rem;left:1.2500000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2dqhydAv3Tb2S1dXy5JdSHTca7IeaNL { display:flex;width:4.5rem;height:4.5rem;top:33.437500953674rem;left:7.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #I2r4W97I82CR333vX1lH6nO76ma6TELs { display:flex;width:4.5rem;height:4.5rem;top:49.9375rem;left:7.7500005364419rem; }
 }@media only screen and (max-width: 763px) { #zMCFefbnwn6hDy0MdbKOa6r91tSlFb7t { width:17.5rem;height:1.6875rem;top:37.936719894409rem;left:1.2500000596046rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMmBSXkPxDDPI62ceATQTEuNmV2Eq6mh { width:17.5rem;height:5.6rem;top:40.875rem;left:1.25rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pbSJ83L73h1weuKzcSQGszQIzEGOTTKt { background-color:#ffd476;background-image:none;display:block; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { background-color: transparent; background-image: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row > .video-iframe-container { display: none; }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .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); }#pbSJ83L73h1weuKzcSQGszQIzEGOTTKt > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PsNMTNky5v048FaCRPf5PvgDlwSce9gg { width:20rem;height:1.875rem;top:13.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6mki7TvSTbInJ0s1t3wAgS0VKXHt2mP { width:15.1875rem;height:7.875rem;top:17.625rem;left:2.4375rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rSd3H4vHzZ9Qh9vgIM6HgLBEkGVwaC1Q { top:32.000001907349rem;left:2.9687500596046rem;width:13.9625rem;height:3.3375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTAt0faEAQLF0KJiTA9zA1T9177ciWag { display:block; }
 }@media only screen and (max-width: 763px) { #RTBwFCGC2lBd9BPpHg7hLH0EP9lrOV7k { width:20rem;height:26.125rem;top:3.0625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #X9KPGSdseNZhkXk6qvmXsECK0KbyQcKV { width:20rem;height:22.5625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vw040SfA6o3T34J7i2RKHqgwWaEriPUQ { display:block; }#vw040SfA6o3T34J7i2RKHqgwWaEriPUQ > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwXCia9typGSnK3iclgVfi42TsnpiJWn { width:20rem;height:1.875rem;top:4.0625009536743rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTPToxBGzXGEdmFcnd4G4kwpBvi9TasW { width:20rem;height:18.4375rem;top:9.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb4dPy0GFxkkR1cfwrXmOSlE3Ee8EVRq { width:1.125rem;height:1.6875rem;top:12.561718940735rem;left:1.9250000119209rem;font-size:1.6875rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #rnFdSnWD2Wo7lo5ru3LQTtJw4rcOiZ9e { width:16.25rem;height:1.6875rem;top:12.5625rem;left:3rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nq1b7DUhExzGQ19FpuZNV0mvGXJqwcgK { width:16.25rem;height:8.4rem;top:14.875rem;left:1.875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hbbvy8FqnB613EAgISIA1qF3cVKdG4t7 { width:20rem;height:18.4375rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2RbmRxGxCLCBMiD0avnlVBp3fCKU58R { width:16.25rem;height:8.4rem;top:35.1875rem;left:1.875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xhbtLT5xFqxcQDbTtFD4T9ReN8zwpJvC { width:16.25rem;height:1.6875rem;top:32.375rem;left:3.75rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F34KCg0UdA7rcaT3FmM5EzhuVxkyZJxs { width:16.25rem;height:1.6875rem;top:32.375rem;left:1.875rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #spoSmurJlK41xhnkPU0TBUx5N7Dc1c7E { width:20rem;height:18.4375rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNwKF23f1Tt1xPxvOcfzBVEaJtBDF7qa { width:13.1875rem;height:5.6rem;top:56.499219894409rem;left:1.9375000596046rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DJoELCorpnf6v9lnAy8g1wSWhwTn44aq { width:16.25rem;height:1.75rem;top:54.000001907349rem;left:3.6250000596046rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lTrbFe51JEkquwEz2ZJUpOWaZRbp07Wi { width:1.9375rem;height:1.6875rem;top:54.11171913147rem;left:2.0000000596046rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ySbmQ5FgleVZ1EstxmCyA7lcpRieFiND { width:6.25rem;height:6.25rem;top:21.499218821526rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM { display:block; }#qXUQFIN91cO00dDp5WJ4PPi5JtW4LHAM > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hpIhWNA4NTV2lRDh48WxJN7s4lx57yJT { width:8.625rem;height:8.625rem;top:6.61171913147rem;left:5.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6ABkHzxrSQq84CEMU0leE8hTk250IPg { width:8.6875rem;height:3.25rem;top:21.062500953674rem;left:5.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQkbZ6irs3wVwCvMKsL08dPkhbU0t8IK { width:7rem;height:7.25rem;top:32.437500715256rem;left:6.5000000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRgkWTzI3szUxX7fE4SyOcchm9dTrL3e { width:6.25rem;height:6.5rem;top:25.987500190735rem;left:6.8750000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFeTzn2nyiucKomsnULra3NLnFFQmmMc { width:9.5rem;height:4.5rem;top:13.9375rem;left:5.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBueWUm8wr5ZM506Dt1LJvZAPv0CG4dd { width:20rem;height:2rem;top:1.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J53pWTq6clF19eLrTyo3XtMN2Bf0IMIf { width:20rem;height:35.8125rem;top:4.9062502384186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #czXqcvMATkJcrEIJuTWgbvrw737EE1wW { background-color:#fff9ea;background-image:none;display:block; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container { background-color: transparent; background-image: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container > .video-iframe-container { display: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row > .video-iframe-container { display: none; }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .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); }#czXqcvMATkJcrEIJuTWgbvrw737EE1wW > .row .container { width:20rem;height:106.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vIMtkgsl20om2ZdA3LuMaDplGSlE9KFv { width:20rem;height:2rem;top:2.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zw38JCskTdpcfoWX7zryh7gDl1dJc7RK { width:20rem;height:7.75rem;top:0rem;left:-0.125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #rhCb64X8KUaxx6ngC00hrNzme1cicNNC { width:20rem;height:28.5rem;top:74.556255340575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMeRUo84U7egJboqGSLvnfhmBwe8oEu5 { width:20rem;height:28.44375rem;top:42.442188262939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfdAHMeFRyLDT4HlzAsR2cc2dcMx7GHT { width:20rem;height:28.403125rem;top:10.761719703674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG { display:block; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMdfDD2kguEvbUhNpprIXQWVqADUTtP0 { width:15.8125rem;height:4rem;top:2.749218583107rem;left:2.0937500596046rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSKf6SdmB3Ft8yxbK69s3vNJf8zdb74G { width:17.375rem;height:5.6rem;top:9.262499809265rem;left:1.3125000596046rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #UWs6sLq1nENyHBwVSFxelDwX0I59n1vI { width:15rem;height:1.9125rem;top:24.75rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7CxirdL7smzRCw1mmaB4ut7CyWIFwa2 { width:15rem;height:1.9125rem;top:22.8125rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M5D4E1PbTNTZUi3fzZ9iQa70EX2y9SiQ { width:15rem;height:1.4875rem;top:45.9375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(255,255,255,0.9);display:block; }
 }@media only screen and (max-width: 763px) { #RmBbS48lTqhxSCShRTMqS0IHUwOqQD7X { width:15rem;height:1.9125rem;top:44.0625rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sgmo57liXeOv2543iXyKLq67a9TykxoH { width:15rem;height:1.9125rem;top:35.0625rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XlR0CHd62sPZVNufZSsoUWGLPt3bQTuG { width:15rem;height:1.9125rem;top:33.125rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aQMo20IM0n1qXJe0pFzHa4ke3L1fxEeP { display:flex;width:1.625rem;height:1.625rem;top:19.375rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #gfV3WoBRCrKQzoTdV27h9uHsgZNa7zp2 { width:3.875rem;height:3.875rem;top:18.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8htHyhHLbUMxTDu2GbTVZ9ITlqEcMV8 { display:flex;width:1.625rem;height:1.625rem;top:29.8125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #To6ttPJt7z1A07xMffQI0HBBW4T7bkqu { width:3.875rem;height:3.875rem;top:28.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcDxtuF0I08vdvMx7f7gw5T7gSrCkAsg { display:flex;width:1.625rem;height:1.625rem;top:41.3125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #Jl94xMswr3ofc4MBWidJQJoJLB9vA2aD { width:3.875rem;height:3.875rem;top:40.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nius86CIo15X5Ex4HEUB8yRzMeVvr7TV { width:14.625rem;height:0.84375rem;top:52.3125rem;left:3.3304687142372rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRxPTpATKvrtEpr2qXFOukwJSOgGyXkk { width:6.4375rem;height:1.125rem;top:50.3125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS1J3xUXrLDUI0PgS8ixUMAxo2Ip79aw { display:block; }
 }@media only screen and (max-width: 763px) { #igfaEDgWuqXbsz6BfsPTkQRkiepNNcc8 { width:5.3125rem;height:1.5625rem;top:50.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUFyovkGQrwtsk3SPTG0AETGPapVNXPe { display:block; }
 }@media only screen and (max-width: 763px) { #kTRtX6xEgVb7LdENVyTJqZDpTFytcREA { width:6rem;height:1.75rem;top:50rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwTJcFdiXZBI4gGqZMySwHBxmQv71yTA { display:block; }
 }