.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:183,183,183;--color-primary-2:135,135,135;--color-primary-3:81,81,81;--color-primary-4:27,27,27;--color-secondary-0:242,246,248;--color-secondary-1:215,216,218;--color-secondary-2:194,197,198;--color-secondary-3:116,118,119;--color-secondary-4:39,39,40;--color-tertiary-0:228,246,251;--color-tertiary-1:165,224,243;--color-tertiary-2:75,193,230;--color-tertiary-3:38,97,115;--color-tertiary-4:11,29,35;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container { background-color: transparent; background-image: none; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container > .video-iframe-container { display: none; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row > .video-iframe-container { display: none; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .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); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container { border-width: 0; border-radius: 0; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#V7DVClXcHqoOnLRPBMRLuRfCOFt4k1UK { box-sizing:content-box;height:4.375rem;width:42.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:32.8125rem;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: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
#mZcFgxHJG09CVpSr9dIAhkmKEJKgvB7L { 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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:66.093750953675rem;display:block; }
#K9bfNUdRxA7RT2PqMqxmgkvLzx9fLm8n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LH0WKWAJyvrLnydIr4CLONfkBKG4Df8c { 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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.875rem;left:55.906250953674rem;display:block; }
#vKdfixWnXuQAiva4xbmmykontMbVBM3k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvQA7eTkxxfI5uLhDyc7EkmgIomtuBoC { 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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.375rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.875rem;left:46.218750953674rem;display:block; }
#tEsgaDMD5U3gK4QtGxDWpI3QgaF9Houn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JIGFQP6BQDben6WZPt42TA84vGm8oPik { 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.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.5rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.875rem;left:35.406250953674rem;display:block; }
#aIi4UpbMlRudFrnnFvciZbt4zHm9wBfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/fAFad7YD/upth_fundo.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.79); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.79); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;overflow:visible;position:relative;display:block; }#bmFTpJQeCUAwa5nlS154Dlwc9iQEQ52C { 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:6.125rem;width:17.625rem;top:1.375rem;left:0.0625rem;overflow:hidden;display:block; }
#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:rgba(var(--color-primary-0),1);display:block;width:52.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.125rem 0.1875rem rgba(36,54,110,0.92);top:11.430469036102rem;left:9.9867181777956rem;height:9.425rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uN4Tnvd30zPixGv04SmcFKolfXfNBBWK { color:rgba(var(--color-tertiary-4),1);display:block;width:50.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27.375rem;left:12.311718940735rem;height:3.9rem;text-align:left;text-align-last:left;display:block; }
#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container { background-color: transparent; background-image: none; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container > .video-iframe-container { display: none; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row > .video-iframe-container { display: none; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .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); }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container { border-width: 0; border-radius: 0; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:block; }#Ty0fTB7cW69eGnkcgBBPagb8TL79sxfd { color:#24366e;display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#PZ0mvOCk0epZIPty7BU0v6EbdtVmIusz { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:0.79921340942381rem;left:6.675000190735rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lx6Rt8lVgpTMlKbtAD1QXv24mVafg0Bd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:19.60000038147rem;left:4.5rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bKMINJ4HcSh8sATzWmbIfe1XRKF6tWvt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:15.1875rem;left:4.5rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J6eLmXkB3z0CWrTp9g4TyWcpeHzVMCvd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:19.60000038147rem;left:28.781250953674rem;height:4.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#acePBrPiA92OWv7XKS7QEb404BtK2z1V { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:15.1875rem;left:28.125000953674rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fJRilCVddKaiAp6COkTuVQDkMcbTEHee { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:20.300001144409rem;left:48.750000953674rem;height:2.8rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#fJRilCVddKaiAp6COkTuVQDkMcbTEHee li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fJRilCVddKaiAp6COkTuVQDkMcbTEHee li:before{  }
#KrenXcwvBUOV0m4dkIpNxfU9V7CdzTbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:15.1875rem;left:49.875000953674rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHDZyeuGRNWxEOPGoo2umk9WSzFvVMsO { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:6.28125rem;left:8.3749990463256rem; }
#FxXXpCHdpXKcbXvBTWbC0y1gNHtk3gO6 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:6.8437519073488rem;left:60.312500953674rem; }
#lBKQ6bnMRAcZ9FzN9NIhHn7JZ0iLfVKW { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.28125rem;left:35.250000953674rem; }
#F8VlZQays3OioNAZmgmUmhVlkz0xrNss { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090e36;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; }#F8VlZQays3OioNAZmgmUmhVlkz0xrNss > .row .container { background-color: transparent; background-image: none; }#F8VlZQays3OioNAZmgmUmhVlkz0xrNss::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8VlZQays3OioNAZmgmUmhVlkz0xrNss > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8VlZQays3OioNAZmgmUmhVlkz0xrNss > .row .container > .video-iframe-container { display: none; }#F8VlZQays3OioNAZmgmUmhVlkz0xrNss > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F8VlZQays3OioNAZmgmUmhVlkz0xrNss > .row > .video-iframe-container { display: none; }#F8VlZQays3OioNAZmgmUmhVlkz0xrNss > .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); }#F8VlZQays3OioNAZmgmUmhVlkz0xrNss > .row .container { border-width: 0; border-radius: 0; }#F8VlZQays3OioNAZmgmUmhVlkz0xrNss > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F8VlZQays3OioNAZmgmUmhVlkz0xrNss > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#EyV5dIMAdxiur5qEgCwmkArrK1MPBlLv { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.34765625rem;left:22.499218940735rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcbB1ZddIPuzJsqzRwC6DngpLARrrW0q { color:#000000;display:block;width:36.375rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5.7242193222046rem;left:0rem;height:1.54375rem;font-style:normal;display:block; }
#bVroUbMFTlLuSGuvn9kPaDOE9BXyUG1z { position:absolute;display:block;z-index:15005;background-color:#0040b4;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:7.8125rem;width:7.8125rem;top:12.324999928474rem;left:7.58749961853rem;display:block; }
#LV6qlcf234qTF1JfA8J7yqTCUbZ8AzZH { position:absolute;display:block;z-index:15008;background-color:#0040b4;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:10.887499928474rem;left:6.27499961853rem;display:block; }
#fB2uZSbif1KLlJaEQVahXzHngT7eDzOH { 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:3.4375rem;width:3.4375rem;top:15.043749928474rem;left:9.74374961853rem;overflow:hidden;display:block; }
#tOKHvO6hP356LTsORsoOtXslAJL91kXI { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.675000309944rem;left:7.96249961853rem;height:2.7625rem;font-style:normal;display:block; }
#I7aiC3GCZSJ44cxvF7XZBwaisBn0VG9r { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:31.25rem;top:23.887499928474rem;left:11.52499961853rem;display:block; }
#dnGSxEsbWZ5pE3lGegbOlJ5Iu63n4bbh { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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.75rem;width:0;top:20.137499928474rem;left:11.52499961853rem;display:block; }
#nJB51mJ3DAU7d2MrtBRCt6GWzlak7pmQ { position:absolute;display:block;z-index:15009;background-color:#0040b4;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:7.8125rem;width:7.8125rem;top:24.25rem;left:45.486718177796rem;display:block; }
#WrK1EqFVhZOdBsKABwHPVizbdQPeCJVT { position:absolute;display:block;z-index:15015;background-color:#0040b4;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:22.8125rem;left:42.875rem;display:block; }
#cUWfF9aMUocG3QkrLHikcurtdxVErgi4 { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.824999928474rem;left:44.562501907349rem;height:2.7625rem;font-style:normal;display:block; }
#fZFTD8PW0ECEb2MPnNt2zuVqBpRWNUyM { 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:3.875rem;width:3.875rem;top:26.21875rem;left:47.455468177796rem;overflow:hidden;display:block; }
#y4giFOkoWq0H1TTmvoWsMXa0GxZHDvEP { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.199219226837rem;left:18.624219894409rem;height:;font-style:normal;display:block; }
#yHPsMirNdSt20bFdZX7mJkUM3WFofAZ1 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:16.156250476837rem;left:18.624219894409rem;height:2.925rem;font-style:normal;display:block; }
#VTurXmaBTQkAGc69MPgRvxeLTBHxd0Zo { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25.5rem;left:11.4375rem;height:2.4375rem;font-style:normal;display:block; }
#KAXpXs2fKeTtSUJWTiVuq6LP4OH5qb80 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:28.562500476837rem;left:11.586719512939rem;height:2.925rem;font-style:normal;display:block; }
#tTiWc0cBJ7pCp1kd1p8tMaxrAC58D3zz { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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.75rem;width:0;top:32.062500953674rem;left:49.999219894409rem;display:block; }
#IUvPx0Wqm2EMgdpayTkmPmy9IuTkgh1L { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:34.375rem;top:35.812500953674rem;left:15.52499961853rem;display:block; }
#A79pVGBPiZ1JQCPt6TkoeCBttz925DUe { position:absolute;display:block;z-index:15009;background-color:#0040b4;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:7.8125rem;width:7.8125rem;top:34.0625rem;left:7.625rem;display:block; }
#bsfGLACcvtVB5h61AE6A80u2cHOXzq6E { position:absolute;display:block;z-index:15012;background-color:#0040b4;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: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:32.625rem;left:6.3125rem;display:block; }
#zZX85MZrGTthQRHHDhBEUMApZTEuB8pE { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.4375rem;left:8rem;height:2.7625rem;font-style:normal;display:block; }
#Fh9SN1Rqdzu7Tb4ESpiacWz0E4z4eVb3 { 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.4375rem;width:3.4375rem;top:36.625rem;left:9.8125rem;overflow:hidden;display:block; }
#yeK1xyH8H61LEcSCzE8iwk0JuuPogGQB { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:37.375rem;left:18.625rem;height:2.4375rem;font-style:normal;display:block; }
#tArffnNaGhnRR83TOfv5acToQTdZxR9M { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:40.3125rem;left:18.625rem;height:4.3875rem;font-style:normal;display:block; }
#uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 { z-index:;position:relative;display:block; }#uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 { background-color: transparent; background-image: none; }#uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 > .row .container > .video-iframe-container { display: none; }#uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 > .row > .video-iframe-container { display: none; }#uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 > .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); }#uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 { border-width: 0; border-radius: 0; }#uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#o3zPwsH8HgHloJRSIBTCulvxriXvIzxQ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:4.5625rem;left:10.848437309265rem;height:3rem;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; }
#kiUl1KcsnkG0hIZUT51oJK2NVRTayZUi { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:11.75rem;width:11.75rem;top:18.5875rem;left:13.024218940735rem;overflow:hidden;display:block; }
#XzMDuo2TOP6irFtDEv0aAUintA1hn4R4 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:14.4375rem;width:21.5625rem;top:18.6875rem;left:46.523702199101rem;overflow:hidden;display:block; }
#AtN144hPM1iGEOCAgTGXOJ9CSZa8eNCZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:4.375rem;width:16.25rem;top:36.300001144409rem;left:49.179688453674rem;overflow:hidden;display:block; }
#Em3DHPRlLcccwUDokrCEqQsK4tbvgxyS { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:9.625rem;left:12.499218940735rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZE71mhLXHfJNNv8VetKqQouHsVLNCWKW { z-index:15003;top:43.762500762939rem;left:31.192189216614rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -moz-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -ms-linear-gradient(178deg, #fd00ff, #ff004c);background-image: -o-linear-gradient(178deg, #fd00ff, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd00ff', endColorstr='#ff004c' );";background-image: linear-gradient(178deg, #fd00ff, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#INt07oeXkrQcgQAPh225qWo2Ta9sfDWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mvmOdX9IW6zqFs2bBhUXp2LITzqixNZx { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:9.125rem;width:12.375rem;top:33.125rem;left:12.499218940735rem;overflow:hidden;display:block; }
#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/c2dfa6d7-e0a8-4342-83ad-720bb2e5dd79/bg_10012.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR.adaptive-delivery-prevent-bg, #uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR.lazyload, #uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR.lazyloading { background-image: none; }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR > .row .container { background-color: transparent; background-image: none; }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR > .row .container > .video-iframe-container { display: none; }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR > .row > .video-iframe-container { display: none; }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR > .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); }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR > .row .container { border-width: 0; border-radius: 0; }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#lMdk6MAFympl36M7B31KdIHCeyX1KqTv { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.5625rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yZUPF2wBQoM7ATK13yTyF3q3qquQZvgE { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:22.375rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D3T5lI1CCb8l80wzt3iox701ipgOAoRS { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:12.074219226837rem;left:48.437500953674rem;height:1.9125rem;font-style:normal;display:block; }
#D66W9gFX2nRvWAouiKUgTaBeB9P2azmf { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:10.292969226837rem;left:48.437500953674rem;height:1.9125rem;font-style:normal;display:block; }
#VhOSRL36CZdvm3e1ZAPJuuAT66zV8Aps { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:24.849609375rem;left:48.4375rem;height:1.9125rem;font-style:normal;display:block; }
#PtPHSvQtkDXCxTlUdV9a5JRwPkItqQWa { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:22.9375rem;left:48.4375rem;height:1.9125rem;font-style:normal;display:block; }
#yU0XsLQa07lpFlMEtZksEnLM61rllUr7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:10.929687976837rem;left:44.500000953674rem; }
#ibuy2zpcMFtwhXzxvqbXNpAtGuzFUhxC { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.111719608307rem;left:43.375000953674rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#TQIxGTSW425tagQ3l1ya5MTTPvkz5UUc { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:24.25rem;left:44.5rem; }
#sospqT1TOc5cCqT4aGXVEUdVtWtX0KhF { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:23.125rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF > .row .container { background-color: transparent; background-image: none; }#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF > .row .container > .video-iframe-container { display: none; }#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF > .row > .video-iframe-container { display: none; }#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF > .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); }#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF > .row .container { border-width: 0; border-radius: 0; }#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#PJ4IbgtHWt5gUOWEKa2ifkuvx45OtV1r { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:28.125rem;top:2.6749992370606rem;left:15.875rem;display:block; }
#zyuMtafGAhmG3OtSaxwLBMMoTSwJcQUq { color:#000000;display:block;width:32.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.5453128814698rem;left:14.46875rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#GSSNTyHy6GTe1WT5SSlt0si7JP47UlBX { box-sizing:content-box;color:#0e9ae5;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:3.3193359375rem;left:25.8994140625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container { background-color: transparent; background-image: none; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container > .video-iframe-container { display: none; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row > .video-iframe-container { display: none; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .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); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container { border-width: 0; border-radius: 0; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7DVClXcHqoOnLRPBMRLuRfCOFt4k1UK { top:0.9375rem;left:5.5625rem;width:42.1875rem;height:4.375rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #mZcFgxHJG09CVpSr9dIAhkmKEJKgvB7L { width:5.625rem;height:2.5rem;top:1.875rem;left:42.125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #K9bfNUdRxA7RT2PqMqxmgkvLzx9fLm8n { display:block; }
 }@media only screen and (max-width: 763px) { #LH0WKWAJyvrLnydIr4CLONfkBKG4Df8c { width:6.875rem;height:2.5rem;top:1.875rem;left:40.875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #vKdfixWnXuQAiva4xbmmykontMbVBM3k { display:block; }
 }@media only screen and (max-width: 763px) { #KvQA7eTkxxfI5uLhDyc7EkmgIomtuBoC { width:4.375rem;height:2.5rem;top:1.875rem;left:32.593750953674rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #tEsgaDMD5U3gK4QtGxDWpI3QgaF9Houn { display:block; }
 }@media only screen and (max-width: 763px) { #JIGFQP6BQDben6WZPt42TA84vGm8oPik { width:5.625rem;height:2.5rem;top:1.875rem;left:21.781250953674rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #aIi4UpbMlRudFrnnFvciZbt4zHm9wBfV { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmFTpJQeCUAwa5nlS154Dlwc9iQEQ52C { width:17.625rem;height:6.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:47.75rem;height:9.375rem;top:11.375rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN4Tnvd30zPixGv04SmcFKolfXfNBBWK { top:27.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D { display:block; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty0fTB7cW69eGnkcgBBPagb8TL79sxfd { width:30rem;height:2rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ0mvOCk0epZIPty7BU0v6EbdtVmIusz { top:0.75rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx6Rt8lVgpTMlKbtAD1QXv24mVafg0Bd { top:19.5625rem;left:0rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKMINJ4HcSh8sATzWmbIfe1XRKF6tWvt { top:15.1875rem;left:0rem;width:18.75rem;height:1.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6eLmXkB3z0CWrTp9g4TyWcpeHzVMCvd { top:19.5625rem;left:6.4375rem;width:17.4375rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acePBrPiA92OWv7XKS7QEb404BtK2z1V { top:15.1875rem;left:5.125rem;width:18.75rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJRilCVddKaiAp6COkTuVQDkMcbTEHee { top:20.25rem;left:28.312500953674rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }#fJRilCVddKaiAp6COkTuVQDkMcbTEHee li:before{  }
 }@media only screen and (max-width: 763px) { #KrenXcwvBUOV0m4dkIpNxfU9V7CdzTbZ { top:15.1875rem;left:29rem;width:18.75rem;height:1.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHDZyeuGRNWxEOPGoo2umk9WSzFvVMsO { top:6.25rem;left:1.5624990463257rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxXXpCHdpXKcbXvBTWbC0y1gNHtk3gO6 { top:6.8125rem;left:39.875000953674rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBKQ6bnMRAcZ9FzN9NIhHn7JZ0iLfVKW { top:6.25rem;left:19.375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8VlZQays3OioNAZmgmUmhVlkz0xrNss { display:block; }#F8VlZQays3OioNAZmgmUmhVlkz0xrNss > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyV5dIMAdxiur5qEgCwmkArrK1MPBlLv { top:1.3125rem;left:8.874218940735rem;width:31.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcbB1ZddIPuzJsqzRwC6DngpLARrrW0q { top:5.6875rem;left:0rem;width:36.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVroUbMFTlLuSGuvn9kPaDOE9BXyUG1z { top:12.3125rem;left:1.4624996185302rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV6qlcf234qTF1JfA8J7yqTCUbZ8AzZH { top:10.875rem;left:0.14999961853027rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB2uZSbif1KLlJaEQVahXzHngT7eDzOH { top:15rem;left:3.6187496185302rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOKHvO6hP356LTsORsoOtXslAJL91kXI { top:11.625rem;left:1.8374996185302rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7aiC3GCZSJ44cxvF7XZBwaisBn0VG9r { top:23.875rem;left:5.3999996185303rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #dnGSxEsbWZ5pE3lGegbOlJ5Iu63n4bbh { top:20.125rem;left:5.3999996185303rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJB51mJ3DAU7d2MrtBRCt6GWzlak7pmQ { top:24.25rem;left:31.861718177796rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrK1EqFVhZOdBsKABwHPVizbdQPeCJVT { top:22.8125rem;left:36.75rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUWfF9aMUocG3QkrLHikcurtdxVErgi4 { top:23.8125rem;left:38.437501907349rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZFTD8PW0ECEb2MPnNt2zuVqBpRWNUyM { top:26.1875rem;left:33.830468177796rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4giFOkoWq0H1TTmvoWsMXa0GxZHDvEP { top:13.1875rem;left:12.499219894409rem;width:31.5rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHPsMirNdSt20bFdZX7mJkUM3WFofAZ1 { top:16.125rem;left:12.499219894409rem;width:18.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTurXmaBTQkAGc69MPgRvxeLTBHxd0Zo { top:25.5rem;left:5.3125rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAXpXs2fKeTtSUJWTiVuq6LP4OH5qb80 { top:28.5625rem;left:5.4617195129394rem;width:18.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTiWc0cBJ7pCp1kd1p8tMaxrAC58D3zz { top:32.0625rem;left:43.874219894409rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUvPx0Wqm2EMgdpayTkmPmy9IuTkgh1L { top:35.8125rem;left:9.39999961853rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #A79pVGBPiZ1JQCPt6TkoeCBttz925DUe { top:34.0625rem;left:1.5rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsfGLACcvtVB5h61AE6A80u2cHOXzq6E { top:32.625rem;left:0.1875rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZX85MZrGTthQRHHDhBEUMApZTEuB8pE { top:33.4375rem;left:1.875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh9SN1Rqdzu7Tb4ESpiacWz0E4z4eVb3 { top:36.625rem;left:3.6875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeK1xyH8H61LEcSCzE8iwk0JuuPogGQB { top:37.375rem;left:12.500001907349rem;width:31.5rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tArffnNaGhnRR83TOfv5acToQTdZxR9M { top:40.3125rem;left:12.500001907349rem;width:18.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 { display:block; }#uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3zPwsH8HgHloJRSIBTCulvxriXvIzxQ { top:4.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiUl1KcsnkG0hIZUT51oJK2NVRTayZUi { top:18.5625rem;left:0rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzMDuo2TOP6irFtDEv0aAUintA1hn4R4 { top:18.6875rem;left:19.625rem;width:21.5625rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtN144hPM1iGEOCAgTGXOJ9CSZa8eNCZ { top:36.25rem;left:31.5rem;width:16.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em3DHPRlLcccwUDokrCEqQsK4tbvgxyS { top:9.625rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE71mhLXHfJNNv8VetKqQouHsVLNCWKW { top:43.75rem;left:17.567189216614rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INt07oeXkrQcgQAPh225qWo2Ta9sfDWS { display:block; }
 }@media only screen and (max-width: 763px) { #mvmOdX9IW6zqFs2bBhUXp2LITzqixNZx { top:33.125rem;left:0rem;width:12.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR { display:block; }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMdk6MAFympl36M7B31KdIHCeyX1KqTv { top:8.5625rem;left:0rem;width:37.0625rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZUPF2wBQoM7ATK13yTyF3q3qquQZvgE { top:22.375rem;left:0rem;width:36.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3T5lI1CCb8l80wzt3iox701ipgOAoRS { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D66W9gFX2nRvWAouiKUgTaBeB9P2azmf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhOSRL36CZdvm3e1ZAPJuuAT66zV8Aps { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtPHSvQtkDXCxTlUdV9a5JRwPkItqQWa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU0XsLQa07lpFlMEtZksEnLM61rllUr7 { top:10.875rem;left:30.875000953674rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibuy2zpcMFtwhXzxvqbXNpAtGuzFUhxC { top:10.0625rem;left:29.750000953674rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQIxGTSW425tagQ3l1ya5MTTPvkz5UUc { top:24.25rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sospqT1TOc5cCqT4aGXVEUdVtWtX0KhF { top:23.125rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF { display:block; }#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJ4IbgtHWt5gUOWEKa2ifkuvx45OtV1r { top:2.6875rem;left:9.75rem;width:28.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyuMtafGAhmG3OtSaxwLBMMoTSwJcQUq { top:3.5rem;left:0.84375rem;width:32.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSSNTyHy6GTe1WT5SSlt0si7JP47UlBX { top:3.3125rem;left:19.7744140625rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container { background-color: transparent; background-image: none; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container > .video-iframe-container { display: none; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row > .video-iframe-container { display: none; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .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); }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container { border-width: 0; border-radius: 0; }#h8aIF2WIrQuA7RXXsRX5FQ3HBWzedmRX > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7DVClXcHqoOnLRPBMRLuRfCOFt4k1UK { width:20rem;height:10.9375rem;top:1.25rem;left:0rem;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.15) ;display:block; }
 }@media only screen and (max-width: 763px) { #mZcFgxHJG09CVpSr9dIAhkmKEJKgvB7L { width:5.4375rem;height:2.5rem;top:4.75rem;left:14rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #K9bfNUdRxA7RT2PqMqxmgkvLzx9fLm8n { display:block; }
 }@media only screen and (max-width: 763px) { #LH0WKWAJyvrLnydIr4CLONfkBKG4Df8c { width:7.5625rem;height:2.5rem;top:4.75rem;left:0.625rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #vKdfixWnXuQAiva4xbmmykontMbVBM3k { display:block; }
 }@media only screen and (max-width: 763px) { #KvQA7eTkxxfI5uLhDyc7EkmgIomtuBoC { width:5.0625rem;height:2.5rem;top:2.3125rem;left:10.75rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #tEsgaDMD5U3gK4QtGxDWpI3QgaF9Houn { display:block; }
 }@media only screen and (max-width: 763px) { #JIGFQP6BQDben6WZPt42TA84vGm8oPik { width:6.5625rem;height:2.5rem;top:2.3125rem;left:4.1875rem;font-size:0.9375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#0b0b0b;display:block; }
 }@media only screen and (max-width: 763px) { #aIi4UpbMlRudFrnnFvciZbt4zHm9wBfV { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bmFTpJQeCUAwa5nlS154Dlwc9iQEQ52C { width:3.625rem;height:1.25rem;top:3.4375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:20rem;height:2.4375rem;top:10.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN4Tnvd30zPixGv04SmcFKolfXfNBBWK { width:20rem;height:0;top:14.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D { display:block; }#oDQT8EkMH2ThDDleiUbIgdnOoDGHCv6D > .row .container { width:20rem;height:80.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ty0fTB7cW69eGnkcgBBPagb8TL79sxfd { width:20rem;height:1.1875rem;top:3.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZ0mvOCk0epZIPty7BU0v6EbdtVmIusz { width:17.5rem;height:5.25rem;top:4.6875rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lx6Rt8lVgpTMlKbtAD1QXv24mVafg0Bd { width:17.5rem;height:6.9970625rem;top:24.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKMINJ4HcSh8sATzWmbIfe1XRKF6tWvt { width:17.5rem;height:1.75rem;top:21.9375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J6eLmXkB3z0CWrTp9g4TyWcpeHzVMCvd { width:17.5rem;height:6.9970625rem;top:46.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acePBrPiA92OWv7XKS7QEb404BtK2z1V { width:17.5rem;height:1.75rem;top:43.5rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fJRilCVddKaiAp6COkTuVQDkMcbTEHee { width:17.5rem;height:6.9970625rem;top:67.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }#fJRilCVddKaiAp6COkTuVQDkMcbTEHee li:before{  }
 }@media only screen and (max-width: 763px) { #KrenXcwvBUOV0m4dkIpNxfU9V7CdzTbZ { width:17.5rem;height:1.75rem;top:64.5rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHDZyeuGRNWxEOPGoo2umk9WSzFvVMsO { display:flex;width:4.5rem;height:4.5rem;top:37.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #FxXXpCHdpXKcbXvBTWbC0y1gNHtk3gO6 { display:flex;width:4.5rem;height:4.5rem;top:58.34765625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #lBKQ6bnMRAcZ9FzN9NIhHn7JZ0iLfVKW { display:flex;width:4.5rem;height:4.5rem;top:16.1875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #F8VlZQays3OioNAZmgmUmhVlkz0xrNss { display:block; }#F8VlZQays3OioNAZmgmUmhVlkz0xrNss > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyV5dIMAdxiur5qEgCwmkArrK1MPBlLv { width:20rem;height:2.5625rem;top:2.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcbB1ZddIPuzJsqzRwC6DngpLARrrW0q { width:20rem;height:1.5rem;top:6.0999994277954rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVroUbMFTlLuSGuvn9kPaDOE9BXyUG1z { width:7.8125rem;height:7.8125rem;top:9.9999995231631rem;left:6.4374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV6qlcf234qTF1JfA8J7yqTCUbZ8AzZH { width:4.75rem;height:4.75rem;top:8.5624995231631rem;left:5.1249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB2uZSbif1KLlJaEQVahXzHngT7eDzOH { width:3.4375rem;height:3.4375rem;top:12.687499761581rem;left:8.6250003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOKHvO6hP356LTsORsoOtXslAJL91kXI { width:1.375rem;height:2.5625rem;top:9.3124995231631rem;left:6.8124998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7aiC3GCZSJ44cxvF7XZBwaisBn0VG9r { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnGSxEsbWZ5pE3lGegbOlJ5Iu63n4bbh { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJB51mJ3DAU7d2MrtBRCt6GWzlak7pmQ { width:7.8125rem;height:7.8125rem;top:28.625rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrK1EqFVhZOdBsKABwHPVizbdQPeCJVT { width:4.75rem;height:4.75rem;top:27.1875rem;left:5.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUWfF9aMUocG3QkrLHikcurtdxVErgi4 { width:1.375rem;height:2.5625rem;top:28.1875rem;left:6.8749998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZFTD8PW0ECEb2MPnNt2zuVqBpRWNUyM { width:3.875rem;height:3.875rem;top:30.75rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4giFOkoWq0H1TTmvoWsMXa0GxZHDvEP { width:20rem;height:2.4375rem;top:19.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHPsMirNdSt20bFdZX7mJkUM3WFofAZ1 { width:18.6875rem;height:2.875rem;top:22.125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTurXmaBTQkAGc69MPgRvxeLTBHxd0Zo { width:20rem;height:2.4375rem;top:38.175000190735rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAXpXs2fKeTtSUJWTiVuq6LP4OH5qb80 { width:18.6875rem;height:2.875rem;top:41.550000190735rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tTiWc0cBJ7pCp1kd1p8tMaxrAC58D3zz { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IUvPx0Wqm2EMgdpayTkmPmy9IuTkgh1L { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A79pVGBPiZ1JQCPt6TkoeCBttz925DUe { width:7.8125rem;height:7.8125rem;top:48.749999046326rem;left:6.4999998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsfGLACcvtVB5h61AE6A80u2cHOXzq6E { width:4.75rem;height:4.75rem;top:47.312499046326rem;left:5.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZX85MZrGTthQRHHDhBEUMApZTEuB8pE { width:1.375rem;height:2.5625rem;top:48.124999046326rem;left:6.8749998807906rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh9SN1Rqdzu7Tb4ESpiacWz0E4z4eVb3 { width:3.4375rem;height:3.4375rem;top:51.312499046326rem;left:8.6875003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeK1xyH8H61LEcSCzE8iwk0JuuPogGQB { width:20rem;height:2.4375rem;top:58.324999809265rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tArffnNaGhnRR83TOfv5acToQTdZxR9M { width:18.6875rem;height:2.875rem;top:61.475001335144rem;left:0.65625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 { display:block; }#uDdJZHTmU4QhgGPfqvzUrGnDWdvzT4T6 > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3zPwsH8HgHloJRSIBTCulvxriXvIzxQ { width:20rem;height:4rem;top:4.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kiUl1KcsnkG0hIZUT51oJK2NVRTayZUi { width:4.1875rem;height:4.1875rem;top:19.4375rem;left:12.25rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzMDuo2TOP6irFtDEv0aAUintA1hn4R4 { width:19.5rem;height:13.125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtN144hPM1iGEOCAgTGXOJ9CSZa8eNCZ { width:7.75rem;height:2.125rem;top:28.25rem;left:12.25rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Em3DHPRlLcccwUDokrCEqQsK4tbvgxyS { width:20rem;height:7.5rem;top:9.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZE71mhLXHfJNNv8VetKqQouHsVLNCWKW { top:62rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INt07oeXkrQcgQAPh225qWo2Ta9sfDWS { display:block; }
 }@media only screen and (max-width: 763px) { #mvmOdX9IW6zqFs2bBhUXp2LITzqixNZx { width:12.375rem;height:9.125rem;top:51.625rem;left:3.8125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR { display:block; }#uqHOTfunT0rvzZyCB9fxE1TByqNDOyUR > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lMdk6MAFympl36M7B31KdIHCeyX1KqTv { width:20rem;height:5.25rem;top:2.9375rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yZUPF2wBQoM7ATK13yTyF3q3qquQZvgE { width:20rem;height:5.59765625rem;top:9.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3T5lI1CCb8l80wzt3iox701ipgOAoRS { width:15rem;height:1.9121125rem;top:19.125rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D66W9gFX2nRvWAouiKUgTaBeB9P2azmf { width:15rem;height:1.9121125rem;top:17.25rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VhOSRL36CZdvm3e1ZAPJuuAT66zV8Aps { width:15rem;height:3.82421875rem;top:30.5625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PtPHSvQtkDXCxTlUdV9a5JRwPkItqQWa { width:15rem;height:1.9121125rem;top:28.625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yU0XsLQa07lpFlMEtZksEnLM61rllUr7 { display:flex;width:1.625rem;height:1.625rem;top:18.3125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #ibuy2zpcMFtwhXzxvqbXNpAtGuzFUhxC { width:3.875rem;height:3.875rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQIxGTSW425tagQ3l1ya5MTTPvkz5UUc { display:flex;width:1.625rem;height:1.625rem;top:29.75rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #sospqT1TOc5cCqT4aGXVEUdVtWtX0KhF { width:3.875rem;height:3.875rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF { display:block; }#naZqWBfUko9FJOsSO3Kwaa5uw4Uv1XpF > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PJ4IbgtHWt5gUOWEKa2ifkuvx45OtV1r { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyuMtafGAhmG3OtSaxwLBMMoTSwJcQUq { width:20rem;height:0;top:4.89453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSSNTyHy6GTe1WT5SSlt0si7JP47UlBX { width:1.75rem;height:1.75rem;top:1.89453125rem;left:10.024219512939rem;font-size:1.1875rem;display:block; }
 }