.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-input-select option {
  color: #000;
}
.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 {
  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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/kgDzLh5J/AFW_Landing_Page_option2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP.adaptive-delivery-prevent-bg, #n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP.lazyload, #n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP.lazyloading { background-image: none; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container { background-color: transparent; background-image: none; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container > .video-iframe-container { display: none; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row > .video-iframe-container { display: none; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .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); }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container { border-width: 0; border-radius: 0; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row > .video-iframe-container {  }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:60rem;position:relative;display:block; }#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-form-header {  }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-text {padding-top: 0; padding-bottom: 0;}#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-select {padding-top: 0; padding-bottom: 0;}#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:17.0625rem;height:4.0625rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.5) ; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.875rem;overflow:hidden;font-style:normal; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:cairo;font-size:0.75rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-container:first-of-type{padding-top:0;}#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-container:last-of-type{padding-bottom:0;}#A8f8LM94w4GQEvC8sODcr4dsz105IaCe  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.5rem;top:22.9990234375rem;z-index:15028;position:absolute; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe {display:block;}#A8f8LM94w4GQEvC8sODcr4dsz105IaCe { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:37.5rem;top:22.9990234375rem;z-index:15028;position:absolute; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #UzPQMaxfF8JZhqZLovfyFbnqy4BsEvRD { position:relative; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #VK8lzgCrBVpURPyROI309SzfhdmsD5gD { position:relative;display:block; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #MZkzXxUG7KmPccwPwZuLHbtnTumtM5hQ { position:relative; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #McHTf1uuByRQsOeNKKlzseGT1Wx5TzD1 { position:relative; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #McHTf1uuByRQsOeNKKlzseGT1Wx5TzD1 .container-column{width:50%;}#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #BPZZE0LAk9XCFSOcCSu1oUfvJ2Tp3Qgp { position:relative;display:block; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #N5pqPrnbThGiktFVMHTeia8HT5xrzLI3 { position:relative;z-index:2; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #lvryyM1BaWtRIICNEcVgIn2Fy6gfcHuc { position:relative; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #B0Xv5HTikmyL3soicL2sXyZUwuS7A0eH { position:relative;z-index:2; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #qN5Z551oCk3BvogUHEakfewns48tLb1i { position:relative; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #PlfHWPmRMU24sKa5akEsbOK6psCu6GxR { position:relative; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #udNWx39kPvTQbpT5D1Fok1R0Xy6po6KL { position:relative;display:block; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #mRbdi3LWCzCuJSfLAtkVuGrEN4Tnu1dX { position:relative; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #cOB0pOXPhINrTmT82ZFstQdMxfDIDgS8 { position:relative; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #BqhoRzEVTLp7g5aGzU5VnmySKPM2XJ3k { position:relative;display:block; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #rciKTkTPlwQDUbyymI3ooNchTuzUAEU3 { position:relative; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #VQ3T7vWNz55hiyRmk9lD5dPgBQlGbLAG { position:relative; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #u2FudISDxlLzxUgUgxmNnLeOZUITtoJb { position:relative;display:block; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #EeWUGRB422NAGNNds1WTRlERA7pFTRbr { position:relative; }
#PVUf27pno9XBkp1DMR7J14JSo9oSSh2N { position:relative;display:block; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #TxeGb36QtJXDEudpHaH4oIT96JSDdgao { position:relative; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #HHpBRm3K1GSWoNCVlfJ7506vC4kwSOER { position:relative; }
#hAadadwAmVGzKdTEI6nR4sWPiHkZVkTQ { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.1875rem;left:38.1875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WxTWgPkH1UCN4zKThSicqfZ3mTGiMPGS { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3330078125rem;left:4.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SIHCZlK3TTWzT3AzwfkwNzAq8uoypw8J { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#TTq4I9Lr223zLsbQBCCBN7dTkyFEW8My { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:12.625rem;top:44.25rem;left:40.9375rem;overflow:hidden;display:block; }
#sEIniz9MqlOUloGshcd5S923FaeCw0Ut { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(206,146,47,0.83);border-left:0.25rem solid rgba(206,146,47,0.83);border-right:0.25rem solid rgba(206,146,47,0.83);border-bottom:0.25rem solid rgba(206,146,47,0.83);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:3.25rem;width:14.1875rem;top:19.25rem;left:38.9375rem;display:block; }
#okTK57kFuaIDMg85rc0TaHGZTPQsoxNe { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:6.625rem;top:46.9375rem;left:21.6875rem;overflow:hidden;display:block; }
#vA0bX5hR9zb3TfSKug9rQnrMQZ2iht7W { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:9.375rem;top:46.6875rem;left:28.125rem;overflow:hidden;display:block; }
#vvrOzETgMKcZN8en0HWp4oEmLNKdFLGB { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:50.0869140625rem;left:23.75rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row .container { background-color: transparent; background-image: none; }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row .container > .video-iframe-container { display: none; }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row > .video-iframe-container { display: none; }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .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); }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row .container { border-width: 0; border-radius: 0; }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row > .video-iframe-container {  }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:60rem;position:relative;display:block; }#LUaZRhqCTnhQEhQsvmD4tucfy6SzA1Pf { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:8.0625rem;left:43.875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rT7lfqkroi1lIJZxQ5XgZV0trTmRRcqL { color:#ef4b15;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:13rem;left:50.5625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSBZe6ILrzXfvzoQ2B8h2P5tto2i6dik { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:13.8125rem;left:43.125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JJnTZENQn1ve2nRSw5Ke3rJEVtiZVNm3 { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:16.125rem;left:46.0625rem;overflow:hidden;display:block; }
#cAXtuAzPKcOimdn2xPNqbI0TyNxVVoT1 { z-index:15093;top:16.6875rem;left:45.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vrT7Tychoy83uuHR5bRIkRhqHib7WXzT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shO6kpDNRBtJaqzlSDQ1IgfHQsSbnIDU { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:13.0625rem;top:5.5625rem;left:44.375rem;overflow:hidden;display:block; }
#WxfQv4MOhJu9vttVdZCn1xrWl3aAB8SV { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:"mykonos ar";font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.4306640625rem;left:4.375rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPUvuCQ1Z42f136T7FBTM8AEgJV5R2W0 { color:#0e849e;display:block;width:13.5rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:23.125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppeBTeBlOq3USNIn9lu70e2hmhtB2ieD { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:8.0625rem;left:24.9375rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uDfRIXWt4vBaQCPXHfe0TDtlBtbD4hTs { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:13.0625rem;top:5.5625rem;left:25.4375rem;overflow:hidden;display:block; }
#sZQ7wTJltKcZAhkDx08lX54d8q50MkMk { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:13.8125rem;left:24.1875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xId22EuHcFhrs4OlvPVJaHvBC4hDKrL2 { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:16.125rem;left:27.125rem;overflow:hidden;display:block; }
#OkrKL6MNss0s0R0XSstkMFKgTOfJKy95 { z-index:15099;top:16.6875rem;left:26.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#h6yIqNJXXNWFLC5V2LbmTWMHDoTaIn2w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EweTbP40ViTSq7qZA3ExIGQ0H1DF923u { color:#ef4b15;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:13rem;left:31.625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOGQOGoc1i7LERvEowCueK7FTcBhCEUI { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:8.0625rem;left:2.5625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QXe4TK99mTHC5kJcUA2kzACb8uAfIOyd { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:13.0625rem;top:5.5625rem;left:3.0625rem;overflow:hidden;display:block; }
#lOLbuavJWS0zK63sooTURMVNCBy7qW8l { color:#ef4b15;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:13rem;left:9.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NGrbUaCTTnczczdKT45lMGvty1MOg2RW { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:13.8125rem;left:1.8125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hxSBzdXh1Soe1UWsxuwpCT299NWMVOae { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:16.125rem;left:4.75rem;overflow:hidden;display:block; }
#tAMN8e9EdlNmVa4NMm7tXHrZm1PcGFWZ { z-index:15105;top:16.6875rem;left:3.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LRTCkJmEcTGg8smDFDlqr0pnTWrDM2dN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CZh7DGlcwcNUscCTTbx3E2yvO91zgxc5 { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:26.125rem;left:25.3125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p2htgte2TKnCZgpeDEErC8FuaNS7hKvr { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:13.0625rem;top:23.625rem;left:25.8125rem;overflow:hidden;display:block; }
#Dy28hV3TVmN4b4EFChqhxZhizoZFBz2p { color:#ef4b15;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:31.0625rem;left:32rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CExMdLXpl68QQ9d5Sn8Id7smwdMMViO7 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:31.875rem;left:24.5625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DcfavkUFTmvo1BiQsxRPeWRnQ3eaCbTB { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:34.1875rem;left:27.5rem;overflow:hidden;display:block; }
#dnlQPteETgDq39T6Zup3AwMpkkL5eUaW { z-index:15111;top:34.75rem;left:26.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aguwI7pLR0GaWTWZAVbks103IPwhgKWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT { background-color:rgba(24,183,235,0.3);background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row .container { background-color: transparent; background-image: none; }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row .container > .video-iframe-container { display: none; }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row > .video-iframe-container { display: none; }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .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); }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row .container { border-width: 0; border-radius: 0; }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row > .video-iframe-container {  }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#Vz2ZSNTbAdzrRWykfg8g0b4k6HmcUB85 { color:#103b5b;display:block;width:56.6855625rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:0.25rem;left:3.3134765625rem;height:3.28125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sK4ozUwzccI14uBlhTH6s1wRMDgb3AKq { position:absolute;display:block;z-index:15000;background-color:#0f86a9;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:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;height:4.3125rem;width:13.4375rem;top:9.875rem;left:32.8125rem;display:block; }
#yI5caKiiAvMgWU4so58UTSyo9tGKZamt { color:#ffffff;display:block;width:15.25rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:2;letter-spacing:0;top:10.75rem;left:27.8125rem;height:8.25rem;display:block; }
#fDpwtewkDRZJIlrodvOtRlrI4VcXZMc5 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:13.8125rem;top:3.53125rem;left:18.21875rem;overflow:hidden;display:block; }
#hh3kzzKcD3qhbkTcqqgE0m56ZqHyqWwt { box-sizing:content-box;color:#ffeae3;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15111;top:10.0625rem;left:42.8125rem;display:block; }
#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffeae3, #0f86a9);background-image: -moz-linear-gradient(180deg, #ffeae3, #0f86a9);background-image: -ms-linear-gradient(180deg, #ffeae3, #0f86a9);background-image: -o-linear-gradient(180deg, #ffeae3, #0f86a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeae3', endColorstr='#0f86a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeae3', endColorstr='#0f86a9' );";background-image: linear-gradient(180deg, #ffeae3, #0f86a9);background-size:initial !important;position:relative;display:block; }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row .container { background-color: transparent; background-image: none; }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row .container > .video-iframe-container { display: none; }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row > .video-iframe-container { display: none; }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .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); }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row .container { border-width: 0; border-radius: 0; }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row > .video-iframe-container {  }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#r61QTWSgQU3Zc2XM05Gs1gZ6uFwsg71P { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.5434rem;font-style:normal;display:block; }
#MQlU1R7JUSuLfXOAGmbT6nspaQZJsJ9v { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#He2KHq8G6DfT5d5Sn6XmVFB0KcvCsh4O { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#e5UPJVbCpBX2kxPZSzDgmEozLVWCIuWX { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#boy7kPTC2tU4cuCHDtc7UQuPRmMRgsKo { color:#ffffff;display:block;width:19.4355625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.0576171875rem;left:31.5625rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#t7OS1xQ8uw2ssBbKiJ6RygvXs5iZpJCt { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP { display:block; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-regular-label { display:block; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe  { width:17.0625rem;height:auto; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe {display:block;}#A8f8LM94w4GQEvC8sODcr4dsz105IaCe { width:17.0625rem;height:auto; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #UzPQMaxfF8JZhqZLovfyFbnqy4BsEvRD {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #VK8lzgCrBVpURPyROI309SzfhdmsD5gD { display:block; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #MZkzXxUG7KmPccwPwZuLHbtnTumtM5hQ {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #McHTf1uuByRQsOeNKKlzseGT1Wx5TzD1 {  }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #McHTf1uuByRQsOeNKKlzseGT1Wx5TzD1 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #BPZZE0LAk9XCFSOcCSu1oUfvJ2Tp3Qgp { display:block; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #N5pqPrnbThGiktFVMHTeia8HT5xrzLI3 { z-index:2; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #lvryyM1BaWtRIICNEcVgIn2Fy6gfcHuc {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #B0Xv5HTikmyL3soicL2sXyZUwuS7A0eH { z-index:2; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #qN5Z551oCk3BvogUHEakfewns48tLb1i {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #PlfHWPmRMU24sKa5akEsbOK6psCu6GxR {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #udNWx39kPvTQbpT5D1Fok1R0Xy6po6KL { display:block; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #mRbdi3LWCzCuJSfLAtkVuGrEN4Tnu1dX {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #cOB0pOXPhINrTmT82ZFstQdMxfDIDgS8 {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #BqhoRzEVTLp7g5aGzU5VnmySKPM2XJ3k { display:block; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #rciKTkTPlwQDUbyymI3ooNchTuzUAEU3 {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #VQ3T7vWNz55hiyRmk9lD5dPgBQlGbLAG {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #u2FudISDxlLzxUgUgxmNnLeOZUITtoJb { display:block; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #EeWUGRB422NAGNNds1WTRlERA7pFTRbr {  }
 }@media only screen and (max-width: 763px) { #PVUf27pno9XBkp1DMR7J14JSo9oSSh2N { display:block; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #TxeGb36QtJXDEudpHaH4oIT96JSDdgao {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #HHpBRm3K1GSWoNCVlfJ7506vC4kwSOER {  }
 }@media only screen and (max-width: 763px) { #hAadadwAmVGzKdTEI6nR4sWPiHkZVkTQ { width:15.375rem;height:1.9375rem;top:20.1875rem;left:32.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxTWgPkH1UCN4zKThSicqfZ3mTGiMPGS { top:10.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIHCZlK3TTWzT3AzwfkwNzAq8uoypw8J { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTq4I9Lr223zLsbQBCCBN7dTkyFEW8My { top:44.25rem;left:34.8125rem;width:12.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEIniz9MqlOUloGshcd5S923FaeCw0Ut { top:19.25rem;left:32.8125rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #okTK57kFuaIDMg85rc0TaHGZTPQsoxNe { top:46.9375rem;left:15.5625rem;width:6.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA0bX5hR9zb3TfSKug9rQnrMQZ2iht7W { top:46.6875rem;left:22rem;width:9.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvrOzETgMKcZN8en0HWp4oEmLNKdFLGB { top:50.0625rem;left:17.625rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK { display:block; }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUaZRhqCTnhQEhQsvmD4tucfy6SzA1Pf { width:14.0625rem;height:2.875rem;top:8.0625rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT7lfqkroi1lIJZxQ5XgZV0trTmRRcqL { width:6.1875rem;height:3.25rem;top:13rem;left:41.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSBZe6ILrzXfvzoQ2B8h2P5tto2i6dik { width:12.625rem;height:1.5rem;top:13.8125rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJnTZENQn1ve2nRSw5Ke3rJEVtiZVNm3 { top:16.125rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAXtuAzPKcOimdn2xPNqbI0TyNxVVoT1 { top:16.6875rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrT7Tychoy83uuHR5bRIkRhqHib7WXzT { display:block; }
 }@media only screen and (max-width: 763px) { #shO6kpDNRBtJaqzlSDQ1IgfHQsSbnIDU { top:5.5625rem;left:34.6875rem;width:13.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxfQv4MOhJu9vttVdZCn1xrWl3aAB8SV { top:0.375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPUvuCQ1Z42f136T7FBTM8AEgJV5R2W0 { top:3.1875rem;left:17rem;width:13.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppeBTeBlOq3USNIn9lu70e2hmhtB2ieD { width:14.0625rem;height:;top:8.0625rem;left:18.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDfRIXWt4vBaQCPXHfe0TDtlBtbD4hTs { top:5.5625rem;left:19.3125rem;width:13.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZQ7wTJltKcZAhkDx08lX54d8q50MkMk { width:12.625rem;height:1.5rem;top:13.8125rem;left:18.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xId22EuHcFhrs4OlvPVJaHvBC4hDKrL2 { top:16.125rem;left:21rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkrKL6MNss0s0R0XSstkMFKgTOfJKy95 { top:16.6875rem;left:20.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6yIqNJXXNWFLC5V2LbmTWMHDoTaIn2w { display:block; }
 }@media only screen and (max-width: 763px) { #EweTbP40ViTSq7qZA3ExIGQ0H1DF923u { width:6.1875rem;height:3.25rem;top:13rem;left:25.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOGQOGoc1i7LERvEowCueK7FTcBhCEUI { width:14.0625rem;height:;top:8.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXe4TK99mTHC5kJcUA2kzACb8uAfIOyd { top:5.5625rem;left:0rem;width:13.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLbuavJWS0zK63sooTURMVNCBy7qW8l { width:6.1875rem;height:3.25rem;top:13rem;left:3.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGrbUaCTTnczczdKT45lMGvty1MOg2RW { width:12.625rem;height:1.5rem;top:13.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxSBzdXh1Soe1UWsxuwpCT299NWMVOae { top:16.125rem;left:0rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAMN8e9EdlNmVa4NMm7tXHrZm1PcGFWZ { top:16.6875rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTCkJmEcTGg8smDFDlqr0pnTWrDM2dN { display:block; }
 }@media only screen and (max-width: 763px) { #CZh7DGlcwcNUscCTTbx3E2yvO91zgxc5 { width:14.0625rem;height:;top:26.125rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2htgte2TKnCZgpeDEErC8FuaNS7hKvr { top:23.625rem;left:19.6875rem;width:13.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy28hV3TVmN4b4EFChqhxZhizoZFBz2p { width:6.1875rem;height:3.25rem;top:31.0625rem;left:25.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CExMdLXpl68QQ9d5Sn8Id7smwdMMViO7 { width:12.625rem;height:1.5rem;top:31.875rem;left:18.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcfavkUFTmvo1BiQsxRPeWRnQ3eaCbTB { top:34.1875rem;left:21.375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnlQPteETgDq39T6Zup3AwMpkkL5eUaW { top:34.75rem;left:20.5625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aguwI7pLR0GaWTWZAVbks103IPwhgKWc { display:block; }
 }@media only screen and (max-width: 763px) { #K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT { display:block; }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vz2ZSNTbAdzrRWykfg8g0b4k6HmcUB85 { width:47.75rem;height:3.25rem;top:0.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sK4ozUwzccI14uBlhTH6s1wRMDgb3AKq { top:9.875rem;left:26.6875rem;width:13.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI5caKiiAvMgWU4so58UTSyo9tGKZamt { top:10.75rem;left:21.6875rem;width:15.25rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDpwtewkDRZJIlrodvOtRlrI4VcXZMc5 { top:3.5rem;left:12.09375rem;width:13.8125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh3kzzKcD3qhbkTcqqgE0m56ZqHyqWwt { top:10.0625rem;left:36.6875rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf { display:block; }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r61QTWSgQU3Zc2XM05Gs1gZ6uFwsg71P { width:28.8125rem;height:2.5rem;top:1.4375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQlU1R7JUSuLfXOAGmbT6nspaQZJsJ9v { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #He2KHq8G6DfT5d5Sn6XmVFB0KcvCsh4O { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5UPJVbCpBX2kxPZSzDgmEozLVWCIuWX { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boy7kPTC2tU4cuCHDtc7UQuPRmMRgsKo { top:13rem;left:25.4375rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7OS1xQ8uw2ssBbKiJ6RygvXs5iZpJCt { width:47.75rem;height:4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP { display:block; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP { background-color: transparent; background-image: none; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container > .video-iframe-container { display: none; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row > .video-iframe-container { display: none; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .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); }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP { border-width: 0; border-radius: 0; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container > .video-iframe-container {  }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container { width:20rem;height:69.125rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gr7v4Q6g/landing_page_mobil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container.adaptive-delivery-prevent-bg, #n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container.lazyload, #n71msmqp4hl0Hd1hNybTx8xUh8T2V1IP > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-text {padding-top: 0; padding-bottom: 0;}#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-select {padding-top: 0; padding-bottom: 0;}#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe  { width:15rem;height:auto;top:36.8125rem;left:1.25rem; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe {display:block;}#A8f8LM94w4GQEvC8sODcr4dsz105IaCe { width:15rem;height:auto;top:36.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #UzPQMaxfF8JZhqZLovfyFbnqy4BsEvRD {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #VK8lzgCrBVpURPyROI309SzfhdmsD5gD { display:block; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #MZkzXxUG7KmPccwPwZuLHbtnTumtM5hQ {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #McHTf1uuByRQsOeNKKlzseGT1Wx5TzD1 {  }
#A8f8LM94w4GQEvC8sODcr4dsz105IaCe #McHTf1uuByRQsOeNKKlzseGT1Wx5TzD1 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #BPZZE0LAk9XCFSOcCSu1oUfvJ2Tp3Qgp { display:block; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #N5pqPrnbThGiktFVMHTeia8HT5xrzLI3 { z-index:2; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #lvryyM1BaWtRIICNEcVgIn2Fy6gfcHuc {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #B0Xv5HTikmyL3soicL2sXyZUwuS7A0eH { z-index:2; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #qN5Z551oCk3BvogUHEakfewns48tLb1i {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #PlfHWPmRMU24sKa5akEsbOK6psCu6GxR {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #udNWx39kPvTQbpT5D1Fok1R0Xy6po6KL { display:block; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #mRbdi3LWCzCuJSfLAtkVuGrEN4Tnu1dX {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #cOB0pOXPhINrTmT82ZFstQdMxfDIDgS8 {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #BqhoRzEVTLp7g5aGzU5VnmySKPM2XJ3k { display:block; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #rciKTkTPlwQDUbyymI3ooNchTuzUAEU3 {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #VQ3T7vWNz55hiyRmk9lD5dPgBQlGbLAG {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #u2FudISDxlLzxUgUgxmNnLeOZUITtoJb { display:block; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #EeWUGRB422NAGNNds1WTRlERA7pFTRbr {  }
 }@media only screen and (max-width: 763px) { #PVUf27pno9XBkp1DMR7J14JSo9oSSh2N { display:block; }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #TxeGb36QtJXDEudpHaH4oIT96JSDdgao {  }
 }@media only screen and (max-width: 763px) { #A8f8LM94w4GQEvC8sODcr4dsz105IaCe #HHpBRm3K1GSWoNCVlfJ7506vC4kwSOER {  }
 }@media only screen and (max-width: 763px) { #hAadadwAmVGzKdTEI6nR4sWPiHkZVkTQ { width:10.747375rem;height:1.8059875rem;top:35.032554626465rem;left:4.0638020634651rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WxTWgPkH1UCN4zKThSicqfZ3mTGiMPGS { width:17.3125rem;height:2.5996125rem;top:11rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIHCZlK3TTWzT3AzwfkwNzAq8uoypw8J { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTq4I9Lr223zLsbQBCCBN7dTkyFEW8My { width:10.375rem;height:3.875rem;top:58.375rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sEIniz9MqlOUloGshcd5S923FaeCw0Ut { width:10.125rem;height:2.1875rem;top:34.591148376465rem;left:4.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #okTK57kFuaIDMg85rc0TaHGZTPQsoxNe { width:6.625rem;height:2.6875rem;top:64.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA0bX5hR9zb3TfSKug9rQnrMQZ2iht7W { width:9.375rem;height:3.5rem;top:64.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvrOzETgMKcZN8en0HWp4oEmLNKdFLGB { width:10.5625rem;height:0.9746125rem;top:67.625rem;left:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(24,183,235,0.28));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(24,183,235,0.28));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(24,183,235,0.28));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(24,183,235,0.28));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#4718b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#4718b7eb' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(24,183,235,0.28));background-size:auto !important;display:block; }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row .container { background-color: transparent; background-image: none; }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row .container > .video-iframe-container { display: none; }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row > .video-iframe-container { display: none; }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .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); }#oSwuDBbdO1CRTlLAdBQFSQ0rqFLn3hsK > .row .container { width:20rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LUaZRhqCTnhQEhQsvmD4tucfy6SzA1Pf { width:12.625rem;height:3.25rem;top:7.25rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #rT7lfqkroi1lIJZxQ5XgZV0trTmRRcqL { width:3.75rem;height:1.79980625rem;top:12.9375rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSBZe6ILrzXfvzoQ2B8h2P5tto2i6dik { width:12.625rem;height:1.54296875rem;top:12.75rem;left:3.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #JJnTZENQn1ve2nRSw5Ke3rJEVtiZVNm3 { width:10.3125rem;height:3.75rem;top:15.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAXtuAzPKcOimdn2xPNqbI0TyNxVVoT1 { top:16rem;left:4.625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrT7Tychoy83uuHR5bRIkRhqHib7WXzT { display:block; }
 }@media only screen and (max-width: 763px) { #shO6kpDNRBtJaqzlSDQ1IgfHQsSbnIDU { width:13.0625rem;height:16.125rem;top:5.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxfQv4MOhJu9vttVdZCn1xrWl3aAB8SV { width:20rem;height:5.199225rem;top:0.5244140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPUvuCQ1Z42f136T7FBTM8AEgJV5R2W0 { width:13.5rem;height:1.3808625rem;top:3.1865234375rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppeBTeBlOq3USNIn9lu70e2hmhtB2ieD { width:14.0625rem;height:4.875rem;top:42.5rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #uDfRIXWt4vBaQCPXHfe0TDtlBtbD4hTs { width:13.0625rem;height:16.125rem;top:40.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZQ7wTJltKcZAhkDx08lX54d8q50MkMk { width:12.625rem;height:1.54296875rem;top:48.75rem;left:2.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #xId22EuHcFhrs4OlvPVJaHvBC4hDKrL2 { width:10.3125rem;height:3.75rem;top:51.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkrKL6MNss0s0R0XSstkMFKgTOfJKy95 { top:52.25rem;left:4.9375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6yIqNJXXNWFLC5V2LbmTWMHDoTaIn2w { display:block; }
 }@media only screen and (max-width: 763px) { #EweTbP40ViTSq7qZA3ExIGQ0H1DF923u { width:6.1875rem;height:1.79980625rem;top:48.75rem;left:8.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOGQOGoc1i7LERvEowCueK7FTcBhCEUI { width:14.0625rem;height:1.625rem;top:25.75rem;left:3.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #QXe4TK99mTHC5kJcUA2kzACb8uAfIOyd { width:13.0625rem;height:16.125rem;top:23rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLbuavJWS0zK63sooTURMVNCBy7qW8l { width:6.1875rem;height:1.79980625rem;top:30.5rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGrbUaCTTnczczdKT45lMGvty1MOg2RW { width:12.625rem;height:1.54296875rem;top:30.3125rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #hxSBzdXh1Soe1UWsxuwpCT299NWMVOae { width:10.3125rem;height:3.75rem;top:34.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAMN8e9EdlNmVa4NMm7tXHrZm1PcGFWZ { top:34.75rem;left:4.8125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTCkJmEcTGg8smDFDlqr0pnTWrDM2dN { display:block; }
 }@media only screen and (max-width: 763px) { #CZh7DGlcwcNUscCTTbx3E2yvO91zgxc5 { width:14.0625rem;height:3.25rem;top:61.3125rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #p2htgte2TKnCZgpeDEErC8FuaNS7hKvr { width:13.0625rem;height:16.125rem;top:58.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy28hV3TVmN4b4EFChqhxZhizoZFBz2p { width:6.1875rem;height:1.79980625rem;top:66rem;left:8.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CExMdLXpl68QQ9d5Sn8Id7smwdMMViO7 { width:12.625rem;height:1.54296875rem;top:66rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #DcfavkUFTmvo1BiQsxRPeWRnQ3eaCbTB { width:10.3125rem;height:3.75rem;top:69.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnlQPteETgDq39T6Zup3AwMpkkL5eUaW { top:69.75rem;left:4.875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aguwI7pLR0GaWTWZAVbks103IPwhgKWc { display:block; }
 }@media only screen and (max-width: 763px) { #K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT { background-color:rgba(24,183,235,0.25);background-image:none;display:block; }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row .container { background-color: transparent; background-image: none; }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row .container > .video-iframe-container { display: none; }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row > .video-iframe-container { display: none; }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .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); }#K5ysHVuCES67vAoH5OnKG5aizJ2mFOoT > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vz2ZSNTbAdzrRWykfg8g0b4k6HmcUB85 { width:19.9995rem;height:5.25rem;top:0.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:2;color:#cbdfea;display:block; }
 }@media only screen and (max-width: 763px) { #sK4ozUwzccI14uBlhTH6s1wRMDgb3AKq { width:14.9375rem;height:4.0625rem;top:5.8115234375rem;left:2.53125rem;background-color:#0f86a9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yI5caKiiAvMgWU4so58UTSyo9tGKZamt { width:20rem;height:6.375rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDpwtewkDRZJIlrodvOtRlrI4VcXZMc5 { width:13.8125rem;height:20.3125rem;top:10.0615234375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh3kzzKcD3qhbkTcqqgE0m56ZqHyqWwt { width:3.686525rem;height:3.686525rem;top:5.8115234375rem;left:13.84375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffeae3, #0f86a9);background-image: -moz-linear-gradient(top, #ffeae3, #0f86a9);background-image: -ms-linear-gradient(top, #ffeae3, #0f86a9);background-image: -o-linear-gradient(top, #ffeae3, #0f86a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeae3', endColorstr='#0f86a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeae3', endColorstr='#0f86a9' );";background-image: linear-gradient(to bottom, #ffeae3, #0f86a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row .container { background-color: transparent; background-image: none; }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row .container > .video-iframe-container { display: none; }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row > .video-iframe-container { display: none; }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .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); }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row .container { border-width: 0; border-radius: 0; }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row > .video-iframe-container {  }#fbQ1McsmOyNs5wKXUiDKIIcMJeBmHeBf > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r61QTWSgQU3Zc2XM05Gs1gZ6uFwsg71P { width:16.6875rem;height:1.51171875rem;top:1.4375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQlU1R7JUSuLfXOAGmbT6nspaQZJsJ9v { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #He2KHq8G6DfT5d5Sn6XmVFB0KcvCsh4O { width:17.6875rem;height:3.19921875rem;top:4.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5UPJVbCpBX2kxPZSzDgmEozLVWCIuWX { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #boy7kPTC2tU4cuCHDtc7UQuPRmMRgsKo { width:19.4365rem;height:1.29980625rem;top:13.4345703125rem;left:0.40625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t7OS1xQ8uw2ssBbKiJ6RygvXs5iZpJCt { width:18.9375rem;height:4.79883125rem;top:9.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }