.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;
}
.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;
  }
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UUmSSPFshDGscJQMWfUzAI3vNgR5runK { position:relative;display:block; }#UUmSSPFshDGscJQMWfUzAI3vNgR5runK { background-color: transparent; background-image: none; }#UUmSSPFshDGscJQMWfUzAI3vNgR5runK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UUmSSPFshDGscJQMWfUzAI3vNgR5runK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UUmSSPFshDGscJQMWfUzAI3vNgR5runK > .row .container > .video-iframe-container { display: none; }#UUmSSPFshDGscJQMWfUzAI3vNgR5runK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UUmSSPFshDGscJQMWfUzAI3vNgR5runK > .row > .video-iframe-container { display: none; }#UUmSSPFshDGscJQMWfUzAI3vNgR5runK > .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); }#UUmSSPFshDGscJQMWfUzAI3vNgR5runK { border-width: 0; border-radius: 0; }#UUmSSPFshDGscJQMWfUzAI3vNgR5runK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:204px;width:960px;position:relative;display:block; }#nVZHwlbUTQLWSdyV8353OWyM1rvJA04v { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:204px;width:220px;top:0px;left:370px;overflow:hidden;display:block; }
#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fG0xzaSw/IMGL1064.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu.adaptive-delivery-prevent-bg, #tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu.lazyload, #tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu.lazyloading { background-image: none; }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row .container { background-color: transparent; background-image: none; }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row .container > .video-iframe-container { display: none; }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row > .video-iframe-container { display: none; }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .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); }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row .container { border-width: 0; border-radius: 0; }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row .container { font-size:14px;font-family:arial;height:646px;width:960px;position:relative;display:block; }#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-form-header { font-size:14px; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:14px;font-weight:bold;color:#000000;width:300px;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;text-align:right;text-align-last:right;line-height:1.5;overflow:hidden;vertical-align:top;text-shadow:1px 1px 3px #ffffff; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:300px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;vertical-align:top; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-text {padding-top: 0; padding-bottom: 0;}#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:300px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:lato;vertical-align:top; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .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;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:300px;box-sizing:border-box;height:40px;color:#161616;font-family:cairo;font-size:14px;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-select {padding-top: 0; padding-bottom: 0;}#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-checkbox { width:13px;height:13px;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; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:rgba(42,42,81,0.8);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left: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:20px;font-weight:bold;color:#f2f9ff;width:300px;height:55px;font-family:cairo;overflow:hidden; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:14px; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:14px; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:14px; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:14px; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .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:lato;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:281px;overflow:hidden;font-style:normal;float:none; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .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; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .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:lato;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-container:first-of-type{padding-top:0;}#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-container:last-of-type{padding-bottom:0;}#evHqoaEZpn9g3LmraT25NmDQBLuMngWT  { background-color:rgba(208,191,213,0.03);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:109px;left:319px;font-size:14px; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:300px;display:block;vertical-align:top; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-info-text { font-size:12px; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT {display:block;}#evHqoaEZpn9g3LmraT25NmDQBLuMngWT { background-color:rgba(208,191,213,0.03);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:300px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100004;position:absolute;top:109px;left:319px;font-size:14px; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #eQiF1HRvRyA1RgW7sHsc1ogcsnuUkeTy { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #boKhV9kpnTTInFHtDEZZ18iSZDnDp0rP { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #ZlDQ2i9ZPtVRNiAaM5z3gNmGkZUZb8H3 { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #QwWs94QTKZMly8c77fRQbMtpP7Qmhk1V { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #U6mnyrq3i5UJKSb0WL8mBpUeyG3EdV77 { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #T6PDANNiJEP3pFWOz4KyZQb8OHp0K9dR { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #fosbaWlfcoQTDsXna9rJqoGM7ehehK41 { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #HqZ5hsXCSTB6MaKDT0Jc3L4FzVxHPImx { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #f4zH76HWKTvc6nsmf16nJ7bLZ3QMDiD7 { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #Pta4yKpGQhrTGT7fTJvP2ARJbnMpHFdH { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #RFXonfXEwdcLS3bEn8x5RF6e2EGpCK4W { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #TT5ANUepnLK15OhT24wlR9MZkWuNLEL7 { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #Qb2lBiyiss77swEd3gtyo2WahMNhXGUT { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #veCQvT4SQJ50TEOtApJGNp3Cu5TXLZtT { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #ZPm25bWWm3Cf6eTG43xfhV1BApITBWGE { position:relative; }
#xqJD87TzZfnEeG8h4PBh838TOvi5cmFt { position:relative;display:block; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #S4wzLyofIONhtu96aZVzKaTR36Itqsng { position:relative; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT #MmvJGL9pAPhtd9sWOpHDTUODPEUP4aQD { position:relative; }
#ULMF8XpZXUbnDpTZkkwotrLpAflyGTJU { color:#000000;display:block;width:271px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:78px;top:31px;left:344.5px;text-align:center;text-align-last:center;display:block; }
#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row .container { background-color: transparent; background-image: none; }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row .container > .video-iframe-container { display: none; }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row > .video-iframe-container { display: none; }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .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); }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row .container { border-width: 0; border-radius: 0; }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row .container { font-size:14px;font-family:arial;height:232px;width:960px;position:relative;display:block; }#WFXkH8JEsQr8yFlmXtOIzvSUJ5N516Fd { color:#000000;display:block;width:461px;position:absolute;font-family:"open sans";font-size:29px;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:19.3125px;left:0px;height:31.8906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#onBopSmDT34nMpBT433LUeCM7wuT36bp { color:#ffffff;display:block;width:332px;position:absolute;font-family:cairo;font-size:17px;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:53px;left:29px;height:54.375px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#t8oAvuZpTdB8fAila3VZCCpGunBtWCTU { color:#ffffff;display:block;width:345px;position:absolute;font-family:cairo;font-size:16px;font-weight:400;z-index:100004;line-height:1.6;letter-spacing:0;top:123px;left:23px;height:76.7813px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZV7XAO2lv9WQp2SUwLVd33TPgeSFo2ey { 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:100006;top:52px;left:379px;display:block; }
#pNniUn6V6qvdwHtZU4hbOchlOT6wJGxp { 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:100005;top:123px;left:379px;display:block; }
#es4TZ1q83zICQSf30ctPT47oS3OhS6CX { color:#000000;display:block;width:409.958px;position:absolute;font-family:cairo;font-size:28px;font-weight:700;z-index:100000;line-height:1.4;letter-spacing:0;top:10.958332061768px;left:533.45834350586px;height:78.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#svZJg16NZmNTQbhfhuCsauPVUcKqSqs7 { color:#000000;display:block;width:364px;position:absolute;font-family:cairo;font-size:18px;font-weight:400;z-index:100019;line-height:1.7;letter-spacing:0;top:63.145835876465px;left:545.00003051758px;height:30.5938px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ULbb3RQ6z0UZtKzgAWmHBodIe4LlzPuV { box-sizing:content-box;color:#b20129;font-size:35px;font-weight:400;line-height:1;height:49px;width:49px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:60.708335876465px;left:909.00003051758px;display:block; }
#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row .container { background-color: transparent; background-image: none; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row .container > .video-iframe-container { display: none; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row > .video-iframe-container { display: none; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .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); }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row .container { border-width: 0; border-radius: 0; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row .container { font-size:14px;font-family:arial;height:177px;width:960px;position:relative;display:block; }#tGJWhi2eT3xBOIAZLNx3XislK4stM4Xq { color:#000000;display:block;width:336px;position:absolute;font-family:cairo;font-size:25px;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:18px;left:335px;height:32.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kmKia05lEvxZeDkiT5VxBFEugi66X1xh { 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:100006;top:51px;left:637px;display:block; }
#S4c4XznqBkNyJfvh8yx8z02F9mVHSwkf { color:#000000;display:block;width:342px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:71px;left:318px;height:20.7969px;display:block; }
#FIuhT99yrSQD6HTNANsUKvA8xiJPmUdJ { 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:100007;top:92px;left:637px;display:block; }
#A6TRfLKTWp6F3kxkPSt2mPnWzzpVlHdE { color:#000000;display:block;width:313px;position:absolute;font-family:cairo;font-size:16px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:110px;left:346px;height:20.7969px;display:block; }
#G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy > .row .container { background-color: transparent; background-image: none; }#G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy > .row .container > .video-iframe-container { display: none; }#G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy > .row > .video-iframe-container { display: none; }#G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy > .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); }#G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy > .row .container { border-width: 0; border-radius: 0; }#G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy > .row .container { font-size:14px;font-family:arial;height:245px;width:960px;position:relative;display:block; }#M9w58x5NQTTcgMnlwvglfxDMnun6NO5L { color:#ffffff;display:block;width:293px;position:absolute;font-family:"alw arabic";font-size:32px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:32px;left:614px;height:41.5938px;text-align:right;text-align-last:right;display:block; }
#hPoK8K1rvQhR2ivLy0hcUrLwxTCgyyR6 { color:#ffffff;display:block;width:388px;position:absolute;font-family:amiri;font-size:22px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:163.70834350586px;left:460.33334350586px;height:28.5938px;text-align:right;text-align-last:right;display:block; }
#WBUkTw5nnW53fW2Xvd3VhQ0FMzDmmBU5 { color:#fdfdfd;display:block;width:388px;position:absolute;font-family:cairo;font-size:22px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:86.541656494141px;left:460.33334350586px;height:57.1876px;text-align:right;text-align-last:right;display:block; }
#SNwJcfE6r8cGWtn31c2goJyWycMriufc { box-sizing:content-box;color:#b20129;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:100020;top:153.00003051758px;left:868.66665649414px;display:block; }
#uoT6yhQQhl6W5cgVZwDSkvWnkqJR0ZTZ { color:#ffffff;display:block;width:293px;position:absolute;font-family:"alw arabic";font-size:32px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:32px;left:116.64584350586px;height:41.5938px;text-align:right;text-align-last:right;display:block; }
#uxd5wee2TGvClL5mo3AAi0kJm8m3tJBo { color:#ffffff;display:block;width:264px;position:absolute;font-family:cairo;font-size:21px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:87.770843505859px;left:89.291656494141px;height:54.5938px;text-align:right;text-align-last:right;display:block; }
#xDfaeJFurZJIowC4D7Mxu258tyKiCcTD { box-sizing:content-box;color:#b20129;font-size:25px;font-weight:400;line-height:1;height:35.9792px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:159.95834350586px;left:363.97915649414px;display:block; }
#URGTss5cFt7F283bFhpo1LP0KsmkDFJ3 { color:#ffffff;display:block;width:173.938px;position:absolute;font-family:tajawal;font-size:23px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:163.02084350586px;left:175.66665649414px;height:29.8906px;text-align:center;text-align-last:center;display:block; }
#lhH2Kh7tkGkE4HIlmZexElGXXLrPzLhf { 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:100008;top:85.583343505859px;left:351.97915649414px;display:block; }
#CHKD7qIRTTdoXqMS6wcSqnJzJS2GeRTT { 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:100009;top:85.645843505859px;left:864.66665649414px;display:block; }
#kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS { position:relative;display:block; }#kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS { background-color: transparent; background-image: none; }#kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS > .row .container > .video-iframe-container { display: none; }#kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS > .row > .video-iframe-container { display: none; }#kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS > .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); }#kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS { border-width: 0; border-radius: 0; }#kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:275px;width:960px;position:relative;display:block; }#iWpmotBKTNiuVDGbxEsHTyFzt8VPEkhb { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;top:17.5px;left:680.00003051758px;overflow:hidden;display:block; }
#cOf60v1yNq21wW61UNToxbBd7L5V8PDa { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:190px;width:200px;top:51px;left:60px;overflow:hidden;display:block; }
#kxVtAnTr5VUELSG8t1rvNm2yN5kR8brV { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:256px;width:272px;top:0px;left:24px;overflow:hidden;display:none; }
#BTf9CpIWu3UruzJinNsiPbuGoPVeMHWB { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:219px;width:183px;top:-1px;left:715.89233534605px;overflow:hidden;display:none; }
#dREvU8FbSJbIKtxVpyMy4ZmRCp4ZVtln { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:234px;width:252px;top:22px;left:354px;overflow:hidden;display:none; }
#HZL3P6aasmIoLGHmkrRzXuFedahFu3yA { position:relative;display:block; }#HZL3P6aasmIoLGHmkrRzXuFedahFu3yA { background-color: transparent; background-image: none; }#HZL3P6aasmIoLGHmkrRzXuFedahFu3yA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZL3P6aasmIoLGHmkrRzXuFedahFu3yA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZL3P6aasmIoLGHmkrRzXuFedahFu3yA > .row .container > .video-iframe-container { display: none; }#HZL3P6aasmIoLGHmkrRzXuFedahFu3yA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HZL3P6aasmIoLGHmkrRzXuFedahFu3yA > .row > .video-iframe-container { display: none; }#HZL3P6aasmIoLGHmkrRzXuFedahFu3yA > .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); }#HZL3P6aasmIoLGHmkrRzXuFedahFu3yA { border-width: 0; border-radius: 0; }#HZL3P6aasmIoLGHmkrRzXuFedahFu3yA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:278px;width:960px;position:relative;display:block; }#DGLHSri0NoERlS3tbMp5DuTqMzoxJLnE { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:219px;width:183px;top:-1px;left:715.89233534605px;overflow:hidden;display:block; }
#Dp2XwRCpX5fAGIMS0ztmpwquf8invSZp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:234px;width:252px;top:22px;left:354px;overflow:hidden;display:block; }
#kuQJ7oTN2hnd7L5bv7K7cKcmkKdg625J { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:256px;width:272px;top:0px;left:24px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UUmSSPFshDGscJQMWfUzAI3vNgR5runK { display:block; }#UUmSSPFshDGscJQMWfUzAI3vNgR5runK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVZHwlbUTQLWSdyV8353OWyM1rvJA04v { top:0px;left:271px;width:220px;height:204px;display:block; }
 }@media only screen and (max-width: 763px) { #tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu { display:block; }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-regular-label { width:300px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-text { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-text {padding-top: 0; padding-bottom: 0;}#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-textarea { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-select { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-select {padding-top: 0; padding-bottom: 0;}#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-button { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-checkbox-label { width:284px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT  { width:300px;height:auto;top:98px;left:227.9375px; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .radio-container { width:300px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT {display:block;}#evHqoaEZpn9g3LmraT25NmDQBLuMngWT { width:300px;height:auto;top:98px;left:227.9375px; }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #eQiF1HRvRyA1RgW7sHsc1ogcsnuUkeTy {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #boKhV9kpnTTInFHtDEZZ18iSZDnDp0rP {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #ZlDQ2i9ZPtVRNiAaM5z3gNmGkZUZb8H3 {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #QwWs94QTKZMly8c77fRQbMtpP7Qmhk1V {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #U6mnyrq3i5UJKSb0WL8mBpUeyG3EdV77 {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #T6PDANNiJEP3pFWOz4KyZQb8OHp0K9dR {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #fosbaWlfcoQTDsXna9rJqoGM7ehehK41 {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #HqZ5hsXCSTB6MaKDT0Jc3L4FzVxHPImx {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #f4zH76HWKTvc6nsmf16nJ7bLZ3QMDiD7 {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #Pta4yKpGQhrTGT7fTJvP2ARJbnMpHFdH {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #RFXonfXEwdcLS3bEn8x5RF6e2EGpCK4W {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #TT5ANUepnLK15OhT24wlR9MZkWuNLEL7 {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #Qb2lBiyiss77swEd3gtyo2WahMNhXGUT {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #veCQvT4SQJ50TEOtApJGNp3Cu5TXLZtT {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #ZPm25bWWm3Cf6eTG43xfhV1BApITBWGE {  }
 }@media only screen and (max-width: 763px) { #xqJD87TzZfnEeG8h4PBh838TOvi5cmFt { display:block; }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #S4wzLyofIONhtu96aZVzKaTR36Itqsng {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #MmvJGL9pAPhtd9sWOpHDTUODPEUP4aQD {  }
 }@media only screen and (max-width: 763px) { #ULMF8XpZXUbnDpTZkkwotrLpAflyGTJU { top:31px;left:246.5px;width:271px;height:78px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI { display:block; }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFXkH8JEsQr8yFlmXtOIzvSUJ5N516Fd { width:461px;height:31px;top:19px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #onBopSmDT34nMpBT433LUeCM7wuT36bp { width:332px;height:55px;top:53px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #t8oAvuZpTdB8fAila3VZCCpGunBtWCTU { width:345px;height:77px;top:123px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZV7XAO2lv9WQp2SUwLVd33TPgeSFo2ey { width:59px;height:59px;top:52px;left:281px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #pNniUn6V6qvdwHtZU4hbOchlOT6wJGxp { width:59px;height:59px;top:123px;left:281px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #es4TZ1q83zICQSf30ctPT47oS3OhS6CX { width:409px;height:79px;top:10px;left:355px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #svZJg16NZmNTQbhfhuCsauPVUcKqSqs7 { top:63px;left:400px;width:364px;height:61px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ULbb3RQ6z0UZtKzgAWmHBodIe4LlzPuV { top:60px;left:715px;width:49px;height:49px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #qRk9Wcir1ir0La4pirnGPP8QahB5VLwp { display:block; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGJWhi2eT3xBOIAZLNx3XislK4stM4Xq { top:18px;left:237px;width:336px;height:32px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #kmKia05lEvxZeDkiT5VxBFEugi66X1xh { width:59px;height:59px;top:51px;left:539px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #S4c4XznqBkNyJfvh8yx8z02F9mVHSwkf { top:71px;left:220px;width:342px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FIuhT99yrSQD6HTNANsUKvA8xiJPmUdJ { width:59px;height:59px;top:92px;left:539px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #A6TRfLKTWp6F3kxkPSt2mPnWzzpVlHdE { top:110px;left:248px;width:313px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy { display:block; }#G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9w58x5NQTTcgMnlwvglfxDMnun6NO5L { top:32px;left:471px;width:293px;height:41px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #hPoK8K1rvQhR2ivLy0hcUrLwxTCgyyR6 { top:163px;left:362.33334350586px;width:388px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WBUkTw5nnW53fW2Xvd3VhQ0FMzDmmBU5 { top:86px;left:362.33334350586px;width:388px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SNwJcfE6r8cGWtn31c2goJyWycMriufc { top:153px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #uoT6yhQQhl6W5cgVZwDSkvWnkqJR0ZTZ { top:32px;left:18.645843505859px;width:293px;height:41px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #uxd5wee2TGvClL5mo3AAi0kJm8m3tJBo { top:87px;left:0px;width:264px;height:54px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #xDfaeJFurZJIowC4D7Mxu258tyKiCcTD { top:159px;left:265.97915649414px;width:35px;height:35.9792px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #URGTss5cFt7F283bFhpo1LP0KsmkDFJ3 { top:163px;left:77.666656494141px;width:173px;height:29px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lhH2Kh7tkGkE4HIlmZexElGXXLrPzLhf { width:59px;height:59px;top:85px;left:253.97915649414px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #CHKD7qIRTTdoXqMS6wcSqnJzJS2GeRTT { width:59px;height:59px;top:85px;left:705px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS { display:block; }#kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWpmotBKTNiuVDGbxEsHTyFzt8VPEkhb { top:17px;left:515.00003051758px;width:200px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #cOf60v1yNq21wW61UNToxbBd7L5V8PDa { top:51px;left:27px;width:200px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #kxVtAnTr5VUELSG8t1rvNm2yN5kR8brV { top:0px;left:0px;width:272px;height:256px;display:none; }
 }@media only screen and (max-width: 763px) { #BTf9CpIWu3UruzJinNsiPbuGoPVeMHWB { top:-1px;left:550.89233534605px;width:183px;height:219px;display:none; }
 }@media only screen and (max-width: 763px) { #dREvU8FbSJbIKtxVpyMy4ZmRCp4ZVtln { top:22px;left:255px;width:252px;height:234px;display:none; }
 }@media only screen and (max-width: 763px) { #HZL3P6aasmIoLGHmkrRzXuFedahFu3yA { display:block; }#HZL3P6aasmIoLGHmkrRzXuFedahFu3yA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGLHSri0NoERlS3tbMp5DuTqMzoxJLnE { top:-1px;left:550.89233534605px;width:183px;height:219px;display:block; }
 }@media only screen and (max-width: 763px) { #Dp2XwRCpX5fAGIMS0ztmpwquf8invSZp { top:22px;left:255px;width:252px;height:234px;display:block; }
 }@media only screen and (max-width: 763px) { #kuQJ7oTN2hnd7L5bv7K7cKcmkKdg625J { top:0px;left:0px;width:272px;height:256px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UUmSSPFshDGscJQMWfUzAI3vNgR5runK { display:block; }#UUmSSPFshDGscJQMWfUzAI3vNgR5runK > .row .container { width:320px;height:181px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nVZHwlbUTQLWSdyV8353OWyM1rvJA04v { width:191px;height:179px;top:3.0517578125E-5px;left:64.000004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fG0xzaSw/IMGL1064.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu.adaptive-delivery-prevent-bg, #tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu.lazyload, #tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu.lazyloading { background-image: none; }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row .container { background-color: transparent; background-image: none; }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row .container > .video-iframe-container { display: none; }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row > .video-iframe-container { display: none; }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .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); }#tWTAL2fnByVvb3aiiMZhV52Rag6GBJKu > .row .container { width:320px;height:639px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-shadow:1px 1px 3px #ffffff; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-text {padding-top: 0; padding-bottom: 0;}#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-select {padding-top: 0; padding-bottom: 0;}#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .widget-checkbox-label { width:261px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT  { width:280px;height:auto;top:74px;left:0px; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#evHqoaEZpn9g3LmraT25NmDQBLuMngWT {display:block;}#evHqoaEZpn9g3LmraT25NmDQBLuMngWT { width:280px;height:auto;top:74px;left:0px; }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #eQiF1HRvRyA1RgW7sHsc1ogcsnuUkeTy {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #boKhV9kpnTTInFHtDEZZ18iSZDnDp0rP {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #ZlDQ2i9ZPtVRNiAaM5z3gNmGkZUZb8H3 {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #QwWs94QTKZMly8c77fRQbMtpP7Qmhk1V {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #U6mnyrq3i5UJKSb0WL8mBpUeyG3EdV77 {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #T6PDANNiJEP3pFWOz4KyZQb8OHp0K9dR {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #fosbaWlfcoQTDsXna9rJqoGM7ehehK41 {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #HqZ5hsXCSTB6MaKDT0Jc3L4FzVxHPImx {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #f4zH76HWKTvc6nsmf16nJ7bLZ3QMDiD7 {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #Pta4yKpGQhrTGT7fTJvP2ARJbnMpHFdH {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #RFXonfXEwdcLS3bEn8x5RF6e2EGpCK4W {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #TT5ANUepnLK15OhT24wlR9MZkWuNLEL7 {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #Qb2lBiyiss77swEd3gtyo2WahMNhXGUT {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #veCQvT4SQJ50TEOtApJGNp3Cu5TXLZtT {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #ZPm25bWWm3Cf6eTG43xfhV1BApITBWGE {  }
 }@media only screen and (max-width: 763px) { #xqJD87TzZfnEeG8h4PBh838TOvi5cmFt { display:block; }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #S4wzLyofIONhtu96aZVzKaTR36Itqsng {  }
 }@media only screen and (max-width: 763px) { #evHqoaEZpn9g3LmraT25NmDQBLuMngWT #MmvJGL9pAPhtd9sWOpHDTUODPEUP4aQD {  }
 }@media only screen and (max-width: 763px) { #ULMF8XpZXUbnDpTZkkwotrLpAflyGTJU { top:0px;left:28px;width:264px;height:78px;z-index:100005;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI { background-color:#ffffff;background-image:none;display:block; }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row .container { background-color: transparent; background-image: none; }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row .container > .video-iframe-container { display: none; }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row > .video-iframe-container { display: none; }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .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); }#NJ6pQpxr6aAyfgdBE1uDTiRXzn0hcrlI > .row .container { width:320px;height:402px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFXkH8JEsQr8yFlmXtOIzvSUJ5N516Fd { width:267px;height:56px;top:28px;left:27.000000953674px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #onBopSmDT34nMpBT433LUeCM7wuT36bp { width:209px;height:75px;top:79px;left:52.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #t8oAvuZpTdB8fAila3VZCCpGunBtWCTU { width:238px;height:100px;top:169px;left:41px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZV7XAO2lv9WQp2SUwLVd33TPgeSFo2ey { width:50px;height:50px;top:92.375px;left:270px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #pNniUn6V6qvdwHtZU4hbOchlOT6wJGxp { width:50px;height:50px;top:176px;left:270px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #es4TZ1q83zICQSf30ctPT47oS3OhS6CX { width:320px;height:82px;top:261.50001525879px;left:0px;text-align:center;text-align-last:center;font-size:22px;color:#000000;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #svZJg16NZmNTQbhfhuCsauPVUcKqSqs7 { width:235px;height:54px;top:310.8125px;left:27.000000953674px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ULbb3RQ6z0UZtKzgAWmHBodIe4LlzPuV { width:49px;height:49px;top:317.1875px;left:271px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #qRk9Wcir1ir0La4pirnGPP8QahB5VLwp { background-color:transparent;background-image:url("https://images.assets-landingi.com/gfammaTb/sekcja8_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp.adaptive-delivery-prevent-bg, #qRk9Wcir1ir0La4pirnGPP8QahB5VLwp.lazyload, #qRk9Wcir1ir0La4pirnGPP8QahB5VLwp.lazyloading { background-image: none; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row .container { background-color: transparent; background-image: none; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row .container > .video-iframe-container { display: none; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row > .video-iframe-container { display: none; }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .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); }#qRk9Wcir1ir0La4pirnGPP8QahB5VLwp > .row .container { width:320px;height:184px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tGJWhi2eT3xBOIAZLNx3XislK4stM4Xq { width:320px;height:28px;top:6px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #kmKia05lEvxZeDkiT5VxBFEugi66X1xh { width:59px;height:59px;top:42.99995803833px;left:259.9791765213px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #S4c4XznqBkNyJfvh8yx8z02F9mVHSwkf { width:215px;height:38px;top:53.5px;left:37.333333015442px;text-align:right;text-align-last:right;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FIuhT99yrSQD6HTNANsUKvA8xiJPmUdJ { width:59px;height:59px;top:106.5px;left:260.9791765213px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #A6TRfLKTWp6F3kxkPSt2mPnWzzpVlHdE { width:209px;height:38px;top:117px;left:43.333333015442px;text-align:right;text-align-last:right;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy { display:block; }#G9uprTVwZDqTgyUSTuMg2QGXtpVQnLDy > .row .container { width:320px;height:409px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M9w58x5NQTTcgMnlwvglfxDMnun6NO5L { width:320px;height:37px;top:210px;left:-2px;font-size:28px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hPoK8K1rvQhR2ivLy0hcUrLwxTCgyyR6 { width:179px;height:26px;top:324px;left:65px;font-size:20px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WBUkTw5nnW53fW2Xvd3VhQ0FMzDmmBU5 { width:209px;height:46px;top:263px;left:44px;font-size:18px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SNwJcfE6r8cGWtn31c2goJyWycMriufc { width:53px;height:53px;top:311px;left:253.00002002716px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #uoT6yhQQhl6W5cgVZwDSkvWnkqJR0ZTZ { width:293px;height:34px;top:14px;left:12.000000953674px;font-size:26px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uxd5wee2TGvClL5mo3AAi0kJm8m3tJBo { width:263px;height:48px;top:67.3125px;left:0px;text-align:right;text-align-last:right;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #xDfaeJFurZJIowC4D7Mxu258tyKiCcTD { width:62.9583px;height:62.9583px;top:115.375px;left:256.37502002716px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #URGTss5cFt7F283bFhpo1LP0KsmkDFJ3 { width:320px;height:24px;top:134.5px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #lhH2Kh7tkGkE4HIlmZexElGXXLrPzLhf { width:59px;height:59px;top:247.72915649414px;left:244.00000476837px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #CHKD7qIRTTdoXqMS6wcSqnJzJS2GeRTT { width:59px;height:59px;top:60.687503814697px;left:254.00002002716px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS { display:block; }#kzX6RX8bqhKmZGxHlodkFp57Gp0P7QXS > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWpmotBKTNiuVDGbxEsHTyFzt8VPEkhb { width:80px;height:80px;top:20.5px;left:56.96875px;display:block; }
 }@media only screen and (max-width: 763px) { #cOf60v1yNq21wW61UNToxbBd7L5V8PDa { width:83px;height:80px;top:23.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kxVtAnTr5VUELSG8t1rvNm2yN5kR8brV { width:84px;height:80px;top:24.5px;left:118px;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #BTf9CpIWu3UruzJinNsiPbuGoPVeMHWB { width:66px;height:80px;top:27.5px;left:243.96875px;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #dREvU8FbSJbIKtxVpyMy4ZmRCp4ZVtln { width:85px;height:80px;top:27px;left:175.5px;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #HZL3P6aasmIoLGHmkrRzXuFedahFu3yA { display:none; }#HZL3P6aasmIoLGHmkrRzXuFedahFu3yA > .row .container { width:320px;height:325px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DGLHSri0NoERlS3tbMp5DuTqMzoxJLnE { width:83px;height:100px;top:0px;left:192.9791765213px;display:none; }
 }@media only screen and (max-width: 763px) { #Dp2XwRCpX5fAGIMS0ztmpwquf8invSZp { width:107px;height:100px;top:184px;left:98.500004768372px;display:none; }
 }@media only screen and (max-width: 763px) { #kuQJ7oTN2hnd7L5bv7K7cKcmkKdg625J { width:106px;height:100px;top:0px;left:0px;display:none; }
 }