.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:252,224,214;--color-primary-1:247,163,132;--color-primary-2:242,101,50;--color-primary-3:242,47,30;--color-primary-4:48,20,10;--color-secondary-0:218,230,249;--color-secondary-1:143,179,237;--color-secondary-2:68,128,225;--color-secondary-3:21,96,218;--color-secondary-4:10,73,202;--color-tertiary-0:255,255,255;--color-tertiary-1:143,179,237;--color-tertiary-2:68,128,225;--color-tertiary-3:21,96,218;--color-tertiary-4:3,31,89;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Lato"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #21448d, #000f7f);background-image: -moz-linear-gradient(90deg, #21448d, #000f7f);background-image: -ms-linear-gradient(90deg, #21448d, #000f7f);background-image: -o-linear-gradient(90deg, #21448d, #000f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21448d', endColorstr='#000f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21448d', endColorstr='#000f7f' );";background-image: linear-gradient(90deg, #21448d, #000f7f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { background-color: transparent; background-image: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .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); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { border-width: 0; border-radius: 0; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#epvogHEDVvDH5kvlGGkOaAilg7534hkB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31055rem;width:15.9375rem;top:1.0004340410232rem;left:1.3530826568604rem;overflow:hidden;display:block; }
#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10d9dcb0-deea-4ae6-a65c-4128db2aceab/BANER_DESKTOP.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.adaptive-delivery-prevent-bg, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyload, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyloading { background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { border-width: 0; border-radius: 0; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;overflow:visible;position:relative;display:block; }#ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { position:absolute;display:block;z-index:15005;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0;width:0;top:31.0625rem;left:0rem;display:block; }
#x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff95fb71-417c-474a-bff1-0ce227db5697/promocjaswiatecznaBUTTON_3_v1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.1875rem;height:7.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.5625rem;left:38.625rem;display:none; }#x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN.adaptive-delivery-prevent-bg, #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN.lazyload, #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN.lazyloading { background-image: none; }
#zEC8CqbJsfEaxAPC58Tc5lHzctJgD1gN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOpGdLFiIT3PfXiBieuyJdzGSdDlU59O { position:absolute;display:block;z-index:15036;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.3125rem;width:2.8125rem;top:21.75rem;left:31.7265625rem;overflow:hidden;display:none; }
#PRE45nKgWFybTvIuCRpHd6sTl6n0D7s9 { color:#000000;display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:14997;line-height:1.1;letter-spacing:0;top:21.4375rem;left:40.25rem;height:8.66015625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-form-header {  }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#1c2491;width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.1;overflow:hidden;font-style:normal; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#000f7f;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9908, #ff0210);background-image: -moz-linear-gradient(90deg, #ff9908, #ff0210);background-image: -ms-linear-gradient(90deg, #ff9908, #ff0210);background-image: -o-linear-gradient(90deg, #ff9908, #ff0210);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9908', endColorstr='#ff0210' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9908', endColorstr='#ff0210' );";background-image: linear-gradient(90deg, #ff9908, #ff0210);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.3125rem;margin-bottom:0.25rem;margin-left:3.3125rem;display:block;box-sizing:border-box;font-size:2.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15.4375rem;height:4.3125rem;font-family:barlow;overflow:hidden;line-height:1.3; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.5rem;left:47.125rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.5rem;left:47.125rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE { position:relative;z-index:2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF { position:relative; }
#ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #21448d, #000f7f);background-image: -moz-linear-gradient(90deg, #21448d, #000f7f);background-image: -ms-linear-gradient(90deg, #21448d, #000f7f);background-image: -o-linear-gradient(90deg, #21448d, #000f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21448d', endColorstr='#000f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21448d', endColorstr='#000f7f' );";background-image: linear-gradient(90deg, #21448d, #000f7f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:5.3125rem;width:25.9375rem;top:3.0625rem;left:46.4375rem;display:block; }
#THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { position:absolute;display:block;z-index:14998;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-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;height:35rem;width:25.9375rem;top:4.6875rem;left:46.4375rem;display:block; }
#ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1846875rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:47.8125rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { box-sizing:content-box;height:2.5625rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:#ffdb00;background-image:none;top:11.5625rem;left:61.625rem;display:block; }
#OSaHVmS61mxMXk4en97EqJgAStS28rUV { color:#373737;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:12rem;left:61.5625rem;height:1.74913125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mMpZHMXfzlVqROiOcx44yznr00UzT1nR { 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:19.25rem;width:19.1875rem;display:none; }
#MQqlTZAZMe8tqcc5w0wZD41x0QgHZ8fM { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:10.625rem;display:none; }
#TpE7mBXlBTI7sT45GE3tnVXTPOc2TnAx { 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; }
#OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { position:absolute;display:block;z-index:14997;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:13.0625rem;width:13.0625rem;top:16.1875rem;left:53.6875rem;overflow:hidden;display:block; }
#FqmtgMROC3gEKcFC33XtZGLgMV6XPngA { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.1875rem dashed #000f7f;border-left:0.1875rem dashed #000f7f;border-right:0.1875rem dashed #000f7f;border-bottom:0.1875rem dashed #000f7f;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:37.6875rem;width:26.875rem;top:2.4832897186279rem;left:45.795572280884rem;display:block; }
#pgufUcP5eNTW5BsSWTwPtBHpKBV40AAE { color:#f21414;display:block;width:21.749125rem;position:absolute;font-family:"barlow semi condensed";font-size:5.3125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:24.226346492768rem;left:18.007814407349rem;height:6.905375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EDSNvq4BsTm7GJHtrpeW5fwRTnFq9cVl { color:#000f7f;display:block;width:19.561625rem;position:absolute;font-family:barlow;font-size:1.9375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:22.827691555023rem;left:19.103734970092rem;height:2.51844375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJTR9yTCLv6kNOz4udbfdwSgKTwQ77Ka { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;border-top:0.1875rem dashed #000f7f;border-left:0.1875rem dashed #000f7f;border-right:0.1875rem dashed #000f7f;border-bottom:0.1875rem dashed #000f7f;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.999125rem;width:24.6875rem;top:19.716798305511rem;left:16.399740219116rem;display:block; }
#srCu9f3lxumsqLJhQgGkGXWVGsh1qV7P { box-sizing:content-box;height:11.311875rem;width:23.186875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(9deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(9deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(9deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(9deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(9deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.697700023651rem;left:17.289499282837rem;border-top-right-radius:0.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0.25rem;display:block; }
#sQkdZ5HrXC2hQwR2tNwK9J1IEus7As1x { position:absolute;display:block;z-index:15046;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:4.56163125rem;width:4.6875rem;top:21.805556774139rem;left:14.485677719116rem;overflow:hidden;display:block; }
#NmUwgtxFCnSUZJ8NrNkqGzSXQbITwrH0 { position:absolute;display:block;z-index:15047;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:17.875rem;width:17.875rem;top:4.6864151954651rem;left:19.912111282349rem;overflow:hidden;display:block; }
#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { background-color: transparent; background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .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); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { border-width: 0; border-radius: 0; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { font-size:0.875rem;font-family:arial;height:67.5625rem;width:75rem;position:relative;display:block; }#sTLsDdJ3Kl6K1E2FPLCt0v0P7g5ahced { position:absolute;display:block;z-index:15023;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:29.749375rem;width:29.8123125rem;top:4.0549039840698rem;left:42.249353408814rem;overflow:hidden;display:block; }
#ZVicTPfxg0D1K8QlbIIiFf0dECVNepNn { color:#000f7f;display:block;width:9.6875rem;position:absolute;font-family:barlow;font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:9.3125rem;left:13.9375rem;height:2.712675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZcTqTwuCP1aRRyN44i4QfXKAp0J8CWpV { color:#ffffff;display:block;width:34.1873125rem;position:absolute;font-family:barlow;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(141,0,36,0.5);top:14.75rem;left:4rem;height:3.6556rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#az6bfBSiRTyuhF0qucWFSBgvqodhO3I2 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:31rem;left:38.0625rem;overflow:hidden;display:block; }
#Rv6TDPNPQedgIVVPBVvMVKDZk6c5RUFX { color:#000f7f;display:block;width:32.1235rem;position:absolute;font-family:barlow;font-size:1.9375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:3.375rem;left:5rem;height:5.0368875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dsmhxRJkK5SJckpUzDQDrtK0Xh2IDKVy { color:#000f7f;display:block;width:39.6245625rem;position:absolute;font-family:barlow;font-size:1.6875rem;font-weight:400;z-index:15045;line-height:1.6;letter-spacing:0;top:22.9375rem;left:1.1875rem;height:10.798625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#chHmM0zkLtMWT86orvBsqudqLARTctLg { box-sizing:content-box;height:6.436625rem;width:36.311875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9908, #ef002e);background-image: -moz-linear-gradient(90deg, #ff9908, #ef002e);background-image: -ms-linear-gradient(90deg, #ff9908, #ef002e);background-image: -o-linear-gradient(90deg, #ff9908, #ef002e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9908', endColorstr='#ef002e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9908', endColorstr='#ef002e' );";background-image: linear-gradient(90deg, #ff9908, #ef002e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.3125rem;left:2.8125rem;border-top-right-radius:5rem;border-bottom-right-radius:5rem;border-bottom-left-radius:5rem;border-top-left-radius:5rem;display:block; }
#kgAwJuNwVDb16qsxAhSyuIfa0XNkmQkd { box-sizing:content-box;height:6.4355625rem;width:36.311875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem dashed #000f7f;border-left:0.1875rem dashed #000f7f;border-right:0.1875rem dashed #000f7f;border-bottom:0.1875rem dashed #000f7f;top:13.561848640442rem;left:2.7278652191162rem;border-top-right-radius:5rem;border-bottom-right-radius:5rem;border-bottom-left-radius:5rem;border-top-left-radius:5rem;display:block; }
#LW3f1UXkzLooGhoWaA3ziofMeV7seTqd { color:#000f7f;display:block;width:32.1235rem;position:absolute;font-family:barlow;font-size:1.9375rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:39.237197399139rem;left:22.187501907349rem;height:2.51844375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K7PH7P26BG1XIxSAkXFfknSequ007TEX { color:#000f7f;display:block;width:39.6235rem;position:absolute;font-family:barlow;font-size:1.6875rem;font-weight:400;z-index:15046;line-height:1.6;letter-spacing:0;top:41.685113430023rem;left:17.687719345092rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pl8anuvlIbVqtdN3xtOvmCh7FdAptdXg { color:#000f7f;display:block;width:39.6235rem;position:absolute;font-family:barlow;font-size:1.6875rem;font-weight:400;z-index:15047;line-height:1.6;letter-spacing:0;top:53.432076931rem;left:17.058378219604rem;height:2.69965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VykMlXsw1uhrEVXylCavx6eKG5g8QoN2 { background-color:#ff0210;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;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:barlow;font-size:2.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.749125rem;height:5.3125rem;text-decoration:none;z-index:14997;text-align:center;text-align-last:center;top:60.210506439209rem;left:25.996095657349rem;display:block; }
#vp4ZtxT2vM3v27698o9gaRhg9iDcTMBE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qb0rgbMobq6vKw1fowdITTn8B0EoTk9d { color:#000f7f;display:block;width:18.811875rem;position:absolute;font-family:barlow;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:46.875rem;left:17rem;height:3.6556rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#f5bhgUPNPSbbcDdntZ8Bub4b7WTwMUCq { color:#000f7f;display:block;width:11.124125rem;position:absolute;font-family:barlow;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:46.875rem;left:44.25rem;height:3.6556rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tLTtrtyZpVdKaVvcygxLqrFoZgskReDl { color:#ffffff;display:block;width:11.436625rem;position:absolute;font-family:barlow;font-size:4.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(141,0,36,0.5);top:46rem;left:34.625rem;height:5.44270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXnhetx6r4i11z2KdC8Rv0zl9sxDVvKv { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff9908, #ef002e);background-image: -moz-linear-gradient(90deg, #ff9908, #ef002e);background-image: -ms-linear-gradient(90deg, #ff9908, #ef002e);background-image: -o-linear-gradient(90deg, #ff9908, #ef002e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9908', endColorstr='#ef002e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9908', endColorstr='#ef002e' );";background-image: linear-gradient(90deg, #ff9908, #ef002e);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.5625rem;left:37.1875rem;border-top-right-radius:5rem;border-bottom-right-radius:5rem;border-bottom-left-radius:5rem;border-top-left-radius:5rem;display:block; }
#OTxGnLN2GpdLwENqq6r6V1fazrgTs8Qt { box-sizing:content-box;height:6.25rem;width:6.25rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem dashed #000f7f;border-left:0.1875rem dashed #000f7f;border-right:0.1875rem dashed #000f7f;border-bottom:0.1875rem dashed #000f7f;top:45.4375rem;left:37.3125rem;border-top-right-radius:5rem;border-bottom-right-radius:5rem;border-bottom-left-radius:5rem;border-top-left-radius:5rem;display:block; }
#sFKsB4rSg5Fk4WUCWZXRGDSwr8hsZJM6 { box-sizing:content-box;height:20.125rem;width:64.875rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem dashed #000f7f;border-left:0.1875rem dashed #000f7f;border-right:0.1875rem dashed #000f7f;border-bottom:0.1875rem dashed #000f7f;top:36.479384899139rem;left:3.7283000946045rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#IaZZwGidqOpU2aVA6MZhQG0E80R0iNtP { box-sizing:content-box;height:4.93706875rem;width:21.3748125rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;box-shadow: none;border-top:0.1875rem dashed #000f7f;border-left:0.1875rem dashed #000f7f;border-right:0.1875rem dashed #000f7f;border-bottom:0.1875rem dashed #000f7f;top:59.946834564209rem;left:26.672094345092rem;border-top-right-radius:5rem;border-bottom-right-radius:5rem;border-bottom-left-radius:5rem;border-top-left-radius:5rem;display:block; }
#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #21448d, #000f7f);background-image: -moz-linear-gradient(90deg, #21448d, #000f7f);background-image: -ms-linear-gradient(90deg, #21448d, #000f7f);background-image: -o-linear-gradient(90deg, #21448d, #000f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21448d', endColorstr='#000f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21448d', endColorstr='#000f7f' );";background-image: linear-gradient(90deg, #21448d, #000f7f);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container { background-color: transparent; background-image: none; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container > .video-iframe-container { display: none; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row > .video-iframe-container { display: none; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .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); }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container { border-width: 0; border-radius: 0; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#lsHAc6JTyUsVyzi9Avqsni5RvmfO4LQf { color:rgba(var(--color-tertiary-0),1);display:block;width:47.436rem;position:absolute;font-family:barlow;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9368495941162rem;left:13.781469345092rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container { background-color: transparent; background-image: none; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container > .video-iframe-container { display: none; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row > .video-iframe-container { display: none; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .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); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container { border-width: 0; border-radius: 0; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#TAo6Iv4NweBNs11CIJ0gtT2L27wrGSt7 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem #7b7b7b ;height:40.6875rem;width:19rem;top:1.8750038146973rem;left:5rem;display:block; }
#xXkAd774r4yJ2WsLkzSpOKpN1EitqST1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:7.2102870941163rem;left:7.2797317504881rem;height:30.26475rem;text-align:center;text-align-last:center;display:block; }
#eXToRzI599Pe5JDaJ1QZTVt1k7iBFQaD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:40.436202049256rem;left:5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#MU4thCtegJ7DIAlbBSxPAxuSw1KIbPfJ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem #7b7b7b ;height:40.9375rem;width:18.9995625rem;top:1.8750009536743rem;left:29.091800689698rem;display:block; }
#c9WeWIPwsIadGKyJ4GK7BaEy65I6hhQC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:6.45724773407rem;left:31.246746063233rem;height:31.76975rem;text-align:center;text-align-last:center;display:block; }
#Js3FmdoiNAK2LndwNrznvU0SBTmyUxOb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:40.435114860534rem;left:32.341583251953rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#I90OIlNwrt1Bd2TvPkVPnVGUzIr25NlJ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem #7b7b7b ;height:40.875rem;width:19rem;top:1.8750038146973rem;left:52.561855316162rem;display:block; }
#hgupdq6Qvi5Le9bFURHtTWxoWGQHKSWC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:13.809679985046rem;left:54.717884063721rem;height:15.30275rem;text-align:center;text-align-last:center;display:block; }
#yFWol3yTEiozQaT9HFMedlCTV0Thm1yr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:40.435114860534rem;left:56.436634063721rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#SuDewBK15Zi9oTBGlDqhd7LWlDCK7kZV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.8125rem;left:0rem; }
#OvulMQ1GyndvdZ9iu6ZgBp6Spl5ucRPy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.8125rem;left:73.125rem; }
#SrfHQa1O32VIgXRBEtQxec11NgTb06yK { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:0.63259506225588rem;left:12.498916625976rem;overflow:hidden;display:block; }
#dpeoMVLSI6xPvFLWzi9m5JECXR1wKf7E { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:0.69986915588381rem;left:36.590717315674rem;overflow:hidden;display:block; }
#RgPqVzQInDNkz5k6V7A3OWSqJr6Be8wU { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:0.63042545318606rem;left:60.061855316162rem;overflow:hidden;display:block; }
#Mt9skT4Mx2NWBomObwiIIkHNCXh1pxpr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.8125rem;left:0rem;display:none; }
#RaTA43Ix9fPirGVSEl11xVoOX9TpVpWN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.8125rem;left:73.125rem;display:none; }
#RPO4LytH1PT7C1Nx2CcGo3gohTqixaCo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.8125rem;left:73.125rem;display:none; }
#kXJdQDgbZxCLoViCq7npbV4uRQCms0xA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.8125rem;left:0rem;display:none; }
#X7LQ0i0vl4mXUqOOTEkKFEwG0pLgywMm { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:39.4375rem;left:36.9658203125rem;display:block; }
#iq0OmWScLGTT6u82RtEwhr5W0xd2yvXy { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:39.4375rem;left:61.0615234375rem;display:block; }
#dDOe1sV2vQz7sMEyoWQol6EBnx640ARx { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:39.4375rem;left:12.875rem;display:block; }
#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container { background-color: transparent; background-image: none; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container > .video-iframe-container { display: none; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row > .video-iframe-container { display: none; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .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); }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container { border-width: 0; border-radius: 0; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#WOce8n9G5TDfiXa4V1xL6atWsNQg8VoH { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.09) ;height:22.25rem;width:19rem;top:10.1875rem;left:5rem;display:block; }
#CyWaSbR0IEZwP1MctisG4MOKf1wKG6XD { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:29.25rem;left:12.9375rem;display:block; }
#DdE74dPg3nAgyb9xf9RlLcUAF05NHtB8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:13.4375rem;left:7.125rem;height:15.30275rem;text-align:center;text-align-last:center;display:block; }
#UrSLdyK4Q4QgPfsgaGFLDscmwTq8yF3D { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:29.875rem;left:4.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Xa8TTTcvTuQdoaDKLrH93CeVwio8Gguz { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.09) ;height:22.5rem;width:19.5625rem;top:10rem;left:28.3125rem;display:block; }
#yONoRulkqCI6tqmOx73Tbac9oemwW3iu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:14.490234375rem;left:30.75rem;height:11.902125rem;text-align:center;text-align-last:center;display:block; }
#yTqCRkPOfLZevMMiusXnBAK6WwlVcprx { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:29.25rem;left:36.25rem;display:block; }
#b6baH4eb4INw2soEeAuVAsryWHwuRuAJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29.875rem;left:31.84375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#t5kuIPisfwvTabknXFgOD8dXr6UszGIL { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.8125rem rgba(0,0,0,0.09) ;height:21.9375rem;width:19rem;top:10.5625rem;left:52.5625rem;display:block; }
#D0B2KmnVKzlue7hxQ1sAwCBvsafpnnw3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:12.46875rem;left:54.71875rem;height:15.9288125rem;text-align:center;text-align-last:center;display:block; }
#Rkxm8EiTBdW1NbtTqu7qnwoqiSbfTx1G { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:29.25rem;left:60.5rem;display:block; }
#OJTq52eEVol8TGtTPB5zIyTyBUQPOFTa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:29.875rem;left:55.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#PBbEHhVx8uvTDZSg1bL0fTzOKSTl6dpX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.875rem;left:0rem; }
#RqmklAgb448qsl0MtzWCixpoGQOvhXqD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.875rem;left:73.125rem; }
#ATUnSwbCQ3yFPnIRWdc4Kc0x3rEySuZW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:26.187065124512rem;left:12.93728351593rem;display:none; }
#KGEio9dwU3anxBw7mDIlOOTJ1bXqhNNr { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:26.187065124512rem;left:12.93728351593rem;display:none; }
#NTMFrVOSkuf1r2NQ1xK0LpkxKrzEzf49 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:8.375rem;left:12.5rem;overflow:hidden;display:block; }
#EypiMRf48HL02DNNfcsGNFdWqo099eaL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:8.375rem;left:36.0625rem;overflow:hidden;display:block; }
#ogaS1hZE1GU4xR4tg7Pqw2rvZsyIv5Ua { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.99956875rem;width:3.99956875rem;top:8.375rem;left:60.0625rem;overflow:hidden;display:block; }
#TB2Q5p5nJqTrd4DMXZ8e0krm7TWgce4S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.875rem;left:0rem;display:none; }
#EKHvETVhQ9k1emMb94IIqV0qK04pSgrm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:16.875rem;left:0rem;display:none; }
#TIttMOHIyLzTvqhZ7zu7wWqWaMSGifMc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.875rem;left:73.125rem;display:none; }
#Q9eMFCkU8yeaSfxyp6xTEl1pvRVn9fHM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.374675rem;width:2.374675rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.875rem;left:73.125rem;display:none; }
#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK > .row .container { background-color: transparent; background-image: none; }#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK > .row .container > .video-iframe-container { display: none; }#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK > .row > .video-iframe-container { display: none; }#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK > .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); }#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK > .row .container { border-width: 0; border-radius: 0; }#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK > .row .container { font-size:0.875rem;font-family:arial;height:0.125rem;width:75rem;position:relative;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { 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; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.3118438720703rem;left:32.749567031861rem; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:1.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:15001;top:1.1870574951172rem;left:36.250001907349rem; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:1.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:15002;top:1.1870574951172rem;left:40.625001907349rem; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.1870574951172rem;left:29.124349594116rem; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { 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; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:#7b7b7b;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0.85481262207031rem;left:0rem;height:0.97439375rem;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;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn { display:block; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #epvogHEDVvDH5kvlGGkOaAilg7534hkB { width:15.9375rem;height:3.31055rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { top:31.0625rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 1199px) { #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN { width:33.1875rem;height:7.1875rem;top:41.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zEC8CqbJsfEaxAPC58Tc5lHzctJgD1gN { display:block; }
 }@media only screen and (max-width: 1199px) { #mOpGdLFiIT3PfXiBieuyJdzGSdDlU59O { width:2.8125rem;height:4.3125rem;top:21.75rem;left:18.1015625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PRE45nKgWFybTvIuCRpHd6sTl6n0D7s9 { width:9.75rem;height:2.875rem;top:29.6875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:15.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.3125rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:22.0625rem;height:auto;top:8.5rem;left:23.1875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:22.0625rem;height:auto;top:8.5rem;left:23.1875rem; }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 1199px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 1199px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { top:3.0625rem;left:21.8125rem;width:25.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { top:4.6875rem;left:21.8125rem;width:25.9375rem;height:35rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { top:4.6875rem;left:24.625rem;width:23.125rem;height:1.7871125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:11.5625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { top:12rem;left:37.75rem;width:10rem;height:1.74913125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mMpZHMXfzlVqROiOcx44yznr00UzT1nR { width:19.1875rem;height:19.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MQqlTZAZMe8tqcc5w0wZD41x0QgHZ8fM { width:10.625rem;height:6.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TpE7mBXlBTI7sT45GE3tnVXTPOc2TnAx { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { width:13rem;height:13rem;top:16.1875rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FqmtgMROC3gEKcFC33XtZGLgMV6XPngA { top:2.4375rem;left:20.5rem;width:26.875rem;height:37.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgufUcP5eNTW5BsSWTwPtBHpKBV40AAE { width:21.6875rem;height:4.54969375rem;top:24.1875rem;left:4.3828144073486rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EDSNvq4BsTm7GJHtrpeW5fwRTnFq9cVl { width:19.5rem;height:1.7871125rem;top:22.8125rem;left:5.4787349700928rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJTR9yTCLv6kNOz4udbfdwSgKTwQ77Ka { top:19.6875rem;left:2.7747402191162rem;width:24.6875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #srCu9f3lxumsqLJhQgGkGXWVGsh1qV7P { width:23.125rem;height:11.25rem;top:20.6875rem;left:3.6644992828369rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sQkdZ5HrXC2hQwR2tNwK9J1IEus7As1x { width:4.6875rem;height:4.56163125rem;top:21.75rem;left:0.86067771911619rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NmUwgtxFCnSUZJ8NrNkqGzSXQbITwrH0 { width:17.875rem;height:17.875rem;top:4.625rem;left:6.2871112823488rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sTLsDdJ3Kl6K1E2FPLCt0v0P7g5ahced { width:29.75rem;height:29.687194049438rem;top:4rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZVicTPfxg0D1K8QlbIIiFf0dECVNepNn { width:9.6875rem;height:1.66124375rem;top:9.3125rem;left:0.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZcTqTwuCP1aRRyN44i4QfXKAp0J8CWpV { width:34.125rem;height:2.68120625rem;top:14.75rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #az6bfBSiRTyuhF0qucWFSBgvqodhO3I2 { width:2.1875rem;height:2.1875rem;top:31rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rv6TDPNPQedgIVVPBVvMVKDZk6c5RUFX { width:32.0625rem;height:3.574225rem;top:3.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dsmhxRJkK5SJckpUzDQDrtK0Xh2IDKVy { width:39.5625rem;height:5.6966125rem;top:22.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #chHmM0zkLtMWT86orvBsqudqLARTctLg { width:36.25rem;height:6.375rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgAwJuNwVDb16qsxAhSyuIfa0XNkmQkd { width:36.25rem;height:6.375rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LW3f1UXkzLooGhoWaA3ziofMeV7seTqd { width:32.0625rem;height:1.54296875rem;top:39.1875rem;left:8.5625019073488rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K7PH7P26BG1XIxSAkXFfknSequ007TEX { width:39.5625rem;height:1.89886875rem;top:41.625rem;left:4.0627193450928rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pl8anuvlIbVqtdN3xtOvmCh7FdAptdXg { width:39.5625rem;height:1.89886875rem;top:53.375rem;left:3.4333782196045rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VykMlXsw1uhrEVXylCavx6eKG5g8QoN2 { width:21.6875rem;height:5.3125rem;top:60.1875rem;left:12.371095657349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vp4ZtxT2vM3v27698o9gaRhg9iDcTMBE { display:block; }
 }@media only screen and (max-width: 1199px) { #Qb0rgbMobq6vKw1fowdITTn8B0EoTk9d { width:18.75rem;height:2.11263125rem;top:46.875rem;left:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f5bhgUPNPSbbcDdntZ8Bub4b7WTwMUCq { width:11.0625rem;height:2.11263125rem;top:46.875rem;left:30.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tLTtrtyZpVdKaVvcygxLqrFoZgskReDl { width:11.375rem;height:5.7693125rem;top:46rem;left:21rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TXnhetx6r4i11z2KdC8Rv0zl9sxDVvKv { width:6.25rem;height:6.25rem;top:45.5625rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OTxGnLN2GpdLwENqq6r6V1fazrgTs8Qt { width:6.25rem;height:6.25rem;top:45.4375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sFKsB4rSg5Fk4WUCWZXRGDSwr8hsZJM6 { width:47.375rem;height:20.125rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IaZZwGidqOpU2aVA6MZhQG0E80R0iNtP { width:21.3125rem;height:4.875rem;top:59.9375rem;left:13.047094345092rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6QpfBfzxubXEfatAg8XBFW4W38CmwIU { display:block; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lsHAc6JTyUsVyzi9Avqsni5RvmfO4LQf { width:47.375rem;height:2.3556875rem;top:1.875rem;left:0.15646934509277rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo { display:block; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TAo6Iv4NweBNs11CIJ0gtT2L27wrGSt7 { width:19rem;height:40.6875rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xXkAd774r4yJ2WsLkzSpOKpN1EitqST1 { top:7.1875rem;left:0rem;width:15rem;height:19.1080625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXToRzI599Pe5JDaJ1QZTVt1k7iBFQaD { top:40.375rem;left:0rem;width:19.5rem;height:1.2999125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MU4thCtegJ7DIAlbBSxPAxuSw1KIbPfJ { width:18.9375rem;height:40.9375rem;top:1.875rem;left:15.466800689698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c9WeWIPwsIadGKyJ4GK7BaEy65I6hhQC { top:6.4375rem;left:17.621746063233rem;width:14.6875rem;height:22.20375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Js3FmdoiNAK2LndwNrznvU0SBTmyUxOb { top:40.375rem;left:18.716583251953rem;width:12.5rem;height:1.2999125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I90OIlNwrt1Bd2TvPkVPnVGUzIr25NlJ { width:19rem;height:40.875rem;top:1.875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hgupdq6Qvi5Le9bFURHtTWxoWGQHKSWC { top:13.75rem;left:33.0625rem;width:14.6875rem;height:15.30275rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yFWol3yTEiozQaT9HFMedlCTV0Thm1yr { top:40.375rem;left:35.25rem;width:12.5rem;height:1.2999125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuDewBK15Zi9oTBGlDqhd7LWlDCK7kZV { top:13.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OvulMQ1GyndvdZ9iu6ZgBp6Spl5ucRPy { top:13.8125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SrfHQa1O32VIgXRBEtQxec11NgTb06yK { width:3.9375rem;height:3.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dpeoMVLSI6xPvFLWzi9m5JECXR1wKf7E { width:3.9375rem;height:3.9375rem;top:0.6875rem;left:22.965717315674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RgPqVzQInDNkz5k6V7A3OWSqJr6Be8wU { width:3.9375rem;height:3.9375rem;top:0.625rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mt9skT4Mx2NWBomObwiIIkHNCXh1pxpr { top:13.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RaTA43Ix9fPirGVSEl11xVoOX9TpVpWN { top:13.8125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RPO4LytH1PT7C1Nx2CcGo3gohTqixaCo { top:13.8125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kXJdQDgbZxCLoViCq7npbV4uRQCms0xA { top:13.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #X7LQ0i0vl4mXUqOOTEkKFEwG0pLgywMm { width:3.25rem;height:0.0625rem;top:39.4375rem;left:23.3408203125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iq0OmWScLGTT6u82RtEwhr5W0xd2yvXy { width:3.25rem;height:0.0625rem;top:39.4375rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dDOe1sV2vQz7sMEyoWQol6EBnx640ARx { width:3.25rem;height:0.0625rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO { display:block; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WOce8n9G5TDfiXa4V1xL6atWsNQg8VoH { width:18.9375rem;height:22.1875rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyWaSbR0IEZwP1MctisG4MOKf1wKG6XD { width:3.1875rem;height:0;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DdE74dPg3nAgyb9xf9RlLcUAF05NHtB8 { top:13.4375rem;left:0rem;width:14.6875rem;height:15.30275rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UrSLdyK4Q4QgPfsgaGFLDscmwTq8yF3D { top:29.875rem;left:0rem;width:19.5rem;height:1.2999125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xa8TTTcvTuQdoaDKLrH93CeVwio8Gguz { width:19.5rem;height:22.5rem;top:10rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yONoRulkqCI6tqmOx73Tbac9oemwW3iu { top:14.4375rem;left:17.125rem;width:14.6875rem;height:11.902125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yTqCRkPOfLZevMMiusXnBAK6WwlVcprx { width:3.1875rem;height:0;top:29.25rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b6baH4eb4INw2soEeAuVAsryWHwuRuAJ { top:29.875rem;left:18.21875rem;width:12.5rem;height:1.2999125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t5kuIPisfwvTabknXFgOD8dXr6UszGIL { width:18.9375rem;height:21.875rem;top:10.5625rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D0B2KmnVKzlue7hxQ1sAwCBvsafpnnw3 { top:12.4375rem;left:33.0625rem;width:14.6875rem;height:15.9288125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rkxm8EiTBdW1NbtTqu7qnwoqiSbfTx1G { width:3.1875rem;height:0;top:29.25rem;left:44.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OJTq52eEVol8TGtTPB5zIyTyBUQPOFTa { top:29.875rem;left:35.25rem;width:12.5rem;height:1.2999125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PBbEHhVx8uvTDZSg1bL0fTzOKSTl6dpX { top:16.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RqmklAgb448qsl0MtzWCixpoGQOvhXqD { top:16.875rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ATUnSwbCQ3yFPnIRWdc4Kc0x3rEySuZW { width:3.1875rem;height:0;top:26.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KGEio9dwU3anxBw7mDIlOOTJ1bXqhNNr { width:3.1875rem;height:0;top:26.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #NTMFrVOSkuf1r2NQ1xK0LpkxKrzEzf49 { width:3.9375rem;height:3.9375rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EypiMRf48HL02DNNfcsGNFdWqo099eaL { width:3.9375rem;height:3.9375rem;top:8.375rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ogaS1hZE1GU4xR4tg7Pqw2rvZsyIv5Ua { width:3.9375rem;height:3.9375rem;top:8.375rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TB2Q5p5nJqTrd4DMXZ8e0krm7TWgce4S { top:16.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EKHvETVhQ9k1emMb94IIqV0qK04pSgrm { top:16.875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TIttMOHIyLzTvqhZ7zu7wWqWaMSGifMc { top:16.875rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Q9eMFCkU8yeaSfxyp6xTEl1pvRVn9fHM { top:16.875rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK { display:block; }#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:2.3125rem;height:2.3125rem;top:1.25rem;left:19.124567031861rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 1199px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2.625rem;height:2.625rem;top:1.125rem;left:22.625001907349rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 1199px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:2.625rem;height:2.625rem;top:1.125rem;left:27.000001907349rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 1199px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:2.5625rem;height:2.5625rem;top:1.125rem;left:15.499349594116rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 1199px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:0.97439375rem;top:0.8125rem;left:0rem;font-size:0.75rem;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) { #X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #21448d, #000f7f);background-image: -moz-linear-gradient(180deg, #21448d, #000f7f);background-image: -ms-linear-gradient(180deg, #21448d, #000f7f);background-image: -o-linear-gradient(180deg, #21448d, #000f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21448d', endColorstr='#000f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21448d', endColorstr='#000f7f' );";background-image: linear-gradient(180deg, #21448d, #000f7f);background-size:auto !important;display:block; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { background-color: transparent; background-image: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row > .video-iframe-container { display: none; }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .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); }#X4kTDqiqwl5KmhmTrIvAglB3ff65J6dn > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epvogHEDVvDH5kvlGGkOaAilg7534hkB { width:12.9373125rem;height:2.43706875rem;top:0.68663406372069rem;left:3.5308163762093rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/29e25782-d093-4185-9e1d-11191753e08d/MOBILE.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.adaptive-delivery-prevent-bg, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyload, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyloading { background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { width:0;height:0;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN { width:19rem;height:4.6875rem;top:31.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEC8CqbJsfEaxAPC58Tc5lHzctJgD1gN { display:block; }
 }@media only screen and (max-width: 763px) { #mOpGdLFiIT3PfXiBieuyJdzGSdDlU59O { width:1.125rem;height:1.8125rem;top:13.8134765625rem;left:9.09375rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #PRE45nKgWFybTvIuCRpHd6sTl6n0D7s9 { width:9.75rem;height:0;top:30.25rem;left:0.625rem;font-size:1.3125rem;z-index:15041;text-align:right;text-align-last:right;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.6875rem;overflow:hidden;height:auto;color:#000f7f; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:10.9375rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:2.375rem;background-color:#ff0000;background-image:none;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;font-size:1.5625rem;overflow:hidden;height:3.4375rem;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;color:#000f7f; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:16.3125rem;height:auto;top:34.8125rem;left:0.375rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:16.3125rem;height:auto;top:34.8125rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { width:18.25rem;height:3.75rem;top:30.0625rem;left:0.5rem;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #21448d, #000f7f);background-image: -moz-linear-gradient(90deg, #21448d, #000f7f);background-image: -ms-linear-gradient(90deg, #21448d, #000f7f);background-image: -o-linear-gradient(90deg, #21448d, #000f7f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21448d', endColorstr='#000f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#21448d', endColorstr='#000f7f' );";background-image: linear-gradient(90deg, #21448d, #000f7f);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { width:18.25rem;height:31.625rem;top:30.5rem;left:0.5rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { width:19.1875rem;height:1.7871125rem;top:31rem;left:0.1875rem;font-size:1.375rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:36.1875rem;left:8.1875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { width:9.4346875rem;height:1.49956875rem;top:36.6875rem;left:8.5rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mMpZHMXfzlVqROiOcx44yznr00UzT1nR { top:55.374353408814rem;left:6.0611980557442rem;width:5.24956875rem;height:5.24956875rem;z-index:14996;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MQqlTZAZMe8tqcc5w0wZD41x0QgHZ8fM { top:4.875rem;left:10.570833333333rem;width:9.3125rem;height:5.4375rem;z-index:15043;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TpE7mBXlBTI7sT45GE3tnVXTPOc2TnAx { top:4.1875rem;left:11.15625rem;width:6.25rem;height:0.0625rem;z-index:15047;background-color:#f8f8f8;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #OivRvuJLCZaNl2VLIIvxmiQTZcGZpctT { width:3.6875rem;height:3.6875rem;top:60.375rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FqmtgMROC3gEKcFC33XtZGLgMV6XPngA { width:19rem;height:33.0625rem;top:29.4375rem;left:0rem;box-shadow: none;z-index:14992;border-top:0.125rem dashed #000f7f;border-left:0.125rem dashed #000f7f;border-right:0.125rem dashed #000f7f;border-bottom:0.125rem dashed #000f7f;display:block; }
 }@media only screen and (max-width: 763px) { #pgufUcP5eNTW5BsSWTwPtBHpKBV40AAE { width:16.624375rem;height:3.849825rem;top:10.923395156861rem;left:1.6872830986977rem;font-size:3.5rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #EDSNvq4BsTm7GJHtrpeW5fwRTnFq9cVl { width:13.4375rem;height:1.5115rem;top:9.4813375473025rem;left:4.0625002980232rem;font-size:1.375rem;line-height:1.1;z-index:15044;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JJTR9yTCLv6kNOz4udbfdwSgKTwQ77Ka { width:17.25rem;height:9.1875rem;top:6.8743495941163rem;left:1.1870660185814rem;box-shadow: none;z-index:14992;border-top:0.125rem dashed #000f7f;border-left:0.125rem dashed #000f7f;border-right:0.125rem dashed #000f7f;border-bottom:0.125rem dashed #000f7f;display:block; }
 }@media only screen and (max-width: 763px) { #srCu9f3lxumsqLJhQgGkGXWVGsh1qV7P { width:15.875rem;height:3.6875rem;top:12.000000953674rem;left:2.1245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQkdZ5HrXC2hQwR2tNwK9J1IEus7As1x { width:3.125rem;height:3rem;top:8.7934036254881rem;left:0.37372998107823rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmUwgtxFCnSUZJ8NrNkqGzSXQbITwrH0 { width:8.5625rem;height:8.5625rem;top:0.48697948455811rem;left:5.4229901262092rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { background-color: transparent; background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .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); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { border-width: 0; border-radius: 0; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:20rem;height:71.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTLsDdJ3Kl6K1E2FPLCt0v0P7g5ahced { width:14.749375rem;height:14.6875rem;top:49.240018844604rem;left:2.6247830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVicTPfxg0D1K8QlbIIiFf0dECVNepNn { width:9.6875rem;height:1.66124375rem;top:4.0427551269531rem;left:5.1562502980232rem;font-size:1.1875rem;z-index:15040;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZcTqTwuCP1aRRyN44i4QfXKAp0J8CWpV { width:20rem;height:5.3624125rem;top:7.6920578479769rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #az6bfBSiRTyuhF0qucWFSBgvqodhO3I2 { width:1.6862rem;height:1.6862rem;top:24.503908157349rem;left:15.599610626697rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv6TDPNPQedgIVVPBVvMVKDZk6c5RUFX { width:18.0620625rem;height:3.023rem;top:0.5546875rem;left:0.96788197755812rem;font-size:1.375rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #dsmhxRJkK5SJckpUzDQDrtK0Xh2IDKVy { width:17.249375rem;height:10.80075rem;top:15.260635375976rem;left:1.3747830986977rem;font-size:1.1875rem;line-height:1.3;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #chHmM0zkLtMWT86orvBsqudqLARTctLg { width:20rem;height:6.375rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgAwJuNwVDb16qsxAhSyuIfa0XNkmQkd { width:19.4998125rem;height:6.3748125rem;top:6.9375rem;left:0rem;border-top:0.125rem dashed #000f7f;border-left:0.125rem dashed #000f7f;border-right:0.125rem dashed #000f7f;border-bottom:0.125rem dashed #000f7f;display:block; }
 }@media only screen and (max-width: 763px) { #LW3f1UXkzLooGhoWaA3ziofMeV7seTqd { width:17.999125rem;height:1.3053375rem;top:28.624359130859rem;left:1.0622830986977rem;font-size:1.1875rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #K7PH7P26BG1XIxSAkXFfknSequ007TEX { width:14.311rem;height:1.3053375rem;top:30.4375rem;left:2.9372830986977rem;font-size:1.1875rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #pl8anuvlIbVqtdN3xtOvmCh7FdAptdXg { width:13.4375rem;height:2.610675rem;top:44.624786376953rem;left:3.3745663762093rem;font-size:1.1875rem;line-height:1.1;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #VykMlXsw1uhrEVXylCavx6eKG5g8QoN2 { width:16.625rem;height:4.5625rem;top:64.875rem;left:1.7491319775581rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vp4ZtxT2vM3v27698o9gaRhg9iDcTMBE { display:block; }
 }@media only screen and (max-width: 763px) { #Qb0rgbMobq6vKw1fowdITTn8B0EoTk9d { width:17.874375rem;height:2.11263125rem;top:31.874130249024rem;left:1.1870660185814rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5bhgUPNPSbbcDdntZ8Bub4b7WTwMUCq { width:11.0623125rem;height:2.11263125rem;top:42.499130249024rem;left:4.4997833371163rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLTtrtyZpVdKaVvcygxLqrFoZgskReDl { width:11.3748125rem;height:5.7693125rem;top:35.374572753906rem;left:4.4368494153022rem;font-size:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXnhetx6r4i11z2KdC8Rv0zl9sxDVvKv { width:6.25rem;height:6.25rem;top:35.499359130859rem;left:6.6243494153025rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTxGnLN2GpdLwENqq6r6V1fazrgTs8Qt { width:6.25rem;height:6.25rem;top:35.374572753906rem;left:7.1245663762094rem;border-top:0.125rem dashed #000f7f;border-left:0.125rem dashed #000f7f;border-right:0.125rem dashed #000f7f;border-bottom:0.125rem dashed #000f7f;display:block; }
 }@media only screen and (max-width: 763px) { #sFKsB4rSg5Fk4WUCWZXRGDSwr8hsZJM6 { width:18.0625rem;height:20.875rem;top:27.374359130859rem;left:0.93750005960463rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:14997;border-top:0.125rem dashed #000f7f;border-left:0.125rem dashed #000f7f;border-right:0.125rem dashed #000f7f;border-bottom:0.125rem dashed #000f7f;display:block; }
 }@media only screen and (max-width: 763px) { #IaZZwGidqOpU2aVA6MZhQG0E80R0iNtP { width:15.375rem;height:4.125rem;top:65.186859130863rem;left:2.2493491768837rem;border-top:0.125rem dashed #000f7f;border-left:0.125rem dashed #000f7f;border-right:0.125rem dashed #000f7f;border-bottom:0.125rem dashed #000f7f;display:block; }
 }@media only screen and (max-width: 763px) { #B6QpfBfzxubXEfatAg8XBFW4W38CmwIU { display:block; }#B6QpfBfzxubXEfatAg8XBFW4W38CmwIU > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lsHAc6JTyUsVyzi9Avqsni5RvmfO4LQf { width:15.2495625rem;height:4.71136875rem;top:1.4789485931396rem;left:2.3741319775581rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo { background-color:#ffffff;background-image:none;display:block; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container { background-color: transparent; background-image: none; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container > .video-iframe-container { display: none; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row > .video-iframe-container { display: none; }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .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); }#NA7vg2Ei5KhXIcHxP8yL8e3L052xWDwo > .row .container { width:20rem;height:92.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAo6Iv4NweBNs11CIJ0gtT2L27wrGSt7 { width:18.9995625rem;height:27.6248125rem;top:4.8112rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXkAd774r4yJ2WsLkzSpOKpN1EitqST1 { width:15.2485rem;height:19.1080625rem;top:8.2085428237912rem;left:2.3752170205116rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXToRzI599Pe5JDaJ1QZTVt1k7iBFQaD { width:12.5rem;height:1.3rem;top:30.059681653976rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU4thCtegJ7DIAlbBSxPAxuSw1KIbPfJ { width:18.9375rem;height:28.8125rem;top:36.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9WeWIPwsIadGKyJ4GK7BaEy65I6hhQC { width:14.6875rem;height:22.20375rem;top:39.614803314209rem;left:2.6562500596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js3FmdoiNAK2LndwNrznvU0SBTmyUxOb { width:12.5rem;height:1.3rem;top:63.5185546875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I90OIlNwrt1Bd2TvPkVPnVGUzIr25NlJ { width:18.936625rem;height:22.7495625rem;top:67.75rem;left:0.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hgupdq6Qvi5Le9bFURHtTWxoWGQHKSWC { width:14.6875rem;height:15.30275rem;top:71.47244262695rem;left:2.6562500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yFWol3yTEiozQaT9HFMedlCTV0Thm1yr { width:12.5rem;height:1.3rem;top:88.373481750487rem;left:3.7500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SuDewBK15Zi9oTBGlDqhd7LWlDCK7kZV { display:flex;width:2.3112rem;height:2.3112rem;top:5.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OvulMQ1GyndvdZ9iu6ZgBp6Spl5ucRPy { display:flex;width:2.3112rem;height:2.3112rem;top:5.9375rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #SrfHQa1O32VIgXRBEtQxec11NgTb06yK { width:3.93663125rem;height:3.93663125rem;top:3.5677155029297rem;left:7.9989166259762rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpeoMVLSI6xPvFLWzi9m5JECXR1wKf7E { width:3.93663125rem;height:3.93663125rem;top:35.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgPqVzQInDNkz5k6V7A3OWSqJr6Be8wU { width:3.93663125rem;height:3.93663125rem;top:66.5625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mt9skT4Mx2NWBomObwiIIkHNCXh1pxpr { display:flex;width:2.3112rem;height:2.3112rem;top:68.25rem;left:0rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #RaTA43Ix9fPirGVSEl11xVoOX9TpVpWN { display:flex;width:2.3112rem;height:2.3112rem;top:68.25rem;left:17.6875rem;z-index:15037; }
 }@media only screen and (max-width: 763px) { #RPO4LytH1PT7C1Nx2CcGo3gohTqixaCo { display:flex;width:2.3112rem;height:2.3112rem;top:37.375rem;left:17.6875rem;z-index:15039; }
 }@media only screen and (max-width: 763px) { #kXJdQDgbZxCLoViCq7npbV4uRQCms0xA { display:flex;width:2.3112rem;height:2.3112rem;top:37.375rem;left:0rem;z-index:15038; }
 }@media only screen and (max-width: 763px) { #X7LQ0i0vl4mXUqOOTEkKFEwG0pLgywMm { width:3.25rem;height:0.0625rem;top:62.748046875rem;left:7.810546875rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #iq0OmWScLGTT6u82RtEwhr5W0xd2yvXy { width:3.25rem;height:0.0625rem;top:28.998046875rem;left:8.375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #dDOe1sV2vQz7sMEyoWQol6EBnx640ARx { width:3.25rem;height:0.0625rem;top:87.498046875rem;left:8.375rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO { display:block; }#DqArwxHAdyqxsWJDBNAGxvbrVUt8emoO > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOce8n9G5TDfiXa4V1xL6atWsNQg8VoH { width:19rem;height:21.5rem;top:5.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyWaSbR0IEZwP1MctisG4MOKf1wKG6XD { width:3.24978125rem;height:0.0618489375rem;top:24.125rem;left:8rem;background-color:#f22f1e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DdE74dPg3nAgyb9xf9RlLcUAF05NHtB8 { width:14.6875rem;height:15.30275rem;top:7.8125rem;left:2.625rem;font-size:1rem;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #UrSLdyK4Q4QgPfsgaGFLDscmwTq8yF3D { width:12.5rem;height:1.3rem;top:24.875rem;left:3.6875rem;font-size:1rem;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #Xa8TTTcvTuQdoaDKLrH93CeVwio8Gguz { width:18.9375rem;height:21.1875rem;top:31.9375rem;left:0.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yONoRulkqCI6tqmOx73Tbac9oemwW3iu { width:14.6875rem;height:11.902125rem;top:35.625rem;left:2.4375rem;font-size:1rem;color:#031f59;display:block; }
 }@media only screen and (max-width: 763px) { #yTqCRkPOfLZevMMiusXnBAK6WwlVcprx { width:3.1875rem;height:0;top:63.6875rem;left:8.5625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #b6baH4eb4INw2soEeAuVAsryWHwuRuAJ { width:12.5rem;height:1.3rem;top:50.4375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5kuIPisfwvTabknXFgOD8dXr6UszGIL { width:18.9375rem;height:25.0625rem;top:58.4375rem;left:0.5rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #D0B2KmnVKzlue7hxQ1sAwCBvsafpnnw3 { width:14.6875rem;height:17.0030625rem;top:62rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkxm8EiTBdW1NbtTqu7qnwoqiSbfTx1G { width:3.1875rem;height:0;top:89.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJTq52eEVol8TGtTPB5zIyTyBUQPOFTa { width:12.5rem;height:1.3rem;top:80.9375rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBbEHhVx8uvTDZSg1bL0fTzOKSTl6dpX { display:flex;width:2.3112rem;height:2.3112rem;top:5.3125066757202rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RqmklAgb448qsl0MtzWCixpoGQOvhXqD { display:flex;width:2.3112rem;height:2.3112rem;top:5.3125009536743rem;left:17.129992544651rem; }
 }@media only screen and (max-width: 763px) { #ATUnSwbCQ3yFPnIRWdc4Kc0x3rEySuZW { width:3.2487rem;height:0.0618489375rem;top:49.625rem;left:8.1875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KGEio9dwU3anxBw7mDIlOOTJ1bXqhNNr { width:3.2487rem;height:0.0618489375rem;top:80.1875rem;left:8.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #NTMFrVOSkuf1r2NQ1xK0LpkxKrzEzf49 { width:3.81185rem;height:3.81185rem;top:3.4375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #EypiMRf48HL02DNNfcsGNFdWqo099eaL { width:3.9375rem;height:3.9375rem;top:30rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogaS1hZE1GU4xR4tg7Pqw2rvZsyIv5Ua { width:3.9375rem;height:3.9375rem;top:56.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB2Q5p5nJqTrd4DMXZ8e0krm7TWgce4S { display:flex;width:2.3112rem;height:2.3112rem;top:31.936850547791rem;left:0rem;z-index:15034; }
 }@media only screen and (max-width: 763px) { #EKHvETVhQ9k1emMb94IIqV0qK04pSgrm { display:flex;width:2.3112rem;height:2.3112rem;top:58.436408042908rem;left:0rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #TIttMOHIyLzTvqhZ7zu7wWqWaMSGifMc { display:flex;width:2.3112rem;height:2.3112rem;top:31.693796634674rem;left:17.687718451023rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #Q9eMFCkU8yeaSfxyp6xTEl1pvRVn9fHM { display:flex;width:2.3112rem;height:2.3112rem;top:58.437503814698rem;left:17.687718451023rem;z-index:15036; }
 }@media only screen and (max-width: 763px) { #Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK { display:block; }#Ee7TMXAdD1r9hfqSpKFwF8O6OE1kS7OK > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:#ffffff;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.375rem;left:7.5rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.1875rem;left:10.6875rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:14rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.375rem;left:4rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:1.9987rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }