.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:254,244,244;--color-primary-1:252,218,217;--color-primary-2:249,181,179;--color-primary-3:125,91,90;--color-primary-4:37,27,27;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:30,30,30;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@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:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1 > .row .container { background-color: transparent; background-image: none; }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1 > .row .container > .video-iframe-container { display: none; }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1 > .row > .video-iframe-container { display: none; }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1 > .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); }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1 > .row .container { border-width: 0; border-radius: 0; }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#il3wwOkeTak0D18DK5KSKf3LZUO3bkPz { background-color:rgba(var(--color-secondary-4),0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:50.3125rem;display:block; }#il3wwOkeTak0D18DK5KSKf3LZUO3bkPz.adaptive-delivery-prevent-bg, #il3wwOkeTak0D18DK5KSKf3LZUO3bkPz.lazyload, #il3wwOkeTak0D18DK5KSKf3LZUO3bkPz.lazyloading { background-image: none; }
#dKibrsAmBuwlxh93vImBuTF2sb18EXwc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zBoAztCc1vxUCVKVl1PK5TX5AzaBTv22 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#MudLaalOd5q4EyATM5pu0NJqh0cuns3U { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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;z-index:auto;display:block; }#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 > .row .container { background-color: transparent; background-image: none; }#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 > .row .container > .video-iframe-container { display: none; }#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 > .row > .video-iframe-container { display: none; }#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 > .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); }#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 > .row .container { border-width: 0; border-radius: 0; }#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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;z-index:auto;display:block; }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF > .row .container { background-color: transparent; background-image: none; }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF > .row .container > .video-iframe-container { display: none; }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF > .row > .video-iframe-container { display: none; }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF > .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); }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF > .row .container { border-width: 0; border-radius: 0; }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#SEfUE2H4EMkdu1NxiDfM0SzVAvv9SfMD { background-color:rgba(var(--color-secondary-4),0);background-image: -webkit-linear-gradient(270deg, #5d92ff, #f27589);background-image: -moz-linear-gradient(270deg, #5d92ff, #f27589);background-image: -ms-linear-gradient(270deg, #5d92ff, #f27589);background-image: -o-linear-gradient(270deg, #5d92ff, #f27589);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d92ff', endColorstr='#f27589' );";background-image: linear-gradient(270deg, #5d92ff, #f27589);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#fff4e6;padding-top:0.875rem;padding-right:1.5rem;padding-bottom:0.875rem;padding-left:1.5rem;display:block;font-family:inter;font-size:0.875rem;font-weight:700;font-style:bold;line-height:1;overflow:hidden;position:absolute;width:9.6875rem;height:3.125rem;text-decoration:none;z-index:1502;text-align:center;text-align-last:center;top:2.1875rem;left:50.3125rem;display:block; }#SEfUE2H4EMkdu1NxiDfM0SzVAvv9SfMD.adaptive-delivery-prevent-bg, #SEfUE2H4EMkdu1NxiDfM0SzVAvv9SfMD.lazyload, #SEfUE2H4EMkdu1NxiDfM0SzVAvv9SfMD.lazyloading { background-image: none; }
#L2TziaQcT014Pl9fiAfBMbeq3KElBueW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMA5Jv3SGqBv3auvc5wzLrXTtIrZe3Qa { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:inter;font-size:1rem;font-weight:700;z-index:1503;line-height:2;letter-spacing:0;text-align:left;text-align-last:left;top:1.5625rem;left:0rem;height:2rem;display:block; }
#KzMAQ5hkTPmFBITOPaJQWWlDeWAPFp0g { color:#fff4e6;display:block;width:31.75rem;position:absolute;font-family:inter;font-size:2rem;font-weight:700;z-index:1504;line-height:1.2;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:0rem;height:2.3994125rem;display:block; }
#VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/X1s5YSBw8lU/unsplash/the-anam-X1s5YSBw8lU-photo-1596178060671-7a80dc8059ea.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { border-width: 0; border-radius: 0; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:60rem;overflow:visible;position:relative;display:block; }#HFnbqcIggNNIgLTgc1sHxb3DBNmFBZdT { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:14.5rem;left:0.25rem;height:1.4619125rem;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; }
#Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:16rem;left:0rem;height:3.25rem;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; }
#LSxXNs6Jpyl02DV1PzHMRfASb6UBZWrB { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.4375rem;top:21.9375rem;left:7.75rem;display:block; }
#WyFOQI3qlnS1pu2TzTR854zX6dEDTJI1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:23rem;left:7.5rem;height:3.57421875rem;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; }
#puiELzSr34v8WVUiPQMfyRKwnyKxKwJL { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #fdfeff;border-left:0.0625rem solid #fdfeff;border-right:0.0625rem solid #fdfeff;border-bottom:0.0625rem solid #fdfeff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:12rem;top:21.9375rem;left:15.25rem;display:block; }
#alvc04N7WpcibUMne2DyQwTnrhGCu96Q { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:23.1875rem;left:16.75rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#bmLZFKQ2xwmTQlT8sRZffAd74TiCx8Ik { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.4375rem;left:11.28125rem;display:block; }
#c4XvGxNSPPVpbyyZehvbRVP6CZ89T6Ba { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { 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; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { background-color: transparent; background-image: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container > .video-iframe-container { display: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container { display: none; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .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); }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { border-width: 0; border-radius: 0; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:42rem;top:5.53125rem;left:0rem;overflow:hidden;display:block; }
#iiVDRwMzy1Q0vLmu8EkKwnmXEbW8PAdQ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-secondary-4),0.15) ;height:20.3125rem;width:29.375rem;top:9.375rem;left:30.625rem;display:block; }
#unL9XcS4LSEtRBhCyF6Ja2wyiofS4AHf { color:rgba(var(--color-tertiary-4),0.5);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.0625rem;left:33.125rem;height:;text-align:left;text-align-last:left;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; }
#Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.9375rem;left:33.125rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:18.3125rem;left:33.125rem;height:7.5rem;text-align:left;text-align-last:left;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; }
#cpcAKKkmdzLL0622u8wTGm71raQwkFJa { background-color:transparent;background-image:none;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-4),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:25.125rem;left:33.125rem;display:block; }
#b2vQFgrUgeVw2JplApThXCNKC7bUmue3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JEUStTm7xROkDihzvEzxqk0OQmPddF8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Vjbp3D13/bg2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u.adaptive-delivery-prevent-bg, #JEUStTm7xROkDihzvEzxqk0OQmPddF8u.lazyload, #JEUStTm7xROkDihzvEzxqk0OQmPddF8u.lazyloading { background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { background-color: transparent; background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .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); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { border-width: 0; border-radius: 0; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { font-size:0.875rem;font-family:arial;height:67.5rem;width:60rem;position:relative;display:block; }#os9dm82XD1IWqyTe1XFT3zfUH2TPkczx { color:rgba(var(--color-tertiary-4),0.7);display:block;width:40rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:9.6875rem;left:0rem;height:7.5rem;text-align:left;text-align-last:left;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; }
#PyDVWqIUqLmX7ZsTNUIfyLSlOXxZMB6B { color:rgba(var(--color-tertiary-4),0.5);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;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; }
#TZHoMiZnUCog7MFoLFZqTSlDcxHWUFMd { color:rgba(var(--color-tertiary-4),1);display:block;width:40rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#Q5PweDMM3Rwe7ROaZlKKmHKt1WVqqvsb { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:22.6875rem;top:19.0625rem;left:37.3125rem;overflow:hidden;display:block; }
#IPmThZ3P6bVWoXT9JASLv3TCSDbDsgHN { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(var(--color-secondary-4),0.15) ;height:10.625rem;width:16.25rem;top:20.5625rem;left:23.125rem;display:block; }
#uxNHKB70k8ivpl0oHgbl4AMnJwtd9bb4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.0625rem;left:0rem;height:2.923825rem;text-align:left;text-align-last:left;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; }
#fXhSLgpWsprUZRur3naoUNsmlWqJTNwy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.875rem;width:34.5rem;top:23.625rem;left:0rem;overflow:hidden;display:block; }
#lizIBkUIP1kPfl6vmN7zHZd1mAxAqRUF { color:rgba(var(--color-tertiary-4),0.5);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:40.5rem;left:23.0625rem;height:;text-align:left;text-align-last:left;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; }
#Sid0SvPWu9W8cCT45zeH4z6PglFFZd4T { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:41.875rem;left:23rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#Tcy7sWQXuJVPepk1ti04Oin565gkmAh0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:10rem;top:46.9375rem;left:23rem;overflow:hidden;display:block; }
#TWR7usvhAKiObkFwKCPuHDxd0oNCVWVr { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:47.125rem;left:34.6875rem;height:;text-align:left;text-align-last:left;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; }
#NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f { color:rgba(var(--color-tertiary-4),0.7);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:49.3125rem;left:34.6875rem;height:3rem;text-align:left;text-align-last:left;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; }
#UBXidvKPgyvG8BZ6F55zuaDST46s2T4L { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:10rem;top:55.8125rem;left:23rem;overflow:hidden;display:block; }
#OWeDlwaFO3P7sPSLff5tNsTNRLxovZh1 { color:rgba(var(--color-tertiary-4),0.7);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:58.1875rem;left:34.6875rem;height:3rem;text-align:left;text-align-last:left;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; }
#Vv3WT8Ttc4sJDbd1eMI7QKhT9T5IaBER { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:56rem;left:34.6875rem;height:;text-align:left;text-align-last:left;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; }
#HmKTESBkM69GttmV9ck55shyMqU1LcAL { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:21.987499237061rem;left:23.09375rem;height:1.7875rem;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; }
#z7gTIHdlfqSuatLtcRqDJAQOeKBNm8aH { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.96249961853rem;left:27.21875rem;height:3.0058625rem;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; }
#APZJxlH6FLU2k5f3lPth1HVhnsTmsIHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:27.5869140625rem;left:24.25rem;height:2.5996125rem;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; }
#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { 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; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { background-color: transparent; background-image: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container > .video-iframe-container { display: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container { display: none; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .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); }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { border-width: 0; border-radius: 0; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:60rem;position:relative;display:block; }#Bc2BA9QRQbVXqytoMzOtG8CxpkTh75sC { color:rgba(var(--color-tertiary-4),0.5);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:1.4625rem;text-align:left;text-align-last:left;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; }
#mBsq0IXS0BnRZ3l5DX9DnkyRX5THP0iO { color:rgba(var(--color-tertiary-4),1);display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:5.3125rem;left:0rem;height:2.5rem;text-align:left;text-align-last:left;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; }
#kSJczG8ahagpWtvnGMZpr8sBd7n48fam { color:rgba(var(--color-tertiary-4),0.7);display:block;width:30.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:13.4375rem;left:0rem;height:3rem;text-align:left;text-align-last:left;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; }
#hsKATqIv3zTE53MFt7LBN5xRZMqtgace { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:19.0625rem;left:5.625rem;height:4.5rem;text-align:left;text-align-last:left;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; }
#cgxwIIT8nexh5Wo4UZiwCicsdgoH4Ak9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:19.34375rem;left:0rem;overflow:hidden;display:block; }
#IdlpfF4SOf2Q1HMJPvbOra3nMT6uHwti { color:rgba(var(--color-tertiary-4),0.7);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:25rem;left:5.625rem;height:4.5rem;text-align:left;text-align-last:left;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; }
#Wduat4wzeW4IpdEINylmBgQDRbpu3UOx { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:25.3125rem;left:0rem;overflow:hidden;display:block; }
#K4iWBoTchJHhsllQBbOGfT2030slC6qo { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.5rem;left:0rem;display:block; }
#uNfHWvn1xf3JTZUaUwRWVkpfFW160mel { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zAXpdQx4dIUIdkz4AdtiSJK67smQzvcy { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:2.5rem;left:31.9375rem;display:block; }
#CvTdWwfnmXOQlbTL1nQg0u08Rkn6JkrV { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.875rem;left:37rem;overflow:hidden;display:block; }
#HHUrMeMbCTXoSx9iwfot9pROctH8m3hb { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15016;line-height:1;letter-spacing:0;top:10.0625rem;left:31.9375rem;height:1.875rem;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; }
#uAMk81Q7T0IyOvVS3Q5abJzLPboOIKtT { color:rgba(var(--color-tertiary-4),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:14.0625rem;left:31.9375rem;height:2.8125rem;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; }
#evaD53ERnucpk7SmJ598fIGcgyFchfrV { position:absolute;display:block;z-index:15018;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.0625rem;width:3.5625rem;top:13.0625rem;left:37.1875rem;display:block; }
#GnrDgUnQarTM1ewk8lbvyaqV6mVNl2fV { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:2.5rem;left:45.9375rem;display:block; }
#vUy7K4Pcx4a7cDlGQGef1bWBSlaWdDJb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:4.875rem;left:51rem;overflow:hidden;display:block; }
#EJhETVJu9eZ0MnmSxZTTsI07FARP7VpS { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:10.0625rem;left:45.9375rem;height:1.875rem;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; }
#ZQ3SCTXJbfo7cIcSeATOUlQXP3dcVR7i { position:absolute;display:block;z-index:15023;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.0625rem;width:3.5625rem;top:13.0625rem;left:51.1875rem;display:block; }
#DBFbkQ1wLW5PfeXzsQ6nCzZTcDS0NvNH { color:rgba(var(--color-tertiary-4),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:14.0625rem;left:45.9375rem;height:2.8125rem;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; }
#R96lSirotZfr2ukW8bzdvH1QhUAhzLtA { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:19.25rem;left:31.9375rem;display:block; }
#igRK5e9zTmeeKH7nZAkUCuGogUBXc2mp { color:rgba(var(--color-tertiary-4),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:30.8125rem;left:31.9375rem;height:2.8125rem;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; }
#ETwAMag8K0WlMTT1NnGUz6u6LOwTH6Tr { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:19.25rem;left:45.9375rem;display:block; }
#XrqgmdNbfh7ZVdSqxCqeDKbxMsELm9uN { color:rgba(var(--color-tertiary-4),0.7);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:30.8125rem;left:45.9375rem;height:2.8125rem;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; }
#CvIySGuxMQvtDZDWo3hp18q0hr2aUnb0 { position:absolute;display:block;z-index:15028;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.0625rem;width:3.5625rem;top:29.8125rem;left:37.1875rem;display:block; }
#QbfZTFJnp9pb89rblpaOnzJyHxP7TOkd { position:absolute;display:block;z-index:15033;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.0625rem;width:3.5625rem;top:29.8125rem;left:51.1875rem;display:block; }
#T7vTOTN6iAdQOEGZ98fRqeXQo868sbza { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:26.8125rem;left:31.9375rem;height:1.875rem;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; }
#xxrqxgLyE0Vrbvs7ydIFbFt0cvABoslQ { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:26.8125rem;left:45.9375rem;height:1.875rem;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; }
#SCLcM65rfVagni3SedArGZKqsuuUWTow { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:21.625rem;left:37rem;overflow:hidden;display:block; }
#XOksMpBoVks02qySHnEEmCrag5qbQ5E7 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:21.625rem;left:51rem;overflow:hidden;display:block; }
#qnACVI1k91dInMRfEt45VmFTNFUwvWVN { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:3.57421875rem;text-align:left;text-align-last:left;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; }
#mkgsodkx4ysRr5cTFcfg7z7DFpW9fc56 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.8125rem;left:7.125rem;height:3.575rem;text-align:left;text-align-last:left;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; }
#hf56hZQTr1CUrZEJnsbEVgpixhusONKS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/Cf5qqKWV/bg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS.adaptive-delivery-prevent-bg, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyload, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyloading { background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { background-color: transparent; background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .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); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { border-width: 0; border-radius: 0; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#rxyoccTKrW09xpIhJwzogeBPv2FJ7RBa { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:9rem;left:0rem;height:2.5rem;text-align:left;text-align-last:left;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; }
#cFWF66DkaC43qb2ZIPNwgsXdwXAuxhrk { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.4375rem;top:13.5rem;left:0.25rem;display:block; }
#D0kMTR9ESDzwedC35nCB4HarpkPTAI4A { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5625rem;left:0rem;height:3.575rem;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; }
#a6F2x9FuhoEXkAWeT1AymSxKI7ulieWI { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:12rem;top:13.5rem;left:7.75rem;display:block; }
#CQ01BWaaTbd1PExpSQiVtROqI0O5o5en { color:rgba(var(--color-tertiary-0),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:14.75rem;left:9.25rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#cgk9bk8SXqm1yGqpK9VSuqsuOfsJrsOn { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.099609375rem;left:22.9375rem;height:2.923825rem;text-align:left;text-align-last:left;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; }
#JzCo3doL3faTiyb9wFbyz3Ta2hKSDs6E { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.625rem;left:0rem;display:block; }
#XHwvSo4m624ViVApn2S0sOHy8XnrzZOf { 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) { #e1urSoituIqyRchCxTPUlzlh6c3fhhx1 { display:block; }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #il3wwOkeTak0D18DK5KSKf3LZUO3bkPz { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKibrsAmBuwlxh93vImBuTF2sb18EXwc { display:block; }
 }@media only screen and (max-width: 763px) { #zBoAztCc1vxUCVKVl1PK5TX5AzaBTv22 { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MudLaalOd5q4EyATM5pu0NJqh0cuns3U { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 { display:block; }#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF { display:block; }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEfUE2H4EMkdu1NxiDfM0SzVAvv9SfMD { width:9.6875rem;height:3.125rem;top:20.8125rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2TziaQcT014Pl9fiAfBMbeq3KElBueW { display:block; }
 }@media only screen and (max-width: 763px) { #tMA5Jv3SGqBv3auvc5wzLrXTtIrZe3Qa { top:1.5625rem;left:0rem;width:31.75rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzMAQ5hkTPmFBITOPaJQWWlDeWAPFp0g { top:3.5625rem;left:0rem;width:31.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFnbqcIggNNIgLTgc1sHxb3DBNmFBZdT { width:34.5625rem;height:1.4375rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { width:35rem;height:3.25rem;top:16rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSxXNs6Jpyl02DV1PzHMRfASb6UBZWrB { width:7.4375rem;height:5.625rem;top:21.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyFOQI3qlnS1pu2TzTR854zX6dEDTJI1 { width:8.0625rem;height:3.5625rem;top:23rem;left:1.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #puiELzSr34v8WVUiPQMfyRKwnyKxKwJL { width:12rem;height:5.625rem;top:21.9375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alvc04N7WpcibUMne2DyQwTnrhGCu96Q { width:10.25rem;height:3.25rem;top:23.1875rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmLZFKQ2xwmTQlT8sRZffAd74TiCx8Ik { width:12.5rem;height:3.5rem;top:30.4375rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4XvGxNSPPVpbyyZehvbRVP6CZ89T6Ba { display:block; }
 }@media only screen and (max-width: 763px) { #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { display:block; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { width:42rem;height:28rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVDRwMzy1Q0vLmu8EkKwnmXEbW8PAdQ { width:29.375rem;height:20.3125rem;top:9.375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unL9XcS4LSEtRBhCyF6Ja2wyiofS4AHf { width:24.375rem;height:;top:12.0625rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { width:24.375rem;height:;top:13.9375rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { width:24.375rem;height:6rem;top:18.3125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpcAKKkmdzLL0622u8wTGm71raQwkFJa { width:11.1875rem;height:3.125rem;top:25.125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2vQFgrUgeVw2JplApThXCNKC7bUmue3 { display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os9dm82XD1IWqyTe1XFT3zfUH2TPkczx { width:40rem;height:7.5rem;top:9.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyDVWqIUqLmX7ZsTNUIfyLSlOXxZMB6B { width:40rem;height:0;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHoMiZnUCog7MFoLFZqTSlDcxHWUFMd { width:40rem;height:0;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5PweDMM3Rwe7ROaZlKKmHKt1WVqqvsb { width:22.6875rem;height:15.125rem;top:19.0625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPmThZ3P6bVWoXT9JASLv3TCSDbDsgHN { width:16.25rem;height:10.625rem;top:20.5625rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxNHKB70k8ivpl0oHgbl4AMnJwtd9bb4 { width:16.3125rem;height:2.875rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXhSLgpWsprUZRur3naoUNsmlWqJTNwy { width:34.5rem;height:43.875rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lizIBkUIP1kPfl6vmN7zHZd1mAxAqRUF { width:32.8125rem;height:;top:40.5rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sid0SvPWu9W8cCT45zeH4z6PglFFZd4T { width:32.8125rem;height:;top:41.875rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcy7sWQXuJVPepk1ti04Oin565gkmAh0 { width:10rem;height:6.6875rem;top:46.9375rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWR7usvhAKiObkFwKCPuHDxd0oNCVWVr { width:21.25rem;height:;top:47.125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f { width:21.25rem;height:3rem;top:49.3125rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBXidvKPgyvG8BZ6F55zuaDST46s2T4L { width:10rem;height:6.6875rem;top:55.8125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWeDlwaFO3P7sPSLff5tNsTNRLxovZh1 { width:21.25rem;height:3rem;top:58.1875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3WT8Ttc4sJDbd1eMI7QKhT9T5IaBER { width:21.25rem;height:1.625rem;top:56rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmKTESBkM69GttmV9ck55shyMqU1LcAL { width:16.3125rem;height:1.75rem;top:21.9375rem;left:16.96875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7gTIHdlfqSuatLtcRqDJAQOeKBNm8aH { width:8.0625rem;height:3rem;top:23.9375rem;left:21.09375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #APZJxlH6FLU2k5f3lPth1HVhnsTmsIHQ { width:14rem;height:2.5625rem;top:27.5625rem;left:18.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bc2BA9QRQbVXqytoMzOtG8CxpkTh75sC { width:30.625rem;height:;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBsq0IXS0BnRZ3l5DX9DnkyRX5THP0iO { width:30.625rem;height:;top:5.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSJczG8ahagpWtvnGMZpr8sBd7n48fam { width:30.625rem;height:3rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsKATqIv3zTE53MFt7LBN5xRZMqtgace { width:25rem;height:4.5rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgxwIIT8nexh5Wo4UZiwCicsdgoH4Ak9 { width:3.9375rem;height:3.9375rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdlpfF4SOf2Q1HMJPvbOra3nMT6uHwti { width:25rem;height:4.5rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wduat4wzeW4IpdEINylmBgQDRbpu3UOx { width:3.9375rem;height:3.9375rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4iWBoTchJHhsllQBbOGfT2030slC6qo { width:12.5rem;height:3.5rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNfHWvn1xf3JTZUaUwRWVkpfFW160mel { display:block; }
 }@media only screen and (max-width: 763px) { #zAXpdQx4dIUIdkz4AdtiSJK67smQzvcy { width:14rem;height:16.75rem;top:2.5rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvTdWwfnmXOQlbTL1nQg0u08Rkn6JkrV { width:3.9375rem;height:3.9375rem;top:4.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHUrMeMbCTXoSx9iwfot9pROctH8m3hb { width:14rem;height:1.875rem;top:10.0625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAMk81Q7T0IyOvVS3Q5abJzLPboOIKtT { width:14.125rem;height:2.75rem;top:14.0625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evaD53ERnucpk7SmJ598fIGcgyFchfrV { width:3.5625rem;height:0.0625rem;top:13.0625rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnrDgUnQarTM1ewk8lbvyaqV6mVNl2fV { width:14rem;height:16.75rem;top:2.5rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUy7K4Pcx4a7cDlGQGef1bWBSlaWdDJb { width:3.9375rem;height:3.9375rem;top:4.875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJhETVJu9eZ0MnmSxZTTsI07FARP7VpS { width:14rem;height:;top:10.0625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ3SCTXJbfo7cIcSeATOUlQXP3dcVR7i { width:3.5625rem;height:0.0625rem;top:13.0625rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBFbkQ1wLW5PfeXzsQ6nCzZTcDS0NvNH { width:14.125rem;height:2.75rem;top:14.0625rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R96lSirotZfr2ukW8bzdvH1QhUAhzLtA { width:14rem;height:16.75rem;top:19.25rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igRK5e9zTmeeKH7nZAkUCuGogUBXc2mp { width:14.125rem;height:2.75rem;top:30.8125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETwAMag8K0WlMTT1NnGUz6u6LOwTH6Tr { width:14rem;height:16.75rem;top:19.25rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrqgmdNbfh7ZVdSqxCqeDKbxMsELm9uN { width:14.125rem;height:2.75rem;top:30.8125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvIySGuxMQvtDZDWo3hp18q0hr2aUnb0 { width:3.5625rem;height:0.0625rem;top:29.8125rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbfZTFJnp9pb89rblpaOnzJyHxP7TOkd { width:3.5625rem;height:0.0625rem;top:29.8125rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vTOTN6iAdQOEGZ98fRqeXQo868sbza { width:14rem;height:;top:26.8125rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxrqxgLyE0Vrbvs7ydIFbFt0cvABoslQ { width:14rem;height:;top:26.8125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCLcM65rfVagni3SedArGZKqsuuUWTow { width:3.9375rem;height:3.9375rem;top:21.625rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOksMpBoVks02qySHnEEmCrag5qbQ5E7 { width:3.9375rem;height:3.9375rem;top:21.625rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnACVI1k91dInMRfEt45VmFTNFUwvWVN { width:8.0625rem;height:3.5625rem;top:8.8125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkgsodkx4ysRr5cTFcfg7z7DFpW9fc56 { width:23.125rem;height:3.5625rem;top:8.8125rem;left:1rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf56hZQTr1CUrZEJnsbEVgpixhusONKS { display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxyoccTKrW09xpIhJwzogeBPv2FJ7RBa { width:30.5rem;height:2.5rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFWF66DkaC43qb2ZIPNwgsXdwXAuxhrk { width:7.4375rem;height:5.625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0kMTR9ESDzwedC35nCB4HarpkPTAI4A { width:8.0625rem;height:3.5625rem;top:14.5625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6F2x9FuhoEXkAWeT1AymSxKI7ulieWI { width:12rem;height:5.625rem;top:13.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ01BWaaTbd1PExpSQiVtROqI0O5o5en { width:10.25rem;height:3.25rem;top:14.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgk9bk8SXqm1yGqpK9VSuqsuOfsJrsOn { width:16.3125rem;height:2.875rem;top:15.0625rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzCo3doL3faTiyb9wFbyz3Ta2hKSDs6E { width:12.5rem;height:3.5rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwvSo4m624ViVApn2S0sOHy8XnrzZOf { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e1urSoituIqyRchCxTPUlzlh6c3fhhx1 { position:relative;z-index:auto;display:block; }#e1urSoituIqyRchCxTPUlzlh6c3fhhx1 > .row .container { width:20rem;height:12.5234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #il3wwOkeTak0D18DK5KSKf3LZUO3bkPz { width:9.6875rem;height:3.125rem;top:8.1484375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKibrsAmBuwlxh93vImBuTF2sb18EXwc { display:block; }
 }@media only screen and (max-width: 763px) { #zBoAztCc1vxUCVKVl1PK5TX5AzaBTv22 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MudLaalOd5q4EyATM5pu0NJqh0cuns3U { width:20rem;height:0;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 { position:relative;z-index:auto;display:block; }#vvz0XWIiG8q4mDtW1LuBFrKLVIBHwBQ8 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF { position:relative;z-index:auto;display:block; }#WyEIAf8TQNWg4uGrKdnuVITdl6vLCTkF > .row .container { width:20rem;height:12.5234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SEfUE2H4EMkdu1NxiDfM0SzVAvv9SfMD { width:9.6875rem;height:3.125rem;top:8.1484375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2TziaQcT014Pl9fiAfBMbeq3KElBueW { display:block; }
 }@media only screen and (max-width: 763px) { #tMA5Jv3SGqBv3auvc5wzLrXTtIrZe3Qa { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KzMAQ5hkTPmFBITOPaJQWWlDeWAPFp0g { width:20rem;height:0;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/X1s5YSBw8lU/unsplash/the-anam-X1s5YSBw8lU-photo-1596178060671-7a80dc8059ea.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,187,198,0.63); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(236,187,198,0.63); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFnbqcIggNNIgLTgc1sHxb3DBNmFBZdT { width:20rem;height:1.29980625rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { width:20rem;height:5.25rem;top:5.3000001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LSxXNs6Jpyl02DV1PzHMRfASb6UBZWrB { width:7.4375rem;height:5.625rem;top:11.6875rem;left:0rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WyFOQI3qlnS1pu2TzTR854zX6dEDTJI1 { width:6.9375rem;height:3.57421875rem;top:12.5625rem;left:0.375rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #puiELzSr34v8WVUiPQMfyRKwnyKxKwJL { width:12.4375rem;height:5.625rem;top:11.6875rem;left:7.4375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #alvc04N7WpcibUMne2DyQwTnrhGCu96Q { width:10.375rem;height:2.5996125rem;top:13.25rem;left:8.5625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bmLZFKQ2xwmTQlT8sRZffAd74TiCx8Ik { width:12.5rem;height:3.5rem;top:18.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4XvGxNSPPVpbyyZehvbRVP6CZ89T6Ba { display:block; }
 }@media only screen and (max-width: 763px) { #T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu { display:block; }#T3gHKoJgGC0EJB1WFkT0hKFLNkI0DoUu > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aX6vwr4ZgS5RrQ8gNoTTsuQOQnQGWTRP { width:20rem;height:13.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iiVDRwMzy1Q0vLmu8EkKwnmXEbW8PAdQ { width:20rem;height:20.3125rem;top:17rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unL9XcS4LSEtRBhCyF6Ja2wyiofS4AHf { width:18.75rem;height:1.29980625rem;top:19.0625rem;left:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q9QZBUz6GEhNJJpp3VyXT8l0d4E03VGH { width:18.75rem;height:2.84375rem;top:20.9375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWE98ngSP3DfAFAtxEkOWh2aTJIRzkW4 { width:18.125rem;height:9rem;top:24.25rem;left:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cpcAKKkmdzLL0622u8wTGm71raQwkFJa { width:11.25rem;height:3.125rem;top:33.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2vQFgrUgeVw2JplApThXCNKC7bUmue3 { display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:20rem;height:122.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os9dm82XD1IWqyTe1XFT3zfUH2TPkczx { width:20rem;height:13.5rem;top:11.25rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PyDVWqIUqLmX7ZsTNUIfyLSlOXxZMB6B { width:20rem;height:1.4619125rem;top:2.8125rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZHoMiZnUCog7MFoLFZqTSlDcxHWUFMd { width:20rem;height:4.375rem;top:4.875rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Q5PweDMM3Rwe7ROaZlKKmHKt1WVqqvsb { width:20rem;height:13.3125rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPmThZ3P6bVWoXT9JASLv3TCSDbDsgHN { width:16.25rem;height:10.625rem;top:31.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxNHKB70k8ivpl0oHgbl4AMnJwtd9bb4 { width:16.3125rem;height:2.5996125rem;top:26.4375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fXhSLgpWsprUZRur3naoUNsmlWqJTNwy { width:16.6875rem;height:21.1875rem;top:56.722916603088rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lizIBkUIP1kPfl6vmN7zHZd1mAxAqRUF { width:20rem;height:1.4619125rem;top:80.125rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sid0SvPWu9W8cCT45zeH4z6PglFFZd4T { width:20rem;height:2.84375rem;top:81.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tcy7sWQXuJVPepk1ti04Oin565gkmAh0 { width:10rem;height:6.6875rem;top:86.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWR7usvhAKiObkFwKCPuHDxd0oNCVWVr { width:20rem;height:1.625rem;top:93.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NoMSTduqtn0fvsAr07Cf6HSqVP5DbF8f { width:20rem;height:4.5rem;top:96.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UBXidvKPgyvG8BZ6F55zuaDST46s2T4L { width:10rem;height:6.6875rem;top:104.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWeDlwaFO3P7sPSLff5tNsTNRLxovZh1 { width:20rem;height:4.5rem;top:115rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3WT8Ttc4sJDbd1eMI7QKhT9T5IaBER { width:20rem;height:1.625rem;top:112.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HmKTESBkM69GttmV9ck55shyMqU1LcAL { width:16.3125rem;height:1.375rem;top:32.75rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #z7gTIHdlfqSuatLtcRqDJAQOeKBNm8aH { width:8.0625rem;height:2.5996125rem;top:35.0625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #APZJxlH6FLU2k5f3lPth1HVhnsTmsIHQ { width:16.3125rem;height:1.29980625rem;top:38.25rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu { display:block; }#XFsbsc2T4UM1Z6ABiqOmB2EmUD4KRVZu > .row .container { width:20rem;height:118.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bc2BA9QRQbVXqytoMzOtG8CxpkTh75sC { width:20rem;height:1.4619125rem;top:3.0625rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mBsq0IXS0BnRZ3l5DX9DnkyRX5THP0iO { width:20rem;height:2.125rem;top:5.25rem;left:0rem;text-align:left;text-align-last:left;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSJczG8ahagpWtvnGMZpr8sBd7n48fam { width:20rem;height:4.5rem;top:12.4375rem;left:0rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hsKATqIv3zTE53MFt7LBN5xRZMqtgace { width:15rem;height:7.5rem;top:19.5rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cgxwIIT8nexh5Wo4UZiwCicsdgoH4Ak9 { width:3.9375rem;height:3.9375rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdlpfF4SOf2Q1HMJPvbOra3nMT6uHwti { width:15rem;height:7.5rem;top:30.8125rem;left:5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wduat4wzeW4IpdEINylmBgQDRbpu3UOx { width:3.9375rem;height:3.9375rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4iWBoTchJHhsllQBbOGfT2030slC6qo { width:12.5rem;height:3.5rem;top:40.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNfHWvn1xf3JTZUaUwRWVkpfFW160mel { display:block; }
 }@media only screen and (max-width: 763px) { #zAXpdQx4dIUIdkz4AdtiSJK67smQzvcy { width:14rem;height:16.75rem;top:47.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvTdWwfnmXOQlbTL1nQg0u08Rkn6JkrV { width:3.9375rem;height:3.9375rem;top:50.1875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHUrMeMbCTXoSx9iwfot9pROctH8m3hb { width:14rem;height:1.875rem;top:55.375rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAMk81Q7T0IyOvVS3Q5abJzLPboOIKtT { width:14.125rem;height:2.8125rem;top:59.375rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #evaD53ERnucpk7SmJ598fIGcgyFchfrV { width:3.5625rem;height:0.0625rem;top:58.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnrDgUnQarTM1ewk8lbvyaqV6mVNl2fV { width:14rem;height:16.75rem;top:64.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUy7K4Pcx4a7cDlGQGef1bWBSlaWdDJb { width:3.9375rem;height:3.9375rem;top:67rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJhETVJu9eZ0MnmSxZTTsI07FARP7VpS { width:14rem;height:1.875rem;top:72.1875rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ3SCTXJbfo7cIcSeATOUlQXP3dcVR7i { width:3.5625rem;height:0.0625rem;top:75.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBFbkQ1wLW5PfeXzsQ6nCzZTcDS0NvNH { width:14.125rem;height:2.8125rem;top:76.1875rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R96lSirotZfr2ukW8bzdvH1QhUAhzLtA { width:14rem;height:16.75rem;top:81.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #igRK5e9zTmeeKH7nZAkUCuGogUBXc2mp { width:14.125rem;height:2.8125rem;top:93rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETwAMag8K0WlMTT1NnGUz6u6LOwTH6Tr { width:14rem;height:16.75rem;top:98.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrqgmdNbfh7ZVdSqxCqeDKbxMsELm9uN { width:14.125rem;height:2.8125rem;top:109.8125rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CvIySGuxMQvtDZDWo3hp18q0hr2aUnb0 { width:3.5625rem;height:0.0625rem;top:92.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbfZTFJnp9pb89rblpaOnzJyHxP7TOkd { width:3.5625rem;height:0.0625rem;top:108.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7vTOTN6iAdQOEGZ98fRqeXQo868sbza { width:14rem;height:1.875rem;top:89rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxrqxgLyE0Vrbvs7ydIFbFt0cvABoslQ { width:14rem;height:1.875rem;top:105.8125rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCLcM65rfVagni3SedArGZKqsuuUWTow { width:3.9375rem;height:3.9375rem;top:83.8125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOksMpBoVks02qySHnEEmCrag5qbQ5E7 { width:3.9375rem;height:3.9375rem;top:100.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnACVI1k91dInMRfEt45VmFTNFUwvWVN { width:8.0625rem;height:2.5996125rem;top:8rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkgsodkx4ysRr5cTFcfg7z7DFpW9fc56 { width:14.8125rem;height:2.5996125rem;top:8rem;left:5.0625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf56hZQTr1CUrZEJnsbEVgpixhusONKS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Cf5qqKWV/bg3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS.adaptive-delivery-prevent-bg, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyload, #hf56hZQTr1CUrZEJnsbEVgpixhusONKS.lazyloading { background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { background-color: transparent; background-image: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row > .video-iframe-container { display: none; }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .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); }#hf56hZQTr1CUrZEJnsbEVgpixhusONKS > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxyoccTKrW09xpIhJwzogeBPv2FJ7RBa { width:20rem;height:1.875rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cFWF66DkaC43qb2ZIPNwgsXdwXAuxhrk { width:7.4375rem;height:5.625rem;top:6.5625rem;left:0.25rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #D0kMTR9ESDzwedC35nCB4HarpkPTAI4A { width:7rem;height:2.5996125rem;top:8.125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:2rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #a6F2x9FuhoEXkAWeT1AymSxKI7ulieWI { width:12rem;height:5.625rem;top:6.5625rem;left:7.75rem;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #CQ01BWaaTbd1PExpSQiVtROqI0O5o5en { width:10.25rem;height:2.5996125rem;top:8.125rem;left:8.6875rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cgk9bk8SXqm1yGqpK9VSuqsuOfsJrsOn { width:16.3125rem;height:2.5996125rem;top:14.1875rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JzCo3doL3faTiyb9wFbyz3Ta2hKSDs6E { width:12.5rem;height:3.5rem;top:18.0371125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwvSo4m624ViVApn2S0sOHy8XnrzZOf { display:block; }
 }