.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { position:relative;display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { background-color: transparent; background-image: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container > .video-iframe-container { display: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container { display: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .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); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { border-width: 0; border-radius: 0; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container > .video-iframe-container {  }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/uc/1e119270-46ce-466e-9434-9df9348b21d6/AFWLandingPageoption2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:14px;font-family:arial;height:731px;width:1200px;position:relative;display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.adaptive-delivery-prevent-bg, #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.lazyload, #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.lazyloading { background-image: none; }#hDHagbg95CmfvA7qLockbHy1PLFFOBsa { color:#0e849e;display:block;width:820px;position:absolute;font-family:cairo;font-size:21px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:157px;left:207.98294639587px;height:27.2969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2WUmHnAQrhSTUuF9KMn232MSgLTNBXM { 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:120px;overflow:hidden;display:none; }
#fhufoErpdeCm6TS303fNqZTysKx9ZPkN { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:106px;top:641px;left:196px;overflow:hidden;display:block; }
#PCVWDAlrT6W2s8SAPSaB988QrErUOTtX { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56px;width:150px;top:635px;left:302px;overflow:hidden;display:block; }
#tUnUVNP0aPac6GIWTJVMzdGEKdRvMJWy { 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:691px;left:229px;height:15.5966px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S3iW3aQxt7etMGC2on3BRfnaxa7rF7Ic { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:571.989px;width:600px;top:69.985794067383px;left:599.98578453064px;overflow:hidden;display:none; }
#WdvuIOLula4VB54IWSV35sNdRmTCerQ5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:31px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:213px;height:57px;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:614.94316101074px;left:498.49429893494px;display:none; }
#KUiT0PMSQOVOVdKUTgLXhP4dunhwPt33 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TVMST6TUt3vVyEGqywycNsCO5sH2OuXg { color:#002323;display:block;width:246px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:184.296875px;left:738px;height:31.1914px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x84Z2hn3rEKMlRxBSICveVSXlI82zI5o { position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:4px solid rgba(206,146,47,0.83);border-left:4px solid rgba(206,146,47,0.83);border-right:4px solid rgba(206,146,47,0.83);border-bottom:4px solid rgba(206,146,47,0.83);border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:52px;width:227px;top:174px;left:748px;display:block; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-form-header {  }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .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; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:30px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-input-text {padding-top: 0; padding-bottom: 0;}#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-textarea { background-color:#ffffff;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;width:273px;box-sizing:border-box;height:69px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .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; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-input-select {padding-top: 0; padding-bottom: 0;}#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .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; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .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; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .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; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .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; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .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; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-container:first-of-type{padding-top:0;}#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-container:last-of-type{padding-bottom:0;}#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk  { 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:717.96875px;top:221.984375px;z-index:15038;position:absolute; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:273px;display:block;vertical-align:top; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .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; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk {display:block;}#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk { 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:717.96875px;top:221.984375px;z-index:15038;position:absolute; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #EaIg7EuTEJSVIuOVf35WtAgK1A9ueI1k { position:relative; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #giKs8rlTbvtxVFt1HMMIQIsCgpH8Q1Nt { position:relative;display:block; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #Onq6fNrok9cuHfbZMzILzbeInU0VhfFB { position:relative; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #A0ECl5n4gqs25IGJyuyzlk0OIAOfrLia { position:relative; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #f03lfGIpA68POR1yqcKlMuRWHM0T9c3X { position:relative;display:block; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #lGeAtip0Kp34Rgb8ZJi4FDkWtepzFU3h { position:relative; }
#TNVDuaoa83rDHz0baI3NmuSxbXfwAhhK { position:relative;display:block; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #NKVEnma0rOa2c1o70lkTCFVtX11csTEQ { position:relative; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #NKVEnma0rOa2c1o70lkTCFVtX11csTEQ .container-column{width:50%;}#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #K95gwqFEfquIh2GtC0nthe2bT1fOJ7SW { position:relative;display:block; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #B8EJCBSegzQsq6QVls8P1y58fBxvwpOw { position:relative;z-index:2; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #EyeEL9wexDfDt83wUxtyZ7Ma3W4dLG8O { position:relative;display:block; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #QO715h2Mg6iDdmt4kctKsRCu4yViiC7T { position:relative;z-index:2; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #TS9Utwntdhg6DI9MhAeUmQwh8ud5oPd7 { position:relative;display:block; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #iC6GprNc5Hh11u9LiEfZZW5APHVwS1SX { position:relative; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #P3MSluoLlAzXP8gxOVz16FRonx7geFfK { position:relative;display:block; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #O0fn8gTqNyzGf6y7VGEkvCRiCWwoGyqh { position:relative; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #iNVwKJHVmwlVLmK5xSuhUmZ7LTdPIFw4 { position:relative; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #WHu0QcVzBnap6kWmCQ0VNFpQkHwGTPRq { position:relative;display:block; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #ErlxH6IKrdgpBzT2FqCOHrIvvlVOrnJ7 { position:relative; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #dPxagGIgkVZUKHCMvRfFA7PkwdVVgbVc { position:relative; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #Lw2BFWT4frwGky45GZhqDatQiUZBVsbN { position:relative;display:block; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #BeVaQHUFDFL0nT3NTcK8LLCybVToUcBN { position:relative; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #M1csN4T5a3xmTWeKuIv8lGpJ13dbvUKG { position:relative; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #vMA255HICV3JIESpDTt8HiKfgMUZeOg1 { position:relative; }
#bDZdw2blBw1rTxvNfCu7a864Ny6nWlCu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58px;width:155px;top:633.5px;left:804px;overflow:hidden;display:block; }
#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC { position:relative;display:block; }#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC { background-color: transparent; background-image: none; }#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC > .row .container > .video-iframe-container { display: none; }#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC > .row > .video-iframe-container { display: none; }#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC > .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); }#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC { border-width: 0; border-radius: 0; }#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC > .row .container > .video-iframe-container {  }#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.61));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.61));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.61));background-image: -o-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.61));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9b18b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9b18b7eb' );";background-image: linear-gradient(180deg, #ffffff, rgba(24,183,235,0.61));background-size:auto !important;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#yLVPqJizh3nZtNUz9H3xXJ7kOhsvVw9q { position:absolute;display:block;z-index:15150;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 24px rgba(0,0,0,0.5) ;height:100.994px;width:183.991px;top:15.980117797852px;left:957.9829158783px;overflow:hidden;display:block; }
#sKQFuhBtsdODTVMqyPmhu82gZ9MdSdaz { position:absolute;display:block;z-index:15125;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:165px;top:138px;left:967px;overflow:hidden;display:block; }
#Smap1mWMWkXo58eZ1FRF4fdVrvv2aXQT { z-index:15127;top:148px;left:959px;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:11px;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:181.989px;height:42px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xCu1NspeVmdTbTlfgvEOcEJ9Grv9FDPA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BtfZbPkWoZJ7PKX5xISABM48mqOfw6T1 { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 19px rgba(0,0,0,0.5) ;height:112px;width:152px;top:11.988632202148px;left:649.81531333923px;overflow:hidden;display:block; }
#fqm3uUK4cvTOS6uE13nPG0K4Nq3BtVkq { position:absolute;display:block;z-index:15127;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:165px;top:138px;left:643px;overflow:hidden;display:block; }
#exJAQyakUTlEsx3hdZpTCS6MqhoOENtC { z-index:15129;top:148px;left:635px;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:11px;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:181.989px;height:42px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CdPT4dMqQiivpeKQcGXEQi6L43dUdTZs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sfsfQQSmOzMARV7M58imxRv2ZUlCKo8G { position:absolute;display:block;z-index:15152;border-top:0;border-left:0;border-right:0;border-bottom:0;height:112.997px;width:170px;top:9.9573822021484px;left:348.33804893494px;overflow:hidden;display:block; }
#AaqMc6TwyUdBRrke3Kcov783saDutlnD { position:absolute;display:block;z-index:15129;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:165px;top:138px;left:367px;overflow:hidden;display:block; }
#qvMt6OR7EDiDbHLmD0RoOfQldpInhT59 { z-index:15131;top:137.98294067383px;left:371.49146080017px;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:11px;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:156.989px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KD1pAhO1mkAPkHGgAFp6yTBh5Ew31IOh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#XuiPtH46qPLC82I35k0urzgMSOpxpgUs { position:absolute;display:block;z-index:15152;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1px 1px 19px rgba(0,0,0,0.5) ;height:122.983px;width:188.977px;top:8px;left:92.812498092651px;overflow:hidden;display:block; }
#iREeA6fFSWfCUzpU4T8echnxlIaMQasB { position:absolute;display:block;z-index:15131;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:165px;top:148px;left:93px;overflow:hidden;display:block; }
#LNxJ6bb6IfPszhv2bZn6uN1kXpxpkvqM { z-index:15133;top:148px;left:97px;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:11px;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:156.989px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mlGkp2G5fRPp5XWBrFfzJMILxxa47LE9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(17,120,209,0.19);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; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop.adaptive-delivery-prevent-bg, #TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop.lazyload, #TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop.lazyloading { background-image: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container { background-color: transparent; background-image: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container > .video-iframe-container { display: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row > .video-iframe-container { display: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .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); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container { border-width: 0; border-radius: 0; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row > .video-iframe-container {  }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container { font-size:14px;font-family:arial;height:460px;width:1200px;position:relative;display:block; }#fQgpTeSVexEt78CDmDawtSX7bn7kJTGm { 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:585px;height:44.1992px;font-style:normal;display:block; }
#e3vxN02BwMKZqTqFx9g8AzCbPTQEqs5p { 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:695px;display:block; }
#v0hedtTovWiSBKuQkV7MQLaAQlQPnzOC { 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:715px;height:118.984px;text-align:justify;text-align-last:initial;display:block; }
#pDnCd0TuVsG1SkkueAQMbplOqF1JGA8W { 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:1015px;display:block; }
#UoTf7zmNo9vFTV9PkZH3ov0Qgz2rnTEO { 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:982px;display:block; }
#QzvddIpHFKgycaI42Old5MNCNOzr1Kwo { 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:1016px;display:block; }
#gbJZmyhmR2CJIkXwT6W2GKAyKBfqt5Bs { 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:593px;height:28.8086px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#IucHUoDIKOK5SbTPbese70zc25ik058B { 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:672px;height:43.1875px;text-align:right;text-align-last:right;display:block; }
#PiNp6a5N1V921ZvdhylTSPGKBwSdrU9d { 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:1017px;display:block; }
#E9NvXaPwdpaysqftfKyCt9yW7hrOUoTa { 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:1015px;display:block; }
#uB8ZmbHOKCP2mnQPFXEEF1eIIzIPDbQR { 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:1017px;display:block; }
#ZONu4Wd6cG7RgoPMZ4TKTBbBD2VR8FxO { 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:1015px;display:block; }
#kaGvynt0cSlcyrUo6QkBkqi405qwMvmb { 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:822px;height:43.1875px;text-align:right;text-align-last:right;display:block; }
#rFZadaMVp0yvv0LIfDJk979rQzBE8ZqF { 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:822px;height:43.1875px;text-align:right;text-align-last:right;display:block; }
#RAMDctwemMvcvW9CmyRcvhfDL1GbPXQm { 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:1017px;display:block; }
#mEi19GrbRAT0GNBXRh5mUk1lgeNX3Gac { 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:1015px;display:block; }
#a8ULTBySL1QCdJLyXB0pzgniFv8oztOo { 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:822px;height:43.1875px;text-align:right;text-align-last:right;display:block; }
#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(180deg, #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(180deg, #ffffff, rgba(24,183,235,0.38));background-size:initial !important;position:relative;display:block; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { background-color: transparent; background-image: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container > .video-iframe-container { display: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container { display: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .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); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { border-width: 0; border-radius: 0; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container {  }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { font-size:14px;font-family:arial;height:322px;width:1200px;position:relative;display:block; }#XG89XfRQ0yF3pVoPkNuePHqVpyJPFCyZ { 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:524px;height:40.7px;font-style:normal;display:block; }
#R7pz8RuwG9zKzqoHxK65L7lVVwDs6hWP { 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:278px;height:32px;font-style:normal;display:none; }
#ItSb2QWtnFsrzNluFDUa8UofWCGPR6LT { 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:214px;height:32px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HHSxZLzBPk3xr6rOITTMA4dZcrho17cM { 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:216px;display:none; }
#bhNXeuVdGulESB50RbOg8dHGdXeSXysP { 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:927px;display:block; }
#uNkTlGsDiZAGC8H1U1Bw55ashlmsMpHC { 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:769px;height:20.7969px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zzTuCQAAbTE4vTTPsE0W6QsOz5sLNgVR { 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:157px;height:64px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kfb1bHMubT7ttuv5iEwyBnZhVELaWhk8 { 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:927px;display:block; }
#DBWgbxAMWa6qqRkRbhICwi6S9Fyh1Qu0 { 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:637px;height:28.8086px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#J2vSyqqItbnzaIM8Qk3PcI7dErEBhhra { 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:635px;display:block; }
#s3iMI4rMXMWTJyCpWTR6cJvVrXTHcF14 { box-sizing:content-box;color:#1178d1;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:539px;display:block; }
#hEOG29EITEX2F5NxpmLvkVNTDe7ChZwo { box-sizing:content-box;color:#1178d1;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:475px;display:block; }
#gx0WbvgEhW18fietO9JNGVMkmh768V3I { box-sizing:content-box;color:#1178d1;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:409px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDHagbg95CmfvA7qLockbHy1PLFFOBsa { top:157px;left:0px;width:764px;height:27px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #F2WUmHnAQrhSTUuF9KMn232MSgLTNBXM { top:825px;left:0px;width:375px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #fhufoErpdeCm6TS303fNqZTysKx9ZPkN { top:641px;left:0px;width:105px;height:42.593977017567px;display:block; }
 }@media only screen and (max-width: 763px) { #PCVWDAlrT6W2s8SAPSaB988QrErUOTtX { top:635px;left:84px;width:150px;height:55.9943px;display:block; }
 }@media only screen and (max-width: 763px) { #tUnUVNP0aPac6GIWTJVMzdGEKdRvMJWy { top:691px;left:11px;width:168px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #S3iW3aQxt7etMGC2on3BRfnaxa7rF7Ic { top:69px;left:164px;width:600px;height:571.989px;display:block; }
 }@media only screen and (max-width: 763px) { #WdvuIOLula4VB54IWSV35sNdRmTCerQ5 { width:213px;height:57px;top:614px;left:280.49429893494px;display:block; }
 }@media only screen and (max-width: 763px) { #KUiT0PMSQOVOVdKUTgLXhP4dunhwPt33 { display:block; }
 }@media only screen and (max-width: 763px) { #TVMST6TUt3vVyEGqywycNsCO5sH2OuXg { width:246px;height:31px;top:184px;left:518px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x84Z2hn3rEKMlRxBSICveVSXlI82zI5o { top:174px;left:529px;width:227px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-regular-label { display:block; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk  { width:240px;height:auto; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk {display:block;}#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk { width:240px;height:auto; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #EaIg7EuTEJSVIuOVf35WtAgK1A9ueI1k {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #giKs8rlTbvtxVFt1HMMIQIsCgpH8Q1Nt { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #Onq6fNrok9cuHfbZMzILzbeInU0VhfFB {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #A0ECl5n4gqs25IGJyuyzlk0OIAOfrLia {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #f03lfGIpA68POR1yqcKlMuRWHM0T9c3X { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #lGeAtip0Kp34Rgb8ZJi4FDkWtepzFU3h {  }
 }@media only screen and (max-width: 763px) { #TNVDuaoa83rDHz0baI3NmuSxbXfwAhhK { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #NKVEnma0rOa2c1o70lkTCFVtX11csTEQ {  }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #NKVEnma0rOa2c1o70lkTCFVtX11csTEQ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #K95gwqFEfquIh2GtC0nthe2bT1fOJ7SW { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #B8EJCBSegzQsq6QVls8P1y58fBxvwpOw { z-index:2; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #EyeEL9wexDfDt83wUxtyZ7Ma3W4dLG8O { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #QO715h2Mg6iDdmt4kctKsRCu4yViiC7T { z-index:2; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #TS9Utwntdhg6DI9MhAeUmQwh8ud5oPd7 { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #iC6GprNc5Hh11u9LiEfZZW5APHVwS1SX {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #P3MSluoLlAzXP8gxOVz16FRonx7geFfK { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #O0fn8gTqNyzGf6y7VGEkvCRiCWwoGyqh {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #iNVwKJHVmwlVLmK5xSuhUmZ7LTdPIFw4 {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #WHu0QcVzBnap6kWmCQ0VNFpQkHwGTPRq { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #ErlxH6IKrdgpBzT2FqCOHrIvvlVOrnJ7 {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #dPxagGIgkVZUKHCMvRfFA7PkwdVVgbVc {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #Lw2BFWT4frwGky45GZhqDatQiUZBVsbN { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #BeVaQHUFDFL0nT3NTcK8LLCybVToUcBN {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #M1csN4T5a3xmTWeKuIv8lGpJ13dbvUKG {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #vMA255HICV3JIESpDTt8HiKfgMUZeOg1 {  }
 }@media only screen and (max-width: 763px) { #bDZdw2blBw1rTxvNfCu7a864Ny6nWlCu { top:633px;left:586px;width:155px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC { display:block; }#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLVPqJizh3nZtNUz9H3xXJ7kOhsvVw9q { top:15px;left:576.4829158783px;width:183px;height:100.45003288204px;display:block; }
 }@media only screen and (max-width: 763px) { #sKQFuhBtsdODTVMqyPmhu82gZ9MdSdaz { top:138px;left:585.5px;width:165px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Smap1mWMWkXo58eZ1FRF4fdVrvv2aXQT { top:148px;left:577.5px;width:181px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #xCu1NspeVmdTbTlfgvEOcEJ9Grv9FDPA { display:block; }
 }@media only screen and (max-width: 763px) { #BtfZbPkWoZJ7PKX5xISABM48mqOfw6T1 { top:11px;left:382px;width:152px;height:112px;display:block; }
 }@media only screen and (max-width: 763px) { #fqm3uUK4cvTOS6uE13nPG0K4Nq3BtVkq { top:138px;left:382px;width:165px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #exJAQyakUTlEsx3hdZpTCS6MqhoOENtC { top:148px;left:382px;width:181px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #CdPT4dMqQiivpeKQcGXEQi6L43dUdTZs { display:block; }
 }@media only screen and (max-width: 763px) { #sfsfQQSmOzMARV7M58imxRv2ZUlCKo8G { top:9px;left:191px;width:170px;height:112.997px;display:block; }
 }@media only screen and (max-width: 763px) { #AaqMc6TwyUdBRrke3Kcov783saDutlnD { top:138px;left:203.5px;width:165px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #qvMt6OR7EDiDbHLmD0RoOfQldpInhT59 { top:137px;left:207.99146080017px;width:156px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #KD1pAhO1mkAPkHGgAFp6yTBh5Ew31IOh { display:block; }
 }@media only screen and (max-width: 763px) { #XuiPtH46qPLC82I35k0urzgMSOpxpgUs { top:8px;left:3px;width:188px;height:122.34718510718px;display:block; }
 }@media only screen and (max-width: 763px) { #iREeA6fFSWfCUzpU4T8echnxlIaMQasB { top:148px;left:26px;width:165px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #LNxJ6bb6IfPszhv2bZn6uN1kXpxpkvqM { top:148px;left:35px;width:156px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #mlGkp2G5fRPp5XWBrFfzJMILxxa47LE9 { display:block; }
 }@media only screen and (max-width: 763px) { #TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop { display:block; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQgpTeSVexEt78CDmDawtSX7bn7kJTGm { width:465px;height:44px;top:50px;left:299px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #e3vxN02BwMKZqTqFx9g8AzCbPTQEqs5p { width:355px;height:3px;top:107px;left:409px;display:block; }
 }@media only screen and (max-width: 763px) { #v0hedtTovWiSBKuQkV7MQLaAQlQPnzOC { width:333px;height:115px;top:126px;left:431px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pDnCd0TuVsG1SkkueAQMbplOqF1JGA8W { width:30px;height:30px;top:316px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #UoTf7zmNo9vFTV9PkZH3ov0Qgz2rnTEO { width:68px;height:3px;top:107px;left:696px;display:block; }
 }@media only screen and (max-width: 763px) { #QzvddIpHFKgycaI42Old5MNCNOzr1Kwo { width:28px;height:28px;top:318px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #gbJZmyhmR2CJIkXwT6W2GKAyKBfqt5Bs { width:457px;height:28px;top:274px;left:307px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IucHUoDIKOK5SbTPbese70zc25ik058B { width:332px;height:43px;top:306px;left:432px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PiNp6a5N1V921ZvdhylTSPGKBwSdrU9d { width:28px;height:28px;top:352px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #E9NvXaPwdpaysqftfKyCt9yW7hrOUoTa { width:30px;height:30px;top:351px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #uB8ZmbHOKCP2mnQPFXEEF1eIIzIPDbQR { width:28px;height:28px;top:389px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ZONu4Wd6cG7RgoPMZ4TKTBbBD2VR8FxO { width:30px;height:30px;top:387px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #kaGvynt0cSlcyrUo6QkBkqi405qwMvmb { width:182px;height:43px;top:343px;left:582px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rFZadaMVp0yvv0LIfDJk979rQzBE8ZqF { width:182px;height:43px;top:415px;left:582px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RAMDctwemMvcvW9CmyRcvhfDL1GbPXQm { width:28px;height:28px;top:424px;left:736px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #mEi19GrbRAT0GNBXRh5mUk1lgeNX3Gac { width:30px;height:30px;top:422px;left:734px;display:block; }
 }@media only screen and (max-width: 763px) { #a8ULTBySL1QCdJLyXB0pzgniFv8oztOo { width:182px;height:43px;top:380px;left:582px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PCRruUzyAcsS0kV6kExQuD6lFaKTat2K { display:block; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG89XfRQ0yF3pVoPkNuePHqVpyJPFCyZ { width:460px;height:40px;top:22px;left:304px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #R7pz8RuwG9zKzqoHxK65L7lVVwDs6hWP { width:169px;height:32px;top:299px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ItSb2QWtnFsrzNluFDUa8UofWCGPR6LT { width:720px;height:31px;top:90px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HHSxZLzBPk3xr6rOITTMA4dZcrho17cM { width:50px;height:50px;top:290px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #bhNXeuVdGulESB50RbOg8dHGdXeSXysP { width:59px;height:59px;top:121px;left:705px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #uNkTlGsDiZAGC8H1U1Bw55ashlmsMpHC { top:291px;left:453px;width:311px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zzTuCQAAbTE4vTTPsE0W6QsOz5sLNgVR { width:764px;height:63px;top:143px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kfb1bHMubT7ttuv5iEwyBnZhVELaWhk8 { width:59px;height:59px;top:76px;left:705px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #DBWgbxAMWa6qqRkRbhICwi6S9Fyh1Qu0 { width:309px;height:56px;top:221px;left:419px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #J2vSyqqItbnzaIM8Qk3PcI7dErEBhhra { top:212px;left:417px;width:323px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #s3iMI4rMXMWTJyCpWTR6cJvVrXTHcF14 { top:210px;left:321px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hEOG29EITEX2F5NxpmLvkVNTDe7ChZwo { top:210px;left:257px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #gx0WbvgEhW18fietO9JNGVMkmh768V3I { top:210px;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) { #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { background-color: transparent; background-image: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container > .video-iframe-container { display: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container { display: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .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); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { border-width: 0; border-radius: 0; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container > .video-iframe-container {  }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container { width:320px;height:1145px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6b58055-0bcf-4168-bcec-b8ad51cce2a2/landingpagemobil.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; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.adaptive-delivery-prevent-bg, #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.lazyload, #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #hDHagbg95CmfvA7qLockbHy1PLFFOBsa { width:276.989px;height:27.2969px;top:142.98295593262px;left:21.477272987366px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #F2WUmHnAQrhSTUuF9KMn232MSgLTNBXM { width:320px;height:85.333333333333px;top:825px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #fhufoErpdeCm6TS303fNqZTysKx9ZPkN { width:106px;height:43px;top:1054px;left:45px;display:block; }
 }@media only screen and (max-width: 763px) { #PCVWDAlrT6W2s8SAPSaB988QrErUOTtX { width:150px;height:56px;top:1040px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #tUnUVNP0aPac6GIWTJVMzdGEKdRvMJWy { width:169px;height:15.5938px;top:1097px;left:88px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #S3iW3aQxt7etMGC2on3BRfnaxa7rF7Ic { width:320px;height:305px;top:389.6841641289px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WdvuIOLula4VB54IWSV35sNdRmTCerQ5 { width:212.997px;height:56.9886px;top:800px;left:54px;display:none; }
 }@media only screen and (max-width: 763px) { #KUiT0PMSQOVOVdKUTgLXhP4dunhwPt33 { display:block; }
 }@media only screen and (max-width: 763px) { #TVMST6TUt3vVyEGqywycNsCO5sH2OuXg { width:246px;height:28.8906px;top:525px;left:36px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #x84Z2hn3rEKMlRxBSICveVSXlI82zI5o { width:227px;height:52px;top:509px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-regular-label { width:273px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-input-text { width:273px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-input-text {padding-top: 0; padding-bottom: 0;}#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-textarea { width:273px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-input-select { width:273px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-input-select {padding-top: 0; padding-bottom: 0;}#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-input-button { width:273px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .widget-checkbox-label { width:254px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk  { width:273px;height:auto;top:542px;left:0px; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk .radio-container { width:273px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk {display:block;}#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk { width:273px;height:auto;top:542px;left:0px; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #EaIg7EuTEJSVIuOVf35WtAgK1A9ueI1k {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #giKs8rlTbvtxVFt1HMMIQIsCgpH8Q1Nt { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #Onq6fNrok9cuHfbZMzILzbeInU0VhfFB {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #A0ECl5n4gqs25IGJyuyzlk0OIAOfrLia {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #f03lfGIpA68POR1yqcKlMuRWHM0T9c3X { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #lGeAtip0Kp34Rgb8ZJi4FDkWtepzFU3h {  }
 }@media only screen and (max-width: 763px) { #TNVDuaoa83rDHz0baI3NmuSxbXfwAhhK { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #NKVEnma0rOa2c1o70lkTCFVtX11csTEQ {  }
#LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #NKVEnma0rOa2c1o70lkTCFVtX11csTEQ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #K95gwqFEfquIh2GtC0nthe2bT1fOJ7SW { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #B8EJCBSegzQsq6QVls8P1y58fBxvwpOw { z-index:2; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #EyeEL9wexDfDt83wUxtyZ7Ma3W4dLG8O { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #QO715h2Mg6iDdmt4kctKsRCu4yViiC7T { z-index:2; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #TS9Utwntdhg6DI9MhAeUmQwh8ud5oPd7 { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #iC6GprNc5Hh11u9LiEfZZW5APHVwS1SX {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #P3MSluoLlAzXP8gxOVz16FRonx7geFfK { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #O0fn8gTqNyzGf6y7VGEkvCRiCWwoGyqh {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #iNVwKJHVmwlVLmK5xSuhUmZ7LTdPIFw4 {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #WHu0QcVzBnap6kWmCQ0VNFpQkHwGTPRq { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #ErlxH6IKrdgpBzT2FqCOHrIvvlVOrnJ7 {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #dPxagGIgkVZUKHCMvRfFA7PkwdVVgbVc {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #Lw2BFWT4frwGky45GZhqDatQiUZBVsbN { display:block; }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #BeVaQHUFDFL0nT3NTcK8LLCybVToUcBN {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #M1csN4T5a3xmTWeKuIv8lGpJ13dbvUKG {  }
 }@media only screen and (max-width: 763px) { #LZpk3NHqAzgPlw8MrNrxyV8FWOBnhJrk #vMA255HICV3JIESpDTt8HiKfgMUZeOg1 {  }
 }@media only screen and (max-width: 763px) { #bDZdw2blBw1rTxvNfCu7a864Ny6nWlCu { width:155px;height:58px;top:952px;left:82.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC { display:block; }#rH8k2HRZvrXXy2RlrGOgzugc2Au0sCbC > .row .container { width:320px;height:860px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLVPqJizh3nZtNUz9H3xXJ7kOhsvVw9q { width:183px;height:100.45003288204px;top:15px;left:69px;box-shadow: 1px 1px 24px rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #sKQFuhBtsdODTVMqyPmhu82gZ9MdSdaz { width:165px;height:60px;top:120px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #Smap1mWMWkXo58eZ1FRF4fdVrvv2aXQT { top:129px;left:69px;width:181px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #xCu1NspeVmdTbTlfgvEOcEJ9Grv9FDPA { display:block; }
 }@media only screen and (max-width: 763px) { #BtfZbPkWoZJ7PKX5xISABM48mqOfw6T1 { width:152px;height:111.99710505366px;top:229.97441101074px;left:83.977272987366px;box-shadow: 1px 1px 19px rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #fqm3uUK4cvTOS6uE13nPG0K4Nq3BtVkq { width:165px;height:60px;top:353px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #exJAQyakUTlEsx3hdZpTCS6MqhoOENtC { top:362px;left:69px;width:181px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #CdPT4dMqQiivpeKQcGXEQi6L43dUdTZs { display:block; }
 }@media only screen and (max-width: 763px) { #sfsfQQSmOzMARV7M58imxRv2ZUlCKo8G { width:170px;height:112.997px;top:434px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #AaqMc6TwyUdBRrke3Kcov783saDutlnD { width:165px;height:60px;top:559px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #qvMt6OR7EDiDbHLmD0RoOfQldpInhT59 { top:559px;left:82px;width:156px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #KD1pAhO1mkAPkHGgAFp6yTBh5Ew31IOh { display:block; }
 }@media only screen and (max-width: 763px) { #XuiPtH46qPLC82I35k0urzgMSOpxpgUs { width:188px;height:122.34718510718px;top:643px;left:66px;box-shadow: 1px 1px 19px rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #iREeA6fFSWfCUzpU4T8echnxlIaMQasB { width:165px;height:60px;top:785px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #LNxJ6bb6IfPszhv2bZn6uN1kXpxpkvqM { top:785px;left:85px;width:156px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #mlGkp2G5fRPp5XWBrFfzJMILxxa47LE9 { display:block; }
 }@media only screen and (max-width: 763px) { #TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4918b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4918b7eb', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(24,183,235,0.29), rgba(0,0,0,0));background-size:cover !important;display:block; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container { background-color: transparent; background-image: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container > .video-iframe-container { display: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row > .video-iframe-container { display: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .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); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container { width:320px;height:420px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQgpTeSVexEt78CDmDawtSX7bn7kJTGm { width:264px;height:30px;top:20px;left:28px;text-align:right;text-align-last:right;line-height:1.2;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #e3vxN02BwMKZqTqFx9g8AzCbPTQEqs5p { width:234px;height:3px;top:70px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #v0hedtTovWiSBKuQkV7MQLaAQlQPnzOC { width:282px;height:90px;top:116px;left:19px;text-align:right;text-align-last:right;line-height:1.5;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #pDnCd0TuVsG1SkkueAQMbplOqF1JGA8W { width:25px;height:25px;top:316px;left:147px;display:none; }
 }@media only screen and (max-width: 763px) { #UoTf7zmNo9vFTV9PkZH3ov0Qgz2rnTEO { width:68px;height:3px;top:93px;left:126px;display:block; }
 }@media only screen and (max-width: 763px) { #QzvddIpHFKgycaI42Old5MNCNOzr1Kwo { width:20px;height:20px;top:320px;left:258px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gbJZmyhmR2CJIkXwT6W2GKAyKBfqt5Bs { width:217px;height:30px;top:226px;left:51px;text-align:right;text-align-last:right;line-height:1.5;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IucHUoDIKOK5SbTPbese70zc25ik058B { width:249px;height:36.4062px;top:276px;left:35px;text-align:right;text-align-last:right;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PiNp6a5N1V921ZvdhylTSPGKBwSdrU9d { width:20px;height:20px;top:349px;left:258px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #E9NvXaPwdpaysqftfKyCt9yW7hrOUoTa { width:25px;height:25px;top:351px;left:147px;display:none; }
 }@media only screen and (max-width: 763px) { #uB8ZmbHOKCP2mnQPFXEEF1eIIzIPDbQR { width:20px;height:20px;top:385px;left:258px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZONu4Wd6cG7RgoPMZ4TKTBbBD2VR8FxO { width:25px;height:25px;top:387px;left:147px;display:none; }
 }@media only screen and (max-width: 763px) { #kaGvynt0cSlcyrUo6QkBkqi405qwMvmb { width:161px;height:36.4062px;top:312px;left:88px;text-align:right;text-align-last:right;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rFZadaMVp0yvv0LIfDJk979rQzBE8ZqF { width:161px;height:36.4062px;top:340px;left:91px;text-align:right;text-align-last:right;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RAMDctwemMvcvW9CmyRcvhfDL1GbPXQm { width:20px;height:20px;top:424px;left:150px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #mEi19GrbRAT0GNBXRh5mUk1lgeNX3Gac { width:25px;height:25px;top:422px;left:147px;display:none; }
 }@media only screen and (max-width: 763px) { #a8ULTBySL1QCdJLyXB0pzgniFv8oztOo { width:181.989px;height:36.4062px;top:376px;left:69px;text-align:right;text-align-last:right;line-height:2.6;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #PCRruUzyAcsS0kV6kExQuD6lFaKTat2K { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -moz-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -ms-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -o-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#211178d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#211178d1' );";background-image: linear-gradient(to bottom, #ffffff, rgba(17,120,209,0.13));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { background-color: transparent; background-image: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container > .video-iframe-container { display: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container { display: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .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); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { border-width: 0; border-radius: 0; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container {  }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { width:320px;height:430px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG89XfRQ0yF3pVoPkNuePHqVpyJPFCyZ { width:267px;height:24.1875px;top:20px;left:26px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #R7pz8RuwG9zKzqoHxK65L7lVVwDs6hWP { width:320px;height:32px;top:299px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ItSb2QWtnFsrzNluFDUa8UofWCGPR6LT { width:209px;height:76.7812px;top:64.1875px;left:55px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HHSxZLzBPk3xr6rOITTMA4dZcrho17cM { width:50px;height:50px;top:290px;left:135px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #bhNXeuVdGulESB50RbOg8dHGdXeSXysP { width:50px;height:50px;top:55.226577758789px;left:253.97727298737px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #uNkTlGsDiZAGC8H1U1Bw55ashlmsMpHC { width:311px;height:20.7969px;top:407px;left:10px;text-align:center;text-align-last:center;font-size:16px;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #zzTuCQAAbTE4vTTPsE0W6QsOz5sLNgVR { width:238px;height:102.375px;top:160.9375px;left:41px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kfb1bHMubT7ttuv5iEwyBnZhVELaWhk8 { width:50px;height:50px;top:140.92328643799px;left:263.97727298737px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #DBWgbxAMWa6qqRkRbhICwi6S9Fyh1Qu0 { width:300.994px;height:27.2017px;top:350px;left:6px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #J2vSyqqItbnzaIM8Qk3PcI7dErEBhhra { width:287px;height:47px;top:340px;left:22px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s3iMI4rMXMWTJyCpWTR6cJvVrXTHcF14 { width:50px;height:50px;top:272.20169830322px;left:55.000000953674px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #hEOG29EITEX2F5NxpmLvkVNTDe7ChZwo { width:50px;height:50px;top:272.21572875977px;left:134.99999332428px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #gx0WbvgEhW18fietO9JNGVMkmh768V3I { width:50px;height:50px;top:272.20169830322px;left:204.97158145905px;font-size:35px;display:block; }
 }