.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8566b0a5-1fd4-44e0-95ca-e3277d73cc72/banner.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/626da125-c0e5-4be5-aee2-5a829e3aa41d/backgroundmi88.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;position:relative;z-index:auto;display:block; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.adaptive-delivery-prevent-bg, #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.lazyload, #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.lazyloading { background-image: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { background-color: transparent; background-image: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,21,0,0.4); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container > .video-iframe-container { display: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,21,0,0.4); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container { display: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .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); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { border-width: 0; border-radius: 0; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { width:75rem;height:85.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#Ke0GReONIGsrPiQMiacIVIZxdPvTUUns { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6619f769-34ee-4384-b003-c950d0f88570/10035.webp");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(255,255,255,0.25);border-left:0.0625rem solid rgba(255,255,255,0.25);border-right:0.0625rem solid rgba(255,255,255,0.25);border-bottom:0.0625rem solid rgba(255,255,255,0.25);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:45.375rem;width:61.1875rem;top:34.75rem;left:6.875rem;display:block; }#Ke0GReONIGsrPiQMiacIVIZxdPvTUUns.adaptive-delivery-prevent-bg, #Ke0GReONIGsrPiQMiacIVIZxdPvTUUns.lazyload, #Ke0GReONIGsrPiQMiacIVIZxdPvTUUns.lazyloading { background-image: none; }
#Ke0GReONIGsrPiQMiacIVIZxdPvTUUns::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#Ke0GReONIGsrPiQMiacIVIZxdPvTUUns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXtZtmV9J1JR4OgMUTByQKaLaEihKhH7 { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.125rem 0.1875rem #232939;top:9.5869140625rem;left:14.75rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u3SMTXOP0q3ruuOhqIML7kzIv1HgmLcn { box-sizing:content-box;height:17.8125rem;width:13rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a202d, #383e4d);background-image: -moz-linear-gradient(180deg, #1a202d, #383e4d);background-image: -ms-linear-gradient(180deg, #1a202d, #383e4d);background-image: -o-linear-gradient(180deg, #1a202d, #383e4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );";background-image: linear-gradient(180deg, #1a202d, #383e4d);background-size:auto !important;top:58.125rem;left:15.0625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #caab71;border-left:0.0625rem solid #caab71;border-right:0.0625rem solid #caab71;border-bottom:0.0625rem solid #caab71;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(202,171,113,0.4) ;display:block; }
#D75h1gnDezDdOMKUohxA47zpkRNvzp6z { color:#f4f4f5;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:58.875rem;left:16.5rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EWqKDl6Zg6KeyoNPGtC1WTWcNHQ5pdGP { box-sizing:content-box;height:4.0625rem;width:13.0625rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -moz-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -ms-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -o-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab7119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab7119' );";background-image: linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-size:auto !important;top:58.125rem;left:15.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#glgvUJipNDR75EdxxgGUxQglaXNpLmUW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:9.1875rem;top:63.65625rem;left:17.03125rem;overflow:hidden;display:block; }
#h3iuELLCy295eLu3qCdq6IfUnTNbIrmr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616161, #000000);background-image: -moz-linear-gradient(180deg, #616161, #000000);background-image: -ms-linear-gradient(180deg, #616161, #000000);background-image: -o-linear-gradient(180deg, #616161, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );";background-image: linear-gradient(180deg, #616161, #000000);background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:lexend;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:72.125rem;left:17.25rem;display:block; }
#nGwzBZgFk28sfCgycDZdMi9szfs5mlPa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cy361MUnwVJZ2uHis7Tc9AsTF2TJOhvd { color:#f4f4f5;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:58.875rem;left:48.625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWDbHwoaIWadsJNahghCiamshWnDBZi2 { box-sizing:content-box;height:4.0625rem;width:13rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -moz-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -ms-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -o-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab7119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab7119' );";background-image: linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-size:auto !important;top:58.125rem;left:47.25rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#N26ymO0pJUtlWa0mXs4cgdT6oKH2iGec { box-sizing:content-box;height:17.8125rem;width:13rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a202d, #383e4d);background-image: -moz-linear-gradient(180deg, #1a202d, #383e4d);background-image: -ms-linear-gradient(180deg, #1a202d, #383e4d);background-image: -o-linear-gradient(180deg, #1a202d, #383e4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );";background-image: linear-gradient(180deg, #1a202d, #383e4d);background-size:auto !important;top:58.125rem;left:47.1875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #caab71;border-left:0.0625rem solid #caab71;border-right:0.0625rem solid #caab71;border-bottom:0.0625rem solid #caab71;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(202,171,113,0.4) ;display:block; }
#H0FUtcBprVJqzwXqTne1O6rC9EKVp3yo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:9.1875rem;top:62.5rem;left:49.1875rem;overflow:hidden;display:block; }
#GhShcfE4fszuy273WwFPUEvy9fl7bCm7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616161, #000000);background-image: -moz-linear-gradient(180deg, #616161, #000000);background-image: -ms-linear-gradient(180deg, #616161, #000000);background-image: -o-linear-gradient(180deg, #616161, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );";background-image: linear-gradient(180deg, #616161, #000000);background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:lexend;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:72.125rem;left:49.4375rem;display:block; }
#SlVXE2cIIWPRQu6DCzCAlNF0FIAMfyqd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bppTK2bkWuLscZk2K8rRxwSJi4oh81Tw { color:#f4f4f5;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:38.6875rem;left:32.375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Iz5PEfo5sWdU6fwccFLzIsTMZPVl1FHJ { box-sizing:content-box;height:3.9375rem;width:13.0625rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -moz-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -ms-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -o-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab7119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab7119' );";background-image: linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-size:auto !important;top:37.9375rem;left:30.9375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dO1ZsJwSrsQOOgv58CD8C1X3hfF3m18P { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:7.75rem;top:42.3125rem;left:33.65625rem;overflow:hidden;display:block; }
#m8EZDqo5eCiSPVZyFNfwLlS5nfumKexm { box-sizing:content-box;height:17.8125rem;width:13rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a202d, #383e4d);background-image: -moz-linear-gradient(180deg, #1a202d, #383e4d);background-image: -ms-linear-gradient(180deg, #1a202d, #383e4d);background-image: -o-linear-gradient(180deg, #1a202d, #383e4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );";background-image: linear-gradient(180deg, #1a202d, #383e4d);background-size:auto !important;top:37.9375rem;left:30.9375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #caab71;border-left:0.0625rem solid #caab71;border-right:0.0625rem solid #caab71;border-bottom:0.0625rem solid #caab71;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(202,171,113,0.4) ;display:block; }
#dUO7OlXUUqD6Qi1HAIyFRcKVW1SGGyzr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #686868, #000000);background-image: -moz-linear-gradient(180deg, #686868, #000000);background-image: -ms-linear-gradient(180deg, #686868, #000000);background-image: -o-linear-gradient(180deg, #686868, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#000000' );";background-image: linear-gradient(180deg, #686868, #000000);background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:lexend;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:51.9375rem;left:33.1875rem;display:block; }
#Q5gOZQl1p9oKO12RT7ioEdN9w3vfD27c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N2dNqNzuiNH0VDh6lz6rLmaXvVNcryPf { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15032;background-color:rgba(202,171,113,0.3);background-image:none;top:73.5625rem;left:15.125rem;display:block; }
#canOiB2aKO20VvJi3hkq8WVLwVzG2Fk1 { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15033;background-color:rgba(202,171,113,0.3);background-image:none;top:73.5625rem;left:47.25rem;display:block; }
#MkOdFvTfrTMSbvdpA04LLGStmQONTKrL { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15034;background-color:rgba(202,171,113,0.3);background-image:none;top:53.375rem;left:31rem;display:block; }
#zDNiQnMdzTwV5paC2pNWWuuweHlU0ikI { color:#f4f4f5;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:38.6875rem;left:48.625rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmxWkVDxKDakHdtXGahLN5FxV0Ik1ZEX { box-sizing:content-box;height:4.0625rem;width:13.0625rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -moz-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -ms-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -o-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab7119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab7119' );";background-image: linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-size:auto !important;top:37.9375rem;left:47.1875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uteKpUdaZVgQ7Xma8gh6cITsFBafkveA { box-sizing:content-box;height:17.8125rem;width:13rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a202d, #383e4d);background-image: -moz-linear-gradient(180deg, #1a202d, #383e4d);background-image: -ms-linear-gradient(180deg, #1a202d, #383e4d);background-image: -o-linear-gradient(180deg, #1a202d, #383e4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );";background-image: linear-gradient(180deg, #1a202d, #383e4d);background-size:auto !important;top:37.9375rem;left:47.1875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #caab71;border-left:0.0625rem solid #caab71;border-right:0.0625rem solid #caab71;border-bottom:0.0625rem solid #caab71;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(202,171,113,0.4) ;display:block; }
#zKiZRpvK9f1ye5bFvNMeHzS6QTgZGSzQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:10.3125rem;top:42.3125rem;left:48.5625rem;overflow:hidden;display:block; }
#mCHS48hb3mTbZ0sQlwPNzOLPXNrnRP5s { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616161, #000000);background-image: -moz-linear-gradient(180deg, #616161, #000000);background-image: -ms-linear-gradient(180deg, #616161, #000000);background-image: -o-linear-gradient(180deg, #616161, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );";background-image: linear-gradient(180deg, #616161, #000000);background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:lexend;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:51.9375rem;left:49.375rem;display:block; }
#usOc8fG7yCAb5Ulnid7vyo6UgTSxRMZ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUBAx5SF3yUBtn86Zz94OHIVt2fJfwoR { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15038;background-color:rgba(202,171,113,0.3);background-image:none;top:53.375rem;left:47.25rem;display:block; }
#LDq3TkhBTarhExq2zNw2oMvzFiiU3KJd { box-sizing:content-box;height:17.8125rem;width:13rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #1a202d, #383e4d);background-image: -moz-linear-gradient(180deg, #1a202d, #383e4d);background-image: -ms-linear-gradient(180deg, #1a202d, #383e4d);background-image: -o-linear-gradient(180deg, #1a202d, #383e4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202d', endColorstr='#383e4d' );";background-image: linear-gradient(180deg, #1a202d, #383e4d);background-size:auto !important;top:58.125rem;left:31rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid rgba(255,204,51,0.63);border-left:0.0625rem solid rgba(255,204,51,0.63);border-right:0.0625rem solid rgba(255,204,51,0.63);border-bottom:0.0625rem solid rgba(255,204,51,0.63);box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(202,171,113,0.4) ;display:block; }
#AAW9aqmIiq57Lx5pBnZA2N5cvPsJXGrT { color:#f4f4f5;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:58.875rem;left:32.4375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2ALnL8dTk9G8qJOgTgh4KppMome9oaV { box-sizing:content-box;height:4.0625rem;width:13.0625rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -moz-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -ms-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-image: -o-linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab7119' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#caab7119' );";background-image: linear-gradient(168deg, #caab71, rgba(202,171,113,0.1));background-size:auto !important;top:58.125rem;left:31.0625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#s3qrBU4ranIxro8PBcFgsFITzL2l6a4v { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:9.1875rem;top:62.1875rem;left:32.9375rem;overflow:hidden;display:block; }
#ARwwrxT2H7uZUXty2wtyT0eCUX3KfCWT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #616161, #000000);background-image: -moz-linear-gradient(180deg, #616161, #000000);background-image: -ms-linear-gradient(180deg, #616161, #000000);background-image: -o-linear-gradient(180deg, #616161, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000' );";background-image: linear-gradient(180deg, #616161, #000000);background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:lexend;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:72.125rem;left:33.1875rem;display:block; }
#DlrynuDQJ106kgaFEXCGyr0afTi7aNc0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Am4QdtfZuG5WrCFgvRVXL2e5aXANLdOG { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15038;background-color:rgba(202,171,113,0.3);background-image:none;top:73.5625rem;left:31.0625rem;display:block; }
#J7v8ZkJJXum23Vrvi5q2DATVb9gbtNLz { box-sizing:content-box;height:17.8125rem;width:13rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #caab71, #ffdf8d);background-image: -moz-linear-gradient(180deg, #caab71, #ffdf8d);background-image: -ms-linear-gradient(180deg, #caab71, #ffdf8d);background-image: -o-linear-gradient(180deg, #caab71, #ffdf8d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#ffdf8d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#caab71', endColorstr='#ffdf8d' );";background-image: linear-gradient(180deg, #caab71, #ffdf8d);background-size:auto !important;top:37.9375rem;left:15.0625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-top:0.0625rem solid #ffdf8d;border-left:0.0625rem solid #ffdf8d;border-right:0.0625rem solid #ffdf8d;border-bottom:0.0625rem solid #ffdf8d;display:block; }
#XBTsfMJ6xfAdiNgvCkmUzN8geUhmBiPd { color:#232939;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:38.6875rem;left:16.5rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VWTnk5KzoMX55WdrUka6xpUbFUFzQ5D4 { box-sizing:content-box;height:4.0625rem;width:13rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(168deg, #f4f4f5, rgba(244,244,245,0.06));background-image: -moz-linear-gradient(168deg, #f4f4f5, rgba(244,244,245,0.06));background-image: -ms-linear-gradient(168deg, #f4f4f5, rgba(244,244,245,0.06));background-image: -o-linear-gradient(168deg, #f4f4f5, rgba(244,244,245,0.06));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f5', endColorstr='#f4f4f50f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f5', endColorstr='#f4f4f50f' );";background-image: linear-gradient(168deg, #f4f4f5, rgba(244,244,245,0.06));background-size:auto !important;top:37.9375rem;left:15.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#zfnTyL4gz9Wx9Tr7R8PwkTKDS4B6Nbtg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5483d, #d73f00);background-image: -moz-linear-gradient(180deg, #e5483d, #d73f00);background-image: -ms-linear-gradient(180deg, #e5483d, #d73f00);background-image: -o-linear-gradient(180deg, #e5483d, #d73f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5483d', endColorstr='#d73f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5483d', endColorstr='#d73f00' );";background-image: linear-gradient(180deg, #e5483d, #d73f00);background-size:auto !important;border-top:0.0625rem solid #b21e1e;border-left:0.0625rem solid #b21e1e;border-right:0.0625rem solid #b21e1e;border-bottom:0.0625rem solid #b21e1e;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#f4f4f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lexend;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:3rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:51.9375rem;left:17.25rem;display:block; }
#M5ImygGxNpaaHFXyiLLNrf8FPsshTRXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aaLTDGToRAPJm9RKHkFEyKmX4khkBnHG { box-sizing:content-box;height:0.1875rem;width:13rem;position:absolute;display:block;z-index:15044;background-color:rgba(217,119,119,0.32);background-image:none;top:53.375rem;left:15.125rem;display:block; }
#MfnRcG4HqRBeHuM9ixmRXSSGlylzgAkA { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:13.4375rem;top:2.125rem;left:30.8125rem;overflow:hidden;display:block; }
#cPxgWQ6vuuu68QTiZNwr3iz19L2hxvC0 { color:#e5483d;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:45.75rem;left:15.375rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#hfgdaXIBaBe4fuQyEamN2ZKxlyVPDBdK { color:#f4f4f5;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:43.1875rem;left:16.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kubx2TwZp29aFDqaFMi78oLirWhOkLG3 { position:absolute;display:block;z-index:15048;border-top:0.0625rem solid #232939;border-left:0.0625rem solid #232939;border-right:0.0625rem solid #232939;border-bottom:0.0625rem solid #232939;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(244,244,245,0.5) ;height:14.875rem;width:44.6875rem;top:17.125rem;left:15.125rem;overflow:hidden;display:block; }
#WvHW2PO23yiv3vGnWu2Fr2JCWnwXyqbr { position:absolute;display:block;z-index:15049;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.125rem;width:2.5625rem;top:51.8125rem;left:24.0625rem;display:block; }
#eGKztGA6MfZ26azUZelOzygWk8I5cVnG { position:absolute;display:block;z-index:15050;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.4375rem;width:3rem;top:18.1875rem;left:57.875rem;display:block; }
#hPN0JbfPkDtULtgm5vo1tIJM3SdmLTiL { box-sizing:content-box;height:0.0625rem;width:15.625rem;position:absolute;display:block;z-index:15063;background-color:rgba(255,223,141,0.5);background-image:none;top:7.9375rem;left:29.71875rem;display:block; }
#UvK1uUt26STBhspch9A8P4BSSVatC39v { color:#f4f4f5;display:block;width:20.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:19.2744140625rem;left:39.4375rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t2X08rv1pCrh43UmNZP7BM3RBrwbq6E5 { color:#ffdf8d;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:22.6875rem;left:39.65625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tJN9qO5sv1qb4TA4Qiyu7ccO2UwnwHab { color:#caab71;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:25.25rem;left:39.65625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z7fQVmhRhap3uUelTHkoCPMpSrUKT0Vf { color:#caab71;display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:27.4375rem;left:39.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MKF4DbapP9qK780IUqTN2UXBI5r4ws1q { position:absolute;display:block;z-index:15048;border-top:0.0625rem solid #5f6062;border-left:0.0625rem solid #5f6062;border-right:0.0625rem solid #5f6062;border-bottom:0.0625rem solid #5f6062;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(244,244,245,0.5) ;height:14.875rem;width:25.5rem;top:17.125rem;left:15.125rem;overflow:hidden;display:none; }
#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232939;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; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { background-color: transparent; background-image: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container > .video-iframe-container { display: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container { display: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .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); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { border-width: 0; border-radius: 0; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:block; }#uaBxwgolS3CEdAFVxufg61mTgMu2AfsW { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.375rem;left:9.25rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x31t4LVT4OegEMEbsOkLDrx7aLA6ITvQ { position:absolute;display:block;z-index:15014;background-color:#caab71;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:14.4375rem;left:9.25rem;display:block; }
#InZu00iwSsLNdbAJTsupJ0puKpMn0c4A { color:#caab71;display:block;width:27.5625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.875rem;left:9.3125rem;height:1.54345625rem;font-style:normal;display:block; }
#Z1kr37oOJTEbN83N5yL2ITVt73JClUAC { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #107742;border-left:0.0625rem solid #107742;border-right:0.0625rem solid #107742;border-bottom:0.0625rem solid #107742;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:33.6875rem;width:25.125rem;top:7.75rem;left:40.8125rem;display:block; }
#QHwvTnfssMiuEGBVsfXfFOgGD9GLJaan { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.9375rem;left:42.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NvMZqsG6b1ndVrxOmE7JblL9qkH93vcv { position:absolute;display:block;z-index:15015;height:22rem;width:22.1875rem;top:12.8125rem;left:42.3125rem;display:block; }
#pX09TTCQHH8eGup9Wdguylo6r0L6s59h { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(327deg, #fbac46, #feefa0);background-image: -moz-linear-gradient(327deg, #fbac46, #feefa0);background-image: -ms-linear-gradient(327deg, #fbac46, #feefa0);background-image: -o-linear-gradient(327deg, #fbac46, #feefa0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbac46', endColorstr='#feefa0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbac46', endColorstr='#feefa0' );";background-image: linear-gradient(327deg, #fbac46, #feefa0);background-size:auto !important;border-top:0.0625rem solid #fde883;border-left:0.0625rem solid #fde883;border-right:0.0625rem solid #fde883;border-bottom:0.0625rem solid #fde883;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.9375rem;width:25.125rem;top:16.875rem;left:9.25rem;display:block; }
#IeCSR1IfyBoimCzPrRG2HvtzN356rRoT { position:absolute;display:block;z-index:15001;background-color:rgba(9,9,9,0.34);background-image:none;border-top:0.0625rem solid rgba(81,81,81,0.73);border-left:0.0625rem solid rgba(81,81,81,0.73);border-right:0.0625rem solid rgba(81,81,81,0.73);border-bottom:0.0625rem solid rgba(81,81,81,0.73);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:43.5625rem;width:67.5rem;top:4.6875rem;left:3.75rem;display:block; }
#TIc0V7NOxHkSSpsPe18LNFmpv6eLx3RO { color:#000000;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.8125rem;left:13.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l8vQfxeUdJfT4BTDn3pSDhfBFEcPH5oC { box-sizing:content-box;height:5.125rem;width:25.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-image: -moz-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-image: -ms-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-image: -o-linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffb89', endColorstr='#d8d8d8c9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfffb89', endColorstr='#d8d8d8c9' );";background-image: linear-gradient(168deg, rgba(251,255,251,0.54), rgba(216,216,216,0.79));background-size:auto !important;top:16.875rem;left:9.25rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#zZ5qncCC4mnJGwscwy3csA2ZcUIizNni { position:absolute;display:block;z-index:15007;background-color:#fae7c3;background-image:none;border-top:0.0625rem solid #febf00;border-left:0.0625rem solid #febf00;border-right:0.0625rem solid #febf00;border-bottom:0.0625rem solid #febf00;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.375rem;width:6.875rem;top:23.8125rem;left:10.5rem;display:block; }
#AwCXPnqmwMNLcsGLsJWTKnrhycvNcykZ { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5rem;left:11.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J7szzOhNJ4BU1D6OaKwnc8OMFo4HKehX { box-sizing:content-box;height:0.0625rem;width:6.875rem;position:absolute;display:block;z-index:15033;background-color:#febf00;background-image:none;top:26.125rem;left:10.5625rem;display:block; }
#kvc2D95aMTRkTUkB5Fyzz91mTQIgMmem { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:30.3125rem;left:11.1875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UOXTLwxyI3GrTU948nFmWtAfK7da2eFq { 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:15034;opacity:1;top:26.8125rem;left:12.4375rem; }
#rfXi0L5ByisxKKM7bPgfgTp8K3fIN812 { position:absolute;display:block;z-index:15012;background-color:#fdeed3;background-image:none;border-top:0.0625rem solid #febf00;border-left:0.0625rem solid #febf00;border-right:0.0625rem solid #febf00;border-bottom:0.0625rem solid #febf00;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.375rem;width:6.875rem;top:23.8125rem;left:18.375rem;display:block; }
#v41pVgvdRT1KBBkGBe8ezutyFJRXfeKS { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:24.5rem;left:19.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxXgbHU82x7T0gTTucphnUuT1RprFc1U { box-sizing:content-box;height:0.0625rem;width:6.875rem;position:absolute;display:block;z-index:15038;background-color:#febf00;background-image:none;top:26.125rem;left:18.4375rem;display:block; }
#KGCcvEnQ3it22eBbbqzGi93pAbgrsomd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:26.5625rem;left:20.625rem; }
#pE2SUShM77T7xO0TdwHooMPqHAwCVWTR { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:29.375rem;left:19.0625rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NiCcoUelM7QD2sVPTN69oiSoLmTCgA8J { position:absolute;display:block;z-index:15017;background-color:#fff4e1;background-image:none;border-top:0.0625rem solid #febf00;border-left:0.0625rem solid #febf00;border-right:0.0625rem solid #febf00;border-bottom:0.0625rem solid #febf00;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:8.375rem;width:6.875rem;top:23.8125rem;left:26.3125rem;display:block; }
#EBl2JxL8yc83cizkh2nzI54VbR0dIx2p { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:24.5rem;left:27rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbLLDEQcz5S7qL8OTXPLPCPPFIhe5ApB { box-sizing:content-box;height:0.0625rem;width:6.875rem;position:absolute;display:block;z-index:15043;background-color:#febf00;background-image:none;top:26.125rem;left:26.375rem;display:block; }
#nI9QM29buLslIdusB4WBRkP6HetUu4Ox { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:26.625rem;left:28.5625rem; }
#isyt5dEvJFfGT1JgTVoTgN7Cp7G4wwUy { color:#000000;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:29.375rem;left:27rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbAf3coJqH4mvBZPr5OPyHDSD5Cdo0UQ { position:absolute;display:block;z-index:15006;background-color:#107742;background-image:none;border-top:0.0625rem solid #107742;border-left:0.0625rem solid #107742;border-right:0.0625rem solid #107742;border-bottom:0.0625rem solid #107742;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.125rem;width:25.125rem;top:7.75rem;left:40.8125rem;display:block; }
#iHIedkpnHhXJKON66b2H2neg3qUIUnCD { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15046;line-height:1.5;letter-spacing:0;top:34.8125rem;left:10.25rem;height:3rem;font-style:normal;display:block; }
#s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection { background-color:#1a202d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; } #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection *:focus-visible, #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection input[type="text"]:focus-visible, #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection input[type="email"]:focus-visible, #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection input[type="tel"]:focus-visible, #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection textarea:focus-visible { outline: none; } #qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row .container { background-color: transparent; background-image: none; }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row .container > .video-iframe-container { display: none; }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row > .video-iframe-container { display: none; }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .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); }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row .container { border-width: 0; border-radius: 0; }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;overflow:visible;position:relative;display:block; }#b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#232939;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; } #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection *:focus-visible, #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection input[type="text"]:focus-visible, #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection input[type="email"]:focus-visible, #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection input[type="tel"]:focus-visible, #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection textarea:focus-visible { outline: none; } #nbnnHsQ4STUGqukb4pz4AToLBdC2VbAM > .row .container { background-color: transparent; background-image: none; }#nbnnHsQ4STUGqukb4pz4AToLBdC2VbAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbnnHsQ4STUGqukb4pz4AToLBdC2VbAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbnnHsQ4STUGqukb4pz4AToLBdC2VbAM > .row .container > .video-iframe-container { display: none; }#nbnnHsQ4STUGqukb4pz4AToLBdC2VbAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nbnnHsQ4STUGqukb4pz4AToLBdC2VbAM > .row > .video-iframe-container { display: none; }#nbnnHsQ4STUGqukb4pz4AToLBdC2VbAM > .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); }#nbnnHsQ4STUGqukb4pz4AToLBdC2VbAM > .row .container { border-width: 0; border-radius: 0; }#nbnnHsQ4STUGqukb4pz4AToLBdC2VbAM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbnnHsQ4STUGqukb4pz4AToLBdC2VbAM > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG { display:block; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke0GReONIGsrPiQMiacIVIZxdPvTUUns { width:47.625rem;height:45.375rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXtZtmV9J1JR4OgMUTByQKaLaEihKhH7 { top:9.5625rem;left:1.125rem;width:45.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3SMTXOP0q3ruuOhqIML7kzIv1HgmLcn { top:58.125rem;left:1.4375rem;width:13rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D75h1gnDezDdOMKUohxA47zpkRNvzp6z { top:58.875rem;left:2.875rem;width:10.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWqKDl6Zg6KeyoNPGtC1WTWcNHQ5pdGP { top:58.125rem;left:1.5rem;width:13.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glgvUJipNDR75EdxxgGUxQglaXNpLmUW { top:63.625rem;left:3.40625rem;width:9.1875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3iuELLCy295eLu3qCdq6IfUnTNbIrmr { width:8.625rem;height:3rem;top:72.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGwzBZgFk28sfCgycDZdMi9szfs5mlPa { display:block; }
 }@media only screen and (max-width: 763px) { #Cy361MUnwVJZ2uHis7Tc9AsTF2TJOhvd { top:58.875rem;left:35rem;width:10.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWDbHwoaIWadsJNahghCiamshWnDBZi2 { top:58.125rem;left:33.625rem;width:13rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N26ymO0pJUtlWa0mXs4cgdT6oKH2iGec { top:58.125rem;left:33.5625rem;width:13rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0FUtcBprVJqzwXqTne1O6rC9EKVp3yo { top:62.5rem;left:35.5625rem;width:9.1875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhShcfE4fszuy273WwFPUEvy9fl7bCm7 { width:8.625rem;height:3rem;top:72.125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlVXE2cIIWPRQu6DCzCAlNF0FIAMfyqd { display:block; }
 }@media only screen and (max-width: 763px) { #bppTK2bkWuLscZk2K8rRxwSJi4oh81Tw { top:38.6875rem;left:18.75rem;width:10.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz5PEfo5sWdU6fwccFLzIsTMZPVl1FHJ { top:37.9375rem;left:17.3125rem;width:13.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO1ZsJwSrsQOOgv58CD8C1X3hfF3m18P { top:42.3125rem;left:20.03125rem;width:7.75rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8EZDqo5eCiSPVZyFNfwLlS5nfumKexm { top:37.9375rem;left:17.3125rem;width:13rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUO7OlXUUqD6Qi1HAIyFRcKVW1SGGyzr { width:8.625rem;height:3rem;top:51.9375rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5gOZQl1p9oKO12RT7ioEdN9w3vfD27c { display:block; }
 }@media only screen and (max-width: 763px) { #N2dNqNzuiNH0VDh6lz6rLmaXvVNcryPf { top:73.5625rem;left:1.5rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #canOiB2aKO20VvJi3hkq8WVLwVzG2Fk1 { top:73.5625rem;left:33.625rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkOdFvTfrTMSbvdpA04LLGStmQONTKrL { top:53.375rem;left:17.375rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDNiQnMdzTwV5paC2pNWWuuweHlU0ikI { top:38.6875rem;left:35rem;width:10.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxWkVDxKDakHdtXGahLN5FxV0Ik1ZEX { top:37.9375rem;left:33.5625rem;width:13.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uteKpUdaZVgQ7Xma8gh6cITsFBafkveA { top:37.9375rem;left:33.5625rem;width:13rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKiZRpvK9f1ye5bFvNMeHzS6QTgZGSzQ { top:42.3125rem;left:34.9375rem;width:10.3125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCHS48hb3mTbZ0sQlwPNzOLPXNrnRP5s { width:8.625rem;height:3rem;top:51.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #usOc8fG7yCAb5Ulnid7vyo6UgTSxRMZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #zUBAx5SF3yUBtn86Zz94OHIVt2fJfwoR { top:53.375rem;left:33.625rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDq3TkhBTarhExq2zNw2oMvzFiiU3KJd { top:58.125rem;left:17.375rem;width:13rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAW9aqmIiq57Lx5pBnZA2N5cvPsJXGrT { top:58.875rem;left:18.8125rem;width:10.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ALnL8dTk9G8qJOgTgh4KppMome9oaV { top:58.125rem;left:17.4375rem;width:13.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3qrBU4ranIxro8PBcFgsFITzL2l6a4v { top:62.1875rem;left:19.3125rem;width:9.1875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARwwrxT2H7uZUXty2wtyT0eCUX3KfCWT { width:8.625rem;height:3rem;top:72.125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlrynuDQJ106kgaFEXCGyr0afTi7aNc0 { display:block; }
 }@media only screen and (max-width: 763px) { #Am4QdtfZuG5WrCFgvRVXL2e5aXANLdOG { top:73.5625rem;left:17.4375rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7v8ZkJJXum23Vrvi5q2DATVb9gbtNLz { top:37.9375rem;left:1.4375rem;width:13rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTsfMJ6xfAdiNgvCkmUzN8geUhmBiPd { top:38.6875rem;left:2.875rem;width:10.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWTnk5KzoMX55WdrUka6xpUbFUFzQ5D4 { top:37.9375rem;left:1.5rem;width:13rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfnTyL4gz9Wx9Tr7R8PwkTKDS4B6Nbtg { width:8.625rem;height:3rem;top:51.9375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5ImygGxNpaaHFXyiLLNrf8FPsshTRXe { display:block; }
 }@media only screen and (max-width: 763px) { #aaLTDGToRAPJm9RKHkFEyKmX4khkBnHG { top:53.375rem;left:1.5rem;width:13rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfnRcG4HqRBeHuM9ixmRXSSGlylzgAkA { top:2.125rem;left:17.1875rem;width:13.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPxgWQ6vuuu68QTiZNwr3iz19L2hxvC0 { top:45.75rem;left:1.75rem;width:12.5rem;height:5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfgdaXIBaBe4fuQyEamN2ZKxlyVPDBdK { top:43.1875rem;left:2.875rem;width:10.1875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kubx2TwZp29aFDqaFMi78oLirWhOkLG3 { top:17.125rem;left:1.5rem;width:44.6875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvHW2PO23yiv3vGnWu2Fr2JCWnwXyqbr { width:2.5625rem;height:2.125rem;top:51.8125rem;left:10.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGKztGA6MfZ26azUZelOzygWk8I5cVnG { width:3rem;height:2.4375rem;top:18.1875rem;left:44.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPN0JbfPkDtULtgm5vo1tIJM3SdmLTiL { top:7.9375rem;left:16.09375rem;width:15.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvK1uUt26STBhspch9A8P4BSSVatC39v { top:19.25rem;left:25.8125rem;width:20.375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2X08rv1pCrh43UmNZP7BM3RBrwbq6E5 { top:22.6875rem;left:26.03125rem;width:16.125rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJN9qO5sv1qb4TA4Qiyu7ccO2UwnwHab { top:25.25rem;left:26.03125rem;width:16.125rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7fQVmhRhap3uUelTHkoCPMpSrUKT0Vf { top:27.4375rem;left:26rem;width:16.125rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKF4DbapP9qK780IUqTN2UXBI5r4ws1q { top:17.125rem;left:1.5rem;width:25.5rem;height:14.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M { display:block; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaBxwgolS3CEdAFVxufg61mTgMu2AfsW { top:10.375rem;left:0rem;width:27.625rem;height:3.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x31t4LVT4OegEMEbsOkLDrx7aLA6ITvQ { top:14.4375rem;left:2.4375rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #InZu00iwSsLNdbAJTsupJ0puKpMn0c4A { top:8.875rem;left:0rem;width:27.5625rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1kr37oOJTEbN83N5yL2ITVt73JClUAC { top:7.75rem;left:22.5rem;width:25.125rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHwvTnfssMiuEGBVsfXfFOgGD9GLJaan { top:8.9375rem;left:23.875rem;width:22.125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvMZqsG6b1ndVrxOmE7JblL9qkH93vcv { top:12.8125rem;left:23.875rem;width:22.1875rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX09TTCQHH8eGup9Wdguylo6r0L6s59h { top:16.875rem;left:0rem;width:25.125rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeCSR1IfyBoimCzPrRG2HvtzN356rRoT { width:47.625rem;height:43.5625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIc0V7NOxHkSSpsPe18LNFmpv6eLx3RO { top:17.8125rem;left:6.8125rem;width:16.375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8vQfxeUdJfT4BTDn3pSDhfBFEcPH5oC { top:16.875rem;left:0rem;width:25.25rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ5qncCC4mnJGwscwy3csA2ZcUIizNni { top:23.8125rem;left:3.6875rem;width:6.875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwCXPnqmwMNLcsGLsJWTKnrhycvNcykZ { top:24.5rem;left:4.375rem;width:5.625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7szzOhNJ4BU1D6OaKwnc8OMFo4HKehX { top:26.125rem;left:3.75rem;width:6.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvc2D95aMTRkTUkB5Fyzz91mTQIgMmem { top:30.3125rem;left:4.375rem;width:5.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOXTLwxyI3GrTU948nFmWtAfK7da2eFq { top:26.8125rem;left:5.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfXi0L5ByisxKKM7bPgfgTp8K3fIN812 { top:23.8125rem;left:11.5625rem;width:6.875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v41pVgvdRT1KBBkGBe8ezutyFJRXfeKS { top:24.5rem;left:12.25rem;width:5.625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxXgbHU82x7T0gTTucphnUuT1RprFc1U { top:26.125rem;left:11.625rem;width:6.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGCcvEnQ3it22eBbbqzGi93pAbgrsomd { top:26.5625rem;left:13.8125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE2SUShM77T7xO0TdwHooMPqHAwCVWTR { top:29.375rem;left:12.25rem;width:5.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiCcoUelM7QD2sVPTN69oiSoLmTCgA8J { top:23.8125rem;left:16.875rem;width:6.875rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBl2JxL8yc83cizkh2nzI54VbR0dIx2p { top:24.5rem;left:18.25rem;width:5.625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbLLDEQcz5S7qL8OTXPLPCPPFIhe5ApB { top:26.125rem;left:17rem;width:6.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI9QM29buLslIdusB4WBRkP6HetUu4Ox { top:26.625rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #isyt5dEvJFfGT1JgTVoTgN7Cp7G4wwUy { top:29.375rem;left:18.25rem;width:5.625rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbAf3coJqH4mvBZPr5OPyHDSD5Cdo0UQ { top:7.75rem;left:22.5rem;width:25.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHIedkpnHhXJKON66b2H2neg3qUIUnCD { top:34.8125rem;left:0.625rem;width:23.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection { display:block; } #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection *:focus-visible, #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection input[type="text"]:focus-visible, #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection input[type="email"]:focus-visible, #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection input[type="tel"]:focus-visible, #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection textarea:focus-visible { outline: none; } #qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection { display:block; } #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection *:focus-visible, #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection input[type="text"]:focus-visible, #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection input[type="email"]:focus-visible, #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection input[type="tel"]:focus-visible, #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection textarea:focus-visible { outline: none; } #nbnnHsQ4STUGqukb4pz4AToLBdC2VbAM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8566b0a5-1fd4-44e0-95ca-e3277d73cc72/banner.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #000000; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f82ddb6a-5489-4b88-9b35-fdb2043888b9/backgroundmobilemi88.webp");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.adaptive-delivery-prevent-bg, #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.lazyload, #NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG.lazyloading { background-image: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { background-color: transparent; background-image: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container > .video-iframe-container { display: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container { display: none; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .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); }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { border-width: 0; border-radius: 0; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NpoTaQKy5PnEZpWp8tBiF5AA58iG01dG > .row .container { width:20rem;height:77.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ke0GReONIGsrPiQMiacIVIZxdPvTUUns { width:19.875rem;height:46.1875rem;top:17.04736328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXtZtmV9J1JR4OgMUTByQKaLaEihKhH7 { width:20rem;height:3rem;top:7.3740234375rem;left:0rem;font-size:1.25rem;line-height:1.2;text-shadow:0.0625rem 0.125rem 0.1875rem #1a202d;display:block; }
 }@media only screen and (max-width: 763px) { #u3SMTXOP0q3ruuOhqIML7kzIv1HgmLcn { width:9.5rem;height:13.5625rem;top:27.0625rem;left:10.375rem;z-index:15000;border-top:0.0625rem solid #caab71;border-left:0.0625rem solid #caab71;border-right:0.0625rem solid #caab71;border-bottom:0.0625rem solid #caab71;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(202,171,113,0.4) ;display:block; }
 }@media only screen and (max-width: 763px) { #D75h1gnDezDdOMKUohxA47zpkRNvzp6z { width:8.4375rem;height:2.2734375rem;top:27.5625rem;left:11rem;font-size:0.875rem;color:#f4f4f5;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #EWqKDl6Zg6KeyoNPGtC1WTWcNHQ5pdGP { width:9.5rem;height:3.25rem;top:27.0625rem;left:10.4375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #glgvUJipNDR75EdxxgGUxQglaXNpLmUW { width:6.875rem;height:5.125rem;top:31.34375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3iuELLCy295eLu3qCdq6IfUnTNbIrmr { width:7rem;height:2.4375rem;top:37.5rem;left:11.6875rem;box-shadow: none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGwzBZgFk28sfCgycDZdMi9szfs5mlPa { display:block; }
 }@media only screen and (max-width: 763px) { #Cy361MUnwVJZ2uHis7Tc9AsTF2TJOhvd { width:8.4375rem;height:2.2734375rem;top:58.375rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWDbHwoaIWadsJNahghCiamshWnDBZi2 { width:9.5rem;height:3.25rem;top:57.875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N26ymO0pJUtlWa0mXs4cgdT6oKH2iGec { width:9.5rem;height:13.5625rem;top:57.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0FUtcBprVJqzwXqTne1O6rC9EKVp3yo { width:6.5625rem;height:6.25rem;top:61.59375rem;left:11.90625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GhShcfE4fszuy273WwFPUEvy9fl7bCm7 { width:7rem;height:2.4375rem;top:68.3125rem;left:11.8125rem;box-shadow: none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlVXE2cIIWPRQu6DCzCAlNF0FIAMfyqd { display:block; }
 }@media only screen and (max-width: 763px) { #bppTK2bkWuLscZk2K8rRxwSJi4oh81Tw { width:8.4375rem;height:2.2734375rem;top:42.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz5PEfo5sWdU6fwccFLzIsTMZPVl1FHJ { width:9.5rem;height:3.25rem;top:42.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO1ZsJwSrsQOOgv58CD8C1X3hfF3m18P { width:5.5rem;height:6.5rem;top:45.96875rem;left:2.09375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m8EZDqo5eCiSPVZyFNfwLlS5nfumKexm { width:9.5rem;height:13.5625rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUO7OlXUUqD6Qi1HAIyFRcKVW1SGGyzr { width:7rem;height:2.4375rem;top:52.8125rem;left:1.3125rem;box-shadow: none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5gOZQl1p9oKO12RT7ioEdN9w3vfD27c { display:block; }
 }@media only screen and (max-width: 763px) { #N2dNqNzuiNH0VDh6lz6rLmaXvVNcryPf { width:9.5rem;height:0.125rem;top:38.6875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #canOiB2aKO20VvJi3hkq8WVLwVzG2Fk1 { width:9.5rem;height:0.125rem;top:69.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkOdFvTfrTMSbvdpA04LLGStmQONTKrL { width:9.5rem;height:0.125rem;top:53.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDNiQnMdzTwV5paC2pNWWuuweHlU0ikI { width:8.4375rem;height:2.2734375rem;top:42.9375rem;left:11rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxWkVDxKDakHdtXGahLN5FxV0Ik1ZEX { width:9.5rem;height:3.25rem;top:42.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uteKpUdaZVgQ7Xma8gh6cITsFBafkveA { width:9.5rem;height:13.5625rem;top:42.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKiZRpvK9f1ye5bFvNMeHzS6QTgZGSzQ { width:7.375rem;height:7rem;top:45.71875rem;left:11.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mCHS48hb3mTbZ0sQlwPNzOLPXNrnRP5s { width:7rem;height:2.4375rem;top:52.8125rem;left:11.6875rem;box-shadow: none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usOc8fG7yCAb5Ulnid7vyo6UgTSxRMZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #zUBAx5SF3yUBtn86Zz94OHIVt2fJfwoR { width:9.5rem;height:0.125rem;top:53.9375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDq3TkhBTarhExq2zNw2oMvzFiiU3KJd { width:9.5rem;height:13.5625rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAW9aqmIiq57Lx5pBnZA2N5cvPsJXGrT { width:8.4375rem;height:2.2734375rem;top:58.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ALnL8dTk9G8qJOgTgh4KppMome9oaV { width:9.5rem;height:3.25rem;top:57.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3qrBU4ranIxro8PBcFgsFITzL2l6a4v { width:6rem;height:6.625rem;top:61.40625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARwwrxT2H7uZUXty2wtyT0eCUX3KfCWT { width:7rem;height:2.4375rem;top:68.3125rem;left:1.375rem;box-shadow: none;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlrynuDQJ106kgaFEXCGyr0afTi7aNc0 { display:block; }
 }@media only screen and (max-width: 763px) { #Am4QdtfZuG5WrCFgvRVXL2e5aXANLdOG { width:9.5rem;height:0.125rem;top:69.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7v8ZkJJXum23Vrvi5q2DATVb9gbtNLz { width:9.5rem;height:13.5625rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBTsfMJ6xfAdiNgvCkmUzN8geUhmBiPd { width:8.4375rem;height:2.2734375rem;top:27.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWTnk5KzoMX55WdrUka6xpUbFUFzQ5D4 { width:9.5rem;height:3.25rem;top:27.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfnTyL4gz9Wx9Tr7R8PwkTKDS4B6Nbtg { width:7rem;height:2.4375rem;top:37.5rem;left:1.3125rem;box-shadow: none;font-size:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e5483d, #d73f00);background-image: -moz-linear-gradient(180deg, #e5483d, #d73f00);background-image: -ms-linear-gradient(180deg, #e5483d, #d73f00);background-image: -o-linear-gradient(180deg, #e5483d, #d73f00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5483d', endColorstr='#d73f00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5483d', endColorstr='#d73f00' );";background-image: linear-gradient(180deg, #e5483d, #d73f00);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M5ImygGxNpaaHFXyiLLNrf8FPsshTRXe { display:block; }
 }@media only screen and (max-width: 763px) { #aaLTDGToRAPJm9RKHkFEyKmX4khkBnHG { width:9.5rem;height:0.125rem;top:38.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfnRcG4HqRBeHuM9ixmRXSSGlylzgAkA { width:6rem;height:1.875rem;top:1.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPxgWQ6vuuu68QTiZNwr3iz19L2hxvC0 { width:8.8125rem;height:3.4121125rem;top:33.4375rem;left:0.4375rem;font-size:2.625rem;color:#e5483d;display:block; }
 }@media only screen and (max-width: 763px) { #hfgdaXIBaBe4fuQyEamN2ZKxlyVPDBdK { width:7.25rem;height:2.111325rem;top:31.125rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kubx2TwZp29aFDqaFMi78oLirWhOkLG3 { width:19.875rem;height:6.6875rem;top:15.1875rem;left:0rem;box-shadow: 0rem 0rem 1.25rem #e5483d ;display:none; }
 }@media only screen and (max-width: 763px) { #WvHW2PO23yiv3vGnWu2Fr2JCWnwXyqbr { top:37.5rem;left:6.6875rem;width:2.1875rem;height:1.75rem;z-index:15049;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eGKztGA6MfZ26azUZelOzygWk8I5cVnG { top:12.5625rem;left:18.625rem;width:1.375rem;height:1rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hPN0JbfPkDtULtgm5vo1tIJM3SdmLTiL { width:15.625rem;height:0.0625rem;top:6.1875rem;left:2.1875rem;background-color:#caab71;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UvK1uUt26STBhspch9A8P4BSSVatC39v { width:11.5625rem;height:3.0859375rem;top:13.875rem;left:8.4375rem;font-size:1.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #t2X08rv1pCrh43UmNZP7BM3RBrwbq6E5 { width:11.25rem;height:1.21875rem;top:17.8125rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJN9qO5sv1qb4TA4Qiyu7ccO2UwnwHab { width:11.25rem;height:1.21875rem;top:19.8125rem;left:8.75rem;font-size:0.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #z7fQVmhRhap3uUelTHkoCPMpSrUKT0Vf { width:11.25rem;height:1.21875rem;top:21.25rem;left:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKF4DbapP9qK780IUqTN2UXBI5r4ws1q { width:19.875rem;height:11.5625rem;top:12.5rem;left:0rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(244,244,245,0.5) ;z-index:14996;overflow:hidden;border-top:0.0625rem solid #232939;border-left:0.0625rem solid #232939;border-right:0.0625rem solid #232939;border-bottom:0.0625rem solid #232939;display:block; }
 }@media only screen and (max-width: 763px) { #nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c68dff42-a730-4295-980d-6b0c4a8b4055/Untitleddesign.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M.adaptive-delivery-prevent-bg, #nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M.lazyload, #nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M.lazyloading { background-image: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { background-color: transparent; background-image: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #232939; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container > .video-iframe-container { display: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #232939; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row > .video-iframe-container { display: none; }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .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); }#nnmW7uXUB1tSDXMpcSMhbRfNm01Kkb0M > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaBxwgolS3CEdAFVxufg61mTgMu2AfsW { width:20rem;height:2.35595625rem;top:4.76171875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x31t4LVT4OegEMEbsOkLDrx7aLA6ITvQ { width:8.25rem;height:0.25rem;top:7.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InZu00iwSsLNdbAJTsupJ0puKpMn0c4A { width:20rem;height:1.13671875rem;top:3.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z1kr37oOJTEbN83N5yL2ITVt73JClUAC { width:19.875rem;height:33.75rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHwvTnfssMiuEGBVsfXfFOgGD9GLJaan { width:18.375rem;height:2.4375rem;top:33rem;left:0.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NvMZqsG6b1ndVrxOmE7JblL9qkH93vcv { width:18.0625rem;height:24.75rem;top:37rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX09TTCQHH8eGup9Wdguylo6r0L6s59h { width:19.875rem;height:19.4375rem;top:9.5rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #IeCSR1IfyBoimCzPrRG2HvtzN356rRoT { width:19.875rem;height:43.5625rem;top:4.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIc0V7NOxHkSSpsPe18LNFmpv6eLx3RO { width:16.375rem;height:2.923825rem;top:10.4375rem;left:1.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l8vQfxeUdJfT4BTDn3pSDhfBFEcPH5oC { width:20rem;height:5.125rem;top:9.5rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #zZ5qncCC4mnJGwscwy3csA2ZcUIizNni { width:5.625rem;height:7.875rem;top:16.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwCXPnqmwMNLcsGLsJWTKnrhycvNcykZ { width:5.625rem;height:1.21875rem;top:16.6875rem;left:1.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J7szzOhNJ4BU1D6OaKwnc8OMFo4HKehX { width:5.625rem;height:0.0625rem;top:18.0625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvc2D95aMTRkTUkB5Fyzz91mTQIgMmem { width:5.625rem;height:1.13720625rem;top:21.875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOXTLwxyI3GrTU948nFmWtAfK7da2eFq { display:flex;width:2.8125rem;height:2.8125rem;top:18.6875rem;left:2.4375rem;font-size:1.625rem; }
 }@media only screen and (max-width: 763px) { #rfXi0L5ByisxKKM7bPgfgTp8K3fIN812 { width:5.625rem;height:7.875rem;top:16.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v41pVgvdRT1KBBkGBe8ezutyFJRXfeKS { width:5.625rem;height:1.21875rem;top:16.6875rem;left:7.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxXgbHU82x7T0gTTucphnUuT1RprFc1U { width:5.625rem;height:0.0625rem;top:18.0625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGCcvEnQ3it22eBbbqzGi93pAbgrsomd { display:flex;width:2.5rem;height:2.5rem;top:18.4375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #pE2SUShM77T7xO0TdwHooMPqHAwCVWTR { width:5.625rem;height:2.0996125rem;top:21.375rem;left:7.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NiCcoUelM7QD2sVPTN69oiSoLmTCgA8J { width:5.625rem;height:7.875rem;top:16.0625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBl2JxL8yc83cizkh2nzI54VbR0dIx2p { width:5.625rem;height:1.21875rem;top:16.6875rem;left:13.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbLLDEQcz5S7qL8OTXPLPCPPFIhe5ApB { width:5.625rem;height:0.0625rem;top:18.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nI9QM29buLslIdusB4WBRkP6HetUu4Ox { display:flex;width:2.5rem;height:2.5rem;top:18.5rem;left:15rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #isyt5dEvJFfGT1JgTVoTgN7Cp7G4wwUy { width:5.625rem;height:2.0996125rem;top:21.375rem;left:13.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbAf3coJqH4mvBZPr5OPyHDSD5Cdo0UQ { width:19.875rem;height:4.125rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHIedkpnHhXJKON66b2H2neg3qUIUnCD { width:16.25rem;height:2.625rem;top:25rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#232939;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection { background-color:#1a202d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; } #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection *:focus-visible, #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection input[type="text"]:focus-visible, #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection input[type="email"]:focus-visible, #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection input[type="tel"]:focus-visible, #s52ffb1c4b7c68a7d0127cefd5458c53.widget-smartsection textarea:focus-visible { outline: none; } #qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row .container { background-color: transparent; background-image: none; }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row .container > .video-iframe-container { display: none; }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row > .video-iframe-container { display: none; }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .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); }#qGWiFnHShsWZuiJMzV9mhMKLxv6qNo5M > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection { display:block; } #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection *:focus-visible, #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection input[type="text"]:focus-visible, #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection input[type="email"]:focus-visible, #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection input[type="tel"]:focus-visible, #b51d404bcd1ec7cacef732ae118cf3be.widget-smartsection textarea:focus-visible { outline: none; } #nbnnHsQ4STUGqukb4pz4AToLBdC2VbAM > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }