/*
Fonts & General Styles
--------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,button,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
#yui3-css-stamp.cssreset{display:none;}

@media print{*{color:#000 !important;text-shadow:none !important;background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important;}
a[href]:after{content:" (" attr(href) ")";}
abbr[title]:after{content:" (" attr(title) ")";}
a[href^="javascript:"]:after,
a[href^="#"]:after{content:"";}
pre,
blockquote{border:1px solid #999;page-break-inside:avoid;}
thead{display:table-header-group;}
tr,
img{page-break-inside:avoid;}
img{max-width:100% !important; height: auto;}
p,
h2,
h3{orphans:3;widows:3;}
h2,
h3{page-break-after:avoid;}
select{background:#fff !important;}
.navbar{display:none;}
.table td,
.table th{background-color:#fff !important;}
.btn > .caret,
.dropup > .btn > .caret{border-top-color:#000 !important;}
.label{border:1px solid #000;}
.table{border-collapse:collapse !important;}
.table-bordered th,
.table-bordered td{border:1px solid #ddd !important;}
}
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  /* Removes padding behaviour on widths */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 24, 2022 */

/* CUSTOMIZE THIS */
@font-face {
  font-family: 'bikoregular';
  src: url('../fonts/biko_regular-webfont.woff2') format('woff2'),
       url('../fonts/biko_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'bikoregular', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #001d41;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: underline;
  transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
}
a:focus {
  outline: 0;
}
h1,.h1 {
  font-size: 55px;
  line-height: 1;
}
h2,.h2 {
  font-size: 22px;
}
h3,.h3 {
  font-size: 32px;
}
h4,.h4 {
  font-size: 24px;
}
h5,.h5 {
  font-size: 18px;
}
h6,.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 20px;
  line-height: 1.8;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #666;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #666;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #666;
}
input[type=submit],input[type=button]{
	-webkit-appearance: none;	
}
img {
  max-width: 100%;
  height: auto;
}
.d-flex {
  display: flex;
  display: -webkit-flex;
}
.align-items-center {
  align-items: center;
  -webkit-align-items: center;
}
/*
body
--------------------------------*/
.banner-section {
  height: calc(100vh - 40px);
  /*height: 100vh;*/
  position: relative;
}
.logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  text-align: center;
  padding: 30px;
  height: 150px;
}
.logo img {
  max-width: 280px;
}
.banner-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 100%;
}
#mc_embed_signup {
  /*background: rgba(255,255,255,0.92);*/
  width: 600px;
  padding: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  margin: 0 auto;
}
#mc_embed_signup .mc-field-group input {
  width: 100%;
  height: 38px;
  padding: 0px 10px;
  font-size: 14px;
  background: transparent;
  border: 2px solid #cb334d;
}
#mc_embed_signup .mc-field-group:nth-child(1), 
#mc_embed_signup .mc-field-group:nth-child(2) {
  width: 30%;
}
#mc_embed_signup .mc-field-group:nth-child(3) {
  width: 40%;
}
#mc_embed_signup h2 {
  margin-bottom: 22px;
}
#mc_embed_signup .mc-field-group input:focus {
  outline: 0;
}
#mc_embed_signup .mc-field-group:not(:first-child) input {
  border-left: 0px !important;
}
#mc_embed_signup .clear {
  text-align: center;
}
#mce-responses > div {
    margin-top: 10px;
}
#mc_embed_signup input[type="submit"] {
  border: none;
  background: #000;
  color: #fff;
  padding: 8px 18px;
  font-size: 16px;
  cursor: pointer;
  margin: 0;
  border-radius: 0px;
  line-height: inherit;
  height: auto;
}
#mc_embed_signup .mc-field-group label {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
}
.mc-field-group.confirm-check label {
  display: block !important;
}
.mc-field-group.confirm-check {
  width: 100% !important;
  margin-top: 0px;
  position: relative;
}
.mc-field-group.confirm-check label {
  margin-bottom: 0px !important;
}
.field-bottom {
    margin-top: 12px;
}
.mc-field-group.confirm-check input {
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: pointer;
}
.mc-field-group.confirm-check input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px !important;
  height: 20px !important;
  z-index: 99;
  opacity: 0;
}
.mc-field-group.confirm-check label {
  padding-left: 30px;
}
.mc-field-group.confirm-check label::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #cb334d;
}
.mc-field-group.confirm-check label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 14px;
  opacity: 0;
  background-color: #cb334d;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.mc-field-group.confirm-check input:checked + label::after {
  opacity: 1;
}
.confirm-check .mce_inline_error {
  display: block;
  margin-top: 8px !important;
}
.footer-section ul {
  margin-bottom: 0px;
  text-align: center;
}
.footer-section ul li {
  display: inline-block;
  margin: 0px 12px;
}
.terms-link {
  text-decoration: underline;
}
/*.footer-section {
  height: 60px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}*/
