.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:rgba(0,0,0,0.92);background-image:url("https://images.assets-landingi.com/uc/1cbb5af3-c51e-4a5d-8f1c-3c22924fb191/WebsiteWallpaper.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW.adaptive-delivery-prevent-bg, #vCQIei3tubS5oJlBd5FH7UCARM0INDoW.lazyload, #vCQIei3tubS5oJlBd5FH7UCARM0INDoW.lazyloading { background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { border-width: 0; border-radius: 0; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;overflow:visible;position:relative;display:block; }#faBpUluzOlUqZX3DeWwfmyWQPkLteeGO { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9927557f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9927557f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));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;height:32.4375rem;width:25.9375rem;top:3.75rem;left:49.0625rem;display:block; }
#F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:0rem;display:block; }
#bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:2.375rem;display:block; }
#Cr27o0vJmGAsBl5PPF17hPIz76ApnKcD { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:7.25rem;display:block; }
#PS10THBVLpsMtJBEu6b7AJwRGLU99BwQ { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:4.75rem;display:block; }
#RyHVoRsxF9V6Gq84TITUrurFgLWQz9i8 { color:#d3d3d3;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:2.75rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:6.369140625rem;left:51.8125rem;height:19.7988125rem;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; }
#CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #27557f, #000000);background-image: -moz-linear-gradient(180deg, #27557f, #000000);background-image: -ms-linear-gradient(180deg, #27557f, #000000);background-image: -o-linear-gradient(180deg, #27557f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27557f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27557f', endColorstr='#000000' );";background-image: linear-gradient(180deg, #27557f, #000000);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.625rem;left:51.8125rem;display:block; }
#cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z1JWhJgQ9XITVSAoMNiXtFn3zEaiTOdU { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.625rem;left:62.8125rem;display:block; }
#VW2qraUsElK1lFkka7k8QwS17ivKRkxC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:28.25rem;left:51.8125rem;height:5.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_91080b55ffe3439548fbe95921d3c92afda8566e.svg); }
#bl7En8hAdawU28SXWADhBrOG2AAZIeKZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:28.625rem;top:18.9736328125rem;left:0rem;overflow:hidden;display:block; }
#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/723dad97-4b30-49c6-a08a-f3cf5b0d40b3/train.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.adaptive-delivery-prevent-bg, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyload, #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB.lazyloading { background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { background-color: transparent; background-image: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { display: none; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .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); }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { border-width: 0; border-radius: 0; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:block; }#eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:13.8125rem;left:1.875rem;height:2.54980625rem;font-style:normal;display:block; }
#uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:17.125rem;left:1.875rem;height:3.3994125rem;font-style:normal;display:block; }
#K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:3.162109375rem;left:11.25rem;height:3.67480625rem;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; }
#XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:17.125rem;left:28.75rem;height:3.3994125rem;font-style:normal;display:block; }
#WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:13.8125rem;left:28.75rem;height:2.54980625rem;font-style:normal;display:block; }
#aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { color:#ffffff;display:block;width:18.1875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:13.8125rem;left:55.3125rem;height:2.54980625rem;font-style:normal;display:block; }
#sEyGaJFGkbqRTy0n1txHAeZ8MvK18O5o { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:21.5625rem;left:28.75rem;height:3.3994125rem;font-style:normal;display:block; }
#hxglsr6NFaxKfBu00EXQZQ9e1WaOfl5G { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:26.125rem;left:28.75rem;height:5.09911875rem;font-style:normal;display:block; }
#VqNv0mPUGxDh6WmylITxd9Qpw4HHqA40 { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:21.5625rem;left:1.875rem;height:3.3994125rem;font-style:normal;display:block; }
#O78L6A6rLL7sWvacpfIJpyyQgfxnsWIr { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:26.125rem;left:1.875rem;height:5.09911875rem;font-style:normal;display:block; }
#b7lJNOz6Z8FBC4tRmu9G3rD5RBBfE9al { color:#ededed;display:block;width:18.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:17.12451171875rem;left:55.3125rem;height:3.3994125rem;font-style:normal;display:block; }
#ax9CIF2qn4g05ypnpmxd9iC5Ed1tE9vc { color:#ededed;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:21.56201171875rem;left:55.3125rem;height:3.3994125rem;font-style:normal;display:block; }
#Qpim6AgfVJsHiJITaExWHQ1TdoDG5Kof { color:#ededed;display:block;width:19.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:26.12451171875rem;left:55.3125rem;height:5.09911875rem;font-style:normal;display:block; }
#WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));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:10rem;width:0.5rem;top:0rem;left:66.1875rem;display:block; }
#Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));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:10rem;width:0.5rem;top:0rem;left:63.75rem;display:block; }
#gsgFWe3yKfyZnsvz2RR8XycrzWbyhHk3 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));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:10rem;width:0.5rem;top:0rem;left:70.875rem;display:block; }
#DwDqP2qPyTvb8rKUquZHS44v0crqS1yX { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));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:10rem;width:0.5rem;top:0rem;left:68.5rem;display:block; }
#eCFHaeckyBNCbbohWNRUJefhd7T2x5pd { position:absolute;display:block;z-index:15027;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.8125rem;width:2.8125rem;top:10rem;left:1.875rem;overflow:hidden;display:block; }
#SHuzxcRu5Lsrs1uq5wWmNEIy8FPNnPhE { position:absolute;display:block;z-index:15028;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.8125rem;width:2.8125rem;top:10rem;left:28.75rem;overflow:hidden;display:block; }
#XSwVIp8sqmXUEt2Ww8TKRI19KfZpytGU { position:absolute;display:block;z-index:15029;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.8125rem;width:2.8125rem;top:10rem;left:55.3125rem;overflow:hidden;display:block; }
#e5m1Mf7SdalMPV88Tz6oEeH3qQGWK1Ne { position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9927557f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9927557f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));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;height:30.375rem;width:21.25rem;top:3.0625rem;left:53.75rem;display:block; }
#NpJGJNQxaFn2sMALHfAMw7TwT4GLwPew { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9927557f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9927557f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));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;height:30.375rem;width:24.25rem;top:3.0625rem;left:25.375rem;display:block; }
#LyM0QaurWic7bFp3ehddXSKnbqvvpEbt { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9927557f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9927557f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));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;height:30.375rem;width:21.25rem;top:3.0625rem;left:0rem;display:block; }
#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #27557f, #000000);background-image: -moz-linear-gradient(180deg, #27557f, #000000);background-image: -ms-linear-gradient(180deg, #27557f, #000000);background-image: -o-linear-gradient(180deg, #27557f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27557f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27557f', endColorstr='#000000' );";background-image: linear-gradient(180deg, #27557f, #000000);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; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .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); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { border-width: 0; border-radius: 0; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.125rem;left:10.1875rem; }
#haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:13rem;left:0rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:15.9375rem;left:0rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:1.9375rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cu9THOivMRw2XM7wRbIee87nH7uin95a { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:3.5rem;display:block; }
#AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(183,183,183,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:7.9375rem;left:9rem;display:block; }
#iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:15.75rem;left:26.25rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:12.8125rem;left:26.25rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(181deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(181deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(181deg, rgba(183,183,183,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(181deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:7.75rem;left:35.25rem;display:block; }
#pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.9375rem;left:36.4375rem; }
#C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { color:#ededed;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:15.75rem;left:52.5rem;height:3.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:12.8125rem;left:52.5rem;height:2.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(285deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(285deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(285deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(285deg, rgba(183,183,183,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(285deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:4.5rem;width:4.5rem;top:7.75rem;left:61.5rem;display:block; }
#X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:8.9375rem;left:62.6875rem; }
#r5s08MD9vQS1PMQ5lwBmQOCAvyHOqbdX { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:5.25rem;display:block; }
#DroZwgNgznU5rpVphWwZJt3vcb8xxVOT { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:7rem;display:block; }
#x5If4yXCPQtxretk45tpvKePpQQtwxMG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { background-color: transparent; background-image: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container > .video-iframe-container { display: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container { display: none; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .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); }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { border-width: 0; border-radius: 0; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { font-size:0.875rem;font-family:arial;height:44.4375rem;width:75rem;position:relative;display:block; }#DswwFEZ56hus0VAhBkUeZpG5Lg8DlQRi { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:11.07470703125rem;left:37.5rem;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;display:block; }
#LEDAUpCTBEsGFOEsSal6aMQgRhILWpQn { color:#ededed;display:block;width:37.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:22.3564453125rem;left:37.5rem;height:5.09911875rem;display:block; }
#L9ZenqKHqaX5ULuq3SRCDPgZJ8ktpcvB { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#feGK8qRWSOXRwbRouLdwGGfB3JQ391q4 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#AbpL7kGbqGTl0JQzVaXGixVi1fPi1zKa { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#sh33RKeSsiZyaQTCMc9qOdmCmtT2mdll { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#nsTO6xzn2Js0EcGR1uzbxt6Lmb7TdZ4C { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #27557f, #000000);background-image: -moz-linear-gradient(180deg, #27557f, #000000);background-image: -ms-linear-gradient(180deg, #27557f, #000000);background-image: -o-linear-gradient(180deg, #27557f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27557f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27557f', endColorstr='#000000' );";background-image: linear-gradient(180deg, #27557f, #000000);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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.1875rem;left:37.5rem;display:block; }
#fmobo0Dv1rCgwXpb8yv6uAVee13b0mEz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sT01oJE1EKgMFAMQX1yS5XGeq3V04tby { position:absolute;display:block;z-index:15029;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:40.625rem;width:33.0625rem;top:1.90625rem;left:2.21875rem;overflow:hidden;display:block; }
#FSKp8EgTkXvlzGuDxsAz82nEfq6sKbzK { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.1875rem;left:48.0625rem;display:block; }
#FtRpcFmwQ10zaBgOdlvQTGfFA17xPIlr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #27557f, #0b0b0b);background-image: -moz-linear-gradient(180deg, #27557f, #0b0b0b);background-image: -ms-linear-gradient(180deg, #27557f, #0b0b0b);background-image: -o-linear-gradient(180deg, #27557f, #0b0b0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27557f', endColorstr='#0b0b0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27557f', endColorstr='#0b0b0b' );";background-image: linear-gradient(180deg, #27557f, #0b0b0b);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; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { background-color: transparent; background-image: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container > .video-iframe-container { display: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container { display: none; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .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); }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { border-width: 0; border-radius: 0; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#xOXQTt13hzkN2Q8JW4WSGTBEniGotLvk { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:1.9501953125rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76d6b9c5-27f9-45e1-b560-b078236237d9/officetable.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE.adaptive-delivery-prevent-bg, #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE.lazyload, #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE.lazyloading { background-image: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { background-color: transparent; background-image: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container > .video-iframe-container { display: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.6); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row > .video-iframe-container { display: none; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .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); }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { border-width: 0; border-radius: 0; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { font-size:0.875rem;font-family:arial;height:48.375rem;width:75rem;position:relative;display:block; }#f4uaITLq8TgWVx53syzAw1Z9asC0xw0W { position:absolute;display:block;z-index:15000;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.5rem;width:37.5rem;top:0rem;left:0rem;display:block; }
#Kgfx3EdrCl7iE7fx44SzDZdsDHRpIsVx { color:#7ea9d1;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15016;line-height:1.7;letter-spacing:0;top:5.125rem;left:3.125rem;height:1.69970625rem;font-style:normal;display:block; }
#Ngb4Sm5kId1M0qzZnZK6VVX53PXAuLVL { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:8.125rem;left:3.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;display:block; }
#NKaZfDAMLKpKTpKebAQyUTUvPt9MTW26 { color:#b5b5b5;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.7;letter-spacing:0;top:18.875rem;left:3.125rem;height:5.09911875rem;display:block; }
#CyE49qAH5TJIozxn60X5MZTegtCa2PqQ { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:6.125rem;display:block; }
#RDuvtAD2asHUbpbkkozXGBoTb2iMN4EJ { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:8.5rem;display:block; }
#FwHD5xJERBgiGqW8rBFapWNXO76939AO { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:3.75rem;display:block; }
#X9Toa0sIwf3UB5wUOWWdX2yqdNigRMO7 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.45), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:10.875rem;display:block; }
#tICx4OosWZ9bmStvvDzV5TvitxWMPpL4 { color:#b5b5b5;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:27.1875rem;left:3.125rem;height:8.4985625rem;display:block; }
#NpJ2flbSLtap6hfuwDmFTbNfsxho23WD { color:#b5b5b5;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.7;letter-spacing:0;top:38.56103515625rem;left:3.125rem;height:5.09911875rem;display:block; }
#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { background-color: transparent; background-image: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container > .video-iframe-container { display: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container { display: none; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .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); }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { border-width: 0; border-radius: 0; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { font-size:0.875rem;font-family:arial;height:53.4375rem;width:75rem;position:relative;display:block; }#TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:3.6875rem;left:11.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#diAu6xfG1AoKrrgCTKTiou6zZKcKa03T { 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:11.875rem;width:11.875rem;top:10.9375rem;left:4.375rem;overflow:hidden;display:block; }
#RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:27.6875rem;left:4.375rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#usyfmDp12m9hAQPDKbbUWasazKnDWeua { color:#b5b5b5;display:block;width:11.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:25.875rem;left:4.375rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#wGIHcVAi1vdZq82t67VIEhitHP4EvKAK { color:#7ea9d1;display:block;width:12rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.7;letter-spacing:0;top:23.9375rem;left:4.375rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#OPFC8f9uc8PX1QDnEZ1xfTFXq3DB1TRa { position:absolute;display:block;z-index:15032;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.1875rem;width:12.1875rem;top:10.9375rem;left:24.25rem;overflow:hidden;display:block; }
#xxBkD7CCW9B2pidmLVz8meVN1lMtRzMt { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(81deg, rgba(0,0,0,0), rgba(39,85,127,0.35));background-image: -moz-linear-gradient(81deg, rgba(0,0,0,0), rgba(39,85,127,0.35));background-image: -ms-linear-gradient(81deg, rgba(0,0,0,0), rgba(39,85,127,0.35));background-image: -o-linear-gradient(81deg, rgba(0,0,0,0), rgba(39,85,127,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5927557f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#5927557f' );";background-image: linear-gradient(81deg, rgba(0,0,0,0), rgba(39,85,127,0.35));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:53.3125rem;width:75rem;top:0.03125rem;left:0rem;display:block; }
#RIZtV5ivqJrtrk4TTauBqWy64vmeuT3m { position:absolute;display:block;z-index:15033;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.1875rem;width:12.1875rem;top:33.3125rem;left:22.5625rem;overflow:hidden;display:block; }
#Px8T2VWtyMTu26zdihBaPul5mDM6BR6I { position:absolute;display:block;z-index:15034;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.1875rem;width:12.1875rem;top:10.9375rem;left:44.375rem;overflow:hidden;display:block; }
#ximHhlxD4iqCrkgU4G2BVdGZDJHbubZu { position:absolute;display:block;z-index:15035;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.1875rem;width:12.1875rem;top:33.3125rem;left:4.375rem;overflow:hidden;display:block; }
#mNMztyIavlFxWvh0r7VzTlP0fvAsKBUs { 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:12.1875rem;width:12.1875rem;top:33.3125rem;left:40.875rem;overflow:hidden;display:block; }
#Th8qFxxvkdc4X7rbWHNnef52kTH4ZVxc { position:absolute;display:block;z-index:15037;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.1875rem;width:12.1875rem;top:33.3125rem;left:58.5rem;overflow:hidden;display:block; }
#lmncb8N4tCB2d54grHQxaM1kUqZtbxBh { color:#7ea9d1;display:block;width:12rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:24.1875rem;left:24.25rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#dqiVvDWa5iVrHg167OHHdHgollMt1rTq { color:#7ea9d1;display:block;width:12rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:24.1875rem;left:44.375rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#K6rf7gwHWDgkFuJblz8UET6pHA7O1Ebk { color:#7ea9d1;display:block;width:12rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:46.4375rem;left:4.3125rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#rSSlmb5PRFkVDT36VTlBFzIWOiZZm9zB { color:#7ea9d1;display:block;width:12rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.7;letter-spacing:0;top:46.4375rem;left:22.6875rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#SmvVEeBcXgK0votgCfMBxUAwh0507W9N { color:#7ea9d1;display:block;width:12rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:46.4375rem;left:41rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#p4kLgi2IZHS49l5RA1TBWP9BrVOZGkNn { color:#7ea9d1;display:block;width:12rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:46.4375rem;left:58.5rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#tqGQwMRC5iDZis5USWxtIuB1kh6HvMmB { color:#b5b5b5;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:48.375rem;left:4.3125rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#Jd5x8GigiN4bOsPuNU1D2ldH2obUtGFF { color:#b5b5b5;display:block;width:11.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:48.375rem;left:22.625rem;height:3.3994125rem;text-align:left;text-align-last:left;display:block; }
#zG5pkPn5Tly0vCdJry1l3SfDnxZ9wCTz { color:#b5b5b5;display:block;width:11.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.7;letter-spacing:0;top:48.375rem;left:40.875rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#oNgcUbtoTMylg0XcvwZsZBLqBFTBUmoa { color:#b5b5b5;display:block;width:11.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.7;letter-spacing:0;top:48.375rem;left:58.5rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#ydhbQCxGOzNSf0nQzSbEgtfgyLl7b8GC { color:#b5b5b5;display:block;width:11.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.7;letter-spacing:0;top:26.0625rem;left:24.25rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#eKNB8ThWBet6TihqrvP4COD5UEHyAmba { color:#b5b5b5;display:block;width:11.9375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.7;letter-spacing:0;top:26.0625rem;left:44.375rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#ESg25uvyZWmtiDVIlOkFQNhAObMsqPzK { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:27.8125rem;left:24.25rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#VHgPLhH2tkcM4pGduf816o20TaQJ7uhc { color:#ffffff;display:block;width:12.3125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:27.75rem;left:44.375rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76d6b9c5-27f9-45e1-b560-b078236237d9/officetable.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.adaptive-delivery-prevent-bg, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyload, #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu.lazyloading { background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { background-color: transparent; background-image: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,28,28,0.8); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { display: none; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .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); }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { border-width: 0; border-radius: 0; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { color:#ffffff;display:block;width:55rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.3125rem;left:10rem;height:3.1499rem;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; }
#IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { color:#ffffff;display:block;width:40rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:10.1875rem;left:17.5rem;height:3.82421875rem;text-align:center;text-align-last:center;display:block; }
#TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0a0b0b, #27557f);background-image: -moz-linear-gradient(180deg, #0a0b0b, #27557f);background-image: -ms-linear-gradient(180deg, #0a0b0b, #27557f);background-image: -o-linear-gradient(180deg, #0a0b0b, #27557f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0b0b', endColorstr='#27557f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0b0b', endColorstr='#27557f' );";background-image: linear-gradient(180deg, #0a0b0b, #27557f);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:21.25rem;width:60rem;top:1.5rem;left:7.5rem;display:block; }
#bNd51AnS4eCRKkbyaGGTbfPmWO7GEZzK { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:16.625rem;left:39.3125rem;display:block; }
#QSeHZpuWXnElkBNR8V8SWUH4pruUXfVM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ucr0a22rrvxdiKeLdU9TZXEFCEwNccnl { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:16.625rem;left:25.75rem;display:block; }
#T2hclzLnfnq4ANWTyBLQXKrHonBGLIGU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ta7KnpD6d7sRTydUz5RbEynrckh1x70W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { background-color: transparent; background-image: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container > .video-iframe-container { display: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container { display: none; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .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); }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { border-width: 0; border-radius: 0; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#iDDAVeZ3FGUbdhSqChAicX866duXZgwl { color:#7ea9d1;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:1.76953125rem;left:11.25rem;height:2.23095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oh1tpwpc5vc7Z3H13lFEKzxT1H8fzLd2 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:4rem;left:11.25rem;height:3.67480625rem;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; }
#JbtJ55FXCIJkUJOfRbIx2itTrRxziPxr { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:9.5rem;left:12.1875rem; }
#WeIaIJ1FdRSS5pPt6PuxUf9n6n6uOdSQ { color:#ededed;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.7;letter-spacing:0;top:12.25rem;left:12.8125rem;height:2.54980625rem;font-style:italic;display:block; }
#aNaifzdZqaO0A9ZaJDFimK5h4pkbCfX2 { color:#b5b5b5;display:block;width:50rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:15.625rem;left:12.8125rem;height:1.48730625rem;font-style:normal;display:block; }
#LLmpWmXWTpdCHfKfFNBhaGsgH0kmwEUK { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(0,0,0,0), rgba(39,85,127,0.62));background-image: -moz-linear-gradient(183deg, rgba(0,0,0,0), rgba(39,85,127,0.62));background-image: -ms-linear-gradient(183deg, rgba(0,0,0,0), rgba(39,85,127,0.62));background-image: -o-linear-gradient(183deg, rgba(0,0,0,0), rgba(39,85,127,0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e27557f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9e27557f' );";background-image: linear-gradient(183deg, rgba(0,0,0,0), rgba(39,85,127,0.62));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:11.25rem;width:75rem;top:7.9375rem;left:0rem;display:block; }
#UqIcPEMksLprvqozTEmFIVTO8lg9A3SJ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:20rem;left:0rem; }
#GmEmT1sBIazwbunVNF4fDOEZbStSg07n { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15046;line-height:1.7;letter-spacing:0;top:22.125rem;left:0.625rem;height:3.82421875rem;font-style:italic;display:block; }
#wEOff3IOxAwCO3rBWIPGcaat9XQc8mzA { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:26.4375rem;left:0.625rem;height:1.48730625rem;font-style:normal;display:block; }
#N4Gti3hRNpqc0d7yZq5wNvRuSITmVBtS { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:20rem;left:40.625rem; }
#lxV2kLbCSZzv1NMEFCdR7Fnb4fCymhH1 { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:22.125rem;left:41.25rem;height:3.82421875rem;font-style:italic;display:block; }
#TLlmLBp7l3ed1ldVGOklsSlrNpDKOdpK { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:26.4375rem;left:41.25rem;height:1.48730625rem;font-style:normal;display:block; }
#tbvs1tfKMVISATRGAZeDm2muAzoxVU5Z { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15052;line-height:1.7;letter-spacing:0;top:31.4375rem;left:0.625rem;height:3.82421875rem;font-style:italic;display:block; }
#TxRCU9umg8yxnTxKN8PXBtN6JLrebDnE { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:35.75rem;left:0.625rem;height:1.48730625rem;font-style:normal;display:block; }
#A3aL2U5OnqTT5828MglmGP8QZv0qinkb { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:29.3125rem;left:0rem; }
#Z3lmCiDh6wvMeCT6MxKuQZO8zFD3Aueu { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(0deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(0deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(0deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(0deg, rgba(183,183,183,0.35), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#l82dIeUBk7ADSZaKdCrOqoFWsTNLlJrR { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#MNN2yP78yzFXitf3qH4d223KcuEdATEx { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#U5Nd1zHKV22DiiP8DgUl2hBWp06TXgPZ { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));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:9.375rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#LTRGwcuGvHTJhemHVSbJyZPMMJR0fAhR { color:#ededed;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:31.4375rem;left:41.25rem;height:3.82421875rem;font-style:italic;display:block; }
#Xl6Nw6f9yzol4Taf1ssutHWfrLlSDt1H { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:29.3125rem;left:40.625rem; }
#O5XAfa7ruShKFecbJUWbifJ7IADc3GEp { color:#b5b5b5;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15057;line-height:1.7;letter-spacing:0;top:35.75rem;left:41.25rem;height:1.48730625rem;font-style:normal;display:block; }
#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { background-color: transparent; background-image: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .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); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { border-width: 0; border-radius: 0; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { font-size:0.875rem;font-family:arial;height:39.125rem;width:75rem;overflow:visible;position:relative;display:block; }#Qe9h0Wud265qcFHomikIm3TKmN2nogmV { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:3.875rem;left:1.25rem;height:6.2998125rem;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; }
#Pzcv4U11aJ5fXpHGTueCXve0Eh39KhLV { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:45rem;display:block; }
#aiWvILT5GzlRovc61cS3KkcGrxf88ZnH { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:47.375rem;display:block; }
#nZSfxnIeq4GxzNHMT1hvh94SpuHVHLQr { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:52.125rem;display:block; }
#IPB0dGwUGII8Mc0UcIzVEac7GNezFWdB { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:49.75rem;display:block; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-form-header {  }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#ffffff;width:25rem;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;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:25rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #b5b5b5;border-left:0.0625rem solid #b5b5b5;border-right:0.0625rem solid #b5b5b5;border-bottom:0.0625rem solid #b5b5b5;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:25rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox { width:1rem;height:1rem;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; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #27557f);background-image: -moz-linear-gradient(180deg, #000000, #27557f);background-image: -ms-linear-gradient(180deg, #000000, #27557f);background-image: -o-linear-gradient(180deg, #000000, #27557f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#27557f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#27557f' );";background-image: linear-gradient(180deg, #000000, #27557f);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:14.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:10.5rem;height:2.25rem;font-family:raleway;overflow:hidden; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:raleway;font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:raleway;font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:raleway;font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:raleway;font-size:1rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .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:raleway;line-height:1.3;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;float:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .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; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container:first-of-type{padding-top:0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container:last-of-type{padding-bottom:0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15030;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.875rem;left:0rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-info-text { display:block;height:auto;font-family:raleway;font-size:1rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15030;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.0625rem;left:0rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #kA6xA6HuyTBZCrEG2TqrqA1vTArkXFbN { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #mEspnrt1hyFTkg32BZJf14sA17Qyu9hS { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Pvpa0KVIGQsoAgRALwyfUMfHrPwFpgcM { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #QKDPq94hEFt3rFdnZRlFIMkKnBXAAl4F { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zzOwWcFWi3iODtDoygp7837cBfWG36qK { position:relative;z-index:2; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WAEgV0wMByR9sJDEJLy95xg6e4VFrNNP { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs { position:relative; }
#Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { color:#b5b5b5;display:block;width:33.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:11.125rem;left:1.25rem;height:1.69970625rem;display:block; }
#M82AyM5alL0APozAmJiHa3kikPf3RNhL { position:absolute;display:block;z-index:15074;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:36.0625rem;width:25.3125rem;top:3.875rem;left:43.125rem;overflow:hidden;display:block; }
#nf6PTN1kqbniWZ1POnTcQV9gyfrlFBXo { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9927557f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#9927557f' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(39,85,127,0.6));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;height:39.125rem;width:27.125rem;top:0rem;left:42.09375rem;display:block; }
#ibNPO9zBHCGBOL8tOan82A7VcvEc5Kwg { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:2.8125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:2.326171875rem;left:56.6875rem;display:block; }
#nLvwsaozt9pENfGT0U2JByX1QmchVLh4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upDva3dk12bZMTS4koAgCaeK4CrbQsOl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1c1c;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; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { background-color: transparent; background-image: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { display: none; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .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); }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { border-width: 0; border-radius: 0; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#QlbwqPiLlfXq1gUlC4h7dtiKED0NEkh9 { color:#7ea9d1;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:1.05615234375rem;left:11.25rem;height:3.5058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:4.5rem;left:11.25rem;height:3.67480625rem;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; }
#czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:70.75rem;display:block; }
#xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:68.375rem;display:block; }
#zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:66rem;display:block; }
#WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.3), rgba(0,0,0,0));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:31.25rem;width:0.5rem;top:0rem;left:63.625rem;display:block; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#1c1c1c;background-image:none;vertical-align:top;border-top:0rem none #27557f;border-left:0rem none #27557f;border-right:0rem none #27557f;border-bottom:0.0625rem solid #27557f; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.5rem;font-family:raleway;font-style:normal;color:#ffffff;height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:raleway;color:#ffffff;height:auto;line-height:1.7;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_e0b2a76afd2995639fcf3da6c26d7827d04651e6.svg");background-size:contain !important; }#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.adaptive-delivery-prevent-bg, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyload, #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger.lazyloading { background-image: none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { box-sizing:content-box;height:auto;width:42.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15036;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.1376953125rem;left:16.15625rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB { display:none; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu { display:block;position:relative; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T { display:none; }
#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27557f;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; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { background-color: transparent; background-image: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { display: none; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .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); }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { border-width: 0; border-radius: 0; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.7;letter-spacing:0;top:3.005859375rem;left:26.25rem;height:1.48730625rem;text-align:center;text-align-last:center;display:block; }
#nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:3rem;left:73.5rem; }
#nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:3rem;left:71.25rem; }
#TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:3rem;left:69.125rem; }
#hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:10.9375rem;top:1.28125rem;left:0.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faBpUluzOlUqZX3DeWwfmyWQPkLteeGO { width:25.9375rem;height:32.4375rem;top:3.75rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr27o0vJmGAsBl5PPF17hPIz76ApnKcD { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS10THBVLpsMtJBEu6b7AJwRGLU99BwQ { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyHVoRsxF9V6Gq84TITUrurFgLWQz9i8 { top:6.3125rem;left:29rem;width:18.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #z1JWhJgQ9XITVSAoMNiXtFn3zEaiTOdU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW2qraUsElK1lFkka7k8QwS17ivKRkxC { display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_91080b55ffe3439548fbe95921d3c92afda8566e.svg); }
 }@media only screen and (max-width: 763px) { #bl7En8hAdawU28SXWADhBrOG2AAZIeKZ { width:28.625rem;height:15.75rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEyGaJFGkbqRTy0n1txHAeZ8MvK18O5o { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxglsr6NFaxKfBu00EXQZQ9e1WaOfl5G { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqNv0mPUGxDh6WmylITxd9Qpw4HHqA40 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O78L6A6rLL7sWvacpfIJpyyQgfxnsWIr { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7lJNOz6Z8FBC4tRmu9G3rD5RBBfE9al { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax9CIF2qn4g05ypnpmxd9iC5Ed1tE9vc { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpim6AgfVJsHiJITaExWHQ1TdoDG5Kof { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:0.5rem;height:10rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:0.5rem;height:10rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsgFWe3yKfyZnsvz2RR8XycrzWbyhHk3 { width:0.5rem;height:10rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwDqP2qPyTvb8rKUquZHS44v0crqS1yX { width:0.5rem;height:10rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCFHaeckyBNCbbohWNRUJefhd7T2x5pd { top:10rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHuzxcRu5Lsrs1uq5wWmNEIy8FPNnPhE { top:10rem;left:15.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSwVIp8sqmXUEt2Ww8TKRI19KfZpytGU { top:10rem;left:41.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5m1Mf7SdalMPV88Tz6oEeH3qQGWK1Ne { width:21.25rem;height:30.375rem;top:3.0625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJGJNQxaFn2sMALHfAMw7TwT4GLwPew { width:24.25rem;height:30.375rem;top:3.0625rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyM0QaurWic7bFp3ehddXSKnbqvvpEbt { width:21.25rem;height:30.375rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { top:9.125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cu9THOivMRw2XM7wRbIee87nH7uin95a { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:4.5rem;height:4.5rem;top:7.75rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { top:8.9375rem;left:22.8125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:4.5rem;height:4.5rem;top:7.75rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { top:8.9375rem;left:45.625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5s08MD9vQS1PMQ5lwBmQOCAvyHOqbdX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DroZwgNgznU5rpVphWwZJt3vcb8xxVOT { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5If4yXCPQtxretk45tpvKePpQQtwxMG { display:block; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DswwFEZ56hus0VAhBkUeZpG5Lg8DlQRi { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEDAUpCTBEsGFOEsSal6aMQgRhILWpQn { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9ZenqKHqaX5ULuq3SRCDPgZJ8ktpcvB { width:0.5rem;height:31.25rem;top:0rem;left:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feGK8qRWSOXRwbRouLdwGGfB3JQ391q4 { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbpL7kGbqGTl0JQzVaXGixVi1fPi1zKa { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh33RKeSsiZyaQTCMc9qOdmCmtT2mdll { width:0.5rem;height:31.25rem;top:0rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsTO6xzn2Js0EcGR1uzbxt6Lmb7TdZ4C { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmobo0Dv1rCgwXpb8yv6uAVee13b0mEz { display:block; }
 }@media only screen and (max-width: 763px) { #sT01oJE1EKgMFAMQX1yS5XGeq3V04tby { top:1.875rem;left:0rem;width:33.0625rem;height:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSKp8EgTkXvlzGuDxsAz82nEfq6sKbzK { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtRpcFmwQ10zaBgOdlvQTGfFA17xPIlr { display:block; }
 }@media only screen and (max-width: 763px) { #OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { display:block; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOXQTt13hzkN2Q8JW4WSGTBEniGotLvk { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE { display:block; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4uaITLq8TgWVx53syzAw1Z9asC0xw0W { width:37.5rem;height:46.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgfx3EdrCl7iE7fx44SzDZdsDHRpIsVx { top:5.125rem;left:0rem;width:31.25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngb4Sm5kId1M0qzZnZK6VVX53PXAuLVL { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKaZfDAMLKpKTpKebAQyUTUvPt9MTW26 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyE49qAH5TJIozxn60X5MZTegtCa2PqQ { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDuvtAD2asHUbpbkkozXGBoTb2iMN4EJ { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwHD5xJERBgiGqW8rBFapWNXO76939AO { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Toa0sIwf3UB5wUOWWdX2yqdNigRMO7 { width:0.5rem;height:31.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tICx4OosWZ9bmStvvDzV5TvitxWMPpL4 { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpJ2flbSLtap6hfuwDmFTbNfsxho23WD { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diAu6xfG1AoKrrgCTKTiou6zZKcKa03T { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usyfmDp12m9hAQPDKbbUWasazKnDWeua { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGIHcVAi1vdZq82t67VIEhitHP4EvKAK { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPFC8f9uc8PX1QDnEZ1xfTFXq3DB1TRa { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxBkD7CCW9B2pidmLVz8meVN1lMtRzMt { width:47.75rem;height:53.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIZtV5ivqJrtrk4TTauBqWy64vmeuT3m { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px8T2VWtyMTu26zdihBaPul5mDM6BR6I { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ximHhlxD4iqCrkgU4G2BVdGZDJHbubZu { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNMztyIavlFxWvh0r7VzTlP0fvAsKBUs { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th8qFxxvkdc4X7rbWHNnef52kTH4ZVxc { top:12.474609375rem;left:1.125rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmncb8N4tCB2d54grHQxaM1kUqZtbxBh { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqiVvDWa5iVrHg167OHHdHgollMt1rTq { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6rf7gwHWDgkFuJblz8UET6pHA7O1Ebk { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSSlmb5PRFkVDT36VTlBFzIWOiZZm9zB { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmvVEeBcXgK0votgCfMBxUAwh0507W9N { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4kLgi2IZHS49l5RA1TBWP9BrVOZGkNn { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqGQwMRC5iDZis5USWxtIuB1kh6HvMmB { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd5x8GigiN4bOsPuNU1D2ldH2obUtGFF { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG5pkPn5Tly0vCdJry1l3SfDnxZ9wCTz { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNgcUbtoTMylg0XcvwZsZBLqBFTBUmoa { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydhbQCxGOzNSf0nQzSbEgtfgyLl7b8GC { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKNB8ThWBet6TihqrvP4COD5UEHyAmba { top:36.88671875rem;left:1.125rem;width:21.25rem;height:1.69970625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESg25uvyZWmtiDVIlOkFQNhAObMsqPzK { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHgPLhH2tkcM4pGduf816o20TaQJ7uhc { top:39.8359375rem;left:1.125rem;width:21.25rem;height:6.7988125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { top:5.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { top:10.1875rem;left:3.875rem;width:40rem;height:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:47.75rem;height:21.25rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNd51AnS4eCRKkbyaGGTbfPmWO7GEZzK { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSeHZpuWXnElkBNR8V8SWUH4pruUXfVM { display:block; }
 }@media only screen and (max-width: 763px) { #ucr0a22rrvxdiKeLdU9TZXEFCEwNccnl { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2hclzLnfnq4ANWTyBLQXKrHonBGLIGU { display:block; }
 }@media only screen and (max-width: 763px) { #ta7KnpD6d7sRTydUz5RbEynrckh1x70W { display:block; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDDAVeZ3FGUbdhSqChAicX866duXZgwl { top:1.75rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh1tpwpc5vc7Z3H13lFEKzxT1H8fzLd2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbtJ55FXCIJkUJOfRbIx2itTrRxziPxr { width:2.75rem;height:2.75rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeIaIJ1FdRSS5pPt6PuxUf9n6n6uOdSQ { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNaifzdZqaO0A9ZaJDFimK5h4pkbCfX2 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLmpWmXWTpdCHfKfFNBhaGsgH0kmwEUK { width:47.75rem;height:11.25rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqIcPEMksLprvqozTEmFIVTO8lg9A3SJ { width:2rem;height:2rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmEmT1sBIazwbunVNF4fDOEZbStSg07n { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEOff3IOxAwCO3rBWIPGcaat9XQc8mzA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4Gti3hRNpqc0d7yZq5wNvRuSITmVBtS { width:2rem;height:2rem;top:20rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxV2kLbCSZzv1NMEFCdR7Fnb4fCymhH1 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLlmLBp7l3ed1ldVGOklsSlrNpDKOdpK { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbvs1tfKMVISATRGAZeDm2muAzoxVU5Z { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxRCU9umg8yxnTxKN8PXBtN6JLrebDnE { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3aL2U5OnqTT5828MglmGP8QZv0qinkb { width:2rem;height:2rem;top:29.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3lmCiDh6wvMeCT6MxKuQZO8zFD3Aueu { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l82dIeUBk7ADSZaKdCrOqoFWsTNLlJrR { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNN2yP78yzFXitf3qH4d223KcuEdATEx { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5Nd1zHKV22DiiP8DgUl2hBWp06TXgPZ { width:0.5rem;height:9.375rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTRGwcuGvHTJhemHVSbJyZPMMJR0fAhR { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6Nw6f9yzol4Taf1ssutHWfrLlSDt1H { width:2rem;height:2rem;top:29.3125rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5XAfa7ruShKFecbJUWbifJ7IADc3GEp { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe9h0Wud265qcFHomikIm3TKmN2nogmV { top:3.875rem;left:0rem;width:29.375rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzcv4U11aJ5fXpHGTueCXve0Eh39KhLV { width:0.5rem;height:31.25rem;top:0rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWvILT5GzlRovc61cS3KkcGrxf88ZnH { width:0.5rem;height:31.25rem;top:0rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSfxnIeq4GxzNHMT1hvh94SpuHVHLQr { width:0.5rem;height:31.25rem;top:0rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPB0dGwUGII8Mc0UcIzVEac7GNezFWdB { width:0.5rem;height:31.25rem;top:0rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { width:25rem;height:auto;top:11.875rem;left:0rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { width:25rem;height:17.125rem;top:13.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #kA6xA6HuyTBZCrEG2TqrqA1vTArkXFbN {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #mEspnrt1hyFTkg32BZJf14sA17Qyu9hS {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Pvpa0KVIGQsoAgRALwyfUMfHrPwFpgcM {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #QKDPq94hEFt3rFdnZRlFIMkKnBXAAl4F {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zzOwWcFWi3iODtDoygp7837cBfWG36qK {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WAEgV0wMByR9sJDEJLy95xg6e4VFrNNP {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs {  }
 }@media only screen and (max-width: 763px) { #Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { top:11.125rem;left:0rem;width:33.1875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M82AyM5alL0APozAmJiHa3kikPf3RNhL { top:3.875rem;left:22.4375rem;width:25.3125rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf6PTN1kqbniWZ1POnTcQV9gyfrlFBXo { width:27.125rem;height:39.125rem;top:0rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibNPO9zBHCGBOL8tOan82A7VcvEc5Kwg { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLvwsaozt9pENfGT0U2JByX1QmchVLh4 { display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlbwqPiLlfXq1gUlC4h7dtiKED0NEkh9 { top:1rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { width:0.5rem;height:31.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:27.8125rem;top:11.625rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { top:34.974609375rem;left:1.125rem;width:21.25rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC { width:1.5rem;height:1.5rem;top:47.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { width:1.5rem;height:1.5rem;top:47.875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { width:1.5rem;height:1.5rem;top:47.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:10.9375rem;height:4.9375rem;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) { #vCQIei3tubS5oJlBd5FH7UCARM0INDoW { background-color:rgba(0,0,0,0.92);background-image:url("https://images.assets-landingi.com/uc/1cbb5af3-c51e-4a5d-8f1c-3c22924fb191/WebsiteWallpaper.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:block; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW.adaptive-delivery-prevent-bg, #vCQIei3tubS5oJlBd5FH7UCARM0INDoW.lazyload, #vCQIei3tubS5oJlBd5FH7UCARM0INDoW.lazyloading { background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { background-color: transparent; background-image: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row > .video-iframe-container { display: none; }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .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); }#vCQIei3tubS5oJlBd5FH7UCARM0INDoW > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faBpUluzOlUqZX3DeWwfmyWQPkLteeGO { width:20rem;height:10.375rem;top:41.4375rem;left:0rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(182deg, rgba(39,85,127,0.69), rgba(0,0,0,0));background-image: -moz-linear-gradient(182deg, rgba(39,85,127,0.69), rgba(0,0,0,0));background-image: -ms-linear-gradient(182deg, rgba(39,85,127,0.69), rgba(0,0,0,0));background-image: -o-linear-gradient(182deg, rgba(39,85,127,0.69), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#af27557f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#af27557f', endColorstr='#00000000' );";background-image: linear-gradient(182deg, rgba(39,85,127,0.69), rgba(0,0,0,0));background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #F73DBDoGqZwVZXPqN02qTuQK60h2hBEI { width:0.5rem;height:10.25rem;top:41.4375rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQbMnf15zh31x6yNv0PVWorTs7gnoF4p { width:0.5rem;height:10rem;top:41.4375rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cr27o0vJmGAsBl5PPF17hPIz76ApnKcD { width:0.5rem;height:10.5rem;top:41.4375rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PS10THBVLpsMtJBEu6b7AJwRGLU99BwQ { width:0.5rem;height:10.1875rem;top:41.4375rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyHVoRsxF9V6Gq84TITUrurFgLWQz9i8 { width:18.1875rem;height:14.3994375rem;top:22.5595703125rem;left:0.90625rem;font-size:2rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CkFQ0E3flDLvGJ1I6h5nVwFGkBJrRhXx { width:10rem;height:2.875rem;top:0.69091796875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg4LBSsiGPTTSeFPRKJiSbwS2MTAz5nT { display:block; }
 }@media only screen and (max-width: 763px) { #z1JWhJgQ9XITVSAoMNiXtFn3zEaiTOdU { width:9.875rem;height:2.75rem;top:4.03466796875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW2qraUsElK1lFkka7k8QwS17ivKRkxC { display:block; }
 }@media only screen and (max-width: 763px) { #Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO { width:18.125rem;height:0;top:42.06298828125rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }#Kw1XuvFNOg8iEonvu1KF8oPDWGcNdiCO li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_91080b55ffe3439548fbe95921d3c92afda8566e.svg); }
 }@media only screen and (max-width: 763px) { #bl7En8hAdawU28SXWADhBrOG2AAZIeKZ { width:20rem;height:10.8125rem;top:9.78466796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB { display:block; }#JE6xXrdtkhuvHif6fMP5sTb9g0Be0BwB > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eLHKgoQ4DEDLntgNx4fdBtMpLgIgTSmp { width:17.5rem;height:2.54980625rem;top:7.8125rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uEG9wXWBJzak2TG4BiZvE57DAxi9Mcx8 { width:17.5rem;height:3.3994125rem;top:11.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K3Fafgp9zyi9TAJnQdM2l2MmV8rK86QE { width:20rem;height:2.79980625rem;top:0.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #XPm4D4FK4NUJ3PHCSnfTDwcDreZ778CU { width:17.5rem;height:3.3994125rem;top:34.1875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WMZqad9lTvwIZgXbMiElPbAoGMK19cBJ { width:17.5rem;height:2.54980625rem;top:30.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aTZstqWTZAASdEUXwJiAt2xD63SvhdoT { width:18.6875rem;height:2.54980625rem;top:53.875rem;left:0.6875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sEyGaJFGkbqRTy0n1txHAeZ8MvK18O5o { width:17.5rem;height:3.3994125rem;top:38.75rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hxglsr6NFaxKfBu00EXQZQ9e1WaOfl5G { width:17.5rem;height:5.09911875rem;top:43.5625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VqNv0mPUGxDh6WmylITxd9Qpw4HHqA40 { width:17.5rem;height:3.3994125rem;top:15.9375rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O78L6A6rLL7sWvacpfIJpyyQgfxnsWIr { width:17.5rem;height:5.09911875rem;top:20.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b7lJNOz6Z8FBC4tRmu9G3rD5RBBfE9al { width:17.5rem;height:5.09911875rem;top:67.875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ax9CIF2qn4g05ypnpmxd9iC5Ed1tE9vc { width:17.5rem;height:3.3994125rem;top:63.5625rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qpim6AgfVJsHiJITaExWHQ1TdoDG5Kof { width:17.625rem;height:5.09911875rem;top:57.375rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WnbZuedgmKS9ri1gVnZ29BzlmUxqWVBe { width:0.5rem;height:76.25rem;top:0rem;left:12.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Tqy3BA05U6mGNHCeDGcz9zF6n7CLPyLG { width:0.5rem;height:76.25rem;top:0rem;left:10.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gsgFWe3yKfyZnsvz2RR8XycrzWbyhHk3 { width:0.5rem;height:76.25rem;top:0rem;left:17.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DwDqP2qPyTvb8rKUquZHS44v0crqS1yX { width:0.5rem;height:76.25rem;top:0rem;left:15.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-size:auto !important;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #eCFHaeckyBNCbbohWNRUJefhd7T2x5pd { width:2.8125rem;height:2.8125rem;top:4.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHuzxcRu5Lsrs1uq5wWmNEIy8FPNnPhE { width:2.8125rem;height:2.8125rem;top:26.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSwVIp8sqmXUEt2Ww8TKRI19KfZpytGU { width:2.8125rem;height:2.8125rem;top:50.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5m1Mf7SdalMPV88Tz6oEeH3qQGWK1Ne { width:20rem;height:23rem;top:51.3125rem;left:0rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #NpJGJNQxaFn2sMALHfAMw7TwT4GLwPew { width:20rem;height:21.625rem;top:27.4375rem;left:0rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LyM0QaurWic7bFp3ehddXSKnbqvvpEbt { width:20rem;height:26rem;top:0rem;left:0rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(39,85,127,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(39,85,127,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(39,85,127,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(39,85,127,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5927557f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5927557f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(39,85,127,0.35), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wt79DzPM1NaV7SazorVEn43rhMS1Nb2p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #27557f, #000000);background-image: -moz-linear-gradient(180deg, #27557f, #000000);background-image: -ms-linear-gradient(180deg, #27557f, #000000);background-image: -o-linear-gradient(180deg, #27557f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#27557f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#27557f', endColorstr='#000000' );";background-image: linear-gradient(180deg, #27557f, #000000);background-size:auto !important;display:block; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { background-color: transparent; background-image: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row > .video-iframe-container { display: none; }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .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); }#wt79DzPM1NaV7SazorVEn43rhMS1Nb2p > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3rz8ilhdP1eZTVDzSuQ1oqV2kQKVEsp { display:flex;width:2.125rem;height:2.125rem;top:11.1875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #haW7bpH937ZRgJkQpB3dcRC3JPVTVEUd { width:20rem;height:2.54980625rem;top:15.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ne5cTwpGoauxbtPIyEKRC0gBSV6DO3cp { width:20rem;height:3.3994125rem;top:18.1123046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pEPZg3351aTZJGkX0ELyK7z8DoE4Aq1V { width:20rem;height:5.5996125rem;top:2.82470703125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cu9THOivMRw2XM7wRbIee87nH7uin95a { width:0.5rem;height:11.25rem;top:0rem;left:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q81ocTxLaGoS7PtfJ9TAC3NWGyqyZ2TZ { width:0.5rem;height:11.25rem;top:0rem;left:2.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AcwOTPmtSZQ4oOmr1Z9vz3C1ZD4lJvmh { width:4.5rem;height:4.5rem;top:10rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVcuTb37yBhfdnUT2WQr7ZO4dGqOaOAv { width:20rem;height:3.3994125rem;top:32.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REp37Ri1wy7yDIENm9GFOfwdLR7CzmRf { width:20rem;height:2.54980625rem;top:28.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TV2LkXszbrmEPDT4nm0vkQmmnT4hn4Rc { width:4.5rem;height:4.5rem;top:23.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcpRgWUFVEwl5dZFVfrm5ACILUobwS3X { display:flex;width:2.125rem;height:2.125rem;top:24.625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #C2xZ20TFWD3PkdtLsdeTLSofR7bdZOiI { width:20rem;height:3.3994125rem;top:46.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K3fF1ATlWXQMZdUw3KB1E8hO3wLHlcTR { width:20rem;height:2.54980625rem;top:43rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TaTeNHKJT1bs58i6ymdEd2VhRHho2Sf7 { width:4.5rem;height:4.5rem;top:37.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X92dsiZ3TTnyJgTdczvX05Dd8QCThDOa { display:flex;width:2.125rem;height:2.125rem;top:38.75rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #r5s08MD9vQS1PMQ5lwBmQOCAvyHOqbdX { width:0.5rem;height:11.25rem;top:0rem;left:4.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DroZwgNgznU5rpVphWwZJt3vcb8xxVOT { width:0.5rem;height:11.25rem;top:0rem;left:6rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.4), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #x5If4yXCPQtxretk45tpvKePpQQtwxMG { display:block; }#x5If4yXCPQtxretk45tpvKePpQQtwxMG > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DswwFEZ56hus0VAhBkUeZpG5Lg8DlQRi { width:20rem;height:8.3994375rem;top:27.07425rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #LEDAUpCTBEsGFOEsSal6aMQgRhILWpQn { width:20rem;height:10.19825rem;top:36.0986328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L9ZenqKHqaX5ULuq3SRCDPgZJ8ktpcvB { width:0.5rem;height:22.875rem;top:25.57275390625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #feGK8qRWSOXRwbRouLdwGGfB3JQ391q4 { width:0.5rem;height:23.25rem;top:25.57275390625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbpL7kGbqGTl0JQzVaXGixVi1fPi1zKa { width:0.5rem;height:22.9375rem;top:25.63525390625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh33RKeSsiZyaQTCMc9qOdmCmtT2mdll { width:0.5rem;height:22.3125rem;top:25.82421875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsTO6xzn2Js0EcGR1uzbxt6Lmb7TdZ4C { width:9.8125rem;height:2.8125rem;top:47.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmobo0Dv1rCgwXpb8yv6uAVee13b0mEz { display:block; }
 }@media only screen and (max-width: 763px) { #sT01oJE1EKgMFAMQX1yS5XGeq3V04tby { width:20rem;height:24.574669187146rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSKp8EgTkXvlzGuDxsAz82nEfq6sKbzK { width:9.8125rem;height:2.8125rem;top:51.625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtRpcFmwQ10zaBgOdlvQTGfFA17xPIlr { display:block; }
 }@media only screen and (max-width: 763px) { #OyED4yiitOTGRyeDZkPb6GoanOCZQJyS { display:block; }#OyED4yiitOTGRyeDZkPb6GoanOCZQJyS > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xOXQTt13hzkN2Q8JW4WSGTBEniGotLvk { width:20rem;height:2.79980625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE { display:block; }#bTtxVQbGSBCMZXpAqPDP6RLPt01aEnHE > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4uaITLq8TgWVx53syzAw1Z9asC0xw0W { width:20rem;height:45.125rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgfx3EdrCl7iE7fx44SzDZdsDHRpIsVx { width:17.5rem;height:1.69970625rem;top:2.9375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngb4Sm5kId1M0qzZnZK6VVX53PXAuLVL { width:17.5rem;height:8.3994375rem;top:7.0498046875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKaZfDAMLKpKTpKebAQyUTUvPt9MTW26 { width:17.5rem;height:10.19825rem;top:17.056640625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CyE49qAH5TJIozxn60X5MZTegtCa2PqQ { width:0.5rem;height:20rem;top:0rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDuvtAD2asHUbpbkkozXGBoTb2iMN4EJ { width:0.5rem;height:20rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwHD5xJERBgiGqW8rBFapWNXO76939AO { width:0.5rem;height:20rem;top:0rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9Toa0sIwf3UB5wUOWWdX2yqdNigRMO7 { width:0.5rem;height:20rem;top:0rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tICx4OosWZ9bmStvvDzV5TvitxWMPpL4 { width:17.5rem;height:15.297375rem;top:28.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpJ2flbSLtap6hfuwDmFTbNfsxho23WD { width:17.5rem;height:0;top:44.81103515625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI { display:block; }#vQgc8QV0omSTMPG00SZJVwxHgx3IEwoI > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZQbTFkuhdQZbWg1cpIA4UWrMyrqKuIi { width:20rem;height:4.7246125rem;top:1.9375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #diAu6xfG1AoKrrgCTKTiou6zZKcKa03T { width:8.25rem;height:8.25rem;top:9.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaN9SpuiqR7p7g7LCCLtDyT6TPNvrqOK { width:8.375rem;height:3.3994125rem;top:14.16357421875rem;left:10.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #usyfmDp12m9hAQPDKbbUWasazKnDWeua { width:4.5625rem;height:1.69970625rem;top:11.162109375rem;left:10.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wGIHcVAi1vdZq82t67VIEhitHP4EvKAK { width:4.9375rem;height:1.9121125rem;top:9.25rem;left:10.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#7ea9d1;display:block; }
 }@media only screen and (max-width: 763px) { #OPFC8f9uc8PX1QDnEZ1xfTFXq3DB1TRa { width:8.25rem;height:8.25rem;top:18.7890625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxBkD7CCW9B2pidmLVz8meVN1lMtRzMt { width:20rem;height:75.5rem;top:0.6767578125rem;left:0rem;background-color:transparent;background-image:none;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #RIZtV5ivqJrtrk4TTauBqWy64vmeuT3m { width:8.25rem;height:8.25rem;top:38.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Px8T2VWtyMTu26zdihBaPul5mDM6BR6I { width:8.25rem;height:8.25rem;top:28.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ximHhlxD4iqCrkgU4G2BVdGZDJHbubZu { width:8.25rem;height:8.25rem;top:47.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNMztyIavlFxWvh0r7VzTlP0fvAsKBUs { width:8.25rem;height:8.25rem;top:57.626953125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th8qFxxvkdc4X7rbWHNnef52kTH4ZVxc { width:8.25rem;height:8.25rem;top:67.314453125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmncb8N4tCB2d54grHQxaM1kUqZtbxBh { width:4.3125rem;height:1.9121125rem;top:18.7890625rem;left:10.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#7ea9d1;display:block; }
 }@media only screen and (max-width: 763px) { #dqiVvDWa5iVrHg167OHHdHgollMt1rTq { width:5.6875rem;height:1.9121125rem;top:28.375rem;left:10.375rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#7ea9d1;display:block; }
 }@media only screen and (max-width: 763px) { #K6rf7gwHWDgkFuJblz8UET6pHA7O1Ebk { width:4.125rem;height:1.9121125rem;top:47.875rem;left:10.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#7ea9d1;display:block; }
 }@media only screen and (max-width: 763px) { #rSSlmb5PRFkVDT36VTlBFzIWOiZZm9zB { width:3.625rem;height:1.9121125rem;top:38.0625rem;left:10.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#7ea9d1;display:block; }
 }@media only screen and (max-width: 763px) { #SmvVEeBcXgK0votgCfMBxUAwh0507W9N { width:5.3125rem;height:1.9121125rem;top:57.626953125rem;left:10.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#7ea9d1;display:block; }
 }@media only screen and (max-width: 763px) { #p4kLgi2IZHS49l5RA1TBWP9BrVOZGkNn { width:5.875rem;height:1.9121125rem;top:67.314453125rem;left:10.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#7ea9d1;display:block; }
 }@media only screen and (max-width: 763px) { #tqGQwMRC5iDZis5USWxtIuB1kh6HvMmB { width:7.875rem;height:1.69970625rem;top:50.212890625rem;left:10.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jd5x8GigiN4bOsPuNU1D2ldH2obUtGFF { width:8.8125rem;height:5.09911875rem;top:40.625rem;left:10.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zG5pkPn5Tly0vCdJry1l3SfDnxZ9wCTz { width:7.6875rem;height:3.3994125rem;top:60.0517578125rem;left:10.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oNgcUbtoTMylg0XcvwZsZBLqBFTBUmoa { width:7.8125rem;height:1.69970625rem;top:69.77734375rem;left:10.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ydhbQCxGOzNSf0nQzSbEgtfgyLl7b8GC { width:5.5rem;height:1.69970625rem;top:20.701171875rem;left:10.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eKNB8ThWBet6TihqrvP4COD5UEHyAmba { width:6.75rem;height:1.69970625rem;top:30.3125rem;left:10.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ESg25uvyZWmtiDVIlOkFQNhAObMsqPzK { width:7.8125rem;height:1.69970625rem;top:22.400390625rem;left:10.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VHgPLhH2tkcM4pGduf816o20TaQJ7uhc { width:8.375rem;height:3.3994125rem;top:33.3125rem;left:10.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qbWA7061q9zvDw3LlXmrR78t4pDHMIlu { display:block; }#qbWA7061q9zvDw3LlXmrR78t4pDHMIlu > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXiSfuCrdnq0l6eNWmgoGCRFZraTfpIq { width:17.5rem;height:7.1996875rem;top:1.3125rem;left:1.25rem;font-size:2rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #IENtXnIMZpvlGdXSEutgVkkTiMpisFv7 { width:17.5rem;height:9.5605625rem;top:9.78173828125rem;left:1.25rem;font-size:1.125rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #TUu54tI1c1fDqT7Xba6mfsWeuQ0cBJc2 { width:20rem;height:24.375rem;top:0.4375rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bNd51AnS4eCRKkbyaGGTbfPmWO7GEZzK { width:9.8125rem;height:2.8125rem;top:20.81396484375rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSeHZpuWXnElkBNR8V8SWUH4pruUXfVM { display:block; }
 }@media only screen and (max-width: 763px) { #ucr0a22rrvxdiKeLdU9TZXEFCEwNccnl { width:9.8125rem;height:2.8125rem;top:20.81396484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2hclzLnfnq4ANWTyBLQXKrHonBGLIGU { display:block; }
 }@media only screen and (max-width: 763px) { #ta7KnpD6d7sRTydUz5RbEynrckh1x70W { display:block; }#ta7KnpD6d7sRTydUz5RbEynrckh1x70W > .row .container { width:20rem;height:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDDAVeZ3FGUbdhSqChAicX866duXZgwl { width:20rem;height:1.69970625rem;top:2.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oh1tpwpc5vc7Z3H13lFEKzxT1H8fzLd2 { width:20rem;height:2.79980625rem;top:5.474609375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JbtJ55FXCIJkUJOfRbIx2itTrRxziPxr { display:flex;width:2.75rem;height:2.75rem;top:9.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WeIaIJ1FdRSS5pPt6PuxUf9n6n6uOdSQ { width:20rem;height:7.6494375rem;top:12.125rem;left:0.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aNaifzdZqaO0A9ZaJDFimK5h4pkbCfX2 { width:17.5rem;height:1.48730625rem;top:19.7744140625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LLmpWmXWTpdCHfKfFNBhaGsgH0kmwEUK { width:20rem;height:63.4375rem;top:3.6875rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UqIcPEMksLprvqozTEmFIVTO8lg9A3SJ { display:flex;width:2rem;height:2rem;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GmEmT1sBIazwbunVNF4fDOEZbStSg07n { width:20rem;height:7.6484375rem;top:24.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wEOff3IOxAwCO3rBWIPGcaat9XQc8mzA { width:20rem;height:1.48730625rem;top:31.8125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N4Gti3hRNpqc0d7yZq5wNvRuSITmVBtS { display:flex;width:2rem;height:2rem;top:34.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #lxV2kLbCSZzv1NMEFCdR7Fnb4fCymhH1 { width:20rem;height:5.736325rem;top:36.3125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TLlmLBp7l3ed1ldVGOklsSlrNpDKOdpK { width:20rem;height:1.48730625rem;top:42.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tbvs1tfKMVISATRGAZeDm2muAzoxVU5Z { width:20rem;height:5.736325rem;top:47.375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TxRCU9umg8yxnTxKN8PXBtN6JLrebDnE { width:20rem;height:1.48730625rem;top:53.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A3aL2U5OnqTT5828MglmGP8QZv0qinkb { display:flex;width:2rem;height:2rem;top:45.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Z3lmCiDh6wvMeCT6MxKuQZO8zFD3Aueu { width:0.5rem;height:9.375rem;top:0rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(35deg, rgba(0,0,0,0), rgba(183,183,183,0.35));background-image: -moz-linear-gradient(35deg, rgba(0,0,0,0), rgba(183,183,183,0.35));background-image: -ms-linear-gradient(35deg, rgba(0,0,0,0), rgba(183,183,183,0.35));background-image: -o-linear-gradient(35deg, rgba(0,0,0,0), rgba(183,183,183,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59b7b7b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59b7b7b7' );";background-image: linear-gradient(35deg, rgba(0,0,0,0), rgba(183,183,183,0.35));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #l82dIeUBk7ADSZaKdCrOqoFWsTNLlJrR { width:0.5rem;height:9.375rem;top:0rem;left:2.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(35deg, rgba(0,0,0,0), rgba(183,183,183,0.35));background-image: -moz-linear-gradient(35deg, rgba(0,0,0,0), rgba(183,183,183,0.35));background-image: -ms-linear-gradient(35deg, rgba(0,0,0,0), rgba(183,183,183,0.35));background-image: -o-linear-gradient(35deg, rgba(0,0,0,0), rgba(183,183,183,0.35));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59b7b7b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59b7b7b7' );";background-image: linear-gradient(35deg, rgba(0,0,0,0), rgba(183,183,183,0.35));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MNN2yP78yzFXitf3qH4d223KcuEdATEx { width:0.5rem;height:9.375rem;top:0rem;left:3.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #U5Nd1zHKV22DiiP8DgUl2hBWp06TXgPZ { width:0.5rem;height:9.375rem;top:0rem;left:5.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b7b7b7', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(183,183,183,0.35), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LTRGwcuGvHTJhemHVSbJyZPMMJR0fAhR { width:20rem;height:5.736325rem;top:58.4375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xl6Nw6f9yzol4Taf1ssutHWfrLlSDt1H { display:flex;width:2rem;height:2rem;top:56.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O5XAfa7ruShKFecbJUWbifJ7IADc3GEp { width:20rem;height:1.48730625rem;top:64.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qe9h0Wud265qcFHomikIm3TKmN2nogmV { width:20rem;height:7.1996875rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pzcv4U11aJ5fXpHGTueCXve0Eh39KhLV { width:0.5rem;height:24.125rem;top:34.16015625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWvILT5GzlRovc61cS3KkcGrxf88ZnH { width:0.5rem;height:24.125rem;top:34.16015625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZSfxnIeq4GxzNHMT1hvh94SpuHVHLQr { width:0.5rem;height:24.125rem;top:34.16015625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPB0dGwUGII8Mc0UcIzVEac7GNezFWdB { width:0.5rem;height:24.125rem;top:34.16015625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { width:7.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { width:17.5rem;height:15.01175rem;top:13.6484375rem;left:0rem; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { width:17.5rem;height:15.01175rem;top:13.6484375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #kA6xA6HuyTBZCrEG2TqrqA1vTArkXFbN {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #mEspnrt1hyFTkg32BZJf14sA17Qyu9hS {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Pvpa0KVIGQsoAgRALwyfUMfHrPwFpgcM {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #QKDPq94hEFt3rFdnZRlFIMkKnBXAAl4F {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zzOwWcFWi3iODtDoygp7837cBfWG36qK {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WAEgV0wMByR9sJDEJLy95xg6e4VFrNNP {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs {  }
 }@media only screen and (max-width: 763px) { #Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { width:20rem;height:3.3994125rem;top:10.31201171875rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M82AyM5alL0APozAmJiHa3kikPf3RNhL { width:20rem;height:28.4033125rem;top:32.9716796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf6PTN1kqbniWZ1POnTcQV9gyfrlFBXo { width:20rem;height:28.6875rem;top:34.16015625rem;left:0rem;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(39,85,127,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(39,85,127,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(39,85,127,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(39,85,127,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c27557f', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c27557f', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(39,85,127,0.3), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ibNPO9zBHCGBOL8tOan82A7VcvEc5Kwg { width:9.8125rem;height:2.8125rem;top:61.3740234375rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLvwsaozt9pENfGT0U2JByX1QmchVLh4 { display:block; }
 }@media only screen and (max-width: 763px) { #upDva3dk12bZMTS4koAgCaeK4CrbQsOl { display:block; }#upDva3dk12bZMTS4koAgCaeK4CrbQsOl > .row .container { width:20rem;height:41.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlbwqPiLlfXq1gUlC4h7dtiKED0NEkh9 { width:20rem;height:1.69970625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpTAce3rQS0QmWDLNt8tn1mSxokpmor5 { width:20rem;height:5.5996125rem;top:4.19921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czUe2nSaT7F8uIdeskNvLZibtfwmMCTL { width:0.5rem;height:31.25rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJoq76XSgZzT3xnaMHv6lTxgtTVoXA2R { width:0.5rem;height:31.25rem;top:0rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRp6cBzoP6S6fynKVKeSvuny2GQEkehw { width:0.5rem;height:31.25rem;top:0rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbbpK6ndt10SzbkbT8XxEDkMoVGee98w { width:0.5rem;height:31.25rem;top:0rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-heading-text { font-size:1.25rem;height:auto;line-height:1.5;overflow:hidden; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-desc-text { font-size:0.875rem;height:auto; }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_2d8a152034c4e53137cc7bb01894a35b34528dad.svg"); }
#PTUchbmlCebTVllKTR8LiWRWczOQpeWS { display:flex;height:auto;width:20rem;top:10.548828125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #nJPCzPNOiswnhyeN6Ju1V0BBcrNxqONw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #VtsnTiLwXSOd9MB29snhXNvwEQigu2fQ {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #yM83RybR352786OZ71J5MWMaJ575TkoL {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #WqpuE5Pe7AsEVVWyQVhIcn3GUAHxvcTg {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #H6cNzvqm6av0D9cg09TacmxJWGuMFM45 {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #vliptOC8DusEqGuECGCQnZAN3lLFBZSz {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #AokqXpaLMSoMBWOmRfMgJ7ey3Zbqs1Tw {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #eIZSPJuAi2SLqRWT9SQIliks3ZSr1a2K {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #R3DENJTCuRDZFa3AG6K54tVbpHXdX64G {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #JhBpUs2cP864l3dGudzKHduOd4TCsfqB {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #GzEakBPv4EATT7tGAo79173G9X4lquTM {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Cb4iEE2fndMzOtJ7m7md0vTe6MG867PP {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #E2vz34N6FbNFmIneW3wIxGNuMScEhSyu {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #dAwE8DS2NTz4Xb5iyh5tCMcvdMVQTQMC {  }
 }@media only screen and (max-width: 763px) { #PTUchbmlCebTVllKTR8LiWRWczOQpeWS #Lg1SpahgZUmgRX77KEZEnx8eaQSt2V1T {  }
 }@media only screen and (max-width: 763px) { #oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke { display:block; }#oF0ueMOCIgWR4fD8R6FQU8wvCTxSUcke > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lqqp9kUt0aiSNFAlEeIl5vP9Q67Oc5UL { width:20rem;height:1.16845625rem;top:10.125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nMkfNmFiU0DgWQibDZV7DBqzNZ4tzWlC { display:flex;width:1.5rem;height:1.5rem;top:7.8125rem;left:11.625rem; }
 }@media only screen and (max-width: 763px) { #nzkQsOA0GpuusX1AfGapCWExbw0R3gTI { display:flex;width:1.5rem;height:1.5rem;top:7.8125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #TzMHaHl7SPMMhobrdUP2gsKhpp8aas9p { display:flex;width:1.5rem;height:1.5rem;top:7.8125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #hwtVzXzZLANzfrZSaBfaBxJRmITsWZqt { width:13rem;height:6.0625rem;top:0.6875rem;left:3.5rem;overflow:hidden;display:block; }
 }