.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHqWDrghL35TrX397FSio85hGouP32xS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/kgDzLh5J/AFW_Landing_Page_option2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#ZHqWDrghL35TrX397FSio85hGouP32xS.adaptive-delivery-prevent-bg, #ZHqWDrghL35TrX397FSio85hGouP32xS.lazyload, #ZHqWDrghL35TrX397FSio85hGouP32xS.lazyloading { background-image: none; }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container { background-color: transparent; background-image: none; }#ZHqWDrghL35TrX397FSio85hGouP32xS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container > .video-iframe-container { display: none; }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row > .video-iframe-container { display: none; }#ZHqWDrghL35TrX397FSio85hGouP32xS > .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); }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container { border-width: 0; border-radius: 0; }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row > .video-iframe-container {  }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container { font-size:14px;font-family:arial;height:954px;width:960px;position:relative;display:block; }#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-form-header {  }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .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; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:273px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-input-text {padding-top: 0; padding-bottom: 0;}#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:273px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:cairo;vertical-align:top; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .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; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-input-select {padding-top: 0; padding-bottom: 0;}#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .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; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:21px;font-weight:bold;color:#f2f9ff;width:273px;height:65px;font-family:cairo;overflow:hidden;box-shadow: 1px 1px 30px rgba(255,255,255,0.5) ; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:14px; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .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; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .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; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .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; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-container:first-of-type{padding-top:0;}#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-container:last-of-type{padding-bottom:0;}#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P  { 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:569px;top:358px;z-index:15098;position:absolute; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:273px;display:block;vertical-align:top; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .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; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P {display:block;}#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P { 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:569px;top:358px;z-index:15098;position:absolute; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #ah6xK1G1GTxeUQauv7eBdT5BE4e65ev2 { position:relative; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #CeXGntCb4fnToW33DTwRfM7KTCxSBabp { position:relative;display:block; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #aktJNzdJNyaFmXcNQ5ZEdRHwI5FalGh3 { position:relative; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #wFwONbl6csrmb1bbTiMaXt00ZMK63gTJ { position:relative; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #gBERgh1hrkOArfy2DxAldOTS9KEXesWo { position:relative;display:block; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #I1pXuBDkPwSITd0yssu30zalHmlSMV9Z { position:relative; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #mI5iH1XOtuU67Nvdr5S0WRSArtLTRouZ { position:relative; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #mI5iH1XOtuU67Nvdr5S0WRSArtLTRouZ .container-column{width:50%;}#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #KdKB8wBuZh0xMNLvCXgci2zL6NLavrZV { position:relative;display:block; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #sKXd4BQodo0G9i9xcOLAAzmHaJBUGO0F { position:relative;z-index:2; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #SfIhrmK9oKQtACc8UXArDIHssQSn5SFf { position:relative; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #ggT8AT733VGr31KnAZZtgZe6Bs2C7Ox7 { position:relative;z-index:2; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #AKMqp6VVdQeGTI5QS1Mbm1w7MvxIczby { position:relative; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #zMf3Szim82OQ8GJctdykAiaLAeDK8V2H { position:relative; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #tdDfMOZU7GTtvJmQKFnJxmL5XaxMpepn { position:relative;display:block; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #vTZvDX1fZ7FC7ofitTZfJNzkbKZ34W03 { position:relative; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #VXEXUOtxw5of4DZbZFgXWTorrb3V4UMG { position:relative; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #S8whW3xWElkbwy2X9r0HM60CQG9bbPrL { position:relative;display:block; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #NHBmTUghNICCDl7aTpdh6QHN9iDkW0Xt { position:relative; }
#x3JvIwbmHAP3H4SX0Lwcwfp2nfIh5y5c { position:relative;display:block; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #nFxfQAhdrlwZ8muKkXagdkBWeh45W8Um { position:relative; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #XG7NsMN6K1iywCcqN6Rf0ySXKb28ThJk { position:relative; }
#VRMSDH59yGE8AEwJqDHxTWXrFneptlCV { color:#002323;display:block;width:246px;position:absolute;font-family:cairo;font-size:24px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:304px;left:592px;height:31.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K79FTJdU7XCmmuUoKbK1DDCcVMwKrS8d { color:#0e849e;display:block;width:820px;position:absolute;font-family:cairo;font-size:35px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:182.328125px;left:63px;height:45.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qNGyCPWUZFuUVK8mBgky3HQD15GHQvlX { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100px;width:375px;top:825.00003051758px;left:0px;overflow:hidden;display:none; }
#CzgBXTVMTkUvzH2cWQZs6o7dCgDCqM3L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:77px;width:202px;top:698px;left:625px;overflow:hidden;display:block; }
#ExMBadG6bvRI3kQ0mR2g1QEmUkHJ7IN4 { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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:263px;top:290px;left:573px;display:block; }
#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row .container { background-color: transparent; background-image: none; }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row .container > .video-iframe-container { display: none; }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row > .video-iframe-container { display: none; }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .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); }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row .container { border-width: 0; border-radius: 0; }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row > .video-iframe-container {  }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row .container { font-size:14px;font-family:arial;height:388px;width:960px;position:relative;display:block; }#FZo97Ny4TB04iTdH4MfHv2loSSHvR1Pg { color:#00308a;display:block;width:175px;position:absolute;font-family:cairo;font-size:17px;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:205px;left:400px;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Sz4TmWb0iKvqlmTfNUGWUJ9vCtPlePDi { color:#0f86a9;display:block;width:225px;position:absolute;font-family:cairo;font-size:18px;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:126px;left:350px;height:23.3906px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TvmMwGneULL1ylWmNEpKPtBN7zoMFguZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:288px;width:233px;top:96px;left:343px;overflow:hidden;display:block; }
#leeewWgplpMD0sqCQAEWGbCrS8rBGT07 { color:#313233;display:block;width:218px;position:absolute;font-family:cairo;font-size:14px;font-weight:700;z-index:15076;line-height:1.6;letter-spacing:0;top:171.984375px;left:335px;height:89.5624px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tCXpRs4UbtgyTR8PtbqvVTIhbgrIJ7BB { color:#ef4b15;display:block;width:60px;position:absolute;font-family:cairo;font-size:33px;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:249.765625px;left:457.5px;height:52.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tCFZJ3apCdphEiF6CXLzzlZK0lN81vyS { color:#383838;display:block;width:202px;position:absolute;font-family:cairo;font-size:19px;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:260.546875px;left:335px;height:24.6875px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FvwwVgfnqidy9yaCcuWGGeuHdzUGA68A { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:165px;top:303px;left:385px;overflow:hidden;display:block; }
#qUJfxTJbFME85GrRnPZIaX5aTOJRSfIc { z-index:15093;top:312px;left:372px;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:cairo;font-size:20px;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:182px;height:40px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#omss0q98XDp3oH0WW1N6bD2DIiw7t99U { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oFzTM9CDT86vaOXyD7RzO0mF3Rohan7x { color:#1c89a9;display:block;width:694px;position:absolute;font-family:cairo;font-size:23px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12px;left:114px;height:59.7812px;text-align:center;text-align-last:center;display:block; }
#dWHSVSSS1V0m9TvSOKSZp0bRAJAil5cb { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49.9375px;width:49.9375px;top:22.8125px;left:673.0625px;overflow:hidden;display:block; }
#U2aAamPTTP6QzNNAmZFqWHPw2gyp6MBT { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:49.9375px;width:49.9375px;top:22.8125px;left:198.0625px;overflow:hidden;display:block; }
#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffeae3, #0f86a9);background-image: -moz-linear-gradient(180deg, #ffeae3, #0f86a9);background-image: -ms-linear-gradient(180deg, #ffeae3, #0f86a9);background-image: -o-linear-gradient(180deg, #ffeae3, #0f86a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeae3', endColorstr='#0f86a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeae3', endColorstr='#0f86a9' );";background-image: linear-gradient(180deg, #ffeae3, #0f86a9);background-size:initial !important;position:relative;display:block; }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row .container { background-color: transparent; background-image: none; }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row .container > .video-iframe-container { display: none; }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row > .video-iframe-container { display: none; }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .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); }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row .container { border-width: 0; border-radius: 0; }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row > .video-iframe-container {  }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row .container { font-size:14px;font-family:arial;height:322px;width:960px;position:relative;display:block; }#elolMfqpcPxkc56zzxTDceXpNUNqXPJv { 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:17px;left:404px;height:40.6875px;font-style:normal;display:block; }
#n4FlETV0S3Tn8P28E2QklJzagaiesSUT { color:#434343;display:block;width:169px;position:absolute;font-family:cairo;font-size:20px;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:299px;left:158px;height:32px;font-style:normal;display:none; }
#Ee0JTdf1NeX0buTUCDHMHsDRhX223eMz { 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:84px;left:94px;height:32px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BnyLxzNoSzO7VZx6sTldvD38Gkxd9Jc3 { box-sizing:content-box;color:#434343;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:290px;left:96px;display:none; }
#gULS7HC1LAVHcc6eJTAIPhzmxhCuXPGD { 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:116px;left:807px;display:block; }
#WUTDcxkqO2hX5zSJdziWu1cH35rfgOZr { 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:285px;left:649px;height:20.7969px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fTZsBxHgNlAc5GOyKwX99WOfM3liRxtI { 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:138px;left:37px;height:64px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#N1yJernUWsMfFkL6IpVFWhrOdC0KXE3u { 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:70px;left:807px;display:block; }
#T9IQaGflxk8cScaE4T630sGHEOT7U6Ro { 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:216px;left:517px;height:28.7969px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bzGNV0HfV7KD2vweczGXmuUPLSXkWFFz { 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:207px;left:515px;display:block; }
#zMFRQv0qgtgebZAwnM7dNa1DWfCMDsyf { box-sizing:content-box;color:#ffeae3;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:205px;left:419px;display:block; }
#T0R9sNQJ7zzzivTTncy5BpUc1KqNKl10 { box-sizing:content-box;color:#ffeae3;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:205px;left:355px;display:block; }
#Jc9ENyD5zr9BvUHTxaI3OhF6eyZu1D2A { box-sizing:content-box;color:#ffeae3;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:205px;left:289px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZHqWDrghL35TrX397FSio85hGouP32xS { display:block; }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-regular-label { display:block; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P  { width:273px;height:auto; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P {display:block;}#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P { width:273px;height:auto; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #ah6xK1G1GTxeUQauv7eBdT5BE4e65ev2 {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #CeXGntCb4fnToW33DTwRfM7KTCxSBabp { display:block; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #aktJNzdJNyaFmXcNQ5ZEdRHwI5FalGh3 {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #wFwONbl6csrmb1bbTiMaXt00ZMK63gTJ {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #gBERgh1hrkOArfy2DxAldOTS9KEXesWo { display:block; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #I1pXuBDkPwSITd0yssu30zalHmlSMV9Z {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #mI5iH1XOtuU67Nvdr5S0WRSArtLTRouZ {  }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #mI5iH1XOtuU67Nvdr5S0WRSArtLTRouZ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #KdKB8wBuZh0xMNLvCXgci2zL6NLavrZV { display:block; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #sKXd4BQodo0G9i9xcOLAAzmHaJBUGO0F { z-index:2; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #SfIhrmK9oKQtACc8UXArDIHssQSn5SFf {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #ggT8AT733VGr31KnAZZtgZe6Bs2C7Ox7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #AKMqp6VVdQeGTI5QS1Mbm1w7MvxIczby {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #zMf3Szim82OQ8GJctdykAiaLAeDK8V2H {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #tdDfMOZU7GTtvJmQKFnJxmL5XaxMpepn { display:block; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #vTZvDX1fZ7FC7ofitTZfJNzkbKZ34W03 {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #VXEXUOtxw5of4DZbZFgXWTorrb3V4UMG {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #S8whW3xWElkbwy2X9r0HM60CQG9bbPrL { display:block; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #NHBmTUghNICCDl7aTpdh6QHN9iDkW0Xt {  }
 }@media only screen and (max-width: 763px) { #x3JvIwbmHAP3H4SX0Lwcwfp2nfIh5y5c { display:block; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #nFxfQAhdrlwZ8muKkXagdkBWeh45W8Um {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #XG7NsMN6K1iywCcqN6Rf0ySXKb28ThJk {  }
 }@media only screen and (max-width: 763px) { #VRMSDH59yGE8AEwJqDHxTWXrFneptlCV { width:246px;height:31px;top:304px;left:494px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #K79FTJdU7XCmmuUoKbK1DDCcVMwKrS8d { top:182px;left:0px;width:764px;height:45px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qNGyCPWUZFuUVK8mBgky3HQD15GHQvlX { top:825px;left:0px;width:375px;height:100px;display:block; }
 }@media only screen and (max-width: 763px) { #CzgBXTVMTkUvzH2cWQZs6o7dCgDCqM3L { top:698px;left:527px;width:202px;height:77px;display:block; }
 }@media only screen and (max-width: 763px) { #ExMBadG6bvRI3kQ0mR2g1QEmUkHJ7IN4 { top:290px;left:475px;width:263px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g { display:block; }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZo97Ny4TB04iTdH4MfHv2loSSHvR1Pg { top:205px;left:302px;width:175px;height:0;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Sz4TmWb0iKvqlmTfNUGWUJ9vCtPlePDi { width:225px;height:23px;top:126px;left:252px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TvmMwGneULL1ylWmNEpKPtBN7zoMFguZ { top:96px;left:245px;width:233px;height:288px;display:block; }
 }@media only screen and (max-width: 763px) { #leeewWgplpMD0sqCQAEWGbCrS8rBGT07 { top:171px;left:237px;width:218px;height:89px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tCXpRs4UbtgyTR8PtbqvVTIhbgrIJ7BB { width:60px;height:52px;top:249px;left:359.5px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { #tCFZJ3apCdphEiF6CXLzzlZK0lN81vyS { width:202px;height:24px;top:260px;left:237px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FvwwVgfnqidy9yaCcuWGGeuHdzUGA68A { top:303px;left:287px;width:165px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #qUJfxTJbFME85GrRnPZIaX5aTOJRSfIc { top:312px;left:274px;width:182px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #omss0q98XDp3oH0WW1N6bD2DIiw7t99U { display:block; }
 }@media only screen and (max-width: 763px) { #oFzTM9CDT86vaOXyD7RzO0mF3Rohan7x { top:12px;left:16px;width:694px;height:59px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #dWHSVSSS1V0m9TvSOKSZp0bRAJAil5cb { top:22px;left:575.0625px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #U2aAamPTTP6QzNNAmZFqWHPw2gyp6MBT { top:22px;left:100.0625px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 { display:block; }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elolMfqpcPxkc56zzxTDceXpNUNqXPJv { width:461px;height:40px;top:17px;left:303px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #n4FlETV0S3Tn8P28E2QklJzagaiesSUT { width:169px;height:32px;top:299px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ee0JTdf1NeX0buTUCDHMHsDRhX223eMz { width:721px;height:32px;top:84px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BnyLxzNoSzO7VZx6sTldvD38Gkxd9Jc3 { width:50px;height:50px;top:290px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #gULS7HC1LAVHcc6eJTAIPhzmxhCuXPGD { width:59px;height:59px;top:116px;left:705px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #WUTDcxkqO2hX5zSJdziWu1cH35rfgOZr { top:285px;left:453px;width:311px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fTZsBxHgNlAc5GOyKwX99WOfM3liRxtI { width:764px;height:64px;top:138px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N1yJernUWsMfFkL6IpVFWhrOdC0KXE3u { width:59px;height:59px;top:70px;left:705px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #T9IQaGflxk8cScaE4T630sGHEOT7U6Ro { width:309px;height:28px;top:216px;left:419px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #bzGNV0HfV7KD2vweczGXmuUPLSXkWFFz { top:207px;left:417px;width:323px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #zMFRQv0qgtgebZAwnM7dNa1DWfCMDsyf { top:205px;left:321px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #T0R9sNQJ7zzzivTTncy5BpUc1KqNKl10 { top:205px;left:257px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Jc9ENyD5zr9BvUHTxaI3OhF6eyZu1D2A { top:205px;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) { #ZHqWDrghL35TrX397FSio85hGouP32xS { display:block; }#ZHqWDrghL35TrX397FSio85hGouP32xS { background-color: transparent; background-image: none; }#ZHqWDrghL35TrX397FSio85hGouP32xS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container > .video-iframe-container { display: none; }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row > .video-iframe-container { display: none; }#ZHqWDrghL35TrX397FSio85hGouP32xS > .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); }#ZHqWDrghL35TrX397FSio85hGouP32xS { border-width: 0; border-radius: 0; }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container > .video-iframe-container {  }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container { width:320px;height:1222px;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gr7v4Q6g/landing_page_mobil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container.adaptive-delivery-prevent-bg, #ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container.lazyload, #ZHqWDrghL35TrX397FSio85hGouP32xS > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-regular-label { width:240px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-input-text { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-input-text {padding-top: 0; padding-bottom: 0;}#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-textarea { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-input-select { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-input-select {padding-top: 0; padding-bottom: 0;}#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-input-button { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .widget-checkbox-label { width:221px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P  { width:240px;height:auto;top:531px;left:20px;z-index:15033; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P .radio-container { width:240px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P {display:block;}#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P { width:240px;height:auto;top:531px;left:20px;z-index:15033; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #ah6xK1G1GTxeUQauv7eBdT5BE4e65ev2 {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #CeXGntCb4fnToW33DTwRfM7KTCxSBabp { display:block; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #aktJNzdJNyaFmXcNQ5ZEdRHwI5FalGh3 {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #wFwONbl6csrmb1bbTiMaXt00ZMK63gTJ {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #gBERgh1hrkOArfy2DxAldOTS9KEXesWo { display:block; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #I1pXuBDkPwSITd0yssu30zalHmlSMV9Z {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #mI5iH1XOtuU67Nvdr5S0WRSArtLTRouZ {  }
#HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #mI5iH1XOtuU67Nvdr5S0WRSArtLTRouZ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #KdKB8wBuZh0xMNLvCXgci2zL6NLavrZV { display:block; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #sKXd4BQodo0G9i9xcOLAAzmHaJBUGO0F { z-index:2; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #SfIhrmK9oKQtACc8UXArDIHssQSn5SFf {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #ggT8AT733VGr31KnAZZtgZe6Bs2C7Ox7 { z-index:2; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #AKMqp6VVdQeGTI5QS1Mbm1w7MvxIczby {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #zMf3Szim82OQ8GJctdykAiaLAeDK8V2H {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #tdDfMOZU7GTtvJmQKFnJxmL5XaxMpepn { display:block; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #vTZvDX1fZ7FC7ofitTZfJNzkbKZ34W03 {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #VXEXUOtxw5of4DZbZFgXWTorrb3V4UMG {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #S8whW3xWElkbwy2X9r0HM60CQG9bbPrL { display:block; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #NHBmTUghNICCDl7aTpdh6QHN9iDkW0Xt {  }
 }@media only screen and (max-width: 763px) { #x3JvIwbmHAP3H4SX0Lwcwfp2nfIh5y5c { display:block; }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #nFxfQAhdrlwZ8muKkXagdkBWeh45W8Um {  }
 }@media only screen and (max-width: 763px) { #HMEqOzPPq07UAbAXxXaUOeQcmDB54x5P #XG7NsMN6K1iywCcqN6Rf0ySXKb28ThJk {  }
 }@media only screen and (max-width: 763px) { #VRMSDH59yGE8AEwJqDHxTWXrFneptlCV { width:171.958px;height:28.8906px;top:503px;left:65px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #K79FTJdU7XCmmuUoKbK1DDCcVMwKrS8d { width:277px;height:41.5938px;top:176px;left:21.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #qNGyCPWUZFuUVK8mBgky3HQD15GHQvlX { width:320px;height:85.333333333333px;top:825px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #CzgBXTVMTkUvzH2cWQZs6o7dCgDCqM3L { width:166px;height:62px;top:876px;left:77px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ExMBadG6bvRI3kQ0mR2g1QEmUkHJ7IN4 { width:185px;height:35px;top:492px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row .container { background-color: transparent; background-image: none; }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row .container > .video-iframe-container { display: none; }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row > .video-iframe-container { display: none; }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .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); }#Q2NM6F41OdtSoTfAdJUDAvDTP8RGf04g > .row .container { width:320px;height:411px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZo97Ny4TB04iTdH4MfHv2loSSHvR1Pg { width:175px;height:0;top:323px;left:73px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Sz4TmWb0iKvqlmTfNUGWUJ9vCtPlePDi { width:235px;height:26px;top:131px;left:43px;text-align:center;text-align-last:center;line-height:1.3;font-size:20px;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #TvmMwGneULL1ylWmNEpKPtBN7zoMFguZ { width:250px;height:308px;top:93px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #leeewWgplpMD0sqCQAEWGbCrS8rBGT07 { width:201px;height:96px;top:194px;left:65px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tCXpRs4UbtgyTR8PtbqvVTIhbgrIJ7BB { width:60px;height:28.7969px;top:267px;left:156px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tCFZJ3apCdphEiF6CXLzzlZK0lN81vyS { width:202px;height:24.6875px;top:266px;left:46px;text-align:center;text-align-last:center;line-height:1.3;font-size:19px;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #FvwwVgfnqidy9yaCcuWGGeuHdzUGA68A { width:165px;height:60px;top:302px;left:78px;display:block; }
 }@media only screen and (max-width: 763px) { #qUJfxTJbFME85GrRnPZIaX5aTOJRSfIc { top:312px;left:61px;width:182px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #omss0q98XDp3oH0WW1N6bD2DIiw7t99U { display:block; }
 }@media only screen and (max-width: 763px) { #oFzTM9CDT86vaOXyD7RzO0mF3Rohan7x { width:218px;height:58.5px;top:20px;left:51px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWHSVSSS1V0m9TvSOKSZp0bRAJAil5cb { width:49px;height:48px;top:25.25px;left:271px;display:block; }
 }@media only screen and (max-width: 763px) { #U2aAamPTTP6QzNNAmZFqWHPw2gyp6MBT { width:49px;height:49px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row .container { background-color: transparent; background-image: none; }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row .container > .video-iframe-container { display: none; }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row > .video-iframe-container { display: none; }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .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); }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row .container { border-width: 0; border-radius: 0; }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row > .video-iframe-container {  }#uPOOz9813sPdHyiFbReTgVPkMCp1ekm0 > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elolMfqpcPxkc56zzxTDceXpNUNqXPJv { width:267px;height:24.1979px;top:28px;left:27.000000953674px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #n4FlETV0S3Tn8P28E2QklJzagaiesSUT { width:320px;height:32px;top:379px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Ee0JTdf1NeX0buTUCDHMHsDRhX223eMz { width:209px;height:76.7812px;top:70px;left:41.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #BnyLxzNoSzO7VZx6sTldvD38Gkxd9Jc3 { width:50px;height:50px;top:415px;left:133px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #gULS7HC1LAVHcc6eJTAIPhzmxhCuXPGD { width:50px;height:50px;top:145px;left:249px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WUTDcxkqO2hX5zSJdziWu1cH35rfgOZr { width:311px;height:20.7969px;top:400.00003051758px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTZsBxHgNlAc5GOyKwX99WOfM3liRxtI { width:238px;height:102.375px;top:157px;left:22px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N1yJernUWsMfFkL6IpVFWhrOdC0KXE3u { width:50px;height:50px;top:56px;left:248px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #T9IQaGflxk8cScaE4T630sGHEOT7U6Ro { width:300.994px;height:27.2017px;top:268.87805175781px;left:0px;text-align:right;text-align-last:right;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #bzGNV0HfV7KD2vweczGXmuUPLSXkWFFz { width:287px;height:47px;top:259px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #zMFRQv0qgtgebZAwnM7dNa1DWfCMDsyf { width:50px;height:50px;top:325.97915649414px;left:233.00000476837px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #T0R9sNQJ7zzzivTTncy5BpUc1KqNKl10 { width:50px;height:50px;top:326.47915649414px;left:134.50000476837px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Jc9ENyD5zr9BvUHTxaI3OhF6eyZu1D2A { width:50px;height:50px;top:325.99984741211px;left:41.500000953674px;font-size:35px;display:block; }
 }