* {
  box-sizing: border-box;
}

.body {
  overflow-x: hidden;
}
.body .bdt-header {
  padding: 12px;
  display: flex;
  justify-content: center;
  width: 100%;
  background: rgba(126, 126, 126, 0.2);
}
.body .bdt-header img {
  width: 120px;
  height: auto;
}
.body .main__block {
  background-image: var(--lazyloading_img);
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 55px;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: multiply;
  background-position: center center;
  padding-top: 200px;
  position: relative;
  display: flex;
  justify-content: center;
}
.body .main__block._american {
  padding-top: 300px;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
.body .main__block._american * > .main__content-text {
  font-size: 32px;
  color: #f8f8f8;
  background-color: transparent;
}
.body .main__block._american * > .main__content-text-inner {
  background-color: transparent;
}
.body .main__block._american * > .main__content-text-text {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #f8f8f8;
  opacity: 1;
  background: transparent;
}
.body .main__block._american * > .main__content-btn-inner a {
  background-color: #fff;
  font-family: Lato, sans-serif;
  padding: 15px 120px;
  font-size: 23px;
  letter-spacing: 1px;
  border-radius: 15px;
  border-color: #226e93;
  color: #226e93;
}
.body .main__block._american * > .main__content-btn-inner a:hover {
  background-color: #fff;
  padding: 15px 120px;
  font-size: 23px;
  letter-spacing: 1px;
  border-radius: 15px;
  border-color: #226e93;
  color: #226e93;
}
.body .main__block._asian {
  background-color: rgba(0, 0, 0, 0.5);
}
.body .main__block._asian .main__content-text {
  background-color: rgba(253, 253, 254, 0.9019607843);
}
.body .main__block._asian .main__content-text-inner {
  background-color: transparent;
}
.body .main__block._asian .main__content-text-title {
  margin: 40px 0 40px;
}
.body .main__block._asian .main__content-text-text {
  margin: 0 0 40px 0;
}
.body .main__block._asian .main__content-btn-inner a {
  background-color: red;
}
.body .main__block__background {
  width: 100%;
  height: 100%;
}
.body .main__block__background-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.body .main__block__background-image picture:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
.body .main__block__background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.body .main__block__background-image > * {
  position: absolute;
  border: 0;
  outline: 0;
  width: 100vw;
  min-width: 177.77vh;
  height: 56.25vw;
  min-height: 100vh;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.body .main__block .main__content {
  max-width: 1107px;
  padding: 0 15px;
  width: 100%;
  margin: auto;
  position: absolute;
  text-align: center;
}
.body .main__block .main__content-text {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.13px;
  font-family: HelveticaNeue, sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  color: #000;
  text-align: center;
  background-color: rgba(253, 253, 254, 0.6);
  border-radius: 10px;
  padding: 12px;
}
.body .main__block .main__content-text-inner {
  padding: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background-color: rgba(253, 253, 254, 0.9);
  border-radius: 10px;
}
.body .main__block .main__content-text-title {
  margin: 0 0 20px 0;
}
.body .main__block .main__content-text-text {
  opacity: 0.6;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.09px;
  margin: 0;
}
.body .main__block .main__content-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.body .main__block .main__content-btn-inner {
  display: flex;
  padding: 12px;
}
.body .main__block .main__content-btn-inner a {
  border-radius: 30px;
  border: 0;
  background-color: #ec1e7a;
  padding: 15px 45px;
  outline: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.body .main__block .main__content-btn-inner a:hover {
  border-radius: 30px;
  border: 0;
  background-color: red;
}
.body .blog_footer {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #c6c6c6;
  width: 100%;
}
.body .blog_footer-wrapper {
  padding: 0 15px;
  width: 100%;
  margin: auto;
  max-width: 1170px;
}
.body .blog_footer-inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 42px;
  padding-bottom: 25px;
  justify-content: space-between;
  align-items: flex-end;
  color: #333;
}
.body .blog_footer-links {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.body .blog_footer-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: Lato, sans-serif;
}
.body .blog_footer-form h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.body .blog_footer-form form {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.body .blog_footer-form form input {
  flex: 1 1 75%;
  color: #333;
  border: 1px solid #d1d5db;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
  width: 100%;
  padding: 10px 8px;
  margin: 0;
}
.body .blog_footer-form form button {
  cursor: pointer;
  flex: 1 0 auto;
  align-self: flex-end;
  background-color: #4a4a4a;
  font-family: Lato, sans-serif;
  padding: 10px 20px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  border: 0;
}
.body .blog_footer-thank {
  display: none;
  border-radius: 4px;
  margin-top: 16px;
  padding: 16px;
  font-size: 14px;
  border: 1px solid;
}

@media (max-width: 576px) {
  .body .main__block-asian {
    padding-top: 100px;
    background-attachment: scroll;
    background-repeat: repeat-x;
  }
  .body .main__content-text-title {
    font-size: 20px;
  }
  .body .main__content-text-text {
    font-size: 20px;
  }
}

/*# sourceMappingURL=blog-preview.css.map */
