body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f1f1f1;
}

.hero-section.w {
  background-color: #fff;
}

.hero-section.w {
  background-color: #fff;
}

.hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper.reg {
  min-height: auto;
  padding-top: 130px;
  padding-bottom: 55px;
}

.hero-wrapper.reg.th {
  padding-top: 87px;
  padding-bottom: 0px;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 50%;
  padding: 30px 90px 30px 30px;
}

.hero-content.img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.hero-content.large {
  width: 70%;
}

.hero-content.large.center {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  text-align: center;
}

.hero-content.im2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.9em;
  line-height: 120%;
}

.hero-h1.small {
  margin-bottom: 30px;
  font-size: 2em;
}

.hero-p {
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0.8;
  font-size: 1.4em;
  line-height: 150%;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-wrapper.cc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-wrapper.t {
  margin-top: 20px;
}

.btn {
  padding: 15px 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #f3a11a;
  border-radius: 8px;
  background-color: #f3a11a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

.btn:hover {
  border-color: #c9871a;
  background-color: #c9871a;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.img-bookley {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.img-bookley.tst.p {
  position: absolute;
  z-index: 0;
  padding-top: 122px;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.nav-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-container.t {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-logo {
  width: 230px;
}

.bot-logos {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  padding-right: 10px;
  padding-left: 10px;
}

.logo-sp {
  height: 25px;
  margin-right: 15px;
  margin-left: 15px;
  opacity: 0.5;
}

.featuredon {
  margin-bottom: 10px;
  opacity: 0.5;
  font-size: 1.2em;
  line-height: 100%;
  font-weight: 600;
}

.section {
  position: relative;
  overflow: hidden;
  padding: 80px 10px;
}

.section.nopaddingbot {
  padding-bottom: 0px;
}

.section.ws {
  background-color: #f5f5f5;
}

.section.quote-dark {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #c9871a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0.88))), url('../images/bg-quote-section.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88)), url('../images/bg-quote-section.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.section.footer {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #001c38;
  color: #fff;
}

.section.quote-dark {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #c9871a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0.88))), url('../images/bg-quote-section.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88)), url('../images/bg-quote-section.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.container.ct {
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.t {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.rev.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.rev.b {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper.v {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content {
  padding: 30px;
}

.content._50 {
  width: 50%;
}

.content._50.paddingbot {
  padding-bottom: 0px;
}

.content._50.nopaddingbot {
  padding-bottom: 0px;
}

.content._50.tr {
  padding-right: 100px;
}

.content._33 {
  width: 33%;
}

.content.bb {
  padding-left: 0px;
  border-bottom: 1px solid #dbdbdb;
}

.content.bb.last {
  border-bottom-style: none;
}

.quote-wrapper {
  padding: 70px 30px;
  background-color: rgba(243, 161, 26, 0.1);
}

.quote-wrapper.small {
  padding-top: 25px;
  padding-bottom: 25px;
}

.img-quote {
  height: 35px;
  margin-bottom: 20px;
}

.h2-title {
  margin-top: 0px;
  margin-bottom: 30px;
}

.h2-title.tiny {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 120%;
}

.p-quote {
  font-size: 17px;
  line-height: 30px;
}

.p-quote.s {
  font-size: 13px;
  line-height: 16px;
}

.quote-name {
  margin-bottom: 10px;
  font-weight: 600;
}

.p20 {
  font-size: 20px;
  line-height: 30px;
}

.list {
  margin-top: 20px;
  padding-left: 20px;
  color: #f3a11a;
  font-size: 21px;
  list-style-type: square;
}

.p17 {
  opacity: 0.8;
  color: #000;
  font-size: 17px;
  line-height: 27px;
}

.img-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.37;
  -o-object-fit: cover;
  object-fit: cover;
}

.playbtn {
  position: relative;
  z-index: 1;
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
}

.title-s {
  font-size: 1.4em;
  line-height: 150%;
}

.title-wrapper {
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.title-wrapper.l {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  text-align: left;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 360px;
  background-color: #f3a11a;
}

.icon-wrapper.l {
  margin-right: 0px;
  margin-left: 0px;
}

.feature-wrapper {
  padding: 50px 20px;
  border-bottom: 3px solid #f3a11a;
  background-color: #fff;
  text-align: center;
}

.feature-wrapper.s {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
  text-align: left;
}

.feature-wrapper.ws {
  background-color: #fff;
}

.button-wrapper-center {
  padding: 30px;
  text-align: center;
}

.logo-footer {
  width: 200px;
  margin-bottom: 20px;
}

.img-f {
  width: 70%;
}

.btn-small {
  padding: 2px 11px;
  background-color: #f3a11a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 13px;
  text-transform: uppercase;
}

.btn-small:hover {
  background-color: #c9871a;
}

.img-coin {
  width: 125px;
  margin-bottom: 20px;
}

.form-section {
  display: none;
  background-color: #fff;
}

.wrapper-form-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.94);
}

.container-form {
  width: 100%;
  max-width: 960px;
}

.input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-wrap {
  width: 50%;
  padding-right: 10px;
}

.input-wrap.r {
  padding-right: 0px;
  padding-left: 10px;
}

.input {
  display: inline-block;
  width: 47%;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e4e4e4;
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.input:hover {
  border-color: #5f5f5f;
}

.input:focus {
  border-color: #c9871a;
}

.form {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding: 84px 30px;
  background-color: #fff;
  box-shadow: 1px 1px 11px 0 rgba(0, 0, 0, 0.24);
}

.closebutton {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 15px;
  cursor: pointer;
}

.close-x {
  font-size: 1.4em;
  line-height: 100%;
  font-weight: 600;
}

.image {
  margin-top: 40px;
}

.btn-2 {
  padding: 15px 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #f3a11a;
  border-radius: 8px;
  background-color: #f3a11a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

.btn-2:hover {
  border-color: #c9871a;
  background-color: #c9871a;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.btn-2.ghost {
  margin-left: 20px;
  border-color: #000;
  background-color: transparent;
  color: #000;
}

.wrapper-quote {
  position: relative;
  top: 146px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 161, 26, 0.14)), to(rgba(243, 161, 26, 0.14)));
  background-image: linear-gradient(180deg, rgba(243, 161, 26, 0.14), rgba(243, 161, 26, 0.14));
}

.p17-2 {
  opacity: 0.8;
  color: #000;
  font-size: 17px;
  line-height: 27px;
}

.list-2 {
  margin-top: 20px;
  padding-left: 20px;
  color: #f3a11a;
  font-size: 21px;
  list-style-type: square;
}

.lb-2 {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.lb-2:hover {
  opacity: 0.8;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.wrapper-video-thumbnail-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.feature-wrapper-2 {
  padding: 50px 20px;
  border-bottom: 3px solid #f3a11a;
  background-color: #fff;
  text-align: center;
}

.icon-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 360px;
  background-color: #f3a11a;
}

.form-2 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-form {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background-color: #f3a11a;
  color: #fff;
  text-align: center;
}

.btn-form:hover {
  background-color: #c9871a;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .hero-wrapper {
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 0px;
  }

  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-content {
    width: 100%;
    padding-right: 30px;
  }

  .hero-content.img {
    position: static;
    padding: 0px 30px;
  }

  .hero-content.large.center {
    width: 100%;
  }

  .hero-content.im2 {
    position: static;
    padding: 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .img-bookley {
    height: auto;
  }

  .img-bookley.tst.p {
    position: static;
    padding-top: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .bot-logos {
    position: static;
  }

  .logo-sp {
    height: 25px;
  }

  .section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .wrapper.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content._50 {
    width: 100%;
  }

  .content._50.paddingbot {
    width: 100%;
  }

  .content._50.nopaddingbot {
    width: 100%;
  }

  .content._50.tr {
    width: 100%;
    padding-right: 30px;
  }

  .content._33 {
    width: 50%;
  }

  .wrapper-form-section {
    padding-top: 69px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wrapper-quote {
    top: 0px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.w {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img-logo {
    width: 150px;
  }

  .logo-sp {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .content._33 {
    width: 100%;
  }

  .wrapper-form-section {
    padding-right: 47px;
    padding-left: 47px;
  }

  .btn-2.ghost.tiny {
    padding: 2px 9px;
    font-size: 12px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-section.w {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-content {
    padding: 15px;
  }

  .hero-content.large.center {
    padding-right: 15px;
  }

  .hero-content.im2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-h1 {
    font-size: 1.7em;
  }

  .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .btn {
    width: 100%;
    text-align: center;
  }

  .nav-top {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-container {
    padding: 15px 5px;
    text-align: center;
  }

  .img-logo {
    width: 120px;
  }

  .logo-sp {
    width: 50%;
    height: auto;
    margin-right: 5px;
    margin-bottom: 25px;
    margin-left: 5px;
  }

  .section {
    padding: 40px 10px;
  }

  .content {
    padding: 15px;
  }

  .quote-wrapper {
    padding: 34px 12px;
  }

  .h2-title {
    font-size: 1.7em;
    line-height: 120%;
  }

  .title-s {
    font-size: 1.1em;
  }

  .wrapper-form-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input-wrap {
    width: 100%;
    padding-right: 0px;
  }

  .input-wrap.r {
    padding-left: 0px;
  }

  .input {
    width: 100%;
  }

  .btn-2 {
    width: 100%;
    text-align: center;
  }

  .btn-2.ghost {
    margin-top: 20px;
    margin-left: 0px;
  }

  .btn-2.ghost.tiny {
    width: auto;
    margin-top: 0px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 10px;
  }

  .btn-form {
    width: 100%;
  }
}

