.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:224,231,242;--color-primary-1:163,182,217;--color-primary-2:102,134,191;--color-primary-3:81,111,158;--color-primary-4:0,54,149;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e { position:relative;display:block; }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e { background-color: transparent; background-image: none; }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e > .row .container > .video-iframe-container { display: none; }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e > .row > .video-iframe-container { display: none; }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e > .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); }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e { border-width: 0; border-radius: 0; }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OAKtluofOT5tMisIqIFvRIwRJW89ZTxm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.5rem;top:1.96875rem;left:2.09375rem;overflow:hidden;display:block; }
#k3ZnpJRoi82ZXEHnDUtiB6HBDSJohFHJ { position:absolute;display:block;z-index:15006;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.5rem;width:15.625rem;top:2.4375rem;left:16.96875rem;overflow:hidden;display:block; }
#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX { background-color:rgba(var(--color-primary-4),1);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; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container { background-color: transparent; background-image: none; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container > .video-iframe-container { display: none; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row > .video-iframe-container { display: none; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .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); }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container { border-width: 0; border-radius: 0; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container { width:60rem;height:30rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#GHEn3VJ7Ufzso7FuP2yJsfl54m2CCH52 { position:absolute;display:block;z-index:15002;background-color:#2c5595;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:12.25rem;width:0.125rem;top:5.3125rem;left:0rem;display:block; }
#ERq1mmzacsEnwxOHWbO1IZTM17InV6mn { color:rgba(var(--color-tertiary-0),1);display:block;width:44.4375rem;position:absolute;font-family:"source sans pro";font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.3125rem;left:1.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W2mJtcQcoiqCKqoT0TQ5RGL0kMsmKmT4 { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.625rem;left:1.4375rem;display:block; }
#H6STykLp3169O8o8O4qfTRHTOKilzTqG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ { border-top:0.625rem solid #fba218;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; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container { background-color: transparent; background-image: none; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container > .video-iframe-container { display: none; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row > .video-iframe-container { display: none; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .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); }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container { border-width: 0; border-radius: 0; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container { font-size:0.875rem;font-family:"open sans";height:13.5rem;width:60rem;position:relative;display:block; }#KuuG2rRzGJbSl8Lwk2fmhSrPo2EGFnQ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:2.625rem;left:6.7760410308837rem;height:13.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3fafa;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; }#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg > .row .container { background-color: transparent; background-image: none; }#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg > .row .container > .video-iframe-container { display: none; }#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg > .row > .video-iframe-container { display: none; }#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg > .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); }#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg > .row .container { border-width: 0; border-radius: 0; }#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;position:relative;display:block; }#BDDpIo2DfTmsNuGNSzhGPPUEZLIXwLTv { color:rgba(var(--color-tertiary-4),0.7);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1875rem;left:7.5rem;height:1.224825rem;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:left;text-align-last:left;display:block; }
#u2IERuwHQ51vHhZAVbxTlkIlTkwG3THR { position:absolute;display:block;z-index:15007;background-color:#2c5595;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:6.25rem;top:2.75rem;left:0rem;display:block; }
#PkXXkXkvFgcsHZ9RpzI0G7AhRbcaMHvh { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:4.0625rem;left:1.1875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VDqGtmFBhWLzHiMwFwU4AGJGQKq5QBUK { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.1875rem;left:20.000001907349rem;overflow:hidden;display:block; }
#aenkHsi6iiAwko0Cu1oSQpD93uFppuJN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.1875rem;left:23.125rem;height:3.375rem;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;display:block; }
#TrpQ5mxUHhRrlGXB0zQuu6yrnmoH7BvS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:8.3125rem;left:20rem;overflow:hidden;display:block; }
#BevNITv4dbwa2wcBtIXEiTUWVvKDdBeZ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:7.1875rem;left:23.125rem;height:6.75rem;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;display:block; }
#R6VqTfEqApLpFe8q6doT9dKfMkKWcALo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:15.5rem;left:20rem;overflow:hidden;display:block; }
#enT0GNg9tbbi5xlW6SPmpVoMPlq5pLiM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:15.5rem;left:23.125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KARLRB7r2vCfAVhw2bzx8gUVz0xRTm6J { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.1875rem;left:42.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hxGOr8EMI9qoZgdJ9C4dnsX218TqeePp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:5.75rem;left:42.8125rem;height:5.0625rem;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;display:block; }
#wPP7qLgs0o5Py0pFnJKliPmJcyrm3PFT { position:absolute;display:block;z-index:15018;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:1.875rem;width:1.875rem;top:1.84375rem;left:40rem;overflow:hidden;display:block; }
#GDZ5UABqkyqL5EIzQhgLdaM5T8a4ZlMh { position:absolute;display:block;z-index:15021;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:1.875rem;width:1.875rem;top:5.625rem;left:40rem;overflow:hidden;display:block; }
#dOEZNmNHw2XrwbC8pRbP4skoLd2Jtqpa { position:absolute;display:block;z-index:15024;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:1.875rem;width:1.875rem;top:12.3125rem;left:40rem;overflow:hidden;display:block; }
#hGHKRA1m7880WaqzXa9QdfL8ISR6Ioig { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:12.375rem;left:42.8125rem;height:3.375rem;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;display:block; }
#MHAoDQM0r1tK1cBlQAN5poTcKk6GQ3ru { position:absolute;display:block;z-index:15010;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:21.8125rem;width:18.75rem;top:13.9375rem;left:0.625rem;overflow:hidden;display:block; }
#oa6tSHLHzzNlTRUnXJepaEPsT4y4Ftur { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:17.375rem;left:42.8125rem;height:5.0625rem;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;display:block; }
#oarve30DdW2HXLkgHssUFxny9DUslr7L { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:24.1875rem;left:42.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TMlgSJXIzs3JRifhmllSIFproNQEmR4V { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:19rem;left:23.125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HcT113hu20zTqTV4wPRdhV6wCkkLkCF8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:22.375rem;left:23.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nCrgeo7pmIcKyEeVaUA8gryUtiArHT3O { position:absolute;display:block;z-index:15016;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:1.875rem;width:1.875rem;top:18.875rem;left:20rem;overflow:hidden;display:block; }
#uv0Q3Pi3kZzyn1uZTsOtED96QN3uNagW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.9375rem;left:20rem;overflow:hidden;display:block; }
#pRU3Ps22d4OHvlnmC8LQPdfapT3roXtp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:17.375rem;left:40rem;overflow:hidden;display:block; }
#ne6poZXHPPNMaDD3QgwCJu9iBmsFJtM5 { 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:1.875rem;width:1.875rem;top:24.625rem;left:40rem;overflow:hidden;display:block; }
#OToRIOHuB6kDx0oCKUn1TUfT9o0TX3gU { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"source sans pro";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.8193359375rem;left:20rem;display:block; }
#Xs5PsXGo7b0LyuiP1RqFK4lIopubWpdu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#unrNo6U7gwQpywAGSSfI6lRBFyGRWlXD { position:absolute;z-index:15003;top:39.6875rem;left:6.875rem;width:6.25rem;height:6.25rem;display:block; }
#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD { position:relative;display:block; }#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD { background-color: transparent; background-image: none; }#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD > .row .container > .video-iframe-container { display: none; }#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD > .row > .video-iframe-container { display: none; }#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD > .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); }#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD { border-width: 0; border-radius: 0; }#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xfeyEVdCuEFkIpnRDTDV7yLk7JLUiidT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:23.750001907349rem;height:1.525rem;display:block; }
#K7k86TRhAtgkMcM7ybsS0UyrkQrv52gJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:12.5rem;top:4.71875rem;left:2.21875rem;overflow:hidden;display:block; }
#dCKILlfmwapnkTF9cwuIiz2WMhmPWM32 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15.625rem;top:5.1875rem;left:22.1875rem;overflow:hidden;display:block; }
#v2yEQl78TRfXyOlxvwkFnWeORmrd4t23 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:13.75rem;top:4.53125rem;left:44.84375rem;overflow:hidden;display:block; }
#ni214JVKBoq874uFsNGrtMgvnbudvxUu { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { background-color: transparent; background-image: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .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); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { border-width: 0; border-radius: 0; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { font-size:0.875rem;font-family:"open sans";height:7.5rem;width:60rem;position:relative;display:block; }#brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:1.1875rem;left:0.0625rem;height:4.71875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e { display:block; }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OAKtluofOT5tMisIqIFvRIwRJW89ZTxm { width:12.5rem;height:3.4375rem;top:0.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #k3ZnpJRoi82ZXEHnDUtiB6HBDSJohFHJ { width:15.625rem;height:2.5rem;top:1.28125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX { background-color:transparent;background-image:url("https://images.assets-landingi.com/llRbw9zX/top.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX.adaptive-delivery-prevent-bg, #wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX.lazyload, #wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX.lazyloading { background-image: none; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container { background-color: transparent; background-image: none; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container > .video-iframe-container { display: none; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row > .video-iframe-container { display: none; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .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); }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container { width:47.75rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GHEn3VJ7Ufzso7FuP2yJsfl54m2CCH52 { width:0.125rem;height:12.25rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ERq1mmzacsEnwxOHWbO1IZTM17InV6mn { width:18.5rem;height:4.5rem;top:3rem;left:2.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #W2mJtcQcoiqCKqoT0TQ5RGL0kMsmKmT4 { width:19.9375rem;height:3.8125rem;top:15.25rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 959px) { #H6STykLp3169O8o8O4qfTRHTOKilzTqG { display:block; }
 }@media only screen and (max-width: 959px) { #MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ { background-color:#ffffff;background-image:none;display:block; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container { background-color: transparent; background-image: none; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container > .video-iframe-container { display: none; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row > .video-iframe-container { display: none; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .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); }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container { width:47.75rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KuuG2rRzGJbSl8Lwk2fmhSrPo2EGFnQ8 { width:47.75rem;height:13.125rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg { display:block; }#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BDDpIo2DfTmsNuGNSzhGPPUEZLIXwLTv { width:6.3125rem;height:1.375rem;top:2.09375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #u2IERuwHQ51vHhZAVbxTlkIlTkwG3THR { width:6.25rem;height:0.0625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PkXXkXkvFgcsHZ9RpzI0G7AhRbcaMHvh { width:16.125rem;height:8.25rem;top:4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #VDqGtmFBhWLzHiMwFwU4AGJGQKq5QBUK { width:1.875rem;height:1.875rem;top:1.84375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #aenkHsi6iiAwko0Cu1oSQpD93uFppuJN { width:16.9375rem;height:3rem;top:4rem;left:15.916015625rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 959px) { #TrpQ5mxUHhRrlGXB0zQuu6yrnmoH7BvS { width:1.875rem;height:1.875rem;top:9.0625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #BevNITv4dbwa2wcBtIXEiTUWVvKDdBeZ { width:15.625rem;height:3rem;top:12.1875rem;left:16.125rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 959px) { #R6VqTfEqApLpFe8q6doT9dKfMkKWcALo { width:1.875rem;height:1.875rem;top:29.6875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #enT0GNg9tbbi5xlW6SPmpVoMPlq5pLiM { width:15.625rem;height:1.5rem;top:19.125rem;left:16.2705078125rem;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #KARLRB7r2vCfAVhw2bzx8gUVz0xRTm6J { width:15.625rem;height:1.5rem;top:4rem;left:32.125rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 959px) { #hxGOr8EMI9qoZgdJ9C4dnsX218TqeePp { width:15.625rem;height:3rem;top:12.25rem;left:31.978515625rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 959px) { #wPP7qLgs0o5Py0pFnJKliPmJcyrm3PFT { width:1.875rem;height:1.875rem;top:2.09375rem;left:38.853515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #GDZ5UABqkyqL5EIzQhgLdaM5T8a4ZlMh { width:1.875rem;height:1.875rem;top:9.0625rem;left:38.853515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dOEZNmNHw2XrwbC8pRbP4skoLd2Jtqpa { width:1.875rem;height:1.875rem;top:16.6875rem;left:38.853515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hGHKRA1m7880WaqzXa9QdfL8ISR6Ioig { width:15.625rem;height:1.5rem;top:19.125rem;left:31.978515625rem;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #MHAoDQM0r1tK1cBlQAN5poTcKk6GQ3ru { width:13.1875rem;height:15.375rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #oa6tSHLHzzNlTRUnXJepaEPsT4y4Ftur { width:15.625rem;height:3rem;top:25.3125rem;left:31.8330078125rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 959px) { #oarve30DdW2HXLkgHssUFxny9DUslr7L { width:15.625rem;height:3rem;top:32.5625rem;left:31.8330078125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #TMlgSJXIzs3JRifhmllSIFproNQEmR4V { width:15.625rem;height:1.5rem;top:26.0625rem;left:15.916015625rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 959px) { #HcT113hu20zTqTV4wPRdhV6wCkkLkCF8 { width:15.625rem;height:1.5rem;top:32.5625rem;left:16.0625rem;font-size:1rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 959px) { #nCrgeo7pmIcKyEeVaUA8gryUtiArHT3O { width:1.875rem;height:1.875rem;top:16.6875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #uv0Q3Pi3kZzyn1uZTsOtED96QN3uNagW { width:1.875rem;height:1.875rem;top:22.34375rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #pRU3Ps22d4OHvlnmC8LQPdfapT3roXtp { width:1.875rem;height:1.875rem;top:22.34375rem;left:38.853515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ne6poZXHPPNMaDD3QgwCJu9iBmsFJtM5 { width:1.875rem;height:1.875rem;top:29.6875rem;left:38.853515625rem;display:block; }
 }@media only screen and (max-width: 959px) { #OToRIOHuB6kDx0oCKUn1TUfT9o0TX3gU { width:19.9375rem;height:3.8125rem;top:40.125rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Xs5PsXGo7b0LyuiP1RqFK4lIopubWpdu { display:block; }
 }@media only screen and (max-width: 959px) { #unrNo6U7gwQpywAGSSfI6lRBFyGRWlXD { width:6.25rem;height:6.25rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD { display:block; }#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD > .row .container { width:47.75rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xfeyEVdCuEFkIpnRDTDV7yLk7JLUiidT { width:12.4995rem;height:1.25rem;top:1.81201171875rem;left:17.62353515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #K7k86TRhAtgkMcM7ybsS0UyrkQrv52gJ { width:12.5rem;height:3.4375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #dCKILlfmwapnkTF9cwuIiz2WMhmPWM32 { width:15.625rem;height:2.5rem;top:5.1875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #v2yEQl78TRfXyOlxvwkFnWeORmrd4t23 { width:13.75rem;height:3.8125rem;top:4.5rem;left:34rem;display:block; }
 }@media only screen and (max-width: 959px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:47.5625rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e { display:block; }#K4NqCnvgxQlZBBqVHsUB4sv6I9NfiG5e > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OAKtluofOT5tMisIqIFvRIwRJW89ZTxm { width:12.5rem;height:3.4375rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3ZnpJRoi82ZXEHnDUtiB6HBDSJohFHJ { width:15.625rem;height:2.5rem;top:5.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX { background-color:#ffffff;background-image:none;display:block; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container { background-color: transparent; background-image: none; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container > .video-iframe-container { display: none; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row > .video-iframe-container { display: none; }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .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); }#wlwZbG0JcyMgu3R8rlzW1omEKvaEEbAX > .row .container { width:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHEn3VJ7Ufzso7FuP2yJsfl54m2CCH52 { width:0.4375rem;height:5rem;top:0.81145763397219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERq1mmzacsEnwxOHWbO1IZTM17InV6mn { width:18.75rem;height:8.625rem;top:0.625rem;left:1.248046875rem;text-align:left;text-align-last:left;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2mJtcQcoiqCKqoT0TQ5RGL0kMsmKmT4 { width:16.0625rem;height:3.8125rem;top:15.1875rem;left:1.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6STykLp3169O8o8O4qfTRHTOKilzTqG { display:block; }
 }@media only screen and (max-width: 763px) { #MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ { background-color:#ffffff;background-image:none;display:block; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container { background-color: transparent; background-image: none; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container > .video-iframe-container { display: none; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row > .video-iframe-container { display: none; }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .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); }#MTW3knDgbDSf2zoECxSA7bCqzZOV5yDZ > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KuuG2rRzGJbSl8Lwk2fmhSrPo2EGFnQ8 { width:19.9979375rem;height:15.8125rem;top:0.9375rem;left:0.0010416507720947rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg { display:block; }#iZhXKBKrlwfBuDoHicGUxk1O04JM1Myg > .row .container { width:20rem;height:125.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BDDpIo2DfTmsNuGNSzhGPPUEZLIXwLTv { width:9.5625rem;height:1.375rem;top:0.8125rem;left:7.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u2IERuwHQ51vHhZAVbxTlkIlTkwG3THR { width:6.25rem;height:0.0625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkXXkXkvFgcsHZ9RpzI0G7AhRbcaMHvh { width:16.75rem;height:8.25rem;top:3.0625rem;left:1.5937501192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDqGtmFBhWLzHiMwFwU4AGJGQKq5QBUK { width:1.875rem;height:1.875rem;top:32.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aenkHsi6iiAwko0Cu1oSQpD93uFppuJN { width:15.625rem;height:3rem;top:35.4375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TrpQ5mxUHhRrlGXB0zQuu6yrnmoH7BvS { width:1.875rem;height:1.875rem;top:43.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BevNITv4dbwa2wcBtIXEiTUWVvKDdBeZ { width:15.625rem;height:3rem;top:45.375rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6VqTfEqApLpFe8q6doT9dKfMkKWcALo { width:1.875rem;height:1.875rem;top:52.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enT0GNg9tbbi5xlW6SPmpVoMPlq5pLiM { width:15.625rem;height:1.5rem;top:55.3125rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KARLRB7r2vCfAVhw2bzx8gUVz0xRTm6J { width:15.625rem;height:1.5rem;top:63.6875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxGOr8EMI9qoZgdJ9C4dnsX218TqeePp { width:15.625rem;height:3rem;top:73.5625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPP7qLgs0o5Py0pFnJKliPmJcyrm3PFT { width:1.875rem;height:1.875rem;top:60.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDZ5UABqkyqL5EIzQhgLdaM5T8a4ZlMh { width:1.875rem;height:1.875rem;top:70.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOEZNmNHw2XrwbC8pRbP4skoLd2Jtqpa { width:1.875rem;height:1.875rem;top:77.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGHKRA1m7880WaqzXa9QdfL8ISR6Ioig { width:15.625rem;height:1.5rem;top:80.75rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MHAoDQM0r1tK1cBlQAN5poTcKk6GQ3ru { width:13.25rem;height:15.4375rem;top:12.105208396912rem;left:3.3437501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa6tSHLHzzNlTRUnXJepaEPsT4y4Ftur { width:15.625rem;height:3rem;top:102.1093788147rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oarve30DdW2HXLkgHssUFxny9DUslr7L { width:15.625rem;height:3rem;top:109.04167175293rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMlgSJXIzs3JRifhmllSIFproNQEmR4V { width:15.625rem;height:1.5rem;top:87.869792938231rem;left:2.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcT113hu20zTqTV4wPRdhV6wCkkLkCF8 { width:15.625rem;height:1.5rem;top:95.432292938231rem;left:2.1562501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCrgeo7pmIcKyEeVaUA8gryUtiArHT3O { width:1.875rem;height:1.875rem;top:84.869792938231rem;left:9.062500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv0Q3Pi3kZzyn1uZTsOtED96QN3uNagW { width:1.875rem;height:1.875rem;top:92.744792938231rem;left:9.062500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRU3Ps22d4OHvlnmC8LQPdfapT3roXtp { width:1.875rem;height:1.875rem;top:99.307292938231rem;left:9.062500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne6poZXHPPNMaDD3QgwCJu9iBmsFJtM5 { width:1.875rem;height:1.875rem;top:106.05208969116rem;left:9.062500834465rem;display:block; }
 }@media only screen and (max-width: 763px) { #OToRIOHuB6kDx0oCKUn1TUfT9o0TX3gU { width:19.9375rem;height:3.8125rem;top:115.48828125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs5PsXGo7b0LyuiP1RqFK4lIopubWpdu { display:block; }
 }@media only screen and (max-width: 763px) { #unrNo6U7gwQpywAGSSfI6lRBFyGRWlXD { width:6.25rem;height:6.25rem;top:17rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD { display:block; }#O4gvbO8rrtTxsTbRxDO18EmLQZKFyEnD > .row .container { width:20rem;height:23.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xfeyEVdCuEFkIpnRDTDV7yLk7JLUiidT { width:12.5rem;height:1.25rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K7k86TRhAtgkMcM7ybsS0UyrkQrv52gJ { width:12.5rem;height:3.4375rem;top:3.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCKILlfmwapnkTF9cwuIiz2WMhmPWM32 { width:15.625rem;height:2.5rem;top:10rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2yEQl78TRfXyOlxvwkFnWeORmrd4t23 { width:13.75rem;height:3.8125rem;top:15.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:20rem;height:7rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }