.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/da222f4f-2bf0-4c8c-b97b-aa17cc7f6fd6/model2.jpg");background-position: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; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG.adaptive-delivery-prevent-bg, #ATebETc0nZKOrsGR8e64gzgh4u3ppPvG.lazyload, #ATebETc0nZKOrsGR8e64gzgh4u3ppPvG.lazyloading { background-image: none; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row .container { background-color: transparent; background-image: none; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row .container > .video-iframe-container { display: none; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row > .video-iframe-container { display: none; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .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); }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row .container { border-width: 0; border-radius: 0; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#QExWXFKEFv3nTlaB8TSdiuCqTv5DvOqB { color:rgba(var(--color-primary-4),1);display:block;width:24rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.1220703125rem;left:44.9375rem;height:9.023425rem;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; }
#IQSTp5NRXz8y0QmMIeKDwp3m4fWpNUyp { color:rgba(var(--color-tertiary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:44.53125rem;height:2.11230625rem;font-style:normal;display:block; }
#MV9lEMiIUTMRzqdGVEnv0bKAynAMm6tN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.5rem;left:45.875rem;display:block; }
#aX0ohTTybZ1dtHNkKKyAyyXrgLsSKoiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GoDIL7HnLcoDLtDv98mtgEEDfNo1HfMP { color:rgba(var(--color-primary-4),1);display:block;width:23.875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-2),0.2);top:18.8583984375rem;left:44.5625rem;height:4.875rem;font-style:normal;display:block; }
#EJcELoIhEAN6legHqEbfZX6VGOx4Tgml { box-sizing:content-box;height:9.625rem;width:23.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:44.276234813167rem;display:block; }
#lyvZIhMHT8tZEzDhhn3aUQR5DSnyz0FP { box-sizing:content-box;height:5.4375rem;width:23.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.6083984375rem;left:44.25rem;display:block; }
#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 > .row .container { background-color: transparent; background-image: none; }#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 > .row .container > .video-iframe-container { display: none; }#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 > .row > .video-iframe-container { display: none; }#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 > .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); }#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 > .row .container { border-width: 0; border-radius: 0; }#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#vEv2etw9SyUexfLCgWaWrqpuqVsIxvqv { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.8125rem;left:23.03125rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wZ2VFmZFXvpPrsVpTQlkqdvcuQ60TbTg { color:rgba(var(--color-tertiary-4),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.1875rem;left:17.46875rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W6C1GT1quXFBP53bJXPMGLLcR4hzIqa3 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:8.1875rem;left:32.53125rem;display:block; }
#TfLUt7Ct027oVrQH3eAePcI3JswBKMLD { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:0.6875rem;left:9.0625rem;height:2.2734375rem;display:block; }
#Vw1XN9MiVGZOHnJucJty3clag9t5iWHs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.6875rem;left:6.4375rem; }
#XkOEwZp4BZr17ppsLFuEqsaGBlEAVALk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.6875rem;left:21.875rem; }
#o0H43kFyrBbVJXQhV66E4aqzoMDHEwdy { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:0.6875rem;left:24.4375rem;height:2.2734375rem;display:block; }
#dr2JhWkpwwZpCI4OVf6uOGVVrJJp95ny { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:0.75rem;left:39.625rem; }
#zxr17b0VpwuG1CT75709CJkSg9C4TEAA { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.3125rem;left:42.1875rem;height:1.13671875rem;display:block; }
#lDaT2OmJVtLyhPCr7pxR2iaoywBfSCQI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.75rem;left:56.5rem; }
#bqq1XaQQUbrBpEsTLkq925GkFfpb66N1 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:0.75rem;left:59.1875rem;height:2.2734375rem;display:block; }
#vgLRuU6odkD1L5Oynu0dLx46s9R2iL6k { box-sizing:content-box;height:6.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:13.5966796875rem;display:block; }
#HTrB9zxZkTonMb38PSZih93UQe1lZuzb { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:19.26953125rem;left:13.8779296875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#xJ86Ryzq3N2V9LDLRHQ8ZeSkgXLrDaWC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.26953125rem;left:27.7216796875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#B1UIcVQ3UxC7yhIHs9dfzUldEZt6Q8l8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:18.619140625rem;left:42.5rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#siQ6FLFGoWMFOUlvq21fFGBwJVVpGWkp { box-sizing:content-box;height:6.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:27.9091796875rem;display:block; }
#TCTuVNadGgsJDVd5Z1A5bk2LPQmd4fJt { box-sizing:content-box;height:6.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:42.1875rem;display:block; }
#eUTn8bk42TJOmeZFlZoeo8TX9PA5c4gJ { box-sizing:content-box;height:6.3125rem;width:7.9375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.0625rem;left:56.5rem;display:block; }
#zxTXDVESvrryRRGknlfJnALTK5uOpaFt { color:rgba(var(--color-tertiary-4),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:18.619140625rem;left:56.8125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL { position:relative;display:block; }#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL { background-color: transparent; background-image: none; }#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL > .row .container > .video-iframe-container { display: none; }#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL > .row > .video-iframe-container { display: none; }#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL > .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); }#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL { border-width: 0; border-radius: 0; }#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL > .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; }#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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:block; }#NtX2ZXHilFdw6hgzgx6tlGFtoX655S8n { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:4.8125rem;left:32.5625rem;display:block; }
#ur2ThpPHfPfzM2UgETvqsBzkVxV0Qs5a { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:2.25rem;left:23.0625rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lm9f19hK9yLFR5WV2zfUV8xvKo5skyhA { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7rem;left:18.1875rem;height:8.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Lm9f19hK9yLFR5WV2zfUV8xvKo5skyhA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Lm9f19hK9yLFR5WV2zfUV8xvKo5skyhA li:before{  }
#dxCCCLBbcZKVeHdeUehSNvlpPD2HxT2I { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:14.875rem;top:7.3125rem;left:50.9375rem;overflow:hidden;display:block; }
#hiPO23iaEqZdgiJ76xArVgofhwMgu64q { box-sizing:content-box;height:10.25rem;width:15.3125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.125rem;left:50.71875rem;display:block; }
#b6DLtBhyeJNPpdUZHkkz3GEO3VzEhiuD { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:16.4375rem;left:18.1875rem;height:1.19921875rem;display:block; }
#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ { position:relative;display:block; }#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ { background-color: transparent; background-image: none; }#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ > .row .container > .video-iframe-container { display: none; }#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ > .row > .video-iframe-container { display: none; }#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ > .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); }#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ { border-width: 0; border-radius: 0; }#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ > .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; }#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.6875rem;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; }#sTMUlQKV8ofoqkrWK3hygzrsIyk2G6RS { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:8.25rem;left:18.71875rem;display:block; }
#oZt01gcBoh1fbyIOWBZldOypZID70fhR { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.71875rem;left:22.34375rem;height:1.71875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DgewNLRpWmIcU1bvXEBbHeuDI7cHFrG6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.375rem;left:27.8125rem;height:1.29980625rem;display:block; }
#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc { position:relative;display:block; }#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc { background-color: transparent; background-image: none; }#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc > .row .container > .video-iframe-container { display: none; }#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc > .row > .video-iframe-container { display: none; }#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc > .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); }#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc { border-width: 0; border-radius: 0; }#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc > .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; }#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc > .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:41rem;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; }#lRIEhHztxtBa0LehKD0e3DcQZpipABd1 { display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#KyGZQvb4OVlirpJEw5ARfGuEfPpWI7Wt { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.5rem;left:7.5rem;overflow:hidden;display:block; }
#ZxzT9qxDvAXMdu32W6tmfIAzfBZHOTxo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.5rem;left:28.03125rem;overflow:hidden;display:block; }
#wcngXoHfwDkiGzgTMDpGiwid4aviEuVz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.5625rem;left:47.96875rem;overflow:hidden;display:block; }
#pIvCeM0Vgz7NoGEnPrMgBcPDLDg3ATOk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.375rem;left:7.5rem;overflow:hidden;display:block; }
#boHo0oMbJ2Ip3gSe2gLnRh6ApTrTvrSk { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:18.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.375rem;left:28.03125rem;overflow:hidden;display:block; }
#H8o3m0wO3eXlbpVFDziabxmyTHGCg4XT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.6875rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:21.40625rem;left:48rem;overflow:hidden;display:block; }
#I9THNJnPHuS1OwsmQG0cAigrbahSi4T1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:2.9375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36.4375rem;left:27.125rem;display:block; }
#JD8UnumfVfPCafUEDGuQDBf86HHSqE79 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AMrgBtQ2kAQfKSX49baz0mly532l0tLt { position:relative;display:block; }#AMrgBtQ2kAQfKSX49baz0mly532l0tLt { background-color: transparent; background-image: none; }#AMrgBtQ2kAQfKSX49baz0mly532l0tLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMrgBtQ2kAQfKSX49baz0mly532l0tLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMrgBtQ2kAQfKSX49baz0mly532l0tLt > .row .container > .video-iframe-container { display: none; }#AMrgBtQ2kAQfKSX49baz0mly532l0tLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMrgBtQ2kAQfKSX49baz0mly532l0tLt > .row > .video-iframe-container { display: none; }#AMrgBtQ2kAQfKSX49baz0mly532l0tLt > .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); }#AMrgBtQ2kAQfKSX49baz0mly532l0tLt { border-width: 0; border-radius: 0; }#AMrgBtQ2kAQfKSX49baz0mly532l0tLt > .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; }#AMrgBtQ2kAQfKSX49baz0mly532l0tLt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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:block; }#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-trigger.adaptive-delivery-prevent-bg, #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-trigger.lazyload, #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-trigger.lazyloading { background-image: none; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ { box-sizing:content-box;height:auto;width:35.6875rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1rem;padding-right:1rem;padding-bottom:1rem;padding-left:1rem;top:0.5625rem;left:18.65625rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #OFivQT9ECuzmVThhv82Sm7bqoSQHEmTK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #OrXgI0DNnhTn8DtLDhpTefWJqMLTMeIs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #nofPuXEqUqtXWpfTnDzLElWvpaQbALgr { display:block;position:relative; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #haspCRIbI7VN57NDqlbh14Cv3w1ka6Cr {  }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #CXv41seaZ8ErQQM7N10R7dc0SlUyzPpe {  }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #yN6XlVF9VASWLR7oF8XN6sZf7ndZQoaT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #ATlFHbBaNVAQ8bfEWw9z5QRPq6XZCO7N { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #MZewmDdsnV5KQ6gE6oh7NIfITRMsFuxW { display:block;position:relative; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #vMDMJbX8TyD8wFzItACpofmeoK1JSrOq {  }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #fciOhHq1gNC0VVuhTHyXTI5BqZSle84D { display:none; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #JKrE56IaXv24q33mZOXcJrfKiFno4szz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #TPKHicuum5T7xPiTWiw0W3oMWST6Bhxb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #lKaUODIluZ06IuLVsqSuqQkOkekqHUZ4 { display:block;position:relative; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #g6xu1dTWe3kEXJZQTKR0JK41LM5rDUcr {  }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #OdVTEy4TEaR5Po7433yeoU7TudCTbhXB { display:none; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #ytVWtx2XyfCvAFTplD5sCBRmUbS7EpAa { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #TP9ID4CNNEkuiz0wU786NUmnMKzER7Qf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #Vtc1ITGsZvZ0Dayf8E1Jl537knp95aQZ { display:block;position:relative; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #eG72tNIG1G04L8MOH68PwXAlco9Di3vy {  }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #L823vvJEicMsHIQAgMeMtqXeHz8eBKEV { display:none; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #tnq9dzfGbzicW0M5Mgkse0TbP6dkhwbH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #sLTusqfSZDpOnqscrtd1gGkHcxa9rPL2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #wwWyV3RWK91pCoUpEXQJqgvaiS6b52ON { display:block;position:relative; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #Hr3sWsBscxxVksfuHce5ttJ0bkRELBPA {  }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #bbpTXB5BvG45z1ZHS0oGlO9ZzBiGCzTG { display:none; }
#sEEQhzg3qLxNqGLPEiTmMGnXlGpe6D5b { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.66796875rem;left:6.46875rem;height:3.4121125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#toxCcHAyiBDVGk7FclxJ3nOHScfSAr78 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:16.21875rem;height:2.76171875rem;display:block; }
#kVVET9gTQhF98Zp801VgR2IoxwLUZ7L7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:27rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#NTHUU4T7Qp6K3ygayxBLoXGoABL9unSC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:2.9375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:10.625rem;left:27.125rem;display:block; }
#vsQuWGiKp8BFbvulV6PPNAEFEkhkdUIt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ATebETc0nZKOrsGR8e64gzgh4u3ppPvG { display:block; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QExWXFKEFv3nTlaB8TSdiuCqTv5DvOqB { top:8.0625rem;left:23.75rem;width:24rem;height:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQSTp5NRXz8y0QmMIeKDwp3m4fWpNUyp { top:3.75rem;left:24.09375rem;width:14.125rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV9lEMiIUTMRzqdGVEnv0bKAynAMm6tN { width:20.75rem;height:2.9375rem;top:26.5rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX0ohTTybZ1dtHNkKKyAyyXrgLsSKoiM { display:block; }
 }@media only screen and (max-width: 763px) { #GoDIL7HnLcoDLtDv98mtgEEDfNo1HfMP { top:18.8125rem;left:23.875rem;width:23.875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJcELoIhEAN6legHqEbfZX6VGOx4Tgml { top:7.8125rem;left:23.875rem;width:23.875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyvZIhMHT8tZEzDhhn3aUQR5DSnyz0FP { top:18.5625rem;left:23.875rem;width:23.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 { display:block; }#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEv2etw9SyUexfLCgWaWrqpuqVsIxvqv { width:31.5rem;height:;top:5.8125rem;left:9.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ2VFmZFXvpPrsVpTQlkqdvcuQ60TbTg { width:42.625rem;height:7.5rem;top:9.1875rem;left:3.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1GT1quXFBP53bJXPMGLLcR4hzIqa3 { top:8.1875rem;left:18.90625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfLUt7Ct027oVrQH3eAePcI3JswBKMLD { top:0.6875rem;left:0rem;width:6.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw1XN9MiVGZOHnJucJty3clag9t5iWHs { top:0.6875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkOEwZp4BZr17ppsLFuEqsaGBlEAVALk { top:0.6875rem;left:8.25rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0H43kFyrBbVJXQhV66E4aqzoMDHEwdy { top:0.6875rem;left:10.8125rem;width:9.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr2JhWkpwwZpCI4OVf6uOGVVrJJp95ny { top:0.75rem;left:26rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxr17b0VpwuG1CT75709CJkSg9C4TEAA { top:1.3125rem;left:28.5625rem;width:9.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDaT2OmJVtLyhPCr7pxR2iaoywBfSCQI { top:0.75rem;left:42.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqq1XaQQUbrBpEsTLkq925GkFfpb66N1 { top:0.75rem;left:38.4375rem;width:9.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgLRuU6odkD1L5Oynu0dLx46s9R2iL6k { top:18.0625rem;left:0rem;width:7.9375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrB9zxZkTonMb38PSZih93UQe1lZuzb { top:19.25rem;left:0.2529296875rem;width:7.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ86Ryzq3N2V9LDLRHQ8ZeSkgXLrDaWC { top:19.25rem;left:14.0966796875rem;width:8.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1UIcVQ3UxC7yhIHs9dfzUldEZt6Q8l8 { top:18.5625rem;left:28.875rem;width:7.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siQ6FLFGoWMFOUlvq21fFGBwJVVpGWkp { top:18.0625rem;left:14.2841796875rem;width:7.9375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTuVNadGgsJDVd5Z1A5bk2LPQmd4fJt { top:18.0625rem;left:28.5625rem;width:7.9375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUTn8bk42TJOmeZFlZoeo8TX9PA5c4gJ { top:18.0625rem;left:39.8125rem;width:7.9375rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxTXDVESvrryRRGknlfJnALTK5uOpaFt { top:18.5625rem;left:40.4375rem;width:7.3125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL { display:block; }#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtX2ZXHilFdw6hgzgx6tlGFtoX655S8n { top:4.8125rem;left:18.9375rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur2ThpPHfPfzM2UgETvqsBzkVxV0Qs5a { width:31.5rem;height:1.6875rem;top:2.25rem;left:9.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm9f19hK9yLFR5WV2zfUV8xvKo5skyhA { width:23.0625rem;height:8.75rem;top:7rem;left:4.5625rem;font-size:0.875rem;display:block; }#Lm9f19hK9yLFR5WV2zfUV8xvKo5skyhA li:before{  }
 }@media only screen and (max-width: 763px) { #dxCCCLBbcZKVeHdeUehSNvlpPD2HxT2I { top:7.3125rem;left:32.875rem;width:14.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiPO23iaEqZdgiJ76xArVgofhwMgu64q { top:7.125rem;left:32.4375rem;width:15.3125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6DLtBhyeJNPpdUZHkkz3GEO3VzEhiuD { top:16.4375rem;left:4.5625rem;width:32.8125rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCBpwHROag1AvFR20wwQcfSbcrxSqacJ { display:block; }#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTMUlQKV8ofoqkrWK3hygzrsIyk2G6RS { top:8.25rem;left:5.09375rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZt01gcBoh1fbyIOWBZldOypZID70fhR { width:31.5rem;height:1.6875rem;top:2.6875rem;left:8.71875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgewNLRpWmIcU1bvXEBbHeuDI7cHFrG6 { top:5.375rem;left:14.1875rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc { display:block; }#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRIEhHztxtBa0LehKD0e3DcQZpipABd1 { width:47.75rem;height:3.375rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyGZQvb4OVlirpJEw5ARfGuEfPpWI7Wt { width:18.9375rem;height:12.625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxzT9qxDvAXMdu32W6tmfIAzfBZHOTxo { width:18.9375rem;height:12.625rem;top:7.5rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcngXoHfwDkiGzgTMDpGiwid4aviEuVz { width:18.75rem;height:12.5rem;top:7.5625rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIvCeM0Vgz7NoGEnPrMgBcPDLDg3ATOk { width:18.9375rem;height:12.625rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boHo0oMbJ2Ip3gSe2gLnRh6ApTrTvrSk { width:18.9375rem;height:12.625rem;top:21.375rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8o3m0wO3eXlbpVFDziabxmyTHGCg4XT { width:18.6875rem;height:12.5625rem;top:21.375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9THNJnPHuS1OwsmQG0cAigrbahSi4T1 { width:20.75rem;height:2.9375rem;top:36.4375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD8UnumfVfPCafUEDGuQDBf86HHSqE79 { display:block; }
 }@media only screen and (max-width: 763px) { #AMrgBtQ2kAQfKSX49baz0mly532l0tLt { display:block; }#AMrgBtQ2kAQfKSX49baz0mly532l0tLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ { display:flex;height:auto;width:27.8125rem;top:1.6875rem;left:8.71875rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #OFivQT9ECuzmVThhv82Sm7bqoSQHEmTK {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #OrXgI0DNnhTn8DtLDhpTefWJqMLTMeIs {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #nofPuXEqUqtXWpfTnDzLElWvpaQbALgr {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #haspCRIbI7VN57NDqlbh14Cv3w1ka6Cr {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #CXv41seaZ8ErQQM7N10R7dc0SlUyzPpe {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #yN6XlVF9VASWLR7oF8XN6sZf7ndZQoaT {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #ATlFHbBaNVAQ8bfEWw9z5QRPq6XZCO7N {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #MZewmDdsnV5KQ6gE6oh7NIfITRMsFuxW {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #vMDMJbX8TyD8wFzItACpofmeoK1JSrOq {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #fciOhHq1gNC0VVuhTHyXTI5BqZSle84D {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #JKrE56IaXv24q33mZOXcJrfKiFno4szz {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #TPKHicuum5T7xPiTWiw0W3oMWST6Bhxb {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #lKaUODIluZ06IuLVsqSuqQkOkekqHUZ4 {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #g6xu1dTWe3kEXJZQTKR0JK41LM5rDUcr {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #OdVTEy4TEaR5Po7433yeoU7TudCTbhXB {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #ytVWtx2XyfCvAFTplD5sCBRmUbS7EpAa {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #TP9ID4CNNEkuiz0wU786NUmnMKzER7Qf {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #Vtc1ITGsZvZ0Dayf8E1Jl537knp95aQZ {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #eG72tNIG1G04L8MOH68PwXAlco9Di3vy {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #L823vvJEicMsHIQAgMeMtqXeHz8eBKEV {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #tnq9dzfGbzicW0M5Mgkse0TbP6dkhwbH {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #sLTusqfSZDpOnqscrtd1gGkHcxa9rPL2 {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #wwWyV3RWK91pCoUpEXQJqgvaiS6b52ON {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #Hr3sWsBscxxVksfuHce5ttJ0bkRELBPA {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #bbpTXB5BvG45z1ZHS0oGlO9ZzBiGCzTG {  }
 }@media only screen and (max-width: 763px) { #sEEQhzg3qLxNqGLPEiTmMGnXlGpe6D5b { top:7.625rem;left:0rem;width:6.5rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toxCcHAyiBDVGk7FclxJ3nOHScfSAr78 { top:2.625rem;left:2.59375rem;width:42.5625rem;height:0;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVVET9gTQhF98Zp801VgR2IoxwLUZ7L7 { top:6.125rem;left:13.375rem;width:21rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTHUU4T7Qp6K3ygayxBLoXGoABL9unSC { width:20.75rem;height:2.9375rem;top:10.625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsQuWGiKp8BFbvulV6PPNAEFEkhkdUIt { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ATebETc0nZKOrsGR8e64gzgh4u3ppPvG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/da222f4f-2bf0-4c8c-b97b-aa17cc7f6fd6/model2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG.adaptive-delivery-prevent-bg, #ATebETc0nZKOrsGR8e64gzgh4u3ppPvG.lazyload, #ATebETc0nZKOrsGR8e64gzgh4u3ppPvG.lazyloading { background-image: none; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row .container { background-color: transparent; background-image: none; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row .container > .video-iframe-container { display: none; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(73,72,88,0.75); }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row > .video-iframe-container { display: none; }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .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); }#ATebETc0nZKOrsGR8e64gzgh4u3ppPvG > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QExWXFKEFv3nTlaB8TSdiuCqTv5DvOqB { width:19.375rem;height:12.59280625rem;top:7.0341828125rem;left:0.625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IQSTp5NRXz8y0QmMIeKDwp3m4fWpNUyp { width:15.4375rem;height:2.11230625rem;top:2rem;left:2.28125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MV9lEMiIUTMRzqdGVEnv0bKAynAMm6tN { width:19.4375rem;height:2.9375rem;top:32.373046875rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX0ohTTybZ1dtHNkKKyAyyXrgLsSKoiM { display:block; }
 }@media only screen and (max-width: 763px) { #GoDIL7HnLcoDLtDv98mtgEEDfNo1HfMP { width:20rem;height:6.90429375rem;top:23.521484375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJcELoIhEAN6legHqEbfZX6VGOx4Tgml { width:20rem;height:15.9375rem;top:6.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyvZIhMHT8tZEzDhhn3aUQR5DSnyz0FP { width:20rem;height:7.625rem;top:23.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 { display:block; }#zRKp8O4rP5LTVy3JvRz9XTD4Pzu3khk8 > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEv2etw9SyUexfLCgWaWrqpuqVsIxvqv { width:20rem;height:2.75rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ2VFmZFXvpPrsVpTQlkqdvcuQ60TbTg { width:20rem;height:11.8125rem;top:6.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6C1GT1quXFBP53bJXPMGLLcR4hzIqa3 { width:12.5rem;height:0.125rem;top:5.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfLUt7Ct027oVrQH3eAePcI3JswBKMLD { width:6.3125rem;height:2.2734375rem;top:22.8125rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw1XN9MiVGZOHnJucJty3clag9t5iWHs { display:flex;width:2.125rem;height:2.125rem;top:19.4375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #XkOEwZp4BZr17ppsLFuEqsaGBlEAVALk { display:flex;width:2.125rem;height:2.125rem;top:26.3359375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #o0H43kFyrBbVJXQhV66E4aqzoMDHEwdy { width:9.3125rem;height:2.2734375rem;top:29.7109375rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dr2JhWkpwwZpCI4OVf6uOGVVrJJp95ny { display:flex;width:2.125rem;height:2.125rem;top:33.234375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #zxr17b0VpwuG1CT75709CJkSg9C4TEAA { width:9.3125rem;height:1.13671875rem;top:36.609375rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lDaT2OmJVtLyhPCr7pxR2iaoywBfSCQI { display:flex;width:2.125rem;height:2.125rem;top:38.99609375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #bqq1XaQQUbrBpEsTLkq925GkFfpb66N1 { width:9.3125rem;height:2.2734375rem;top:42.37109375rem;left:5.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vgLRuU6odkD1L5Oynu0dLx46s9R2iL6k { width:7.9375rem;height:6.3125rem;top:45.89453125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTrB9zxZkTonMb38PSZih93UQe1lZuzb { width:7.375rem;height:3.8994125rem;top:47.1015625rem;left:6.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ86Ryzq3N2V9LDLRHQ8ZeSkgXLrDaWC { width:8.3125rem;height:3.8994125rem;top:54.6640625rem;left:5.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1UIcVQ3UxC7yhIHs9dfzUldEZt6Q8l8 { width:7.3125rem;height:5.19921875rem;top:61.587890625rem;left:6.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siQ6FLFGoWMFOUlvq21fFGBwJVVpGWkp { width:7.9375rem;height:6.3125rem;top:53.45703125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTuVNadGgsJDVd5Z1A5bk2LPQmd4fJt { width:7.9375rem;height:6.3125rem;top:61.03125rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUTn8bk42TJOmeZFlZoeo8TX9PA5c4gJ { width:7.9375rem;height:6.3125rem;top:68.59375rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxTXDVESvrryRRGknlfJnALTK5uOpaFt { width:7.3125rem;height:5.19921875rem;top:69.150390625rem;left:6.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL { display:block; }#ItNfsXQ1oJABZR6k3T9g34faHeZZRxVL > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtX2ZXHilFdw6hgzgx6tlGFtoX655S8n { width:12.5rem;height:0.125rem;top:4.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur2ThpPHfPfzM2UgETvqsBzkVxV0Qs5a { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm9f19hK9yLFR5WV2zfUV8xvKo5skyhA { width:20rem;height:7.8125rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }#Lm9f19hK9yLFR5WV2zfUV8xvKo5skyhA li:before{  }
 }@media only screen and (max-width: 763px) { #dxCCCLBbcZKVeHdeUehSNvlpPD2HxT2I { width:14.875rem;height:9.875rem;top:18.0234375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiPO23iaEqZdgiJ76xArVgofhwMgu64q { width:15.3125rem;height:10.25rem;top:17.8359375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6DLtBhyeJNPpdUZHkkz3GEO3VzEhiuD { width:20rem;height:2.2734375rem;top:14.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QCBpwHROag1AvFR20wwQcfSbcrxSqacJ { display:block; }#QCBpwHROag1AvFR20wwQcfSbcrxSqacJ > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTMUlQKV8ofoqkrWK3hygzrsIyk2G6RS { width:20rem;height:21.75rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZt01gcBoh1fbyIOWBZldOypZID70fhR { width:20rem;height:2.75rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgewNLRpWmIcU1bvXEBbHeuDI7cHFrG6 { width:19.375rem;height:1.29980625rem;top:3.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc { display:block; }#Dqu5ewDp6I3CJmkIEsQe9rNemT84pCvc > .row .container { width:20rem;height:92.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRIEhHztxtBa0LehKD0e3DcQZpipABd1 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyGZQvb4OVlirpJEw5ARfGuEfPpWI7Wt { width:18.9375rem;height:12.625rem;top:5.0996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxzT9qxDvAXMdu32W6tmfIAzfBZHOTxo { width:18.9375rem;height:12.625rem;top:18.9746125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcngXoHfwDkiGzgTMDpGiwid4aviEuVz { width:18.75rem;height:12.5rem;top:32.8496125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIvCeM0Vgz7NoGEnPrMgBcPDLDg3ATOk { width:18.9375rem;height:12.625rem;top:46.5996125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #boHo0oMbJ2Ip3gSe2gLnRh6ApTrTvrSk { width:18.9375rem;height:12.625rem;top:60.4746125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8o3m0wO3eXlbpVFDziabxmyTHGCg4XT { width:17.9375rem;height:12.5625rem;top:74.3496125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9THNJnPHuS1OwsmQG0cAigrbahSi4T1 { width:19rem;height:2.9375rem;top:88.1621125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD8UnumfVfPCafUEDGuQDBf86HHSqE79 { display:block; }
 }@media only screen and (max-width: 763px) { #AMrgBtQ2kAQfKSX49baz0mly532l0tLt { display:block; }#AMrgBtQ2kAQfKSX49baz0mly532l0tLt > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ { display:flex;height:auto;width:17.5rem;top:4.4619140625rem;left:0.25rem; }
#VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #OFivQT9ECuzmVThhv82Sm7bqoSQHEmTK {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #OrXgI0DNnhTn8DtLDhpTefWJqMLTMeIs {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #nofPuXEqUqtXWpfTnDzLElWvpaQbALgr {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #haspCRIbI7VN57NDqlbh14Cv3w1ka6Cr {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #CXv41seaZ8ErQQM7N10R7dc0SlUyzPpe {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #yN6XlVF9VASWLR7oF8XN6sZf7ndZQoaT {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #ATlFHbBaNVAQ8bfEWw9z5QRPq6XZCO7N {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #MZewmDdsnV5KQ6gE6oh7NIfITRMsFuxW {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #vMDMJbX8TyD8wFzItACpofmeoK1JSrOq {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #fciOhHq1gNC0VVuhTHyXTI5BqZSle84D {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #JKrE56IaXv24q33mZOXcJrfKiFno4szz {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #TPKHicuum5T7xPiTWiw0W3oMWST6Bhxb {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #lKaUODIluZ06IuLVsqSuqQkOkekqHUZ4 {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #g6xu1dTWe3kEXJZQTKR0JK41LM5rDUcr {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #OdVTEy4TEaR5Po7433yeoU7TudCTbhXB {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #ytVWtx2XyfCvAFTplD5sCBRmUbS7EpAa {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #TP9ID4CNNEkuiz0wU786NUmnMKzER7Qf {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #Vtc1ITGsZvZ0Dayf8E1Jl537knp95aQZ {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #eG72tNIG1G04L8MOH68PwXAlco9Di3vy {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #L823vvJEicMsHIQAgMeMtqXeHz8eBKEV {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #tnq9dzfGbzicW0M5Mgkse0TbP6dkhwbH {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #sLTusqfSZDpOnqscrtd1gGkHcxa9rPL2 {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #wwWyV3RWK91pCoUpEXQJqgvaiS6b52ON {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #Hr3sWsBscxxVksfuHce5ttJ0bkRELBPA {  }
 }@media only screen and (max-width: 763px) { #VvcmTNdSpK1TEheAzq4K7eFKH0u9w1BZ #bbpTXB5BvG45z1ZHS0oGlO9ZzBiGCzTG {  }
 }@media only screen and (max-width: 763px) { #sEEQhzg3qLxNqGLPEiTmMGnXlGpe6D5b { width:6.5rem;height:1.29980625rem;top:2.5244140625rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #toxCcHAyiBDVGk7FclxJ3nOHScfSAr78 { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVVET9gTQhF98Zp801VgR2IoxwLUZ7L7 { width:20rem;height:2.5996125rem;top:10.297875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTHUU4T7Qp6K3ygayxBLoXGoABL9unSC { width:19rem;height:2.9375rem;top:14.1474875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsQuWGiKp8BFbvulV6PPNAEFEkhkdUIt { display:block; }
 }