.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,236,218;--color-primary-1:235,190,183;--color-primary-2:252,162,72;--color-primary-3:151,97,43;--color-primary-4:50,32,14;--color-secondary-0:217,220,227;--color-secondary-1:128,137,161;--color-secondary-2:0,19,66;--color-secondary-3:0,10,33;--color-secondary-4:0,3,10;--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:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"work sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/11ef366d-eb26-4c56-84a7-444dfbc17184/11.png");background-position:top center !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; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf.adaptive-delivery-prevent-bg, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyload, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyloading { background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { background-color: transparent; background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .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); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { border-width: 0; border-radius: 0; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { color:#001342;display:block;width:32.68725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:15.875rem;left:3rem;height:4.875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.62475625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:23.25rem;left:3rem;display:block; }
#HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { color:rgba(var(--color-secondary-2),1);display:block;width:31.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.0625rem;left:3rem;height:3.2504875rem;font-style:normal;display:none; }
#iIT2P1PRDw68KmaXTHN8uNyHiQ1rV38P { color:#001342;display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:9.68701171875rem;left:3rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.5625rem;left:3rem;overflow:hidden;display:block; }
#VWC0bpoqF0nyseGywLnm3zSn1ehENUCa { box-sizing:content-box;height:8.5625rem;width:8.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dfbf50, #a28520);background-image: -moz-linear-gradient(180deg, #dfbf50, #a28520);background-image: -ms-linear-gradient(180deg, #dfbf50, #a28520);background-image: -o-linear-gradient(180deg, #dfbf50, #a28520);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfbf50', endColorstr='#a28520' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfbf50', endColorstr='#a28520' );";background-image: linear-gradient(180deg, #dfbf50, #a28520);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:27.1875rem;display:none; }
#ALBUQ5WA725UV8wdwGgH8LVqmaqL55Uc { color:rgba(var(--color-secondary-2),1);display:block;width:7.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:19.62451171875rem;left:27.781494140625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sgPZUDBb3sAyaAIB9nQlvpAxB0GkG0y7 { box-sizing:content-box;height:0.124511875rem;width:32.937rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.748779296875rem;left:2.811767578125rem;display:block; }
#JiNPJOQTkaQNhiPkknOTKZbbcbbcTeo8 { box-sizing:content-box;height:7.62375rem;width:7.62375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dfbf50, #a28520);background-image: -moz-linear-gradient(180deg, #dfbf50, #a28520);background-image: -ms-linear-gradient(180deg, #dfbf50, #a28520);background-image: -o-linear-gradient(180deg, #dfbf50, #a28520);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfbf50', endColorstr='#a28520' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfbf50', endColorstr='#a28520' );";background-image: linear-gradient(180deg, #dfbf50, #a28520);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:27rem;display:block; }
#SE3RnqbH5c6vtKEzD5InPJC3X7Ke937u { color:rgba(var(--color-secondary-2),1);display:block;width:7.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:19.9375rem;left:27.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { background-color: transparent; background-image: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .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); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { border-width: 0; border-radius: 0; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#aUG0CKMEXtSBwv6oGKWTSbC5E9PoCOQB { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:10.8125rem;left:3.875rem;height:1.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DuhXOxKc7NX7qdzLyV8pIApW2qEn5cEM { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:9.4375rem;left:22.625rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#thky4eSfPfwO7aIUTh85Km0NZF8HZT14 { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:9.4375rem;left:60.125rem;height:4.19970625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S2dLuQkDxGNAp4RUzUkZUcFfautrk0WB { color:rgba(var(--color-tertiary-4),1);display:block;width:11rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:10.125rem;left:41.375rem;height:2.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wSH680SwXNrbLTP5sudOFpgxnf5a87x1 { 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.8125rem;width:12.125rem;top:3.875rem;left:22.0625rem;overflow:hidden;display:block; }
#OltsG8yHESHbpp51aSKsvNq5nlMuo5ay { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:8.9375rem;top:3.5rem;left:4.9375rem;overflow:hidden;display:block; }
#TcOnBfzqpT2ENXgDuzzwdShGPszNKVdK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:9.5625rem;top:2.6875rem;left:42.125rem;overflow:hidden;display:block; }
#Owm6UVRETwUA98kZp9dA7irMcgxfPHJo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.8125rem;top:3.6875rem;left:60.75rem;overflow:hidden;display:block; }
#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU { 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/uc/e85b34e8-215f-4e7e-a7a6-fb66616253b2/LPimagesGeneral.jpg");background-position:center !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; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU.adaptive-delivery-prevent-bg, #J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU.lazyload, #J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU.lazyloading { background-image: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { background-color: transparent; background-image: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container > .video-iframe-container { display: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container { display: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .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); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { border-width: 0; border-radius: 0; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#dpvsdiMIxT5s0yiooZTyUPtylEn6fwGN { color:#001342;display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:4.4375rem;left:5.5rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hv21UFrHsZ9Xi8fJD5xPvKIiEng1rZTO { 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:67.5rem;width:67.5rem;display:none; }
#guV9ErT7kFloFLQN93N563tSOfEcV5kP { color:#001342;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5rem;left:5.5rem;height:19.338875rem;text-align:left;text-align-last:left;display:none; }
#ngRmiwE8noEBbF5ssi4UfdwQ6nN0R4aR { background-color:#dfbf50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.62475625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.3740234375rem;left:5.499755859375rem;display:block; }
#gsADttRZX0any5tnyz2wpA44M1V9MHWr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klgBKRDrAtsEq4WG7L4GHa1VOCFKHy0s { color:#001342;display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.93701171875rem;left:5.499755859375rem;height:13.81345625rem;text-align:left;text-align-last:left;display:block; }
#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { background-color: transparent; background-image: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { display: none; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .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); }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { border-width: 0; border-radius: 0; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { color:#001342;display:block;width:54.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:5.1875rem;left:2.1875rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jpqgl718HSNEQ51aTvKwakluTfuC025a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { background-color: transparent; background-image: none; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container > .video-iframe-container { display: none; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row > .video-iframe-container { display: none; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .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); }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { border-width: 0; border-radius: 0; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.5625rem;left:3.5rem;height:5.5253875rem;display:block; }
#nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { box-sizing:content-box;height:19.5rem;width:21rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { color:#001342;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.22;letter-spacing:0;top:5.8125rem;left:3.5rem;height:3.04980625rem;display:block; }
#x9TGG5R60wyL0C30tqJsTtTwSCDHDUI6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5625rem;left:28.5rem;height:6.90675rem;display:block; }
#sNOT1Ev6sfiNLGMOWMRyIU8T59RxbGKP { box-sizing:content-box;height:19.5rem;width:21rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:27rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#u9E1HgnF5B5lLWAN3DJHqnQ4CS7FDC4u { color:#001342;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.22;letter-spacing:0;top:5.8125rem;left:28.5rem;height:3.04980625rem;display:block; }
#ZUHcyLDHNIiUHNqsOBwdnUZi7hXL2GOM { box-sizing:content-box;height:19.5rem;width:21rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:52rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#phHlEux3QfchTu1sr62F7XqgzW0yuvIF { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.5625rem;left:53.5rem;height:5.5253875rem;display:block; }
#dF1Z1QDH3QXAgmyR2X908kcabR8vwKdb { color:#001342;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.22;letter-spacing:0;top:5.8125rem;left:53.5rem;height:3.04980625rem;display:block; }
#APHtTBH99ZCMBNdcOH7yOpzRW4FkS8ya { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.15625rem;left:3.5rem; }
#PTeRvPX7UzBFMxu7veiie17ige4bVFQy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.15625rem;left:28.5rem; }
#l3WLC5qUX3Xs4chClep7wHI5UXe8ATKl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.15625rem;left:53.5rem; }
#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { 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/uc/0735c2c7-6ec5-442a-991e-b1325609de16/LPimagesGeneral2.jpg");background-position:top center !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; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.adaptive-delivery-prevent-bg, #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.lazyload, #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.lazyloading { background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { background-color: transparent; background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .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); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { border-width: 0; border-radius: 0; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.4375rem;left:40.1875rem;height:8.12621875rem;display:block; }
#xzJXTMLFQ2v8sz0mfucM0xTAOlSKmZvy { color:#001342;display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:5.8125rem;left:40.1875rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OnTaHh5r1zxQXznkReQBpXrXw89wXZ14 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:28.375rem;left:40.1875rem;height:6.500975rem;display:block; }
#pRBT6M5t8w5VsdWKeFFLr1akaziCvkGv { 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:67.5rem;width:67.5rem;display:none; }
#aWV6bBWgHeZ8b6Asw17SbKCdxJ3ZZaJt { background-color:#dfbf50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.9375rem;left:40.1875rem;display:block; }
#aU72MbgXWTdnZiETi6OLMB7sy8TgswgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { background-color: transparent; background-image: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container > .video-iframe-container { display: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container { display: none; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .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); }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { border-width: 0; border-radius: 0; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#FNmVkulWcERfuGT4tpF4n8DzInnwL8Qo { color:#dfbf50;display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:4.75rem;left:0.5625rem;height:6.2505rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFE0cNiB6wVMazKSeox9hho84ay68Bfr { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:15rem;left:0.625rem;height:6.90675rem;text-align:left;text-align-last:left;display:block; }
#TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.6875rem;width:40.4375rem;top:5.25rem;left:34.5625rem;display:block; }
#BI8F5RLM7cOgKORFUBpl0TPC0Fw9vsQ5 { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:12.1875rem;left:0.5625rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ROztPmPmRGQdveMXTm0lVhFdLLJeiv6t { background-color:#dfbf50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.8125rem;left:0.5625rem;display:block; }
#zy3LmihCIwx9XkUs31PNDfla40aWP1KP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE { 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; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { background-color: transparent; background-image: none; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container > .video-iframe-container { display: none; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row > .video-iframe-container { display: none; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .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); }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { border-width: 0; border-radius: 0; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:75rem;position:relative;display:block; }#aMAMlBlx4APC2NWVny90yLhUkAZTEneB { color:rgba(var(--color-tertiary-0),1);display:block;width:46.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:3.4375rem;left:15.03125rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GNMrZq5pvAGu8wd4lUqqJ7HkT0PDLBbd { color:#001342;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.11572265625rem;left:42.0625rem;height:4.14404375rem;display:block; }
#WcDduMrwrtT4n3MNMOJCcaFyvgqsqBDN { color:#dfbf50;display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.1875rem;left:21.3125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2T6xtZvir5RN4R9SdhpIdpgLEObos3J { color:#001342;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.4375rem;left:21.3125rem;height:2.76269375rem;text-align:center;text-align-last:center;display:block; }
#SAoKdQzROJVeD9weTWsu35yX4BTTRXUh { box-sizing:content-box;height:8.5rem;width:15.25rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:none;top:11.8125rem;left:19.84375rem;border-top:0.125rem solid #3a3939;border-left:0.125rem solid #3a3939;border-right:0.125rem solid #3a3939;border-bottom:0.125rem solid #3a3939;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#o7RG77BREy13dTcplF1sU90du84oONrF { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15007;background-color:#3a3939;background-image:none;top:16.1240234375rem;left:35.34375rem;display:block; }
#Z1xcHBGyqJXbGNsGe03F42aaLtiSvqF5 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#3a3939;background-image:none;top:15.9052734375rem;left:40.40625rem;display:block; }
#BN1GIHZaIMiPmaeUBNsQvpZQIaAZ9LCq { position:absolute;display:block;z-index:15012;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:20.5625rem;width:10.0625rem;top:21.8125rem;left:11.09375rem;overflow:hidden;display:none; }
#fqZIaGwz0CcB0i1KcMn7qla7k8Kw5uaW { color:#3a3939;display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.75rem;left:23rem;height:4.06274375rem;display:block; }
#dZpcwHg3sZLC0T4IF2BdW4lMl2rqW6Uy { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#3a3939;background-image:none;top:32.5625rem;left:21.375rem;display:block; }
#UdycH9Jl4UU11M9VkSFvAbk4uqVnQxKM { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15010;background-color:#3a3939;background-image:none;top:32.75rem;left:16.3125rem;display:block; }
#SRhfkwWMth3m9KFIgVwSmdiLeacwrlQ0 { color:#3a3939;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.125rem;left:23rem;height:1.4624rem;display:block; }
#TQZBeiculisaMCAVdzLOdNEpkxIl6LQa { color:#3a3939;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:40.125rem;left:23rem;height:1.4624rem;display:block; }
#VTS7He9hfMFew2RvW3WWV672JFkUvThq { color:#3a3939;display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:36.75rem;left:23rem;height:4.06274375rem;display:block; }
#fA25o0bUmDohmARu25fLpqEP5zZF3RgI { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#3a3939;background-image:none;top:38.5625rem;left:21.375rem;display:block; }
#gMTo7sVBG9g7zLqZoMvl9GaakOPXwpOA { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15014;background-color:#3a3939;background-image:none;top:38.75rem;left:16.3125rem;display:block; }
#F5uvlySxQUovEh7789r6nEAqbV8cbS4N { color:#3a3939;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:33.5rem;left:52.5rem;height:2.923825rem;display:block; }
#zwBKxlJ0Ao2AxyAApWcTvfdaTilStKZ9 { color:#3a3939;display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:30.125rem;left:52.5rem;height:4.06274375rem;display:block; }
#JptRFHpb6sdh5nCFCQn6WEVMPIchygTF { color:#3a3939;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:27.5rem;left:52.5rem;height:1.4624rem;display:block; }
#inIpXZkWM2mw8bvPIZht2cy4IUfkAo0t { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#3a3939;background-image:none;top:31.9375rem;left:50.875rem;display:block; }
#g3c8uSRT5DND19UIcIeQc6sXaeReruAV { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15022;background-color:#3a3939;background-image:none;top:32.125rem;left:45.8125rem;display:block; }
#fiplbVO67hzXZVKniEckOxZHCXTDoiD6 { color:#3a3939;display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.125rem;left:52.5rem;height:4.06274375rem;display:block; }
#ykbVLB9TWIFusG3fJmCy4OmmHqgIv3k2 { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:#3a3939;background-image:none;top:27.1875rem;left:50.875rem;display:block; }
#SnOPC1MeRTsJyTOb0Hd3X2DD55dGSwTk { box-sizing:content-box;height:0.125rem;width:5.5625rem;position:absolute;display:block;z-index:15018;background-color:#3a3939;background-image:none;top:27.375rem;left:45.8125rem;display:block; }
#cSna0EFHAGVPbAqmHbhiAOEw2R8i8yRA { color:#dfbf50;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.3505859375rem;left:22.5625rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#kvKdgs84HceML0acrtV1MH5pRtB7kMpg { color:#dfbf50;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:22.75rem;left:52.5rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#gFy2GkN9B7hw72HAefmI2opGhFXRtwlI { color:rgba(var(--color-tertiary-4),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:45.0625rem;left:14.40625rem;height:9.66943125rem;text-align:center;text-align-last:center;display:block; }
#AXnwXrgxtIc91TFp7xIXgMnPicN9eTNJ { 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:20.125rem;width:10.0625rem;top:21.8125rem;left:40.125rem;overflow:hidden;display:none; }
#KsGHoDQldfQJQHdndcfqKECRVqvvRGob { background-color:#dfbf50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#001342;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:56.875rem;left:31.375rem;display:block; }
#AwfprhE5GfCJTtmEp9DAsTU5CvwOpo5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kIZJ9SO34kzlFS6haQvaM2O7cI7fghK5 { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.2495rem;width:10.9995rem;top:21.65478515625rem;left:8.890869140625rem;overflow:hidden;display:block; }
#JPSanEHyD34WZgQBKt4eHkpz56BGsyVw { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:10.9375rem;top:21.84228515625rem;left:38.186279296875rem;overflow:hidden;display:block; }
#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001342;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; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { background-color: transparent; background-image: none; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container > .video-iframe-container { display: none; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row > .video-iframe-container { display: none; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .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); }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { border-width: 0; border-radius: 0; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:75rem;position:relative;display:block; }#lKRFLPTfQuwzokxSmCJna1elxq7W6r2O { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.25rem;left:2.4375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eNygiP4FdSf4v834oHC4gK4VhxrZVREb { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10rem;left:2.4375rem;height:1.62524375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zAkS8ll8CTTkW2qxyWZ4F67AAudfquAT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6875rem;left:20.75rem;height:3.2504875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D1iiNTvLFkuROBNyz0nWJXFDTP50vbaV { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.25rem;left:21.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KIXJWe8sTGC8cOs7zJyetCKXf7f7OXdW { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.9375rem;left:40rem;height:1.62524375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XPI8rLMXWmPlryyDDtaPGA8gflu4k6PV { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:.9;letter-spacing:0;top:7.25rem;left:39.9375rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zeqmLy1xOwVqMrnEzcRP0qFOTMSH67HO { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:9.375rem;left:58.75rem;height:3.2504875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bkyNatHCkuc8JM3VUgTQaSiRhcfW94JF { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.25rem;left:58.6875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#roR98euE7kutydWRnNQZJzybKtfsNgiD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.5rem;left:7.1875rem; }
#STItz3ywlASGqBnMqTKbkNBf4iQdchzw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.5rem;left:25.9375rem; }
#xuZVIiaTbptaTNrrmtMuVlLKTGW4gazw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.5rem;left:44.6875rem; }
#CptAFlCXuPCAlCeDtxaF5c6H9yg1fSIs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5rem;left:63.4375rem; }
#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { 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; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { background-color: transparent; background-image: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { display: none; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .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); }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:2.9375rem;left:2.375rem;overflow:hidden;display:block; }
#xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:49.25rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.9375rem;left:10.625rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.9375rem;left:14.125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.6875rem;left:57.6875rem;display:block; }
#qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { box-sizing:content-box;height:1.25rem;width:0.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.625rem;left:66rem;display:block; }
#PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { color:rgba(var(--color-secondary-2),1);display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.5625rem;left:49.9375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { color:rgba(var(--color-secondary-2),1);display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5625rem;left:57.375rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { color:rgba(var(--color-secondary-2),1);display:block;width:7.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5625rem;left:66.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mX1o19dvU3SarPmDybkioWpQKguaSfrf { display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { top:15.875rem;left:0rem;width:32.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { width:25.5rem;height:3.5625rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block; }
 }@media only screen and (max-width: 763px) { #zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { top:21.0625rem;left:0rem;width:31.625rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIT2P1PRDw68KmaXTHN8uNyHiQ1rV38P { top:9.625rem;left:0rem;width:44.4375rem;height:4.125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { top:2.5625rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWC0bpoqF0nyseGywLnm3zSn1ehENUCa { top:18.375rem;left:13.5625rem;width:8.5rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALBUQ5WA725UV8wdwGgH8LVqmaqL55Uc { top:19.5625rem;left:14.156494140625rem;width:7.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgPZUDBb3sAyaAIB9nQlvpAxB0GkG0y7 { top:14.6875rem;left:0rem;width:32.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiNPJOQTkaQNhiPkknOTKZbbcbbcTeo8 { top:18.375rem;left:13.375rem;width:7.5625rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE3RnqbH5c6vtKEzD5InPJC3X7Ke937u { top:19.9375rem;left:13.5rem;width:7.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu { display:block; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUG0CKMEXtSBwv6oGKWTSbC5E9PoCOQB { top:10.8125rem;left:0.46875rem;width:11rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuhXOxKc7NX7qdzLyV8pIApW2qEn5cEM { top:9.4375rem;left:12.40625rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thky4eSfPfwO7aIUTh85Km0NZF8HZT14 { top:9.4375rem;left:36.28125rem;width:11rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2dLuQkDxGNAp4RUzUkZUcFfautrk0WB { top:10.125rem;left:24.34375rem;width:11rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSH680SwXNrbLTP5sudOFpgxnf5a87x1 { top:3.875rem;left:11.75rem;width:12.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OltsG8yHESHbpp51aSKsvNq5nlMuo5ay { top:3.5rem;left:1.53125rem;width:8.9375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcOnBfzqpT2ENXgDuzzwdShGPszNKVdK { top:2.6875rem;left:25.09375rem;width:9.5625rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owm6UVRETwUA98kZp9dA7irMcgxfPHJo { top:3.6875rem;left:36.90625rem;width:9.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU { display:block; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpvsdiMIxT5s0yiooZTyUPtylEn6fwGN { top:4.4375rem;left:0rem;width:32.0625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv21UFrHsZ9Xi8fJD5xPvKIiEng1rZTO { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #guV9ErT7kFloFLQN93N563tSOfEcV5kP { top:11.5rem;left:0rem;width:29.5rem;height:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngRmiwE8noEBbF5ssi4UfdwQ6nN0R4aR { width:13.5rem;height:3.5625rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsADttRZX0any5tnyz2wpA44M1V9MHWr { display:block; }
 }@media only screen and (max-width: 763px) { #klgBKRDrAtsEq4WG7L4GHa1VOCFKHy0s { top:11.875rem;left:0rem;width:23.25rem;height:13.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { top:5.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jpqgl718HSNEQ51aTvKwakluTfuC025a { display:block; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { top:9.5625rem;left:0rem;width:18rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { top:0.9375rem;left:0rem;width:21rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { top:5.8125rem;left:0rem;width:14.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TGG5R60wyL0C30tqJsTtTwSCDHDUI6 { top:9.5625rem;left:13.75rem;width:18rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOT1Ev6sfiNLGMOWMRyIU8T59RxbGKP { top:0.9375rem;left:10.75rem;width:21rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9E1HgnF5B5lLWAN3DJHqnQ4CS7FDC4u { top:5.8125rem;left:14.375rem;width:17.375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHcyLDHNIiUHNqsOBwdnUZi7hXL2GOM { top:0.9375rem;left:26.625rem;width:21rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #phHlEux3QfchTu1sr62F7XqgzW0yuvIF { top:9.5625rem;left:29.625rem;width:18rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF1Z1QDH3QXAgmyR2X908kcabR8vwKdb { top:5.8125rem;left:31.75rem;width:14.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APHtTBH99ZCMBNdcOH7yOpzRW4FkS8ya { top:2.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTeRvPX7UzBFMxu7veiie17ige4bVFQy { top:2.125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3WLC5qUX3Xs4chClep7wHI5UXe8ATKl { top:2.125rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { top:13.4375rem;left:12.9375rem;width:34.8125rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzJXTMLFQ2v8sz0mfucM0xTAOlSKmZvy { top:5.8125rem;left:15.6875rem;width:32.0625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnTaHh5r1zxQXznkReQBpXrXw89wXZ14 { top:28.375rem;left:23.125rem;width:24.625rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRBT6M5t8w5VsdWKeFFLr1akaziCvkGv { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aWV6bBWgHeZ8b6Asw17SbKCdxJ3ZZaJt { width:13.5rem;height:3.625rem;top:22.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU72MbgXWTdnZiETi6OLMB7sy8TgswgJ { display:block; }
 }@media only screen and (max-width: 763px) { #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { display:block; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNmVkulWcERfuGT4tpF4n8DzInnwL8Qo { top:4.75rem;left:0rem;width:31.5rem;height:6.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFE0cNiB6wVMazKSeox9hho84ay68Bfr { top:15rem;left:0rem;width:29.8125rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { top:5.25rem;left:7.3125rem;width:40.4375rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8F5RLM7cOgKORFUBpl0TPC0Fw9vsQ5 { top:12.1875rem;left:0rem;width:29.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROztPmPmRGQdveMXTm0lVhFdLLJeiv6t { width:13.5rem;height:3.625rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy3LmihCIwx9XkUs31PNDfla40aWP1KP { display:block; }
 }@media only screen and (max-width: 763px) { #uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE { display:block; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMAMlBlx4APC2NWVny90yLhUkAZTEneB { top:3.4375rem;left:1.40625rem;width:46.1875rem;height:5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNMrZq5pvAGu8wd4lUqqJ7HkT0PDLBbd { top:14.0625rem;left:28.4375rem;width:18rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcDduMrwrtT4n3MNMOJCcaFyvgqsqBDN { top:12.1875rem;left:7.6875rem;width:12.4375rem;height:4.875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2T6xtZvir5RN4R9SdhpIdpgLEObos3J { top:16.4375rem;left:7.6875rem;width:12.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAoKdQzROJVeD9weTWsu35yX4BTTRXUh { top:11.8125rem;left:6.21875rem;width:15.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7RG77BREy13dTcplF1sU90du84oONrF { top:16.0625rem;left:21.71875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1xcHBGyqJXbGNsGe03F42aaLtiSvqF5 { top:15.875rem;left:26.78125rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN1GIHZaIMiPmaeUBNsQvpZQIaAZ9LCq { top:21.8125rem;left:0rem;width:10.0625rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqZIaGwz0CcB0i1KcMn7qla7k8Kw5uaW { top:30.75rem;left:9.375rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpcwHg3sZLC0T4IF2BdW4lMl2rqW6Uy { top:32.5625rem;left:7.75rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdycH9Jl4UU11M9VkSFvAbk4uqVnQxKM { top:32.75rem;left:2.6875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhfkwWMth3m9KFIgVwSmdiLeacwrlQ0 { top:34.125rem;left:9.375rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQZBeiculisaMCAVdzLOdNEpkxIl6LQa { top:40.125rem;left:9.375rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTS7He9hfMFew2RvW3WWV672JFkUvThq { top:36.75rem;left:9.375rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA25o0bUmDohmARu25fLpqEP5zZF3RgI { top:38.5625rem;left:7.75rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTo7sVBG9g7zLqZoMvl9GaakOPXwpOA { top:38.75rem;left:2.6875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5uvlySxQUovEh7789r6nEAqbV8cbS4N { top:33.5rem;left:36.0625rem;width:11.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwBKxlJ0Ao2AxyAApWcTvfdaTilStKZ9 { top:30.125rem;left:29.75rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JptRFHpb6sdh5nCFCQn6WEVMPIchygTF { top:27.5rem;left:29.75rem;width:18rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inIpXZkWM2mw8bvPIZht2cy4IUfkAo0t { top:31.9375rem;left:37.25rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3c8uSRT5DND19UIcIeQc6sXaeReruAV { top:32.125rem;left:32.1875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiplbVO67hzXZVKniEckOxZHCXTDoiD6 { top:24.125rem;left:29.75rem;width:18rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykbVLB9TWIFusG3fJmCy4OmmHqgIv3k2 { top:27.1875rem;left:37.25rem;width:0.5625rem;height:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnOPC1MeRTsJyTOb0Hd3X2DD55dGSwTk { top:27.375rem;left:32.1875rem;width:5.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSna0EFHAGVPbAqmHbhiAOEw2R8i8yRA { top:29.3125rem;left:8.9375rem;width:15.625rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvKdgs84HceML0acrtV1MH5pRtB7kMpg { top:22.75rem;left:32.125rem;width:15.625rem;height:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFy2GkN9B7hw72HAefmI2opGhFXRtwlI { top:45.0625rem;left:0.78125rem;width:46.1875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXnwXrgxtIc91TFp7xIXgMnPicN9eTNJ { top:21.8125rem;left:26.5rem;width:10.0625rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsGHoDQldfQJQHdndcfqKECRVqvvRGob { width:13.5rem;height:3.625rem;top:56.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwfprhE5GfCJTtmEp9DAsTU5CvwOpo5y { display:block; }
 }@media only screen and (max-width: 763px) { #kIZJ9SO34kzlFS6haQvaM2O7cI7fghK5 { top:21.625rem;left:0rem;width:10.9375rem;height:22.124088026728rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPSanEHyD34WZgQBKt4eHkpz56BGsyVw { top:21.8125rem;left:24.561279296875rem;width:10.9375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz { display:block; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKRFLPTfQuwzokxSmCJna1elxq7W6r2O { top:7.1875rem;left:0rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNygiP4FdSf4v834oHC4gK4VhxrZVREb { top:10rem;left:0rem;width:13.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkS8ll8CTTkW2qxyWZ4F67AAudfquAT { top:9.6875rem;left:9.25rem;width:14.625rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1iiNTvLFkuROBNyz0nWJXFDTP50vbaV { top:7.1875rem;left:10.1875rem;width:13.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIXJWe8sTGC8cOs7zJyetCKXf7f7OXdW { top:10.9375rem;left:22.125rem;width:13.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPI8rLMXWmPlryyDDtaPGA8gflu4k6PV { top:7.25rem;left:22.125rem;width:13.6875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeqmLy1xOwVqMrnEzcRP0qFOTMSH67HO { top:9.375rem;left:34.0625rem;width:13.6875rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkyNatHCkuc8JM3VUgTQaSiRhcfW94JF { top:7.25rem;left:34.0625rem;width:13.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roR98euE7kutydWRnNQZJzybKtfsNgiD { top:2.5rem;left:3.78125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #STItz3ywlASGqBnMqTKbkNBf4iQdchzw { top:2.5rem;left:15.71875rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuZVIiaTbptaTNrrmtMuVlLKTGW4gazw { top:2.5rem;left:27.65625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CptAFlCXuPCAlCeDtxaF5c6H9yg1fSIs { top:2.5rem;left:39.59375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { top:2.9375rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { top:2.625rem;left:24.125rem;width:23.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { top:2.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { top:2.9375rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { top:4.6875rem;left:44.0625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { top:4.625rem;left:47.625rem;width:0.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { top:4.5625rem;left:36.3125rem;width:7.75rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { top:4.5625rem;left:39.25rem;width:8.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { top:4.5625rem;left:40.3125rem;width:7.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f2f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #mX1o19dvU3SarPmDybkioWpQKguaSfrf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3411791a-a8a6-41fe-be48-e1f836c6c311/10.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf.adaptive-delivery-prevent-bg, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyload, #mX1o19dvU3SarPmDybkioWpQKguaSfrf.lazyloading { background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { background-color: transparent; background-image: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row > .video-iframe-container { display: none; }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .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); }#mX1o19dvU3SarPmDybkioWpQKguaSfrf > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vcsdvqu18pH0a6cbfzRlUNBtiG2qXI8b { width:19.18725rem;height:3.2504875rem;top:32.0625rem;left:0.404296875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3QXox2LOgC2yFgbQdTuM9dhSVQ96M1q { width:12.312rem;height:3.1875rem;top:36.8115234375rem;left:3.84228515625rem;font-size:1rem;background-color:#dfbf50;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #HN4o2kXm7qHfa9TzgTlR6itcxOcF8T6z { display:block; }
 }@media only screen and (max-width: 763px) { #zmlMHTIUAuLuJLZUo3R0Z46lHeD0t1Lg { width:20rem;height:2.4375rem;top:37.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iIT2P1PRDw68KmaXTHN8uNyHiQ1rV38P { width:20rem;height:5.625rem;top:25.4375rem;left:0rem;font-size:2.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bnoU7hOKXU2Iw38AafuryvnMs1JOg9Gv { width:4.9375rem;height:1.875rem;top:22.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWC0bpoqF0nyseGywLnm3zSn1ehENUCa { width:5.875rem;height:5.875rem;top:18.6875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALBUQ5WA725UV8wdwGgH8LVqmaqL55Uc { width:5.625rem;height:4.201175rem;top:19.554931640625rem;left:14.37451171875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #sgPZUDBb3sAyaAIB9nQlvpAxB0GkG0y7 { width:18.75rem;height:0.125rem;top:36.125rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiNPJOQTkaQNhiPkknOTKZbbcbbcTeo8 { width:5.87475625rem;height:5.87475625rem;top:10.10009765625rem;left:13.358642578125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SE3RnqbH5c6vtKEzD5InPJC3X7Ke937u { width:5.625rem;height:3.15088125rem;top:11.46240234375rem;left:13.6083984375rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu { background-color:#ffffff;background-image:none;display:block; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { background-color: transparent; background-image: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row > .video-iframe-container { display: none; }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .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); }#qNp3LT2OFZt4RRGJQJAMIZz25kyLPkJu > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aUG0CKMEXtSBwv6oGKWTSbC5E9PoCOQB { width:7.125rem;height:1.3999rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuhXOxKc7NX7qdzLyV8pIApW2qEn5cEM { width:11rem;height:3.89795rem;top:5rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #thky4eSfPfwO7aIUTh85Km0NZF8HZT14 { width:11rem;height:3.89795rem;top:14.75rem;left:9rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S2dLuQkDxGNAp4RUzUkZUcFfautrk0WB { width:7.125rem;height:2.59863125rem;top:15.5rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wSH680SwXNrbLTP5sudOFpgxnf5a87x1 { width:7.5rem;height:2.3125rem;top:2.125rem;left:11.03662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OltsG8yHESHbpp51aSKsvNq5nlMuo5ay { width:5.3125rem;height:2.625rem;top:1.96875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcOnBfzqpT2ENXgDuzzwdShGPszNKVdK { width:6.1875rem;height:4rem;top:10.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owm6UVRETwUA98kZp9dA7irMcgxfPHJo { width:7rem;height:2.9375rem;top:10.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU { background-color:#ffffff;background-image:none;display:block; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { background-color: transparent; background-image: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container > .video-iframe-container { display: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row > .video-iframe-container { display: none; }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .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); }#J3mHS3QHfq1RAJwnAfGJ9fVdT4EJcDBU > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpvsdiMIxT5s0yiooZTyUPtylEn6fwGN { width:20rem;height:3.436525rem;top:23.8125rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hv21UFrHsZ9Xi8fJD5xPvKIiEng1rZTO { top:1.8125rem;left:0rem;width:20rem;height:20rem;z-index:15008;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guV9ErT7kFloFLQN93N563tSOfEcV5kP { width:20rem;height:23.3876625rem;top:28.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #ngRmiwE8noEBbF5ssi4UfdwQ6nN0R4aR { width:11.31225rem;height:3rem;top:45.062255859375rem;left:4.341796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsADttRZX0any5tnyz2wpA44M1V9MHWr { display:block; }
 }@media only screen and (max-width: 763px) { #klgBKRDrAtsEq4WG7L4GHa1VOCFKHy0s { width:18.375rem;height:12.99314375rem;top:29.43603515625rem;left:0.8115234375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK { display:block; }#tc2OxVmIZWdRV4rx4mTvqvcAbn9mhsDK > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6T37S350HhtVJxGtbRNosWo6wDR5Xwn { width:17.25rem;height:3.436525rem;top:2.8125rem;left:1.375rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jpqgl718HSNEQ51aTvKwakluTfuC025a { display:block; }#Jpqgl718HSNEQ51aTvKwakluTfuC025a > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2ITOhpKT9WBVdQs678X8rUie6CKe4xU { width:18rem;height:6.4965625rem;top:10.5rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmVvdJupTt1KQV9VQB78XpPXVLV5x7lI { width:20rem;height:16.875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzHzKNkyAJItQ5DEMJTH5s0EsCU7l9PN { width:14.4375rem;height:3.04980625rem;top:6.75rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TGG5R60wyL0C30tqJsTtTwSCDHDUI6 { width:18rem;height:6.4965625rem;top:28.25rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNOT1Ev6sfiNLGMOWMRyIU8T59RxbGKP { width:20rem;height:16.875rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9E1HgnF5B5lLWAN3DJHqnQ4CS7FDC4u { width:16.3125rem;height:3.04980625rem;top:24.6875rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUHcyLDHNIiUHNqsOBwdnUZi7hXL2GOM { width:20rem;height:16.875rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #phHlEux3QfchTu1sr62F7XqgzW0yuvIF { width:18rem;height:6.4965625rem;top:46.6875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF1Z1QDH3QXAgmyR2X908kcabR8vwKdb { width:14.4375rem;height:3.04980625rem;top:42.9375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APHtTBH99ZCMBNdcOH7yOpzRW4FkS8ya { display:flex;width:3.125rem;height:3.125rem;top:3rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #PTeRvPX7UzBFMxu7veiie17ige4bVFQy { display:flex;width:3.125rem;height:3.125rem;top:21rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #l3WLC5qUX3Xs4chClep7wHI5UXe8ATKl { display:flex;width:3.125rem;height:3.125rem;top:39.25rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { background-color:#ffffff;background-image:none;display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { background-color: transparent; background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .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); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { width:15.5rem;height:9.09521875rem;top:28.5rem;left:2.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xzJXTMLFQ2v8sz0mfucM0xTAOlSKmZvy { width:20rem;height:3.436525rem;top:23.8125rem;left:0rem;font-size:1.5625rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OnTaHh5r1zxQXznkReQBpXrXw89wXZ14 { width:16.875rem;height:5.52539375rem;top:44.5rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRBT6M5t8w5VsdWKeFFLr1akaziCvkGv { top:1.8125rem;left:0rem;width:20rem;height:20rem;z-index:15008;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWV6bBWgHeZ8b6Asw17SbKCdxJ3ZZaJt { width:11.3125rem;height:3rem;top:39.25rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU72MbgXWTdnZiETi6OLMB7sy8TgswgJ { display:block; }
 }@media only screen and (max-width: 763px) { #cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv { display:block; }#cDZZQkeEHb1guEDDr1fhLHkW4IznvwUv > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNmVkulWcERfuGT4tpF4n8DzInnwL8Qo { width:16.1875rem;height:3.7485375rem;top:2.89892578125rem;left:0rem;font-size:1.5625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iFE0cNiB6wVMazKSeox9hho84ay68Bfr { width:20rem;height:10.3945rem;top:10.1484375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TJbaAUoNmbEiiH7ExEkNUP9M3OgGhk8h { height:11.2206875rem;width:20rem;top:22.3046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI8F5RLM7cOgKORFUBpl0TPC0Fw9vsQ5 { width:20rem;height:1.34985625rem;top:7.6171875rem;left:0rem;font-size:1.125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ROztPmPmRGQdveMXTm0lVhFdLLJeiv6t { width:11.3125rem;height:3rem;top:35.9619140625rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy3LmihCIwx9XkUs31PNDfla40aWP1KP { display:block; }
 }@media only screen and (max-width: 763px) { #uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE { display:block; }#uHWazDg3ccU6bTLwZXfuIHteH0R2gLEE > .row .container { width:20rem;height:99.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aMAMlBlx4APC2NWVny90yLhUkAZTEneB { width:20rem;height:5.6228rem;top:2.375rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GNMrZq5pvAGu8wd4lUqqJ7HkT0PDLBbd { width:18rem;height:4.14404375rem;top:8.75rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WcDduMrwrtT4n3MNMOJCcaFyvgqsqBDN { width:12.4375rem;height:3.98095625rem;top:14.6875rem;left:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2T6xtZvir5RN4R9SdhpIdpgLEObos3J { width:12.5625rem;height:2.76269375rem;top:18.6875rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAoKdQzROJVeD9weTWsu35yX4BTTRXUh { width:15.25rem;height:8rem;top:14.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7RG77BREy13dTcplF1sU90du84oONrF { width:5.5625rem;height:0.125rem;top:11.25rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z1xcHBGyqJXbGNsGe03F42aaLtiSvqF5 { width:0.5625rem;height:0.5625rem;top:12.625rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BN1GIHZaIMiPmaeUBNsQvpZQIaAZ9LCq { width:5.75rem;height:12.0625rem;top:25.5927734375rem;left:2.0625rem;overflow:hidden;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #fqZIaGwz0CcB0i1KcMn7qla7k8Kw5uaW { width:5.0625rem;height:2.6001rem;top:31.75rem;left:14rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpcwHg3sZLC0T4IF2BdW4lMl2rqW6Uy { width:0.5625rem;height:0.5625rem;top:32.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdycH9Jl4UU11M9VkSFvAbk4uqVnQxKM { width:7.5625rem;height:0.125rem;top:32.9375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhfkwWMth3m9KFIgVwSmdiLeacwrlQ0 { width:7.5625rem;height:1.4619125rem;top:34.3125rem;left:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQZBeiculisaMCAVdzLOdNEpkxIl6LQa { width:9rem;height:2.923825rem;top:40.3125rem;left:10.0625rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VTS7He9hfMFew2RvW3WWV672JFkUvThq { width:4.2495125rem;height:2.6001rem;top:53.8125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA25o0bUmDohmARu25fLpqEP5zZF3RgI { width:0.5625rem;height:0.5625rem;top:38.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMTo7sVBG9g7zLqZoMvl9GaakOPXwpOA { width:7.8125rem;height:0.125rem;top:38.9375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5uvlySxQUovEh7789r6nEAqbV8cbS4N { width:9.81225rem;height:2.923825rem;top:56.4375rem;left:1rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zwBKxlJ0Ao2AxyAApWcTvfdaTilStKZ9 { width:4.125rem;height:2.6001rem;top:37.75rem;left:14.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JptRFHpb6sdh5nCFCQn6WEVMPIchygTF { width:6.24975625rem;height:1.4619125rem;top:51.4375rem;left:1rem;font-size:1.125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #inIpXZkWM2mw8bvPIZht2cy4IUfkAo0t { width:0.5625rem;height:0.5625rem;top:54.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3c8uSRT5DND19UIcIeQc6sXaeReruAV { width:8.625rem;height:0.124511875rem;top:50.0625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiplbVO67hzXZVKniEckOxZHCXTDoiD6 { width:4.125rem;height:2.6001rem;top:48.8125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykbVLB9TWIFusG3fJmCy4OmmHqgIv3k2 { width:0.5625rem;height:0.5625rem;top:49.8125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnOPC1MeRTsJyTOb0Hd3X2DD55dGSwTk { width:9.0625rem;height:0.124511875rem;top:55.0625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSna0EFHAGVPbAqmHbhiAOEw2R8i8yRA { width:5.8125rem;height:1.62524375rem;top:28.623779296875rem;left:10.06201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvKdgs84HceML0acrtV1MH5pRtB7kMpg { width:6.1875rem;height:1.62524375rem;top:46.5rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFy2GkN9B7hw72HAefmI2opGhFXRtwlI { width:19.9995rem;height:22.1016rem;top:68.687255859375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AXnwXrgxtIc91TFp7xIXgMnPicN9eTNJ { width:7rem;height:14.125rem;top:43.96240234375rem;left:2.0625rem;overflow:hidden;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #KsGHoDQldfQJQHdndcfqKECRVqvvRGob { width:11.31225rem;height:3rem;top:93.561767578125rem;left:4.499267578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwfprhE5GfCJTtmEp9DAsTU5CvwOpo5y { display:block; }
 }@media only screen and (max-width: 763px) { #kIZJ9SO34kzlFS6haQvaM2O7cI7fghK5 { width:8.937rem;height:18.4995rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPSanEHyD34WZgQBKt4eHkpz56BGsyVw { width:9rem;height:18.4995rem;top:48.0625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz { display:block; }#T7WT57U9KpzkiBVFv6nrgm8pav9dMsDz > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKRFLPTfQuwzokxSmCJna1elxq7W6r2O { width:5.375rem;height:1.62524375rem;top:5.5rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNygiP4FdSf4v834oHC4gK4VhxrZVREb { width:7.5625rem;height:2.4375rem;top:7.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAkS8ll8CTTkW2qxyWZ4F67AAudfquAT { width:8.9375rem;height:3.65625rem;top:7.125rem;left:10.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1iiNTvLFkuROBNyz0nWJXFDTP50vbaV { width:8.625rem;height:1.25024375rem;top:5.5rem;left:10.375rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KIXJWe8sTGC8cOs7zJyetCKXf7f7OXdW { width:5.125rem;height:1.21875rem;top:19.1875rem;left:12.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPI8rLMXWmPlryyDDtaPGA8gflu4k6PV { width:8.6875rem;height:2.25rem;top:16.375rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeqmLy1xOwVqMrnEzcRP0qFOTMSH67HO { width:10.3125rem;height:2.4375rem;top:18rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkyNatHCkuc8JM3VUgTQaSiRhcfW94JF { width:8.1875rem;height:1.125rem;top:16.375rem;left:0.96875rem;font-size:1.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #roR98euE7kutydWRnNQZJzybKtfsNgiD { display:flex;width:3.625rem;height:3.625rem;top:1.5625rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #STItz3ywlASGqBnMqTKbkNBf4iQdchzw { display:flex;width:3.25rem;height:3.25rem;top:1.5625rem;left:12.84375rem; }
 }@media only screen and (max-width: 763px) { #xuZVIiaTbptaTNrrmtMuVlLKTGW4gazw { display:flex;width:3.4375rem;height:3.4375rem;top:12.125rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #CptAFlCXuPCAlCeDtxaF5c6H9yg1fSIs { display:flex;width:3.0625rem;height:3.0625rem;top:12.3125rem;left:3.53125rem; }
 }@media only screen and (max-width: 763px) { #WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { display:block; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf { border-width: 0; border-radius: 0; }#WOJMF9v5DmAEAEr29tTEoyzIbaOIuIUf > .row .container { width:20rem;height:10.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RicMdrI8Gk8DLcfMWPCBlrTfzgiM7Ge0 { width:4.9375rem;height:1.875rem;top:1.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkw8Vsb6O2TqFoaB9BB6u0DbmTsUksEz { width:17.8125rem;height:1.13745rem;top:5.4375rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:11rem;font-size:1.3125rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { display:flex;width:1.875rem;height:1.875rem;top:1.75rem;left:13.4375rem;font-size:1.3125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #C3DpIMuV7wqbeaAWnnBJRhF0vr7QdiJX { top:4.5625rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;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) { #VN8FLDRH0nmdDZ7Mr9ThBknSrLEzTTar { width:0.125rem;height:1.25rem;top:4.6875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qeQXCNmltMG03bHHOapCQUTQRKhv9PB0 { width:0.125rem;height:1.25rem;top:4.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQ6cFadc99k1bnKTt90a7ioVbvoX9wN0 { width:6.375rem;height:1.125rem;top:7.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izZkEcvMWgq8HT8O1EwO746sHMwEyIwI { width:7.0625rem;height:1.125rem;top:7.3125rem;left:6.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed79sBlvf6UkwB5hBrNEseQfkv5X3b9h { width:6.4375rem;height:1.13745rem;top:7.3125rem;left:13.5625rem;font-size:0.875rem;display:block; }
 }