.terms-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
  z-index: 999;
}
.terms-popup.popup-open {
  opacity: 1;
  visibility: visible;
  transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -ms-transition: 0.5s all ease 0s;
}
.popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
}
.popup-box {
  width: 600px;
  background: #fff;
  position: relative;
  z-index: 99;
  margin: 0 auto;
  padding: 30px;
}
.popup-box span {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  line-height: 1;
}
.popup-box p {
  margin-bottom: 12px;
}
.popup-box a {
  text-decoration: underline;
}
.popup-box span {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 16px;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  padding: 7px;
  cursor: pointer;
}
.footer-section {
  text-align: center;
  padding: 5px 0px;
  height: 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 9;
}
.banner-section.inner-banner {
    height: 600px;
}
.content-section {
  padding: 60px 0px;
}
.max-1440 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 20px;
}
.align-justify {
  text-align: justify;
}
.pg-content a {
  text-decoration: underline;
}
.pg-content ul,
.pg-content ol {
  margin: 22px 0px;
  padding: 0px 0px 0px 20px;
}
.pg-content li {
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin-bottom: 8px;
  line-height: 1.8;
}
.pg-content li:last-child {
  margin-bottom: 0px;
}
.pg-content ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
.sub-div1 {
  padding-top: 10px;
}
.sub-div1 h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.sub-div2 {
  padding-left: 30px;
}
.sub-div2 h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.sub-div3 {
  padding-left: 60px;
}
.pg-content ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.pg-content ol li {
  counter-increment: my-awesome-counter;
}
.pg-content ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0px;
  top: 1px;
}
.inner-footer {
  border-top: 1px solid #000;
}
@media only screen and (max-width: 1280px) {
  #mc_embed_signup {
    background: rgb(243 248 251);
  }
}
@media only screen and (max-width: 767px) {
  .logo img {
    max-width: 170px;
  }
  .logo {
    height: 80px;
    position: relative;
    padding: 20px 20px 0px;
    z-index: 9;
  }
  #mc_embed_signup {
    width: 90%;
    padding: 25px 15px;
    position: relative;
    z-index: 9;
    max-height: calc(100vh - 130px);
    overflow: auto;
    top: 0px;
    margin: 30px auto 20px;
  }
  .banner-img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  #mc_embed_signup .d-flex {
    display: block;
  }
  #mc_embed_signup .mc-field-group {
    width: 100% !important;
    margin-bottom: 15px;
  }
  #mc_embed_signup .mc-field-group:not(:first-child) input {
    border: 2px solid #cb334d !important;
  }
  .mc-field-group.confirm-check label {
    padding-left: 28px;
  }
  .popup-box {
    max-width: 88%;
    padding: 15px;
  }
  #mc_embed_signup h2 {
    margin-bottom: 12px;
  }
  .banner-section.inner-banner {
    height: 220px;
  }
  .content-section {
    padding: 40px 0px;
  }
  .sub-div2 {
    padding-left: 15px;
  }
  .sub-div3 {
    padding-left: 30px;
  }
}
/*
Footer
--------------------------------*/