.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/rMd67fM3/porbahatter.png");background-position:center;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh::before {     content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#PbhNcAtI9ATZJwvluI1fyL4TrOzVHWnh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff; }#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:194px;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:69px;left:0px;height:102.2222px;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:35px;width:120px;top:25px;left:420.00003051758px;overflow:hidden;display:block; }
#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs { position:relative;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 { border-width: 0; border-radius: 0; }#q62GXE23ttqXfOsJR7Cwsb9AtReEqEJs > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:14px;font-family:arial;height:554px;width:960px;position:relative;display:block; }#cQUePRlkIMB7GOlQuxsbKiWeawW8oEZ2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:400px;width:603px;top:0px;left:0px;overflow:hidden;display:block; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-form-header {  }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:700;color:#000000;width:304px;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:304px;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:304px;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:304px;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;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:bold;color:#f2f9ff;width:304px;height:65px;font-family:"open sans";overflow:hidden; }
#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:11px;font-weight:300;color:#000000;vertical-align:top;width:284px;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:1px;padding-left:0;padding-right:0;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:#89d4e3;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:304px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:602.98614501953px;top:0px;z-index:100001;position:absolute; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:304px;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:#89d4e3;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:304px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:602.98614501953px;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 #TSQMB5DOVchiKO3KHLkXoRsGGZU0EtPs { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #TSQMB5DOVchiKO3KHLkXoRsGGZU0EtPs .container-column{width:50%;}#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #eyOKNI9nTXEOdvlTUXzFtZMyczikc72F { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #Ae1bDuGPHUfc2y0XMeZ4ttBF7Hag5FwQ { position:relative;z-index:2; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #edrPv5SXHM34dZCT4iKrnkEIU4saCk1R { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #kMaKfuV7n94554sp2MbHSbNmJ9kBkd3f { position:relative;z-index:2; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #iur8MXCc1XzoNF7leZfQ2ZHK3rIDTMT9 { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #kpVyqPVk9CPi1PoP2ipJTmFVJ9tGh6My { position:relative; }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #CyW5ig3AcmlLiA8fbqmeotZ3EgVUtHnB { position:relative; }
#aOf8sOFpx8y6eytpd1TcCrAHfXUJklsO { color:#50c8e8;display:block;width:520px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:443px;left:0px;height:75.5556px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GmyrIv9zkiGEFhHo1SNGhc2P30waGdN2 { box-sizing:content-box;color:#50c8e8;font-size:72px;font-weight:400;line-height:1;height:104px;width:104px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:362px;left:516px;display:none; }
#DHrCtooKT2L7zrzNLXweR7o1iqH5ZTuB { box-sizing:content-box;color:#50c8e8;font-size:74px;font-weight:400;line-height:1;height:107px;width:107px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:443px;left:497px;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:#ffffff;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:293px;width:960px;position:relative;display:block; }#G1DnNs6XSUcRU58iOsXWmUaLczvfmfWL { color:#706f6f;display:block;width:882px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:100007;line-height:1.6;letter-spacing:0;top:66px;left:26px;height:111.111px;text-align:left;text-align-last:left;display:block; }
#vPk83kHc41SWTykTzMF2GpScvNbLIadC { color:#706f6f;display:block;width:882px;position:absolute;font-family:roboto;font-size:18px;font-weight:700;z-index:100008;line-height:1.6;letter-spacing:0;top:209.25px;left:26px;height:55.5556px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RqKWPw7hgUTZtU4UIAEPLuKwB2PQmo8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/BmdErlT0/N_vtelen_terv_8.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#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: #ffffff; }#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: #ffffff; }#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:422px;width:960px;position:relative;display:block; }#E1TzBThBn8fv5iR4ZWK1JHI8k8xMkNwb { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;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:235px;width:684px;top:136.5px;left:172px;display:block; }
#CSIenNEV6xgKhMbef1WUiGTldor4JtGg { color:#000000;display:block;width:575px;position:absolute;font-family:roboto;font-size:17px;font-weight:400;z-index:100011;line-height:1.6;letter-spacing:0;top:147px;left:227.5px;height:186.667px;text-align:left;text-align-last:left;font-style:italic;display:block; }
#QKqMwlmUkdezMgMwI3PgAKRTrJeytJT7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:420px;width:821px;top:0px;left:69.5px;overflow:hidden;display:block; }
#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/bePMPzub/K%C3%A9perny%C5%91fot%C3%B3_2018-03-02_-_11.10.28.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;position:relative;display:block; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { background-color: transparent; background-image: none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container > .video-iframe-container { display: none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row > .video-iframe-container { display: none; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .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); }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { border-width: 0; border-radius: 0; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { font-size:14px;font-family:"open sans";height:305px;width:960px;position:relative;display:block; }#suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh > .row .container { background-color: transparent; background-image: none; }#suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh > .row .container > .video-iframe-container { display: none; }#suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh > .row > .video-iframe-container { display: none; }#suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh > .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); }#suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh > .row .container { border-width: 0; border-radius: 0; }#suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh > .row .container { font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#XnH3C7TVELLJ5H0TmnXBqTsTiX7w3pCA { background-color:#50c8e8;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:5px solid #2888ab;border-left:5px solid #2888ab;border-right:5px solid #2888ab;border-bottom:5px solid #2888ab;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:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:320px;height:61px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:119.5px;left:320.00003051758px;display:block; }
#mtpsqF2JiZJEHBPNK9KzGteMcmyTLsUo { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#WyHhHinLRSxtrcKdNIENGFoo76Hfv6DL { color:rgba(0,0,0,0.66);display:block;width:631px;position:absolute;font-family:roboto;font-size:36px;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:51.174957275391px;left:164.5px;height:46.6667px;text-align:center;text-align-last:center;font-style:italic;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.96875px;height:146.4px;top:54px;left:0px;font-size:38px;display:block; }
 }@media only screen and (max-width: 959px) { #UBNhVWr2zNktRSiDOaLpTzOxZrSkO7EL { width:167px;height:53px;top:0px;left:597px;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:590px;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cQUePRlkIMB7GOlQuxsbKiWeawW8oEZ2 { width:498px;height:329px;top:22px;left:0px;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:22px;left:492px; }
#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:22px;left:492px; }
 }@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 #TSQMB5DOVchiKO3KHLkXoRsGGZU0EtPs {  }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #TSQMB5DOVchiKO3KHLkXoRsGGZU0EtPs .container-column{width:50%;} }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #eyOKNI9nTXEOdvlTUXzFtZMyczikc72F {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #Ae1bDuGPHUfc2y0XMeZ4ttBF7Hag5FwQ {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #edrPv5SXHM34dZCT4iKrnkEIU4saCk1R {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #kMaKfuV7n94554sp2MbHSbNmJ9kBkd3f {  }
 }@media only screen and (max-width: 959px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #iur8MXCc1XzoNF7leZfQ2ZHK3rIDTMT9 {  }
 }@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) { #aOf8sOFpx8y6eytpd1TcCrAHfXUJklsO { width:482px;height:115.2px;top:383.5px;left:8px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #GmyrIv9zkiGEFhHo1SNGhc2P30waGdN2 { width:104px;height:104px;top:311px;left:390px;font-size:72px;display:none; }
 }@media only screen and (max-width: 959px) { #DHrCtooKT2L7zrzNLXweR7o1iqH5ZTuB { width:103px;height:103px;top:478.5px;left:390px;font-size:72px;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:112px;top:42.9375px;left:24px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 959px) { #vPk83kHc41SWTykTzMF2GpScvNbLIadC { width:726px;height:51.2px;top:178.9375px;left:26.5px;font-size:16px;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:195px;top:101.5px;left:167.5px;display:block; }
 }@media only screen and (max-width: 959px) { #CSIenNEV6xgKhMbef1WUiGTldor4JtGg { width:379px;height:187.2px;top:110px;left:192.5px;font-size:13px;display:block; }
 }@media only screen and (max-width: 959px) { #QKqMwlmUkdezMgMwI3PgAKRTrJeytJT7 { width:699px;height:357px;top:0px;left:32.5px;display:block; }
 }@media only screen and (max-width: 959px) { #mqQJRRbD0kihvn8tshX14Q1di5cCLXNM { display:block; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh { display:block; }#suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XnH3C7TVELLJ5H0TmnXBqTsTiX7w3pCA { width:320px;height:61px;top:119px;left:222.00003051758px;display:block; }
 }@media only screen and (max-width: 959px) { #mtpsqF2JiZJEHBPNK9KzGteMcmyTLsUo { display:block; }
 }@media only screen and (max-width: 959px) { #WyHhHinLRSxtrcKdNIENGFoo76Hfv6DL { width:631px;height:46.4px;top:41.999969482422px;left:66.499998092651px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv { display:block; }#Jn288uNgiXLiKIQEkAzdOpqTTpUa5GGv > .row .container { width:320px;height:305px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDkk6pyWtUr2uCCL5uePGLZdztLazUwf { width:320px;height:164.4441px;top:114.67500305176px;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:61.675060347581px;top:20px;left:65px;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:1045px;background-color:transparent;background-image:url("https://images.assets-landingi.com/8fa2fdce/2.png");background-position:center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQUePRlkIMB7GOlQuxsbKiWeawW8oEZ2 { width:318px;height:212px;top:0px;left:0px;overflow:hidden;display:block; }
 }@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:472px;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:472px;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 #TSQMB5DOVchiKO3KHLkXoRsGGZU0EtPs {  }
