.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,231,217;--color-primary-1:255,175,128;--color-primary-2:255,95,0;--color-primary-3:128,48,0;--color-primary-4:38,14,0;--color-secondary-0:217,244,247;--color-secondary-1:128,217,230;--color-secondary-2:0,179,204;--color-secondary-3:0,90,102;--color-secondary-4:0,27,31;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:128,128,128;--color-tertiary-3:77,77,77;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"League Spartan"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/de43d716-5104-465d-a926-1de11771b4f2/60501b220d6bb0390ae00b23501d5b5c.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:auto;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 > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:51.9375rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ZRbrB3ll1a0fOHPKmTVb2n5VLKrfRoa1 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:10.873481273651rem;left:6.40625rem;height:7.6465rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qX9fp6vauG8B7CeG21ou8kaZggPfbM3m { 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.99978125rem;width:8.2498125rem;top:3.4364151954651rem;left:25.873481750488rem;overflow:hidden;display:block; }
#VCrM00nIoNEtqHEe57Fa2b4pC5S3rBmX { color:#00b3cc;display:block;width:45.561rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:22.497831344604rem;left:7.2189674377444rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#ATNqTZl1p8TRemp1lPnnEPaP77lJz3g4 { color:#191632;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29.0625rem;left:21.5625rem;height:13.16406875rem;display:block; }
#P1dlg1enPJCo8T9Pi2D3hMhlToyZsCHV { 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: 0.125rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ;height:18.3105625rem;width:12.5rem;top:29.062501907349rem;left:6.40625rem;overflow:hidden;display:block; }
#cmddhqdMnTgUeDVs9HXu4vI6bHSlsRTt { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:44rem;left:21.5625rem;display:block; }
#PMJN1PMiJ8SxirE7aTNvI4QaMgekDNFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #191632, #00b3cc);background-image: -moz-linear-gradient(180deg, #191632, #00b3cc);background-image: -ms-linear-gradient(180deg, #191632, #00b3cc);background-image: -o-linear-gradient(180deg, #191632, #00b3cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#191632', endColorstr='#00b3cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#191632', endColorstr='#00b3cc' );";background-image: linear-gradient(180deg, #191632, #00b3cc);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; }#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO > .row .container { background-color: transparent; background-image: none; }#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO > .row .container > .video-iframe-container { display: none; }#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO > .row > .video-iframe-container { display: none; }#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO > .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); }#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO > .row .container { border-width: 0; border-radius: 0; }#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:44.875rem;width:60rem;position:relative;display:block; }#g21ZFsRwDgTwzUbwOeb3FZBngk8XPCe1 { position:absolute;display:block;z-index:15005;background-color:#e4e0e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.875rem;width:18.8125rem;top:20.124349594116rem;left:0.625rem;display:block; }
#eq4gzvPEmfQyZbWhx8hNb80E8P2kByF6 { color:#191632;display:block;width:14.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.496311426162rem;left:2.6226119995117rem;height:5.19965625rem;display:block; }
#Jsmoa2WcedfPJWD3oO8nyUax5HkdLAtx { color:#191632;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:22.911241531372rem;left:3.779296875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#qTP8TLuCCnRm4LOeVgZ4ZiZdKarPhN2v { position:absolute;display:block;z-index:15008;background-color:#e4e0e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.625rem;width:18.8125rem;top:20.186849594116rem;left:20.625rem;display:block; }
#TwgECbfOr3LQHMkb77JAz3BXHW4Xtvuw { color:#191632;display:block;width:15.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:26.496311426162rem;left:22.123481750488rem;height:6.4995625rem;display:block; }
#kcqJnC2wrETsKBJQmJFqNnL71TVQ2Tcc { color:#191632;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.911241531372rem;left:21.71875rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#NRhs0Q542TtOepEr88IwND8fMOLpMOR6 { position:absolute;display:block;z-index:15011;background-color:#e4e0e5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:14.4375rem;width:18.8125rem;top:20.249567031861rem;left:40.562065124512rem;display:block; }
#bsZOcT3Hkk0BsstaxeLbA5Uzn6S4VDm4 { color:#191632;display:block;width:15.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:26.497396707535rem;left:42.092018127441rem;height:5.19965625rem;display:block; }
#yPR5yV5zFyrd1RTpTchVCOiPzs9TAfTE { color:rgba(var(--color-tertiary-0),1);display:block;width:41.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.9674484729769rem;left:8.9984817504881rem;height:5.8507rem;text-align:center;text-align-last:center;display:block; }
#AVaTmNCl6iBmViGknUTxRwvZifv2yuBG { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:39.060333490372rem;left:21.25rem;display:block; }
#ogtIfB3gTPLTAK9AzBTh1s7yXWwXovhk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BWX29iP1vOBQlG93bbZKfAqSxn2w5HFh { color:#191632;display:block;width:45.5620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.37109375rem;left:7.2189674377444rem;height:2.43706875rem;text-align:center;text-align-last:center;display:block; }
#uIyJR1w0yXRFJgvsR1fBeUfmT3P3dCZa { color:#191632;display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:22.911241769791rem;left:41.685111999512rem;height:1.62435rem;text-align:center;text-align-last:center;display:block; }
#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 { position:relative;display:block; }#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 { background-color: transparent; background-image: none; }#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 > .row .container > .video-iframe-container { display: none; }#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 > .row > .video-iframe-container { display: none; }#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 > .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); }#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 { border-width: 0; border-radius: 0; }#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 > .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; }#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:45.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#exTaDQzwJGUg6BmxT9H1GBTZQ4EA0xQH { color:#191632;display:block;width:49.5605625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.248915672303rem;left:5.2191848754883rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f6ovIQgzi0EkrbmbhcI81zt6aLWObQtS { box-sizing:content-box;height:3.875rem;width:35.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.75rem;left:12.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#wg6ilpF5WxgHyJwwKyNVT5xn8iRLQ1Fq { color:rgba(var(--color-tertiary-0),1);display:block;width:33.9995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.4676628112793rem;left:12.999130249024rem;height:2.43706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aWdRhTRRpJ8XTOFyBelWktwTeOHMZoR9 { 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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3735rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:40.185549736023rem;left:18.312717437744rem;display:block; }
#UHimBRVlkKAZPsuSNivUoD61JRrC6aJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g4bdBmVmf1PogTNmQ0ERCAlpuDv3sycx { position:absolute;display:block;z-index:15016;height:21.7480625rem;width:38.75rem;top:15.560980796814rem;left:10.625rem;display:block; }
#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT { 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; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container { background-color: transparent; background-image: none; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container > .video-iframe-container { display: none; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row > .video-iframe-container { display: none; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .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); }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container { border-width: 0; border-radius: 0; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:12rem;width:60rem;position:relative;display:block; }#BE12g3pELWGhIzTJA5FraMXCI3o25vIp { color:rgba(var(--color-tertiary-2),1);display:block;width:42.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.0570755004881rem;left:8.5611991882325rem;height:1.21853125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#opgunCQniXmJ4otps552q6vWrcn1VZIe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1875rem;left:13.5625rem;height:1.62435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f8IyoWRPuD6OGV6zfItRx4e963TdL4LK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:5.0625rem;left:33.1875rem; }
#f8IyoWRPuD6OGV6zfItRx4e963TdL4LK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#aneGaDFmkCrC3uNVkBWRSAVNrrRDM2iA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:5.0625rem;left:36.4375rem; }
#aneGaDFmkCrC3uNVkBWRSAVNrrRDM2iA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#pGfa6zdkdCaWyrpqJAbzd1y7p3Tbptae { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.06055rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:5rem;left:39.5625rem; }
#pGfa6zdkdCaWyrpqJAbzd1y7p3Tbptae > img { max-width: 100%;max-height:100%; width:2.06055rem; height:2.06055rem; }#Npn28r4oLTLqOrqpg7K8ZlqIl34wJo9B { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.68728125rem;width:1.68728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.1875rem;left:43rem; }
#Npn28r4oLTLqOrqpg7K8ZlqIl34wJo9B > img { max-width: 100%;max-height:100%; width:1.68728125rem; height:1.68728125rem; }@media only screen and (max-width: 763px) { body { position:relative;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) { #ZRbrB3ll1a0fOHPKmTVb2n5VLKrfRoa1 { top:10.8125rem;left:0.28125rem;width:47.1875rem;height:7.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX9fp6vauG8B7CeG21ou8kaZggPfbM3m { top:3.375rem;left:19.748481750488rem;width:8.1875rem;height:1.9846764983295rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCrM00nIoNEtqHEe57Fa2b4pC5S3rBmX { top:22.4375rem;left:1.0939674377441rem;width:45.5rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATNqTZl1p8TRemp1lPnnEPaP77lJz3g4 { top:29.0625rem;left:12.75rem;width:35rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1dlg1enPJCo8T9Pi2D3hMhlToyZsCHV { top:29.0625rem;left:0.28125rem;width:12.5rem;height:18.3105625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmddhqdMnTgUeDVs9HXu4vI6bHSlsRTt { width:17.5rem;height:3.4375rem;top:44rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMJN1PMiJ8SxirE7aTNvI4QaMgekDNFF { display:block; }
 }@media only screen and (max-width: 763px) { #uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO { display:block; }#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g21ZFsRwDgTwzUbwOeb3FZBngk8XPCe1 { top:20.0625rem;left:0rem;width:18.8125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq4gzvPEmfQyZbWhx8hNb80E8P2kByF6 { top:26.4375rem;left:0rem;width:14.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsmoa2WcedfPJWD3oO8nyUax5HkdLAtx { top:22.875rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTP8TLuCCnRm4LOeVgZ4ZiZdKarPhN2v { top:20.125rem;left:14.5rem;width:18.8125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwgECbfOr3LQHMkb77JAz3BXHW4Xtvuw { top:26.4375rem;left:15.998481750488rem;width:15.6875rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcqJnC2wrETsKBJQmJFqNnL71TVQ2Tcc { top:22.875rem;left:15.59375rem;width:16.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRhs0Q542TtOepEr88IwND8fMOLpMOR6 { top:20.1875rem;left:28.9375rem;width:18.8125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsZOcT3Hkk0BsstaxeLbA5Uzn6S4VDm4 { top:26.4375rem;left:32.0625rem;width:15.6875rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPR5yV5zFyrd1RTpTchVCOiPzs9TAfTE { top:9.9375rem;left:2.8734817504883rem;width:41.9375rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVaTmNCl6iBmViGknUTxRwvZifv2yuBG { width:17.5rem;height:3.4375rem;top:39rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtIfB3gTPLTAK9AzBTh1s7yXWwXovhk { display:block; }
 }@media only screen and (max-width: 763px) { #BWX29iP1vOBQlG93bbZKfAqSxn2w5HFh { top:5.3125rem;left:1.0939674377441rem;width:45.5rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIyJR1w0yXRFJgvsR1fBeUfmT3P3dCZa { top:22.875rem;left:31.1875rem;width:16.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 { display:block; }#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exTaDQzwJGUg6BmxT9H1GBTZQ4EA0xQH { top:11.1875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6ovIQgzi0EkrbmbhcI81zt6aLWObQtS { top:4.75rem;left:6.0625rem;width:35.625rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg6ilpF5WxgHyJwwKyNVT5xn8iRLQ1Fq { top:5.4375rem;left:6.8741302490238rem;width:33.9375rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWdRhTRRpJ8XTOFyBelWktwTeOHMZoR9 { width:23.3125rem;height:3.4375rem;top:40.125rem;left:12.187717437744rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHimBRVlkKAZPsuSNivUoD61JRrC6aJT { display:block; }
 }@media only screen and (max-width: 763px) { #g4bdBmVmf1PogTNmQ0ERCAlpuDv3sycx { top:15.5rem;left:4.5rem;width:38.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT { display:block; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE12g3pELWGhIzTJA5FraMXCI3o25vIp { top:9rem;left:2.4361991882324rem;width:42.8125rem;height:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #opgunCQniXmJ4otps552q6vWrcn1VZIe { top:5.1875rem;left:7.4375rem;width:18.4375rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8IyoWRPuD6OGV6zfItRx4e963TdL4LK { top:5.0625rem;left:27.0625rem;width:1.875rem;height:1.875rem;display:block; }
#f8IyoWRPuD6OGV6zfItRx4e963TdL4LK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #aneGaDFmkCrC3uNVkBWRSAVNrrRDM2iA { top:5.0625rem;left:30.3125rem;width:1.875rem;height:1.875rem;display:block; }
#aneGaDFmkCrC3uNVkBWRSAVNrrRDM2iA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #pGfa6zdkdCaWyrpqJAbzd1y7p3Tbptae { top:5rem;left:33.4375rem;width:2rem;height:2rem;display:block; }
#pGfa6zdkdCaWyrpqJAbzd1y7p3Tbptae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Npn28r4oLTLqOrqpg7K8ZlqIl34wJo9B { top:5.1875rem;left:36.875rem;width:1.625rem;height:1.625rem;display:block; }
#Npn28r4oLTLqOrqpg7K8ZlqIl34wJo9B > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZRbrB3ll1a0fOHPKmTVb2n5VLKrfRoa1 { width:20rem;height:7.7995rem;top:8.3116321563719rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qX9fp6vauG8B7CeG21ou8kaZggPfbM3m { width:8.25rem;height:2rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCrM00nIoNEtqHEe57Fa2b4pC5S3rBmX { width:20rem;height:3.2487rem;top:19.753690719604rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATNqTZl1p8TRemp1lPnnEPaP77lJz3g4 { width:20rem;height:12.49674375rem;top:40.496963500976rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1dlg1enPJCo8T9Pi2D3hMhlToyZsCHV { width:8.811875rem;height:12.874375rem;top:25.558811187744rem;left:5.5935333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmddhqdMnTgUeDVs9HXu4vI6bHSlsRTt { width:13.499375rem;height:2.56185rem;top:54.810115814209rem;left:3.2497830986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMJN1PMiJ8SxirE7aTNvI4QaMgekDNFF { display:block; }
 }@media only screen and (max-width: 763px) { #uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO { display:block; }#uxzTCfHZZesRrgqhS7RpJTMdGFpdTsSO > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g21ZFsRwDgTwzUbwOeb3FZBngk8XPCe1 { width:18.75rem;height:12.5rem;top:18.860679626465rem;left:0.56206601858139rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq4gzvPEmfQyZbWhx8hNb80E8P2kByF6 { width:14.749375rem;height:4.54426875rem;top:24.420574188233rem;left:2.6247830986977rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jsmoa2WcedfPJWD3oO8nyUax5HkdLAtx { width:12.5rem;height:1.62435rem;top:21.022136688233rem;left:3.7500002980233rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTP8TLuCCnRm4LOeVgZ4ZiZdKarPhN2v { width:18.75rem;height:12.5rem;top:33.0625rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwgECbfOr3LQHMkb77JAz3BXHW4Xtvuw { width:15.686875rem;height:5.6803375rem;top:37.8125rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcqJnC2wrETsKBJQmJFqNnL71TVQ2Tcc { width:16.5625rem;height:1.62435rem;top:35.25rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRhs0Q542TtOepEr88IwND8fMOLpMOR6 { width:18.75rem;height:12.5rem;top:47.625rem;left:0.625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsZOcT3Hkk0BsstaxeLbA5Uzn6S4VDm4 { width:15.686875rem;height:3.4082rem;top:53.624135971069rem;left:2.1560330986977rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPR5yV5zFyrd1RTpTchVCOiPzs9TAfTE { width:17.5rem;height:7.952475rem;top:8.8715286254881rem;left:1.2500000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVaTmNCl6iBmViGknUTxRwvZifv2yuBG { width:12.8125rem;height:2.43706875rem;top:63.672964096069rem;left:3.5937502980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogtIfB3gTPLTAK9AzBTh1s7yXWwXovhk { display:block; }
 }@media only screen and (max-width: 763px) { #BWX29iP1vOBQlG93bbZKfAqSxn2w5HFh { width:17.6248125rem;height:3.2487rem;top:2.749568939209rem;left:1.1870660185814rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uIyJR1w0yXRFJgvsR1fBeUfmT3P3dCZa { width:16.5625rem;height:1.62435rem;top:49.998918533325rem;left:1.7187500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 { display:block; }#OhnTeX0cOwaeMLtZIBBbrSPR7RSkpca5 > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exTaDQzwJGUg6BmxT9H1GBTZQ4EA0xQH { width:20rem;height:3.2487rem;top:9.3109817504881rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6ovIQgzi0EkrbmbhcI81zt6aLWObQtS { width:15.9375rem;height:3.875rem;top:2.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wg6ilpF5WxgHyJwwKyNVT5xn8iRLQ1Fq { width:14.75rem;height:3.2487rem;top:3.3125rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWdRhTRRpJ8XTOFyBelWktwTeOHMZoR9 { width:14.311rem;height:2.5rem;top:38.374566555023rem;left:2.8439672589302rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHimBRVlkKAZPsuSNivUoD61JRrC6aJT { display:block; }
 }@media only screen and (max-width: 763px) { #g4bdBmVmf1PogTNmQ0ERCAlpuDv3sycx { width:20rem;height:21.6873125rem;top:14.309896945953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT { display:block; }#Oz7AGcZTXzs8bMwpA2i4lTL9cdu7nUqT > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BE12g3pELWGhIzTJA5FraMXCI3o25vIp { width:16.749125rem;height:1.6232625rem;top:10.123697280884rem;left:1.6243489384651rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #opgunCQniXmJ4otps552q6vWrcn1VZIe { width:18.499375rem;height:1.13606875rem;top:2.0594596862793rem;left:0.74978297948838rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f8IyoWRPuD6OGV6zfItRx4e963TdL4LK { display:flex;width:2.12456875rem;height:2.12456875rem;top:4rem;left:4.125rem; }
#f8IyoWRPuD6OGV6zfItRx4e963TdL4LK > img { max-width: 100%;max-height:100%; width:2.12456875rem; height:2.12456875rem; } }@media only screen and (max-width: 763px) { #aneGaDFmkCrC3uNVkBWRSAVNrrRDM2iA { display:flex;width:2.12456875rem;height:2.12456875rem;top:4rem;left:7.3125rem; }
#aneGaDFmkCrC3uNVkBWRSAVNrrRDM2iA > img { max-width: 100%;max-height:100%; width:2.12456875rem; height:2.12456875rem; } }@media only screen and (max-width: 763px) { #pGfa6zdkdCaWyrpqJAbzd1y7p3Tbptae { display:flex;width:2.5rem;height:2.5rem;top:3.8125rem;left:10.75rem; }
#pGfa6zdkdCaWyrpqJAbzd1y7p3Tbptae > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Npn28r4oLTLqOrqpg7K8ZlqIl34wJo9B { display:flex;width:1.62435rem;height:1.62435rem;top:4.25rem;left:14.3125rem; }
#Npn28r4oLTLqOrqpg7K8ZlqIl34wJo9B > img { max-width: 100%;max-height:100%; width:1.62435rem; height:1.62435rem; } }