.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/YW9PEn6C/pexels_pixabay_269323.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk.adaptive-delivery-prevent-bg, #JA75DBkrSRlscsNRVf3vyVMIck8kgNZk.lazyload, #JA75DBkrSRlscsNRVf3vyVMIck8kgNZk.lazyloading { background-image: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container { background-color: transparent; background-image: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1a4097; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container > .video-iframe-container { display: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1a4097; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row > .video-iframe-container { display: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .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); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container { border-width: 0; border-radius: 0; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row > .video-iframe-container {  }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#TZTu5SS29Z6wrhkopJ6MlbqUxeeoy22R { position:absolute;display:block;z-index:15009;background-color:rgba(153,46,62,0.79);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:32.5625rem;left:38.375rem;display:block; }
#CLZwTe26TN2IhPEuINSIugnO1SIVtrPC { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:37.5625rem;left:39.1875rem;height:1.137275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/RX7uXXhp/element5_digital_h9eOO7W5m2s_photo_1524850301259_7729d41d11d9_min.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:32.5rem;left:53.3125rem;display:block; }#VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I.adaptive-delivery-prevent-bg, #VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I.lazyload, #VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I.lazyloading { background-image: none; }
#aCprp5i44ANfiLOxrIgBzgILsr0tTfcT { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:24.75rem;left:54rem;height:3.4123875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nirzwCLoNhcvqcQoTEckc84vD1tHCLom { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.0625rem;left:55.0625rem;height:1.137275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E0U07QQiL0lMioxfnQZvaVCTeJw86gXr { color:#ffffff;display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:39.5625rem;left:40.8125rem;height:3.4123875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnefO9W0Dfh64ckkZkT54SXGmhbI5uhL { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.875rem;left:38.625rem;height:1.137275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dRMA332rTHKkDU5q9R7KgRcoHhSQ9URu { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.5rem;left:40.1875rem;height:3.4123875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XA37o6r2tIhvD34FMFFUrZ0k1frQiJTE { position:absolute;display:block;z-index:15005;background-color:#3a5b89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:17.5625rem;left:53.3125rem;display:block; }
#dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.8;letter-spacing:0;top:20.375rem;left:7.5rem;height:1.9123875rem;display:block; }
#OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { color:#ffffff;display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:2.6875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:5.25rem;left:4.3750009536743rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HWUkWT7l2dO1KR5FWSeg17oQvV29AC9i { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/LbhCf7d2/pexels_christina_morillo_11816152_min.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:2.625rem;left:53.3125rem;display:block; }#HWUkWT7l2dO1KR5FWSeg17oQvV29AC9i.adaptive-delivery-prevent-bg, #HWUkWT7l2dO1KR5FWSeg17oQvV29AC9i.lazyload, #HWUkWT7l2dO1KR5FWSeg17oQvV29AC9i.lazyloading { background-image: none; }
#IK9OafK6Vb7Dx6Bm0f51fE5uo8CHmuN8 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/crP7vMFf/vivek_kumar_7VfAcjlTF5g_photo_1506606352681_649023fac596_min.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:17.5625rem;left:38.375rem;display:block; }#IK9OafK6Vb7Dx6Bm0f51fE5uo8CHmuN8.adaptive-delivery-prevent-bg, #IK9OafK6Vb7Dx6Bm0f51fE5uo8CHmuN8.lazyload, #IK9OafK6Vb7Dx6Bm0f51fE5uo8CHmuN8.lazyloading { background-image: none; }
#TFhCZEPoDIUSTXPcht8UqAaEMcWwumTt { position:absolute;display:block;z-index:15009;background-color:#4eb8c8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:2.625rem;left:38.375rem;display:block; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-form-header {  }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:bold;color:#000000;width:22.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;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:left;text-align-last:left;line-height:1; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#e3e3e3;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:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.3125rem;box-sizing:border-box;height:2.8125rem;color:#020202;font-size:1.25rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-text {padding-top: 0; padding-bottom: 0;}#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#e3e3e3;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:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.3125rem;box-sizing:border-box;height:4.375rem;color:#020202;font-size:1.25rem;overflow:hidden;font-family:lato;vertical-align:top;text-align:center;text-align-last:center; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.3125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:quicksand;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-select {padding-top: 0; padding-bottom: 0;}#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#992e3e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:22.3125rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An [class*="-text"]:-moz-placeholder { color:#5f5f5f;font-family:"open sans";font-size:1.25rem;text-align:center;text-align-last:center; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An [class*="-text"]::-moz-placeholder { color:#5f5f5f;font-family:"open sans";font-size:1.25rem;text-align:center;text-align-last:center; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An [class*="-text"]:-ms-input-placeholder { color:#5f5f5f;font-family:"open sans";font-size:1.25rem;text-align:center;text-align-last:center; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An [class*="-text"]::-webkit-input-placeholder { color:#5f5f5f;font-family:"open sans";font-size:1.25rem;text-align:center;text-align-last:center; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.1;font-size:0.75rem;font-weight:400;color:#ffffff;vertical-align:top;width:21.0625rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:quicksand;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-container:first-of-type{padding-top:0;}#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-container:last-of-type{padding-bottom:0;}#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An  { background-color:rgba(2,2,2,0.44);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.0625rem;top:22.3125rem;z-index:15014;position:absolute; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.3125rem;display:block;vertical-align:top; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;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; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An {display:block;}#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An { background-color:rgba(2,2,2,0.44);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:7.0625rem;top:22.3125rem;z-index:15014;position:absolute; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #B940ylzT24JqZCaSJcPWDDZ1EaWLDAmR { position:relative; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #CQzW3iOzaRDlWtyyhbWzK9f9iAFphItZ { position:relative;display:block; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #w8W6vccnMdFGCZmg6kHfpGa7Gl4zerXF { position:relative; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #Xv7Ohv3NzNpF1oIbS3KhkcaEJr84o5gO { position:relative; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #HhvG1kAbDutwHMDGA5v6T70ms01O7LfT { position:relative;display:block; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #NO2gkzQX2x4WPDK9PrTJTZohDJ1LQFqD { position:relative; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #uDme365Ih2resBerDgBRCRv2vHzKnpK9 { position:relative; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #K8eHxTzGnIOXvpgTxG0FmifHhEaovrSZ { position:relative; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #C5R2xKyUzd5CMgxuyVrw9R3GuQEyFhvd { position:relative; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #II3QcB9hGuIQr5BqJkHMPzdVO4LxAbf0 { position:relative;z-index:2; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #wUeAvI9QhvgPMzLpV2OoI2m2b1tnGLrW { position:relative; }
#H9bFhXT7WeNldHDFcpgpR4B8By5Utec9 { position:relative;display:block; }
#P0Re0LPSgETrCoU4yhSGMc038LNW22iB { position:relative;display:block; }
#qcHZaDWwvimEQ8PE75fT5MZmOXo5CBzN { position:relative;display:block; }
#EgwTeIv0o9vuXf2kZgUTyKW14QxdeBhH { position:relative;display:block; }
#C5bOmTDy7Oyq2t8hUE2WFbrSgIEOBhPO { position:relative;display:block; }
#TL5RPQaTIn69T05H2v5lVmzzvu0esPsP { position:relative;display:block; }
#xZplyIJzGT8LyUaGL1CHW5NMGTTPi7ii { position:relative;display:block; }
#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { background-color: transparent; background-image: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container > .video-iframe-container { display: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row > .video-iframe-container { display: none; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .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); }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { border-width: 0; border-radius: 0; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row > .video-iframe-container {  }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#GrC6MQXLI9X1dV4E1EyfZmIf6c91RM9M { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2d51feaa-4e87-41a1-b1fb-30801d1d4179/AlfredBlayp.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.34) ;height:21.625rem;width:21.625rem;top:5.28125rem;left:10.3125rem;display:block; }#GrC6MQXLI9X1dV4E1EyfZmIf6c91RM9M.adaptive-delivery-prevent-bg, #GrC6MQXLI9X1dV4E1EyfZmIf6c91RM9M.lazyload, #GrC6MQXLI9X1dV4E1EyfZmIf6c91RM9M.lazyloading { background-image: none; }
#E6MxklSrxlgGCr7q7WOTgrJQdLrGRRUR { position:absolute;display:block;z-index:15002;background-color:#0d356b;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.34) ;height:23.875rem;width:39.6875rem;top:7.3125rem;left:27.8125rem;display:block; }
#aL5JV3popZd9BdCktNMQlFLrhk1hrK75 { position:absolute;display:block;z-index:15012;background-color:rgba(227,227,227,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:30rem;top:26rem;left:31.875rem;display:block; }
#TxtLCwng6xs39sRqUoMpfXAy5iWOTkUK { position:absolute;display:block;z-index:15013;background-color:rgba(227,227,227,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:30rem;top:10.02734375rem;left:31rem;display:block; }
#s8vyaWyn8ezbQUvhTMHucRPJAf6NtLoG { color:#000000;display:block;width:32.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.450893402099rem;left:33.750000953674rem;height:12.9980625rem;display:block; }
#XkxmPWpDdCFyQf0eerVqBkODtkI0XGpS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"brittany signature";font-size:1.8125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:27.5625rem;left:53.3125rem;height:2.35546875rem;display:block; }
#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J { position:relative;display:block; }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J { background-color: transparent; background-image: none; }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .row .container > .video-iframe-container { display: none; }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .row > .video-iframe-container { display: none; }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .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); }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J { border-width: 0; border-radius: 0; }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .row .container > .video-iframe-container {  }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:47.125rem;width:75rem;position:relative;display:block; }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/BYWTYEEg/pexels_pixabay_269323_min.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KdQTuhMcKADs86RnUvyX8csZvUVySet7.adaptive-delivery-prevent-bg, #KdQTuhMcKADs86RnUvyX8csZvUVySet7.lazyload, #KdQTuhMcKADs86RnUvyX8csZvUVySet7.lazyloading { background-image: none; }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row .container { background-color: transparent; background-image: none; }#KdQTuhMcKADs86RnUvyX8csZvUVySet7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,64,151,0.77); }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row .container > .video-iframe-container { display: none; }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,64,151,0.77); }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row > .video-iframe-container { display: none; }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .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); }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row .container { border-width: 0; border-radius: 0; }#KdQTuhMcKADs86RnUvyX8csZvUVySet7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row > .video-iframe-container {  }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a4097;background-image:none;position:relative;display:block; }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ > .row .container { background-color: transparent; background-image: none; }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ > .row .container > .video-iframe-container { display: none; }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ > .row > .video-iframe-container { display: none; }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ > .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); }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ > .row .container { border-width: 0; border-radius: 0; }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ > .row > .video-iframe-container {  }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#GqseOTGOb9HhkbU71Rx0FxhiBeULTXlk { background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(0deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.0625rem;height:3.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:5.25rem;left:25.5rem;display:block; }
#AVG7cdzwliCeRNC9JPl8rsS5F3FLUcRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9AdWvzrGMxtg3OkAPquf7Cw41pqaBZB { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:1.8125rem;left:20.125rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JA75DBkrSRlscsNRVf3vyVMIck8kgNZk { display:block; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZTu5SS29Z6wrhkopJ6MlbqUxeeoy22R { width:15rem;height:15rem;top:32.5625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLZwTe26TN2IhPEuINSIugnO1SIVtrPC { width:13.3125rem;height:1.125rem;top:37.5625rem;left:25.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I { width:15rem;height:15rem;top:32.5rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCprp5i44ANfiLOxrIgBzgILsr0tTfcT { width:13.6875rem;height:3.375rem;top:24.75rem;left:34.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nirzwCLoNhcvqcQoTEckc84vD1tHCLom { width:11.625rem;height:1.125rem;top:23.0625rem;left:36.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0U07QQiL0lMioxfnQZvaVCTeJw86gXr { width:10.125rem;height:3.375rem;top:39.5625rem;left:27.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnefO9W0Dfh64ckkZkT54SXGmhbI5uhL { width:14.4375rem;height:1.125rem;top:7.875rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMA332rTHKkDU5q9R7KgRcoHhSQ9URu { width:11.375rem;height:3.375rem;top:9.5rem;left:26.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA37o6r2tIhvD34FMFFUrZ0k1frQiJTE { width:15rem;height:15rem;top:17.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { width:23.9375rem;height:1.875rem;top:20.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:30.625rem;height:11.8125rem;top:5.25rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWUkWT7l2dO1KR5FWSeg17oQvV29AC9i { width:15rem;height:15rem;top:2.625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK9OafK6Vb7Dx6Bm0f51fE5uo8CHmuN8 { width:15rem;height:15rem;top:17.5625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFhCZEPoDIUSTXPcht8UqAaEMcWwumTt { width:15rem;height:15rem;top:2.625rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-regular-label { display:block; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-checkbox-label { width:13.75rem; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An  { width:15rem;height:auto; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An {display:block;}#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #B940ylzT24JqZCaSJcPWDDZ1EaWLDAmR {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #CQzW3iOzaRDlWtyyhbWzK9f9iAFphItZ { display:block; }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #w8W6vccnMdFGCZmg6kHfpGa7Gl4zerXF {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #Xv7Ohv3NzNpF1oIbS3KhkcaEJr84o5gO {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #HhvG1kAbDutwHMDGA5v6T70ms01O7LfT { display:block; }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #NO2gkzQX2x4WPDK9PrTJTZohDJ1LQFqD {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #uDme365Ih2resBerDgBRCRv2vHzKnpK9 {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #K8eHxTzGnIOXvpgTxG0FmifHhEaovrSZ {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #C5R2xKyUzd5CMgxuyVrw9R3GuQEyFhvd {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #II3QcB9hGuIQr5BqJkHMPzdVO4LxAbf0 { z-index:2; }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #wUeAvI9QhvgPMzLpV2OoI2m2b1tnGLrW {  }
 }@media only screen and (max-width: 763px) { #H9bFhXT7WeNldHDFcpgpR4B8By5Utec9 { display:block; }
 }@media only screen and (max-width: 763px) { #P0Re0LPSgETrCoU4yhSGMc038LNW22iB { display:block; }
 }@media only screen and (max-width: 763px) { #qcHZaDWwvimEQ8PE75fT5MZmOXo5CBzN { display:block; }
 }@media only screen and (max-width: 763px) { #EgwTeIv0o9vuXf2kZgUTyKW14QxdeBhH { display:block; }
 }@media only screen and (max-width: 763px) { #C5bOmTDy7Oyq2t8hUE2WFbrSgIEOBhPO { display:block; }
 }@media only screen and (max-width: 763px) { #TL5RPQaTIn69T05H2v5lVmzzvu0esPsP { display:block; }
 }@media only screen and (max-width: 763px) { #xZplyIJzGT8LyUaGL1CHW5NMGTTPi7ii { display:block; }
 }@media only screen and (max-width: 763px) { #OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P { display:block; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrC6MQXLI9X1dV4E1EyfZmIf6c91RM9M { width:21.625rem;height:21.625rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6MxklSrxlgGCr7q7WOTgrJQdLrGRRUR { width:39.6875rem;height:23.875rem;top:7.3125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5JV3popZd9BdCktNMQlFLrhk1hrK75 { width:30rem;height:0.0625rem;top:26rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxtLCwng6xs39sRqUoMpfXAy5iWOTkUK { width:30rem;height:0.0625rem;top:10rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8vyaWyn8ezbQUvhTMHucRPJAf6NtLoG { top:11.4375rem;left:15.625rem;width:32.125rem;height:12.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkxmPWpDdCFyQf0eerVqBkODtkI0XGpS { top:27.5625rem;left:35.25rem;width:12.5rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J { display:block; }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdQTuhMcKADs86RnUvyX8csZvUVySet7 { display:block; }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNbsbloDMisxRTEoUs9weCKF5iqH16hQ { display:block; }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqseOTGOb9HhkbU71Rx0FxhiBeULTXlk { width:24.0625rem;height:3.1875rem;top:5.25rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVG7cdzwliCeRNC9JPl8rsS5F3FLUcRM { display:block; }
 }@media only screen and (max-width: 763px) { #q9AdWvzrGMxtg3OkAPquf7Cw41pqaBZB { width:34.75rem;height:3.375rem;top:1.8125rem;left:6.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JA75DBkrSRlscsNRVf3vyVMIck8kgNZk { background-color:#1a4097;background-image:none;display:block; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container { background-color: transparent; background-image: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container > .video-iframe-container { display: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row > .video-iframe-container { display: none; }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .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); }#JA75DBkrSRlscsNRVf3vyVMIck8kgNZk > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZTu5SS29Z6wrhkopJ6MlbqUxeeoy22R { width:10rem;height:10rem;top:61.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLZwTe26TN2IhPEuINSIugnO1SIVtrPC { width:6.5rem;height:2.2734375rem;top:64.6875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeZCeu0QJC4i8GEb8RwkozZcOv8sse4I { width:10rem;height:10rem;top:61.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCprp5i44ANfiLOxrIgBzgILsr0tTfcT { width:9.5rem;height:2.27455625rem;top:56.25rem;left:10.5rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nirzwCLoNhcvqcQoTEckc84vD1tHCLom { width:6.5rem;height:2.2734375rem;top:54rem;left:11.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0U07QQiL0lMioxfnQZvaVCTeJw86gXr { width:7.3125rem;height:2.27455625rem;top:66.9375rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnefO9W0Dfh64ckkZkT54SXGmhbI5uhL { width:8.125rem;height:2.2734375rem;top:44.4375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRMA332rTHKkDU5q9R7KgRcoHhSQ9URu { width:8.5625rem;height:2.356025rem;top:46.625rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA37o6r2tIhvD34FMFFUrZ0k1frQiJTE { width:10rem;height:10rem;top:51.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbT8G1B4fnWyImTfS3qml9Wb44iaPJ0h { width:15.375rem;height:3.375rem;top:17.9375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPsmK2eZBS3ZBkIeggX3hrc3SNArp50p { width:17.6875rem;height:12.3730625rem;top:3.1875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HWUkWT7l2dO1KR5FWSeg17oQvV29AC9i { width:10rem;height:10rem;top:41.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK9OafK6Vb7Dx6Bm0f51fE5uo8CHmuN8 { width:10rem;height:10rem;top:51.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFhCZEPoDIUSTXPcht8UqAaEMcWwumTt { width:10rem;height:10rem;top:41.9375rem;left:0rem;z-index:15010;background-color:rgba(90,228,217,0.79);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-text {padding-top: 0; padding-bottom: 0;}#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-select {padding-top: 0; padding-bottom: 0;}#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.4375rem;font-size:1.125rem;overflow:hidden; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An [class*="-text"]:-moz-placeholder { font-size:1.125rem; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An [class*="-text"]::-moz-placeholder { font-size:1.125rem; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An [class*="-text"]:-ms-input-placeholder { font-size:1.125rem; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;color:#ffffff; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An  { width:17.5rem;height:auto;top:21.3125rem;left:0rem;z-index:14998; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An {display:block;}#GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An { width:17.5rem;height:auto;top:21.3125rem;left:0rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #B940ylzT24JqZCaSJcPWDDZ1EaWLDAmR {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #CQzW3iOzaRDlWtyyhbWzK9f9iAFphItZ { display:block; }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #w8W6vccnMdFGCZmg6kHfpGa7Gl4zerXF {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #Xv7Ohv3NzNpF1oIbS3KhkcaEJr84o5gO {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #HhvG1kAbDutwHMDGA5v6T70ms01O7LfT { display:block; }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #NO2gkzQX2x4WPDK9PrTJTZohDJ1LQFqD {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #uDme365Ih2resBerDgBRCRv2vHzKnpK9 {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #K8eHxTzGnIOXvpgTxG0FmifHhEaovrSZ {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #C5R2xKyUzd5CMgxuyVrw9R3GuQEyFhvd {  }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #II3QcB9hGuIQr5BqJkHMPzdVO4LxAbf0 { z-index:2; }
 }@media only screen and (max-width: 763px) { #GfhtT8EOxLmzB8MkNSq2itPkGX0Mg7An #wUeAvI9QhvgPMzLpV2OoI2m2b1tnGLrW {  }
 }@media only screen and (max-width: 763px) { #H9bFhXT7WeNldHDFcpgpR4B8By5Utec9 { display:block; }
 }@media only screen and (max-width: 763px) { #P0Re0LPSgETrCoU4yhSGMc038LNW22iB { display:block; }
 }@media only screen and (max-width: 763px) { #qcHZaDWwvimEQ8PE75fT5MZmOXo5CBzN { display:block; }
 }@media only screen and (max-width: 763px) { #EgwTeIv0o9vuXf2kZgUTyKW14QxdeBhH { display:block; }
 }@media only screen and (max-width: 763px) { #C5bOmTDy7Oyq2t8hUE2WFbrSgIEOBhPO { display:block; }
 }@media only screen and (max-width: 763px) { #TL5RPQaTIn69T05H2v5lVmzzvu0esPsP { display:block; }
 }@media only screen and (max-width: 763px) { #xZplyIJzGT8LyUaGL1CHW5NMGTTPi7ii { display:block; }
 }@media only screen and (max-width: 763px) { #OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P { display:block; }#OpvRTM2rCuK0TROKQ17AztwGeRe9dz2P > .row .container { width:20rem;height:43.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GrC6MQXLI9X1dV4E1EyfZmIf6c91RM9M { width:14.8125rem;height:14.8125rem;top:4.25rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6MxklSrxlgGCr7q7WOTgrJQdLrGRRUR { width:20rem;height:24.125rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL5JV3popZd9BdCktNMQlFLrhk1hrK75 { width:20rem;height:0.0625rem;top:37.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxtLCwng6xs39sRqUoMpfXAy5iWOTkUK { width:20rem;height:0.0625rem;top:20.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8vyaWyn8ezbQUvhTMHucRPJAf6NtLoG { width:19.375rem;height:15.9140625rem;top:21.5234375rem;left:0.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XkxmPWpDdCFyQf0eerVqBkODtkI0XGpS { width:9.8125rem;height:1.70605625rem;top:38.8486328125rem;left:8.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J { display:block; }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J { background-color: transparent; background-image: none; }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .row .container > .video-iframe-container { display: none; }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .row > .video-iframe-container { display: none; }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .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); }#fyLrWcXyBEryrmemVBmsgLTzE5GxBS6J > .row .container { width:20rem;height:66.0625rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdQTuhMcKADs86RnUvyX8csZvUVySet7 { background-color:#1a4097;background-image:none;display:block; }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row .container { background-color: transparent; background-image: none; }#KdQTuhMcKADs86RnUvyX8csZvUVySet7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row .container > .video-iframe-container { display: none; }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row > .video-iframe-container { display: none; }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .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); }#KdQTuhMcKADs86RnUvyX8csZvUVySet7 > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNbsbloDMisxRTEoUs9weCKF5iqH16hQ { display:block; }#iNbsbloDMisxRTEoUs9weCKF5iqH16hQ > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqseOTGOb9HhkbU71Rx0FxhiBeULTXlk { width:19rem;height:3.1875rem;top:6.0625rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVG7cdzwliCeRNC9JPl8rsS5F3FLUcRM { display:block; }
 }@media only screen and (max-width: 763px) { #q9AdWvzrGMxtg3OkAPquf7Cw41pqaBZB { width:20rem;height:4.199225rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }