.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/ca25a86b-0033-462d-abe9-3f4992a9975d/bg2.webp");background-position: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; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 { border-width: 0; border-radius: 0; }#aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #cJ5gIOkCNU95R3N0MpoTsZ3xCdS9aFNx > .row .container { border-width: 0; border-radius: 0; }#cJ5gIOkCNU95R3N0MpoTsZ3xCdS9aFNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cJ5gIOkCNU95R3N0MpoTsZ3xCdS9aFNx > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #lWF4Kr6dnfIU5hNdwNsq4diCnFMSFdGt > .row .container { border-width: 0; border-radius: 0; }#lWF4Kr6dnfIU5hNdwNsq4diCnFMSFdGt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWF4Kr6dnfIU5hNdwNsq4diCnFMSFdGt > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #em6DqhkuNwivIdFxgICvJ0fGxEatFEJT > .row .container { border-width: 0; border-radius: 0; }#em6DqhkuNwivIdFxgICvJ0fGxEatFEJT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#em6DqhkuNwivIdFxgICvJ0fGxEatFEJT > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #kreXMs8ftm4hi0eGd3ccIrAQRl7PSoqn > .row .container { background-color: transparent; background-image: none; }#kreXMs8ftm4hi0eGd3ccIrAQRl7PSoqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kreXMs8ftm4hi0eGd3ccIrAQRl7PSoqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kreXMs8ftm4hi0eGd3ccIrAQRl7PSoqn > .row .container > .video-iframe-container { display: none; }#kreXMs8ftm4hi0eGd3ccIrAQRl7PSoqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kreXMs8ftm4hi0eGd3ccIrAQRl7PSoqn > .row > .video-iframe-container { display: none; }#kreXMs8ftm4hi0eGd3ccIrAQRl7PSoqn > .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); }#kreXMs8ftm4hi0eGd3ccIrAQRl7PSoqn > .row .container { border-width: 0; border-radius: 0; }#kreXMs8ftm4hi0eGd3ccIrAQRl7PSoqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kreXMs8ftm4hi0eGd3ccIrAQRl7PSoqn > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #GssKTFSm8x9Usk5Wb6DueuncTA4fcoLB > .row .container { background-color: transparent; background-image: none; }#GssKTFSm8x9Usk5Wb6DueuncTA4fcoLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GssKTFSm8x9Usk5Wb6DueuncTA4fcoLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GssKTFSm8x9Usk5Wb6DueuncTA4fcoLB > .row .container > .video-iframe-container { display: none; }#GssKTFSm8x9Usk5Wb6DueuncTA4fcoLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GssKTFSm8x9Usk5Wb6DueuncTA4fcoLB > .row > .video-iframe-container { display: none; }#GssKTFSm8x9Usk5Wb6DueuncTA4fcoLB > .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); }#GssKTFSm8x9Usk5Wb6DueuncTA4fcoLB > .row .container { border-width: 0; border-radius: 0; }#GssKTFSm8x9Usk5Wb6DueuncTA4fcoLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GssKTFSm8x9Usk5Wb6DueuncTA4fcoLB > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #i9pPftl1OgBdNrTDIDzloyoz0yOfMuDK { background-color: transparent; background-image: none; }#i9pPftl1OgBdNrTDIDzloyoz0yOfMuDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9pPftl1OgBdNrTDIDzloyoz0yOfMuDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9pPftl1OgBdNrTDIDzloyoz0yOfMuDK > .row .container > .video-iframe-container { display: none; }#i9pPftl1OgBdNrTDIDzloyoz0yOfMuDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9pPftl1OgBdNrTDIDzloyoz0yOfMuDK > .row > .video-iframe-container { display: none; }#i9pPftl1OgBdNrTDIDzloyoz0yOfMuDK > .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); }#i9pPftl1OgBdNrTDIDzloyoz0yOfMuDK { border-width: 0; border-radius: 0; }#i9pPftl1OgBdNrTDIDzloyoz0yOfMuDK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i9pPftl1OgBdNrTDIDzloyoz0yOfMuDK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #WaJMBDllTrWXZh8CpqhGXWQyvHIWBxhD { background-color: transparent; background-image: none; }#WaJMBDllTrWXZh8CpqhGXWQyvHIWBxhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaJMBDllTrWXZh8CpqhGXWQyvHIWBxhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaJMBDllTrWXZh8CpqhGXWQyvHIWBxhD > .row .container > .video-iframe-container { display: none; }#WaJMBDllTrWXZh8CpqhGXWQyvHIWBxhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WaJMBDllTrWXZh8CpqhGXWQyvHIWBxhD > .row > .video-iframe-container { display: none; }#WaJMBDllTrWXZh8CpqhGXWQyvHIWBxhD > .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); }#WaJMBDllTrWXZh8CpqhGXWQyvHIWBxhD { border-width: 0; border-radius: 0; }#WaJMBDllTrWXZh8CpqhGXWQyvHIWBxhD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WaJMBDllTrWXZh8CpqhGXWQyvHIWBxhD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #NvJdTQ2NrAn54n7LdpChoNSNJTWc7Mix { background-color: transparent; background-image: none; }#NvJdTQ2NrAn54n7LdpChoNSNJTWc7Mix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvJdTQ2NrAn54n7LdpChoNSNJTWc7Mix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvJdTQ2NrAn54n7LdpChoNSNJTWc7Mix > .row .container > .video-iframe-container { display: none; }#NvJdTQ2NrAn54n7LdpChoNSNJTWc7Mix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvJdTQ2NrAn54n7LdpChoNSNJTWc7Mix > .row > .video-iframe-container { display: none; }#NvJdTQ2NrAn54n7LdpChoNSNJTWc7Mix > .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); }#NvJdTQ2NrAn54n7LdpChoNSNJTWc7Mix { border-width: 0; border-radius: 0; }#NvJdTQ2NrAn54n7LdpChoNSNJTWc7Mix > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NvJdTQ2NrAn54n7LdpChoNSNJTWc7Mix > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection { position:relative;display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #tIV6o5q5Rw0yat0XSD8wdO9MxfGoFSxh { background-color: transparent; background-image: none; }#tIV6o5q5Rw0yat0XSD8wdO9MxfGoFSxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIV6o5q5Rw0yat0XSD8wdO9MxfGoFSxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIV6o5q5Rw0yat0XSD8wdO9MxfGoFSxh > .row .container > .video-iframe-container { display: none; }#tIV6o5q5Rw0yat0XSD8wdO9MxfGoFSxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tIV6o5q5Rw0yat0XSD8wdO9MxfGoFSxh > .row > .video-iframe-container { display: none; }#tIV6o5q5Rw0yat0XSD8wdO9MxfGoFSxh > .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); }#tIV6o5q5Rw0yat0XSD8wdO9MxfGoFSxh { border-width: 0; border-radius: 0; }#tIV6o5q5Rw0yat0XSD8wdO9MxfGoFSxh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tIV6o5q5Rw0yat0XSD8wdO9MxfGoFSxh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/38a88159-d818-4992-a17d-003ddf676afa/her1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga.adaptive-delivery-prevent-bg, #TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga.lazyload, #TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga.lazyloading { background-image: none; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container { background-color: transparent; background-image: none; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container > .video-iframe-container { display: none; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row > .video-iframe-container { display: none; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .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); }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container { border-width: 0; border-radius: 0; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#pmlGKWyqgNCtkOafC8XTJWVAAZH0drqK { color:#fff2e5;display:block;width:43.75rem;position:absolute;font-family:futuraptbold;font-size:3.3125rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:10.9990234375rem;left:15.625rem;height:7.94925rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f6NFHHJevLzwEmmvkm7ry7vAvy3aWsaI { background-color:#c24928;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:futuraptbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.75rem;left:32.5625rem;display:block; }
#oupBa7fBAv2dFUe6DZBgq0CB35iIHaqO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3EroLaWf9D59ynD3Ag20yOvzE7e1Pak { position:absolute;display:block;z-index:15007;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:1.5rem;width:1.6875rem;top:7.125rem;left:34rem;overflow:hidden;display:block; }
#mp4scWQs7aV2be6S4NgS4QA9lV49ngxf { box-sizing:content-box;height:0.3125rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#e9d8c7;background-image:none;top:14.818359375rem;left:62.5rem;display:block; }
#S1ChLF1ogP7PwEesGeuFFnA3enKDb4Db { box-sizing:content-box;height:0.3125rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#e9d8c7;background-image:none;top:14.818359375rem;left:0rem;display:block; }
#oO3b2e99aoCOUlJANz0vHVTBTphKtOST { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.6875rem;top:7.125rem;left:36.5625rem;overflow:hidden;display:block; }
#cJZvSr1inET3yC3lfOEQZRvoNIdZf9cl { position:absolute;display:block;z-index:15009;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:1.5rem;width:1.6875rem;top:7.125rem;left:39.3125rem;overflow:hidden;display:block; }
#zFPKAgTynUQDtnF98ceDnSc1057CzVwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#zFPKAgTynUQDtnF98ceDnSc1057CzVwN > .row .container { background-color: transparent; background-image: none; }#zFPKAgTynUQDtnF98ceDnSc1057CzVwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFPKAgTynUQDtnF98ceDnSc1057CzVwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFPKAgTynUQDtnF98ceDnSc1057CzVwN > .row .container > .video-iframe-container { display: none; }#zFPKAgTynUQDtnF98ceDnSc1057CzVwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFPKAgTynUQDtnF98ceDnSc1057CzVwN > .row > .video-iframe-container { display: none; }#zFPKAgTynUQDtnF98ceDnSc1057CzVwN > .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); }#zFPKAgTynUQDtnF98ceDnSc1057CzVwN > .row .container { border-width: 0; border-radius: 0; }#zFPKAgTynUQDtnF98ceDnSc1057CzVwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zFPKAgTynUQDtnF98ceDnSc1057CzVwN > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#u6J9gEz4l99iEAOGRx4wShlTbCtSzKgN { color:#1d1d1b;display:block;width:47.25rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:13.078125rem;left:14.25rem;height:11.19726875rem;text-align:center;text-align-last:center;display:block; }
#LabUPeIiscwbvziPkM9qVkwchxtnKSXG { color:#1d1d1b;display:block;width:47.125rem;position:absolute;font-family:"montserrat medium";font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:5.125rem;left:13.9375rem;height:6.597625rem;text-align:center;text-align-last:center;display:block; }
#Ie3badmJCAdiWD0XZa9Eb8TRCH5KRS2T { position:absolute;display:block;z-index:15007;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:1.625rem;width:1.75rem;top:2.3125rem;left:1.5625rem;overflow:hidden;display:block; }
#AMAgid4HaSBPl5EK1NR48DENtdXshFPS { box-sizing:content-box;height:25.5625rem;width:74.1875rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14998;background-color:transparent;background-image:none;top:1.1875rem;left:-0.0625rem;border-top:0.3125rem solid #1d1d1b;border-left:0.3125rem solid #1d1d1b;border-right:0.3125rem solid #1d1d1b;border-bottom:0.3125rem solid #1d1d1b;display:block; }
#HoMTLL71UFTAPabXEMgMi7duLU3ceiv9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:23.625rem;left:1.5625rem;overflow:hidden;display:block; }
#NwDt54FfX2dTgpZ1EKUHWqTdTLnQGg8M { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:2.3125rem;left:71.3125rem;overflow:hidden;display:block; }
#T9oyRkmplyyTTpITTTXpNNze2EWOOVxV { position:absolute;display:block;z-index:15009;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:1.625rem;width:1.75rem;top:23.625rem;left:71.375rem;overflow:hidden;display:block; }
#ITB9S5WgKgZGQWglnsO9MgiOIuErWqnx { position:absolute;display:block;z-index:15013;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:15.6875rem;width:6.5rem;top:5.125rem;left:3.3125rem;overflow:hidden;display:block; }
#blovZ91tbHg5Vh3gaHt1rJlluvSNx0QI { position:absolute;display:block;z-index:15014;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:14.875rem;width:7.125rem;top:6rem;left:64.25rem;overflow:hidden;display:block; }
#KtEHLMt4OhJMxHBfSWXoZvlhEf7w0HVV { box-sizing:content-box;height:24.3125rem;width:72.8125rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14999;background-color:transparent;background-image:none;top:1.75rem;left:0.625rem;border-top:0.3125rem solid #e69f6c;border-left:0.3125rem solid #e69f6c;border-right:0.3125rem solid #e69f6c;border-bottom:0.3125rem solid #e69f6c;display:block; }
#MX2FTxIUFp2M7EHZiAE9cs8Q1az1AgCL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:18.75rem;display:none; }
#hUi8lPOFPndbaMfIapdIM6OBF4T6yf2J { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:"montserrat medium";font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.0625rem;left:61.28125rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#d0Wy3OR3PXpwNofnk15E2SxNuEGBrW5H { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:"montserrat medium";font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:13.0625rem;left:49.5rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#IeQyQP6T1eOcUuLwCX544TVbL0qWfX17 { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4.9375rem;left:23rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#WGXQIoxTv6dQJK0qIOQpfnvcOCrVvPOV { color:#000000;display:block;width:5.1875rem;position:absolute;font-family:"montserrat medium";font-size:0.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:20.875rem;left:60.9375rem;height:0.9746125rem;text-align:left;text-align-last:left;display:block; }
#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 > .row .container { background-color: transparent; background-image: none; }#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 > .row .container > .video-iframe-container { display: none; }#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 > .row > .video-iframe-container { display: none; }#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 > .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); }#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 > .row .container { border-width: 0; border-radius: 0; }#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#tTvTD5edr4QPqsmlixpe94p9KANfTnEN { color:#1d1d1b;display:block;width:49.0625rem;position:absolute;font-family:"montserrat medium";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:4.34375rem;left:12.96875rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KcgwKsFpLJtd00QPJswxPye7GkpCGTls { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#KcgwKsFpLJtd00QPJswxPye7GkpCGTls > .row .container { background-color: transparent; background-image: none; }#KcgwKsFpLJtd00QPJswxPye7GkpCGTls::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcgwKsFpLJtd00QPJswxPye7GkpCGTls > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcgwKsFpLJtd00QPJswxPye7GkpCGTls > .row .container > .video-iframe-container { display: none; }#KcgwKsFpLJtd00QPJswxPye7GkpCGTls > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KcgwKsFpLJtd00QPJswxPye7GkpCGTls > .row > .video-iframe-container { display: none; }#KcgwKsFpLJtd00QPJswxPye7GkpCGTls > .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); }#KcgwKsFpLJtd00QPJswxPye7GkpCGTls > .row .container { border-width: 0; border-radius: 0; }#KcgwKsFpLJtd00QPJswxPye7GkpCGTls > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KcgwKsFpLJtd00QPJswxPye7GkpCGTls > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#wRPfalGCwMSnXw6ch1e9Beg4Pk8F6FWR { color:#c24928;display:block;width:9.5rem;position:absolute;font-family:futuraptbold;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:8.4375rem;left:4.625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#CxOWPL7LTJABfJBbXmBO4AJgnbqO4qBc { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#e69f6c;background-image:none;top:0.125rem;left:5.625rem;display:block; }
#Ml20iXuTCnTUESc2EKQZfczCELOphIBw { color:#1d1d1b;display:block;width:11.25rem;position:absolute;font-family:futuraptbold;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:8.4375rem;left:15.0625rem;height:4.94921875rem;text-align:center;text-align-last:center;display:block; }
#t9XGxxbErgRt5PGlHaKuEdNU1R46wmxX { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#e69f6c;background-image:none;top:0.125rem;left:16.9375rem;display:block; }
#mfbdTNlqm94t1EsNp8ZUEgnQ8ahx0Qrn { color:#1d1d1b;display:block;width:9.25rem;position:absolute;font-family:futuraptbold;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:9rem;left:27.3125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Fl3XXOdNTFRitpbblu7a9SvbZcn0FfQF { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e69f6c;background-image:none;top:0.125rem;left:28.1875rem;display:block; }
#C1r4thFDxkHa3usnEbAiqiSl28TlcoZ4 { color:#1d1d1b;display:block;width:11.8125rem;position:absolute;font-family:futuraptbold;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:8.32421875rem;left:36.8125rem;height:2.4746125rem;text-align:center;text-align-last:center;display:block; }
#c4SAhhWhe0OOtayyx1yKJwxrF6qn9Me8 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e69f6c;background-image:none;top:0rem;left:39.375rem;display:block; }
#Dbiccg0MFlPPIlDWSNTeGGfDaTyhftFE { color:#1d1d1b;display:block;width:10rem;position:absolute;font-family:futuraptbold;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1;letter-spacing:0;top:9rem;left:49.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#uPEN5qoDLHoiEmIPiqFBvhDhehO6gBXG { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#e69f6c;background-image:none;top:0.125rem;left:50.625rem;display:block; }
#MCXKVZVAZvrETb90V80Gm9H6UWde7ESe { color:#1d1d1b;display:block;width:13.3125rem;position:absolute;font-family:futuraptbold;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:8.943359375rem;left:59.09375rem;height:1.23730625rem;text-align:center;text-align-last:center;display:block; }
#t1cL1uduq8t205Tb8JB88TDLN7vm28L4 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#e69f6c;background-image:none;top:0.125rem;left:61.875rem;display:block; }
#SK2iqssHc4nVcETvIOOpTS2MMpweFxdf { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:1.625rem;left:7.125rem;overflow:hidden;display:block; }
#r1getoKI85GlxRuCrc5w5NWcc2deldTK { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:1.625rem;left:18.4375rem;overflow:hidden;display:block; }
#JnOpGGVTUzE1qTiosGnTvozPKagXB4Jd { 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:4.5rem;width:4.5rem;top:1.625rem;left:29.6875rem;overflow:hidden;display:block; }
#PbMDKiWMcB6XotPwcKGVkVAKh6eDxHdN { position:absolute;display:block;z-index:15021;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.5rem;width:4.5rem;top:1.625rem;left:41.40625rem;overflow:hidden;display:block; }
#fpwFd2hz6Wb88BQbxHnEKupPtq1wDTSl { position:absolute;display:block;z-index:15022;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.875rem;width:4.875rem;top:1.4375rem;left:51.9375rem;overflow:hidden;display:block; }
#GqnwQy9KDJTP6w5UxkZufvktNzstl5NT { position:absolute;display:block;z-index:15023;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.5rem;width:4.5rem;top:1.625rem;left:63.46875rem;overflow:hidden;display:block; }
#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 { position:relative;display:block; }#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 { background-color: transparent; background-image: none; }#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 > .row .container > .video-iframe-container { display: none; }#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 > .row > .video-iframe-container { display: none; }#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 > .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); }#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 { border-width: 0; border-radius: 0; }#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vZPoRVT6ovDMGDz1QhKh64CVgOP2WhLt { color:#1d1d1b;display:block;width:34.9375rem;position:absolute;font-family:futuraptbold;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:4.21875rem;left:20.03125rem;height:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x3TWsLwAiz0MM1E3bnrhRI7B9ASZwzT4 { box-sizing:content-box;height:0.3125rem;width:16.8125rem;position:absolute;display:block;z-index:15005;background-color:#1d1d1b;background-image:none;top:5.3125rem;left:0rem;display:block; }
#WUAgJUmGdVTbgyi2sZBCbSIDT6DGikvO { position:absolute;display:block;z-index:15003;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:1.625rem;width:1.75rem;top:4.5625rem;left:17.625rem;overflow:hidden;display:block; }
#F0KTVqu8s0sM0hmq8Nc9albWvo8ekRXH { position:absolute;display:block;z-index:15005;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:1.625rem;width:1.75rem;top:4.5625rem;left:55.625rem;overflow:hidden;display:block; }
#qNR0T4J3ZLtZ7iUFm2dDqnvATfuVFoJ1 { box-sizing:content-box;height:0.3125rem;width:16.8125rem;position:absolute;display:block;z-index:15007;background-color:#1d1d1b;background-image:none;top:5.25rem;left:58.1875rem;display:block; }
#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari { position:relative;display:block; }#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari { background-color: transparent; background-image: none; }#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari > .row .container > .video-iframe-container { display: none; }#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari > .row > .video-iframe-container { display: none; }#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari > .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); }#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari { border-width: 0; border-radius: 0; }#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dht5xeLf2UGyaXLfP05VsmoVEZuwcsvT { color:#1d1d1b;display:block;width:16.1875rem;position:absolute;font-family:futuraptbold;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:34rem;left:18.25rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#mzDRVQ8NDnciwQnNLPB6bJhqpAEztkxC { background-color:#c24928;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:futuraptbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:34.125rem;left:0rem;display:block; }
#KV0sT3rHmZDF3iQK7MTRozJ4HBccByyB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bo1zAqvv8qAXIZuiBHZxRswAAXTO79ml { color:#1d1d1b;display:block;width:34.375rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:10.75rem;left:0rem;height:15.9961125rem;text-align:left;text-align-last:left;display:block; }
#sh8gHhXby45BZueTHTV8ZBJHBmsovgKC { color:#1d1d1b;display:block;width:35.6875rem;position:absolute;font-family:futuraptbold;font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:4.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nxiUWamZ7qLTShnWqbZXqTSmTcRiwBie { 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:15008;opacity:1;top:33.5rem;left:13.625rem; }
#fuTrAPeyohBJqmWT98pHgZnb26zi9UL9 { position:absolute;display:block;z-index:14998;border-top:0.9375rem solid #f6e9db;border-left:0.9375rem solid #f6e9db;border-right:0.9375rem solid #f6e9db;border-bottom:0.9375rem solid #f6e9db;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.08) ;height:33.375rem;width:33.375rem;top:2.78125rem;left:39.75rem;overflow:hidden;display:block; }
#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od { position:relative;display:block; }#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od { background-color: transparent; background-image: none; }#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od > .row .container > .video-iframe-container { display: none; }#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od > .row > .video-iframe-container { display: none; }#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od > .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); }#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od { border-width: 0; border-radius: 0; }#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RR7gURW8UCRQ0usydUNO3cm7OtVfErD6 { color:#1d1d1b;display:block;width:35rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:12.875rem;left:40rem;height:9.597675rem;text-align:left;text-align-last:left;display:block; }
#dIIXOAo6egnpSTuqVmUHSQwbRZ7h6WvF { color:#1d1d1b;display:block;width:34.75rem;position:absolute;font-family:futuraptbold;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:9.6875rem;left:40rem;height:2.0996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HZpTykfTTaQ3y46CdW8kfx4PlgAoxPTg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #c24928;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1d1d1b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25rem;left:40rem;display:block; }
#uSC8BLE1rmZT3w8DA3vobGh5QHTulHJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wv2MavpUIxBa8DpgiMKf3OSoySt2H8CA { position:absolute;display:block;z-index:14999;border-top:0.9375rem solid #f6e9db;border-left:0.9375rem solid #f6e9db;border-right:0.9375rem solid #f6e9db;border-bottom:0.9375rem solid #f6e9db;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.08) ;height:33.375rem;width:33.375rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP { position:relative;display:block; }#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP { background-color: transparent; background-image: none; }#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP > .row .container > .video-iframe-container { display: none; }#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP > .row > .video-iframe-container { display: none; }#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP > .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); }#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP { border-width: 0; border-radius: 0; }#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kunGFWDQL6iTNvkJc4EnqhPgzpukDiut { color:#1d1d1b;display:block;width:34.375rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:13.9375rem;left:0rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#GtIJ728gWq1iIRuz7t1ACzJDuQ0XwwgJ { color:#1d1d1b;display:block;width:34.375rem;position:absolute;font-family:futuraptbold;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:10.75rem;left:0rem;height:2.0996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pWfwfD25sea3tLwEzq21yRMhPJd5QaTd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #c24928;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1d1d1b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.4375rem;left:0rem;display:block; }
#M33WuimT7SnK7g6X0DaRrbvnIrXhcOIt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D2S4nd8z3rZUgC88wLIcv6hJ4hlGHVpm { position:absolute;display:block;z-index:15006;border-top:0.9375rem solid #f6e9db;border-left:0.9375rem solid #f6e9db;border-right:0.9375rem solid #f6e9db;border-bottom:0.9375rem solid #f6e9db;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.08) ;height:33.375rem;width:33.375rem;top:0rem;left:39.75rem;overflow:hidden;display:block; }
#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV { position:relative;display:block; }#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV { background-color: transparent; background-image: none; }#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV > .row .container > .video-iframe-container { display: none; }#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV > .row > .video-iframe-container { display: none; }#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV > .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); }#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV { border-width: 0; border-radius: 0; }#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EkmdfP9JTOOv1dsaTFh21rFcLyIR3WTg { color:#1d1d1b;display:block;width:34.9375rem;position:absolute;font-family:futuraptbold;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:1.71875rem;left:20.03125rem;height:7.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ehD6Fgf7b2ZuPFFvx8AJ1rvvKnlbPXNs { box-sizing:content-box;height:0.3125rem;width:16.8125rem;position:absolute;display:block;z-index:15005;background-color:#1d1d1b;background-image:none;top:5.3125rem;left:0rem;display:block; }
#zNE55zKVJ4HL9sEkfsriFTQaG1El0vVE { position:absolute;display:block;z-index:15003;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:1.625rem;width:1.75rem;top:4.5625rem;left:17.625rem;overflow:hidden;display:block; }
#GftXB0Qf10x5Z88mUtIExdABbPnPkuPL { position:absolute;display:block;z-index:15005;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:1.625rem;width:1.75rem;top:4.5625rem;left:55.625rem;overflow:hidden;display:block; }
#T4OmkPqCZXSIklETynno1EQBEeINTlAo { box-sizing:content-box;height:0.3125rem;width:16.8125rem;position:absolute;display:block;z-index:15007;background-color:#1d1d1b;background-image:none;top:5.25rem;left:58.1875rem;display:block; }
#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB { position:relative;display:block; }#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB { background-color: transparent; background-image: none; }#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB > .row .container > .video-iframe-container { display: none; }#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB > .row > .video-iframe-container { display: none; }#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB > .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); }#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB { border-width: 0; border-radius: 0; }#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#b5CUsGpMWEV8RbOte1AB6c4a6rCpMlLN { color:#1d1d1b;display:block;width:35rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:7.5rem;left:40rem;height:17.5956875rem;text-align:left;text-align-last:left;display:block; }
#qBoPd3Dawt3SLtbN90HUyGODhFqQQoiD { color:#1d1d1b;display:block;width:34.75rem;position:absolute;font-family:futuraptbold;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.4375rem;left:40.125rem;height:2.0996125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FdddtETKsEmpnTSraM9BfEqGuCybegZk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #c24928;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1d1d1b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.625rem;left:40rem;display:block; }
#r7fPCJLNew3xwVFiQUfqnz03nJwJlyUi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pWRqPa9fWSTHFGAL2uHmZ8GO71BCiKLT { position:absolute;display:block;z-index:14998;border-top:0.9375rem solid #f6e9db;border-left:0.9375rem solid #f6e9db;border-right:0.9375rem solid #f6e9db;border-bottom:0.9375rem solid #f6e9db;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.08) ;height:33.375rem;width:33.375rem;top:1.4375rem;left:0rem;overflow:hidden;display:none; }
#fFS0ZnysIlcRyRpxNPOnVMlG6oRhDZJZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #c24928;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1d1d1b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.625rem;left:40rem;display:none; }
#iqQvOOxT79egfPK8kKlZKdB5zdAXiTUt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnLgk8TZCyTRb6WxSehLdS3KTlLNOwO8 { position:absolute;display:block;z-index:15006;border-top:0.9375rem solid #f6e9db;border-left:0.9375rem solid #f6e9db;border-right:0.9375rem solid #f6e9db;border-bottom:0.9375rem solid #f6e9db;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.375rem;width:33.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV { position:relative;display:block; }#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV { background-color: transparent; background-image: none; }#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV > .row .container > .video-iframe-container { display: none; }#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV > .row > .video-iframe-container { display: none; }#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV > .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); }#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV { border-width: 0; border-radius: 0; }#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eBJXhV9aUB7y2Dyu109hWU37SJJLtzT9 { color:#1d1d1b;display:block;width:34.9375rem;position:absolute;font-family:futuraptbold;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:4.21875rem;left:20.03125rem;height:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SzcRkiMTpTpZWdhni5Qkughg3Fhiwt7R { box-sizing:content-box;height:0.3125rem;width:16.8125rem;position:absolute;display:block;z-index:15005;background-color:#1d1d1b;background-image:none;top:5.3125rem;left:0rem;display:block; }
#xMgNa7L5CTzFZI20rU4OBDfD6qaxmqsy { position:absolute;display:block;z-index:15003;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:1.625rem;width:1.75rem;top:4.5625rem;left:17.625rem;overflow:hidden;display:block; }
#MNHCoSmt7Z54g09UNEdhqmZgoTEx8sUN { position:absolute;display:block;z-index:15005;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:1.625rem;width:1.75rem;top:4.5625rem;left:55.625rem;overflow:hidden;display:block; }
#EF3cN0HSBo5dCk8kIiK6AeR75xtiiar1 { box-sizing:content-box;height:0.3125rem;width:16.8125rem;position:absolute;display:block;z-index:15007;background-color:#1d1d1b;background-image:none;top:5.25rem;left:58.1875rem;display:block; }
#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm { position:relative;display:block; }#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm { background-color: transparent; background-image: none; }#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm > .row .container > .video-iframe-container { display: none; }#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm > .row > .video-iframe-container { display: none; }#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm > .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); }#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm { border-width: 0; border-radius: 0; }#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RrDnnSp6VL3Sav1VvZzFQKhEIDMCF2nA { color:#1d1d1b;display:block;width:34.375rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:12.625rem;left:0rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#fT3DJTAqIkVWq14kfZ8Min5fvToATACx { position:absolute;display:block;z-index:15006;border-top:0.9375rem solid #f6e9db;border-left:0.9375rem solid #f6e9db;border-right:0.9375rem solid #f6e9db;border-bottom:0.9375rem solid #f6e9db;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.08) ;height:33.375rem;width:33.375rem;top:0.75rem;left:39.75rem;overflow:hidden;display:block; }
#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M { position:relative;display:block; }#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M { background-color: transparent; background-image: none; }#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M > .row .container > .video-iframe-container { display: none; }#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M > .row > .video-iframe-container { display: none; }#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M > .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); }#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M { border-width: 0; border-radius: 0; }#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dheZdKmsXSJ9wTPz6UrvTKH1l4bzEULO { color:#1d1d1b;display:block;width:28.0625rem;position:absolute;font-family:futuraptbold;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:3.96875rem;left:23.46875rem;height:5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#egrIGrfhEz0mbgnPAdRDQbTs5TlCpy6V { box-sizing:content-box;height:0.3125rem;width:16.8125rem;position:absolute;display:block;z-index:15005;background-color:#1d1d1b;background-image:none;top:5.3125rem;left:0rem;display:block; }
#lZwsPqNUOXLTr8JSCuoS7K9DxaT9oNJC { position:absolute;display:block;z-index:15003;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:1.625rem;width:1.75rem;top:4.5625rem;left:17.625rem;overflow:hidden;display:block; }
#lIPtwDRlOmTfnfWGnco95396wt3kvZrX { position:absolute;display:block;z-index:15005;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:1.625rem;width:1.75rem;top:4.5625rem;left:55.625rem;overflow:hidden;display:block; }
#KrUOl3IccQnxIm41E6uinGoE2X7Cm2P2 { box-sizing:content-box;height:0.3125rem;width:16.8125rem;position:absolute;display:block;z-index:15007;background-color:#1d1d1b;background-image:none;top:5.25rem;left:58.1875rem;display:block; }
#vF2osasXFWro32pN1S3st252pkCRq4Qf { position:relative;display:block; }#vF2osasXFWro32pN1S3st252pkCRq4Qf { background-color: transparent; background-image: none; }#vF2osasXFWro32pN1S3st252pkCRq4Qf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vF2osasXFWro32pN1S3st252pkCRq4Qf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vF2osasXFWro32pN1S3st252pkCRq4Qf > .row .container > .video-iframe-container { display: none; }#vF2osasXFWro32pN1S3st252pkCRq4Qf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vF2osasXFWro32pN1S3st252pkCRq4Qf > .row > .video-iframe-container { display: none; }#vF2osasXFWro32pN1S3st252pkCRq4Qf > .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); }#vF2osasXFWro32pN1S3st252pkCRq4Qf { border-width: 0; border-radius: 0; }#vF2osasXFWro32pN1S3st252pkCRq4Qf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vF2osasXFWro32pN1S3st252pkCRq4Qf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nwMkkZtwOR7eM4m0ZXsCiAfxH5JfQxmF { color:#1d1d1b;display:block;width:35rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:14.263671875rem;left:40rem;height:9.597625rem;text-align:left;text-align-last:left;display:block; }
#HwQUb5eyJ7PbhKWFTrtsciSR2cAtsCQs { position:absolute;display:block;z-index:14998;border-top:0.9375rem solid #f6e9db;border-left:0.9375rem solid #f6e9db;border-right:0.9375rem solid #f6e9db;border-bottom:0.9375rem solid #f6e9db;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.08) ;height:33.375rem;width:33.375rem;top:1.4375rem;left:0rem;overflow:hidden;display:block; }
#ZTB2LiJdKI7dZcTU9rlKc9BvnX7rQMHf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #c24928;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#1d1d1b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:futuraptbold;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.625rem;left:40rem;display:block; }
#OI9yfoEaN81SZhp2A8KUfCaZROuaDPLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw { position:relative;display:block; }#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw { background-color: transparent; background-image: none; }#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw > .row .container > .video-iframe-container { display: none; }#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw > .row > .video-iframe-container { display: none; }#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw > .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); }#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw { border-width: 0; border-radius: 0; }#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o6dl4Jy4Vrr5okMBxnX9fG6RWvgi5Qad { color:#1d1d1b;display:block;width:34.9375rem;position:absolute;font-family:futuraptbold;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:4.21875rem;left:20.03125rem;height:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rwWe6QPE8G99L8Z42TPwcH35DMNK6IUb { box-sizing:content-box;height:0.3125rem;width:16.8125rem;position:absolute;display:block;z-index:15005;background-color:#1d1d1b;background-image:none;top:5.3125rem;left:0rem;display:block; }
#SJJ0caRDdT5LphGzpGbdN184VsHWy440 { position:absolute;display:block;z-index:15003;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:1.625rem;width:1.75rem;top:4.5625rem;left:17.625rem;overflow:hidden;display:block; }
#PSg2Dz5ZyePEttdGrk8T1bHxiNxCvJ2f { position:absolute;display:block;z-index:15005;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:1.625rem;width:1.75rem;top:4.5625rem;left:55.625rem;overflow:hidden;display:block; }
#i8wIyw89kaGl5EwkFcalyvVHCgseosXo { box-sizing:content-box;height:0.3125rem;width:16.8125rem;position:absolute;display:block;z-index:15007;background-color:#1d1d1b;background-image:none;top:5.25rem;left:58.1875rem;display:block; }
#TIhSi9POPyzE4dl7E0NnUo97M002IcL7 { position:relative;display:block; }#TIhSi9POPyzE4dl7E0NnUo97M002IcL7 { background-color: transparent; background-image: none; }#TIhSi9POPyzE4dl7E0NnUo97M002IcL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIhSi9POPyzE4dl7E0NnUo97M002IcL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIhSi9POPyzE4dl7E0NnUo97M002IcL7 > .row .container > .video-iframe-container { display: none; }#TIhSi9POPyzE4dl7E0NnUo97M002IcL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIhSi9POPyzE4dl7E0NnUo97M002IcL7 > .row > .video-iframe-container { display: none; }#TIhSi9POPyzE4dl7E0NnUo97M002IcL7 > .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); }#TIhSi9POPyzE4dl7E0NnUo97M002IcL7 { border-width: 0; border-radius: 0; }#TIhSi9POPyzE4dl7E0NnUo97M002IcL7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TIhSi9POPyzE4dl7E0NnUo97M002IcL7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CMRKXWMF9OSVAIWiFZAyhn81pDdEN68w { color:#1d1d1b;display:block;width:34.375rem;position:absolute;font-family:futuraptbold;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:6.75rem;left:0rem;height:6.2988125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M16M0UGV1ndavIzRzyagDZgHxPGKyRb2 { position:absolute;display:block;z-index:15006;border-top:0.9375rem solid #f6e9db;border-left:0.9375rem solid #f6e9db;border-right:0.9375rem solid #f6e9db;border-bottom:0.9375rem solid #f6e9db;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.08) ;height:33.375rem;width:33.375rem;top:0.75rem;left:39.75rem;overflow:hidden;display:block; }
#iglgbLhEMEUNZzi0UxSetskuEXKZmKdi { color:#1d1d1b;display:block;width:34.375rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:15.3125rem;left:0rem;height:10.222625rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#iglgbLhEMEUNZzi0UxSetskuEXKZmKdi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iglgbLhEMEUNZzi0UxSetskuEXKZmKdi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5fb9f121-fd7c-482c-a64b-c853b6cb0440/gwaizdka.svg); }
#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK { position:relative;display:block; }#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK { background-color: transparent; background-image: none; }#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK > .row .container > .video-iframe-container { display: none; }#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK > .row > .video-iframe-container { display: none; }#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK > .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); }#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK { border-width: 0; border-radius: 0; }#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#enySB0RwV2XwIKOgN6bizTCDHWQe4ATW { color:#1d1d1b;display:block;width:34.375rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:15.625rem;left:40.625rem;height:14.39645rem;text-align:left;text-align-last:left;display:block; }
#Um33fZ8E31syrqs88ou6y3yROxw2TSlr { color:#1d1d1b;display:block;width:34.375rem;position:absolute;font-family:futuraptbold;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:9.625rem;left:40.625rem;height:4.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OS7n38QPuwGTVKukFQZTBpwiHOL5hH2F { position:absolute;display:block;z-index:15006;border-top:0.9375rem solid #f6e9db;border-left:0.9375rem solid #f6e9db;border-right:0.9375rem solid #f6e9db;border-bottom:0.9375rem solid #f6e9db;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.08) ;height:33.375rem;width:33.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 { position:relative;display:block; }#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 { background-color: transparent; background-image: none; }#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 > .row .container > .video-iframe-container { display: none; }#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 > .row > .video-iframe-container { display: none; }#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 > .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); }#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 { border-width: 0; border-radius: 0; }#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#okLEbgurCMiQXr0Qgbyv42aFU7KvvUhw { color:#1d1d1b;display:block;width:34.9375rem;position:absolute;font-family:futuraptbold;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:4.21875rem;left:20.03125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tfu8199hxT7c1UwLq3WRchtiKK8Tp7kO { box-sizing:content-box;height:0.3125rem;width:16.8125rem;position:absolute;display:block;z-index:15005;background-color:#1d1d1b;background-image:none;top:5.3125rem;left:0rem;display:block; }
#KvSF6L85fQ3TZ1WTBan0TzORWIa1l3mw { position:absolute;display:block;z-index:15003;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:1.625rem;width:1.75rem;top:4.5625rem;left:17.625rem;overflow:hidden;display:block; }
#OtDfdRV4iJX04gN9mFOsLPskNc9OBFTZ { position:absolute;display:block;z-index:15005;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:1.625rem;width:1.75rem;top:4.5625rem;left:55.625rem;overflow:hidden;display:block; }
#suyZUSRazg5mGKTZSnAiIXUOAmJCcd7t { box-sizing:content-box;height:0.3125rem;width:16.8125rem;position:absolute;display:block;z-index:15007;background-color:#1d1d1b;background-image:none;top:5.25rem;left:58.1875rem;display:block; }
#wGhDzLSqFVzqfbppl6pVHEmG1vHOKOED { color:#1d1d1b;display:block;width:34.9375rem;position:absolute;font-family:futuraptbold;font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:4.21875rem;left:20.03125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#P4nVRAbphFmRXUzUa2aG2od8rblITdNG { position:relative;display:block; }#P4nVRAbphFmRXUzUa2aG2od8rblITdNG { background-color: transparent; background-image: none; }#P4nVRAbphFmRXUzUa2aG2od8rblITdNG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4nVRAbphFmRXUzUa2aG2od8rblITdNG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4nVRAbphFmRXUzUa2aG2od8rblITdNG > .row .container > .video-iframe-container { display: none; }#P4nVRAbphFmRXUzUa2aG2od8rblITdNG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4nVRAbphFmRXUzUa2aG2od8rblITdNG > .row > .video-iframe-container { display: none; }#P4nVRAbphFmRXUzUa2aG2od8rblITdNG > .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); }#P4nVRAbphFmRXUzUa2aG2od8rblITdNG { border-width: 0; border-radius: 0; }#P4nVRAbphFmRXUzUa2aG2od8rblITdNG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P4nVRAbphFmRXUzUa2aG2od8rblITdNG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jum8mPQWFbbZvceD0hB3waWa6Srmb4NI { color:#1d1d1b;display:block;width:34.375rem;position:absolute;font-family:"montserrat medium";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:13.125rem;left:0rem;height:15.9961125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nd7IUaGqU32plmXgAHVOMNHm28dfkGFs { color:#1d1d1b;display:block;width:34.375rem;position:absolute;font-family:futuraptbold;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:7.75rem;left:0rem;height:4.19921875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kaOFWxbTWf6EUVZBHhLmnL0zpbXwrUpg { position:absolute;display:block;z-index:15006;border-top:0.9375rem solid #f6e9db;border-left:0.9375rem solid #f6e9db;border-right:0.9375rem solid #f6e9db;border-bottom:0.9375rem solid #f6e9db;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.08) ;height:33.375rem;width:33.375rem;top:0.75rem;left:39.75rem;overflow:hidden;display:block; }
#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#DTZ4skvepkGD8gOyKREO89RxpiUJOKpb { color:#1d1d1b;display:block;width:48.3125rem;position:absolute;font-family:futuraptmedium;font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:5.53125rem;left:13.34375rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#hfg2D2G8lhvs3RciFxl7cGLT1Uo1RbMU { box-sizing:content-box;height:0.4375rem;width:3.75rem;position:absolute;display:block;z-index:15007;background-color:#1d1d1b;background-image:none;top:6.25rem;left:11.0625rem;display:block; }
#KM50WErkIpZCzboNPzbMs7AvMcfFFxRn { position:absolute;display:block;z-index:15005;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:1.625rem;width:1.75rem;top:5.5rem;left:17.4375rem;overflow:hidden;display:block; }
#qTM0g5qkVBnW70F1zNOCmvyBxIrRD64T { position:absolute;display:block;z-index:15009;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:12.4375rem;width:13.0625rem;top:24.5rem;left:22.90625rem;overflow:hidden;display:block; }
#D4v8kOahLJUQXlzDiH4iVXyq3IrpiG6C { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:20.0625rem;top:26.1875rem;left:23.5625rem;overflow:hidden;display:block; }
#WdHTkxfss1K5LqxPQN9ByFGoTQRNoU9n { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.3125rem;top:22.5625rem;left:37.34375rem;overflow:hidden;display:block; }
#dtZzpXJ8RiNq04NKB2geqvidlTCkTdpp { box-sizing:content-box;height:0.4375rem;width:3.75rem;position:absolute;display:block;z-index:15009;background-color:#1d1d1b;background-image:none;top:6.25rem;left:60.625rem;display:block; }
#rLM95QCtqXpBDdTJfNybJoJKNWHepX03 { color:#1d1d1b;display:block;width:45.5rem;position:absolute;font-family:cowboys;font-size:3.3125rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:8.6875rem;left:14.75rem;height:3.3125rem;text-align:center;text-align-last:center;display:block; }
#mWpsy4S2rdvxZiG25rzC3KCxHBw5VZOk { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:5.65625rem;left:55.40625rem;overflow:hidden;display:block; }
#tXyETp9vLdTufpFhxg3AerykuIadubsh { box-sizing:content-box;height:34.625rem;width:53rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:14999;background-color:transparent;background-image:none;top:6.25rem;left:10.9375rem;border-top:0;border-left:0.4375rem solid #1d1d1b;border-right:0.4375rem solid #1d1d1b;border-bottom:0.4375rem solid #1d1d1b;display:block; }
#H90Te739JoB88BGmHQwewfatyf1zs31q { color:#1d1d1b;display:block;width:45.5rem;position:absolute;font-family:cowboys;font-size:2.625rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:12rem;left:14.75rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#ECGMaxFgxxtx07WMaq3b9H1qnyuWuqH9 { color:#1d1d1b;display:block;width:45.5rem;position:absolute;font-family:cowboys;font-size:4rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:14.4375rem;left:14.75rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#zel2ndZeSrT3zkU6KNQJSxSOuILJFbUi { color:#1d1d1b;display:block;width:27.875rem;position:absolute;font-family:futuraptmedium;font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:18.875rem;left:23.5625rem;height:6.3925625rem;text-align:center;text-align-last:center;display:block; }
#vhgPazftMcHEUTPE20FRzMfwUvgSM6QV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.75rem;top:3.78125rem;left:55.40625rem;overflow:hidden;display:none; }
#ZTv01zv4I9JnaGkPQygq1UX1xnzXq3M7 { color:#1d1d1b;display:block;width:34.75rem;position:absolute;font-family:futuraptbold;font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.5rem;left:20.125rem;height:2.0996125rem;text-align:center;text-align-last:center;display:block; }
#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i > .row .container { background-color: transparent; background-image: none; }#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i > .row .container > .video-iframe-container { display: none; }#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i > .row > .video-iframe-container { display: none; }#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i > .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); }#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i > .row .container { border-width: 0; border-radius: 0; }#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#JNEhkgShimg0zEPZvhTSru6S50EdFTCH { color:#1d1d1b;display:block;width:56.125rem;position:absolute;font-family:futuraptmedium;font-size:1.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.48095703125rem;left:9.4375rem;height:5.0371125rem;text-align:center;text-align-last:center;display:block; }
#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container { background-color: transparent; background-image: none; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container > .video-iframe-container { display: none; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row > .video-iframe-container { display: none; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .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); }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container { border-width: 0; border-radius: 0; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:75rem;position:relative;display:block; }#tdhNui1pyxbZbNA6W5sC5IJkSTlkHhba { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:13.1875rem;top:11.09375rem;left:0rem;overflow:hidden;display:block; }
#EIMXM6SuUdPVcVK2N29vGJ5xBOp3MN2P { color:#1d1d1b;display:block;width:51.4375rem;position:absolute;font-family:futuraptmedium;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.4375rem;left:12.9375rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#qTIFe6hHezVKE5ehUmkNdrNi60mXGpZ7 { position:absolute;display:block;z-index:15003;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.25rem;width:4.9375rem;top:9.3125rem;left:17.125rem;overflow:hidden;display:block; }
#iIUTyFdNTfdgykzTqdGk1QwmvmvfZ532 { position:absolute;display:block;z-index:15004;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:3.625rem;width:13.4375rem;top:10.84375rem;left:25.25rem;overflow:hidden;display:block; }
#VSR7g8R35vQmEDE6u85m8cfPCfecGzVX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:7.375rem;top:10rem;left:41.3125rem;overflow:hidden;display:block; }
#d2ThLg578Cpfz3sTCX5cGn6DL1epC8XW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:10rem;top:10.5625rem;left:65rem;overflow:hidden;display:block; }
#Zz2KzH2agIRfJMk0B7hmT13QQ1xJVLZO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:9.0625rem;top:9.75rem;left:52.6875rem;overflow:hidden;display:block; }
#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.adaptive-delivery-prevent-bg, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyload, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyloading { background-image: none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #L8kBldDzWCAdWJ53DRUSTbH5oeRckX2T > .row .container { background-color: transparent; background-image: none; }#L8kBldDzWCAdWJ53DRUSTbH5oeRckX2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8kBldDzWCAdWJ53DRUSTbH5oeRckX2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8kBldDzWCAdWJ53DRUSTbH5oeRckX2T > .row .container > .video-iframe-container { display: none; }#L8kBldDzWCAdWJ53DRUSTbH5oeRckX2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L8kBldDzWCAdWJ53DRUSTbH5oeRckX2T > .row > .video-iframe-container { display: none; }#L8kBldDzWCAdWJ53DRUSTbH5oeRckX2T > .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); }#L8kBldDzWCAdWJ53DRUSTbH5oeRckX2T > .row .container { border-width: 0; border-radius: 0; }#L8kBldDzWCAdWJ53DRUSTbH5oeRckX2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L8kBldDzWCAdWJ53DRUSTbH5oeRckX2T > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.adaptive-delivery-prevent-bg, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyload, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyloading { background-image: none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #T62SpMf63bPzGy1VmsaGPN3pEAeEkwuN > .row .container { border-width: 0; border-radius: 0; }#T62SpMf63bPzGy1VmsaGPN3pEAeEkwuN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T62SpMf63bPzGy1VmsaGPN3pEAeEkwuN > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo { border-width: 0; border-radius: 0; }#sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA { border-width: 0; border-radius: 0; }#UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.adaptive-delivery-prevent-bg, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyload, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyloading { background-image: none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #bgCHyaLMgw2lt6hlx2pSEMv8K8MzvKEz > .row .container { border-width: 0; border-radius: 0; }#bgCHyaLMgw2lt6hlx2pSEMv8K8MzvKEz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgCHyaLMgw2lt6hlx2pSEMv8K8MzvKEz > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M { border-width: 0; border-radius: 0; }#sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo { border-width: 0; border-radius: 0; }#QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.adaptive-delivery-prevent-bg, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyload, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyloading { background-image: none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #IXHEcErgqtmaRt7xCUVvWTngVQVCZbBW > .row .container { border-width: 0; border-radius: 0; }#IXHEcErgqtmaRt7xCUVvWTngVQVCZbBW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IXHEcErgqtmaRt7xCUVvWTngVQVCZbBW > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;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; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #OS7L2p3qRPCADSkKTGLPCHCCcMy6Q41L > .row .container { background-color: transparent; background-image: none; }#OS7L2p3qRPCADSkKTGLPCHCCcMy6Q41L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OS7L2p3qRPCADSkKTGLPCHCCcMy6Q41L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OS7L2p3qRPCADSkKTGLPCHCCcMy6Q41L > .row .container > .video-iframe-container { display: none; }#OS7L2p3qRPCADSkKTGLPCHCCcMy6Q41L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OS7L2p3qRPCADSkKTGLPCHCCcMy6Q41L > .row > .video-iframe-container { display: none; }#OS7L2p3qRPCADSkKTGLPCHCCcMy6Q41L > .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); }#OS7L2p3qRPCADSkKTGLPCHCCcMy6Q41L > .row .container { border-width: 0; border-radius: 0; }#OS7L2p3qRPCADSkKTGLPCHCCcMy6Q41L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OS7L2p3qRPCADSkKTGLPCHCCcMy6Q41L > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;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) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #cJ5gIOkCNU95R3N0MpoTsZ3xCdS9aFNx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #lWF4Kr6dnfIU5hNdwNsq4diCnFMSFdGt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #em6DqhkuNwivIdFxgICvJ0fGxEatFEJT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #kreXMs8ftm4hi0eGd3ccIrAQRl7PSoqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #GssKTFSm8x9Usk5Wb6DueuncTA4fcoLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #i9pPftl1OgBdNrTDIDzloyoz0yOfMuDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #WaJMBDllTrWXZh8CpqhGXWQyvHIWBxhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #NvJdTQ2NrAn54n7LdpChoNSNJTWc7Mix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #tIV6o5q5Rw0yat0XSD8wdO9MxfGoFSxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga { display:block; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmlGKWyqgNCtkOafC8XTJWVAAZH0drqK { top:10.9375rem;left:2rem;width:43.75rem;height:7.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6NFHHJevLzwEmmvkm7ry7vAvy3aWsaI { width:9.875rem;height:3.125rem;top:20.75rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oupBa7fBAv2dFUe6DZBgq0CB35iIHaqO { display:block; }
 }@media only screen and (max-width: 763px) { #K3EroLaWf9D59ynD3Ag20yOvzE7e1Pak { top:7.125rem;left:20.375rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp4scWQs7aV2be6S4NgS4QA9lV49ngxf { top:14.8125rem;left:35.25rem;width:12.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ChLF1ogP7PwEesGeuFFnA3enKDb4Db { top:14.8125rem;left:0rem;width:12.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO3b2e99aoCOUlJANz0vHVTBTphKtOST { top:7.125rem;left:22.9375rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJZvSr1inET3yC3lfOEQZRvoNIdZf9cl { top:7.125rem;left:25.6875rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFPKAgTynUQDtnF98ceDnSc1057CzVwN { display:block; }#zFPKAgTynUQDtnF98ceDnSc1057CzVwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6J9gEz4l99iEAOGRx4wShlTbCtSzKgN { top:13.0625rem;left:0.5rem;width:47.25rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LabUPeIiscwbvziPkM9qVkwchxtnKSXG { top:5.125rem;left:0.3125rem;width:47.125rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie3badmJCAdiWD0XZa9Eb8TRCH5KRS2T { top:2.3125rem;left:0rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMAgid4HaSBPl5EK1NR48DENtdXshFPS { top:1.1875rem;left:0rem;width:47.125rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoMTLL71UFTAPabXEMgMi7duLU3ceiv9 { top:23.625rem;left:0rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwDt54FfX2dTgpZ1EKUHWqTdTLnQGg8M { top:2.3125rem;left:46rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9oyRkmplyyTTpITTTXpNNze2EWOOVxV { top:23.625rem;left:46rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITB9S5WgKgZGQWglnsO9MgiOIuErWqnx { top:5.125rem;left:0rem;width:6.5rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blovZ91tbHg5Vh3gaHt1rJlluvSNx0QI { top:6rem;left:40.625rem;width:7.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtEHLMt4OhJMxHBfSWXoZvlhEf7w0HVV { top:1.75rem;left:0rem;width:47.125rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX2FTxIUFp2M7EHZiAE9cs8Q1az1AgCL { width:18.75rem;height:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUi8lPOFPndbaMfIapdIM6OBF4T6yf2J { top:13.0625rem;left:42.5625rem;width:5.1875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0Wy3OR3PXpwNofnk15E2SxNuEGBrW5H { top:13.0625rem;left:35.875rem;width:5.1875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeQyQP6T1eOcUuLwCX544TVbL0qWfX17 { top:4.9375rem;left:9.375rem;width:5.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGXQIoxTv6dQJK0qIOQpfnvcOCrVvPOV { top:20.875rem;left:42.5625rem;width:5.1875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 { display:block; }#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTvTD5edr4QPqsmlixpe94p9KANfTnEN { top:4.3125rem;left:0rem;width:47.75rem;height:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcgwKsFpLJtd00QPJswxPye7GkpCGTls { display:block; }#KcgwKsFpLJtd00QPJswxPye7GkpCGTls > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRPfalGCwMSnXw6ch1e9Beg4Pk8F6FWR { top:8.4375rem;left:0rem;width:9.5rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxOWPL7LTJABfJBbXmBO4AJgnbqO4qBc { top:0.125rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml20iXuTCnTUESc2EKQZfczCELOphIBw { top:8.4375rem;left:1.4375rem;width:11.25rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9XGxxbErgRt5PGlHaKuEdNU1R46wmxX { top:0.125rem;left:3.3125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbdTNlqm94t1EsNp8ZUEgnQ8ahx0Qrn { top:9rem;left:13.6875rem;width:9.25rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fl3XXOdNTFRitpbblu7a9SvbZcn0FfQF { top:0.125rem;left:14.5625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1r4thFDxkHa3usnEbAiqiSl28TlcoZ4 { top:8.3125rem;left:23.1875rem;width:11.8125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4SAhhWhe0OOtayyx1yKJwxrF6qn9Me8 { top:0rem;left:25.75rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbiccg0MFlPPIlDWSNTeGGfDaTyhftFE { top:9rem;left:35.75rem;width:10rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPEN5qoDLHoiEmIPiqFBvhDhehO6gBXG { top:0.125rem;left:37rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCXKVZVAZvrETb90V80Gm9H6UWde7ESe { top:8.9375rem;left:34.4375rem;width:13.3125rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1cL1uduq8t205Tb8JB88TDLN7vm28L4 { top:0.125rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK2iqssHc4nVcETvIOOpTS2MMpweFxdf { top:1.625rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1getoKI85GlxRuCrc5w5NWcc2deldTK { top:1.625rem;left:4.8125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnOpGGVTUzE1qTiosGnTvozPKagXB4Jd { top:1.625rem;left:16.0625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbMDKiWMcB6XotPwcKGVkVAKh6eDxHdN { top:1.625rem;left:27.78125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpwFd2hz6Wb88BQbxHnEKupPtq1wDTSl { top:1.4375rem;left:38.3125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqnwQy9KDJTP6w5UxkZufvktNzstl5NT { top:1.625rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 { display:block; }#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZPoRVT6ovDMGDz1QhKh64CVgOP2WhLt { top:4.1875rem;left:6.40625rem;width:34.9375rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3TWsLwAiz0MM1E3bnrhRI7B9ASZwzT4 { top:5.3125rem;left:0rem;width:16.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUAgJUmGdVTbgyi2sZBCbSIDT6DGikvO { top:4.5625rem;left:4rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0KTVqu8s0sM0hmq8Nc9albWvo8ekRXH { top:4.5625rem;left:42rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNR0T4J3ZLtZ7iUFm2dDqnvATfuVFoJ1 { top:5.25rem;left:30.9375rem;width:16.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari { display:block; }#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dht5xeLf2UGyaXLfP05VsmoVEZuwcsvT { top:34rem;left:4.625rem;width:16.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzDRVQ8NDnciwQnNLPB6bJhqpAEztkxC { width:9.875rem;height:3.125rem;top:34.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV0sT3rHmZDF3iQK7MTRozJ4HBccByyB { display:block; }
 }@media only screen and (max-width: 763px) { #bo1zAqvv8qAXIZuiBHZxRswAAXTO79ml { top:10.75rem;left:0rem;width:34.375rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh8gHhXby45BZueTHTV8ZBJHBmsovgKC { top:4.625rem;left:0rem;width:35.6875rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxiUWamZ7qLTShnWqbZXqTSmTcRiwBie { top:33.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuTrAPeyohBJqmWT98pHgZnb26zi9UL9 { top:2.75rem;left:12.5rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od { display:block; }#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RR7gURW8UCRQ0usydUNO3cm7OtVfErD6 { top:12.875rem;left:12.75rem;width:35rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIIXOAo6egnpSTuqVmUHSQwbRZ7h6WvF { top:9.6875rem;left:13rem;width:34.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZpTykfTTaQ3y46CdW8kfx4PlgAoxPTg { width:12.375rem;height:3.125rem;top:25rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSC8BLE1rmZT3w8DA3vobGh5QHTulHJG { display:block; }
 }@media only screen and (max-width: 763px) { #Wv2MavpUIxBa8DpgiMKf3OSoySt2H8CA { top:0.4375rem;left:0rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiLTuScIowEOT8LFDSM81Iwx0CIRofRP { display:block; }#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kunGFWDQL6iTNvkJc4EnqhPgzpukDiut { top:13.9375rem;left:0rem;width:34.375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtIJ728gWq1iIRuz7t1ACzJDuQ0XwwgJ { top:10.75rem;left:0rem;width:34.375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWfwfD25sea3tLwEzq21yRMhPJd5QaTd { width:12.375rem;height:3.125rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33WuimT7SnK7g6X0DaRrbvnIrXhcOIt { display:block; }
 }@media only screen and (max-width: 763px) { #D2S4nd8z3rZUgC88wLIcv6hJ4hlGHVpm { top:0rem;left:12.5rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV { display:block; }#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkmdfP9JTOOv1dsaTFh21rFcLyIR3WTg { top:1.6875rem;left:6.40625rem;width:34.9375rem;height:7.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehD6Fgf7b2ZuPFFvx8AJ1rvvKnlbPXNs { top:5.3125rem;left:0rem;width:16.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNE55zKVJ4HL9sEkfsriFTQaG1El0vVE { top:4.5625rem;left:4rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GftXB0Qf10x5Z88mUtIExdABbPnPkuPL { top:4.5625rem;left:42rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4OmkPqCZXSIklETynno1EQBEeINTlAo { top:5.25rem;left:30.9375rem;width:16.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB { display:block; }#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5CUsGpMWEV8RbOte1AB6c4a6rCpMlLN { top:7.5rem;left:12.75rem;width:35rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBoPd3Dawt3SLtbN90HUyGODhFqQQoiD { top:4.4375rem;left:13rem;width:34.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdddtETKsEmpnTSraM9BfEqGuCybegZk { width:21.625rem;height:3.125rem;top:30.625rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7fPCJLNew3xwVFiQUfqnz03nJwJlyUi { display:block; }
 }@media only screen and (max-width: 763px) { #pWRqPa9fWSTHFGAL2uHmZ8GO71BCiKLT { top:1.4375rem;left:0rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFS0ZnysIlcRyRpxNPOnVMlG6oRhDZJZ { width:21.625rem;height:3.125rem;top:33.625rem;left:26.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqQvOOxT79egfPK8kKlZKdB5zdAXiTUt { display:block; }
 }@media only screen and (max-width: 763px) { #AnLgk8TZCyTRb6WxSehLdS3KTlLNOwO8 { top:0rem;left:0rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV { display:block; }#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBJXhV9aUB7y2Dyu109hWU37SJJLtzT9 { top:4.1875rem;left:6.40625rem;width:34.9375rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzcRkiMTpTpZWdhni5Qkughg3Fhiwt7R { top:5.3125rem;left:0rem;width:16.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMgNa7L5CTzFZI20rU4OBDfD6qaxmqsy { top:4.5625rem;left:4rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNHCoSmt7Z54g09UNEdhqmZgoTEx8sUN { top:4.5625rem;left:42rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF3cN0HSBo5dCk8kIiK6AeR75xtiiar1 { top:5.25rem;left:30.9375rem;width:16.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm { display:block; }#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrDnnSp6VL3Sav1VvZzFQKhEIDMCF2nA { top:12.625rem;left:0rem;width:34.375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT3DJTAqIkVWq14kfZ8Min5fvToATACx { top:0.75rem;left:12.5rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M { display:block; }#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dheZdKmsXSJ9wTPz6UrvTKH1l4bzEULO { top:3.9375rem;left:9.84375rem;width:28.0625rem;height:5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #egrIGrfhEz0mbgnPAdRDQbTs5TlCpy6V { top:5.3125rem;left:0rem;width:16.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZwsPqNUOXLTr8JSCuoS7K9DxaT9oNJC { top:4.5625rem;left:4rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIPtwDRlOmTfnfWGnco95396wt3kvZrX { top:4.5625rem;left:42rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrUOl3IccQnxIm41E6uinGoE2X7Cm2P2 { top:5.25rem;left:30.9375rem;width:16.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF2osasXFWro32pN1S3st252pkCRq4Qf { display:block; }#vF2osasXFWro32pN1S3st252pkCRq4Qf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwMkkZtwOR7eM4m0ZXsCiAfxH5JfQxmF { top:14.25rem;left:12.75rem;width:35rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwQUb5eyJ7PbhKWFTrtsciSR2cAtsCQs { top:1.4375rem;left:0rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTB2LiJdKI7dZcTU9rlKc9BvnX7rQMHf { width:16.5rem;height:3.125rem;top:26.625rem;left:26.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OI9yfoEaN81SZhp2A8KUfCaZROuaDPLA { display:block; }
 }@media only screen and (max-width: 763px) { #NUFoUlXyJ6WxbikfeGflg86oevDJTAOw { display:block; }#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6dl4Jy4Vrr5okMBxnX9fG6RWvgi5Qad { top:4.1875rem;left:6.40625rem;width:34.9375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwWe6QPE8G99L8Z42TPwcH35DMNK6IUb { top:5.3125rem;left:0rem;width:16.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJJ0caRDdT5LphGzpGbdN184VsHWy440 { top:4.5625rem;left:4rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSg2Dz5ZyePEttdGrk8T1bHxiNxCvJ2f { top:4.5625rem;left:42rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8wIyw89kaGl5EwkFcalyvVHCgseosXo { top:5.25rem;left:30.9375rem;width:16.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhSi9POPyzE4dl7E0NnUo97M002IcL7 { display:block; }#TIhSi9POPyzE4dl7E0NnUo97M002IcL7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMRKXWMF9OSVAIWiFZAyhn81pDdEN68w { top:6.75rem;left:0rem;width:34.375rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M16M0UGV1ndavIzRzyagDZgHxPGKyRb2 { top:0.75rem;left:12.5rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iglgbLhEMEUNZzi0UxSetskuEXKZmKdi { top:15.3125rem;left:0rem;width:34.375rem;height:13.375rem;font-size:1rem;display:block; }#iglgbLhEMEUNZzi0UxSetskuEXKZmKdi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5fb9f121-fd7c-482c-a64b-c853b6cb0440/gwaizdka.svg); }
 }@media only screen and (max-width: 763px) { #kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK { display:block; }#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enySB0RwV2XwIKOgN6bizTCDHWQe4ATW { top:15.625rem;left:13.375rem;width:34.375rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um33fZ8E31syrqs88ou6y3yROxw2TSlr { top:9.625rem;left:13.375rem;width:34.375rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS7n38QPuwGTVKukFQZTBpwiHOL5hH2F { top:0rem;left:0rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 { display:block; }#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okLEbgurCMiQXr0Qgbyv42aFU7KvvUhw { top:4.1875rem;left:6.40625rem;width:34.9375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfu8199hxT7c1UwLq3WRchtiKK8Tp7kO { top:5.3125rem;left:0rem;width:16.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvSF6L85fQ3TZ1WTBan0TzORWIa1l3mw { top:4.5625rem;left:4rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtDfdRV4iJX04gN9mFOsLPskNc9OBFTZ { top:4.5625rem;left:42rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suyZUSRazg5mGKTZSnAiIXUOAmJCcd7t { top:5.25rem;left:30.9375rem;width:16.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGhDzLSqFVzqfbppl6pVHEmG1vHOKOED { top:2.8125rem;left:0rem;width:13.5rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4nVRAbphFmRXUzUa2aG2od8rblITdNG { display:block; }#P4nVRAbphFmRXUzUa2aG2od8rblITdNG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jum8mPQWFbbZvceD0hB3waWa6Srmb4NI { top:13.125rem;left:0rem;width:34.375rem;height:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd7IUaGqU32plmXgAHVOMNHm28dfkGFs { top:7.75rem;left:0rem;width:34.375rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOFWxbTWf6EUVZBHhLmnL0zpbXwrUpg { top:0.75rem;left:12.5rem;width:33.375rem;height:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTZ4skvepkGD8gOyKREO89RxpiUJOKpb { top:5.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfg2D2G8lhvs3RciFxl7cGLT1Uo1RbMU { top:6.25rem;left:0rem;width:3.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM50WErkIpZCzboNPzbMs7AvMcfFFxRn { top:5.5rem;left:3.8125rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTM0g5qkVBnW70F1zNOCmvyBxIrRD64T { top:24.5rem;left:9.28125rem;width:13.0625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4v8kOahLJUQXlzDiH4iVXyq3IrpiG6C { top:26.1875rem;left:9.9375rem;width:20.0625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdHTkxfss1K5LqxPQN9ByFGoTQRNoU9n { top:22.5625rem;left:23.71875rem;width:21.3125rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtZzpXJ8RiNq04NKB2geqvidlTCkTdpp { top:6.25rem;left:44rem;width:3.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLM95QCtqXpBDdTJfNybJoJKNWHepX03 { top:8.6875rem;left:1.125rem;width:45.5rem;height:3.3125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWpsy4S2rdvxZiG25rzC3KCxHBw5VZOk { top:5.625rem;left:41.78125rem;width:1.75rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXyETp9vLdTufpFhxg3AerykuIadubsh { top:6.25rem;left:0rem;width:46.875rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H90Te739JoB88BGmHQwewfatyf1zs31q { top:12rem;left:1.125rem;width:45.5rem;height:2.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECGMaxFgxxtx07WMaq3b9H1qnyuWuqH9 { top:14.4375rem;left:1.125rem;width:45.5rem;height:4rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #zel2ndZeSrT3zkU6KNQJSxSOuILJFbUi { top:18.875rem;left:9.9375rem;width:27.875rem;height:4.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhgPazftMcHEUTPE20FRzMfwUvgSM6QV { top:3.75rem;left:41.78125rem;width:1.75rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTv01zv4I9JnaGkPQygq1UX1xnzXq3M7 { top:2.5rem;left:6.5rem;width:34.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i { display:block; }#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNEhkgShimg0zEPZvhTSru6S50EdFTCH { top:2.4375rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq { display:block; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdhNui1pyxbZbNA6W5sC5IJkSTlkHhba { top:11.0625rem;left:0rem;width:13.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIMXM6SuUdPVcVK2N29vGJ5xBOp3MN2P { top:4.4375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTIFe6hHezVKE5ehUmkNdrNi60mXGpZ7 { top:9.3125rem;left:3.5rem;width:4.9375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIUTyFdNTfdgykzTqdGk1QwmvmvfZ532 { top:10.8125rem;left:11.625rem;width:13.4375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSR7g8R35vQmEDE6u85m8cfPCfecGzVX { top:10rem;left:27.6875rem;width:7.375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ThLg578Cpfz3sTCX5cGn6DL1epC8XW { top:10.5625rem;left:37.75rem;width:10rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz2KzH2agIRfJMk0B7hmT13QQ1xJVLZO { top:9.75rem;left:38.6875rem;width:9.0625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #L8kBldDzWCAdWJ53DRUSTbH5oeRckX2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #T62SpMf63bPzGy1VmsaGPN3pEAeEkwuN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #bgCHyaLMgw2lt6hlx2pSEMv8K8MzvKEz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #IXHEcErgqtmaRt7xCUVvWTngVQVCZbBW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #OS7L2p3qRPCADSkKTGLPCHCCcMy6Q41L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { background-color:#fcfaf9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 > .row .container { background-color: transparent; background-image: none; }#aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 > .row .container > .video-iframe-container { display: none; }#aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 > .row > .video-iframe-container { display: none; }#aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 > .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); }#aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 > .row .container { border-width: 0; border-radius: 0; }#aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTbUHnJH0OdlH1nr04fqFeHtAQiqfZQ8 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #cJ5gIOkCNU95R3N0MpoTsZ3xCdS9aFNx > .row .container { background-color: transparent; background-image: none; }#cJ5gIOkCNU95R3N0MpoTsZ3xCdS9aFNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJ5gIOkCNU95R3N0MpoTsZ3xCdS9aFNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJ5gIOkCNU95R3N0MpoTsZ3xCdS9aFNx > .row .container > .video-iframe-container { display: none; }#cJ5gIOkCNU95R3N0MpoTsZ3xCdS9aFNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJ5gIOkCNU95R3N0MpoTsZ3xCdS9aFNx > .row > .video-iframe-container { display: none; }#cJ5gIOkCNU95R3N0MpoTsZ3xCdS9aFNx > .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); }#cJ5gIOkCNU95R3N0MpoTsZ3xCdS9aFNx > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #lWF4Kr6dnfIU5hNdwNsq4diCnFMSFdGt > .row .container { background-color: transparent; background-image: none; }#lWF4Kr6dnfIU5hNdwNsq4diCnFMSFdGt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWF4Kr6dnfIU5hNdwNsq4diCnFMSFdGt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWF4Kr6dnfIU5hNdwNsq4diCnFMSFdGt > .row .container > .video-iframe-container { display: none; }#lWF4Kr6dnfIU5hNdwNsq4diCnFMSFdGt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWF4Kr6dnfIU5hNdwNsq4diCnFMSFdGt > .row > .video-iframe-container { display: none; }#lWF4Kr6dnfIU5hNdwNsq4diCnFMSFdGt > .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); }#lWF4Kr6dnfIU5hNdwNsq4diCnFMSFdGt > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #em6DqhkuNwivIdFxgICvJ0fGxEatFEJT > .row .container { background-color: transparent; background-image: none; }#em6DqhkuNwivIdFxgICvJ0fGxEatFEJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em6DqhkuNwivIdFxgICvJ0fGxEatFEJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em6DqhkuNwivIdFxgICvJ0fGxEatFEJT > .row .container > .video-iframe-container { display: none; }#em6DqhkuNwivIdFxgICvJ0fGxEatFEJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em6DqhkuNwivIdFxgICvJ0fGxEatFEJT > .row > .video-iframe-container { display: none; }#em6DqhkuNwivIdFxgICvJ0fGxEatFEJT > .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); }#em6DqhkuNwivIdFxgICvJ0fGxEatFEJT > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #kreXMs8ftm4hi0eGd3ccIrAQRl7PSoqn > .row .container { width:20rem;height:51.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #GssKTFSm8x9Usk5Wb6DueuncTA4fcoLB > .row .container { width:20rem;height:12.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #i9pPftl1OgBdNrTDIDzloyoz0yOfMuDK > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #WaJMBDllTrWXZh8CpqhGXWQyvHIWBxhD > .row .container { width:20rem;height:90.4998915rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #NvJdTQ2NrAn54n7LdpChoNSNJTWc7Mix > .row .container { width:20rem;height:8rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #tIV6o5q5Rw0yat0XSD8wdO9MxfGoFSxh > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga { display:block; }#TOyFIJXgSCDQgCwe7lTI45NVw4D0ooga > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pmlGKWyqgNCtkOafC8XTJWVAAZH0drqK { width:20rem;height:6.2988125rem;top:10.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6NFHHJevLzwEmmvkm7ry7vAvy3aWsaI { width:9.875rem;height:3rem;top:22.1103515625rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oupBa7fBAv2dFUe6DZBgq0CB35iIHaqO { display:block; }
 }@media only screen and (max-width: 763px) { #K3EroLaWf9D59ynD3Ag20yOvzE7e1Pak { width:1.6875rem;height:1.5rem;top:4rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mp4scWQs7aV2be6S4NgS4QA9lV49ngxf { width:16.875rem;height:0.3125rem;top:18.6103515625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1ChLF1ogP7PwEesGeuFFnA3enKDb4Db { width:16.875rem;height:0.3125rem;top:8.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO3b2e99aoCOUlJANz0vHVTBTphKtOST { width:1.6875rem;height:1.5rem;top:4rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJZvSr1inET3yC3lfOEQZRvoNIdZf9cl { width:1.6875rem;height:1.5rem;top:4rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFPKAgTynUQDtnF98ceDnSc1057CzVwN { display:block; }#zFPKAgTynUQDtnF98ceDnSc1057CzVwN > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6J9gEz4l99iEAOGRx4wShlTbCtSzKgN { width:16.625rem;height:28.792975rem;top:23.875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LabUPeIiscwbvziPkM9qVkwchxtnKSXG { width:15.125rem;height:16rem;top:6.5rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie3badmJCAdiWD0XZa9Eb8TRCH5KRS2T { width:1.75rem;height:1.625rem;top:3.4375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMAgid4HaSBPl5EK1NR48DENtdXshFPS { width:19.375rem;height:58.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoMTLL71UFTAPabXEMgMi7duLU3ceiv9 { width:1.75rem;height:1.625rem;top:58.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwDt54FfX2dTgpZ1EKUHWqTdTLnQGg8M { width:1.75rem;height:1.625rem;top:3.5625rem;left:16.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9oyRkmplyyTTpITTTXpNNze2EWOOVxV { width:1.75rem;height:1.625rem;top:58.5rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITB9S5WgKgZGQWglnsO9MgiOIuErWqnx { width:6.5rem;height:15.6875rem;top:52.25rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #blovZ91tbHg5Vh3gaHt1rJlluvSNx0QI { width:7.125rem;height:14.875rem;top:61.1875rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtEHLMt4OhJMxHBfSWXoZvlhEf7w0HVV { width:18.1875rem;height:57.3125rem;top:2.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX2FTxIUFp2M7EHZiAE9cs8Q1az1AgCL { top:52.66796875rem;left:4.96875rem;width:10.0625rem;height:5.625rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hUi8lPOFPndbaMfIapdIM6OBF4T6yf2J { width:0.9375rem;height:0.89355625rem;top:26.9375rem;left:17.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #d0Wy3OR3PXpwNofnk15E2SxNuEGBrW5H { width:5.1875rem;height:0.89355625rem;top:26.9375rem;left:6.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeQyQP6T1eOcUuLwCX544TVbL0qWfX17 { width:5.1875rem;height:1.29980625rem;top:6.25rem;left:10.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGXQIoxTv6dQJK0qIOQpfnvcOCrVvPOV { width:2rem;height:0.89355625rem;top:49.318359375rem;left:11.96875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 { display:block; }#O1pJrQGFWDoKw3vkx8T32Adh3ydg1oX1 > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTvTD5edr4QPqsmlixpe94p9KANfTnEN { width:20rem;height:20rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcgwKsFpLJtd00QPJswxPye7GkpCGTls { display:block; }#KcgwKsFpLJtd00QPJswxPye7GkpCGTls > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRPfalGCwMSnXw6ch1e9Beg4Pk8F6FWR { width:9.5rem;height:2.25rem;top:2.3125rem;left:5.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CxOWPL7LTJABfJBbXmBO4AJgnbqO4qBc { width:5rem;height:5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml20iXuTCnTUESc2EKQZfczCELOphIBw { width:13.6875rem;height:3.71191875rem;top:7.20703125rem;left:5.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t9XGxxbErgRt5PGlHaKuEdNU1R46wmxX { width:5rem;height:5rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfbdTNlqm94t1EsNp8ZUEgnQ8ahx0Qrn { width:9.25rem;height:1.125rem;top:14.125rem;left:6rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fl3XXOdNTFRitpbblu7a9SvbZcn0FfQF { width:5rem;height:5rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1r4thFDxkHa3usnEbAiqiSl28TlcoZ4 { width:11.8125rem;height:2.4746125rem;top:18.9619140625rem;left:5.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c4SAhhWhe0OOtayyx1yKJwxrF6qn9Me8 { width:5rem;height:5rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbiccg0MFlPPIlDWSNTeGGfDaTyhftFE { width:10rem;height:1.125rem;top:25.375rem;left:5.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uPEN5qoDLHoiEmIPiqFBvhDhehO6gBXG { width:5rem;height:5rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCXKVZVAZvrETb90V80Gm9H6UWde7ESe { width:8.9375rem;height:1.23730625rem;top:30.94384765625rem;left:6.15625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t1cL1uduq8t205Tb8JB88TDLN7vm28L4 { width:5rem;height:5rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK2iqssHc4nVcETvIOOpTS2MMpweFxdf { width:2.75rem;height:2.75rem;top:2rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1getoKI85GlxRuCrc5w5NWcc2deldTK { width:2.8125rem;height:2.8125rem;top:7.65625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnOpGGVTUzE1qTiosGnTvozPKagXB4Jd { width:3.4375rem;height:3.4375rem;top:13rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbMDKiWMcB6XotPwcKGVkVAKh6eDxHdN { width:3.125rem;height:3.125rem;top:18.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpwFd2hz6Wb88BQbxHnEKupPtq1wDTSl { width:3.75rem;height:3.75rem;top:24.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqnwQy9KDJTP6w5UxkZufvktNzstl5NT { width:3.1875rem;height:3.1875rem;top:30rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 { display:block; }#yyzfmTBn5tPINxsp1qtBTFZUukSFu1X7 > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZPoRVT6ovDMGDz1QhKh64CVgOP2WhLt { width:15.875rem;height:3.5rem;top:2.1875rem;left:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3TWsLwAiz0MM1E3bnrhRI7B9ASZwzT4 { width:20rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUAgJUmGdVTbgyi2sZBCbSIDT6DGikvO { width:1.75rem;height:1.625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0KTVqu8s0sM0hmq8Nc9albWvo8ekRXH { width:1.75rem;height:1.625rem;top:3.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNR0T4J3ZLtZ7iUFm2dDqnvATfuVFoJ1 { width:20rem;height:0.3125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari { display:block; }#oQHQBTAoeVTHCrz4lvQvSppJq38c9Ari > .row .container { width:20rem;height:83.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dht5xeLf2UGyaXLfP05VsmoVEZuwcsvT { width:20rem;height:4.38574375rem;top:69.9267578125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mzDRVQ8NDnciwQnNLPB6bJhqpAEztkxC { width:9.875rem;height:3rem;top:75.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV0sT3rHmZDF3iQK7MTRozJ4HBccByyB { display:block; }
 }@media only screen and (max-width: 763px) { #bo1zAqvv8qAXIZuiBHZxRswAAXTO79ml { width:20rem;height:35.191425rem;top:31.5849609375rem;left:0rem;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sh8gHhXby45BZueTHTV8ZBJHBmsovgKC { width:20rem;height:5.3994125rem;top:3.1240234375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxiUWamZ7qLTShnWqbZXqTSmTcRiwBie { display:flex;width:3.125rem;height:3.125rem;top:55.5673828125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fuTrAPeyohBJqmWT98pHgZnb26zi9UL9 { width:18.75rem;height:18.75rem;top:9.7724609375rem;left:0rem;border-top:0.625rem solid #f6e9db;border-left:0.625rem solid #f6e9db;border-right:0.625rem solid #f6e9db;border-bottom:0.625rem solid #f6e9db;display:block; }
 }@media only screen and (max-width: 763px) { #CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od { display:block; }#CyCH2sRFkIIgUmwwQ7tTyiK5RbGL80od > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RR7gURW8UCRQ0usydUNO3cm7OtVfErD6 { width:20rem;height:19.1953rem;top:25.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIIXOAo6egnpSTuqVmUHSQwbRZ7h6WvF { width:18.1875rem;height:1.79980625rem;top:1.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZpTykfTTaQ3y46CdW8kfx4PlgAoxPTg { width:11.375rem;height:3rem;top:45.755859375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSC8BLE1rmZT3w8DA3vobGh5QHTulHJG { display:block; }
 }@media only screen and (max-width: 763px) { #Wv2MavpUIxBa8DpgiMKf3OSoySt2H8CA { width:18.75rem;height:18.75rem;top:4.375rem;left:0rem;border-top:0.625rem solid #f6e9db;border-left:0.625rem solid #f6e9db;border-right:0.625rem solid #f6e9db;border-bottom:0.625rem solid #f6e9db;display:block; }
 }@media only screen and (max-width: 763px) { #IiLTuScIowEOT8LFDSM81Iwx0CIRofRP { display:block; }#IiLTuScIowEOT8LFDSM81Iwx0CIRofRP > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kunGFWDQL6iTNvkJc4EnqhPgzpukDiut { width:20rem;height:7.9980625rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtIJ728gWq1iIRuz7t1ACzJDuQ0XwwgJ { width:20rem;height:1.79980625rem;top:3.2216796875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWfwfD25sea3tLwEzq21yRMhPJd5QaTd { width:11.125rem;height:3.125rem;top:36.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33WuimT7SnK7g6X0DaRrbvnIrXhcOIt { display:block; }
 }@media only screen and (max-width: 763px) { #D2S4nd8z3rZUgC88wLIcv6hJ4hlGHVpm { width:18.75rem;height:18.75rem;top:5.9375rem;left:0rem;border-top:0.625rem solid #f6e9db;border-left:0.625rem solid #f6e9db;border-right:0.625rem solid #f6e9db;border-bottom:0.625rem solid #f6e9db;display:block; }
 }@media only screen and (max-width: 763px) { #yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV { display:block; }#yH5w6Uz8PoNDMHqO9qpB85LXugpP11nV > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkmdfP9JTOOv1dsaTFh21rFcLyIR3WTg { width:15.875rem;height:7rem;top:2.125rem;left:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehD6Fgf7b2ZuPFFvx8AJ1rvvKnlbPXNs { width:20rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNE55zKVJ4HL9sEkfsriFTQaG1El0vVE { width:1.75rem;height:1.625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GftXB0Qf10x5Z88mUtIExdABbPnPkuPL { width:1.75rem;height:1.625rem;top:4.8125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4OmkPqCZXSIklETynno1EQBEeINTlAo { width:20rem;height:0.3125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB { display:block; }#KzZkezUa9nhdvp4fJ5INX8QtIZHqFfhB > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5CUsGpMWEV8RbOte1AB6c4a6rCpMlLN { width:19.4375rem;height:39.99025rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBoPd3Dawt3SLtbN90HUyGODhFqQQoiD { width:20rem;height:3.5996125rem;top:23.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdddtETKsEmpnTSraM9BfEqGuCybegZk { width:19.625rem;height:3.125rem;top:65.9677734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7fPCJLNew3xwVFiQUfqnz03nJwJlyUi { display:block; }
 }@media only screen and (max-width: 763px) { #pWRqPa9fWSTHFGAL2uHmZ8GO71BCiKLT { width:18.75rem;height:18.75rem;top:7rem;left:0rem;border-top:0.625rem solid #f6e9db;border-left:0.625rem solid #f6e9db;border-right:0.625rem solid #f6e9db;border-bottom:0.625rem solid #f6e9db;display:none; }
 }@media only screen and (max-width: 763px) { #fFS0ZnysIlcRyRpxNPOnVMlG6oRhDZJZ { width:19.625rem;height:3.125rem;top:70.875rem;left:0rem;z-index:15006;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqQvOOxT79egfPK8kKlZKdB5zdAXiTUt { display:block; }
 }@media only screen and (max-width: 763px) { #AnLgk8TZCyTRb6WxSehLdS3KTlLNOwO8 { width:18.125rem;height:18.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV { display:block; }#N6OyHpoRne99TP8xiZ0mo4TuRFBDFKBV > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBJXhV9aUB7y2Dyu109hWU37SJJLtzT9 { width:15.875rem;height:1.75rem;top:2.1875rem;left:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzcRkiMTpTpZWdhni5Qkughg3Fhiwt7R { width:20rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMgNa7L5CTzFZI20rU4OBDfD6qaxmqsy { width:1.75rem;height:1.625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNHCoSmt7Z54g09UNEdhqmZgoTEx8sUN { width:1.75rem;height:1.625rem;top:2.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF3cN0HSBo5dCk8kIiK6AeR75xtiiar1 { width:20rem;height:0.3125rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm { display:block; }#Qk0Qa6RJSdnOM2N9cCyuFcHUdqOyBAtm > .row .container { width:20rem;height:40.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrDnnSp6VL3Sav1VvZzFQKhEIDMCF2nA { width:20rem;height:11.19725rem;top:23.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT3DJTAqIkVWq14kfZ8Min5fvToATACx { width:18.75rem;height:18.75rem;top:1.375rem;left:0rem;border-top:0.625rem solid #f6e9db;border-left:0.625rem solid #f6e9db;border-right:0.625rem solid #f6e9db;border-bottom:0.625rem solid #f6e9db;display:block; }
 }@media only screen and (max-width: 763px) { #J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M { display:block; }#J1GpG8HpPqEshQ5qTiHbGG7cuiFa8r0M > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dheZdKmsXSJ9wTPz6UrvTKH1l4bzEULO { width:15.875rem;height:3.5rem;top:2.1875rem;left:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #egrIGrfhEz0mbgnPAdRDQbTs5TlCpy6V { width:20rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZwsPqNUOXLTr8JSCuoS7K9DxaT9oNJC { width:1.75rem;height:1.625rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIPtwDRlOmTfnfWGnco95396wt3kvZrX { width:1.75rem;height:1.625rem;top:3.5rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrUOl3IccQnxIm41E6uinGoE2X7Cm2P2 { width:20rem;height:0.3125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF2osasXFWro32pN1S3st252pkCRq4Qf { display:block; }#vF2osasXFWro32pN1S3st252pkCRq4Qf > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwMkkZtwOR7eM4m0ZXsCiAfxH5JfQxmF { width:20rem;height:17.5956875rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwQUb5eyJ7PbhKWFTrtsciSR2cAtsCQs { width:18.75rem;height:18.75rem;top:1.4375rem;left:0rem;border-top:0.625rem solid #f6e9db;border-left:0.625rem solid #f6e9db;border-right:0.625rem solid #f6e9db;border-bottom:0.625rem solid #f6e9db;display:block; }
 }@media only screen and (max-width: 763px) { #ZTB2LiJdKI7dZcTU9rlKc9BvnX7rQMHf { width:15.6875rem;height:3.125rem;top:43.5302734375rem;left:0rem;z-index:15006;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI9yfoEaN81SZhp2A8KUfCaZROuaDPLA { display:block; }
 }@media only screen and (max-width: 763px) { #NUFoUlXyJ6WxbikfeGflg86oevDJTAOw { display:block; }#NUFoUlXyJ6WxbikfeGflg86oevDJTAOw > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6dl4Jy4Vrr5okMBxnX9fG6RWvgi5Qad { width:15.875rem;height:1.75rem;top:2.1875rem;left:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwWe6QPE8G99L8Z42TPwcH35DMNK6IUb { width:20rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJJ0caRDdT5LphGzpGbdN184VsHWy440 { width:1.75rem;height:1.625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSg2Dz5ZyePEttdGrk8T1bHxiNxCvJ2f { width:1.75rem;height:1.625rem;top:2.25rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8wIyw89kaGl5EwkFcalyvVHCgseosXo { width:20rem;height:0.3125rem;top:5.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhSi9POPyzE4dl7E0NnUo97M002IcL7 { display:block; }#TIhSi9POPyzE4dl7E0NnUo97M002IcL7 > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMRKXWMF9OSVAIWiFZAyhn81pDdEN68w { width:20rem;height:7.19925rem;top:2.9091796875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M16M0UGV1ndavIzRzyagDZgHxPGKyRb2 { width:18.75rem;height:18.75rem;top:11.6875rem;left:0rem;border-top:0.625rem solid #f6e9db;border-left:0.625rem solid #f6e9db;border-right:0.625rem solid #f6e9db;border-bottom:0.625rem solid #f6e9db;display:block; }
 }@media only screen and (max-width: 763px) { #iglgbLhEMEUNZzi0UxSetskuEXKZmKdi { width:20rem;height:21.4199375rem;top:32.5791015625rem;left:0rem;font-size:1rem;display:block; }#iglgbLhEMEUNZzi0UxSetskuEXKZmKdi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5fb9f121-fd7c-482c-a64b-c853b6cb0440/gwaizdka.svg); }
 }@media only screen and (max-width: 763px) { #kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK { display:block; }#kd2SQhELPu5oeckyc3Wd0arWoNQbkVZK > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #enySB0RwV2XwIKOgN6bizTCDHWQe4ATW { width:20rem;height:25.59375rem;top:33.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Um33fZ8E31syrqs88ou6y3yROxw2TSlr { width:20rem;height:7.19925rem;top:3.2216796875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS7n38QPuwGTVKukFQZTBpwiHOL5hH2F { width:18.75rem;height:18.75rem;top:11.625rem;left:0rem;border-top:0.625rem solid #f6e9db;border-left:0.625rem solid #f6e9db;border-right:0.625rem solid #f6e9db;border-bottom:0.625rem solid #f6e9db;display:block; }
 }@media only screen and (max-width: 763px) { #RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 { display:block; }#RItL9yCsanW5x3eFFJQ9fa5J2ZJunUQ2 > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okLEbgurCMiQXr0Qgbyv42aFU7KvvUhw { width:15.875rem;height:0;top:2.1875rem;left:2.0625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tfu8199hxT7c1UwLq3WRchtiKK8Tp7kO { width:20rem;height:0.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvSF6L85fQ3TZ1WTBan0TzORWIa1l3mw { width:1.75rem;height:1.625rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtDfdRV4iJX04gN9mFOsLPskNc9OBFTZ { width:1.75rem;height:1.625rem;top:3rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suyZUSRazg5mGKTZSnAiIXUOAmJCcd7t { width:20rem;height:0.3125rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGhDzLSqFVzqfbppl6pVHEmG1vHOKOED { width:13.5rem;height:3.5rem;top:2.3125rem;left:2.6875rem;font-size:1.75rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #P4nVRAbphFmRXUzUa2aG2od8rblITdNG { display:block; }#P4nVRAbphFmRXUzUa2aG2od8rblITdNG > .row .container { width:20rem;height:66rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jum8mPQWFbbZvceD0hB3waWa6Srmb4NI { width:20rem;height:33.5918rem;top:30.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd7IUaGqU32plmXgAHVOMNHm28dfkGFs { width:20rem;height:5.3994125rem;top:1.9716796875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOFWxbTWf6EUVZBHhLmnL0zpbXwrUpg { width:18.75rem;height:18.75rem;top:9rem;left:0rem;border-top:0.625rem solid #f6e9db;border-left:0.625rem solid #f6e9db;border-right:0.625rem solid #f6e9db;border-bottom:0.625rem solid #f6e9db;display:block; }
 }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:20rem;height:41rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTZ4skvepkGD8gOyKREO89RxpiUJOKpb { width:20rem;height:3.5rem;top:4.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfg2D2G8lhvs3RciFxl7cGLT1Uo1RbMU { width:5rem;height:0.3125rem;top:10rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM50WErkIpZCzboNPzbMs7AvMcfFFxRn { width:1.75rem;height:1.625rem;top:9.34375rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTM0g5qkVBnW70F1zNOCmvyBxIrRD64T { width:6.875rem;height:6.5rem;top:26.0625rem;left:2.9630376344086rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4v8kOahLJUQXlzDiH4iVXyq3IrpiG6C { width:11.0625rem;height:9.5625rem;top:27.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdHTkxfss1K5LqxPQN9ByFGoTQRNoU9n { width:10.125rem;height:9.9375rem;top:28.125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtZzpXJ8RiNq04NKB2geqvidlTCkTdpp { width:5rem;height:0.3125rem;top:10rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLM95QCtqXpBDdTJfNybJoJKNWHepX03 { width:15.875rem;height:1.75rem;top:12.3125rem;left:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWpsy4S2rdvxZiG25rzC3KCxHBw5VZOk { width:1.75rem;height:1.625rem;top:9.34375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXyETp9vLdTufpFhxg3AerykuIadubsh { width:19.375rem;height:24.4375rem;top:10rem;left:0rem;border-top:0;border-left:0.3125rem solid #1d1d1b;border-right:0.3125rem solid #1d1d1b;border-bottom:0.3125rem solid #1d1d1b;display:block; }
 }@media only screen and (max-width: 763px) { #H90Te739JoB88BGmHQwewfatyf1zs31q { width:20rem;height:4rem;top:14.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECGMaxFgxxtx07WMaq3b9H1qnyuWuqH9 { width:20rem;height:2rem;top:18.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zel2ndZeSrT3zkU6KNQJSxSOuILJFbUi { width:14.875rem;height:4.7431625rem;top:20.625rem;left:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhgPazftMcHEUTPE20FRzMfwUvgSM6QV { width:1.75rem;height:1.625rem;top:9.34375rem;left:11.625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ZTv01zv4I9JnaGkPQygq1UX1xnzXq3M7 { width:20rem;height:1.79980625rem;top:2.125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i { display:block; }#bFJ5AFXiNycqKmVJKNLAqP83Txh2rS2i > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNEhkgShimg0zEPZvhTSru6S50EdFTCH { width:20rem;height:7.796875rem;top:3.453125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq { display:block; }#y9e93xwx0AWJaNN3gBCoEkftGxvUxCJq > .row .container { width:20rem;height:61.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdhNui1pyxbZbNA6W5sC5IJkSTlkHhba { width:15.75rem;height:3.125rem;top:10.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIMXM6SuUdPVcVK2N29vGJ5xBOp3MN2P { width:17.0625rem;height:5.3994125rem;top:1.8125rem;left:1.46875rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qTIFe6hHezVKE5ehUmkNdrNi60mXGpZ7 { width:4.9375rem;height:6.25rem;top:15.6875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIUTyFdNTfdgykzTqdGk1QwmvmvfZ532 { width:15.75rem;height:4.125rem;top:25.3125rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSR7g8R35vQmEDE6u85m8cfPCfecGzVX { width:9.6875rem;height:7.1875rem;top:32.25rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ThLg578Cpfz3sTCX5cGn6DL1epC8XW { width:12.9375rem;height:5.25rem;top:52.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz2KzH2agIRfJMk0B7hmT13QQ1xJVLZO { width:12.875rem;height:7.5625rem;top:41.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { background-color:#1a1b24;background-image:none;display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #L8kBldDzWCAdWJ53DRUSTbH5oeRckX2T > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #T62SpMf63bPzGy1VmsaGPN3pEAeEkwuN > .row .container { background-color: transparent; background-image: none; }#T62SpMf63bPzGy1VmsaGPN3pEAeEkwuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T62SpMf63bPzGy1VmsaGPN3pEAeEkwuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T62SpMf63bPzGy1VmsaGPN3pEAeEkwuN > .row .container > .video-iframe-container { display: none; }#T62SpMf63bPzGy1VmsaGPN3pEAeEkwuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T62SpMf63bPzGy1VmsaGPN3pEAeEkwuN > .row > .video-iframe-container { display: none; }#T62SpMf63bPzGy1VmsaGPN3pEAeEkwuN > .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); }#T62SpMf63bPzGy1VmsaGPN3pEAeEkwuN > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo > .row .container { background-color: transparent; background-image: none; }#sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo > .row .container > .video-iframe-container { display: none; }#sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo > .row > .video-iframe-container { display: none; }#sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo > .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); }#sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo > .row .container { border-width: 0; border-radius: 0; }#sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFCkn2tRIEOCWc1515KGiW4TxSIaTIBo > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA > .row .container { background-color: transparent; background-image: none; }#UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA > .row .container > .video-iframe-container { display: none; }#UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA > .row > .video-iframe-container { display: none; }#UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA > .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); }#UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA > .row .container { border-width: 0; border-radius: 0; }#UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UrkFdM0ZZP6vihea6tJaIfOGZxGpgUwA > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #bgCHyaLMgw2lt6hlx2pSEMv8K8MzvKEz > .row .container { background-color: transparent; background-image: none; }#bgCHyaLMgw2lt6hlx2pSEMv8K8MzvKEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgCHyaLMgw2lt6hlx2pSEMv8K8MzvKEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgCHyaLMgw2lt6hlx2pSEMv8K8MzvKEz > .row .container > .video-iframe-container { display: none; }#bgCHyaLMgw2lt6hlx2pSEMv8K8MzvKEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgCHyaLMgw2lt6hlx2pSEMv8K8MzvKEz > .row > .video-iframe-container { display: none; }#bgCHyaLMgw2lt6hlx2pSEMv8K8MzvKEz > .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); }#bgCHyaLMgw2lt6hlx2pSEMv8K8MzvKEz > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M > .row .container { background-color: transparent; background-image: none; }#sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M > .row .container > .video-iframe-container { display: none; }#sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M > .row > .video-iframe-container { display: none; }#sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M > .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); }#sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M > .row .container { border-width: 0; border-radius: 0; }#sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sx0ohZKDKkCPxmIXqM9rsHGLzLvdLh7M > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo > .row .container { background-color: transparent; background-image: none; }#QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo > .row .container > .video-iframe-container { display: none; }#QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo > .row > .video-iframe-container { display: none; }#QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo > .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); }#QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo > .row .container { border-width: 0; border-radius: 0; }#QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QpxUvE3tqWhe7SuoLl8B3OstIxyE3VKo > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #IXHEcErgqtmaRt7xCUVvWTngVQVCZbBW > .row .container { background-color: transparent; background-image: none; }#IXHEcErgqtmaRt7xCUVvWTngVQVCZbBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXHEcErgqtmaRt7xCUVvWTngVQVCZbBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXHEcErgqtmaRt7xCUVvWTngVQVCZbBW > .row .container > .video-iframe-container { display: none; }#IXHEcErgqtmaRt7xCUVvWTngVQVCZbBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXHEcErgqtmaRt7xCUVvWTngVQVCZbBW > .row > .video-iframe-container { display: none; }#IXHEcErgqtmaRt7xCUVvWTngVQVCZbBW > .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); }#IXHEcErgqtmaRt7xCUVvWTngVQVCZbBW > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #OS7L2p3qRPCADSkKTGLPCHCCcMy6Q41L > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }