.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#263440;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;z-index:auto;display:block; }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg > .row .container { background-color: transparent; background-image: none; }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg > .row .container > .video-iframe-container { display: none; }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg > .row > .video-iframe-container { display: none; }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg > .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); }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg > .row .container { border-width: 0; border-radius: 0; }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg > .row .container { font-size:14px;font-family:arial;height:130px;width:960px;position:relative;display:block; }#h2mTIgz4sJtyT84L0Lc3lmcaKE2Uf6Mq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:87px;width:240px;top:21.5px;left:360px;overflow:hidden;display:block; }
#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ { border-top:5px solid #f2665e;border-left:0;border-right:0;border-bottom:5px solid #f2665e;background-color:#263440;background-image:url("https://images.assets-landingi.com/uc/d04f234f-daae-4773-8d82-7aee4d2a5d71/Edixia_Header_02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ.adaptive-delivery-prevent-bg, #Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ.lazyload, #Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ.lazyloading { background-image: none; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row .container { background-color: transparent; background-image: none; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row .container > .video-iframe-container { display: none; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row > .video-iframe-container { display: none; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .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); }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row .container { border-width: 0; border-radius: 0; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row .container { font-size:14px;font-family:arial;height:500px;width:960px;position:relative;display:block; }#bi9tVToqqvIt4T5NiIA1uc5bCJgrCRMA { color:#ffffff;display:block;width:294px;position:absolute;font-family:montserrat;font-size:25px;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:428.5px;left:333px;height:32px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 { position:relative;display:block; }#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 { background-color: transparent; background-image: none; }#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 > .row .container > .video-iframe-container { display: none; }#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 > .row > .video-iframe-container { display: none; }#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 > .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); }#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 { border-width: 0; border-radius: 0; }#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 > .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; }#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:60px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zkApxMTGAgrd0Jsz4LiqTsLJT65pVSyf { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20px;left:380px;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dFeduCl89ncaH22XWLEyl57xdkFwTTDs { position:relative;display:block; }#dFeduCl89ncaH22XWLEyl57xdkFwTTDs { background-color: transparent; background-image: none; }#dFeduCl89ncaH22XWLEyl57xdkFwTTDs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFeduCl89ncaH22XWLEyl57xdkFwTTDs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFeduCl89ncaH22XWLEyl57xdkFwTTDs > .row .container > .video-iframe-container { display: none; }#dFeduCl89ncaH22XWLEyl57xdkFwTTDs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFeduCl89ncaH22XWLEyl57xdkFwTTDs > .row > .video-iframe-container { display: none; }#dFeduCl89ncaH22XWLEyl57xdkFwTTDs > .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); }#dFeduCl89ncaH22XWLEyl57xdkFwTTDs { border-width: 0; border-radius: 0; }#dFeduCl89ncaH22XWLEyl57xdkFwTTDs > .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; }#dFeduCl89ncaH22XWLEyl57xdkFwTTDs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:280px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kGMXZxwehzsZ8pg1ZICrd7BlUmDgaCJ8 { 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:83px;width:213px;top:98.5px;left:133.5px;overflow:hidden;display:block; }
#tXabSP7nsgdq6m0nIvmuvetHXb4xvXTC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:143px;width:240px;top:68.5px;left:600px;overflow:hidden;display:block; }
#qMrgQZFpkflMgxAAWUDTryyE2GK6gDm5 { position:absolute;display:block;z-index:15002;height:348px;width:620px;top:191px;left:376px;display:block; }
#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh { position:relative;display:block; }#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh { background-color: transparent; background-image: none; }#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh > .row .container > .video-iframe-container { display: none; }#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh > .row > .video-iframe-container { display: none; }#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh > .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); }#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh { border-width: 0; border-radius: 0; }#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh > .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; }#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:60px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#c0FUTQ8QDyzz8xBmcEayKFUGQ44tp5Dq { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20px;left:380px;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OtLRADuq8UbUi1D6qNOm1zFZz8RqKb7u { box-sizing:content-box;height:2px;width:300px;position:absolute;display:block;z-index:15003;background-color:#233645;background-image:none;top:0px;left:330px;display:block; }
#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO { position:relative;display:block; }#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO { background-color: transparent; background-image: none; }#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO > .row .container > .video-iframe-container { display: none; }#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO > .row > .video-iframe-container { display: none; }#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO > .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); }#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO { border-width: 0; border-radius: 0; }#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO > .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; }#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:280px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WCFiQqxrt7UWivArNocNhVIEcRDHZUd6 { 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:142px;width:137px;top:69px;left:171.5px;overflow:hidden;display:block; }
#FFUFqhO7542kQT4RMd0L0zD2NLGPrNVk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:95px;width:240px;top:92.5px;left:600px;overflow:hidden;display:block; }
#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 { position:relative;display:block; }#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 { background-color: transparent; background-image: none; }#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 > .row .container > .video-iframe-container { display: none; }#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 > .row > .video-iframe-container { display: none; }#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 > .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); }#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 { border-width: 0; border-radius: 0; }#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 > .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; }#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:60px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bp8S1Xw24Joq5DSNthDJTlidBa6f3MFP { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20px;left:380px;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRx40K2SAAGk2DDC6uo9A0f7TIHykkaF { box-sizing:content-box;height:2px;width:300px;position:absolute;display:block;z-index:15004;background-color:#233645;background-image:none;top:0px;left:330px;display:block; }
#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB { position:relative;display:block; }#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB { background-color: transparent; background-image: none; }#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB > .row .container > .video-iframe-container { display: none; }#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB > .row > .video-iframe-container { display: none; }#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB > .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); }#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB { border-width: 0; border-radius: 0; }#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB > .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; }#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:250px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EAkGmyucCXcLOqumdr81CyMD8aygXpal { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:137px;top:98.5px;left:91.5px;overflow:hidden;display:block; }
#KzgmmDWOOItl9lVEpxXDuxoGfMVgqTsr { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:57px;width:197px;top:96.5px;left:381.5px;overflow:hidden;display:block; }
#lNLkmwAUE4ShgGRy2FssduJCidxN26Bv { position:absolute;display:block;z-index:15003;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:57px;width:181px;top:96.5px;left:709.5px;overflow:hidden;display:block; }
#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn { position:relative;display:block; }#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn { background-color: transparent; background-image: none; }#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn > .row .container > .video-iframe-container { display: none; }#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn > .row > .video-iframe-container { display: none; }#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn > .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); }#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn { border-width: 0; border-radius: 0; }#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn > .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; }#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:250px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SzyqeJTIUMV5r33y3JLcERTTfd0hcdu9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42px;width:284px;top:104px;left:18px;overflow:hidden;display:block; }
#oLUCT2hZRuuuKWbJxN5wabTtlyvUFbi0 { position:absolute;display:block;z-index:15003;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:51px;width:194px;top:99.5px;left:383px;overflow:hidden;display:block; }
#TL5BtCMrurLfzTvMTIBRlqi3Mpplip8Q { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:100px;width:79px;top:75px;left:760.5px;overflow:hidden;display:block; }
#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc { position:relative;display:block; }#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc { background-color: transparent; background-image: none; }#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc > .row .container > .video-iframe-container { display: none; }#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc > .row > .video-iframe-container { display: none; }#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc > .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); }#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc { border-width: 0; border-radius: 0; }#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc > .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; }#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:60px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ODMgagTbRTWS5o4iPDVNWgaAt0lWaTMO { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20px;left:380px;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GZh0PK9IM5uVTi7NVUL580yuPoSAAJz4 { box-sizing:content-box;height:2px;width:300px;position:absolute;display:block;z-index:15005;background-color:#233645;background-image:none;top:0px;left:330px;display:block; }
#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm { position:relative;display:block; }#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm { background-color: transparent; background-image: none; }#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm > .row .container > .video-iframe-container { display: none; }#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm > .row > .video-iframe-container { display: none; }#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm > .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); }#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm { border-width: 0; border-radius: 0; }#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm > .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; }#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:250px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#PEtVA6Ng5XLnliFVEH3Wsw1GAfisTtSw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37px;width:207px;top:106.5px;left:56.5px;overflow:hidden;display:block; }
#Iuk7zp3NATPiGc4KAm4TwEvb2AVufJkp { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56px;width:197px;top:97px;left:381.5px;overflow:hidden;display:block; }
#rTvxctkbDlJ5TZeAGcFeQv3TB3BoDd07 { position:absolute;display:block;z-index:15003;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:48px;width:147px;top:101px;left:726.5px;overflow:hidden;display:block; }
#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq { position:relative;display:block; }#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq { background-color: transparent; background-image: none; }#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq > .row .container > .video-iframe-container { display: none; }#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq > .row > .video-iframe-container { display: none; }#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq > .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); }#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq { border-width: 0; border-radius: 0; }#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq > .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; }#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:250px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a0zK8K2lvFXSz8lWMFgS3hVocUTG0bsE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:76px;width:201px;top:87px;left:139.5px;overflow:hidden;display:block; }
#yIAIxoAIwZkNKAxhBLbXSgLm9dFgpQ8L { position:absolute;display:block;z-index:15003;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:63px;width:228px;top:93.5px;left:606px;overflow:hidden;display:block; }
#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww { position:relative;display:block; }#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww { background-color: transparent; background-image: none; }#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww > .row .container > .video-iframe-container { display: none; }#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww > .row > .video-iframe-container { display: none; }#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww > .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); }#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww { border-width: 0; border-radius: 0; }#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww > .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; }#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:60px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FGeoQDQe2CxHWVNd4daWXJKTkOw15FUJ { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20px;left:380px;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ycHBJ74f7ce4bskwRnblt1Wn8Mw7x1ow { box-sizing:content-box;height:2px;width:300px;position:absolute;display:block;z-index:15006;background-color:#233645;background-image:none;top:0px;left:330px;display:block; }
#hgd0blmHe073fyycBDSgkTdMCGBdEBWo { position:relative;display:block; }#hgd0blmHe073fyycBDSgkTdMCGBdEBWo { background-color: transparent; background-image: none; }#hgd0blmHe073fyycBDSgkTdMCGBdEBWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgd0blmHe073fyycBDSgkTdMCGBdEBWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgd0blmHe073fyycBDSgkTdMCGBdEBWo > .row .container > .video-iframe-container { display: none; }#hgd0blmHe073fyycBDSgkTdMCGBdEBWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgd0blmHe073fyycBDSgkTdMCGBdEBWo > .row > .video-iframe-container { display: none; }#hgd0blmHe073fyycBDSgkTdMCGBdEBWo > .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); }#hgd0blmHe073fyycBDSgkTdMCGBdEBWo { border-width: 0; border-radius: 0; }#hgd0blmHe073fyycBDSgkTdMCGBdEBWo > .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; }#hgd0blmHe073fyycBDSgkTdMCGBdEBWo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:200px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ilO9Xt37GUklW6KA3aDdGTqoFwNVdRlm { position:absolute;display:block;z-index:15003;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:51px;width:260px;top:74.5px;left:350px;overflow:hidden;display:block; }
#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#233645;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;z-index:auto;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { font-size:14px;font-family:arial;height:275px;width:960px;position:relative;display:block; }#I5kG3KAqAgghhPerJJerrNuvArk0W5SC { color:#ffffff;display:block;width:422px;position:absolute;font-family:montserrat;font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:103px;left:269px;height:75px;text-align:center;text-align-last:center;display:block; }
#A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47px;width:129px;top:30px;left:416px;overflow:hidden;display:block; }
#RQaQksgfCCWBwP2Md6HEcQ51SxboTEgT { color:#ffffff;display:block;width:422px;position:absolute;font-family:montserrat;font-size:12px;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:208px;left:269px;height:19px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg { display:block; }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2mTIgz4sJtyT84L0Lc3lmcaKE2Uf6Mq { width:240px;height:87px;top:21px;left:262px;display:block; }
 }@media only screen and (max-width: 763px) { #Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ { display:block; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bi9tVToqqvIt4T5NiIA1uc5bCJgrCRMA { top:428px;left:235px;width:294px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 { display:block; }#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkApxMTGAgrd0Jsz4LiqTsLJT65pVSyf { top:20px;left:282px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dFeduCl89ncaH22XWLEyl57xdkFwTTDs { display:block; }#dFeduCl89ncaH22XWLEyl57xdkFwTTDs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGMXZxwehzsZ8pg1ZICrd7BlUmDgaCJ8 { top:98px;left:84.5px;width:213px;height:83px;display:block; }
 }@media only screen and (max-width: 763px) { #tXabSP7nsgdq6m0nIvmuvetHXb4xvXTC { top:68px;left:453px;width:240px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #qMrgQZFpkflMgxAAWUDTryyE2GK6gDm5 { top:191px;left:0px;width:620px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh { display:block; }#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0FUTQ8QDyzz8xBmcEayKFUGQ44tp5Dq { top:20px;left:282px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OtLRADuq8UbUi1D6qNOm1zFZz8RqKb7u { top:0px;left:232px;width:300px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO { display:block; }#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCFiQqxrt7UWivArNocNhVIEcRDHZUd6 { top:69px;left:122.5px;width:137px;height:142px;display:block; }
 }@media only screen and (max-width: 763px) { #FFUFqhO7542kQT4RMd0L0zD2NLGPrNVk { top:92px;left:453px;width:240px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 { display:block; }#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bp8S1Xw24Joq5DSNthDJTlidBa6f3MFP { top:20px;left:282px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qRx40K2SAAGk2DDC6uo9A0f7TIHykkaF { top:0px;left:232px;width:300px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #IlduMgIMyZEd58bHFQVJIM28lfuq6IRB { display:block; }#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAkGmyucCXcLOqumdr81CyMD8aygXpal { top:98px;left:58.5px;width:137px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #KzgmmDWOOItl9lVEpxXDuxoGfMVgqTsr { top:96px;left:282.5px;width:197px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #lNLkmwAUE4ShgGRy2FssduJCidxN26Bv { top:96px;left:544.5px;width:181px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn { display:block; }#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzyqeJTIUMV5r33y3JLcERTTfd0hcdu9 { top:104px;left:0px;width:284px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #oLUCT2hZRuuuKWbJxN5wabTtlyvUFbi0 { top:99px;left:284px;width:194px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #TL5BtCMrurLfzTvMTIBRlqi3Mpplip8Q { top:75px;left:595.5px;width:79px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc { display:block; }#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODMgagTbRTWS5o4iPDVNWgaAt0lWaTMO { top:20px;left:282px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GZh0PK9IM5uVTi7NVUL580yuPoSAAJz4 { top:0px;left:232px;width:300px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm { display:block; }#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEtVA6Ng5XLnliFVEH3Wsw1GAfisTtSw { top:106px;left:23.5px;width:207px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #Iuk7zp3NATPiGc4KAm4TwEvb2AVufJkp { top:97px;left:282.5px;width:197px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #rTvxctkbDlJ5TZeAGcFeQv3TB3BoDd07 { top:101px;left:561.5px;width:147px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq { display:block; }#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0zK8K2lvFXSz8lWMFgS3hVocUTG0bsE { top:87px;left:90.5px;width:201px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #yIAIxoAIwZkNKAxhBLbXSgLm9dFgpQ8L { top:93px;left:459px;width:228px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww { display:block; }#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGeoQDQe2CxHWVNd4daWXJKTkOw15FUJ { top:20px;left:282px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ycHBJ74f7ce4bskwRnblt1Wn8Mw7x1ow { top:0px;left:232px;width:300px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #hgd0blmHe073fyycBDSgkTdMCGBdEBWo { display:block; }#hgd0blmHe073fyycBDSgkTdMCGBdEBWo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilO9Xt37GUklW6KA3aDdGTqoFwNVdRlm { top:74px;left:252px;width:260px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5kG3KAqAgghhPerJJerrNuvArk0W5SC { top:103px;left:171px;width:422px;height:75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:129px;height:47px;top:30px;left:318px;display:block; }
 }@media only screen and (max-width: 763px) { #RQaQksgfCCWBwP2Md6HEcQ51SxboTEgT { top:208px;left:171px;width:422px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg { position:relative;z-index:auto;display:block; }#IC5ysFmJ1BA8U0TyUC8UBOHtW1Qotmyg > .row .container { width:320px;height:95px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h2mTIgz4sJtyT84L0Lc3lmcaKE2Uf6Mq { width:126px;height:47px;top:24px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ { background-color:#263440;background-image:url("https://images.assets-landingi.com/uc/f702ae0e-57ea-4ee8-b1b7-669df0cdc70f/Edixia_Header_Mobile_OK.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ.adaptive-delivery-prevent-bg, #Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ.lazyload, #Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ.lazyloading { background-image: none; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row .container { background-color: transparent; background-image: none; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row .container > .video-iframe-container { display: none; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row > .video-iframe-container { display: none; }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .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); }#Bk7S3sWKWvQpIwSbfuLctbCeeW0HDmRZ > .row .container { width:320px;height:480px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bi9tVToqqvIt4T5NiIA1uc5bCJgrCRMA { width:300px;height:32px;top:359.578125px;left:10px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 { display:block; }#XFEJs96Rn7VJsz5pNCBPLhFumQIxcE49 > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkApxMTGAgrd0Jsz4LiqTsLJT65pVSyf { width:200px;height:20px;top:20px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dFeduCl89ncaH22XWLEyl57xdkFwTTDs { display:block; }#dFeduCl89ncaH22XWLEyl57xdkFwTTDs > .row .container { width:320px;height:351px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGMXZxwehzsZ8pg1ZICrd7BlUmDgaCJ8 { width:151px;height:58px;top:40px;left:84.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tXabSP7nsgdq6m0nIvmuvetHXb4xvXTC { width:219px;height:130px;top:142px;left:50.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qMrgQZFpkflMgxAAWUDTryyE2GK6gDm5 { width:320px;height:348px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh { display:block; }#WhBxTn1ZE7a0xCBxJnKzdKwTSDZzrhnh > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c0FUTQ8QDyzz8xBmcEayKFUGQ44tp5Dq { width:200px;height:20px;top:20px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OtLRADuq8UbUi1D6qNOm1zFZz8RqKb7u { width:300px;height:2px;top:0px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO { display:block; }#gfp60s3Ln515LgFVfzrwtdOGIT3dbQnO > .row .container { width:320px;height:280px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCFiQqxrt7UWivArNocNhVIEcRDHZUd6 { width:112px;height:116px;top:14px;left:104px;display:block; }
 }@media only screen and (max-width: 763px) { #FFUFqhO7542kQT4RMd0L0zD2NLGPrNVk { width:194px;height:76px;top:180px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 { display:block; }#eUBuQksQ5TKZQbzAv9Icc5pwATQmSdN4 > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bp8S1Xw24Joq5DSNthDJTlidBa6f3MFP { width:200px;height:20px;top:20px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qRx40K2SAAGk2DDC6uo9A0f7TIHykkaF { width:300px;height:2px;top:0px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #IlduMgIMyZEd58bHFQVJIM28lfuq6IRB { display:block; }#IlduMgIMyZEd58bHFQVJIM28lfuq6IRB > .row .container { width:320px;height:290px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAkGmyucCXcLOqumdr81CyMD8aygXpal { width:137px;height:53px;top:20px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #KzgmmDWOOItl9lVEpxXDuxoGfMVgqTsr { width:197px;height:57px;top:123px;left:61.5px;display:block; }
 }@media only screen and (max-width: 763px) { #lNLkmwAUE4ShgGRy2FssduJCidxN26Bv { width:181px;height:57px;top:230px;left:69.5px;display:block; }
 }@media only screen and (max-width: 763px) { #oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn { display:block; }#oMHeH488ybtNHMZXKq8GLQ5ChD0w45fn > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzyqeJTIUMV5r33y3JLcERTTfd0hcdu9 { width:284px;height:42px;top:50px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #oLUCT2hZRuuuKWbJxN5wabTtlyvUFbi0 { width:194px;height:51px;top:142px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #TL5BtCMrurLfzTvMTIBRlqi3Mpplip8Q { width:79px;height:100px;top:243px;left:120.5px;display:block; }
 }@media only screen and (max-width: 763px) { #DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc { display:block; }#DPtqiR5FTiSBaZzPwd6vQPC0OmlVEzfc > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODMgagTbRTWS5o4iPDVNWgaAt0lWaTMO { width:200px;height:20px;top:20px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GZh0PK9IM5uVTi7NVUL580yuPoSAAJz4 { width:300px;height:2px;top:0px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm { display:block; }#iCbMkc2JsgGaf1qGsKhRsR72Cp3t1QIm > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PEtVA6Ng5XLnliFVEH3Wsw1GAfisTtSw { width:207px;height:37px;top:20px;left:56.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Iuk7zp3NATPiGc4KAm4TwEvb2AVufJkp { width:197px;height:56px;top:117px;left:61.5px;display:block; }
 }@media only screen and (max-width: 763px) { #rTvxctkbDlJ5TZeAGcFeQv3TB3BoDd07 { width:147px;height:48px;top:233px;left:86.5px;display:block; }
 }@media only screen and (max-width: 763px) { #C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq { display:block; }#C2PTpzQiWLXBNtBHTqMBGZuZoMgvHtJq > .row .container { width:320px;height:230px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0zK8K2lvFXSz8lWMFgS3hVocUTG0bsE { width:201px;height:76px;top:20px;left:59.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yIAIxoAIwZkNKAxhBLbXSgLm9dFgpQ8L { width:228px;height:63px;top:137px;left:46px;display:block; }
 }@media only screen and (max-width: 763px) { #nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww { display:block; }#nIDwSsqMGXeaFZO8QOA6aOLEvrqMSzww > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FGeoQDQe2CxHWVNd4daWXJKTkOw15FUJ { width:200px;height:20px;top:20px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ycHBJ74f7ce4bskwRnblt1Wn8Mw7x1ow { width:300px;height:2px;top:0px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #hgd0blmHe073fyycBDSgkTdMCGBdEBWo { display:block; }#hgd0blmHe073fyycBDSgkTdMCGBdEBWo > .row .container { width:320px;height:110px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ilO9Xt37GUklW6KA3aDdGTqoFwNVdRlm { width:260px;height:51px;top:29.5px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { position:relative;z-index:auto;background-color:#233645;background-image:none;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:320px;height:268px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5kG3KAqAgghhPerJJerrNuvArk0W5SC { width:320px;height:100px;top:98px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1LEbgGn59v0AqT1QbnLFe3Ngf51gdpx { width:126px;height:47px;top:31px;left:97px;display:block; }
 }@media only screen and (max-width: 763px) { #RQaQksgfCCWBwP2Md6HEcQ51SxboTEgT { width:320px;height:19px;top:218px;left:0px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }