.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:251,222,223;--color-primary-1:240,146,148;--color-primary-2:225,37,41;--color-primary-3:113,19,21;--color-primary-4:34,6,6;--color-secondary-0:251,222,223;--color-secondary-1:240,146,148;--color-secondary-2:225,37,41;--color-secondary-3:113,19,21;--color-secondary-4:34,6,6;--color-tertiary-0:255,255,255;--color-tertiary-1:215,215,215;--color-tertiary-2:121,121,121;--color-tertiary-3:61,61,61;--color-tertiary-4:12,12,12;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"Lato"; }@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-primary-0),1);background-image:none;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); }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1cccf1ca-a13f-40bd-a5ab-25f908f13c65/heroatmb.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k.adaptive-delivery-prevent-bg, #KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k.lazyload, #KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k.lazyloading { background-image: none; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row .container { background-color: transparent; background-image: none; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row .container > .video-iframe-container { display: none; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row > .video-iframe-container { display: none; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .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); }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row .container { border-width: 0; border-radius: 0; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#Eos0t8nCCSpPnaVyfkW9k53idRMM6uIX { color:rgba(var(--color-tertiary-0),1);display:block;width:66.1875rem;position:absolute;font-family:raleway;font-size:4.75rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.36865234375rem;left:4.40625rem;height:9.5rem;text-align:center;text-align-last:center;display:block; }
#TAhNhTT0uBwhFH5OxVGJq7wr3m5DPZp9 { background-color:#d76918;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.51) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:43.1875rem;left:12.15625rem;display:block; }
#J7vUzmMgt1t27JST9ZdqA3TTiz7C6eqC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tHmCLNbiB1hhpStzKw7SC4yptNrnswJV { 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:2.6875rem;width:13.125rem;top:2.1875rem;left:30.9375rem;overflow:hidden;display:block; }
#BJe79ffrT4x96AUB7fPhp21rLG28xGSU { color:rgba(var(--color-tertiary-0),1);display:block;width:50.6875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.86865234375rem;left:12.15625rem;height:15.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cgzGIxgFPhaSRnpBvybg8xN0fBNZH90p { background-color:#d76918;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.51) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.1875rem;left:38.65625rem;display:block; }
#cQxIp6gULl2LPznG4gMSeTlXRgWO63vy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I { 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; }#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I > .row .container { background-color: transparent; background-image: none; }#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I > .row .container > .video-iframe-container { display: none; }#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I > .row > .video-iframe-container { display: none; }#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I > .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); }#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I > .row .container { border-width: 0; border-radius: 0; }#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:75rem;position:relative;display:block; }#Lcx0r2zT6DR6UpKMtMSy6B8ddXnDvtus { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:6.2939453125rem;left:6.09375rem;height:20.474125rem;text-align:left;text-align-last:left;display:block; }
#iTIh10u7UzT4qEBGfd8MHvQail3gBETD { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:23rem;width:34.5rem;top:4.875rem;left:40.154452054794rem;overflow:hidden;display:block; }
#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b3084;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; }#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi > .row .container { background-color: transparent; background-image: none; }#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi > .row .container > .video-iframe-container { display: none; }#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi > .row > .video-iframe-container { display: none; }#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi > .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); }#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi > .row .container { border-width: 0; border-radius: 0; }#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#MT7Vl20BV09GOMIwBL5xOLhMW35aO4f9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.0625rem;left:29.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JV2ssDLdVXxfJyPJHEzCegkQDkpfS13z { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:23.3125rem;left:29.9375rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ErJ13u5WG2LNHLxrzQCGanPXuT94BkVx { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:28.9375rem;left:29.9375rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DZK1CHzp1Q2PUhBV3XXmwRhpqDAXf2SF { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:19.0625rem;left:54.6875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wJclLeEAG8z7C8XBMu0qy1VuINLT5sp1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:23.3125rem;left:54.6875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DTllhH4eXS2DlTD741CkZGSETXiwpv95 { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:28.9375rem;left:54.6875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rlqOCWLTSkcQy7LTQWRpg7onD3iug1Vl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:19.0625rem;left:27.5rem; }
#U79A5zRfdU6qxdofPgiTV8d3zCwKV9to { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:24.125rem;left:27.375rem; }
#IDbs9L1yopMRg6qghIGDwxuGxiFauwWp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:28.8125rem;left:27.5rem; }
#TTt50VhtGwxScBEePN1w6Ctagz8tLSm1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:18.9375rem;left:51.5625rem; }
#opW9WZIWygJMZeyAhU41fhoH5CTaa8cm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:24.125rem;left:51.5625rem; }
#qt72p0b4V666yW7wkqah8sUmEU5EvZeK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:28.8125rem;left:51.5625rem; }
#CgyAKxMVFW54zZbUoWS59z5yoTyDWJtI { position:absolute;display:block;z-index:15008;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.3125rem;width:22.625rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#CcVrTTnR2GadT2eTGLVa4BzJlXwql8KI { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:27.5rem;height:10.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bfb45808-bbf6-4380-a584-afde20b3f43a/ATMM2202202684.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ.adaptive-delivery-prevent-bg, #uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ.lazyload, #uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ.lazyloading { background-image: none; }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ > .row .container { background-color: transparent; background-image: none; }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ > .row .container > .video-iframe-container { display: none; }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ > .row > .video-iframe-container { display: none; }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ > .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); }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ > .row .container { border-width: 0; border-radius: 0; }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT { 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; }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT > .row .container { background-color: transparent; background-image: none; }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT > .row .container > .video-iframe-container { display: none; }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT > .row > .video-iframe-container { display: none; }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT > .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); }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT > .row .container { border-width: 0; border-radius: 0; }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:block; }#LbVxUoBRS3c8z8rcEzxdWQNlZsd2Oqb2 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.6875rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.4375rem;left:8.9375rem;height:20.474125rem;display:block; }
#ERf7Myy8IB1RLKZmxk0vOrc1emkXcnEm { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8125rem;left:6.625rem;height:;text-align:left;text-align-last:left;display:block; }
#azGA716UltbZZC045QSMeSntDxm9UeXF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15003;opacity:1;top:15.1875rem;left:6.625rem; }
#JhwmaITUFCwRVKgxEGTwJaSbdoUAFQBD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15004;opacity:1;top:17.4375rem;left:6.625rem; }
#qxLqzUdNOJhHbCaQh8XRKJXe2nOxo8DM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15005;opacity:1;top:19.6875rem;left:6.625rem; }
#z7aiNO3DJX71uJAwwLWVBFFErr3cUDdB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15006;opacity:1;top:22.0625rem;left:6.6875rem; }
#RHIuO3Rwwht3kszmMxLoRMiTkbT2rgSG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15007;opacity:1;top:24.1875rem;left:6.6875rem; }
#q4pS2Fa2VhgTFMv5qKDTI1qK8NpGUxpr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15008;opacity:1;top:26.375rem;left:6.6875rem; }
#MMUqZE1iVs9DJVRvWByuQJbW5nHSdxvm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15009;opacity:1;top:28.6875rem;left:6.6875rem; }
#kSR5zZm7Jsx7QM5nX6uhESl2nAuzlUhU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15010;opacity:1;top:30.9375rem;left:6.6875rem; }
#ID1Xyev9TdJf2kJ62czF69hsmrzWiSWB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15004;opacity:1;top:12.875rem;left:6.625rem; }
#SR2u7s5NT6XGKEHfqhCZzKLHaG1E2OJX { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:42.5rem;top:4.84912109375rem;left:32.5rem;overflow:hidden;display:block; }
#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 { 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; }#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 > .row .container { background-color: transparent; background-image: none; }#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 > .row .container > .video-iframe-container { display: none; }#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 > .row > .video-iframe-container { display: none; }#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 > .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); }#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 > .row .container { border-width: 0; border-radius: 0; }#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#IrLncKXtnr5m5FaMHbB9TXVMgSVl9aBB { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.63720703125rem;left:45.375rem;height:6.8246875rem;display:block; }
#D5ZWTE9grZzfqAUycicmekZ3RMTPqLze { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:45.1875rem;height:;display:block; }
#yyHfRuLSOOzM7dKweGbhquApXyTxBPTF { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:41.625rem;top:0.125rem;left:0rem;overflow:hidden;display:block; }
#srErRTxHxZe0iDK3RS6eTJTU341LJBeK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a2f82;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; }#srErRTxHxZe0iDK3RS6eTJTU341LJBeK > .row .container { background-color: transparent; background-image: none; }#srErRTxHxZe0iDK3RS6eTJTU341LJBeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srErRTxHxZe0iDK3RS6eTJTU341LJBeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srErRTxHxZe0iDK3RS6eTJTU341LJBeK > .row .container > .video-iframe-container { display: none; }#srErRTxHxZe0iDK3RS6eTJTU341LJBeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#srErRTxHxZe0iDK3RS6eTJTU341LJBeK > .row > .video-iframe-container { display: none; }#srErRTxHxZe0iDK3RS6eTJTU341LJBeK > .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); }#srErRTxHxZe0iDK3RS6eTJTU341LJBeK > .row .container { border-width: 0; border-radius: 0; }#srErRTxHxZe0iDK3RS6eTJTU341LJBeK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#srErRTxHxZe0iDK3RS6eTJTU341LJBeK > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#rDT3F2ITyD2kAry58GbHkVecu2Kor5uJ { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:3.64990234375rem;left:11.25rem;height:6.8246875rem;text-align:center;text-align-last:center;display:block; }
#VRlOzr1qvhmTOHNFDtNfdvE41B3flhiT { background-color:#d76918;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.51) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.6875rem;left:12.125rem;display:block; }
#Tc30AmAveveinSNHMc2wDbzWWbKJSNe5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPzaQO8KbczhBs49ZRw8fg2kRM8Cl1oa { background-color:#d76918;background-image:none;background-position:top left !important;background-repeat: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.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: 0rem 0.0625rem 0.8125rem rgba(var(--color-tertiary-4),0.51) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.125rem;height:3.5rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30.6875rem;left:38.75rem;display:block; }
#cJ3FBnyFeiyFuxK6x2Xi9tKsRZJBUQ3P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wSzLaFKh49Kohb6igCa2iTM8QdoIScIP { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:16.34326171875rem;left:11.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#z5e4HlBxkllwMStKMLsnibB1fy8uWBUK { color:rgba(var(--color-secondary-2),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:3.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:11.75rem;left:11.25rem;height:4.7124rem;text-align:center;text-align-last:center;display:block; }
#KXcK5vDp3zMsuAor0xsMaksEqZEDHkqU { color:rgba(var(--color-tertiary-0),1);display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:27.14892578125rem;left:11.25rem;height:2.2749rem;text-align:center;text-align-last:center;display:block; }
#nvcyU6PO7mE540CoZC9KanBuupBFQFsD { color:#29e600;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:23.15625rem;left:11.25rem;height:3.49365rem;text-align:center;text-align-last:center;display:block; }
#O3D5Zf6qzNNhLb3iVT1tJJeITl2zGU2E { color:rgba(41,230,0,0.95);display:block;width:25.25rem;position:absolute;font-family:raleway;font-size:5.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:17.15576171875rem;left:24.875rem;height:7.556125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k { display:block; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eos0t8nCCSpPnaVyfkW9k53idRMM6uIX { width:47.75rem;height:9.5rem;top:16.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAhNhTT0uBwhFH5OxVGJq7wr3m5DPZp9 { width:24.4375rem;height:3.5rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7vUzmMgt1t27JST9ZdqA3TTiz7C6eqC { display:block; }
 }@media only screen and (max-width: 763px) { #tHmCLNbiB1hhpStzKw7SC4yptNrnswJV { top:2.1875rem;left:17.3125rem;width:13.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJe79ffrT4x96AUB7fPhp21rLG28xGSU { width:47.75rem;height:15.3125rem;top:25.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgzGIxgFPhaSRnpBvybg8xN0fBNZH90p { width:23rem;height:3.5rem;top:43.1875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQxIp6gULl2LPznG4gMSeTlXRgWO63vy { display:block; }
 }@media only screen and (max-width: 763px) { #tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I { display:block; }#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lcx0r2zT6DR6UpKMtMSy6B8ddXnDvtus { top:6.25rem;left:0rem;width:37.5625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTIh10u7UzT4qEBGfd8MHvQail3gBETD { top:4.875rem;left:13rem;width:34.5rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi { display:block; }#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT7Vl20BV09GOMIwBL5xOLhMW35aO4f9 { width:15.625rem;height:1.875rem;top:19.0625rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV2ssDLdVXxfJyPJHEzCegkQDkpfS13z { width:15.625rem;height:3.75rem;top:23.3125rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErJ13u5WG2LNHLxrzQCGanPXuT94BkVx { width:15.625rem;height:1.875rem;top:28.9375rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZK1CHzp1Q2PUhBV3XXmwRhpqDAXf2SF { width:15.625rem;height:1.875rem;top:19.0625rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJclLeEAG8z7C8XBMu0qy1VuINLT5sp1 { width:13.6875rem;height:3.75rem;top:23.3125rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTllhH4eXS2DlTD741CkZGSETXiwpv95 { width:19rem;height:1.875rem;top:28.9375rem;left:28.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlqOCWLTSkcQy7LTQWRpg7onD3iug1Vl { top:19.0625rem;left:15.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U79A5zRfdU6qxdofPgiTV8d3zCwKV9to { top:24.125rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDbs9L1yopMRg6qghIGDwxuGxiFauwWp { top:28.8125rem;left:15.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTt50VhtGwxScBEePN1w6Ctagz8tLSm1 { top:18.9375rem;left:31.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opW9WZIWygJMZeyAhU41fhoH5CTaa8cm { top:24.125rem;left:31.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qt72p0b4V666yW7wkqah8sUmEU5EvZeK { top:28.8125rem;left:31.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgyAKxMVFW54zZbUoWS59z5yoTyDWJtI { width:22.625rem;height:34.3125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcVrTTnR2GadT2eTGLVa4BzJlXwql8KI { width:39.375rem;height:10.9375rem;top:4.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ { display:block; }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT { display:block; }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbVxUoBRS3c8z8rcEzxdWQNlZsd2Oqb2 { top:12.4375rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERf7Myy8IB1RLKZmxk0vOrc1emkXcnEm { top:3.8125rem;left:0rem;width:23.25rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #azGA716UltbZZC045QSMeSntDxm9UeXF { top:15.1875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhwmaITUFCwRVKgxEGTwJaSbdoUAFQBD { top:17.4375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxLqzUdNOJhHbCaQh8XRKJXe2nOxo8DM { top:19.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7aiNO3DJX71uJAwwLWVBFFErr3cUDdB { top:22.0625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHIuO3Rwwht3kszmMxLoRMiTkbT2rgSG { top:24.1875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4pS2Fa2VhgTFMv5qKDTI1qK8NpGUxpr { top:26.375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMUqZE1iVs9DJVRvWByuQJbW5nHSdxvm { top:28.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSR5zZm7Jsx7QM5nX6uhESl2nAuzlUhU { top:30.9375rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID1Xyev9TdJf2kJ62czF69hsmrzWiSWB { top:12.875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR2u7s5NT6XGKEHfqhCZzKLHaG1E2OJX { top:4.8125rem;left:5.25rem;width:42.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 { display:block; }#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrLncKXtnr5m5FaMHbB9TXVMgSVl9aBB { top:11.625rem;left:16.5625rem;width:29.625rem;height:6.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5ZWTE9grZzfqAUycicmekZ3RMTPqLze { top:3.5625rem;left:20.625rem;width:27.125rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyHfRuLSOOzM7dKweGbhquApXyTxBPTF { top:0.125rem;left:0rem;width:41.625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srErRTxHxZe0iDK3RS6eTJTU341LJBeK { display:block; }#srErRTxHxZe0iDK3RS6eTJTU341LJBeK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDT3F2ITyD2kAry58GbHkVecu2Kor5uJ { top:3.625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRlOzr1qvhmTOHNFDtNfdvE41B3flhiT { width:24.4375rem;height:3.5rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc30AmAveveinSNHMc2wDbzWWbKJSNe5 { display:block; }
 }@media only screen and (max-width: 763px) { #LPzaQO8KbczhBs49ZRw8fg2kRM8Cl1oa { width:26.125rem;height:3.5rem;top:30.6875rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ3FBnyFeiyFuxK6x2Xi9tKsRZJBUQ3P { display:block; }
 }@media only screen and (max-width: 763px) { #wSzLaFKh49Kohb6igCa2iTM8QdoIScIP { top:16.3125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5e4HlBxkllwMStKMLsnibB1fy8uWBUK { top:11.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXcK5vDp3zMsuAor0xsMaksEqZEDHkqU { top:27.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvcyU6PO7mE540CoZC9KanBuupBFQFsD { top:23.125rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3D5Zf6qzNNhLb3iVT1tJJeITl2zGU2E { top:17.125rem;left:11.25rem;width:25.25rem;height:7.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1cccf1ca-a13f-40bd-a5ab-25f908f13c65/heroatmb.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k.adaptive-delivery-prevent-bg, #KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k.lazyload, #KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k.lazyloading { background-image: none; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row .container { background-color: transparent; background-image: none; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row .container > .video-iframe-container { display: none; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.47); }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row > .video-iframe-container { display: none; }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .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); }#KIB3zvTUxHiUZuqBG7kJMxldWL0nI31k > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eos0t8nCCSpPnaVyfkW9k53idRMM6uIX { width:20rem;height:6rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAhNhTT0uBwhFH5OxVGJq7wr3m5DPZp9 { width:17.1875rem;height:3.125rem;top:41.08154296875rem;left:1.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7vUzmMgt1t27JST9ZdqA3TTiz7C6eqC { display:block; }
 }@media only screen and (max-width: 763px) { #tHmCLNbiB1hhpStzKw7SC4yptNrnswJV { width:9.875rem;height:1.875rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJe79ffrT4x96AUB7fPhp21rLG28xGSU { width:20rem;height:17.3203125rem;top:22.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cgzGIxgFPhaSRnpBvybg8xN0fBNZH90p { width:19rem;height:3.5rem;top:45.20654296875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQxIp6gULl2LPznG4gMSeTlXRgWO63vy { display:block; }
 }@media only screen and (max-width: 763px) { #tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I { display:block; }#tT3PDwaBygcQ5KeS0SiBWgyVuVCB303I > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lcx0r2zT6DR6UpKMtMSy6B8ddXnDvtus { width:20rem;height:17.0605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTIh10u7UzT4qEBGfd8MHvQail3gBETD { width:19.75rem;height:13.125rem;top:19.12353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi { display:block; }#kRZZv8I4uaJ5p9ottZUzF7PmC2RB4UUi > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MT7Vl20BV09GOMIwBL5xOLhMW35aO4f9 { width:15.625rem;height:1.875rem;top:12.5rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV2ssDLdVXxfJyPJHEzCegkQDkpfS13z { width:15.625rem;height:3.75rem;top:19rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErJ13u5WG2LNHLxrzQCGanPXuT94BkVx { width:15.625rem;height:1.875rem;top:27.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZK1CHzp1Q2PUhBV3XXmwRhpqDAXf2SF { width:15.625rem;height:1.875rem;top:33.875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJclLeEAG8z7C8XBMu0qy1VuINLT5sp1 { width:15.625rem;height:3.75rem;top:40.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTllhH4eXS2DlTD741CkZGSETXiwpv95 { width:15.625rem;height:3.75rem;top:48.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlqOCWLTSkcQy7LTQWRpg7onD3iug1Vl { display:flex;width:1.875rem;height:1.875rem;top:9.375rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #U79A5zRfdU6qxdofPgiTV8d3zCwKV9to { display:flex;width:2.125rem;height:2.125rem;top:15.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #IDbs9L1yopMRg6qghIGDwxuGxiFauwWp { display:flex;width:2.125rem;height:2.125rem;top:24rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #TTt50VhtGwxScBEePN1w6Ctagz8tLSm1 { display:flex;width:2.125rem;height:2.125rem;top:30.5rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #opW9WZIWygJMZeyAhU41fhoH5CTaa8cm { display:flex;width:2.125rem;height:2.125rem;top:37rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #qt72p0b4V666yW7wkqah8sUmEU5EvZeK { display:flex;width:2.125rem;height:2.125rem;top:45.375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #CgyAKxMVFW54zZbUoWS59z5yoTyDWJtI { width:14.9375rem;height:22.6875rem;top:51.6875rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcVrTTnR2GadT2eTGLVa4BzJlXwql8KI { width:17.9375rem;height:5.1181625rem;top:2.5625rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ { display:block; }#uASALWrPsCl5Jhy9vJTLlBFHFCc43dzQ > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT { display:block; }#bAqNTkkGyQUh3Uo5wr1ikWlUD3ObiXVT > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbVxUoBRS3c8z8rcEzxdWQNlZsd2Oqb2 { width:15.6875rem;height:16.875rem;top:3.75rem;left:3.625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ERf7Myy8IB1RLKZmxk0vOrc1emkXcnEm { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #azGA716UltbZZC045QSMeSntDxm9UeXF { display:flex;width:1.8125rem;height:1.8125rem;top:7.59375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #JhwmaITUFCwRVKgxEGTwJaSbdoUAFQBD { display:flex;width:1.8125rem;height:1.8125rem;top:9.59375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #qxLqzUdNOJhHbCaQh8XRKJXe2nOxo8DM { display:flex;width:1.8125rem;height:1.8125rem;top:11.53125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #z7aiNO3DJX71uJAwwLWVBFFErr3cUDdB { display:flex;width:1.8125rem;height:1.8125rem;top:13.3125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #RHIuO3Rwwht3kszmMxLoRMiTkbT2rgSG { display:flex;width:1.8125rem;height:1.8125rem;top:15.125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #q4pS2Fa2VhgTFMv5qKDTI1qK8NpGUxpr { display:flex;width:1.8125rem;height:1.8125rem;top:17rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #MMUqZE1iVs9DJVRvWByuQJbW5nHSdxvm { display:flex;width:1.8125rem;height:1.8125rem;top:18.8125rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #kSR5zZm7Jsx7QM5nX6uhESl2nAuzlUhU { display:flex;width:1.8125rem;height:1.8125rem;top:5.90625rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ID1Xyev9TdJf2kJ62czF69hsmrzWiSWB { display:flex;width:1.8125rem;height:1.8125rem;top:4.1875rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SR2u7s5NT6XGKEHfqhCZzKLHaG1E2OJX { width:20rem;height:13.235294117647rem;top:22.7470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 { display:block; }#DAmKPQebBx5ZgCXzw409s8FqkNRZxAk4 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrLncKXtnr5m5FaMHbB9TXVMgSVl9aBB { width:20rem;height:4.875rem;top:18.4111328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5ZWTE9grZzfqAUycicmekZ3RMTPqLze { width:20rem;height:1.70605625rem;top:15.712375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyHfRuLSOOzM7dKweGbhquApXyTxBPTF { width:20rem;height:13.212875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #srErRTxHxZe0iDK3RS6eTJTU341LJBeK { display:block; }#srErRTxHxZe0iDK3RS6eTJTU341LJBeK > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rDT3F2ITyD2kAry58GbHkVecu2Kor5uJ { width:20rem;height:11.942375rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRlOzr1qvhmTOHNFDtNfdvE41B3flhiT { width:19rem;height:3.5rem;top:33.1875rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc30AmAveveinSNHMc2wDbzWWbKJSNe5 { display:block; }
 }@media only screen and (max-width: 763px) { #LPzaQO8KbczhBs49ZRw8fg2kRM8Cl1oa { width:19rem;height:3.5rem;top:37.9375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJ3FBnyFeiyFuxK6x2Xi9tKsRZJBUQ3P { display:block; }
 }@media only screen and (max-width: 763px) { #wSzLaFKh49Kohb6igCa2iTM8QdoIScIP { width:20rem;height:1.625rem;top:17.912109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5e4HlBxkllwMStKMLsnibB1fy8uWBUK { width:20rem;height:2.5996125rem;top:15.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXcK5vDp3zMsuAor0xsMaksEqZEDHkqU { width:20rem;height:3.4121125rem;top:27.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvcyU6PO7mE540CoZC9KanBuupBFQFsD { width:20rem;height:1.625rem;top:25.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3D5Zf6qzNNhLb3iVT1tJJeITl2zGU2E { width:20rem;height:4.875rem;top:20.3125rem;left:0rem;font-size:3.75rem;display:block; }
 }