.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uQGtkXXP/allie_gouPqaau9Qo_unsplash.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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); }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container { background-color: transparent; background-image: none; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container > .video-iframe-container { display: none; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row > .video-iframe-container { display: none; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .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); }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container { border-width: 0; border-radius: 0; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container { font-size:14px;font-family:arial;height:208px;width:960px;position:relative;display:block; }#yDkk6pyWtUr2uCCL5uePGLZdztLazUwf { color:#545252;display:block;width:960px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:82px;left:0px;height:104px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBNhVWr2zNktRSiDOaLpTzOxZrSkO7EL { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51px;width:157px;top:12.333333969116px;left:158.88728984406px;overflow:hidden;display:block; }
#hgencXMeBUewuPQv545VVOutLLTLpmMA { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:243px;top:11px;left:581px;overflow:hidden;display:block; }
#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uQGtkXXP/allie_gouPqaau9Qo_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs.adaptive-delivery-prevent-bg { background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { background-color: transparent; background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { border-width: 0; border-radius: 0; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { font-size:14px;font-family:arial;height:528px;width:960px;position:relative;display:block; }#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-form-header {  }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:400;color:#000000;width:343px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1;font-style:normal; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:343px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-text {padding-top: 0; padding-bottom: 0;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:343px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .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:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:343px;box-sizing:border-box;height:45px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-select {padding-top: 0; padding-bottom: 0;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-button { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #50c8e8, #50c8e8);background-image: -moz-linear-gradient(180deg, #50c8e8, #50c8e8);background-image: -ms-linear-gradient(180deg, #50c8e8, #50c8e8);background-image: -o-linear-gradient(180deg, #50c8e8, #50c8e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c8e8', endColorstr='#50c8e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c8e8', endColorstr='#50c8e8' );";background-image: linear-gradient(180deg, #50c8e8, #50c8e8);background-size:initial auto !important;border-top:5px solid #2888ab;border-left:5px solid #2888ab;border-right:5px solid #2888ab;border-bottom:5px solid #2888ab;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-left:0px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:15px;font-weight:700;color:#f2f9ff;width:343px;height:65px;font-family:"open sans";overflow:hidden;font-style:normal; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:14px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:324px;overflow:hidden;font-style:normal; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-container:first-of-type{padding-top:0;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-container:last-of-type{padding-bottom:0;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy  { background-color:#f8f8f8;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:343px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:0px;z-index:100001;position:absolute; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:343px;display:block;vertical-align:top; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy {display:block;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy { background-color:#f8f8f8;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:343px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:0px;z-index:100001;position:absolute; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #VhCnJx5WkG3ivtTGXEULUQLqTJBcXMUx { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #lhrdMMNdWmfGibp76OyzBiv0shWTZqNZ { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #sm7OcrT7I8OcNkUcU589JZALzTeuennu { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #VqTDPBkPUSFCs7MtBwUcEShb88HkElS3 { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #ffSyT7lg0INTTTqxTLl0S646C9vAZTLt { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #R2qMSu8HfTFGzHEg3HtShlTzoTTMpfHL { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #ki3FyHG0VCJGy8ZCl73Bf3DhRU8KqKRX { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #ie7x5t1F5R8lm6sDqNbmHy0ZRxBaKI9A { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #bmz0TM21cPZnCTWcLTliSpL2gMSxI8Su { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #TWbsUzCl3WokFQHG3pI8bTAnOLNqN7zw { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #xBxeB0MfGq7p5x9WWDi5Lx71IGu3n1gF { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #Rz2fSitAs12CTUHydqMepwT1axNwR4bz { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #FLz6GGM3mOLvmTvdT4VdSGVr9W1AIz2G { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #rC7h3Tl8w312G2PGZCgsq77rV1fwegW6 { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #xsn75STOe7fVbHRIT8XIRTwJpB2SIHuD { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #npFniXpEf5wnGsTR7IAiU1ycLEA6dQgx { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #iwknBybTCwBhufhzVW2dXTvbEGglre1q { position:relative;z-index:2; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #uKFZ4y8vvQFEiLi57EBVomryv5Vmg4NA { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #Rqphe0a1NyAIpUzzTHLbMuDdoUuFCbRJ { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #Rqphe0a1NyAIpUzzTHLbMuDdoUuFCbRJ .container-column{width:50%;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #drJS7nKmIWI77ytVwPT5782Pvo9r8PMG { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #rQGfT2poLlsRK8XIyxrKMSOVlkD3y0Dq { position:relative;z-index:2; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #FLpMqdsbIHB5KcRtGkslTPGr1ndLlQov { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #vhUqmiHLczwsVQeWXR5fokSwoU3MhPXN { position:relative;z-index:2; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #LJlwq6fCnRyFiNKKrIOsIJZqz30v4NVQ { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #kpVyqPVk9CPi1PoP2ipJTmFVJ9tGh6My { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #CyW5ig3AcmlLiA8fbqmeotZ3EgVUtHnB { position:relative; }
#PTSAaogWtpDgqVIt4SOO2dlI6w3vHl3B { position:absolute;display:block;z-index:100005;background-color:rgba(248,248,248,0.88);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:303px;width:537px;top:0px;left:423px;display:block; }
#fIauQhueS86SKK4vnAaC7nTwrJoRoDVx { color:#000000;display:block;width:495px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:13.5px;left:444px;height:279px;display:block; }
#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR { border-top:2px solid #2888ab;border-left:2px solid #2888ab;border-right:2px solid #2888ab;border-bottom:2px solid #2888ab;background-color:#89d4e3;background-image:none;position:relative;display:block; }#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR > .row .container { background-color: transparent; background-image: none; }#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR > .row .container > .video-iframe-container { display: none; }#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR > .row > .video-iframe-container { display: none; }#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR > .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); }#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR > .row .container { border-width: 0; border-radius: 0; }#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR > .row .container { font-size:14px;font-family:arial;height:379.3333332538605px;width:960px;position:relative;display:block; }#G1DnNs6XSUcRU58iOsXWmUaLczvfmfWL { color:#f8f8f8;display:block;width:960px;position:absolute;font-family:roboto;font-size:21px;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:72.812469482422px;left:0px;height:198px;text-align:center;text-align-last:center;display:block; }
#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/WfJRpFSo/austin_distel_QK1OhZmopBo_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H.adaptive-delivery-prevent-bg { background-image: none; }#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H > .row .container { background-color: transparent; background-image: none; }#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H > .row .container > .video-iframe-container { display: none; }#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H > .row > .video-iframe-container { display: none; }#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H > .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); }#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H > .row .container { border-width: 0; border-radius: 0; }#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H > .row .container { font-size:14px;font-family:arial;height:682px;width:960px;position:relative;display:block; }#E1TzBThBn8fv5iR4ZWK1JHI8k8xMkNwb { position:absolute;display:block;z-index:100010;background-color:rgba(255,255,255,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid rgba(47,51,53,0.82);border-left:1px solid rgba(47,51,53,0.82);border-right:1px solid rgba(47,51,53,0.82);border-bottom:1px solid rgba(47,51,53,0.82);border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;height:301px;width:882px;top:188.97924804688px;left:37.666687011719px;display:block; }
#CSIenNEV6xgKhMbef1WUiGTldor4JtGg { color:#000000;display:block;width:759px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:208.83337402344px;left:100.5px;height:224px;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR > .row .container { background-color: transparent; background-image: none; }#Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR > .row .container > .video-iframe-container { display: none; }#Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR > .row > .video-iframe-container { display: none; }#Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR > .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); }#Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR > .row .container { border-width: 0; border-radius: 0; }#Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR > .row .container { font-size:14px;font-family:arial;height:694px;width:960px;position:relative;display:block; }#KbpTI9rkxqqHWSJMlfbl5bhiMwr7CTmg { color:#000000;display:block;width:497px;position:absolute;font-family:"open sans";font-size:29px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:17.333374023438px;left:231.5px;height:37px;text-align:center;text-align-last:center;display:block; }
#HBLfWEKEVuc9mXpWZMDKbeC4CPfnCcuP { color:#000000;display:block;width:397px;position:absolute;font-family:"open sans";font-size:17px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:422.66674804688px;left:27px;height:176px;text-align:left;text-align-last:left;display:block; }
#ckWOLakTRmxV5ouP0rwhxJ7ahIfmK2a9 { color:#000000;display:block;width:464px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:421.33325195312px;left:487px;height:180px;text-align:left;text-align-last:left;display:block; }
#S8rBTmPU1QAvq9ZDQR8lAFhwON7N3qrE { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:354px;left:102.33337402344px;height:52px;text-align:center;text-align-last:center;display:block; }
#zl6pPc9NvJ9XhagCWsHxTZPRm07rxbPE { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:345.66674804688px;left:638.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#GWA75EqvLo87VFryqoLSTUM82uBrtq8U { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:215px;width:215px;top:118.66674804688px;left:631px;overflow:hidden;display:block; }
#qudNwzrVuz2tPd91nVeTOtlmG3buLNEV { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:215px;width:215px;top:132px;left:94.833374023438px;overflow:hidden;display:block; }
#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx.adaptive-delivery-prevent-bg { background-image: none; }#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx > .row .container { background-color: transparent; background-image: none; }#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx > .row .container > .video-iframe-container { display: none; }#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx > .row > .video-iframe-container { display: none; }#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx > .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); }#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx > .row .container { border-width: 0; border-radius: 0; }#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx > .row .container { font-size:14px;font-family:arial;height:233px;width:960px;position:relative;display:block; }#wPS6zXKN3JzndKGQKQp8wuLhciBsVqWt { background-color:#50c8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:89px;left:340px;display:block; }
#L7MC2DVApzPOxyvy4QkK977KNHDd5gKh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv { display:block; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container { width:764px;height:201px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #yDkk6pyWtUr2uCCL5uePGLZdztLazUwf { width:763.95831298828px;height:147.9999961853px;top:53px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 959px) { #UBNhVWr2zNktRSiDOaLpTzOxZrSkO7EL { width:163px;height:53px;top:0px;left:114.5px;display:block; }
 }@media only screen and (max-width: 959px) { #hgencXMeBUewuPQv545VVOutLLTLpmMA { width:243px;height:42px;top:0px;left:481px;display:block; }
 }@media only screen and (max-width: 959px) { #q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { background-color: transparent; background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .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); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { width:764px;height:562px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-regular-label { width:232px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-text { width:232px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-text {padding-top: 0; padding-bottom: 0;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-textarea { width:232px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-select { width:232px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-select {padding-top: 0; padding-bottom: 0;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-button { width:232px;margin-top:4px;margin-right:0px;margin-left:0px;margin-bottom:4px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-checkbox-label { width:212px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy  { width:232px;height:auto;top:13.987499237061px;left:489.00000572205px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .radio-container { width:232px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy {display:block;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy { width:232px;height:auto;top:13.987499237061px;left:489.00000572205px; }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #VhCnJx5WkG3ivtTGXEULUQLqTJBcXMUx {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #lhrdMMNdWmfGibp76OyzBiv0shWTZqNZ {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #sm7OcrT7I8OcNkUcU589JZALzTeuennu {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #VqTDPBkPUSFCs7MtBwUcEShb88HkElS3 {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #ffSyT7lg0INTTTqxTLl0S646C9vAZTLt {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #R2qMSu8HfTFGzHEg3HtShlTzoTTMpfHL {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #ki3FyHG0VCJGy8ZCl73Bf3DhRU8KqKRX {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #ie7x5t1F5R8lm6sDqNbmHy0ZRxBaKI9A {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #bmz0TM21cPZnCTWcLTliSpL2gMSxI8Su {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #TWbsUzCl3WokFQHG3pI8bTAnOLNqN7zw {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #xBxeB0MfGq7p5x9WWDi5Lx71IGu3n1gF {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #Rz2fSitAs12CTUHydqMepwT1axNwR4bz {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #FLz6GGM3mOLvmTvdT4VdSGVr9W1AIz2G {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #rC7h3Tl8w312G2PGZCgsq77rV1fwegW6 {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #xsn75STOe7fVbHRIT8XIRTwJpB2SIHuD {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #npFniXpEf5wnGsTR7IAiU1ycLEA6dQgx {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #iwknBybTCwBhufhzVW2dXTvbEGglre1q {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #uKFZ4y8vvQFEiLi57EBVomryv5Vmg4NA {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #Rqphe0a1NyAIpUzzTHLbMuDdoUuFCbRJ {  }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #Rqphe0a1NyAIpUzzTHLbMuDdoUuFCbRJ .container-column{width:50%;} }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #drJS7nKmIWI77ytVwPT5782Pvo9r8PMG {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #rQGfT2poLlsRK8XIyxrKMSOVlkD3y0Dq {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #FLpMqdsbIHB5KcRtGkslTPGr1ndLlQov {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #vhUqmiHLczwsVQeWXR5fokSwoU3MhPXN {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #LJlwq6fCnRyFiNKKrIOsIJZqz30v4NVQ {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #kpVyqPVk9CPi1PoP2ipJTmFVJ9tGh6My {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #CyW5ig3AcmlLiA8fbqmeotZ3EgVUtHnB {  }
 }@media only screen and (max-width: 959px) { #PTSAaogWtpDgqVIt4SOO2dlI6w3vHl3B { width:495px;height:280px;top:14px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #fIauQhueS86SKK4vnAaC7nTwrJoRoDVx { width:486px;height:245.33332824707px;top:34px;left:9px;font-size:24px;display:block; }
 }@media only screen and (max-width: 959px) { #sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR { display:block; }#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR > .row .container { width:764px;height:282px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #G1DnNs6XSUcRU58iOsXWmUaLczvfmfWL { width:731px;height:149.33332824707px;top:42.9375px;left:24px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 959px) { #RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H { display:block; }#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H > .row .container { width:764px;height:363px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #E1TzBThBn8fv5iR4ZWK1JHI8k8xMkNwb { width:427px;height:240px;top:60.5px;left:167.50000572205px;display:block; }
 }@media only screen and (max-width: 959px) { #CSIenNEV6xgKhMbef1WUiGTldor4JtGg { width:379px;height:234.66666984558px;top:67.099998474121px;left:192.50000572205px;font-size:13px;display:block; }
 }@media only screen and (max-width: 959px) { #Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR { display:block; }#Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KbpTI9rkxqqHWSJMlfbl5bhiMwr7CTmg { width:497px;height:37px;top:17px;left:133.5px;font-size:29px;display:block; }
 }@media only screen and (max-width: 959px) { #HBLfWEKEVuc9mXpWZMDKbeC4CPfnCcuP { width:397px;height:192px;top:422px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #ckWOLakTRmxV5ouP0rwhxJ7ahIfmK2a9 { width:464px;height:220px;top:421px;left:300px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #S8rBTmPU1QAvq9ZDQR8lAFhwON7N3qrE { width:200px;height:50px;top:354px;left:4.3333740234375px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #zl6pPc9NvJ9XhagCWsHxTZPRm07rxbPE { width:200px;height:50px;top:345px;left:540.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #GWA75EqvLo87VFryqoLSTUM82uBrtq8U { width:215px;height:215px;top:118px;left:533px;display:block; }
 }@media only screen and (max-width: 959px) { #qudNwzrVuz2tPd91nVeTOtlmG3buLNEV { width:215px;height:215px;top:132px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #E1GveUDF7xSkolhfGtw9UnDlmi6rySpx { display:block; }#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #wPS6zXKN3JzndKGQKQp8wuLhciBsVqWt { width:280px;height:55px;top:89px;left:242px;display:block; }
 }@media only screen and (max-width: 959px) { #L7MC2DVApzPOxyvy4QkK977KNHDd5gKh { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uQGtkXXP/allie_gouPqaau9Qo_unsplash.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container { display: none; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .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) { #Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv { display:block; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container { width:320px;height:404px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDkk6pyWtUr2uCCL5uePGLZdztLazUwf { width:320px;height:206.66666412354px;top:164.66667175293px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UBNhVWr2zNktRSiDOaLpTzOxZrSkO7EL { width:190px;height:61px;top:85px;left:64.5px;display:block; }
 }@media only screen and (max-width: 763px) { #hgencXMeBUewuPQv545VVOutLLTLpmMA { width:243px;height:42px;top:18px;left:38.5px;display:block; }
 }@media only screen and (max-width: 763px) { #q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { display:block; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { background-color: transparent; background-image: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.77); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row > .video-iframe-container { display: none; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.77); }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { width:320px;height:1026px;background-color:transparent;background-image:url("https://images.assets-landingi.com/uQGtkXXP/allie_gouPqaau9Qo_unsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-form-header {  }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#000000;width:280px;padding-top:0px;padding-right:0px;padding-bottom:5px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:280px;box-sizing:border-box;height:45px;color:#161616;font-size:14px;overflow:hidden;font-family:quicksand;vertical-align:top; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-text {padding-top: 0; padding-bottom: 0;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:280px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:quicksand;vertical-align:top; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .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:transparent;background-image:none;border-top:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-left:1px solid #000000;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:280px;box-sizing:border-box;height:45px;color:#161616;font-family:quicksand;font-size:14px;overflow:hidden;vertical-align:top; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-select {padding-top: 0; padding-bottom: 0;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#89d4e3;background-image:none;border-top:5px solid #2888ab;border-left:5px solid #2888ab;border-right:5px solid #2888ab;border-bottom:5px solid #2888ab;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#f2f9ff;width:280px;height:65px;font-family:montserrat;overflow:hidden; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy [class*="-text"]:-moz-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy [class*="-text"]::-moz-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:quicksand;font-size:14px; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:middle;font-family:quicksand;font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-container { padding-top:0;padding-left:0px;padding-right:0px;padding-bottom:0;width:100%;font-size:0px;height:auto; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-container:first-of-type{padding-top:0;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-container:last-of-type{padding-bottom:0;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:490.33337402344px;z-index:100001; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:280px;display:block;vertical-align:top; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:12px;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;text-align:left;text-align-last:left; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy {display:block;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0px;top:490.33337402344px;z-index:100001; }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #VhCnJx5WkG3ivtTGXEULUQLqTJBcXMUx {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #lhrdMMNdWmfGibp76OyzBiv0shWTZqNZ {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #sm7OcrT7I8OcNkUcU589JZALzTeuennu {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #VqTDPBkPUSFCs7MtBwUcEShb88HkElS3 {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #ffSyT7lg0INTTTqxTLl0S646C9vAZTLt {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #R2qMSu8HfTFGzHEg3HtShlTzoTTMpfHL {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #ki3FyHG0VCJGy8ZCl73Bf3DhRU8KqKRX {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #ie7x5t1F5R8lm6sDqNbmHy0ZRxBaKI9A {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #bmz0TM21cPZnCTWcLTliSpL2gMSxI8Su {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #TWbsUzCl3WokFQHG3pI8bTAnOLNqN7zw {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #xBxeB0MfGq7p5x9WWDi5Lx71IGu3n1gF {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #Rz2fSitAs12CTUHydqMepwT1axNwR4bz {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #FLz6GGM3mOLvmTvdT4VdSGVr9W1AIz2G {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #rC7h3Tl8w312G2PGZCgsq77rV1fwegW6 {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #xsn75STOe7fVbHRIT8XIRTwJpB2SIHuD {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #npFniXpEf5wnGsTR7IAiU1ycLEA6dQgx {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #iwknBybTCwBhufhzVW2dXTvbEGglre1q {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #uKFZ4y8vvQFEiLi57EBVomryv5Vmg4NA {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #Rqphe0a1NyAIpUzzTHLbMuDdoUuFCbRJ {  }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #Rqphe0a1NyAIpUzzTHLbMuDdoUuFCbRJ .container-column{width:50%;} }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #drJS7nKmIWI77ytVwPT5782Pvo9r8PMG {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #rQGfT2poLlsRK8XIyxrKMSOVlkD3y0Dq {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #FLpMqdsbIHB5KcRtGkslTPGr1ndLlQov {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #vhUqmiHLczwsVQeWXR5fokSwoU3MhPXN {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #LJlwq6fCnRyFiNKKrIOsIJZqz30v4NVQ {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #kpVyqPVk9CPi1PoP2ipJTmFVJ9tGh6My {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #CyW5ig3AcmlLiA8fbqmeotZ3EgVUtHnB {  }
 }@media only screen and (max-width: 763px) { #PTSAaogWtpDgqVIt4SOO2dlI6w3vHl3B { width:320px;height:407px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fIauQhueS86SKK4vnAaC7nTwrJoRoDVx { width:311px;height:429.33333015442px;top:22.33332824707px;left:9px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR { display:block; }#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR > .row .container { width:320px;height:480px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1DnNs6XSUcRU58iOsXWmUaLczvfmfWL { width:311px;height:430.66665649414px;top:30.5px;left:4.5px;font-size:17px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H { display:block; }#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H > .row .container { width:320px;height:432px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1TzBThBn8fv5iR4ZWK1JHI8k8xMkNwb { width:319px;height:359px;top:36.3125px;left:0px;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #CSIenNEV6xgKhMbef1WUiGTldor4JtGg { width:303px;height:340.00000190735px;top:37.48747253418px;left:17px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR { display:block; }#Lf8SZgUf2mtgka9EK6LuPrqvOQgH6iAR > .row .container { width:320px;height:1373px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KbpTI9rkxqqHWSJMlfbl5bhiMwr7CTmg { width:320px;height:37.333332061768px;top:20px;left:0px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #HBLfWEKEVuc9mXpWZMDKbeC4CPfnCcuP { width:293px;height:298.66665649414px;top:375.66674804688px;left:16px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ckWOLakTRmxV5ouP0rwhxJ7ahIfmK2a9 { width:307px;height:340px;top:1011.6667480469px;left:6.5px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S8rBTmPU1QAvq9ZDQR8lAFhwON7N3qrE { width:200px;height:50.666667938232px;top:313.3125px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zl6pPc9NvJ9XhagCWsHxTZPRm07rxbPE { width:200px;height:50.666667938232px;top:942px;left:60px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GWA75EqvLo87VFryqoLSTUM82uBrtq8U { width:215px;height:215px;top:701.625px;left:52.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qudNwzrVuz2tPd91nVeTOtlmG3buLNEV { width:215px;height:215px;top:77.333332061768px;left:52px;display:block; }
 }@media only screen and (max-width: 763px) { #E1GveUDF7xSkolhfGtw9UnDlmi6rySpx { display:block; }#E1GveUDF7xSkolhfGtw9UnDlmi6rySpx > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wPS6zXKN3JzndKGQKQp8wuLhciBsVqWt { width:280px;height:55px;top:20px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #L7MC2DVApzPOxyvy4QkK977KNHDd5gKh { display:block; }
 }