.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy { background-color: transparent; background-image: none; }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy > .row .container > .video-iframe-container { display: none; }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy > .row > .video-iframe-container { display: none; }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy > .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); }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy { border-width: 0; border-radius: 0; }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AaJLo4aesaNvQGlMP8l8QRImPDJg0pGw { background-color:#e61658;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.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0rem;left:63.75rem;display:block; }
#xTzcE3KZITWut7RMRXdqTM0QRBxoOB40 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DhRnb5N3qz7VH5h08GhwD6vCtDktL9zM { background-color:#005aa1;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.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0rem;left:51.9375rem;display:block; }
#DXc7vPDEaz7iihJFzALbFkcNZ5vZ8oGB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC { position:relative;display:block; }#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC { background-color: transparent; background-image: none; }#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC > .row .container > .video-iframe-container { display: none; }#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC > .row > .video-iframe-container { display: none; }#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC > .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); }#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC { border-width: 0; border-radius: 0; }#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TaFHmb44nFDU3LCDI6fWhKLeoGVzgwsS { position:absolute;display:block;z-index:15022;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:10.4375rem;width:10.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#aQ7wg2bSKz67c4B9staGpJgIA6h4T4D6 { box-sizing:content-box;height:10rem;width:10rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:0rem;left:0rem;box-shadow: 0.1875rem 0.625rem 0.625rem rgba(0,0,0,0.3) ;display:block; }
#ChwsVdIMKSVsRSNhAggUzMFHz94BevyB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:9.5625rem;top:3.5rem;left:45.59375rem;overflow:hidden;display:block; }
#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8b5099;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; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { background-color: transparent; background-image: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { display: none; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .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); }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { border-width: 0; border-radius: 0; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#bxOeBofEhPUFocVgJPUiu4iVPohcWdk2 { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.61328125rem;left:17.90625rem;height:5.52300625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W37vsHmgnDiJwDHZdTdogIcJTATQVpeW { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5927734375rem;left:61.25rem;height:4.2252625rem;font-style:normal;display:block; }
#JbOsEdybARAyXu7VUT5VBgU0y4DKbX7e { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:6.486328125rem;left:61.25rem;display:block; }
#vT0IqsOePveDXT7aRT7c8SdOkbiePXa1 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(255,255,255,0.8);background-image:none;top:6.5rem;left:63.125rem;display:block; }
#wc0XTDuMDDWZOGP0qX7Fn319mgTDAsLp { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:rgba(255,255,255,0.6);background-image:none;top:6.486328125rem;left:65rem;display:block; }
#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(185,150,194,0.3);background-image:url("https://images.assets-landingi.com/uc/125a566e-a757-49dd-a1a8-385e89c11476/Fotolia_68418141_M.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:75rem;height:53.75rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.25);top:9.25rem;left:3.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.5);top:19rem;left:3.9375rem;height:8.002375rem;display:block; }
#BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { background-color:#e61658;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:28.25rem;left:3.9375rem;display:block; }
#K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { background-color:#005aa1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:1.25rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:25rem;height:3.6875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.3125rem;left:3.9375rem;display:none; }
#eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3XHIZPBUwISDxEOiug366LTc1iyFAxS { box-sizing:content-box;height:40rem;width:49.375rem;position:absolute;display:block;z-index:15010;background-color:#b996c2;background-image:none;top:0rem;left:0rem;display:block; }
#Nv9FBOA6HQV7iceVbQVSrgiJizTdToR5 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:27.75rem;left:31.9375rem;overflow:hidden;display:block; }
#xxEmhuL3FmWboxbgCiDkJIgy3TTPfccc { color:#ffffff;display:block;width:41.5rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 1.875rem rgba(0,0,0,0.25);top:5.6875rem;left:3.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RTaeM2VsZUKTtPVTwW5DmkOyE5qVV8qs { box-sizing:content-box;height:0.1875rem;width:41.5rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:8rem;left:3.9375rem;display:block; }
#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { position:relative;display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { background-color: transparent; background-image: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row > .video-iframe-container { display: none; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .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); }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { border-width: 0; border-radius: 0; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { color:#3e3e3e;display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4rem;left:12.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { color:#3e3e3e;display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:5.625rem;left:12.5rem;height:4.19921875rem;display:block; }
#FcrcizfhIXzGIzgz95Hv3tno26JB57DL { color:#3e3e3e;display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:16rem;left:12.5rem;height:4.19921875rem;display:block; }
#mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { color:#3e3e3e;display:block;width:21.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.375rem;left:12.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { color:#3e3e3e;display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:36.75rem;left:12.5625rem;height:6.9986875rem;display:block; }
#oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { color:#3e3e3e;display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.125rem;left:12.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MQ58xboWX490i7l3FDVDwHV0aCVyAWao { color:#3e3e3e;display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:26.375rem;left:12.5625rem;height:5.59895625rem;display:block; }
#JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { color:#3e3e3e;display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.75rem;left:12.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vvKGcOk4M4lqws53XEHpAkfmTTA03VgV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:4rem;left:7.3125rem; }
#O763QvUf3M7t5FAVs1e0ffBvxwtpdScT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:14.375rem;left:7.3125rem; }
#V0MfbW4MGW0wJJNWa52nC49GgxiFz1v8 { box-sizing:content-box;height:21.25rem;width:37.5rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/48566265-1419-45b0-9a13-6444a6598627/Aidealapersonne.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:37.5rem;display:block; }#V0MfbW4MGW0wJJNWa52nC49GgxiFz1v8.adaptive-delivery-prevent-bg, #V0MfbW4MGW0wJJNWa52nC49GgxiFz1v8.lazyload, #V0MfbW4MGW0wJJNWa52nC49GgxiFz1v8.lazyloading { background-image: none; }
#o8ZAiM0fRJmpTuytqETa6xRx1q0eMdGN { box-sizing:content-box;height:25rem;width:37.5rem;position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8b1c532d-4f56-4fe6-9f82-3f69f41a355d/manandnurseinretirementhome.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.1875rem;left:37.5rem;display:block; }#o8ZAiM0fRJmpTuytqETa6xRx1q0eMdGN.adaptive-delivery-prevent-bg, #o8ZAiM0fRJmpTuytqETa6xRx1q0eMdGN.lazyload, #o8ZAiM0fRJmpTuytqETa6xRx1q0eMdGN.lazyloading { background-image: none; }
#uIGEJsleaieElaIuwskahm6uinfLIV7M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:24.75rem;left:7.3125rem; }
#FLVDkJ6eWyhHWLzwvDSzB4EZ7Nznkhxe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:35.125rem;left:7.3125rem; }
#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { position:relative;display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { background-color: transparent; background-image: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row > .video-iframe-container { display: none; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .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); }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { border-width: 0; border-radius: 0; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iZ9UOqyBft8XHPvqyLf77RkyAw6I6tWQ { color:#005aa1;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.0625rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VCSmJvcz7kOOax0teKlCg1yEiqxz1VZT { color:#3e3e3e;display:block;width:47.6875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:12.142578125rem;left:8.1875rem;height:5.94618125rem;text-align:center;text-align-last:center;display:block; }
#pyKaFRw7anWIloRHtb2FDMwq1507eptt { position:absolute;display:block;z-index:15026;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:8.125rem;width:8.125rem;top:10.310546875rem;left:57.21875rem;overflow:hidden;display:block; }
#sfBweDDFVv1czfchcftzfzbVOEbzpNbm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { background-color: transparent; background-image: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { display: none; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .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); }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { border-width: 0; border-radius: 0; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#h4optaO8pV62lcoVG2etbd9FT6dhkdgF { color:#005aa1;display:block;width:25rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.78515625rem;left:44.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { color:#3e3e3e;display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:2;letter-spacing:0;top:20.4375rem;left:44.0625rem;height:10.434rem;display:block; }#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55e1cef40f510b54ee0572bf6129263c0a40b477.svg); }
#uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { box-sizing:content-box;height:40rem;width:41.125rem;position:absolute;display:block;z-index:15001;background-color:#b996c2;background-image:none;top:0rem;left:0rem;display:block; }
#SyllySZWe84vNvGZisTwaAHem0h7tlMy { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.625rem 0.625rem rgba(0,0,0,0.3) ;height:21.0625rem;width:37.5rem;top:8.6875rem;left:1.625rem;display:block; }
#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U > .row .container { background-color: transparent; background-image: none; }#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U > .row .container > .video-iframe-container { display: none; }#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U > .row > .video-iframe-container { display: none; }#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U > .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); }#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U > .row .container { border-width: 0; border-radius: 0; }#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U > .row .container { font-size:0.875rem;font-family:arial;height:36.5625rem;width:75rem;position:relative;display:block; }#odhlA8yhcO7M67kMAwpCMRMvDJ9sAA7v { color:#005aa1;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:7.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WvqREiW79vnOyE7xEIVl2qEIqnQmkJtR { color:#3e3e3e;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yPgIJBD0TVmOIbrGKtJXLUkGtL0kUezp { position:absolute;display:block;z-index:15011;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:36.25rem;display:block; }
#T7K4TpC2JXSrTiKZT3lnWuNW8HTugaXT { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:17.75rem;top:12.625rem;left:18.5625rem;overflow:hidden;display:block; }
#zKADswkKBOyxkBErGy7Gkx71EqaeND6L { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:11.6875rem;top:12.625rem;left:42.6875rem;overflow:hidden;display:block; }
#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs > .row .container { background-color: transparent; background-image: none; }#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs > .row .container > .video-iframe-container { display: none; }#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs > .row > .video-iframe-container { display: none; }#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs > .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); }#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs > .row .container { border-width: 0; border-radius: 0; }#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#MyxkNmMZnJcSVk93B5n3Z43J2gP7fMdX { color:#005aa1;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:7.5rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TOlzgnJKl3rX2RDMJibJtbB2J4VWuJiq { color:#3e3e3e;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PTTTaxviTl9P72nnR7N32z3alCtZhMeG { position:absolute;display:block;z-index:15011;background-color:#ffc600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:10.875rem;left:36.25rem;display:block; }
#LT1dLfzRlpwpshBbhHk4CB7D73T7Z2z8 { position:absolute;display:block;z-index:15000;background-color:#8b5099;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.625rem;width:18.9375rem;top:15rem;left:7.5rem;display:block; }
#JPBWp2n2uChX6qFSTIDcHbKPO7xkfLSf { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:19.0625rem;left:8.25rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qsxJoH1m2Tqgm9JKk3nMRXrb6hQSff5H { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:28.4375rem;left:14.5rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hTyp36zgUqAEpvI1DTW80a0NMxZgguy7 { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.4375rem;left:35.0625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZJHqDfPUaZaThJpMCJKurgvSdqX8JLJP { position:absolute;display:block;z-index:15005;background-color:#8b5099;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.625rem;width:18.9375rem;top:15rem;left:28.0625rem;display:block; }
#nZvvT0KzbKaorJM0OTF5ADVti3y8z72C { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:19.0625rem;left:28.8125rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zVpAhedWDmT7lNmAVtAasPl8RG6H0ywt { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:28.4375rem;left:55.5625rem;height:1.21875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QwfwiQ1wwN8C0SvQrQVoTyN8ZJsaKJR3 { position:absolute;display:block;z-index:15010;background-color:#8b5099;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:15.625rem;width:18.9375rem;top:15rem;left:48.5625rem;display:block; }
#vH28XEKw59J9AECyve7n5PdAr1MHrReE { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:19.0625rem;left:49.3125rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fAKmwtPJQTfF2wyfb8dwo8RQ0pv5yXhs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:15.5rem;left:8.1875rem; }
#T8KpZbSohuNE4T5FiLcdi7UMqcUeOIy4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:15.5rem;left:28.75rem; }
#SJ8Hv4HMDn6Bdz5gMoN3mvWBIua6Qbx0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:15.5rem;left:49.25rem; }
#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M { position:relative;display:block; }#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M { background-color: transparent; background-image: none; }#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M > .row .container > .video-iframe-container { display: none; }#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M > .row > .video-iframe-container { display: none; }#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M > .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); }#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M { border-width: 0; border-radius: 0; }#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CQbTInM6lw6mq5sTK6pzhKTqafKfBDHB { background-color:#e61658;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:4.96875rem;left:25rem;display:block; }
#ENWzheMG3AslNCzLCCNQZ2mEwmzggGVC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { border-width: 0; border-radius: 0; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:75rem;position:relative;display:block; }#LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { color:#3e3e3e;display:block;width:33.6875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0rem;height:2.4375rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { color:#3e3e3e;display:block;width:31.6875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:14.537109375rem;left:2rem;height:5.19965rem;text-align:right;text-align-last:right;display:block; }
#ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:31.25rem;left:0.625rem; }
#ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#rzQWEryVQkwAAm3aCtMyM6V508haWgHW { position:absolute;display:block;z-index:15024;height:33.4375rem;width:37.5rem;top:0rem;left:37.5rem;display:block; }
#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L { position:relative;display:block; }#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L { background-color: transparent; background-image: none; }#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L > .row .container > .video-iframe-container { display: none; }#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L > .row > .video-iframe-container { display: none; }#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L > .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); }#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L { border-width: 0; border-radius: 0; }#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zsnJZ2rMqnzfyVdL1PVByIOgVURTk2sv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1875rem;left:62.5rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#FV3e8Ub9GGyFblRGniEqTkr3998hxTgQ { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:24.8125rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi { position:relative;z-index:auto;display:none; }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi { border-width: 0; border-radius: 0; }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#kSrEXtJvxFmJPqHIV45VeEw93HNtCtq8 { background-color:#e61658;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.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0rem;left:57.5rem;display:block; }
#uBmQ7kkhxo9mWmKt3oanJ6iyqqkIKdEU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HS6WPS97iTJRygiScWyEwqHzg42yWuVW { background-color:#005aa1;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.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0rem;left:43.1875rem;display:block; }
#yFwZQAXSmZHB9fCLJhNwKpU3nmPU0M4q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r3yTVSHR7P9PEiGRxZF84MruWqDTGboy { display:block; }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaJLo4aesaNvQGlMP8l8QRImPDJg0pGw { width:11.25rem;height:3.4375rem;top:0rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTzcE3KZITWut7RMRXdqTM0QRBxoOB40 { display:block; }
 }@media only screen and (max-width: 763px) { #DhRnb5N3qz7VH5h08GhwD6vCtDktL9zM { width:11.25rem;height:3.4375rem;top:0rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXc7vPDEaz7iihJFzALbFkcNZ5vZ8oGB { display:block; }
 }@media only screen and (max-width: 763px) { #zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC { display:block; }#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaFHmb44nFDU3LCDI6fWhKLeoGVzgwsS { top:0rem;left:0rem;width:10.5625rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ7wg2bSKz67c4B9staGpJgIA6h4T4D6 { top:0rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChwsVdIMKSVsRSNhAggUzMFHz94BevyB { top:3.5rem;left:31.96875rem;width:9.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxOeBofEhPUFocVgJPUiu4iVPohcWdk2 { top:1.5625rem;left:4.28125rem;width:22.8125rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W37vsHmgnDiJwDHZdTdogIcJTATQVpeW { top:1.5625rem;left:35.25rem;width:12.5rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbOsEdybARAyXu7VUT5VBgU0y4DKbX7e { top:6.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT0IqsOePveDXT7aRT7c8SdOkbiePXa1 { top:6.5rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0XTDuMDDWZOGP0qX7Fn319mgTDAsLp { top:6.4375rem;left:46.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { position:relative;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:35.9375rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { top:9.25rem;left:0rem;width:41.5rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { top:19rem;left:0rem;width:28.625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:25rem;height:3.4375rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { width:25rem;height:3.6875rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { top:0rem;left:0rem;width:47.75rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv9FBOA6HQV7iceVbQVSrgiJizTdToR5 { top:27.75rem;left:18.3125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxEmhuL3FmWboxbgCiDkJIgy3TTPfccc { top:5.6875rem;left:0rem;width:41.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTaeM2VsZUKTtPVTwW5DmkOyE5qVV8qs { top:8rem;left:0rem;width:41.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { top:4rem;left:0rem;width:23.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { top:5.625rem;left:0rem;width:19.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { top:16rem;left:0rem;width:19.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { top:14.375rem;left:0rem;width:21.875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { top:36.75rem;left:0rem;width:19.0625rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { top:35.125rem;left:0rem;width:19.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { top:26.375rem;left:0rem;width:19.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { top:24.75rem;left:0rem;width:19.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvKGcOk4M4lqws53XEHpAkfmTTA03VgV { top:4rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O763QvUf3M7t5FAVs1e0ffBvxwtpdScT { top:14.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0MfbW4MGW0wJJNWa52nC49GgxiFz1v8 { top:0rem;left:10.25rem;width:37.5rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8ZAiM0fRJmpTuytqETa6xRx1q0eMdGN { top:21.1875rem;left:10.25rem;width:37.5rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIGEJsleaieElaIuwskahm6uinfLIV7M { top:24.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLVDkJ6eWyhHWLzwvDSzB4EZ7Nznkhxe { top:35.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZ9UOqyBft8XHPvqyLf77RkyAw6I6tWQ { width:47.75rem;height:;top:6.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCSmJvcz7kOOax0teKlCg1yEiqxz1VZT { top:12.125rem;left:0rem;width:47.6875rem;height:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyKaFRw7anWIloRHtb2FDMwq1507eptt { top:10.25rem;left:39.625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { top:5.75rem;left:22.75rem;width:25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { top:20.4375rem;left:22.75rem;width:25rem;height:;font-size:1rem;display:block; }#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55e1cef40f510b54ee0572bf6129263c0a40b477.svg); }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { top:0rem;left:0rem;width:41.125rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyllySZWe84vNvGZisTwaAHem0h7tlMy { top:8.6875rem;left:0rem;width:37.5rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U { display:block; }#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odhlA8yhcO7M67kMAwpCMRMvDJ9sAA7v { width:47.75rem;height:;top:5.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvqREiW79vnOyE7xEIVl2qEIqnQmkJtR { width:47.75rem;height:1.625rem;top:8.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPgIJBD0TVmOIbrGKtJXLUkGtL0kUezp { width:2.5rem;height:0.125rem;top:10.875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7K4TpC2JXSrTiKZT3lnWuNW8HTugaXT { top:12.625rem;left:4.9375rem;width:17.75rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKADswkKBOyxkBErGy7Gkx71EqaeND6L { top:12.625rem;left:29.0625rem;width:11.6875rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs { display:block; }#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyxkNmMZnJcSVk93B5n3Z43J2gP7fMdX { width:47.75rem;height:2.75rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlzgnJKl3rX2RDMJibJtbB2J4VWuJiq { width:47.75rem;height:1.625rem;top:8.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTTTaxviTl9P72nnR7N32z3alCtZhMeG { width:2.5rem;height:0.125rem;top:10.875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT1dLfzRlpwpshBbhHk4CB7D73T7Z2z8 { width:18.9375rem;height:15.625rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPBWp2n2uChX6qFSTIDcHbKPO7xkfLSf { width:17.5rem;height:7.5rem;top:19.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsxJoH1m2Tqgm9JKk3nMRXrb6hQSff5H { width:11.25rem;height:1.1875rem;top:28.4375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTyp36zgUqAEpvI1DTW80a0NMxZgguy7 { width:11.25rem;height:1.1875rem;top:28.4375rem;left:21.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJHqDfPUaZaThJpMCJKurgvSdqX8JLJP { width:18.9375rem;height:15.625rem;top:15rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZvvT0KzbKaorJM0OTF5ADVti3y8z72C { width:17.5rem;height:7.5rem;top:19.0625rem;left:15.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpAhedWDmT7lNmAVtAasPl8RG6H0ywt { width:11.25rem;height:1.1875rem;top:28.4375rem;left:36.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwfwiQ1wwN8C0SvQrQVoTyN8ZJsaKJR3 { width:18.9375rem;height:15.625rem;top:15rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH28XEKw59J9AECyve7n5PdAr1MHrReE { width:17.5rem;height:7.5rem;top:19.0625rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAKmwtPJQTfF2wyfb8dwo8RQ0pv5yXhs { top:15.5rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8KpZbSohuNE4T5FiLcdi7UMqcUeOIy4 { top:15.5rem;left:15.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ8Hv4HMDn6Bdz5gMoN3mvWBIua6Qbx0 { top:15.5rem;left:35.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M { display:block; }#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQbTInM6lw6mq5sTK6pzhKTqafKfBDHB { width:25rem;height:3.4375rem;top:4.9375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENWzheMG3AslNCzLCCNQZ2mEwmzggGVC { display:block; }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { top:8.0625rem;left:0rem;width:33.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { top:14.5rem;left:0rem;width:31.6875rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { top:31.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
#ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #rzQWEryVQkwAAm3aCtMyM6V508haWgHW { top:0rem;left:10.25rem;width:37.5rem;height:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RePZgQviOvy4TpNS5y1krlq5o6ZbS69L { display:block; }#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsnJZ2rMqnzfyVdL1PVByIOgVURTk2sv { top:2.1875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV3e8Ub9GGyFblRGniEqTkr3998hxTgQ { top:2.1875rem;left:11.1875rem;width:25.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi { display:block; }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSrEXtJvxFmJPqHIV45VeEw93HNtCtq8 { width:17.5rem;height:3.4375rem;top:0rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBmQ7kkhxo9mWmKt3oanJ6iyqqkIKdEU { display:block; }
 }@media only screen and (max-width: 763px) { #HS6WPS97iTJRygiScWyEwqHzg42yWuVW { width:13.125rem;height:3.4375rem;top:0rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFwZQAXSmZHB9fCLJhNwKpU3nmPU0M4q { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #r3yTVSHR7P9PEiGRxZF84MruWqDTGboy { position:relative;z-index:auto;display:none; }#r3yTVSHR7P9PEiGRxZF84MruWqDTGboy > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AaJLo4aesaNvQGlMP8l8QRImPDJg0pGw { width:10rem;height:3.4375rem;top:0rem;left:10rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xTzcE3KZITWut7RMRXdqTM0QRBxoOB40 { display:block; }
 }@media only screen and (max-width: 763px) { #DhRnb5N3qz7VH5h08GhwD6vCtDktL9zM { width:10rem;height:3.4375rem;top:0rem;left:0rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DXc7vPDEaz7iihJFzALbFkcNZ5vZ8oGB { display:block; }
 }@media only screen and (max-width: 763px) { #zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC { display:block; }#zOxn5eAmkWgExFq65kp1zXtAsOGZTtIC > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TaFHmb44nFDU3LCDI6fWhKLeoGVzgwsS { width:5.625rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ7wg2bSKz67c4B9staGpJgIA6h4T4D6 { width:5rem;height:5rem;top:0rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChwsVdIMKSVsRSNhAggUzMFHz94BevyB { width:5.125rem;height:6.625rem;top:3.6875rem;left:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ { display:block; }#NWpwPDhnIFRE4GURmCUQE6OJQ2xWa0ZQ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxOeBofEhPUFocVgJPUiu4iVPohcWdk2 { width:20rem;height:4.1232625rem;top:0.59375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #W37vsHmgnDiJwDHZdTdogIcJTATQVpeW { width:11.4375rem;height:2.76171875rem;top:3.775390625rem;left:4.28125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JbOsEdybARAyXu7VUT5VBgU0y4DKbX7e { width:1.25rem;height:1.25rem;top:7.04296875rem;left:4.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT0IqsOePveDXT7aRT7c8SdOkbiePXa1 { width:1.25rem;height:1.25rem;top:7.04296875rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wc0XTDuMDDWZOGP0qX7Fn319mgTDAsLp { width:1.25rem;height:1.25rem;top:7.04296875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/125a566e-a757-49dd-a1a8-385e89c11476/Fotolia_68418141_M.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.adaptive-delivery-prevent-bg, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyload, #l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo.lazyloading { background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { background-color: transparent; background-image: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { display: none; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .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); }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { border-width: 0; border-radius: 0; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4mFXNRx5qycwlKVwMt2QmTmGhAE1uDo > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7AuZ1oVvKTvX7shdoIORSMhNldIvo0D { width:17.5rem;height:1.7252625rem;top:15.375rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hSxvZvKuP8o68Nm2cv8k0PdJTNsKV3UI { width:17.375rem;height:14.4043125rem;top:28.5625rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BEivOsEz0zbXKC9FA7ziq7SmFofnkLoQ { width:17.5rem;height:3.4375rem;top:43.625rem;left:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #K9lyFK57QEuD7Mgxr5MoGNtMR4M3wJzD { display:block; }
 }@media only screen and (max-width: 763px) { #cr2QxnEBS7L9EHWQ8vyeif9uI09Wg4xb { width:17.5rem;height:3.4375rem;top:47.9375rem;left:1.25rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eXi7s05tpCxPM9Dt3UKwDH0Cux8TJQth { display:block; }
 }@media only screen and (max-width: 763px) { #E3XHIZPBUwISDxEOiug366LTc1iyFAxS { width:20rem;height:41.6875rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv9FBOA6HQV7iceVbQVSrgiJizTdToR5 { width:4.9375rem;height:4.875rem;top:9rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxEmhuL3FmWboxbgCiDkJIgy3TTPfccc { width:13.125rem;height:0.899525rem;top:12.2021484375rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RTaeM2VsZUKTtPVTwW5DmkOyE5qVV8qs { width:17.5rem;height:0.1875rem;top:14.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nonRBGQsVwTsk1LhceF6A4tnHktN9WeW { display:block; }#nonRBGQsVwTsk1LhceF6A4tnHktN9WeW > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZM566oPRaTIRAWNTvZXeJVZUrlXWvxP { width:15rem;height:2.599825rem;top:14.125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm9v3eLIypk8cmQJelaTXT8ynziu5eEa { width:15rem;height:3.671875rem;top:16.724609375rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcrcizfhIXzGIzgz95Hv3tno26JB57DL { width:15rem;height:3.671875rem;top:25.75rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGM33zJHaSpQEfOG40TAZfUGqmA0NfNr { width:15rem;height:2.599825rem;top:23.1875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tM4NhEEC5QLiRZSczU9qXTqVpWtcX7ai { width:15rem;height:6.11979375rem;top:42.4375rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUPRQnUSsaUFZ9G9oK63h7Iw6raCmcks { width:15rem;height:1.2999125rem;top:41.125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ58xboWX490i7l3FDVDwHV0aCVyAWao { width:15rem;height:4.89583125rem;top:33.75rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWhvTfBLPpUycJFKM3Ji85216IEcUnXw { width:15rem;height:1.2999125rem;top:32.5rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvKGcOk4M4lqws53XEHpAkfmTTA03VgV { display:flex;width:3.125rem;height:3.125rem;top:14.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #O763QvUf3M7t5FAVs1e0ffBvxwtpdScT { display:flex;width:3.125rem;height:3.125rem;top:22.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V0MfbW4MGW0wJJNWa52nC49GgxiFz1v8 { width:20rem;height:11.25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8ZAiM0fRJmpTuytqETa6xRx1q0eMdGN { width:20rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIGEJsleaieElaIuwskahm6uinfLIV7M { display:flex;width:3.125rem;height:3.125rem;top:32.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FLVDkJ6eWyhHWLzwvDSzB4EZ7Nznkhxe { display:flex;width:3.125rem;height:3.125rem;top:41.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zBqZPkytQXt6umv7so2Ns0OoE7x3d10z { display:block; }#zBqZPkytQXt6umv7so2Ns0OoE7x3d10z > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZ9UOqyBft8XHPvqyLf77RkyAw6I6tWQ { width:20rem;height:3.2487rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCSmJvcz7kOOax0teKlCg1yEiqxz1VZT { width:17.5rem;height:9.7916875rem;top:15.1875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyKaFRw7anWIloRHtb2FDMwq1507eptt { width:8.125rem;height:8.125rem;top:1.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfBweDDFVv1czfchcftzfzbVOEbzpNbm { display:block; }#sfBweDDFVv1czfchcftzfzbVOEbzpNbm > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4optaO8pV62lcoVG2etbd9FT6dhkdgF { width:17.5rem;height:6.497375rem;top:13.25rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa { width:17.5rem;height:10.9418125rem;top:21.0625rem;left:1.25rem;font-size:1rem;display:block; }#J5ExTm9JNUZZ7dRUrTJTIGrs5pLEBZAa li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_55e1cef40f510b54ee0572bf6129263c0a40b477.svg); }
 }@media only screen and (max-width: 763px) { #uhw4xTp4LauG0HrrTbd5Mi39FWen8zZk { width:20rem;height:9.1875rem;top:38.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SyllySZWe84vNvGZisTwaAHem0h7tlMy { height:11.2324375rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U { display:block; }#TZOTaEBQgZXbZdEnGk9EpXga5zyIzK1U > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odhlA8yhcO7M67kMAwpCMRMvDJ9sAA7v { width:20rem;height:1.625rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvqREiW79vnOyE7xEIVl2qEIqnQmkJtR { width:20rem;height:1.055775rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPgIJBD0TVmOIbrGKtJXLUkGtL0kUezp { width:2.5rem;height:0.125rem;top:7.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7K4TpC2JXSrTiKZT3lnWuNW8HTugaXT { width:10.25rem;height:9.75rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKADswkKBOyxkBErGy7Gkx71EqaeND6L { width:6.6875rem;height:9.75rem;top:8.6875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs { display:block; }#l8pDn3HAT7L56QMXm02dObzNy4EJ29Cs > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MyxkNmMZnJcSVk93B5n3Z43J2gP7fMdX { width:20rem;height:1.625rem;top:2.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOlzgnJKl3rX2RDMJibJtbB2J4VWuJiq { width:20rem;height:1.055775rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTTTaxviTl9P72nnR7N32z3alCtZhMeG { width:2.5rem;height:0.125rem;top:7.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT1dLfzRlpwpshBbhHk4CB7D73T7Z2z8 { width:18.9375rem;height:13.75rem;top:9.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPBWp2n2uChX6qFSTIDcHbKPO7xkfLSf { width:17.5rem;height:6.9965rem;top:12.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsxJoH1m2Tqgm9JKk3nMRXrb6hQSff5H { width:17.5rem;height:1.21875rem;top:20.3125rem;left:1.25rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hTyp36zgUqAEpvI1DTW80a0NMxZgguy7 { width:17.5rem;height:1.21875rem;top:35.3125rem;left:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZJHqDfPUaZaThJpMCJKurgvSdqX8JLJP { width:18.9375rem;height:13.75rem;top:24.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZvvT0KzbKaorJM0OTF5ADVti3y8z72C { width:17.5rem;height:5.24739375rem;top:28.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVpAhedWDmT7lNmAVtAasPl8RG6H0ywt { width:17.5rem;height:1.21875rem;top:50.3125rem;left:1.3125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QwfwiQ1wwN8C0SvQrQVoTyN8ZJsaKJR3 { width:18.9375rem;height:13.75rem;top:39.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH28XEKw59J9AECyve7n5PdAr1MHrReE { width:17.5rem;height:6.9965rem;top:42.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAKmwtPJQTfF2wyfb8dwo8RQ0pv5yXhs { display:flex;width:1.6875rem;height:1.6875rem;top:9.9375rem;left:1.25rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #T8KpZbSohuNE4T5FiLcdi7UMqcUeOIy4 { display:flex;width:1.6875rem;height:1.6875rem;top:24.9375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SJ8Hv4HMDn6Bdz5gMoN3mvWBIua6Qbx0 { display:flex;width:1.6875rem;height:1.6875rem;top:39.9375rem;left:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M { display:block; }#Nt05qk7ZSgv2d9eHrPsw3XIXMMcDAL4M > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQbTInM6lw6mq5sTK6pzhKTqafKfBDHB { width:19rem;height:3.4375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENWzheMG3AslNCzLCCNQZ2mEwmzggGVC { display:block; }
 }@media only screen and (max-width: 763px) { #J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C { background-color:#f4f4f4;background-image:none;display:block; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { background-color: transparent; background-image: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row > .video-iframe-container { display: none; }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .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); }#J1wr1rEMZfT9d0AlDBLTv0d9KT7Thf7C > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LWNCJF1Li5OKdsbZwz5AJzPbO8HXpDgH { width:20rem;height:1.7068125rem;top:2.3125rem;left:0rem;font-size:1.3125rem;color:#3e3e3e;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ahn4Pw0hMMWsIDkAmkATOxTOefEWBmR1 { width:12.5rem;height:4.544275rem;top:7.662109375rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#3e3e3e;display:block; }
 }@media only screen and (max-width: 763px) { #ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF { display:flex;width:1.5625rem;height:1.5625rem;top:39.6123046875rem;left:9.21875rem; }
#ySvT5S2bKlmRDfHXcJq8fAU7Wk6mEcBF > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #rzQWEryVQkwAAm3aCtMyM6V508haWgHW { width:20rem;height:21.8125rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RePZgQviOvy4TpNS5y1krlq5o6ZbS69L { display:block; }#RePZgQviOvy4TpNS5y1krlq5o6ZbS69L > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsnJZ2rMqnzfyVdL1PVByIOgVURTk2sv { width:12.5rem;height:1.13671875rem;top:1.125rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FV3e8Ub9GGyFblRGniEqTkr3998hxTgQ { width:20rem;height:1.13671875rem;top:2.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi > .row .container { background-color: transparent; background-image: none; }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi > .row .container > .video-iframe-container { display: none; }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi > .row > .video-iframe-container { display: none; }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi > .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); }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi > .row .container { border-width: 0; border-radius: 0; }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gIAd5PtC9fWVGiOD5AtT4lTVGgKI0xWi > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSrEXtJvxFmJPqHIV45VeEw93HNtCtq8 { width:9.375rem;height:3.4375rem;top:2.0625rem;left:10.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uBmQ7kkhxo9mWmKt3oanJ6iyqqkIKdEU { display:block; }
 }@media only screen and (max-width: 763px) { #HS6WPS97iTJRygiScWyEwqHzg42yWuVW { width:9.375rem;height:3.4375rem;top:2.0625rem;left:0rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yFwZQAXSmZHB9fCLJhNwKpU3nmPU0M4q { display:block; }
 }