.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:217,217,237;--color-primary-1:128,129,194;--color-primary-2:0,2,133;--color-primary-3:0,1,67;--color-primary-4:0,0,20;--color-secondary-0:232,236,244;--color-secondary-1:178,192,219;--color-secondary-2:100,128,183;--color-secondary-3:50,64,92;--color-secondary-4:15,19,27;--color-tertiary-0:255,255,255;--color-tertiary-1:248,246,208;--color-tertiary-2:230,226,99;--color-tertiary-3:115,113,50;--color-tertiary-4:23,23,10;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #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); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { position:relative;display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { background-color: transparent; background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { border-width: 0; border-radius: 0; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HEp8I4LBlorGavJWlXtsMS2Xqtsnfo6D { position:absolute;display:block;z-index:15000;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:6.75rem;width:18.25rem;top:0rem;left:28.375rem;overflow:hidden;display:block; }
#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { position:relative;display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { border-width: 0; border-radius: 0; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { color:rgba(var(--color-tertiary-4),1);display:block;width:61.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:2.3125rem;left:6.96875rem;height:3.89705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { color:rgba(var(--color-tertiary-4),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.375rem;left:10.78125rem;height:3.235294125rem;text-align:center;text-align-last:center;display:block; }
#ulWmdGpaVpgxdr57vNUAoVH1yU2eRvTh { position:absolute;display:block;z-index:14997;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;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:5.5rem;width:75rem;top:15.625rem;left:0rem;display:block; }
#T72De7TfwHuTNxaTvRuTMqnTQxJvBldB { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-2),1);border-left:0.1875rem solid rgba(var(--color-tertiary-2),1);border-right:0.1875rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.076515375rem;height:3.319853rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:12.255282878876rem;left:24.898895263672rem;display:block; }
#NV3pawtvckZT1qcecQqVFD15KGgx4GGC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FxmmUx8BtHMxxwrUTitBCT90NiVBqePd { color:rgba(var(--color-primary-4),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:17.406938076019rem;left:11.879594802856rem;height:2.941176375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { position:relative;display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { background-color: transparent; background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .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); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { border-width: 0; border-radius: 0; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { color:rgba(var(--color-tertiary-4),1);display:block;width:74.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:18.1875rem;left:0rem;height:3.89705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I9CkXXq87WkqL7gkhFJHhMSvQCJc3Twv { color:rgba(var(--color-tertiary-2),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:19.15625rem;left:40.6875rem;height:4.411764625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#MwlWOXmZBuqmucAIq855LBZgKUMWXLTN { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:22.8125rem;left:22.8125rem;height:9.563418375rem;text-align:left;text-align-last:left;display:block; }#MwlWOXmZBuqmucAIq855LBZgKUMWXLTN li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MwlWOXmZBuqmucAIq855LBZgKUMWXLTN li:before{  }
#lHRRezQJBNChaIFM6rl4LlVf9Hmb7VHR { position:absolute;display:block;z-index:15018;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:15.5625rem;width:27.8125rem;top:1rem;left:23.28125rem;overflow:hidden;display:block; }
#orbrdRwh4CkFFl8CbdzPcieCcOAAs3qs { color:rgba(var(--color-primary-4),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:34.758726119995rem;left:10.780101776123rem;height:2.941176375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OlM4TwFLPC0qVChGaAkh8Mmm0g1yqKGB { color:rgba(var(--color-tertiary-0),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:30.84903717041rem;left:10.778951644898rem;height:2.941176375rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM { z-index:;position:relative;display:block; }#GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM { background-color: transparent; background-image: none; }#GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM > .row .container > .video-iframe-container { display: none; }#GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM > .row > .video-iframe-container { display: none; }#GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM > .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); }#GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM { border-width: 0; border-radius: 0; }#GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM > .row .container { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Ep2lR7y4EBnUenIo4EgnkmhSHnDlqWds { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:3.5rem;left:0rem;height:2.7941174375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KLonITofDxFUapCTgsSwHLMOUKBedlTI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:17.532165527344rem;left:0.68589210510256rem;height:2.9411764375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QDEVT9lKJUIXZ4dNHMbhe1sQMJZkTWaA { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:17.5rem;left:26.092599868774rem;height:2.9411764375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z5Iuy3H4e3d5CBCRqOLKPzZo6wSuwJtH { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:17.5rem;left:51.811807632446rem;height:2.9411764375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P2D2lPgKvwHfL66sB19xya4wz31kRTJd { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:23.1875rem;left:0.6875rem;height:2.941176375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ggKUQs5ddKt7lOrntr4cMw01VH3usz0x { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:23.187042236328rem;left:30.124998092651rem;height:2.9411764375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ule1WtNuF8c4cJDBJ4vrl41hPD36DlSa { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:23.1875rem;left:51.8125rem;height:2.941176375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r3vyZACouePpFIaoMkCVb4AwHgqa4b4r { box-sizing:content-box;height:14.4375rem;width:16.4375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:13.686813354493rem;left:3.5rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#AOUtUQTiQHkZVISpQ0ZNOMfPTbuxPIes { box-sizing:content-box;height:14.4375rem;width:16.4375rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:13.655792236328rem;left:29.094667434693rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#dNVkXmuMczZ4hWc6Z9nvnlUoVVHBoRPX { box-sizing:content-box;height:14.4375rem;width:16.4375rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:13.655792236328rem;left:54.657625198364rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
#J6ximspighDd6NU3RZNKe4d8G5FyIdMq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.061813354493rem;left:6.7486209869388rem; }
#dC5ktZqHb2BtKfTnm1ZRgzVUkRdcR6dS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.125rem;left:36.875rem; }
#txTH2765gHSqoKtzGQG2UrP4zNXOzNnP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:27.721504211426rem;left:66.999078750612rem; }
#NOM8Pkm1VXmqVHx9PegLk1EMUlTGAXT5 { box-sizing:content-box;height:0.125rem;width:16.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.749771118164rem;left:54.624307632446rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dQDwyyyN3T3ApQJ1nTJo702VBVtqbLrt { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.875rem;left:9.125rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nRup47omTeedsLy9DnJr50kpQmzd5oSS { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.9375rem;left:34.6875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SoEUZQq9NzVTZqerf95MpOEeurC6f18v { box-sizing:content-box;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.9375rem;left:60.25rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rzERSbTkRIrRRych3Qt6AL0TTwdy2GTu { color:rgba(var(--color-primary-3),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:12.25rem;left:9.125rem;height:2.9411764375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kiLVwTdzReKNmzlILclMQ4m0e2QIlNiu { color:rgba(var(--color-primary-3),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:12.25rem;left:34.6875rem;height:2.9411764375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PKqCByk4NLmuteaxgycEilrht4cAEAhG { color:rgba(var(--color-primary-3),1);display:block;width:5.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:12.25rem;left:60.25rem;height:2.9411764375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QeKbtbCeGxk73BoO3xWizTmI37cxBKhR { box-sizing:content-box;height:0.124080875rem;width:16.6865806875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.657859802246rem;left:29.155557632446rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gGxwIAiqTCo4oQEAiesiJFksJeS9CGrV { box-sizing:content-box;height:0.124080875rem;width:16.6865806875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.171875rem;left:3.59375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CcXJILJqFkRFyZVr9De2DA3fZimKIHIp { box-sizing:content-box;height:0.124080875rem;width:16.6865806875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.657859802246rem;left:29.155557632446rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#T2ImlIL3HQtT1yTZvGLvGf8qbcsLcpEQ { color:rgba(var(--color-tertiary-0),1);display:block;width:53.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:30.84903717041rem;left:10.778951644898rem;height:2.941176375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#e1JGV0XalECOq8KIUDD7iTctMJnTP72o { z-index:;position:relative;display:block; }#e1JGV0XalECOq8KIUDD7iTctMJnTP72o { background-color: transparent; background-image: none; }#e1JGV0XalECOq8KIUDD7iTctMJnTP72o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1JGV0XalECOq8KIUDD7iTctMJnTP72o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1JGV0XalECOq8KIUDD7iTctMJnTP72o > .row .container > .video-iframe-container { display: none; }#e1JGV0XalECOq8KIUDD7iTctMJnTP72o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1JGV0XalECOq8KIUDD7iTctMJnTP72o > .row > .video-iframe-container { display: none; }#e1JGV0XalECOq8KIUDD7iTctMJnTP72o > .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); }#e1JGV0XalECOq8KIUDD7iTctMJnTP72o { border-width: 0; border-radius: 0; }#e1JGV0XalECOq8KIUDD7iTctMJnTP72o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1JGV0XalECOq8KIUDD7iTctMJnTP72o > .row .container { background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#x4CSBIXimmOEpebmEgMNEZT6kLzKgDAX { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:2.8187026977539rem;left:0rem;height:5.588234875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bTkQfSJxX0JUTZ1ETlQV9XRVcXmdkKqk { color:rgba(var(--color-tertiary-4),1);display:block;width:53.8120384375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.07559967041rem;left:10.592830657959rem;height:1.5441175625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aZOs1rpCncSknXzsCEXiTiEDlnPbE1MM { box-sizing:content-box;height:17.8125rem;width:31.3125rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:0rem;left:43.6875rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#phnVVdyEKHGhNezEiatRf30BzPxNE6qW { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid rgba(var(--color-tertiary-2),1);border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0.3125rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:3.5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.561813354493rem;left:24.811578750611rem;display:block; }
#weNHTTcaP5XwcqTcCZcGg7JX6WJNdJN7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NA1Fx3lCu9c1VSXPlvuevhItv918VS6c { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0622691875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:13.134651184082rem;left:28.968290328979rem;height:7.11397025rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#NA1Fx3lCu9c1VSXPlvuevhItv918VS6c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NA1Fx3lCu9c1VSXPlvuevhItv918VS6c li:before{  }
#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { position:relative;display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#T57fKqPOvmHGo8mgeFD6iwhBnqoIIHvg { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.125rem;left:24.375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#NL6qEgoRZqmoX3vLzK3LrcnAWkEKp1K2 { position:absolute;display:block;z-index:15002;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:5.9375rem;width:12.0625rem;top:2.0625rem;left:31.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { background-color: transparent; background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { border-width: 0; border-radius: 0; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEp8I4LBlorGavJWlXtsMS2Xqtsnfo6D { top:0rem;left:14.75rem;width:18.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { border-width: 0; border-radius: 0; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { top:2.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { top:7.3125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.125rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #ulWmdGpaVpgxdr57vNUAoVH1yU2eRvTh { width:47.75rem;height:5.5rem;top:15.625rem;left:0rem;background-color:#0f9ae5;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;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T72De7TfwHuTNxaTvRuTMqnTQxJvBldB { width:25.0625rem;height:3.3125rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV3pawtvckZT1qcecQqVFD15KGgx4GGC { display:block; }
 }@media only screen and (max-width: 763px) { #FxmmUx8BtHMxxwrUTitBCT90NiVBqePd { top:17.375rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { background-color:#f2f2f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { background-color: transparent; background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .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); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { border-width: 0; border-radius: 0; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { top:18.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.875rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #I9CkXXq87WkqL7gkhFJHhMSvQCJc3Twv { top:19.125rem;left:20.9375rem;width:26.8125rem;height:4.5rem;font-size:1.375rem;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #MwlWOXmZBuqmucAIq855LBZgKUMWXLTN { top:22.8125rem;left:9.1875rem;width:28.75rem;height:9.75rem;font-size:1.1875rem;color:#18050a;display:block; }#MwlWOXmZBuqmucAIq855LBZgKUMWXLTN li:before{  }
 }@media only screen and (max-width: 763px) { #lHRRezQJBNChaIFM6rl4LlVf9Hmb7VHR { top:1rem;left:9.65625rem;width:27.8125rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orbrdRwh4CkFFl8CbdzPcieCcOAAs3qs { top:34.75rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #OlM4TwFLPC0qVChGaAkh8Mmm0g1yqKGB { top:30.8125rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;color:#18050a;display:none; }
 }@media only screen and (max-width: 763px) { #GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM { display:block; }#GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep2lR7y4EBnUenIo4EgnkmhSHnDlqWds { top:3.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLonITofDxFUapCTgsSwHLMOUKBedlTI { top:17.5rem;left:0rem;width:22.5rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDEVT9lKJUIXZ4dNHMbhe1sQMJZkTWaA { top:17.5rem;left:12.467599868774rem;width:22.8125rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5Iuy3H4e3d5CBCRqOLKPzZo6wSuwJtH { top:17.5rem;left:25.25rem;width:22.5rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2D2lPgKvwHfL66sB19xya4wz31kRTJd { top:23.125rem;left:0rem;width:22.5rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggKUQs5ddKt7lOrntr4cMw01VH3usz0x { top:23.125rem;left:16.499998092651rem;width:14.4375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ule1WtNuF8c4cJDBJ4vrl41hPD36DlSa { top:23.125rem;left:25.25rem;width:22.5rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3vyZACouePpFIaoMkCVb4AwHgqa4b4r { top:13.625rem;left:0rem;width:16.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOUtUQTiQHkZVISpQ0ZNOMfPTbuxPIes { top:13.625rem;left:15.469667434693rem;width:16.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNVkXmuMczZ4hWc6Z9nvnlUoVVHBoRPX { top:13.625rem;left:30.9375rem;width:16.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ximspighDd6NU3RZNKe4d8G5FyIdMq { top:13rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC5ktZqHb2BtKfTnm1ZRgzVUkRdcR6dS { top:21.125rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #txTH2765gHSqoKtzGQG2UrP4zNXOzNnP { top:27.6875rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOM8Pkm1VXmqVHx9PegLk1EMUlTGAXT5 { top:21.6875rem;left:31.0625rem;width:16.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQDwyyyN3T3ApQJ1nTJo702VBVtqbLrt { top:10.875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRup47omTeedsLy9DnJr50kpQmzd5oSS { top:10.9375rem;left:21.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoEUZQq9NzVTZqerf95MpOEeurC6f18v { top:10.9375rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzERSbTkRIrRRych3Qt6AL0TTwdy2GTu { top:12.25rem;left:0rem;width:5.6875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiLVwTdzReKNmzlILclMQ4m0e2QIlNiu { top:12.25rem;left:21.0625rem;width:5.6875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKqCByk4NLmuteaxgycEilrht4cAEAhG { top:12.25rem;left:42.0625rem;width:5.6875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeKbtbCeGxk73BoO3xWizTmI37cxBKhR { top:21.625rem;left:15.530557632446rem;width:16.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGxwIAiqTCo4oQEAiesiJFksJeS9CGrV { top:21.125rem;left:0rem;width:16.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcXJILJqFkRFyZVr9De2DA3fZimKIHIp { top:21.625rem;left:15.530557632446rem;width:16.625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2ImlIL3HQtT1yTZvGLvGf8qbcsLcpEQ { top:30.8125rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #e1JGV0XalECOq8KIUDD7iTctMJnTP72o { display:block; }#e1JGV0XalECOq8KIUDD7iTctMJnTP72o > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4CSBIXimmOEpebmEgMNEZT6kLzKgDAX { top:2.8125rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTkQfSJxX0JUTZ1ETlQV9XRVcXmdkKqk { top:9.0625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZOs1rpCncSknXzsCEXiTiEDlnPbE1MM { top:0rem;left:16.4375rem;width:31.3125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phnVVdyEKHGhNezEiatRf30BzPxNE6qW { width:25.375rem;height:3.5rem;top:22.5rem;left:11.186578750611rem;display:block; }
 }@media only screen and (max-width: 763px) { #weNHTTcaP5XwcqTcCZcGg7JX6WJNdJN7 { display:block; }
 }@media only screen and (max-width: 763px) { #NA1Fx3lCu9c1VSXPlvuevhItv918VS6c { top:13.125rem;left:15.343290328979rem;width:17rem;height:7.0625rem;font-size:1rem;display:block; }#NA1Fx3lCu9c1VSXPlvuevhItv918VS6c li:before{  }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { background-color:#f2f2f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T57fKqPOvmHGo8mgeFD6iwhBnqoIIHvg { top:10.125rem;left:10.75rem;width:26.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL6qEgoRZqmoX3vLzK3LrcnAWkEKp1K2 { top:2.0625rem;left:17.84375rem;width:12.0625rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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) { #SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { display:block; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { background-color: transparent; background-image: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row > .video-iframe-container { display: none; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .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); }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 { border-width: 0; border-radius: 0; }#SWSBZDouTN13iuzTDpNMsS7tQGrSwOL7 > .row .container { width:20rem;height:9.0625rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEp8I4LBlorGavJWlXtsMS2Xqtsnfo6D { width:18.25rem;height:6.75rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { display:block; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { background-color: transparent; background-image: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row > .video-iframe-container { display: none; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .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); }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn { border-width: 0; border-radius: 0; }#yQ0rGTBwrJW9PINqcSMZM64pnRbBHUHn > .row .container { width:20rem;height:26.375rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jz4TsATATDaTW441VRuJX5sL4pktQm5Z { width:20rem;height:5.1470585rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #ETTcx7iRoQ8RtTEE78T07gXN0XT6puQf { width:20rem;height:5.8823528125rem;top:7.862813949585rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #ulWmdGpaVpgxdr57vNUAoVH1yU2eRvTh { width:20rem;height:4.5rem;top:14.811578750611rem;left:0rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #T72De7TfwHuTNxaTvRuTMqnTQxJvBldB { width:18.8816625625rem;height:2.069853rem;top:15.811120986939rem;left:0.49862134456634rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV3pawtvckZT1qcecQqVFD15KGgx4GGC { display:block; }
 }@media only screen and (max-width: 763px) { #FxmmUx8BtHMxxwrUTitBCT90NiVBqePd { width:18.3743095625rem;height:5.8823528125rem;top:19.297563552856rem;left:0.80997240543363rem;font-size:1rem;text-align:center;text-align-last:center;color:#002855;display:block; }
 }@media only screen and (max-width: 763px) { #IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV { background-color:#f2f2f2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { background-color: transparent; background-image: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row > .video-iframe-container { display: none; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .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); }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { border-width: 0; border-radius: 0; }#IVrWTpcnBRORZvdRsOJMp52AqGOlFWkV > .row .container { width:20rem;height:46.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3khNtl9uQRgm68QHFOKcp2QZ9o46saP { width:17.9375rem;height:7.7205881875rem;top:1.1875rem;left:1.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#18050a;display:block; }
 }@media only screen and (max-width: 763px) { #I9CkXXq87WkqL7gkhFJHhMSvQCJc3Twv { width:20rem;height:4.117647125rem;top:9.0625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#ee3162;display:block; }
 }@media only screen and (max-width: 763px) { #MwlWOXmZBuqmucAIq855LBZgKUMWXLTN { width:18.4995403125rem;height:12.7251835rem;top:21.925548553467rem;left:0.74908089637756rem;font-size:1rem;text-align:left;text-align-last:left;color:#18050a;display:block; }#MwlWOXmZBuqmucAIq855LBZgKUMWXLTN li:before{  }
 }@media only screen and (max-width: 763px) { #lHRRezQJBNChaIFM6rl4LlVf9Hmb7VHR { width:20rem;height:11.19051541573rem;top:9.848346710205rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orbrdRwh4CkFFl8CbdzPcieCcOAAs3qs { width:20rem;height:4.411764625rem;top:35.899587644287rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#faf6f7;display:block; }
 }@media only screen and (max-width: 763px) { #OlM4TwFLPC0qVChGaAkh8Mmm0g1yqKGB { width:18.6247691875rem;height:5.8823528125rem;top:38.602939605713rem;left:0.68589150905606rem;font-size:1rem;text-align:center;text-align-last:center;color:#010912;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM { display:block; }#GZvB9e6f4WXT4pO9oIKJbRhrt6pppFRM > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ep2lR7y4EBnUenIo4EgnkmhSHnDlqWds { width:20rem;height:1.985294125rem;top:1.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLonITofDxFUapCTgsSwHLMOUKBedlTI { width:13.4375rem;height:3.235294125rem;top:51.5625rem;left:3.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDEVT9lKJUIXZ4dNHMbhe1sQMJZkTWaA { width:20rem;height:3.235294125rem;top:30.590538024903rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z5Iuy3H4e3d5CBCRqOLKPzZo6wSuwJtH { width:16.25rem;height:3.235294125rem;top:12.311584472656rem;left:2.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2D2lPgKvwHfL66sB19xya4wz31kRTJd { width:18.75rem;height:2.941176375rem;top:16.8125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ggKUQs5ddKt7lOrntr4cMw01VH3usz0x { width:15.4997701875rem;height:2.9411764375rem;top:36.623390197754rem;left:2.2483915090561rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ule1WtNuF8c4cJDBJ4vrl41hPD36DlSa { width:18.75rem;height:2.941176375rem;top:56.499313354493rem;left:0.62385106086731rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3vyZACouePpFIaoMkCVb4AwHgqa4b4r { width:16.375rem;height:14.4375rem;top:8.3122711181637rem;left:2.1243106126785rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #AOUtUQTiQHkZVISpQ0ZNOMfPTbuxPIes { width:16.625rem;height:14.4375rem;top:27.436813354493rem;left:1.5625rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #dNVkXmuMczZ4hWc6Z9nvnlUoVVHBoRPX { width:16.0625rem;height:14.4375rem;top:47.624084472656rem;left:1.6875rem;z-index:14984;display:block; }
 }@media only screen and (max-width: 763px) { #J6ximspighDd6NU3RZNKe4d8G5FyIdMq { display:flex;width:1.25rem;height:1.25rem;top:7.8125rem;left:4.9375rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #dC5ktZqHb2BtKfTnm1ZRgzVUkRdcR6dS { display:flex;width:1.25rem;height:1.25rem;top:33.999542236328rem;left:9.374999165535rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #txTH2765gHSqoKtzGQG2UrP4zNXOzNnP { display:flex;width:1.25rem;height:1.25rem;top:61.630058288574rem;left:12.872242093086rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #NOM8Pkm1VXmqVHx9PegLk1EMUlTGAXT5 { width:0.124080875rem;height:0.124080875rem;top:64.001609802244rem;left:5.4986211061478rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #dQDwyyyN3T3ApQJ1nTJo702VBVtqbLrt { width:5.6875rem;height:5.625rem;top:5.625rem;left:7.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #nRup47omTeedsLy9DnJr50kpQmzd5oSS { width:5.6875rem;height:5.625rem;top:24.5625rem;left:7.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #SoEUZQq9NzVTZqerf95MpOEeurC6f18v { width:5.6875rem;height:5.625rem;top:45.0625rem;left:7.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rzERSbTkRIrRRych3Qt6AL0TTwdy2GTu { width:5.6875rem;height:1.985294125rem;top:7.5rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kiLVwTdzReKNmzlILclMQ4m0e2QIlNiu { width:5.6875rem;height:1.985294125rem;top:26.375rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKqCByk4NLmuteaxgycEilrht4cAEAhG { width:5.6875rem;height:1.985294125rem;top:46.875rem;left:7.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeKbtbCeGxk73BoO3xWizTmI37cxBKhR { width:16.625rem;height:0.0625rem;top:34.684295654297rem;left:1.6865807771682rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #gGxwIAiqTCo4oQEAiesiJFksJeS9CGrV { width:16.625rem;height:0.0625rem;top:55.49861907959rem;left:1.6865807771682rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #CcXJILJqFkRFyZVr9De2DA3fZimKIHIp { width:16.6245403125rem;height:0.0620404375rem;top:16.245407104493rem;left:2.1865807771682rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #T2ImlIL3HQtT1yTZvGLvGf8qbcsLcpEQ { width:18.6247691875rem;height:5.8823528125rem;top:65.871772766112rem;left:0.68589150905606rem;font-size:1rem;text-align:center;text-align-last:center;color:#faf6f7;display:block; }
 }@media only screen and (max-width: 763px) { #e1JGV0XalECOq8KIUDD7iTctMJnTP72o { display:block; }#e1JGV0XalECOq8KIUDD7iTctMJnTP72o > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4CSBIXimmOEpebmEgMNEZT6kLzKgDAX { width:20rem;height:5.1470585rem;top:1.423957824707rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTkQfSJxX0JUTZ1ETlQV9XRVcXmdkKqk { width:20rem;height:2.7941174375rem;top:7.9216461181637rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZOs1rpCncSknXzsCEXiTiEDlnPbE1MM { width:6.1875rem;height:7.9375rem;top:0rem;left:13.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #phnVVdyEKHGhNezEiatRf30BzPxNE6qW { width:18.1976095625rem;height:4.5107995625rem;top:20.133285522461rem;left:0.85592830181119rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weNHTTcaP5XwcqTcCZcGg7JX6WJNdJN7 { display:block; }
 }@media only screen and (max-width: 763px) { #NA1Fx3lCu9c1VSXPlvuevhItv918VS6c { width:16.9990806875rem;height:6.588234875rem;top:12.002532958984rem;left:1.4993106126785rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#NA1Fx3lCu9c1VSXPlvuevhItv918VS6c li:before{  }
 }@media only screen and (max-width: 763px) { #O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS { background-color:#002855;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { background-color: transparent; background-image: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row > .video-iframe-container { display: none; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .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); }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { border-width: 0; border-radius: 0; }#O1CEI6eCPMZNQm0hk31BUh7QxM55WSaS > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T57fKqPOvmHGo8mgeFD6iwhBnqoIIHvg { width:20rem;height:2.5rem;top:8.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL6qEgoRZqmoX3vLzK3LrcnAWkEKp1K2 { width:12.0625rem;height:5.9375rem;top:1.25rem;left:3.9375rem;display:block; }
 }