.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,249,217;--color-primary-1:255,235,128;--color-primary-2:255,215,0;--color-primary-3:128,108,0;--color-primary-4:38,32,0;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h65d0aHWahONcdHtmToH9kSv38uhTE37 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/a521eea3-d810-4f3c-98c9-c6a66427876e/IMG_0355.jpg");background-position:center !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; }#h65d0aHWahONcdHtmToH9kSv38uhTE37.adaptive-delivery-prevent-bg, #h65d0aHWahONcdHtmToH9kSv38uhTE37.lazyload, #h65d0aHWahONcdHtmToH9kSv38uhTE37.lazyloading { background-image: none; }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row .container { background-color: transparent; background-image: none; }#h65d0aHWahONcdHtmToH9kSv38uhTE37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row .container > .video-iframe-container { display: none; }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row > .video-iframe-container { display: none; }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .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); }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row .container { border-width: 0; border-radius: 0; }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#qmb7g0MgaeorDkoe2ORgyWNpGqwh84AM { 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:11.8125rem;width:11.8125rem;top:0rem;left:24.312500476837rem;overflow:hidden;display:block; }
#yoV9uBJPvUIn9DthIeTfzt7ivhEbTS0M { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:1.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.96875rem;left:36.083334445953rem;display:block; }
#GEpBU6TS5PtsezFxFOmB9nNNOArlt4be { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fPLcOFRUJHTCin2gSCkFpM6bwMsCON9U { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.125rem;height:1.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.96875rem;left:54.229166507721rem;display:block; }
#xHyQyxBxUD50RNEE8FfDsrKuDGUiM2Dh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qAyTpH2eUFO1oSCNANrGbP3I9XaiN5or { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5rem;height:1.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.96875rem;left:46.229166507721rem;display:block; }
#kqNqVTKyKIC9X9xTlLcx55mwmE7eVUNR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qgmoMevRenqPM7zH64JTbpvPHT4AqVJE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e6c36a, #d4af37);background-image: -moz-linear-gradient(90deg, #e6c36a, #d4af37);background-image: -ms-linear-gradient(90deg, #e6c36a, #d4af37);background-image: -o-linear-gradient(90deg, #e6c36a, #d4af37);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c36a', endColorstr='#d4af37' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6c36a', endColorstr='#d4af37' );";background-image: linear-gradient(90deg, #e6c36a, #d4af37);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:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:4.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.916667938233rem;left:42.729166507721rem;display:block; }
#vXxsU1FpqhbaePHPDaiGo31sZpRPqTXz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ufN0S2TvaFaEUlxZ3bAulnzTcoL1NNQB { color:#000000;display:block;width:32.0625rem;position:absolute;font-family:lato;font-size:3.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.6119794845581rem;left:7.5833334922787rem;height:8.2864375rem;display:block; }
#r4Jd6NR9JiEvNDl5GCgz6AJPQeszhuMh { color:#000000;display:block;width:28.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:19.000000953674rem;left:7.5833334922787rem;height:15rem;display:block; }
#BKeOtzmI4GvII9edMgqCdaiw80Oopyui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BKeOtzmI4GvII9edMgqCdaiw80Oopyui > .row .container { background-color: transparent; background-image: none; }#BKeOtzmI4GvII9edMgqCdaiw80Oopyui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKeOtzmI4GvII9edMgqCdaiw80Oopyui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKeOtzmI4GvII9edMgqCdaiw80Oopyui > .row .container > .video-iframe-container { display: none; }#BKeOtzmI4GvII9edMgqCdaiw80Oopyui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKeOtzmI4GvII9edMgqCdaiw80Oopyui > .row > .video-iframe-container { display: none; }#BKeOtzmI4GvII9edMgqCdaiw80Oopyui > .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); }#BKeOtzmI4GvII9edMgqCdaiw80Oopyui > .row .container { border-width: 0; border-radius: 0; }#BKeOtzmI4GvII9edMgqCdaiw80Oopyui > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKeOtzmI4GvII9edMgqCdaiw80Oopyui > .row .container { font-size:0.875rem;font-family:arial;height:18.6875rem;width:75rem;position:relative;display:block; }#CoUZW2xLWkhAOXaWqC4TkKa1ThCvJRUG { position:absolute;display:block;z-index:15003;background-color:#d4af37;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-primary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:55.916666507721rem;display:block; }
#z0xVBXPvTWgVvdhtqHbkvJDoprSTVuNg { position:absolute;display:block;z-index:15005;background-color:#d4af37;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-primary-4),0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:60.187502384186rem;display:block; }
#NnFfWnelAXUtMwkPuxhEu2aevkoEfh9V { position:absolute;display:block;z-index:15007;background-color:#d4af37;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(var(--color-primary-4),0.05) ;height:3.1875rem;width:3.1875rem;top:14.5rem;left:64.354166507719rem;display:block; }
#f4oFl0WThZgIK7KKTqx1PEg0TiHV5fOW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:4.8059902191162rem;left:7.5000004768369rem;height:6.12305rem;font-style:normal;display:block; }
#C2ZWEQbWhJZLRFLTRScCgscrt1rJx4to { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.072265625rem;left:60.187502384186rem;height:4.89844375rem;font-style:normal;display:block; }
#WgHcITVFeIVchsp3LCLWSwoT0JFqW35Q { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:13.0625rem;left:7.5rem;height:1.04980625rem;font-style:normal;display:block; }
#AfOuSG2BhRU7CzBlHkGXe63f077I6h4h { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:31.875rem;display:block; }
#hrmgopXuVOWeBF7eDQXrS1g6EhpUPq8r { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.03125rem;left:48.604166507721rem;height:1.2246125rem;font-style:normal;display:block; }
#FWlF0xw5TyolfHzTI7gZGUGFiv10422s { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.03125rem;left:32.437502384186rem;height:1.2246125rem;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; }
#FeR0u0UBZexwTWM5KZQq1K9biJgqUArA { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:55.6875rem;height:1.04980625rem;font-style:normal;display:block; }
#RzBMmyJWOmup8SuNM21QTSPsEivQxDiW { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:32.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#TEzqTIuz90xsNZ2RZgR1grxfTJw8JJVF { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:2.1875rem;top:1.375rem;left:7.5rem;display:block; }
#Rs2vlmJGPucxhSoxNkUbaUUBbLTzUInx { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:2.1875rem;top:2rem;left:8.125rem;display:block; }
#pKd24BfBBxbTEzZ7LntQEiAr5KfBMTiw { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:7.5rem;display:block; }
#Lh5Zi4LncAzB2borw3ZEr0trlgZPFvQ6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:14.53125rem;left:7.5rem; }
#eqGPT0QakgBkOK7zFUw16qRKRt85Jfgg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.5625rem;left:11.75rem; }
#BWNie9BwOZB08QnKMZDu8W2Alvc1ulMn { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:14.6875rem;left:56.041666507721rem; }
#BWNie9BwOZB08QnKMZDu8W2Alvc1ulMn > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#hTinrkChHhOxir30vxMr49nPyF1k41EJ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.1875rem;left:60.812502384186rem; }
#lOBHilmSOOcKq9wArB4BCWHyHFwZ7JPT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:15.09375rem;left:64.947916507719rem; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h65d0aHWahONcdHtmToH9kSv38uhTE37 { display:block; }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmb7g0MgaeorDkoe2ORgyWNpGqwh84AM { top:0rem;left:10.687500476837rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoV9uBJPvUIn9DthIeTfzt7ivhEbTS0M { width:8rem;height:1.875rem;top:2.9375rem;left:22.458334445953rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEpBU6TS5PtsezFxFOmB9nNNOArlt4be { display:block; }
 }@media only screen and (max-width: 763px) { #fPLcOFRUJHTCin2gSCkFpM6bwMsCON9U { width:3.125rem;height:1.875rem;top:2.9375rem;left:40.604166507721rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHyQyxBxUD50RNEE8FfDsrKuDGUiM2Dh { display:block; }
 }@media only screen and (max-width: 763px) { #qAyTpH2eUFO1oSCNANrGbP3I9XaiN5or { width:4.5rem;height:1.875rem;top:2.9375rem;left:32.604166507721rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNqVTKyKIC9X9xTlLcx55mwmE7eVUNR { display:block; }
 }@media only screen and (max-width: 763px) { #qgmoMevRenqPM7zH64JTbpvPHT4AqVJE { width:11.5rem;height:4.125rem;top:29.875rem;left:29.104166507721rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXxsU1FpqhbaePHPDaiGo31sZpRPqTXz { display:block; }
 }@media only screen and (max-width: 763px) { #ufN0S2TvaFaEUlxZ3bAulnzTcoL1NNQB { top:9.5625rem;left:0rem;width:32.0625rem;height:8.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4Jd6NR9JiEvNDl5GCgz6AJPQeszhuMh { top:19rem;left:0rem;width:28.5rem;height:15rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKeOtzmI4GvII9edMgqCdaiw80Oopyui { display:block; }#BKeOtzmI4GvII9edMgqCdaiw80Oopyui > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoUZW2xLWkhAOXaWqC4TkKa1ThCvJRUG { top:14.5625rem;left:42.291666507721rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0xVBXPvTWgVvdhtqHbkvJDoprSTVuNg { top:14.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnFfWnelAXUtMwkPuxhEu2aevkoEfh9V { top:14.5rem;left:44.5625rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4oFl0WThZgIK7KKTqx1PEg0TiHV5fOW { top:4.75rem;left:0rem;width:22.6875rem;height:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2ZWEQbWhJZLRFLTRScCgscrt1rJx4to { top:6.0625rem;left:38.5rem;width:9.25rem;height:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgHcITVFeIVchsp3LCLWSwoT0JFqW35Q { top:13.0625rem;left:0rem;width:22.625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfOuSG2BhRU7CzBlHkGXe63f077I6h4h { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrmgopXuVOWeBF7eDQXrS1g6EhpUPq8r { top:6rem;left:34.979166507721rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWlF0xw5TyolfHzTI7gZGUGFiv10422s { top:6rem;left:18.812502384186rem;width:13.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeR0u0UBZexwTWM5KZQq1K9biJgqUArA { top:13.0625rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzBMmyJWOmup8SuNM21QTSPsEivQxDiW { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEzqTIuz90xsNZ2RZgR1grxfTJw8JJVF { top:1.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs2vlmJGPucxhSoxNkUbaUUBbLTzUInx { top:2rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKd24BfBBxbTEzZ7LntQEiAr5KfBMTiw { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh5Zi4LncAzB2borw3ZEr0trlgZPFvQ6 { top:14.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqGPT0QakgBkOK7zFUw16qRKRt85Jfgg { top:14.5625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWNie9BwOZB08QnKMZDu8W2Alvc1ulMn { top:14.6875rem;left:42.416666507721rem;width:2.8125rem;height:2.8125rem;display:block; }
#BWNie9BwOZB08QnKMZDu8W2Alvc1ulMn > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #hTinrkChHhOxir30vxMr49nPyF1k41EJ { top:15.1875rem;left:45.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOBHilmSOOcKq9wArB4BCWHyHFwZ7JPT { top:15.0625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h65d0aHWahONcdHtmToH9kSv38uhTE37 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7a76b9c3-d9a9-45e6-a2e8-48294acba0e3/noroot.crop_4032x2510_0,0");background-position:top 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;display:block; }#h65d0aHWahONcdHtmToH9kSv38uhTE37.adaptive-delivery-prevent-bg, #h65d0aHWahONcdHtmToH9kSv38uhTE37.lazyload, #h65d0aHWahONcdHtmToH9kSv38uhTE37.lazyloading { background-image: none; }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row .container { background-color: transparent; background-image: none; }#h65d0aHWahONcdHtmToH9kSv38uhTE37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row .container > .video-iframe-container { display: none; }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row > .video-iframe-container { display: none; }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .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); }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row .container { border-width: 0; border-radius: 0; }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h65d0aHWahONcdHtmToH9kSv38uhTE37 > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qmb7g0MgaeorDkoe2ORgyWNpGqwh84AM { width:3.25rem;height:3.25rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoV9uBJPvUIn9DthIeTfzt7ivhEbTS0M { width:8rem;height:1.875rem;top:5.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEpBU6TS5PtsezFxFOmB9nNNOArlt4be { display:block; }
 }@media only screen and (max-width: 763px) { #fPLcOFRUJHTCin2gSCkFpM6bwMsCON9U { width:3.125rem;height:1.875rem;top:12rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHyQyxBxUD50RNEE8FfDsrKuDGUiM2Dh { display:block; }
 }@media only screen and (max-width: 763px) { #qAyTpH2eUFO1oSCNANrGbP3I9XaiN5or { width:4.5rem;height:1.875rem;top:8.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNqVTKyKIC9X9xTlLcx55mwmE7eVUNR { display:block; }
 }@media only screen and (max-width: 763px) { #qgmoMevRenqPM7zH64JTbpvPHT4AqVJE { width:7.5rem;height:2.75rem;top:44.67448125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXxsU1FpqhbaePHPDaiGo31sZpRPqTXz { display:block; }
 }@media only screen and (max-width: 763px) { #ufN0S2TvaFaEUlxZ3bAulnzTcoL1NNQB { width:20rem;height:auto;top:9.5625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4Jd6NR9JiEvNDl5GCgz6AJPQeszhuMh { width:20rem;height:22.5rem;top:20.92448125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BKeOtzmI4GvII9edMgqCdaiw80Oopyui { display:block; }#BKeOtzmI4GvII9edMgqCdaiw80Oopyui > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoUZW2xLWkhAOXaWqC4TkKa1ThCvJRUG { width:3.0625rem;height:3.0625rem;top:55.667325rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0xVBXPvTWgVvdhtqHbkvJDoprSTVuNg { width:3.0625rem;height:3.0625rem;top:59.979825rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnFfWnelAXUtMwkPuxhEu2aevkoEfh9V { width:3.0625rem;height:3.0625rem;top:64.292325rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4oFl0WThZgIK7KKTqx1PEg0TiHV5fOW { width:14.625rem;height:9.796875rem;top:4.3750009536743rem;left:2.6875001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2ZWEQbWhJZLRFLTRScCgscrt1rJx4to { width:7.3125rem;height:8.39844375rem;top:23.419920921326rem;left:6.3437501192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgHcITVFeIVchsp3LCLWSwoT0JFqW35Q { width:20rem;height:1.04948125rem;top:42.3183625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AfOuSG2BhRU7CzBlHkGXe63f077I6h4h { width:18.75rem;height:0.0625rem;top:41.0058625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrmgopXuVOWeBF7eDQXrS1g6EhpUPq8r { width:10.25rem;height:1.3997375rem;top:20.120442390442rem;left:4.8750001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWlF0xw5TyolfHzTI7gZGUGFiv10422s { width:14.875rem;height:1.3997375rem;top:16.971354484558rem;left:2.5625001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FeR0u0UBZexwTWM5KZQq1K9biJgqUArA { width:20rem;height:1.04948125rem;top:44.61784375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzBMmyJWOmup8SuNM21QTSPsEivQxDiW { width:20rem;height:1.04948125rem;top:15.046875953674rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEzqTIuz90xsNZ2RZgR1grxfTJw8JJVF { width:2.1875rem;height:2.1875rem;top:1.25rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs2vlmJGPucxhSoxNkUbaUUBbLTzUInx { width:2.1875rem;height:2.1875rem;top:2.2291666641831rem;left:9.35416662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKd24BfBBxbTEzZ7LntQEiAr5KfBMTiw { width:18.75rem;height:0.0625rem;top:37.130858421326rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lh5Zi4LncAzB2borw3ZEr0trlgZPFvQ6 { display:flex;width:3.125rem;height:3.125rem;top:46.917325rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eqGPT0QakgBkOK7zFUw16qRKRt85Jfgg { display:flex;width:3.125rem;height:3.125rem;top:51.292325rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #BWNie9BwOZB08QnKMZDu8W2Alvc1ulMn { display:flex;width:2.8125rem;height:2.8125rem;top:55.792325rem;left:8.5625rem; }
#BWNie9BwOZB08QnKMZDu8W2Alvc1ulMn > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #hTinrkChHhOxir30vxMr49nPyF1k41EJ { display:flex;width:1.8125rem;height:1.8125rem;top:60.604825rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #lOBHilmSOOcKq9wArB4BCWHyHFwZ7JPT { display:flex;width:2rem;height:2rem;top:64.886075rem;left:9.03125rem; }
 }