.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); }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM.adaptive-delivery-prevent-bg, #uFTmNIWtMURDgh4rovt9bD7DmauftvqM.lazyload, #uFTmNIWtMURDgh4rovt9bD7DmauftvqM.lazyloading { background-image: none; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container { background-color: transparent; background-image: none; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container > .video-iframe-container { display: none; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row > .video-iframe-container { display: none; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .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); }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container { border-width: 0; border-radius: 0; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row > .video-iframe-container {  }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container { font-size:14px;font-family:arial;height:815px;width:960px;position:relative;display:block; }#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-form-header {  }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#000000;width:273px;padding-top:0;padding-right:0;padding-bottom:5px;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; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:273px;box-sizing:border-box;height:32px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-text {padding-top: 0; padding-bottom: 0;}#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:273px;box-sizing:border-box;height:47px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:273px;box-sizing:border-box;height:45px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-select {padding-top: 0; padding-bottom: 0;}#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:21px;font-weight:bold;color:#f2f9ff;width:273px;height:65px;font-family:cairo;overflow:hidden;box-shadow: 1px 1px 30px rgba(255,255,255,0.5) ; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .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:11px;font-weight:300;color:#000000;vertical-align:top;width:254px;overflow:hidden;font-style:normal; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:cairo;font-size:12px;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-container:first-of-type{padding-top:0;}#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-container:last-of-type{padding-bottom:0;}#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:273px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:570px;top:232px;z-index:15028;position:absolute; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:273px;display:block;vertical-align:top; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;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; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV {display:block;}#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:273px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:570px;top:232px;z-index:15028;position:absolute; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #QfhcDWc8fp79GcE9dOlToBc70skTZwkd { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #FxfqSE5rlcGSlzvShc5JV3EIMLTRnmL6 { position:relative;display:block; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #cnaqk6T63rTSekMy4ZA8veZKnQ3unTRW { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #tQg2VT6tMT4aVKrrVIkaUiqAhIy6l7eQ { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #tQg2VT6tMT4aVKrrVIkaUiqAhIy6l7eQ .container-column{width:50%;}#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #OxzdhC6iCno5Z75CSDFuhHbcsssO8Vly { position:relative;display:block; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #TnQxUBOVTKndWLXX0p64O65chwhHxIVL { position:relative;z-index:2; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #zOfzEuE32seLGcgUmSvsZCmN5HEpVJfM { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #E4Mca7FBxB0bMWd84BcbhHukS079Fsuy { position:relative;z-index:2; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #V9dHwpzHULvFhUSXt1daOVXvW3qtOZvs { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #yzCr3l9KJC9uxgcBpSotiT226vanlnMp { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #HMznm4hkHrbRu5rdkXp6twIoS9OOMEvi { position:relative;display:block; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #kWJ5mGDdRhvgXPs3wydBs2ryk8uoOp20 { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #JucwUlKStv8Bd57fyD5Ue3lh7zEP8GGZ { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #qgFwAPSqVqLGDTxrGMHeriOOgTkl0Rc6 { position:relative;display:block; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #PEUVUEGNmSw3LhiAcugokJ8BUpuaFTTs { position:relative; }
#FnUKH97eLHMX3UNs5FtdRKag3kKCL2Kf { position:relative;display:block; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #LA1uwHE5Hcyz2JqdhuEp4zZNZSZi5HGH { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #FRx3wMQK8fwWeBaSAlMSrSrWX8UU5Nuk { position:relative;display:block; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #ZVh7RN4lWfeXm7QaXViq7nBxMaz3QC4o { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #vK24lo5w4K3iFcyAZ3N4NqLnStx3Gmpr { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #sXWfSpCviHllNd8dcKTSeKbJn5K4Ttuc { position:relative;display:block; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #UoOb88FVkKSlhrcJErTRyW4HmPQTBFMF { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #ECLndT7yhbDedBihAseidc3Wr7DNHn8D { position:relative; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #cRZ4eGDLWJdufHb5KHdoOeLblyukdyc9 { position:relative; }
#NTMVGnyccpfU5QSV3VXXUOAOvCc8D1sA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:375px;top:825.00003051758px;left:0px;overflow:hidden;display:none; }
#p7PHEl9cqTtmolVANTzLh32JSA55Aocv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57.9972px;width:155px;top:610px;left:642px;overflow:hidden;display:block; }
#kK2uLDFfoDATWXct2odrdakaaaBrDonh { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.9972px;width:105.994px;top:738px;left:705px;overflow:hidden;display:block; }
#I5ASXoaT9fam6w1pCAITSbZTWRgrNyTC { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56px;width:150px;top:738px;left:810px;overflow:hidden;display:block; }
#GqZyUp5b5amrE2ZzHhEDLgt0nDFDupdp { color:#0e849e;display:block;width:169px;position:absolute;font-family:cairo;font-size:12px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:792px;left:740px;height:15.5966px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I { position:relative;display:block; }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I { background-color: transparent; background-image: none; }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row .container > .video-iframe-container { display: none; }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row > .video-iframe-container { display: none; }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .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); }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I { border-width: 0; border-radius: 0; }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row .container > .video-iframe-container {  }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row .container { 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;font-size:14px;font-family:arial;height:366px;width:960px;position:relative;display:block; }#dad6DGAOIrEGLLRcJgC2IdeGaH9kTxfT { color:#00308a;display:block;width:175px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:138px;left:740px;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SQoAp6x7xA82BVXERnUq45LqVmgZt6B1 { color:#0f86a9;display:block;width:201.989px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:100px;left:378.99147033691px;height:23.3949px;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; }
#en6DJZc46mFElL78DnrbOATM90yJAQaW { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:308px;width:250px;top:32px;left:357px;overflow:hidden;display:block; }
#JQWRGWAI25xE16zQfUTyxT7SD1uoTtN0 { color:#ef4b15;display:block;width:92.9972px;position:absolute;font-family:cairo;font-size:33px;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:156.59091186523px;left:466.96022033691px;height:52.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTRaXdwbUbxtRUmWLRUcuZywFIJF0rdA { color:#383838;display:block;width:201.989px;position:absolute;font-family:cairo;font-size:19px;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:170.625px;left:352.98863220215px;height:24.7031px;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; }
#Aldo8TKqT7OFXfihxnJkcKg6GZcyDcZW { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:165px;top:232.99716186523px;left:397.50001525879px;overflow:hidden;display:block; }
#JgK0UbaDAo4LXf5Zm945Fanr3nOKr5Iu { z-index:15100;top:242.99716186523px;left:388.99147033691px;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:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:181.989px;height:40px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G46eW9QsFuUJodERon4zXkweT9J2G6dU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO { position:relative;display:block; }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO { background-color: transparent; background-image: none; }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row .container > .video-iframe-container { display: none; }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row > .video-iframe-container { display: none; }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .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); }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO { border-width: 0; border-radius: 0; }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row .container > .video-iframe-container {  }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row .container { 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;font-size:14px;font-family:arial;height:366px;width:960px;position:relative;display:block; }#XXm6QghMTritZPkJRGvsZ49KJbiBTkww { color:#00308a;display:block;width:175px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:138px;left:740px;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#H6OxbTL8eyeyxTkHzn4plM6TIdWCQlwD { color:#0f86a9;display:block;width:201.989px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:100px;left:378.99147033691px;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; }
#H1TAn0ARMqFvVJslnTJvtTSmTM93dH4Q { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:308px;width:250px;top:32px;left:357px;overflow:hidden;display:block; }
#WJ2Wm6lLKvsWOxnXKZQ1ReZJxTeSo50w { color:#ef4b15;display:block;width:92.9972px;position:absolute;font-family:cairo;font-size:33px;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:156.59091186523px;left:466.96022033691px;height:52.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uhNkPv9LBgm6ZT7D8WPUUen8i8OQImZQ { color:#383838;display:block;width:201.989px;position:absolute;font-family:cairo;font-size:19px;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:170.625px;left:352.98863220215px;height:24.7031px;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; }
#ZgLKW4K7bOk1B7vEPlgiLOO0bnEIoe1B { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:165px;top:232.99716186523px;left:397.50001525879px;overflow:hidden;display:block; }
#kTxhnnUTTh26ZDSFc4zPu6kRbe12oPT0 { z-index:15100;top:242.99716186523px;left:388.99147033691px;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:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:181.989px;height:40px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cM9VDqmCTqWxnUgNKulHfAGVZBO8QaKl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ { position:relative;display:block; }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ { background-color: transparent; background-image: none; }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row .container > .video-iframe-container { display: none; }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row > .video-iframe-container { display: none; }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .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); }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ { border-width: 0; border-radius: 0; }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row .container > .video-iframe-container {  }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row .container { 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;font-size:14px;font-family:arial;height:366px;width:960px;position:relative;display:block; }#xws5DwpAnJtf32Lx2P4U2HHJS6B2hT2m { color:#00308a;display:block;width:175px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:138px;left:740px;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mRBTsyhsz0ZWhimbrEgZcAJIo4TXwLTK { color:#0f86a9;display:block;width:201.989px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:100px;left:378.99147033691px;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; }
#XlmEEvSKcc5nLeQ7XEolnyeAXFAffv5P { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:308px;width:250px;top:32px;left:357px;overflow:hidden;display:block; }
#Nzq9X9SbsGr0DO6fS8WTXeKePIJ5JA51 { color:#ef4b15;display:block;width:92.9972px;position:absolute;font-family:cairo;font-size:33px;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:156.59091186523px;left:466.96022033691px;height:52.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qPtTExnUF6hBeBK0xgOs2rTm2xlcmtaS { color:#383838;display:block;width:201.989px;position:absolute;font-family:cairo;font-size:19px;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:170.625px;left:352.98863220215px;height:24.7031px;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; }
#M9MvN5kIZOgvmxbE5NOxlCexRJx4wEZf { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:165px;top:232.99716186523px;left:397.50001525879px;overflow:hidden;display:block; }
#D0PKF2JLwR9cRmPfag8ulrvo4fZS4bNz { z-index:15100;top:242.99716186523px;left:388.99147033691px;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:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:181.989px;height:40px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#G62vPqi5ZZs41cw2CUbt2lUTO7XKdW45 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.adaptive-delivery-prevent-bg, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyload, #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh.lazyloading { background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { background-color: transparent; background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .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); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { border-width: 0; border-radius: 0; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container {  }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { font-size:14px;font-family:arial;height:460px;width:960px;position:relative;display:block; }#i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { color:#000000;display:block;width:465px;position:absolute;font-family:cairo;font-size:34px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:50.000002622604px;left:465px;height:44.2031px;font-style:normal;display:block; }
#dqr90JZgVVEFqa57znLf98B1FzW0d8At { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:355px;top:108px;left:575px;display:block; }
#cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { color:#707b8b;display:block;width:333px;position:absolute;font-family:cairo;font-size:14px;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:127px;left:595px;height:118.828px;text-align:justify;text-align-last:initial;display:block; }
#oORaus8Z4CeufPtAJFEcz0TCu3ddAFNe { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:317.00002288818px;left:895px;display:block; }
#UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { position:absolute;display:block;z-index:15004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3px;width:68px;top:107.97917175293px;left:862px;display:block; }
#xvtK5PKk5ONTQseJWkq79JNI2MUqnSDi { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:319.00002288818px;left:896px;display:block; }
#eaJk9HJV1gfptiZDya92wN7KOGFOtAOG { color:#000814;display:block;width:457px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:275.00000762939px;left:473px;height:28.8021px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#si1IVEm3eUvofgz9cyhBSuDz4LTckgpy { color:#707b8b;display:block;width:332px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:307.00002288818px;left:552px;height:43.2188px;text-align:right;text-align-last:right;display:block; }
#MhJy6W4B7ehdWrev4Q9RAAd17rWvOn7m { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:353.00002288818px;left:897px;display:block; }
#ZXdlhGDNoTNEAxJQnxskm07vDITMtZQX { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:352.00002288818px;left:895px;display:block; }
#TZK0BHwTzDbVRQdr6oWxr0cI8M0Iuaqh { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:390.00002288818px;left:897px;display:block; }
#A7yxmX0c3h64GwAnQRVd08Gis9bQzlkw { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:388.00002288818px;left:895px;display:block; }
#WUWySFnMFo8ZETXmAQT9Zxevc6cI9LS7 { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:344.00002288818px;left:702px;height:43.2188px;text-align:right;text-align-last:right;display:block; }
#FV0COmXCSeFyecFZoKb51dFeCNT9Q2Tq { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:416.00002288818px;left:702px;height:43.2188px;text-align:right;text-align-last:right;display:block; }
#n6VLaGaaN0Bkb6vN8bIlZsxlnZF7V8w4 { box-sizing:content-box;color:#1b57c7;font-size:19px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:424.66667938232px;left:897px;display:block; }
#aHzQ4Q4VAoLDVp1Qo3hpIU4m9ob6eZQM { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:60px;border-top-right-radius:60px;border-bottom-left-radius:60px;border-bottom-right-radius:60px;box-shadow: 1px 3px 8px rgba(0,0,0,0.1) ;height:30px;width:30px;top:422.66667938232px;left:895px;display:block; }
#qwcV72kxCBo0k0HATKSgz6cpsvEiqSDw { color:#707b8b;display:block;width:182px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:381.00002288818px;left:702px;height:43.2188px;text-align:right;text-align-last:right;display:block; }
#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fab419, #00308a);background-image: -moz-linear-gradient(180deg, #fab419, #00308a);background-image: -ms-linear-gradient(180deg, #fab419, #00308a);background-image: -o-linear-gradient(180deg, #fab419, #00308a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );";background-image: linear-gradient(180deg, #fab419, #00308a);background-size:initial !important;position:relative;display:block; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { background-color: transparent; background-image: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container > .video-iframe-container { display: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container { display: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .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); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { border-width: 0; border-radius: 0; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container {  }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { font-size:14px;font-family:arial;height:322px;width:960px;position:relative;display:block; }#XgfHOyAGWlTkqpshN9JIOFpCePPAf9Wd { color:#000000;display:block;width:461px;position:absolute;font-family:cairo;font-size:37px;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:23px;left:404px;height:40.7px;font-style:normal;display:block; }
#mJ8pFyw1Qz5HVSIJAbFRSerqP2PxpsLR { color:#434343;display:block;width:169px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:299px;left:158px;height:32px;font-style:normal;display:none; }
#UTxgKESBrDHqChRhzacVzt41ryxihwSi { color:#ffffff;display:block;width:721px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:90px;left:94px;height:31.9688px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cK9H3AzqOtbQfekVrTeQDn8XGrhs9W9T { box-sizing:content-box;color:#434343;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:290px;left:96px;display:none; }
#i3ITwtbTlPHFS89LSl2Tua7wM2BTl4TX { box-sizing:content-box;color:#b20129;font-size:41px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:122px;left:807px;display:block; }
#hXAJWVRotJa64N4N4KKk048ezsBTQtsk { color:#ffffff;display:block;width:311px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:291.5px;left:649px;height:20.7969px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CObpcszWioUIOVWZcaAsr0qzBzaLQwh9 { color:#ffffff;display:block;width:779px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:144px;left:37px;height:63.9376px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#o3UEcle40vRpxxTOLXNsLdlqMHWUS9l9 { box-sizing:content-box;color:#b20129;font-size:41px;font-weight:400;line-height:1;height:59px;width:59px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:76.5px;left:807px;display:block; }
#f2qAi0rcsXiRgCFTQvUS0hIXpKCTDtHS { color:#055a87;display:block;width:309px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:222px;left:517px;height:28.8021px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KgmaV8NyxgRU99ETe210iX17DsGndgg5 { position:absolute;display:block;z-index:14999;background-color:#ececec;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:14px;border-top-right-radius:14px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;height:47px;width:323px;top:213px;left:515px;display:block; }
#iv73NNeaTPshf9vTFbvrxezk2UsCN1Il { box-sizing:content-box;color:#ffeae3;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:211px;left:419px;display:block; }
#HFHryepyBeva0e5gfTVX4ycOS0Hzv4I2 { box-sizing:content-box;color:#ffeae3;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:211px;left:355px;display:block; }
#GcynThua6xWcpQNT6T9NTCnUbiCJCT4s { box-sizing:content-box;color:#ffeae3;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:211px;left:289px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uFTmNIWtMURDgh4rovt9bD7DmauftvqM { display:block; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-regular-label { display:block; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV  { width:240px;height:auto; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV {display:block;}#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #QfhcDWc8fp79GcE9dOlToBc70skTZwkd {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #FxfqSE5rlcGSlzvShc5JV3EIMLTRnmL6 { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #cnaqk6T63rTSekMy4ZA8veZKnQ3unTRW {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #tQg2VT6tMT4aVKrrVIkaUiqAhIy6l7eQ {  }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #tQg2VT6tMT4aVKrrVIkaUiqAhIy6l7eQ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #OxzdhC6iCno5Z75CSDFuhHbcsssO8Vly { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #TnQxUBOVTKndWLXX0p64O65chwhHxIVL { z-index:2; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #zOfzEuE32seLGcgUmSvsZCmN5HEpVJfM {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #E4Mca7FBxB0bMWd84BcbhHukS079Fsuy { z-index:2; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #V9dHwpzHULvFhUSXt1daOVXvW3qtOZvs {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #yzCr3l9KJC9uxgcBpSotiT226vanlnMp {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #HMznm4hkHrbRu5rdkXp6twIoS9OOMEvi { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #kWJ5mGDdRhvgXPs3wydBs2ryk8uoOp20 {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #JucwUlKStv8Bd57fyD5Ue3lh7zEP8GGZ {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #qgFwAPSqVqLGDTxrGMHeriOOgTkl0Rc6 { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #PEUVUEGNmSw3LhiAcugokJ8BUpuaFTTs {  }
 }@media only screen and (max-width: 763px) { #FnUKH97eLHMX3UNs5FtdRKag3kKCL2Kf { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #LA1uwHE5Hcyz2JqdhuEp4zZNZSZi5HGH {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #FRx3wMQK8fwWeBaSAlMSrSrWX8UU5Nuk { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #ZVh7RN4lWfeXm7QaXViq7nBxMaz3QC4o {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #vK24lo5w4K3iFcyAZ3N4NqLnStx3Gmpr {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #sXWfSpCviHllNd8dcKTSeKbJn5K4Ttuc { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #UoOb88FVkKSlhrcJErTRyW4HmPQTBFMF {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #ECLndT7yhbDedBihAseidc3Wr7DNHn8D {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #cRZ4eGDLWJdufHb5KHdoOeLblyukdyc9 {  }
 }@media only screen and (max-width: 763px) { #NTMVGnyccpfU5QSV3VXXUOAOvCc8D1sA { top:825px;left:0px;width:375px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #p7PHEl9cqTtmolVANTzLh32JSA55Aocv { top:610px;left:544px;width:154px;height:57.613280685455px;display:block; }
 }@media only screen and (max-width: 763px) { #kK2uLDFfoDATWXct2odrdakaaaBrDonh { top:738px;left:607px;width:105px;height:42.593977017567px;display:block; }
 }@media only screen and (max-width: 763px) { #I5ASXoaT9fam6w1pCAITSbZTWRgrNyTC { top:738px;left:614px;width:150px;height:55.9943px;display:block; }
 }@media only screen and (max-width: 763px) { #GqZyUp5b5amrE2ZzHhEDLgt0nDFDupdp { top:792px;left:596px;width:168px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I { display:block; }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dad6DGAOIrEGLLRcJgC2IdeGaH9kTxfT { top:138px;left:589px;width:175px;height:0;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SQoAp6x7xA82BVXERnUq45LqVmgZt6B1 { width:201px;height:23px;top:100px;left:280.99147033691px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #en6DJZc46mFElL78DnrbOATM90yJAQaW { top:32px;left:259px;width:250px;height:308px;display:block; }
 }@media only screen and (max-width: 763px) { #JQWRGWAI25xE16zQfUTyxT7SD1uoTtN0 { width:92px;height:52px;top:156px;left:368.9453125px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #GTRaXdwbUbxtRUmWLRUcuZywFIJF0rdA { width:201px;height:24px;top:170px;left:254.98863220215px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Aldo8TKqT7OFXfihxnJkcKg6GZcyDcZW { top:232px;left:299.50001525879px;width:165px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #JgK0UbaDAo4LXf5Zm945Fanr3nOKr5Iu { top:242px;left:290.99147033691px;width:181px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #G46eW9QsFuUJodERon4zXkweT9J2G6dU { display:block; }
 }@media only screen and (max-width: 763px) { #wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO { display:block; }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXm6QghMTritZPkJRGvsZ49KJbiBTkww { top:138px;left:589px;width:175px;height:0;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #H6OxbTL8eyeyxTkHzn4plM6TIdWCQlwD { width:201px;height:;top:99px;left:280.984375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #H1TAn0ARMqFvVJslnTJvtTSmTM93dH4Q { top:32px;left:259px;width:250px;height:308px;display:block; }
 }@media only screen and (max-width: 763px) { #WJ2Wm6lLKvsWOxnXKZQ1ReZJxTeSo50w { width:92px;height:52px;top:156px;left:368.9453125px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #uhNkPv9LBgm6ZT7D8WPUUen8i8OQImZQ { width:201px;height:24px;top:170px;left:254.98863220215px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ZgLKW4K7bOk1B7vEPlgiLOO0bnEIoe1B { top:232px;left:299.50001525879px;width:165px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #kTxhnnUTTh26ZDSFc4zPu6kRbe12oPT0 { top:242px;left:290.99147033691px;width:181px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #cM9VDqmCTqWxnUgNKulHfAGVZBO8QaKl { display:block; }
 }@media only screen and (max-width: 763px) { #TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ { display:block; }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xws5DwpAnJtf32Lx2P4U2HHJS6B2hT2m { top:138px;left:589px;width:175px;height:0;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mRBTsyhsz0ZWhimbrEgZcAJIo4TXwLTK { width:201px;height:;top:99px;left:280.984375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XlmEEvSKcc5nLeQ7XEolnyeAXFAffv5P { top:32px;left:259px;width:250px;height:308px;display:block; }
 }@media only screen and (max-width: 763px) { #Nzq9X9SbsGr0DO6fS8WTXeKePIJ5JA51 { width:92px;height:52px;top:156px;left:368.9453125px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #qPtTExnUF6hBeBK0xgOs2rTm2xlcmtaS { width:201px;height:24px;top:170px;left:254.98863220215px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #M9MvN5kIZOgvmxbE5NOxlCexRJx4wEZf { top:232px;left:299.50001525879px;width:165px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #D0PKF2JLwR9cRmPfag8ulrvo4fZS4bNz { top:242px;left:290.99147033691px;width:181px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #G62vPqi5ZZs41cw2CUbt2lUTO7XKdW45 { display:block; }
 }@media only screen and (max-width: 763px) { #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { width:465px;height:44px;top:50px;left:299px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dqr90JZgVVEFqa57znLf98B1FzW0d8At { width:355px;height:3px;top:108px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { width:333px;height:115px;top:127px;left:431px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #oORaus8Z4CeufPtAJFEcz0TCu3ddAFNe { width:30px;height:30px;top:317px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { width:68px;height:3px;top:107px;left:696px;display:block; }
 }@media only screen and (max-width: 763px) { #xvtK5PKk5ONTQseJWkq79JNI2MUqnSDi { width:28px;height:28px;top:319px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #eaJk9HJV1gfptiZDya92wN7KOGFOtAOG { width:457px;height:28px;top:275px;left:307px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #si1IVEm3eUvofgz9cyhBSuDz4LTckgpy { width:332px;height:43px;top:307px;left:432px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MhJy6W4B7ehdWrev4Q9RAAd17rWvOn7m { width:28px;height:28px;top:353px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ZXdlhGDNoTNEAxJQnxskm07vDITMtZQX { width:30px;height:30px;top:352px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #TZK0BHwTzDbVRQdr6oWxr0cI8M0Iuaqh { width:28px;height:28px;top:390px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #A7yxmX0c3h64GwAnQRVd08Gis9bQzlkw { width:30px;height:30px;top:388px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #WUWySFnMFo8ZETXmAQT9Zxevc6cI9LS7 { width:182px;height:43px;top:344px;left:582px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FV0COmXCSeFyecFZoKb51dFeCNT9Q2Tq { width:182px;height:43px;top:416px;left:582px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #n6VLaGaaN0Bkb6vN8bIlZsxlnZF7V8w4 { width:28px;height:28px;top:424px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #aHzQ4Q4VAoLDVp1Qo3hpIU4m9ob6eZQM { width:30px;height:30px;top:422px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #qwcV72kxCBo0k0HATKSgz6cpsvEiqSDw { width:182px;height:43px;top:381px;left:582px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT { display:block; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgfHOyAGWlTkqpshN9JIOFpCePPAf9Wd { width:461px;height:40px;top:23px;left:303px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mJ8pFyw1Qz5HVSIJAbFRSerqP2PxpsLR { width:169px;height:32px;top:299px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UTxgKESBrDHqChRhzacVzt41ryxihwSi { width:721px;height:32px;top:90px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cK9H3AzqOtbQfekVrTeQDn8XGrhs9W9T { width:50px;height:50px;top:290px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #i3ITwtbTlPHFS89LSl2Tua7wM2BTl4TX { width:59px;height:59px;top:122px;left:705px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #hXAJWVRotJa64N4N4KKk048ezsBTQtsk { top:291px;left:453px;width:311px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CObpcszWioUIOVWZcaAsr0qzBzaLQwh9 { width:764px;height:64px;top:144px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #o3UEcle40vRpxxTOLXNsLdlqMHWUS9l9 { width:59px;height:59px;top:76px;left:705px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #f2qAi0rcsXiRgCFTQvUS0hIXpKCTDtHS { width:309px;height:56px;top:222px;left:419px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KgmaV8NyxgRU99ETe210iX17DsGndgg5 { top:213px;left:417px;width:323px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #iv73NNeaTPshf9vTFbvrxezk2UsCN1Il { top:211px;left:321px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HFHryepyBeva0e5gfTVX4ycOS0Hzv4I2 { top:211px;left:257px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GcynThua6xWcpQNT6T9NTCnUbiCJCT4s { top:211px;left:191px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uFTmNIWtMURDgh4rovt9bD7DmauftvqM { display:block; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM { background-color: transparent; background-image: none; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container > .video-iframe-container { display: none; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row > .video-iframe-container { display: none; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .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); }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM { border-width: 0; border-radius: 0; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container > .video-iframe-container {  }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container { width:320px;height:1050px;background-color:rgba(255,255,255,0.51);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; }#uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container.adaptive-delivery-prevent-bg, #uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container.lazyload, #uFTmNIWtMURDgh4rovt9bD7DmauftvqM > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-regular-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-text { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-text {padding-top: 0; padding-bottom: 0;}#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-textarea { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-select { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-select {padding-top: 0; padding-bottom: 0;}#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-input-button { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .widget-checkbox-label { width:221px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV  { width:240px;height:auto;top:506px;left:20px; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV .radio-container { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV {display:block;}#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV { width:240px;height:auto;top:506px;left:20px; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #QfhcDWc8fp79GcE9dOlToBc70skTZwkd {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #FxfqSE5rlcGSlzvShc5JV3EIMLTRnmL6 { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #cnaqk6T63rTSekMy4ZA8veZKnQ3unTRW {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #tQg2VT6tMT4aVKrrVIkaUiqAhIy6l7eQ {  }
#TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #tQg2VT6tMT4aVKrrVIkaUiqAhIy6l7eQ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #OxzdhC6iCno5Z75CSDFuhHbcsssO8Vly { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #TnQxUBOVTKndWLXX0p64O65chwhHxIVL { z-index:2; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #zOfzEuE32seLGcgUmSvsZCmN5HEpVJfM {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #E4Mca7FBxB0bMWd84BcbhHukS079Fsuy { z-index:2; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #V9dHwpzHULvFhUSXt1daOVXvW3qtOZvs {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #yzCr3l9KJC9uxgcBpSotiT226vanlnMp {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #HMznm4hkHrbRu5rdkXp6twIoS9OOMEvi { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #kWJ5mGDdRhvgXPs3wydBs2ryk8uoOp20 {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #JucwUlKStv8Bd57fyD5Ue3lh7zEP8GGZ {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #qgFwAPSqVqLGDTxrGMHeriOOgTkl0Rc6 { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #PEUVUEGNmSw3LhiAcugokJ8BUpuaFTTs {  }
 }@media only screen and (max-width: 763px) { #FnUKH97eLHMX3UNs5FtdRKag3kKCL2Kf { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #LA1uwHE5Hcyz2JqdhuEp4zZNZSZi5HGH {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #FRx3wMQK8fwWeBaSAlMSrSrWX8UU5Nuk { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #ZVh7RN4lWfeXm7QaXViq7nBxMaz3QC4o {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #vK24lo5w4K3iFcyAZ3N4NqLnStx3Gmpr {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #sXWfSpCviHllNd8dcKTSeKbJn5K4Ttuc { display:block; }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #UoOb88FVkKSlhrcJErTRyW4HmPQTBFMF {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #ECLndT7yhbDedBihAseidc3Wr7DNHn8D {  }
 }@media only screen and (max-width: 763px) { #TPhT3CT7sBwDwNTyBwwpCwEdZrDu8XUV #cRZ4eGDLWJdufHb5KHdoOeLblyukdyc9 {  }
 }@media only screen and (max-width: 763px) { #NTMVGnyccpfU5QSV3VXXUOAOvCc8D1sA { width:320px;height:85.333333333333px;top:1198px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #p7PHEl9cqTtmolVANTzLh32JSA55Aocv { width:166px;height:62px;top:886px;left:77px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kK2uLDFfoDATWXct2odrdakaaaBrDonh { width:106px;height:43px;top:989px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #I5ASXoaT9fam6w1pCAITSbZTWRgrNyTC { width:150px;height:56px;top:975px;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #GqZyUp5b5amrE2ZzHhEDLgt0nDFDupdp { width:169px;height:15.5859px;top:1032px;left:76px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row .container { background-color: transparent; background-image: none; }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row .container > .video-iframe-container { display: none; }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row > .video-iframe-container { display: none; }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .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); }#OX0pCMkXiAMMrLa4piTJ490O3iLk8H3I > .row .container { width:320px;height:333px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dad6DGAOIrEGLLRcJgC2IdeGaH9kTxfT { width:175px;height:0;top:588.12514804687px;left:80px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #SQoAp6x7xA82BVXERnUq45LqVmgZt6B1 { width:201.989px;height:25.9688px;top:77.982955932617px;left:58.977272987366px;text-align:center;text-align-last:center;line-height:1.3;font-size:20px;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #en6DJZc46mFElL78DnrbOATM90yJAQaW { width:250px;height:308px;top:15px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #JQWRGWAI25xE16zQfUTyxT7SD1uoTtN0 { width:60px;height:49.5938px;top:125.96589660645px;left:162.95453739166px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #GTRaXdwbUbxtRUmWLRUcuZywFIJF0rdA { width:201.989px;height:24.7031px;top:138.39488220215px;left:21.946022987366px;text-align:center;text-align-last:center;line-height:1.3;font-size:19px;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Aldo8TKqT7OFXfihxnJkcKg6GZcyDcZW { width:165px;height:60px;top:247px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #JgK0UbaDAo4LXf5Zm945Fanr3nOKr5Iu { top:257px;left:69px;width:182px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #G46eW9QsFuUJodERon4zXkweT9J2G6dU { display:block; }
 }@media only screen and (max-width: 763px) { #wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row .container { background-color: transparent; background-image: none; }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row .container > .video-iframe-container { display: none; }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row > .video-iframe-container { display: none; }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .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); }#wzp6CFsfxOusRqlXnw6h0ukwLmxo3ryO > .row .container { width:320px;height:333px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXm6QghMTritZPkJRGvsZ49KJbiBTkww { width:175px;height:0;top:588.12514804687px;left:80px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #H6OxbTL8eyeyxTkHzn4plM6TIdWCQlwD { width:201.989px;height:25.9688px;top:77.982955932617px;left:58.977272987366px;text-align:center;text-align-last:center;line-height:1.3;font-size:20px;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #H1TAn0ARMqFvVJslnTJvtTSmTM93dH4Q { width:250px;height:308px;top:15px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WJ2Wm6lLKvsWOxnXKZQ1ReZJxTeSo50w { width:60px;height:49.5938px;top:125.96589660645px;left:162.95453739166px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #uhNkPv9LBgm6ZT7D8WPUUen8i8OQImZQ { width:201.989px;height:24.7031px;top:138.39488220215px;left:21.946022987366px;text-align:center;text-align-last:center;line-height:1.3;font-size:19px;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ZgLKW4K7bOk1B7vEPlgiLOO0bnEIoe1B { width:165px;height:60px;top:247px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #kTxhnnUTTh26ZDSFc4zPu6kRbe12oPT0 { top:257px;left:69px;width:182px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #cM9VDqmCTqWxnUgNKulHfAGVZBO8QaKl { display:block; }
 }@media only screen and (max-width: 763px) { #TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row .container { background-color: transparent; background-image: none; }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row .container > .video-iframe-container { display: none; }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row > .video-iframe-container { display: none; }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .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); }#TUKxTTgTf9oZK0phqQEL9uq4EENI3nXZ > .row .container { width:320px;height:333px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xws5DwpAnJtf32Lx2P4U2HHJS6B2hT2m { width:175px;height:0;top:588.12514804687px;left:80px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #mRBTsyhsz0ZWhimbrEgZcAJIo4TXwLTK { width:201.989px;height:51.9375px;top:77.982955932617px;left:58.977272987366px;text-align:center;text-align-last:center;line-height:1.3;font-size:20px;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #XlmEEvSKcc5nLeQ7XEolnyeAXFAffv5P { width:250px;height:308px;top:15px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Nzq9X9SbsGr0DO6fS8WTXeKePIJ5JA51 { width:60px;height:49.5938px;top:125.96589660645px;left:162.95453739166px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #qPtTExnUF6hBeBK0xgOs2rTm2xlcmtaS { width:201.989px;height:24.7031px;top:138.39488220215px;left:21.946022987366px;text-align:center;text-align-last:center;line-height:1.3;font-size:19px;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #M9MvN5kIZOgvmxbE5NOxlCexRJx4wEZf { width:165px;height:60px;top:247px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #D0PKF2JLwR9cRmPfag8ulrvo4fZS4bNz { top:257px;left:69px;width:182px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #G62vPqi5ZZs41cw2CUbt2lUTO7XKdW45 { display:block; }
 }@media only screen and (max-width: 763px) { #LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh { background-color:transparent;background-image:none;display:block; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { background-color: transparent; background-image: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row > .video-iframe-container { display: none; }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .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); }#LfmNHVzd8ZpTIAB2ucRbKBKsqdonPZrh > .row .container { width:320px;height:345px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i4tpUrm6vVd7Xeg0VRsQA9f5hqJDirFa { width:264px;height:30px;top:6px;left:39.000000953674px;text-align:right;text-align-last:right;line-height:1.2;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dqr90JZgVVEFqa57znLf98B1FzW0d8At { width:234px;height:3px;top:42px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #cq7W87WlcHNg5HgtV4JX07TIhK1qIqLd { width:282px;height:90px;top:57px;left:21px;text-align:right;text-align-last:right;line-height:1.5;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #oORaus8Z4CeufPtAJFEcz0TCu3ddAFNe { width:25px;height:25px;top:218px;left:277px;display:none; }
 }@media only screen and (max-width: 763px) { #UeRcuirlWmDGiWxWv25CuKTAhsdBTcNH { width:68px;height:3px;top:42px;left:234.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #xvtK5PKk5ONTQseJWkq79JNI2MUqnSDi { width:20px;height:20px;top:221.5px;left:279.5px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #eaJk9HJV1gfptiZDya92wN7KOGFOtAOG { width:217px;height:29.9766px;top:176px;left:86px;text-align:right;text-align-last:right;line-height:1.5;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #si1IVEm3eUvofgz9cyhBSuDz4LTckgpy { width:249px;height:36.375px;top:211px;left:23px;text-align:right;text-align-last:right;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MhJy6W4B7ehdWrev4Q9RAAd17rWvOn7m { width:20px;height:20px;top:251px;left:281px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #ZXdlhGDNoTNEAxJQnxskm07vDITMtZQX { width:25px;height:25px;top:247px;left:278px;display:none; }
 }@media only screen and (max-width: 763px) { #TZK0BHwTzDbVRQdr6oWxr0cI8M0Iuaqh { width:20px;height:20px;top:282px;left:281px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #A7yxmX0c3h64GwAnQRVd08Gis9bQzlkw { width:25px;height:25px;top:277px;left:278px;display:none; }
 }@media only screen and (max-width: 763px) { #WUWySFnMFo8ZETXmAQT9Zxevc6cI9LS7 { width:161px;height:36.375px;top:241.5px;left:111px;text-align:right;text-align-last:right;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FV0COmXCSeFyecFZoKb51dFeCNT9Q2Tq { width:161px;height:36.375px;top:271px;left:111px;text-align:right;text-align-last:right;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #n6VLaGaaN0Bkb6vN8bIlZsxlnZF7V8w4 { width:20px;height:20px;top:311px;left:281px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #aHzQ4Q4VAoLDVp1Qo3hpIU4m9ob6eZQM { width:25px;height:25px;top:307px;left:278px;display:none; }
 }@media only screen and (max-width: 763px) { #qwcV72kxCBo0k0HATKSgz6cpsvEiqSDw { width:182px;height:36.375px;top:302px;left:89px;text-align:right;text-align-last:right;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { background-color: transparent; background-image: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container > .video-iframe-container { display: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container { display: none; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .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); }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { border-width: 0; border-radius: 0; }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row > .video-iframe-container {  }#Lycx5XBBsslDwN3gR18zOZlBbTcGRFbT > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgfHOyAGWlTkqpshN9JIOFpCePPAf9Wd { width:267px;height:24.1979px;top:28px;left:27.000000953674px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #mJ8pFyw1Qz5HVSIJAbFRSerqP2PxpsLR { width:320px;height:32px;top:379px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UTxgKESBrDHqChRhzacVzt41ryxihwSi { width:209px;height:76.7812px;top:70px;left:41.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cK9H3AzqOtbQfekVrTeQDn8XGrhs9W9T { width:50px;height:50px;top:415px;left:133px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #i3ITwtbTlPHFS89LSl2Tua7wM2BTl4TX { width:50px;height:50px;top:145px;left:249px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hXAJWVRotJa64N4N4KKk048ezsBTQtsk { width:311px;height:20.7891px;top:400.00003051758px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CObpcszWioUIOVWZcaAsr0qzBzaLQwh9 { width:238px;height:102.375px;top:157px;left:22px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #o3UEcle40vRpxxTOLXNsLdlqMHWUS9l9 { width:50px;height:50px;top:56px;left:248px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #f2qAi0rcsXiRgCFTQvUS0hIXpKCTDtHS { width:300.994px;height:27.2017px;top:268.87805175781px;left:0px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KgmaV8NyxgRU99ETe210iX17DsGndgg5 { width:287px;height:47px;top:259px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #iv73NNeaTPshf9vTFbvrxezk2UsCN1Il { width:50px;height:50px;top:325.97915649414px;left:233.00000476837px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HFHryepyBeva0e5gfTVX4ycOS0Hzv4I2 { width:50px;height:50px;top:326.47915649414px;left:134.50000476837px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #GcynThua6xWcpQNT6T9NTCnUbiCJCT4s { width:50px;height:50px;top:325.99984741211px;left:41.500000953674px;font-size:35px;display:block; }
 }