#s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #TSQMB5DOVchiKO3KHLkXoRsGGZU0EtPs .container-column{width:50%;} }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #eyOKNI9nTXEOdvlTUXzFtZMyczikc72F {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #Ae1bDuGPHUfc2y0XMeZ4ttBF7Hag5FwQ {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #edrPv5SXHM34dZCT4iKrnkEIU4saCk1R {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #kMaKfuV7n94554sp2MbHSbNmJ9kBkd3f {  }
 }@media only screen and (max-width: 763px) { #s28TA1Mcpr0ivDgvmfITNnyJoysUMszy #iur8MXCc1XzoNF7leZfQ2ZHK3rIDTMT9 {  }
 }@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) { #aOf8sOFpx8y6eytpd1TcCrAHfXUJklsO { width:314px;height:151.111px;top:227px;left:3px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #GmyrIv9zkiGEFhHo1SNGhc2P30waGdN2 { width:104px;height:104px;top:379px;left:108px;font-size:72px;display:block; }
 }@media only screen and (max-width: 763px) { #DHrCtooKT2L7zrzNLXweR7o1iqH5ZTuB { width:107px;height:107px;top:443px;left:106px;font-size:74px;display:none; }
 }@media only screen and (max-width: 763px) { #sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR { display:block; }#sG64Pb1CSRoEtZIDsgMOGm7wfamfUEUR > .row .container { width:320px;height:525px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G1DnNs6XSUcRU58iOsXWmUaLczvfmfWL { width:311px;height:293.333px;top:23.987503051758px;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) { #vPk83kHc41SWTykTzMF2GpScvNbLIadC { width:291px;height:122.222px;top:348.58760070801px;left:14.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:487px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1TzBThBn8fv5iR4ZWK1JHI8k8xMkNwb { width:318px;height:317px;top:164.5px;left:0px;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #CSIenNEV6xgKhMbef1WUiGTldor4JtGg { width:303px;height:303.333px;top:168px;left:8.5px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QKqMwlmUkdezMgMwI3PgAKRTrJeytJT7 { width:320px;height:160px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mqQJRRbD0kihvn8tshX14Q1di5cCLXNM { display:block; }#mqQJRRbD0kihvn8tshX14Q1di5cCLXNM > .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh { display:block; }#suu24m1wVtESr6NZ2fRZUrQ0k54ro8gh > .row .container { width:320px;height:300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnH3C7TVELLJ5H0TmnXBqTsTiX7w3pCA { width:185px;height:52px;top:156.20001220703px;left:67.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #mtpsqF2JiZJEHBPNK9KzGteMcmyTLsUo { display:block; }
 }@media only screen and (max-width: 763px) { #WyHhHinLRSxtrcKdNIENGFoo76Hfv6DL { width:320px;height:82.2222px;top:49px;left:0px;font-size:32px;display:block; }
 }