.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a { position:relative;display:block; }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a { background-color: transparent; background-image: none; }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a > .row .container > .video-iframe-container { display: none; }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a > .row > .video-iframe-container { display: none; }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a > .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); }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a { border-width: 0; border-radius: 0; }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#003a78;background-image:url("https://images.assets-landingi.com/uc/8579e038-e587-4cae-87c0-f850bffde4df/TheDunesland.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:571px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a > .row .container.adaptive-delivery-prevent-bg, #Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a > .row .container.lazyload, #Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a > .row .container.lazyloading { background-image: none; }#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-form-header {  }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-regular-label { height:auto;display:block;font-family:arial;font-size:14px;font-weight:bold;color:#152f2e;width:286px;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:left;text-align-last:left;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;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 #d8d8d8;border-left:1px solid #d8d8d8;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;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:286px;box-sizing:border-box;height:45px;color:#152f2e;font-size:13px;overflow:hidden;font-family:lato;font-weight:400;font-style:normal;line-height:1;vertical-align:top;text-align:left;text-align-last:left; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-textarea { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;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 #d8d8d8;border-left:1px solid #d8d8d8;border-right:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;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:286px;box-sizing:border-box;height:70px;color:#152f2e;font-size:13px;overflow:hidden;font-family:lato;font-weight:400;font-style:normal;line-height:1;vertical-align:top;text-align:left;text-align-last:left; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .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:286px;box-sizing:border-box;height:40px;color:#161616;font-family:arial;font-size:14px;overflow:hidden;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .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; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-button { border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;background-color:#003a78;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:26px;font-weight:400;color:#ffffff;width:286px;height:57px;font-family:poppins;overflow:hidden;font-style:normal;line-height:.8; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq [class*="-text"]:-moz-placeholder { color:#152f2e;font-family:"source sans pro";font-size:14px;text-align:left;text-align-last:left; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq [class*="-text"]::-moz-placeholder { color:#152f2e;font-family:"source sans pro";font-size:14px;text-align:left;text-align-last:left; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq [class*="-text"]:-ms-input-placeholder { color:#152f2e;font-family:"source sans pro";font-size:14px;text-align:left;text-align-last:left; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq [class*="-text"]::-webkit-input-placeholder { color:#152f2e;font-family:"source sans pro";font-size:14px;text-align:left;text-align-last:left; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .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:"source sans pro";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:266px;overflow:hidden;font-style:normal;float:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .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; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .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:arial;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-container:first-of-type{padding-top:0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-container:last-of-type{padding-bottom:0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:286px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:95px;left:553.984375px; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:286px;display:block;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-info-text { display:block;height:auto;font-family:arial;font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq {display:block;}#TrJ5910ucwyT8HNecHn480GxJQafulSq { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:286px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:95px;left:553.984375px; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #K8W4A1HfTS6TsANk1qoWhih7dTahS8nS { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #RWQVlFL1U7om3mEKhuRUzgE3Xy0zOGZt { position:relative;display:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #PanCbSFNUQAs5h1D9wFXdR2zHlnsMMJC { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #FpvnODPokgeE62uf7nd4VMy1JfBWszGy { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #xVAwM0JbOGF3hrkiCHEkPTfcHK6PQuRe { position:relative;display:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #c2g7ywXNig7wlCF7DLa1qR8u41GAPTFr { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #g0k9ndiqdifgKzF4TCxVq47Vqzbx5PPs { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #TDkk3Enf88XQ7HpK9UeyyhRZD56QUV0L { position:relative;display:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #ldUa76EhlHE1T4XIJTI8KONcui2z4bmO { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #ybE867pGNZVxotzMZnPmwXHkAMleiMga { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #kAak8m01LGhsCtMxPHRpVyPXmV4rrTDJ { position:relative;display:none; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #UnmkWXQRUt4pxP7eH4aJk69tdgsTIiQM { position:relative; }
#pAhkWIcfiSp6U4cS6kpXkJTk9z62R2Jh { position:relative;display:block; }
#TCARf3rZtIDTsznXwZRbz74C6Vw00v68 { position:relative;display:block; }
#c4IWF2xylNJMAxtpPJ3ol7ot1aTfG4ZD { position:relative;display:block; }
#dexTOolfpMUnRrSfWh8NhI7U1fMCzL0C { position:relative;display:block; }
#RiFtsfZC4JEPu5vD1TRUdkrGdzfHvfrl { position:relative;display:block; }
#FsiwZ1qqUtbQuGWSZHXXXdAFfOESrIpZ { position:relative;display:block; }
#ZZpEVD4CLhR8duDTlsRHUkbuxng9IEgM { position:relative;display:block; }
#ctuICh2tmStZwfGLkZDgd5IdkHAEEOPf { position:relative;display:block;z-index:100000;display:block; }
#eOPl5Cb9mx12lkyHLueUFnQNQtmlwTxo { position:relative;display:block;z-index:100000;display:block; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #UXZFa1qkkt173LA9GdThzIJqPNXMG2hn { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #RcGMcStQC13frWM9ZqxDT3RE5zUI779m { position:relative;z-index:2; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #ikhTzJisdmqGKtZ8nZbNa2UgwRN52czX { position:relative; }
#sByMewx67blWPs3Fib9VgbE5ocHzoSBg { position:relative;display:block; }
#pxdCxhPwn3CEPim0McHo7kUKZn7HbkDJ { position:relative;display:block; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #Ii0lmWNmNWkACv2fSmuTRdntpkXEdHEX { position:relative; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq #TTttlDn1JQtF63nXJJTEtgQeWuOxHbd1 { position:relative; }
#FJbm7KKGz2U0Hs2lwheBigRHMTtpncLw { color:#ffffff;display:block;width:327.969px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:44px;left:70.875px;height:57.1484px;font-style:normal;display:block; }
#ZJ74hMMiqlaL4xbc6K9GJOw9kCBcnwRq { color:#ffffff;display:block;width:380.984px;position:absolute;font-family:montserrat;font-size:17px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:132.453125px;left:70.875px;height:132.5388px;display:block; }
#LAOqqDqdRcBsVu2Tr0DKyEfzPODaDhQT { color:#000000;display:block;width:270.984px;position:absolute;font-family:montserrat;font-size:20px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:44px;left:581.5px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rJszFd20IZ42L8s41uvZV8kaS7tJTW1r { color:#000000;display:block;width:348.969px;position:absolute;font-family:montserrat;font-size:14px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:77.8125px;left:542.5px;height:18.2031px;text-align:center;text-align-last:center;display:block; }
#aW3pM7uPCFlzwtsuyImCkhql9y29zDOi { box-sizing:content-box;height:511.992px;width:335px;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:30px;left:554px;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:0;display:block; }
#BOWwzqDcU5QE8yllKzvn9IrTyX1v4r6g { color:#ffffff;display:block;width:327.969px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:315.078125px;left:70.875px;height:28.5742px;font-style:normal;display:block; }
#TcKSQxxKdU0apne9osO8hnddETh1uKNR { color:#ffffff;display:block;width:380.984px;position:absolute;font-family:montserrat;font-size:19px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:372.5px;left:70.875px;height:148.125px;display:block; }
#r38vx71c00CrXzqU0gUmtDD8Wn1PMzJP { box-sizing:content-box;height:1.99219px;width:875.977px;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:568.984375px;left:41.9921875px;display:block; }
#EXFTPpKerqbtd43BkpXbmKHD2QHuZtLL { box-sizing:content-box;height:572.984px;width:960px;position:absolute;display:block;z-index:15005;background-color:rgba(0,58,120,0.8);background-image:none;top:0px;left:0px;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#124651;background-image:none;font-size:14px;font-family:arial;height:385px;width:960px;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#dadp9P0Za1IPBnk7yxA1GDSXlTHIpTwn { color:#ffffff;display:block;width:857.969px;position:absolute;font-family:montserrat;font-size:38px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:69.46875px;left:50.984375px;height:91.211px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USqcJhsuAfJ4qCDTpgdA1TV2nxsgCxH4 { color:#ffffff;display:block;width:793.953px;position:absolute;font-family:montserrat;font-size:26px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:191.828125px;left:83.015625px;height:33.7891px;text-align:center;text-align-last:center;display:block; }
#Kp7MXdPm4DaXW1espzH46u7p9wdoZrLm { box-sizing:content-box;height:383px;width:960px;position:absolute;display:block;z-index:15005;background-color:rgba(0,58,120,0.28);background-image:none;top:2.99609375px;left:0px;display:block; }
#fOz9HBGy4UOps4gBxuwW0b7ASDoJOvwL { color:#ffffff;display:block;width:793.938px;position:absolute;font-family:montserrat;font-size:26px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:290px;left:97.5px;height:33.7891px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD { position:relative;display:block; }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD { background-color: transparent; background-image: none; }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .row .container > .video-iframe-container { display: none; }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .row > .video-iframe-container { display: none; }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .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); }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD { border-width: 0; border-radius: 0; }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .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:766px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UOxJRHB806PyXItgMLLLw02Xqay1NTGV { color:#000000;display:block;width:495px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:32px;left:232.5px;height:31.1914px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGslZcfHk6cr9OdeK4FZ3zseu4D76zrQ { box-sizing:content-box;height:167px;width:960px;position:absolute;display:block;z-index:15007;background-color:#003a78;background-image:none;top:598.0078125px;left:0px;display:block; }
#FoBNhmM3Kayu6zNTvubKrKtRSeFt0ZTq { box-sizing:content-box;height:213px;width:213px;position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.8);background-image:none;top:187.98828125px;left:67.5px;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;display:block; }
#Izudw1eLgmcJAfmpk5p4F3h7xvncke4M { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:75px;width:75px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:114.23828125px;left:137.734375px; }
#V5wTgbqcQb9Ns1KsssRaxmkbIFuPObMX { box-sizing:content-box;height:213px;width:213px;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.8);background-image:none;top:187.98828125px;left:385px;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;display:block; }
#vDQuov56zRJVXMf5J9Zfm3kv0gTxo5HT { box-sizing:content-box;height:213px;width:213px;position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.8);background-image:none;top:187.98828125px;left:694.4921875px;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;display:block; }
#QRZzqceJZCSRV2NnTAKsTIeyH5z8AEk5 { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:14px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:224.31640625px;left:75.234375px;height:127.422px;text-align:center;text-align-last:center;display:block; }
#cdD9GgkTyNSC3VNUxNn9GCkoavGsAmNt { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:478px;left:79px;height:63.6328px;display:block; }
#Bo4hGwahFEMKRBMoyNtSTA3iUVwa23Qq { color:#000000;display:block;width:235.996px;position:absolute;font-family:"source sans pro";font-size:14px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:224.31640625px;left:361.97265625px;height:200.234px;text-align:center;text-align-last:center;display:block; }
#fkTntTPS22Oku3TwyM8KSOw90I0DiO3y { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:478px;left:384px;height:94.8242px;display:block; }
#TXLtTGqFMQIGTeay169pwc3w1hIxXkyB { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:14px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:226.83334350586px;left:702.3125px;height:200.234px;text-align:center;text-align-last:center;display:block; }
#gIFdxpuG1JDrwWL4ZwW5SIpq2NzlqeTw { color:#000000;display:block;width:200px;position:absolute;font-family:"source sans pro";font-size:24px;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:478px;left:706px;height:63.6328px;display:block; }
#sAo6O0Q8cI9IXpn2mWGvA6bLEpehtC1m { color:#000000;display:block;width:200px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:20px;top:799px;left:122px;display:none; }
#b7h6q1J0Qohb5kFh5QyqzeApfr7V9TTi { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:75px;width:75px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:114.23828125px;left:442.5px; }
#SxkCnoh75nAVLfUeFo62rs1wFmi9KXyh { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:75px;width:75px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:114.23828125px;left:764.7265625px; }
#vkt2A0qiyfD0yT3F2Xk0zdpDh5249O46 { color:#898989;display:block;width:890.996px;position:absolute;font-family:arial;font-size:12px;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:611.3671875px;left:47.24609375px;height:140.273px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a { display:block; }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-regular-label { width:286px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-textarea { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-button { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-checkbox-label { width:267px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq  { width:286px;height:auto;top:95px;left:438px; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .radio-container { width:286px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq {display:block;}#TrJ5910ucwyT8HNecHn480GxJQafulSq { width:286px;height:auto;top:95px;left:438px; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #K8W4A1HfTS6TsANk1qoWhih7dTahS8nS {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #RWQVlFL1U7om3mEKhuRUzgE3Xy0zOGZt {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #PanCbSFNUQAs5h1D9wFXdR2zHlnsMMJC {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #FpvnODPokgeE62uf7nd4VMy1JfBWszGy {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #xVAwM0JbOGF3hrkiCHEkPTfcHK6PQuRe {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #c2g7ywXNig7wlCF7DLa1qR8u41GAPTFr {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #g0k9ndiqdifgKzF4TCxVq47Vqzbx5PPs {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #TDkk3Enf88XQ7HpK9UeyyhRZD56QUV0L {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ldUa76EhlHE1T4XIJTI8KONcui2z4bmO {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ybE867pGNZVxotzMZnPmwXHkAMleiMga {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #kAak8m01LGhsCtMxPHRpVyPXmV4rrTDJ {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #UnmkWXQRUt4pxP7eH4aJk69tdgsTIiQM {  }
 }@media only screen and (max-width: 763px) { #pAhkWIcfiSp6U4cS6kpXkJTk9z62R2Jh { display:block; }
 }@media only screen and (max-width: 763px) { #TCARf3rZtIDTsznXwZRbz74C6Vw00v68 { display:block; }
 }@media only screen and (max-width: 763px) { #c4IWF2xylNJMAxtpPJ3ol7ot1aTfG4ZD { display:block; }
 }@media only screen and (max-width: 763px) { #dexTOolfpMUnRrSfWh8NhI7U1fMCzL0C { display:block; }
 }@media only screen and (max-width: 763px) { #RiFtsfZC4JEPu5vD1TRUdkrGdzfHvfrl { display:block; }
 }@media only screen and (max-width: 763px) { #FsiwZ1qqUtbQuGWSZHXXXdAFfOESrIpZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZZpEVD4CLhR8duDTlsRHUkbuxng9IEgM { display:block; }
 }@media only screen and (max-width: 763px) { #ctuICh2tmStZwfGLkZDgd5IdkHAEEOPf { display:block; }
 }@media only screen and (max-width: 763px) { #eOPl5Cb9mx12lkyHLueUFnQNQtmlwTxo { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #UXZFa1qkkt173LA9GdThzIJqPNXMG2hn {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #RcGMcStQC13frWM9ZqxDT3RE5zUI779m {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ikhTzJisdmqGKtZ8nZbNa2UgwRN52czX {  }
 }@media only screen and (max-width: 763px) { #sByMewx67blWPs3Fib9VgbE5ocHzoSBg { display:block; }
 }@media only screen and (max-width: 763px) { #pxdCxhPwn3CEPim0McHo7kUKZn7HbkDJ { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #Ii0lmWNmNWkACv2fSmuTRdntpkXEdHEX {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #TTttlDn1JQtF63nXJJTEtgQeWuOxHbd1 {  }
 }@media only screen and (max-width: 763px) { #FJbm7KKGz2U0Hs2lwheBigRHMTtpncLw { top:44px;left:0px;width:327px;height:57px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ74hMMiqlaL4xbc6K9GJOw9kCBcnwRq { top:132px;left:0px;width:380px;height:154px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #LAOqqDqdRcBsVu2Tr0DKyEfzPODaDhQT { top:44px;left:483.5px;width:270px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rJszFd20IZ42L8s41uvZV8kaS7tJTW1r { top:77px;left:416px;width:348px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #aW3pM7uPCFlzwtsuyImCkhql9y29zDOi { top:30px;left:429px;width:335px;height:511px;display:block; }
 }@media only screen and (max-width: 763px) { #BOWwzqDcU5QE8yllKzvn9IrTyX1v4r6g { top:315px;left:0px;width:327px;height:28px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TcKSQxxKdU0apne9osO8hnddETh1uKNR { top:372px;left:0px;width:380px;height:148px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #r38vx71c00CrXzqU0gUmtDD8Wn1PMzJP { top:568px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #EXFTPpKerqbtd43BkpXbmKHD2QHuZtLL { top:0px;left:0px;width:764px;height:572px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dadp9P0Za1IPBnk7yxA1GDSXlTHIpTwn { top:69px;left:0px;width:764px;height:91px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #USqcJhsuAfJ4qCDTpgdA1TV2nxsgCxH4 { top:191px;left:0px;width:764px;height:67px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Kp7MXdPm4DaXW1espzH46u7p9wdoZrLm { top:2px;left:0px;width:764px;height:383px;display:block; }
 }@media only screen and (max-width: 763px) { #fOz9HBGy4UOps4gBxuwW0b7ASDoJOvwL { top:290px;left:0px;width:764px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD { display:block; }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOxJRHB806PyXItgMLLLw02Xqay1NTGV { top:32px;left:134.5px;width:495px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #rGslZcfHk6cr9OdeK4FZ3zseu4D76zrQ { top:598px;left:0px;width:764px;height:167px;display:block; }
 }@media only screen and (max-width: 763px) { #FoBNhmM3Kayu6zNTvubKrKtRSeFt0ZTq { top:187px;left:0px;width:213px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #Izudw1eLgmcJAfmpk5p4F3h7xvncke4M { top:114px;left:39.734375px;width:75px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #V5wTgbqcQb9Ns1KsssRaxmkbIFuPObMX { top:187px;left:287px;width:213px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #vDQuov56zRJVXMf5J9Zfm3kv0gTxo5HT { top:187px;left:549px;width:213px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #QRZzqceJZCSRV2NnTAKsTIeyH5z8AEk5 { top:224px;left:0px;width:200px;height:127px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cdD9GgkTyNSC3VNUxNn9GCkoavGsAmNt { top:478px;left:0px;width:200px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Bo4hGwahFEMKRBMoyNtSTA3iUVwa23Qq { top:224px;left:263.96875px;width:235px;height:200px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fkTntTPS22Oku3TwyM8KSOw90I0DiO3y { top:478px;left:286px;width:200px;height:93px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #TXLtTGqFMQIGTeay169pwc3w1hIxXkyB { top:226px;left:564px;width:200px;height:200px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gIFdxpuG1JDrwWL4ZwW5SIpq2NzlqeTw { top:478px;left:564px;width:200px;height:62px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #sAo6O0Q8cI9IXpn2mWGvA6bLEpehtC1m { top:799px;left:24.6171875px;width:200px;height:20px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #b7h6q1J0Qohb5kFh5QyqzeApfr7V9TTi { top:114px;left:344.5px;width:75px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #SxkCnoh75nAVLfUeFo62rs1wFmi9KXyh { top:114px;left:666.7265625px;width:75px;height:75px;display:block; }
 }@media only screen and (max-width: 763px) { #vkt2A0qiyfD0yT3F2Xk0zdpDh5249O46 { top:611px;left:0px;width:764px;height:140px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#003a78;background-image:none;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); } }@media only screen and (max-width: 763px) { #Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a { display:block; }#Lrn3aU6BkovQ6uelHNiKWs1JEzxBvv3a > .row .container { width:320px;height:1030.359375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-text {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-select {padding-top: 0; padding-bottom: 0;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq  { width:280px;height:auto;top:348.0625px;left:0px; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#TrJ5910ucwyT8HNecHn480GxJQafulSq {display:block;}#TrJ5910ucwyT8HNecHn480GxJQafulSq { width:280px;height:auto;top:348.0625px;left:0px; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #K8W4A1HfTS6TsANk1qoWhih7dTahS8nS {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #RWQVlFL1U7om3mEKhuRUzgE3Xy0zOGZt { display:none; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #PanCbSFNUQAs5h1D9wFXdR2zHlnsMMJC {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #FpvnODPokgeE62uf7nd4VMy1JfBWszGy {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #xVAwM0JbOGF3hrkiCHEkPTfcHK6PQuRe { display:none; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #c2g7ywXNig7wlCF7DLa1qR8u41GAPTFr {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #g0k9ndiqdifgKzF4TCxVq47Vqzbx5PPs {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #TDkk3Enf88XQ7HpK9UeyyhRZD56QUV0L { display:none; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ldUa76EhlHE1T4XIJTI8KONcui2z4bmO {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ybE867pGNZVxotzMZnPmwXHkAMleiMga {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #kAak8m01LGhsCtMxPHRpVyPXmV4rrTDJ { display:none; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #UnmkWXQRUt4pxP7eH4aJk69tdgsTIiQM {  }
 }@media only screen and (max-width: 763px) { #pAhkWIcfiSp6U4cS6kpXkJTk9z62R2Jh { display:block; }
 }@media only screen and (max-width: 763px) { #TCARf3rZtIDTsznXwZRbz74C6Vw00v68 { display:block; }
 }@media only screen and (max-width: 763px) { #c4IWF2xylNJMAxtpPJ3ol7ot1aTfG4ZD { display:block; }
 }@media only screen and (max-width: 763px) { #dexTOolfpMUnRrSfWh8NhI7U1fMCzL0C { display:block; }
 }@media only screen and (max-width: 763px) { #RiFtsfZC4JEPu5vD1TRUdkrGdzfHvfrl { display:block; }
 }@media only screen and (max-width: 763px) { #FsiwZ1qqUtbQuGWSZHXXXdAFfOESrIpZ { display:block; }
 }@media only screen and (max-width: 763px) { #ZZpEVD4CLhR8duDTlsRHUkbuxng9IEgM { display:block; }
 }@media only screen and (max-width: 763px) { #ctuICh2tmStZwfGLkZDgd5IdkHAEEOPf { display:block; }
 }@media only screen and (max-width: 763px) { #eOPl5Cb9mx12lkyHLueUFnQNQtmlwTxo { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #UXZFa1qkkt173LA9GdThzIJqPNXMG2hn {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #RcGMcStQC13frWM9ZqxDT3RE5zUI779m {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #ikhTzJisdmqGKtZ8nZbNa2UgwRN52czX {  }
 }@media only screen and (max-width: 763px) { #sByMewx67blWPs3Fib9VgbE5ocHzoSBg { display:block; }
 }@media only screen and (max-width: 763px) { #pxdCxhPwn3CEPim0McHo7kUKZn7HbkDJ { display:block; }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #Ii0lmWNmNWkACv2fSmuTRdntpkXEdHEX {  }
 }@media only screen and (max-width: 763px) { #TrJ5910ucwyT8HNecHn480GxJQafulSq #TTttlDn1JQtF63nXJJTEtgQeWuOxHbd1 {  }
 }@media only screen and (max-width: 763px) { #FJbm7KKGz2U0Hs2lwheBigRHMTtpncLw { width:251.997px;height:57.1875px;top:37.899307250977px;left:33.993058204651px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ74hMMiqlaL4xbc6K9GJOw9kCBcnwRq { width:281.992px;height:127.3125px;top:123.6328125px;left:18.984375px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LAOqqDqdRcBsVu2Tr0DKyEfzPODaDhQT { width:320px;height:26px;top:294.296875px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rJszFd20IZ42L8s41uvZV8kaS7tJTW1r { width:320px;height:18.2031px;top:329.8828125px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #aW3pM7uPCFlzwtsuyImCkhql9y29zDOi { width:320px;height:538.984px;top:266.328125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BOWwzqDcU5QE8yllKzvn9IrTyX1v4r6g { width:243.965px;height:57.1875px;top:841.40625px;left:38.0078125px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcKSQxxKdU0apne9osO8hnddETh1uKNR { width:268.965px;height:109.125px;top:921.3671875px;left:25.5078125px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r38vx71c00CrXzqU0gUmtDD8Wn1PMzJP { width:320px;height:2px;top:8.8888854980469px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EXFTPpKerqbtd43BkpXbmKHD2QHuZtLL { width:320px;height:1029px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:572px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dadp9P0Za1IPBnk7yxA1GDSXlTHIpTwn { width:293.926px;height:185.937px;top:72.3046875px;left:13.02734375px;font-size:31px;text-align:center;text-align-last:center;font-family:"source sans pro";display:block; }
 }@media only screen and (max-width: 763px) { #USqcJhsuAfJ4qCDTpgdA1TV2nxsgCxH4 { width:297.984px;height:135.188px;top:331.15625px;left:10.984375px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #Kp7MXdPm4DaXW1espzH46u7p9wdoZrLm { width:320px;height:467px;top:-1.65234375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fOz9HBGy4UOps4gBxuwW0b7ASDoJOvwL { width:320px;height:0;top:485.359375px;left:0px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD { display:block; }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD { background-color: transparent; background-image: none; }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .row .container > .video-iframe-container { display: none; }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .row > .video-iframe-container { display: none; }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .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); }#rJprpJbxJXsRX1c3Vr7V7HPmd4IivEmD > .row .container { width:320px;height:1540px;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOxJRHB806PyXItgMLLLw02Xqay1NTGV { width:277.969px;height:46.7812px;top:25.95703125px;left:20.99609375px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #rGslZcfHk6cr9OdeK4FZ3zseu4D76zrQ { width:320px;height:1437px;top:100.421875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FoBNhmM3Kayu6zNTvubKrKtRSeFt0ZTq { width:212.969px;height:51px;top:689.140625px;left:52.24609375px;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Izudw1eLgmcJAfmpk5p4F3h7xvncke4M { display:flex;width:40px;height:40px;top:865.23965454102px;left:193.00000476837px;z-index:15017;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #V5wTgbqcQb9Ns1KsssRaxmkbIFuPObMX { width:212.969px;height:51px;top:1041.328125px;left:52.5px;display:block; }
 }@media only screen and (max-width: 763px) { #vDQuov56zRJVXMf5J9Zfm3kv0gTxo5HT { width:213px;height:51px;top:300px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #QRZzqceJZCSRV2NnTAKsTIeyH5z8AEk5 { width:200px;height:127.312px;top:140.390625px;left:60px;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cdD9GgkTyNSC3VNUxNn9GCkoavGsAmNt { width:200px;height:36.375px;top:308px;left:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Bo4hGwahFEMKRBMoyNtSTA3iUVwa23Qq { width:200px;height:236.438px;top:398.96484375px;left:60px;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fkTntTPS22Oku3TwyM8KSOw90I0DiO3y { width:200px;height:54.5625px;top:696.55078125px;left:60px;font-size:14px;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TXLtTGqFMQIGTeay169pwc3w1hIxXkyB { width:200px;height:200.062px;top:791.1875px;left:60px;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gIFdxpuG1JDrwWL4ZwW5SIpq2NzlqeTw { width:200px;height:36.375px;top:1049.640625px;left:60px;font-size:14px;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #sAo6O0Q8cI9IXpn2mWGvA6bLEpehtC1m { top:843.98828125px;left:120px;width:200px;height:20.7986px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #b7h6q1J0Qohb5kFh5QyqzeApfr7V9TTi { display:flex;width:75px;height:75px;top:925.234375px;left:122px;z-index:15017;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #SxkCnoh75nAVLfUeFo62rs1wFmi9KXyh { display:flex;width:75px;height:75px;top:1020.234375px;left:122px;z-index:15017;font-size:28px;display:none; }
 }@media only screen and (max-width: 763px) { #vkt2A0qiyfD0yT3F2Xk0zdpDh5249O46 { width:320px;height:374.25px;top:1148.40625px;left:0px;font-size:12px;display:block; }
 }