.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:transparent;background-image: -webkit-linear-gradient(90deg, #f4eddd, #f4f4f4);background-image: -moz-linear-gradient(90deg, #f4eddd, #f4f4f4);background-image: -ms-linear-gradient(90deg, #f4eddd, #f4f4f4);background-image: -o-linear-gradient(90deg, #f4eddd, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );";background-image: linear-gradient(90deg, #f4eddd, #f4f4f4);background-size:cover !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { background-color: transparent; background-image: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { border-width: 0; border-radius: 0; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:0.875rem;left:47.6875rem;display:block; }
#wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOyKOkctzfQUEqQDmTvOIzFx2Bf5g0pi { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:5.0625rem;top:0.0625rem;left:0rem;overflow:hidden;display:block; }
#o45uFfTWg5egnGAXyXPfJl8LIzT2cFJT { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:azosans;font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:2.1875rem;left:62.8125rem;height:1.78693125rem;text-align:left;text-align-last:left;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; }
#UDMpKStKLNH2GdbPyTWP4dyBxDuddndc { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:azosans;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:0.875rem;left:62.8125rem;height:1.375rem;text-align:left;text-align-last:left;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; }
#rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { color:#000000;display:block;width:6.25rem;position:absolute;font-family:azosans;font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:2rem;left:11.5rem;height:1.03125rem;text-align:center;text-align-last:center;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; }
#VBqESATMqucCVngMcCrat4F4DBN9r6WO { color:#000000;display:block;width:6.25rem;position:absolute;font-family:azosans;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:2rem;left:17.75rem;height:1.03125rem;text-align:center;text-align-last:center;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; }
#pZOC5LrwU96EQDJIcfAAbntGqxRUCRAt { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:azosans;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:2rem;left:24rem;height:1.03125rem;text-align:center;text-align-last:center;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; }
#B7prdnqaRl5dVKWNy94rBnkvTRb3fu92 { color:#000000;display:block;width:8.1875rem;position:absolute;font-family:azosans;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:2rem;left:32.1875rem;height:1.03125rem;text-align:center;text-align-last:center;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; }
#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ebd5cf);background-image: -moz-linear-gradient(90deg, #ffffff, #ebd5cf);background-image: -ms-linear-gradient(90deg, #ffffff, #ebd5cf);background-image: -o-linear-gradient(90deg, #ffffff, #ebd5cf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebd5cf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebd5cf' );";background-image: linear-gradient(90deg, #ffffff, #ebd5cf);background-size:cover !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; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { background-color: transparent; background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .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); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { border-width: 0; border-radius: 0; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;position:relative;display:block; }#bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -moz-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -ms-linear-gradient(180deg, #4daf50, #4a8b13);background-image: -o-linear-gradient(180deg, #4daf50, #4a8b13);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4daf50', endColorstr='#4a8b13' );";background-image: linear-gradient(180deg, #4daf50, #4a8b13);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:4rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:37.0625rem;left:0rem;display:none; }
#DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.75rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:43.4375rem;left:0rem;display:block; }
#RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { color:#000000;display:block;width:33.75rem;position:absolute;font-family:aboreto;font-size:4.75rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:7.08984375rem;left:0rem;height:15.6738125rem;text-align:left;text-align-last:left;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:none; }
#RRdMIiCOp7M5AInDx3ZifUc90FuGxxFa { display:block;width:34.0625rem;position:absolute;font-family:azosans;font-size:3.75rem;font-weight:400;z-index:15007;line-height:1.2;top:13.75rem;left:0rem;background-color:transparent;background-image:none;height:18rem;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZE8767z2AvTOXnev8t02KHw8l3bAw3px { display:block;width:33.5rem;position:absolute;font-family:azosans;font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.2;top:33.25rem;left:0rem;background-color:transparent;background-image:none;height:6.2988125rem;color:#4e4a49;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lhlaX6FLl1Bk7LrybPJJTdwVOA5TOmEQ { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:47.875rem;left:0rem;height:2.34375rem;text-align:center;text-align-last:center;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; }
#T7sqZnfC1fZRea8X8t69Z7O38PoUCTZc { position:absolute;display:block;z-index:15042;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:46.625rem;width:40rem;top:10.5625rem;left:35rem;overflow:hidden;display:block; }
#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:url("https://images.assets-landingi.com/uc/abb1b157-2f73-4407-a786-b88f8bab71ec/04BG.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.adaptive-delivery-prevent-bg, #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.lazyload, #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.lazyloading { background-image: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { background-color: transparent; background-image: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container > .video-iframe-container { display: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container { display: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .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); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { border-width: 0; border-radius: 0; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { font-size:0.875rem;font-family:arial;height:70rem;width:75rem;position:relative;display:block; }#KQSTBvEsLKpASVfLPe3X27VnJkb07U9q { color:#ffffff;display:block;width:75rem;position:absolute;font-family:azosans;font-size:3.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:6.0399971008301rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kaq3P8GqryzaRLMzqaxKuJ28yc5La7rG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:19.375rem;display:none; }
#fkl2VUEvzOsghayqHD1pU5F3Gc14ChDg { color:#000000;display:block;width:31.6875rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:9.1643753051756rem;left:21.655624389649rem;height:1.575rem;text-align:center;text-align-last:center;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; }
#wO3OcfGUONtmJciwxTZypltGL1oCaSeB { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:14.0625rem;top:13rem;left:0.8125rem;overflow:hidden;display:block; }
#aE1TnkwDMQw2M2mBHo3vHn0mT2a2sPh2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:14.0625rem;top:13rem;left:15.625rem;overflow:hidden;display:block; }
#c2mut5Z88v9G7XLvGrd7XrAOUfV8gUyu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:14.0625rem;top:12.96875rem;left:30.468128204346rem;overflow:hidden;display:block; }
#tL5lOPsF2NpvIShk7tHtiJlhNtxmIn1F { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.625rem;width:14.0625rem;top:12.96875rem;left:45.311878204346rem;overflow:hidden;display:block; }
#W8doCTpFrma4xR9QGgxBGUcsgn0IWZMw { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:14.0625rem;top:13rem;left:60.187503814698rem;overflow:hidden;display:block; }
#zqi8Lma5gaKMuZFiE8MTixSq68JTX4mC { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:35.4375rem;left:0.8125rem;height:2.475rem;text-align:center;text-align-last:center;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; }
#iLKNEHePFgvIPaR1StHm6Ma8nIURAFoh { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:35.4375rem;left:15.625rem;height:2.4744375rem;text-align:center;text-align-last:center;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; }
#HTRrAMuv6nms3agychRQWTHn9MeQ3ClC { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:35.4375rem;left:30.468753814698rem;height:2.47443125rem;text-align:center;text-align-last:center;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; }
#ZlGJry637IaTPc4rACvBCT6Cex1qlpyG { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:35.4375rem;left:45.312503814698rem;height:2.4744375rem;text-align:center;text-align-last:center;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; }
#MCIaT6wy3nyMyc8r6rd6CJzovcb6GinV { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:35.4375rem;left:60.187503814698rem;height:2.4744375rem;text-align:center;text-align-last:center;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; }
#FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:azosans;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.7;letter-spacing:0;top:39rem;left:2.3118782043457rem;height:5.9488625rem;text-align:center;text-align-last:center;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; }
#m58vAUiLvTdTgSNIPdrsTBRm7vDqliik { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:azosans;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:39rem;left:16.686252593994rem;height:5.9488625rem;text-align:center;text-align-last:center;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; }
#dRwyiVMqIhPIN0ChIKCNtQezV2opA5TH { color:#000000;display:block;width:11.75rem;position:absolute;font-family:azosans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:39rem;left:31.624378204346rem;height:4.46191875rem;text-align:center;text-align-last:center;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; }
#l2JK2u8Rqu13GUJiorm7Tq8Z2QHhIqXM { color:#000000;display:block;width:11.25rem;position:absolute;font-family:azosans;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:39rem;left:46.718128204346rem;height:5.9488625rem;text-align:center;text-align-last:center;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; }
#J2Xw6ImEDZhO1CIqmWDQsrwRgseysxWh { color:#000000;display:block;width:11.625rem;position:absolute;font-family:azosans;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:39rem;left:61.405628204346rem;height:5.9488625rem;text-align:center;text-align-last:center;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; }
#ImsxH0MEsHN778Mepi1y7m9r1tltT7lF { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:47.25rem;left:2.375rem;display:block; }
#GsZGTQEGDppZzHBZDraaulRHpOOAoatg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KDc7ag45NFcVNdcChhaG33LMcs9sAHL9 { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:47.25rem;left:17.1875rem;display:block; }
#JHH5Mud1Mhy86l1x8cEITO5I1DLTJvob { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5y5bhXqJ6pgCaWLVyRy3UcyrsZt8TT3 { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:47.25rem;left:32.062503814698rem;display:block; }
#dZ8KBuFMAFuhZBS1OnXdn5NJVV8sMXqW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TiTAurxnhMO8dVIDvC1cfDCtM1gpQfV9 { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:47.25rem;left:46.875003814698rem;display:block; }
#MLdEFyNOf2ECyFP5wgWX0K4v0TvtekxH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KS7uOT05UhpwrsSWTB6UPJe7gLnzOsdI { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:47.25rem;left:61.750003814698rem;display:block; }
#wFlV6LUIz5F3qboR78dD4O4atxyVkFBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tg6Bv420GFLBSsUmk12HRUHrM8O77uJ8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ILP0OglnthLWcdbs4VDVfPTxL4Ik0qPE { box-sizing:content-box;height:19.1875rem;width:14.0625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:32.9375rem;left:0.81187820434569rem;display:block; }
#LcZfWmUdvbmoZUTXBCvvqihkNpwnf0cN { box-sizing:content-box;height:19.1875rem;width:14.0625rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:32.9375rem;left:15.623752593994rem;display:block; }
#OCQdMwzpqLMI8BRKOEQ3MKvewGP1r3y4 { box-sizing:content-box;height:19.1875rem;width:14.0625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:32.9375rem;left:30.468128204346rem;display:block; }
#iNnMeCgPxrK6BgA6rf4RF1Zdoq5XPslD { box-sizing:content-box;height:19.1875rem;width:14.0625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:32.9375rem;left:45.311878204346rem;display:block; }
#p8B9t1ACr60b81d9d1ZK2CkenpHznA1c { box-sizing:content-box;height:19.1875rem;width:14.0625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:32.9375rem;left:60.186878204346rem;display:block; }
#xofxVQtI4IVmm7JzphabroFHDdBgVFPM { position:absolute;display:block;z-index:15037;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:52.9375rem;left:25.4375rem;display:block; }
#O4WozaTGAmXZNnQsJ1HZvTZAyRB3woOh { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:azosans;font-size:1.0625rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:54.059374332428rem;left:26.686878204346rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qsZ6eqLlQwDFBgCxHVDynZx9wkXmoUAz { position:absolute;display:block;z-index:15047;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:57.1875rem;left:0.8125rem;display:block; }
#anNEhdzaQ1DrPaXTefF0fb3lTxvyTA2M { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:azosans;font-size:1.0625rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:58.309374332428rem;left:2.0618782043457rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dIk31evyk09n1RohLoWBqH8xxJLQhlWe { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:52.9375rem;left:0.8125rem;display:block; }
#r6kdXzazbts961uZCOu2AiSDT4Zl7OcP { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:57.1875rem;left:50.125rem;display:block; }
#vbifgA7OnBl0UFcQsZsPptTNbsgJec3e { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:57.1875rem;left:25.4375rem;display:block; }
#mbrr3fed001kTqSg3PLsHTFnRFQEFcdD { position:absolute;display:block;z-index:15053;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:61.4375rem;left:50.125rem;display:block; }
#yFlFXBgGXDxixwFw37f6ZOI5uwrKGmmF { position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:61.4375rem;left:25.4375rem;display:block; }
#HqJ2Kqq6FVKN6Oy7lVFqHzHrs9m2e39A { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:azosans;font-size:1.0625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:54.059374332428rem;left:2.0618782043457rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IceDZuaGzFxQfzD0Qz57Rgcc0JXs3NEI { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:azosans;font-size:1.0625rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:58.309374332428rem;left:51.374378204346rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTzkUgto26NkfTsw1ErHGuRRWPT1ixpE { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:azosans;font-size:1.0625rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:62.559374332425rem;left:2.0618782043457rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uvFtONquq1T9qfkp9cTtTdu6UlctM0lR { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:azosans;font-size:1.0625rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:54.059374332428rem;left:51.374378204346rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTFTczAr0ZJ8HTdsNu8nEvZouuCWZNlJ { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:61.4375rem;left:0.8125rem;display:block; }
#MR0luvPOzeUg2lBfAodK14BKpk7BOZmZ { position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.625rem;width:24.125rem;top:52.9375rem;left:50.125rem;display:block; }
#Vpw0vF6NuNoTS8iJcdZCNA2VBeIy3skD { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:azosans;font-size:1.0625rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:58.309374332428rem;left:26.686878204346rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OCv7htcE0sHJTc6fnhowrLNPvBnrgyyo { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:azosans;font-size:1.0625rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:62.559374332425rem;left:51.374378204346rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pBstXFUvsZRRWXGhpEA4wpWUbXfTrHvD { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:azosans;font-size:1.0625rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:62.559374332425rem;left:26.686878204346rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IcrliKkM8rtSTwJ9vS5hOVbUoyuybnA4 { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.25rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:62.124998569489rem;left:66.851871490481rem;display:block; }
#pvAUfeLmdJDpJczyNfJnuTWE2IN8XGLb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0eKIzWAkVhayMAaPRG4TgWbRWQVU8dG { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.25rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:57.874998569489rem;left:66.850627899169rem;display:block; }
#lmBsNp7UBrKHUpq5aUcohZlmg8KD6640 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a7yBvrFMZXfs6kfBPAkd5ubGgIExxWs7 { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.25rem;text-decoration:none;z-index:15073;text-align:center;text-align-last:center;top:53.624998569489rem;left:66.850627899169rem;display:block; }
#b78mE54r8ETKivTSyOm7TzzVs1i1Qac0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mq1mLA4Xnf88ohZs6RgmsTOrS6Xgutec { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.25rem;text-decoration:none;z-index:15074;text-align:center;text-align-last:center;top:53.624998569489rem;left:42.123752593994rem;display:block; }
#zlfWUViGgroGW5gqdTL6Jr7FpTHcLnZv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#betKp9sNXg0ZW62MU0dpo06lA6ZFFHbN { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.25rem;text-decoration:none;z-index:15075;text-align:center;text-align-last:center;top:57.874998569489rem;left:42.123752593994rem;display:block; }
#Bvf8oNdJQNK0Llb9IBzp49CgCgKHhO7n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPo7zGLdlFb8VG3ku379BrvDPPiT2TWI { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.25rem;text-decoration:none;z-index:15076;text-align:center;text-align-last:center;top:62.124998569489rem;left:42.123752593994rem;display:block; }
#TTpA5NQNrtka82NDEb7Qgfxvwg4PPPAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTKoUBDQ3xwOX1dp6m8CSMieUovGG0AX { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.25rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:53.624998569489rem;left:17.538749694824rem;display:block; }
#MmOBnmK2IFiTxCNq8TN862RLDBHPrIDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#krgne8bz9udlqqdy5IQ6TOTNfzrLoXwe { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.25rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:57.874998569489rem;left:17.538749694824rem;display:block; }
#ZOcq7hNIF6psGStyCrZGUnwWiQZDZP8q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aKlUGDeD18pmh510aVAn2yZklX3amTc5 { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.25rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:62.124998569489rem;left:17.538749694824rem;display:block; }
#qnZW1R3IKRhaKKgUmhWPLTV30ghlZ1f4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ipU5CW7gwU1mTkPaSSWZ0PqSggfdoLNa { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.1;letter-spacing:0;top:35.4375rem;left:60.187503814698rem;height:2.475rem;text-align:center;text-align-last:center;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:none; }
#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f9fa;background-image:url("https://images.assets-landingi.com/uc/fc297462-5821-4b28-a470-baa5c195f1b0/05BG.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.adaptive-delivery-prevent-bg, #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.lazyload, #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2.lazyloading { background-image: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { background-color: transparent; background-image: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container > .video-iframe-container { display: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container { display: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .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); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { border-width: 0; border-radius: 0; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { font-size:0.875rem;font-family:arial;height:56.6875rem;width:75rem;position:relative;display:block; }#es6dQubrQX0Nc3mJAvJCpBEHcDm5QyyC { color:#ffffff;display:block;width:75rem;position:absolute;font-family:azosans;font-size:3.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:5.039999961853rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T2NohuTKVTbJK35f1oISrBE7nqwSo8r4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:19.375rem;display:none; }
#bmg3PTu8t3G0uOnpM5q8uKoPZiRZoGs9 { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:azosans;font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:8.3518753051756rem;left:26.405628204346rem;height:1.925rem;text-align:center;text-align-last:center;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; }
#JsOG6nZRzwr6t8C9EkOut0JCTUlC4VJw { position:absolute;display:block;z-index:14999;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:27.1875rem;width:14.0625rem;top:12.75rem;left:30.4375rem;overflow:hidden;display:block; }
#XZegTxOBEJl1957BLB0w0z5JONxGbTPi { position:absolute;display:block;z-index:14998;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:27.1875rem;width:14.0625rem;top:12.75rem;left:45.5rem;overflow:hidden;display:block; }
#X5DH7uIbzKeSGT4M4hPdg3QdPQaSqs24 { position:absolute;display:block;z-index:14997;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:27.1875rem;width:14.0625rem;top:12.75rem;left:60.4375rem;overflow:hidden;display:block; }
#PBJQMFKv0eAExcqfCPndLp6qA2Kn2ptd { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:36rem;left:30.75rem;height:2.4744375rem;text-align:center;text-align-last:center;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; }
#FSnxeJINyXZ44kJv1K8IXTUT7h97UXBZ { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:36rem;left:45.8125rem;height:2.4744375rem;text-align:center;text-align-last:center;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; }
#Tg3AsBrO5TmfTTn5pX2C68SXTzBqpghp { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:36rem;left:60.75rem;height:2.4744375rem;text-align:center;text-align-last:center;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; }
#WEvQEUtfLIi0xfVuHeckgUPwRvUPbDiP { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:39.375rem;left:30.75rem;height:5.948875rem;text-align:center;text-align-last:center;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; }
#ZukrSK4z0dAz0Z8gOE4msdpfdeKa9g3e { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.7;letter-spacing:0;top:39.375rem;left:45.8125rem;height:5.948875rem;text-align:center;text-align-last:center;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; }
#DW93THcnRbQlP3dJymA20FoXITmWAO6d { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:39.375rem;left:60.75rem;height:4.46165625rem;text-align:center;text-align-last:center;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; }
#sf0iVXTF2UsF1SKTZ1MKKFw4QJbvzVKV { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:47rem;left:32.3125rem;display:block; }
#kLJl55QgCLfcoS94ghd3i75I2NXK5HqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eBdl823l3oL2eTnVK914s0TOy4nblGSz { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:47rem;left:47.375rem;display:block; }
#ldmcZSPbvyUxdgLThpVxUpInbyEqSVaT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HZvhuvInQIF8GOxyDgiO6dgLXimrpQDd { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:47rem;left:62.3125rem;display:block; }
#kpobfez75Aht4wXxQDuiN2HuAafT7Q6F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XInb3gGT49VQACvWR5bGVG2eLs8mBKny { position:absolute;display:block;z-index:14994;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:27.1875rem;width:14.0625rem;top:12.75rem;left:15.25rem;overflow:hidden;display:block; }
#uZMXLN7JUysnT9um8Z6eTcFZ74oEFLlq { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:36rem;left:15.5625rem;height:2.4744375rem;text-align:center;text-align-last:center;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; }
#gUuIB1ewZNRflGIT3rs9K1TJAoTZaWwE { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.7;letter-spacing:0;top:39.6875rem;left:15.875rem;height:5.948875rem;text-align:center;text-align-last:center;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; }
#gql5K1abVHAJqsgNNbxb7kMaiNpZgX66 { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:47rem;left:17.125rem;display:block; }
#UOdcNHy5kXGJozGScL5HTGGZfvVTPHVZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lMDGTGTDrNF1wZlXfUO7mR9JASKAUnwX { background-color:transparent;background-image: -webkit-linear-gradient(270deg, #cc5f59, #f47871);background-image: -moz-linear-gradient(270deg, #cc5f59, #f47871);background-image: -ms-linear-gradient(270deg, #cc5f59, #f47871);background-image: -o-linear-gradient(270deg, #cc5f59, #f47871);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5f59', endColorstr='#f47871' );";background-image: linear-gradient(270deg, #cc5f59, #f47871);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:azosans;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:46.9375rem;left:2rem;display:block; }
#JV3k6camBf5be5cmg3qrMRwcPnMAuUyS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Spt6qUVZTznrp3TPRWBvMXCMuvdrAxFs { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:39.6875rem;left:0.75rem;height:5.948875rem;text-align:center;text-align-last:center;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; }
#Gy4CBUd8LxJzXMyQh57Qlcf3kT8lrutV { position:absolute;display:block;z-index:14995;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:27.1875rem;width:14.0625rem;top:12.6875rem;left:0.125rem;overflow:hidden;display:block; }
#o7Ktb2KzTXAUyb5Snhybua1iLRTIPHb5 { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:azosans;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:35.9375rem;left:0.4375rem;height:2.4744375rem;text-align:center;text-align-last:center;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; }
#nH65NKzOXTSgQvcG0Qh4RbK7qDZXKlfE { box-sizing:content-box;height:19.4375rem;width:14.0625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-size:auto !important;top:20.5rem;left:0.125rem;display:block; }
#Lme9kEbM7VePD2wzDL1B6fBGoCgl3Nhx { box-sizing:content-box;height:19.4375rem;width:14.0625rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-size:auto !important;top:20.5625rem;left:15.25rem;display:block; }
#yO9nIpmnrv6tJJkfrzgOpR7c4pKTxlhz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.0625rem;width:49.9375rem;display:none; }
#C97r0p2OvSKNAqLEV2NmxZvvz27LAIh0 { box-sizing:content-box;height:19.4375rem;width:14.0625rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#fffcf1' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #fffcf1);background-size:auto !important;top:20.5rem;left:0.125rem;display:none; }
#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { border-width: 0; border-radius: 0; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;position:relative;display:none; }#u6mTig2SDsR6yNMZTvVh62GuSHhWTTLS { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#tp8q1gBBfbZrIJhX1vFKr076K2rFb0oZ { color:#000000;display:block;width:75rem;position:absolute;font-family:azosans;font-size:3.125rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;top:5.2487506866455rem;left:0rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRKSiB0ouT4yDS9k5yUk6wkZ5BexT737 { position:absolute;display:block;z-index:15018;height:32.125rem;width:24.375rem;top:11rem;left:0rem;display:block; }
#BO9hzRZpZSaAonSVD7W4vbKuehTLwkNT { position:absolute;display:block;z-index:15019;height:32.125rem;width:24.375rem;top:11rem;left:25.3125rem;display:block; }
#mhh34WqGeLp1ST9M6AOGczxxJbbSCXMB { position:absolute;display:block;z-index:15020;height:32.125rem;width:24.375rem;top:11rem;left:50.625rem;display:block; }
#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { background-color: transparent; background-image: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container > .video-iframe-container { display: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container { display: none; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .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); }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { border-width: 0; border-radius: 0; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { font-size:0.875rem;font-family:arial;height:22.0625rem;width:75rem;position:relative;display:block; }#y4GzB6K5M8fkU0IExB2WlzI354t8IdEW { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#Z2R0LOQVX7i3qd94dX80h553as1BaTgg { position:absolute;display:block;z-index:15018;height:11.8125rem;width:75rem;top:3.75rem;left:0rem;display:block; }
#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ebd5cf);background-image: -moz-linear-gradient(180deg, #ffffff, #ebd5cf);background-image: -ms-linear-gradient(180deg, #ffffff, #ebd5cf);background-image: -o-linear-gradient(180deg, #ffffff, #ebd5cf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebd5cf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebd5cf' );";background-image: linear-gradient(180deg, #ffffff, #ebd5cf);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; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { background-color: transparent; background-image: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container { display: none; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .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); }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { border-width: 0; border-radius: 0; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#DXkKh8OiuFFPZaD2QEzl8fi16x4akFDw { position:absolute;display:block;z-index:15029;background-color:#ffffff;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;height:28.75rem;width:75rem;top:3rem;left:0rem;display:block; }
#eKKIVGzpDqar3MsPB3vMAJ4iiT5LK7Sr { color:#36c4b2;display:block;width:18.375rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:12.9375rem;left:52.687503814698rem;height:5.5994375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OLCV0cBZNIDPASNnvpS7XHEzSuzzg0fg { color:#4f4f4f;display:block;width:17.125rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:5.5625rem;left:52.687503814698rem;height:5.59943125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqTt9DBmHkGTwRXfzAHq6o6u2Rlgxe9V { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:13.4375rem;left:50.812503814698rem; }
#TqvZ5tiVTs5bTykeNrv9slmTEMgWGA6E { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:5.5625rem;left:50.562503814698rem; }
#J37cmS5Cwxl6cEKm4dBtswk9GTu3s9LA { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:5.5625rem;left:1.5625rem;display:block; }
#fCWo8IeeuyUkJ6BFs44pmTE2iqrHNJad { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:21.000003814698rem;left:50.875003814698rem; }
#vAS70QaXGISdaMR54A8w7sZQItS4sfvK { color:#36c4b2;display:block;width:20.8125rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:20.5rem;left:52.750003814698rem;height:5.59943125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bkDKk24W133arl7LnBxAtqcadw0dl67w { position:absolute;display:block;z-index:15050;height:23.6875rem;width:46.875rem;top:2.5712509155274rem;left:1.5625rem;display:none; }
#ALfdH4DsP3icZfZcX2ELiTKNmSqwCWsd { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:27.539999961853rem;left:50.561878204346rem; }
#ALfdH4DsP3icZfZcX2ELiTKNmSqwCWsd > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#bsvEi5amKUEGsD7t9pQ0V9tkC2BcODHf { color:#36c4b2;display:block;width:17.3125rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15038;line-height:1.6;letter-spacing:0;top:27.689997673034rem;left:52.686878204346rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f6faff);background-image: -moz-linear-gradient(180deg, #ffffff, #f6faff);background-image: -ms-linear-gradient(180deg, #ffffff, #f6faff);background-image: -o-linear-gradient(180deg, #ffffff, #f6faff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6faff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6faff' );";background-image: linear-gradient(180deg, #ffffff, #f6faff);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; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { background-color: transparent; background-image: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .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); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { border-width: 0; border-radius: 0; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { color:#000000;display:block;width:75rem;position:absolute;font-family:azosans;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:1.5412502288818rem;left:0rem;height:1.699575rem;text-align:center;text-align-last:center;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; }
#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container { border-width: 0; border-radius: 0; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#FTPkFLMaqPpaiOQ2RPL3W4nU0HITL59p { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:18.75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { width:13.75rem;height:3.3125rem;top:0.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block; }
 }@media only screen and (max-width: 763px) { #uOyKOkctzfQUEqQDmTvOIzFx2Bf5g0pi { width:5.0625rem;height:4.625rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o45uFfTWg5egnGAXyXPfJl8LIzT2cFJT { width:12.1875rem;height:1.75rem;top:2.1875rem;left:35.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDMpKStKLNH2GdbPyTWP4dyBxDuddndc { width:11.4375rem;height:1.375rem;top:0.875rem;left:36.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { width:6.25rem;height:1rem;top:2rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBqESATMqucCVngMcCrat4F4DBN9r6WO { width:6.25rem;height:1rem;top:2rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZOC5LrwU96EQDJIcfAAbntGqxRUCRAt { width:8.1875rem;height:1rem;top:2rem;left:10.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7prdnqaRl5dVKWNy94rBnkvTRb3fu92 { width:8.1875rem;height:1rem;top:2rem;left:18.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { width:23.25rem;height:4rem;top:37.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block; }
 }@media only screen and (max-width: 763px) { #TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { width:21.625rem;height:3.75rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block; }
 }@media only screen and (max-width: 763px) { #uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { width:20rem;height:;top:2rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RRdMIiCOp7M5AInDx3ZifUc90FuGxxFa { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE8767z2AvTOXnev8t02KHw8l3bAw3px { background-color:transparent;background-image:none;font-size:2.9375rem;height:2.9375rem;left:0.625rem;top:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhlaX6FLl1Bk7LrybPJJTdwVOA5TOmEQ { width:21.5625rem;height:2.3125rem;top:47.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7sqZnfC1fZRea8X8t69Z7O38PoUCTZc { width:40rem;height:46.625rem;top:10.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie { display:block; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQSTBvEsLKpASVfLPe3X27VnJkb07U9q { top:6rem;left:0rem;width:47.75rem;height:3.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaq3P8GqryzaRLMzqaxKuJ28yc5La7rG { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkl2VUEvzOsghayqHD1pU5F3Gc14ChDg { width:31.6875rem;height:1.5625rem;top:9.125rem;left:8.0306243896488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO3OcfGUONtmJciwxTZypltGL1oCaSeB { width:14.0625rem;height:20.5625rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE1TnkwDMQw2M2mBHo3vHn0mT2a2sPh2 { width:14.0625rem;height:20.625rem;top:13rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2mut5Z88v9G7XLvGrd7XrAOUfV8gUyu { width:14.0625rem;height:20.625rem;top:12.9375rem;left:16.843128204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL5lOPsF2NpvIShk7tHtiJlhNtxmIn1F { width:14.0625rem;height:20.625rem;top:12.9375rem;left:31.686878204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8doCTpFrma4xR9QGgxBGUcsgn0IWZMw { width:14.0625rem;height:20.5625rem;top:13rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqi8Lma5gaKMuZFiE8MTixSq68JTX4mC { width:14.0625rem;height:2.4375rem;top:35.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLKNEHePFgvIPaR1StHm6Ma8nIURAFoh { width:14.0625rem;height:2.4375rem;top:35.4375rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTRrAMuv6nms3agychRQWTHn9MeQ3ClC { width:14.0625rem;height:2.4375rem;top:35.4375rem;left:16.843753814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlGJry637IaTPc4rACvBCT6Cex1qlpyG { width:14.0625rem;height:2.4375rem;top:35.4375rem;left:31.687503814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCIaT6wy3nyMyc8r6rd6CJzovcb6GinV { width:14.0625rem;height:2.4375rem;top:35.4375rem;left:33.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf { width:11.0625rem;height:5.9375rem;top:39rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m58vAUiLvTdTgSNIPdrsTBRm7vDqliik { width:11.9375rem;height:5.9375rem;top:39rem;left:3.0612525939941rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRwyiVMqIhPIN0ChIKCNtQezV2opA5TH { width:11.75rem;height:4.4375rem;top:39rem;left:17.999378204346rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2JK2u8Rqu13GUJiorm7Tq8Z2QHhIqXM { width:11.25rem;height:5.9375rem;top:39rem;left:33.093128204346rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2Xw6ImEDZhO1CIqmWDQsrwRgseysxWh { width:11.625rem;height:5.9375rem;top:39rem;left:36.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImsxH0MEsHN778Mepi1y7m9r1tltT7lF { width:10.9375rem;height:3.125rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZGTQEGDppZzHBZDraaulRHpOOAoatg { display:block; }
 }@media only screen and (max-width: 763px) { #KDc7ag45NFcVNdcChhaG33LMcs9sAHL9 { width:10.9375rem;height:3.125rem;top:47.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHH5Mud1Mhy86l1x8cEITO5I1DLTJvob { display:block; }
 }@media only screen and (max-width: 763px) { #K5y5bhXqJ6pgCaWLVyRy3UcyrsZt8TT3 { width:10.9375rem;height:3.125rem;top:47.25rem;left:18.437503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ8KBuFMAFuhZBS1OnXdn5NJVV8sMXqW { display:block; }
 }@media only screen and (max-width: 763px) { #TiTAurxnhMO8dVIDvC1cfDCtM1gpQfV9 { width:10.9375rem;height:3.125rem;top:47.25rem;left:33.250003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLdEFyNOf2ECyFP5wgWX0K4v0TvtekxH { display:block; }
 }@media only screen and (max-width: 763px) { #KS7uOT05UhpwrsSWTB6UPJe7gLnzOsdI { width:10.9375rem;height:3.125rem;top:47.25rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFlV6LUIz5F3qboR78dD4O4atxyVkFBS { display:block; }
 }@media only screen and (max-width: 763px) { #Tg6Bv420GFLBSsUmk12HRUHrM8O77uJ8 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ILP0OglnthLWcdbs4VDVfPTxL4Ik0qPE { width:14.0625rem;height:19.1875rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcZfWmUdvbmoZUTXBCvvqihkNpwnf0cN { width:14.0625rem;height:19.1875rem;top:32.9375rem;left:1.9987525939941rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCQdMwzpqLMI8BRKOEQ3MKvewGP1r3y4 { width:14.0625rem;height:19.1875rem;top:32.9375rem;left:16.843128204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNnMeCgPxrK6BgA6rf4RF1Zdoq5XPslD { width:14.0625rem;height:19.1875rem;top:32.9375rem;left:31.686878204346rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8B9t1ACr60b81d9d1ZK2CkenpHznA1c { width:14.0625rem;height:19.1875rem;top:32.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xofxVQtI4IVmm7JzphabroFHDdBgVFPM { width:24.125rem;height:3.625rem;top:52.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4WozaTGAmXZNnQsJ1HZvTZAyRB3woOh { top:54rem;left:13.061878204346rem;width:15.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsZ6eqLlQwDFBgCxHVDynZx9wkXmoUAz { width:24.125rem;height:3.625rem;top:57.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anNEhdzaQ1DrPaXTefF0fb3lTxvyTA2M { top:58.25rem;left:0rem;width:15.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIk31evyk09n1RohLoWBqH8xxJLQhlWe { width:24.125rem;height:3.625rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6kdXzazbts961uZCOu2AiSDT4Zl7OcP { width:24.125rem;height:3.625rem;top:57.1875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbifgA7OnBl0UFcQsZsPptTNbsgJec3e { width:24.125rem;height:3.625rem;top:57.1875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbrr3fed001kTqSg3PLsHTFnRFQEFcdD { width:24.125rem;height:3.625rem;top:61.4375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFlFXBgGXDxixwFw37f6ZOI5uwrKGmmF { width:24.125rem;height:3.625rem;top:61.4375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqJ2Kqq6FVKN6Oy7lVFqHzHrs9m2e39A { top:54rem;left:0rem;width:15.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IceDZuaGzFxQfzD0Qz57Rgcc0JXs3NEI { top:58.25rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTzkUgto26NkfTsw1ErHGuRRWPT1ixpE { top:62.5rem;left:0rem;width:15.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvFtONquq1T9qfkp9cTtTdu6UlctM0lR { top:54rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTFTczAr0ZJ8HTdsNu8nEvZouuCWZNlJ { width:24.125rem;height:3.625rem;top:61.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR0luvPOzeUg2lBfAodK14BKpk7BOZmZ { width:24.125rem;height:3.625rem;top:52.9375rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpw0vF6NuNoTS8iJcdZCNA2VBeIy3skD { top:58.25rem;left:13.061878204346rem;width:15.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCv7htcE0sHJTc6fnhowrLNPvBnrgyyo { top:62.5rem;left:32.125rem;width:15.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBstXFUvsZRRWXGhpEA4wpWUbXfTrHvD { top:62.5rem;left:13.061878204346rem;width:15.625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcrliKkM8rtSTwJ9vS5hOVbUoyuybnA4 { width:6.1875rem;height:2.25rem;top:62.0625rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvAUfeLmdJDpJczyNfJnuTWE2IN8XGLb { display:block; }
 }@media only screen and (max-width: 763px) { #G0eKIzWAkVhayMAaPRG4TgWbRWQVU8dG { width:6.1875rem;height:2.25rem;top:57.8125rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmBsNp7UBrKHUpq5aUcohZlmg8KD6640 { display:block; }
 }@media only screen and (max-width: 763px) { #a7yBvrFMZXfs6kfBPAkd5ubGgIExxWs7 { width:6.1875rem;height:2.25rem;top:53.5625rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b78mE54r8ETKivTSyOm7TzzVs1i1Qac0 { display:block; }
 }@media only screen and (max-width: 763px) { #Mq1mLA4Xnf88ohZs6RgmsTOrS6Xgutec { width:6.1875rem;height:2.25rem;top:53.5625rem;left:28.498752593994rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlfWUViGgroGW5gqdTL6Jr7FpTHcLnZv { display:block; }
 }@media only screen and (max-width: 763px) { #betKp9sNXg0ZW62MU0dpo06lA6ZFFHbN { width:6.1875rem;height:2.25rem;top:57.8125rem;left:28.498752593994rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvf8oNdJQNK0Llb9IBzp49CgCgKHhO7n { display:block; }
 }@media only screen and (max-width: 763px) { #QPo7zGLdlFb8VG3ku379BrvDPPiT2TWI { width:6.1875rem;height:2.25rem;top:62.0625rem;left:28.498752593994rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpA5NQNrtka82NDEb7Qgfxvwg4PPPAb { display:block; }
 }@media only screen and (max-width: 763px) { #BTKoUBDQ3xwOX1dp6m8CSMieUovGG0AX { width:6.1875rem;height:2.25rem;top:53.5625rem;left:3.9137496948242rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmOBnmK2IFiTxCNq8TN862RLDBHPrIDk { display:block; }
 }@media only screen and (max-width: 763px) { #krgne8bz9udlqqdy5IQ6TOTNfzrLoXwe { width:6.1875rem;height:2.25rem;top:57.8125rem;left:3.9137496948242rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOcq7hNIF6psGStyCrZGUnwWiQZDZP8q { display:block; }
 }@media only screen and (max-width: 763px) { #aKlUGDeD18pmh510aVAn2yZklX3amTc5 { width:6.1875rem;height:2.25rem;top:62.0625rem;left:3.9137496948242rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnZW1R3IKRhaKKgUmhWPLTV30ghlZ1f4 { display:block; }
 }@media only screen and (max-width: 763px) { #ipU5CW7gwU1mTkPaSSWZ0PqSggfdoLNa { width:9.6875rem;height:0.9375rem;top:71.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 { display:block; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #es6dQubrQX0Nc3mJAvJCpBEHcDm5QyyC { top:5rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2NohuTKVTbJK35f1oISrBE7nqwSo8r4 { width:19.375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmg3PTu8t3G0uOnpM5q8uKoPZiRZoGs9 { width:22.1875rem;height:1.875rem;top:8.3125rem;left:12.780628204346rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsOG6nZRzwr6t8C9EkOut0JCTUlC4VJw { width:14.0625rem;height:27.1875rem;top:12.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZegTxOBEJl1957BLB0w0z5JONxGbTPi { width:14.0625rem;height:27.1875rem;top:12.75rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5DH7uIbzKeSGT4M4hPdg3QdPQaSqs24 { width:14.0625rem;height:27.1875rem;top:12.75rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBJQMFKv0eAExcqfCPndLp6qA2Kn2ptd { width:14.0625rem;height:2.4375rem;top:36rem;left:17.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSnxeJINyXZ44kJv1K8IXTUT7h97UXBZ { width:14.0625rem;height:2.4375rem;top:36rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3AsBrO5TmfTTn5pX2C68SXTzBqpghp { width:14.0625rem;height:2.4375rem;top:36rem;left:33.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEvQEUtfLIi0xfVuHeckgUPwRvUPbDiP { width:14.0625rem;height:5.9375rem;top:39.375rem;left:17.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZukrSK4z0dAz0Z8gOE4msdpfdeKa9g3e { width:14.0625rem;height:5.9375rem;top:39.375rem;left:32.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW93THcnRbQlP3dJymA20FoXITmWAO6d { width:14.0625rem;height:4.4375rem;top:39.375rem;left:33.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sf0iVXTF2UsF1SKTZ1MKKFw4QJbvzVKV { width:10.9375rem;height:3.125rem;top:47rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLJl55QgCLfcoS94ghd3i75I2NXK5HqF { display:block; }
 }@media only screen and (max-width: 763px) { #eBdl823l3oL2eTnVK914s0TOy4nblGSz { width:10.9375rem;height:3.125rem;top:47rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldmcZSPbvyUxdgLThpVxUpInbyEqSVaT { display:block; }
 }@media only screen and (max-width: 763px) { #HZvhuvInQIF8GOxyDgiO6dgLXimrpQDd { width:10.9375rem;height:3.125rem;top:47rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpobfez75Aht4wXxQDuiN2HuAafT7Q6F { display:block; }
 }@media only screen and (max-width: 763px) { #XInb3gGT49VQACvWR5bGVG2eLs8mBKny { width:14.0625rem;height:27.1875rem;top:12.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZMXLN7JUysnT9um8Z6eTcFZ74oEFLlq { width:14.0625rem;height:2.4375rem;top:36rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUuIB1ewZNRflGIT3rs9K1TJAoTZaWwE { width:14.0625rem;height:5.9375rem;top:39.6875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gql5K1abVHAJqsgNNbxb7kMaiNpZgX66 { width:10.9375rem;height:3.125rem;top:47rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOdcNHy5kXGJozGScL5HTGGZfvVTPHVZ { display:block; }
 }@media only screen and (max-width: 763px) { #lMDGTGTDrNF1wZlXfUO7mR9JASKAUnwX { width:10.9375rem;height:3.125rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV3k6camBf5be5cmg3qrMRwcPnMAuUyS { display:block; }
 }@media only screen and (max-width: 763px) { #Spt6qUVZTznrp3TPRWBvMXCMuvdrAxFs { width:14.0625rem;height:5.9375rem;top:39.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gy4CBUd8LxJzXMyQh57Qlcf3kT8lrutV { width:14.0625rem;height:27.1875rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Ktb2KzTXAUyb5Snhybua1iLRTIPHb5 { width:14.0625rem;height:2.4375rem;top:35.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nH65NKzOXTSgQvcG0Qh4RbK7qDZXKlfE { width:14.0625rem;height:19.4375rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lme9kEbM7VePD2wzDL1B6fBGoCgl3Nhx { width:14.0625rem;height:19.4375rem;top:20.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO9nIpmnrv6tJJkfrzgOpR7c4pKTxlhz { width:47.75rem;height:32.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C97r0p2OvSKNAqLEV2NmxZvvz27LAIh0 { width:14.0625rem;height:19.4375rem;top:20.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 { display:none; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u6mTig2SDsR6yNMZTvVh62GuSHhWTTLS { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tp8q1gBBfbZrIJhX1vFKr076K2rFb0oZ { top:5.1875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRKSiB0ouT4yDS9k5yUk6wkZ5BexT737 { width:24.375rem;height:32.125rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO9hzRZpZSaAonSVD7W4vbKuehTLwkNT { width:24.375rem;height:32.125rem;top:11rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhh34WqGeLp1ST9M6AOGczxxJbbSCXMB { width:24.375rem;height:32.125rem;top:11rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l { display:block; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4GzB6K5M8fkU0IExB2WlzI354t8IdEW { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z2R0LOQVX7i3qd94dX80h553as1BaTgg { width:47.75rem;height:11.8125rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXkKh8OiuFFPZaD2QEzl8fi16x4akFDw { width:47.75rem;height:28.75rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKKIVGzpDqar3MsPB3vMAJ4iiT5LK7Sr { width:18.375rem;height:5.5625rem;top:12.9375rem;left:29.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCV0cBZNIDPASNnvpS7XHEzSuzzg0fg { width:17.125rem;height:5.5625rem;top:5.5625rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTt9DBmHkGTwRXfzAHq6o6u2Rlgxe9V { width:1.25rem;height:1.25rem;top:13.4375rem;left:37.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvZ5tiVTs5bTykeNrv9slmTEMgWGA6E { width:1.75rem;height:1.75rem;top:5.5625rem;left:36.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37cmS5Cwxl6cEKm4dBtswk9GTu3s9LA { width:46.875rem;height:23.6875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCWo8IeeuyUkJ6BFs44pmTE2iqrHNJad { width:1.25rem;height:1.25rem;top:21rem;left:37.250003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAS70QaXGISdaMR54A8w7sZQItS4sfvK { width:20.8125rem;height:5.5625rem;top:20.5rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkDKk24W133arl7LnBxAtqcadw0dl67w { width:46.875rem;height:23.6875rem;top:2.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALfdH4DsP3icZfZcX2ELiTKNmSqwCWsd { width:1.75rem;height:1.75rem;top:27.5rem;left:36.936878204346rem;display:block; }
#ALfdH4DsP3icZfZcX2ELiTKNmSqwCWsd > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #bsvEi5amKUEGsD7t9pQ0V9tkC2BcODHf { width:17.3125rem;height:1.5625rem;top:27.6875rem;left:30.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ { display:block; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { width:47.75rem;height:1.6875rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc { display:none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FTPkFLMaqPpaiOQ2RPL3W4nU0HITL59p { width:18.75rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -moz-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -ms-linear-gradient(281deg, #f4eddd, #f4f4f4);background-image: -o-linear-gradient(281deg, #f4eddd, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4eddd', endColorstr='#f4f4f4' );";background-image: linear-gradient(281deg, #f4eddd, #f4f4f4);background-size:cover !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { background-color: transparent; background-image: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row > .video-iframe-container { display: none; }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .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); }#IPdtBtuSd13ETvPvb5Nfyq4pCwd1Ws28 > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lag8EXSBU1DLwuZcQMXWI37zmvb1mfnR { width:15.625rem;height:3.4375rem;top:4.8125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wCc79vLTiU3eSM8i7Sr2Ce1gbKQEcZpG { display:block; }
 }@media only screen and (max-width: 763px) { #uOyKOkctzfQUEqQDmTvOIzFx2Bf5g0pi { width:6.5rem;height:5.9375rem;top:0.6875rem;left:6.749374985695rem;display:block; }
 }@media only screen and (max-width: 763px) { #o45uFfTWg5egnGAXyXPfJl8LIzT2cFJT { width:12.1875rem;height:0;top:20.90625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #UDMpKStKLNH2GdbPyTWP4dyBxDuddndc { width:11.4375rem;height:0;top:23.94375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #rXBHs8vMHEI8wGRhlFT5pkvyk0SefvQ7 { width:6.25rem;height:0;top:9.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #VBqESATMqucCVngMcCrat4F4DBN9r6WO { width:6.25rem;height:0;top:11.78125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #pZOC5LrwU96EQDJIcfAAbntGqxRUCRAt { width:8.1875rem;height:0;top:14.0625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #B7prdnqaRl5dVKWNy94rBnkvTRb3fu92 { width:8.1875rem;height:0;top:18.625rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ebd5cf);background-image: -moz-linear-gradient(180deg, #ffffff, #ebd5cf);background-image: -ms-linear-gradient(180deg, #ffffff, #ebd5cf);background-image: -o-linear-gradient(180deg, #ffffff, #ebd5cf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebd5cf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebd5cf' );";background-image: linear-gradient(180deg, #ffffff, #ebd5cf);background-size:cover !important;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;display:block; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { background-color: transparent; background-image: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { display: none; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .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); }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { border-width: 0; border-radius: 0; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gSO7XAMI17mwmpTGKxIsOXbHo7rhyXEE > .row .container { width:20rem;height:51.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bDOtDsI6i2aW88lDJxovP5S8Eo3hcAZO { width:20rem;height:3.75rem;top:39.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOU7rTRUsm7XyLLqOeTxXwmbRNDcImDt { display:block; }
 }@media only screen and (max-width: 763px) { #TJPNaotpPzMH6Idr73UBCeivp65EZ9KQ { width:20rem;height:3.125rem;top:42.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAz7aCyVRM8QEhv3fmZI6C1zRxlqZknw { display:block; }
 }@media only screen and (max-width: 763px) { #uKOGiDLMU8C4Wf5kUvrcR2b9f1xHSMvd { width:20rem;height:0;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:15013;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #RRdMIiCOp7M5AInDx3ZifUc90FuGxxFa { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:2rem;top:2.890625rem;text-align:center;text-align-last:center;height:9.59941875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE8767z2AvTOXnev8t02KHw8l3bAw3px { background-color:transparent;background-image:none;width:20rem;left:0rem;font-size:1rem;top:13.303124427796rem;text-align:center;text-align-last:center;height:3.59871875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhlaX6FLl1Bk7LrybPJJTdwVOA5TOmEQ { width:20rem;height:2.012075rem;top:47rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T7sqZnfC1fZRea8X8t69Z7O38PoUCTZc { width:20rem;height:23.3125rem;top:19.607954680919rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/abb1b157-2f73-4407-a786-b88f8bab71ec/04BG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.adaptive-delivery-prevent-bg, #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.lazyload, #B9BrZr305CnVLEQltd8hdGaGxTa2o2ie.lazyloading { background-image: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { background-color: transparent; background-image: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,250,255,0.9); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container > .video-iframe-container { display: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(246,250,255,0.9); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container { display: none; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .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); }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#B9BrZr305CnVLEQltd8hdGaGxTa2o2ie > .row .container { width:20rem;height:115rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQSTBvEsLKpASVfLPe3X27VnJkb07U9q { width:20rem;height:4.9488625rem;top:3.8125rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kaq3P8GqryzaRLMzqaxKuJ28yc5La7rG { top:100.7373046875rem;left:0.625rem;width:19.375rem;height:2.1875rem;z-index:15077;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkl2VUEvzOsghayqHD1pU5F3Gc14ChDg { width:20rem;height:1.2375rem;top:8.94921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wO3OcfGUONtmJciwxTZypltGL1oCaSeB { width:9.6875rem;height:14.125rem;top:12.373123168945rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE1TnkwDMQw2M2mBHo3vHn0mT2a2sPh2 { width:9.6875rem;height:14.1875rem;top:12.341249465943rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2mut5Z88v9G7XLvGrd7XrAOUfV8gUyu { width:9.6875rem;height:14.1875rem;top:33.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL5lOPsF2NpvIShk7tHtiJlhNtxmIn1F { width:9.6875rem;height:14.1875rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8doCTpFrma4xR9QGgxBGUcsgn0IWZMw { width:14.0625rem;height:20.5625rem;top:86.861873626706rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zqi8Lma5gaKMuZFiE8MTixSq68JTX4mC { width:9.6875rem;height:1.925rem;top:27.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iLKNEHePFgvIPaR1StHm6Ma8nIURAFoh { width:9.6875rem;height:1.9247125rem;top:27.125rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HTRrAMuv6nms3agychRQWTHn9MeQ3ClC { width:9.6875rem;height:1.925rem;top:48.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZlGJry637IaTPc4rACvBCT6Cex1qlpyG { width:9.6875rem;height:1.9247125rem;top:48.4375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MCIaT6wy3nyMyc8r6rd6CJzovcb6GinV { width:9.6875rem;height:0;top:67.811875343325rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #FeAPcgbE1NB5ktCbcPrDSER6ICsnSyXf { width:14.0625rem;height:0;top:28.163750648499rem;left:4.5625001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #m58vAUiLvTdTgSNIPdrsTBRm7vDqliik { width:14.0625rem;height:0;top:38.875rem;left:3rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #dRwyiVMqIhPIN0ChIKCNtQezV2opA5TH { width:14.0625rem;height:0;top:58.224609375rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #l2JK2u8Rqu13GUJiorm7Tq8Z2QHhIqXM { width:14.0625rem;height:0;top:76.349609375rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #J2Xw6ImEDZhO1CIqmWDQsrwRgseysxWh { width:14.0625rem;height:0;top:132.11187553406rem;left:2.9687498807907rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ImsxH0MEsHN778Mepi1y7m9r1tltT7lF { width:7.8125rem;height:2.25rem;top:29.6875rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZGTQEGDppZzHBZDraaulRHpOOAoatg { display:block; }
 }@media only screen and (max-width: 763px) { #KDc7ag45NFcVNdcChhaG33LMcs9sAHL9 { width:7.8125rem;height:2.25rem;top:29.6875rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHH5Mud1Mhy86l1x8cEITO5I1DLTJvob { display:block; }
 }@media only screen and (max-width: 763px) { #K5y5bhXqJ6pgCaWLVyRy3UcyrsZt8TT3 { width:7.8125rem;height:2.25rem;top:51rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZ8KBuFMAFuhZBS1OnXdn5NJVV8sMXqW { display:block; }
 }@media only screen and (max-width: 763px) { #TiTAurxnhMO8dVIDvC1cfDCtM1gpQfV9 { width:7.8125rem;height:2.25rem;top:51rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLdEFyNOf2ECyFP5wgWX0K4v0TvtekxH { display:block; }
 }@media only screen and (max-width: 763px) { #KS7uOT05UhpwrsSWTB6UPJe7gLnzOsdI { width:7.8125rem;height:2.25rem;top:63.875rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFlV6LUIz5F3qboR78dD4O4atxyVkFBS { display:block; }
 }@media only screen and (max-width: 763px) { #Tg6Bv420GFLBSsUmk12HRUHrM8O77uJ8 { top:54.6875rem;left:0rem;width:20rem;height:8.375rem;z-index:14998;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3bb70a88-97c8-4478-83c8-ff25eb2b2f0c/peelingquimico.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tg6Bv420GFLBSsUmk12HRUHrM8O77uJ8.adaptive-delivery-prevent-bg, #Tg6Bv420GFLBSsUmk12HRUHrM8O77uJ8.lazyload, #Tg6Bv420GFLBSsUmk12HRUHrM8O77uJ8.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ILP0OglnthLWcdbs4VDVfPTxL4Ik0qPE { width:9.6875rem;height:20.3125rem;top:12.371874690056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcZfWmUdvbmoZUTXBCvvqihkNpwnf0cN { width:9.6875rem;height:20.3125rem;top:12.371874690056rem;left:10.312500119209rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCQdMwzpqLMI8BRKOEQ3MKvewGP1r3y4 { width:9.6875rem;height:20.3125rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNnMeCgPxrK6BgA6rf4RF1Zdoq5XPslD { width:9.6875rem;height:20.3125rem;top:33.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8B9t1ACr60b81d9d1ZK2CkenpHznA1c { width:20rem;height:11.75rem;top:54.8125rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #xofxVQtI4IVmm7JzphabroFHDdBgVFPM { width:20rem;height:3.625rem;top:72.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4WozaTGAmXZNnQsJ1HZvTZAyRB3woOh { width:8.125rem;height:1.1375rem;top:73.849998474119rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qsZ6eqLlQwDFBgCxHVDynZx9wkXmoUAz { width:20rem;height:3.625rem;top:82.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anNEhdzaQ1DrPaXTefF0fb3lTxvyTA2M { width:11.0625rem;height:1.1375rem;top:83.5625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dIk31evyk09n1RohLoWBqH8xxJLQhlWe { width:20rem;height:3.625rem;top:67.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6kdXzazbts961uZCOu2AiSDT4Zl7OcP { width:20rem;height:3.625rem;top:92.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbifgA7OnBl0UFcQsZsPptTNbsgJec3e { width:20rem;height:3.625rem;top:87.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbrr3fed001kTqSg3PLsHTFnRFQEFcdD { width:20rem;height:3.625rem;top:106.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFlFXBgGXDxixwFw37f6ZOI5uwrKGmmF { width:20rem;height:3.625rem;top:101.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqJ2Kqq6FVKN6Oy7lVFqHzHrs9m2e39A { width:8.625rem;height:1.1375rem;top:68.9375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IceDZuaGzFxQfzD0Qz57Rgcc0JXs3NEI { width:11.6875rem;height:1.1375rem;top:93.3125rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WTzkUgto26NkfTsw1ErHGuRRWPT1ixpE { width:11.4375rem;height:1.1375rem;top:98.1875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uvFtONquq1T9qfkp9cTtTdu6UlctM0lR { width:9.5rem;height:1.1375rem;top:78.6875rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTFTczAr0ZJ8HTdsNu8nEvZouuCWZNlJ { width:20rem;height:3.625rem;top:97.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR0luvPOzeUg2lBfAodK14BKpk7BOZmZ { width:20rem;height:3.625rem;top:77.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vpw0vF6NuNoTS8iJcdZCNA2VBeIy3skD { width:10.3125rem;height:1.1375rem;top:88.4375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OCv7htcE0sHJTc6fnhowrLNPvBnrgyyo { width:10.25rem;height:1.1375rem;top:107.9375rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pBstXFUvsZRRWXGhpEA4wpWUbXfTrHvD { width:11.4375rem;height:1.1375rem;top:103.0625rem;left:1.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IcrliKkM8rtSTwJ9vS5hOVbUoyuybnA4 { width:6.1875rem;height:2.25rem;top:107.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvAUfeLmdJDpJczyNfJnuTWE2IN8XGLb { display:block; }
 }@media only screen and (max-width: 763px) { #G0eKIzWAkVhayMAaPRG4TgWbRWQVU8dG { width:6.1875rem;height:2.25rem;top:92.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmBsNp7UBrKHUpq5aUcohZlmg8KD6640 { display:block; }
 }@media only screen and (max-width: 763px) { #a7yBvrFMZXfs6kfBPAkd5ubGgIExxWs7 { width:6.1875rem;height:2.25rem;top:78.25rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b78mE54r8ETKivTSyOm7TzzVs1i1Qac0 { display:block; }
 }@media only screen and (max-width: 763px) { #Mq1mLA4Xnf88ohZs6RgmsTOrS6Xgutec { width:6.1875rem;height:2.25rem;top:73.375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlfWUViGgroGW5gqdTL6Jr7FpTHcLnZv { display:block; }
 }@media only screen and (max-width: 763px) { #betKp9sNXg0ZW62MU0dpo06lA6ZFFHbN { width:6.1875rem;height:2.25rem;top:88rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvf8oNdJQNK0Llb9IBzp49CgCgKHhO7n { display:block; }
 }@media only screen and (max-width: 763px) { #QPo7zGLdlFb8VG3ku379BrvDPPiT2TWI { width:6.1875rem;height:2.25rem;top:102.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpA5NQNrtka82NDEb7Qgfxvwg4PPPAb { display:block; }
 }@media only screen and (max-width: 763px) { #BTKoUBDQ3xwOX1dp6m8CSMieUovGG0AX { width:6.1875rem;height:2.25rem;top:68.5rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmOBnmK2IFiTxCNq8TN862RLDBHPrIDk { display:block; }
 }@media only screen and (max-width: 763px) { #krgne8bz9udlqqdy5IQ6TOTNfzrLoXwe { width:6.1875rem;height:2.25rem;top:83.125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOcq7hNIF6psGStyCrZGUnwWiQZDZP8q { display:block; }
 }@media only screen and (max-width: 763px) { #aKlUGDeD18pmh510aVAn2yZklX3amTc5 { width:6.1875rem;height:2.25rem;top:97.75rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnZW1R3IKRhaKKgUmhWPLTV30ghlZ1f4 { display:block; }
 }@media only screen and (max-width: 763px) { #ipU5CW7gwU1mTkPaSSWZ0PqSggfdoLNa { width:9.1875rem;height:0.9625rem;top:64.5rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 { background-color:#fffcf1;background-image:none;display:block; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { background-color: transparent; background-image: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container > .video-iframe-container { display: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row > .video-iframe-container { display: none; }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .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); }#HobNJeHRnPCbNhxcN7OmcZ1fnnwTHhK2 > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #es6dQubrQX0Nc3mJAvJCpBEHcDm5QyyC { width:20rem;height:4.9488625rem;top:3.75rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T2NohuTKVTbJK35f1oISrBE7nqwSo8r4 { top:54.875rem;left:0.3125rem;width:19.375rem;height:2.1875rem;z-index:15078;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bmg3PTu8t3G0uOnpM5q8uKoPZiRZoGs9 { width:20rem;height:1.2375rem;top:8.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JsOG6nZRzwr6t8C9EkOut0JCTUlC4VJw { width:9.6875rem;height:18.75rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZegTxOBEJl1957BLB0w0z5JONxGbTPi { width:9.6875rem;height:18.75rem;top:50.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5DH7uIbzKeSGT4M4hPdg3QdPQaSqs24 { width:14.6875rem;height:28.4375rem;top:140.97851875rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBJQMFKv0eAExcqfCPndLp6qA2Kn2ptd { width:9.6875rem;height:1.9247125rem;top:67.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FSnxeJINyXZ44kJv1K8IXTUT7h97UXBZ { width:9.6875rem;height:1.9247125rem;top:67.0625rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Tg3AsBrO5TmfTTn5pX2C68SXTzBqpghp { width:10.0625rem;height:1.9247125rem;top:45.97500038147rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WEvQEUtfLIi0xfVuHeckgUPwRvUPbDiP { width:14.0625rem;height:0;top:40.125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ZukrSK4z0dAz0Z8gOE4msdpfdeKa9g3e { width:14.0625rem;height:0;top:55.2568359375rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #DW93THcnRbQlP3dJymA20FoXITmWAO6d { width:14.0625rem;height:0;top:78.099609375rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #sf0iVXTF2UsF1SKTZ1MKKFw4QJbvzVKV { width:7.8125rem;height:2.25rem;top:70.25rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLJl55QgCLfcoS94ghd3i75I2NXK5HqF { display:block; }
 }@media only screen and (max-width: 763px) { #eBdl823l3oL2eTnVK914s0TOy4nblGSz { width:7.8125rem;height:2.25rem;top:70.25rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldmcZSPbvyUxdgLThpVxUpInbyEqSVaT { display:block; }
 }@media only screen and (max-width: 763px) { #HZvhuvInQIF8GOxyDgiO6dgLXimrpQDd { width:7.8125rem;height:2.25rem;top:45.8125rem;left:11.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpobfez75Aht4wXxQDuiN2HuAafT7Q6F { display:block; }
 }@media only screen and (max-width: 763px) { #XInb3gGT49VQACvWR5bGVG2eLs8mBKny { width:9.6875rem;height:18.6875rem;top:12.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZMXLN7JUysnT9um8Z6eTcFZ74oEFLlq { width:9.6875rem;height:1.9247125rem;top:28rem;left:10.312500119209rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gUuIB1ewZNRflGIT3rs9K1TJAoTZaWwE { width:14.0625rem;height:0;top:91.950015258788rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #gql5K1abVHAJqsgNNbxb7kMaiNpZgX66 { width:7.8125rem;height:2.25rem;top:30.875rem;left:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOdcNHy5kXGJozGScL5HTGGZfvVTPHVZ { display:block; }
 }@media only screen and (max-width: 763px) { #lMDGTGTDrNF1wZlXfUO7mR9JASKAUnwX { width:7.8125rem;height:2.25rem;top:31.125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV3k6camBf5be5cmg3qrMRwcPnMAuUyS { display:block; }
 }@media only screen and (max-width: 763px) { #Spt6qUVZTznrp3TPRWBvMXCMuvdrAxFs { width:14.0625rem;height:0;top:86.500015258787rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Gy4CBUd8LxJzXMyQh57Qlcf3kT8lrutV { width:9.6875rem;height:18.6875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Ktb2KzTXAUyb5Snhybua1iLRTIPHb5 { width:9.6875rem;height:1.9247125rem;top:28rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nH65NKzOXTSgQvcG0Qh4RbK7qDZXKlfE { width:9.6875rem;height:14.375rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lme9kEbM7VePD2wzDL1B6fBGoCgl3Nhx { width:9.6875rem;height:14.375rem;top:16.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO9nIpmnrv6tJJkfrzgOpR7c4pKTxlhz { top:35.25rem;left:0rem;width:20rem;height:13.625rem;z-index:14993;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C97r0p2OvSKNAqLEV2NmxZvvz27LAIh0 { width:20rem;height:13.0625rem;top:35.875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 { display:none; }#CcW8QWb8kXqFVdWfdtbEX4dU19KDP5A7 > .row .container { width:20rem;height:99.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u6mTig2SDsR6yNMZTvVh62GuSHhWTTLS { width:20rem;height:20rem;top:8.625rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #tp8q1gBBfbZrIJhX1vFKr076K2rFb0oZ { width:20rem;height:4.8rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NRKSiB0ouT4yDS9k5yUk6wkZ5BexT737 { width:20rem;height:25rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO9hzRZpZSaAonSVD7W4vbKuehTLwkNT { width:20rem;height:25rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhh34WqGeLp1ST9M6AOGczxxJbbSCXMB { width:20rem;height:25rem;top:72.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l { display:block; }#gQBFeHg9OSZ98vWc3xEZyKN2QvTUAE5l > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y4GzB6K5M8fkU0IExB2WlzI354t8IdEW { width:20rem;height:20rem;top:28.75rem;left:0rem;z-index:15051;display:none; }
 }@media only screen and (max-width: 763px) { #Z2R0LOQVX7i3qd94dX80h553as1BaTgg { width:20rem;height:20.4375rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx { display:block; }#rsKUkPtD8W3pgq3s8yI3TDHncDVK3qHx > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXkKh8OiuFFPZaD2QEzl8fi16x4akFDw { width:20rem;height:38.3125rem;top:4.4993743896484rem;left:0rem;box-shadow: 0rem 0rem 0.1875rem rgba(0,0,0,0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #eKKIVGzpDqar3MsPB3vMAJ4iiT5LK7Sr { width:16.375rem;height:5.25rem;top:7rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLCV0cBZNIDPASNnvpS7XHEzSuzzg0fg { width:16.5rem;height:5.25rem;top:13.75rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTt9DBmHkGTwRXfzAHq6o6u2Rlgxe9V { width:1.25rem;height:1.25rem;top:7rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqvZ5tiVTs5bTykeNrv9slmTEMgWGA6E { width:1.5625rem;height:1.5625rem;top:13.75rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37cmS5Cwxl6cEKm4dBtswk9GTu3s9LA { width:20rem;height:23.6875rem;top:67.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCWo8IeeuyUkJ6BFs44pmTE2iqrHNJad { width:1.25rem;height:1.25rem;top:20rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAS70QaXGISdaMR54A8w7sZQItS4sfvK { width:16.375rem;height:6.99929375rem;top:20rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkDKk24W133arl7LnBxAtqcadw0dl67w { width:20rem;height:20rem;top:31.5625rem;left:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #ALfdH4DsP3icZfZcX2ELiTKNmSqwCWsd { display:flex;width:1.4375rem;height:1.4375rem;top:28.0625rem;left:1rem; }
#ALfdH4DsP3icZfZcX2ELiTKNmSqwCWsd > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #bsvEi5amKUEGsD7t9pQ0V9tkC2BcODHf { width:13rem;height:1.6rem;top:28rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f6faff);background-image: -moz-linear-gradient(180deg, #ffffff, #f6faff);background-image: -ms-linear-gradient(180deg, #ffffff, #f6faff);background-image: -o-linear-gradient(180deg, #ffffff, #f6faff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6faff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6faff' );";background-image: linear-gradient(180deg, #ffffff, #f6faff);background-size:auto !important;display:block; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { background-color: transparent; background-image: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row > .video-iframe-container { display: none; }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .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); }#ZPKgwOeSusPmtHEJtu0mV0NEmT3zkAZQ > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyqhnI43gyLzmZJi788tM3dNFZ5fVuOt { width:18.5625rem;height:2.6rem;top:1.3737525939941rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc { background-color: transparent; background-image: none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container > .video-iframe-container { display: none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row > .video-iframe-container { display: none; }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .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); }#LUcZEiF6WpDUkKCVsfBlORoSiPuCK6hc > .row .container { width:20rem;height:3.1875rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTPkFLMaqPpaiOQ2RPL3W4nU0HITL59p { top:0rem;left:0rem;width:20rem;height:3.0625rem;z-index:15017;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }