/* Color Palette */
/* $size-padding-book must be less than or equal to $size-spacing-left and $size-spacing-right */
* {
  box-sizing: border-box;
}

div#hosted_content {
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.row {
  display: -ms-flexbox;
  display: flex;
}

.newsletter_hosted_content {
  padding: 0;
  padding-bottom: 8rem;
}

.large-margin-top {
  margin-top: 1.6rem !important;
}

@media only all and (max-width: 39.875rem) {
  .row {
    flex-direction: column;
    background-color: #f9f9f9;
  }
  .row .left {
    order: 2;
    width: 100%;
  }
  .row .left .img-container {
    padding: 10px;
    position: relative;
    width: 100%;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .row .left .img-container .background_img {
    height: 100%;
    width: 100%;
    max-inline-size: 100%;
    aspect-ratio: 1;
    object-fit: initial;
  }
  .row .left .img-container .foreground_img {
    bottom: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -42%);
    height: 137%;
  }
  .row .left .img-container .head_content_con {
    z-index: 1;
    position: absolute;
    top: 57%;
    left: 50%;
    width: 40vw;
    transform: translate(-50%, 10%);
  }
  .row .left .img-container .head_content_con .header-title {
    display: flex;
    align-items: center;
  }
  .row .left .img-container .head_content_con .header-title img {
    height: 4.4vw;
  }
  .row .left .img-container .head_content_con .header-title div {
    font-size: 2vw;
    font-weight: 600;
    margin-left: 8px;
    opacity: 0.8;
  }
  .row .left .img-container .head_content_con .head_title {
    font-size: 4vw;
    margin-top: 4%;
    font-weight: 800;
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: normal;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .row .left .img-container .head_content_con .head_content {
    margin-top: 1vw;
    font-size: 2.3vw;
    width: 40vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .row .left .img-container .head_content_con .btn-next {
    display: inline-block;
    width: auto;
    font-size: 0.5rem;
    height: 6vw;
    padding: 0px 0.6rem;
  }
  .row .left .img-container .head_footer {
    z-index: 1;
    position: absolute;
    top: 107%;
    left: 50%;
    transform: translate(-54%, 10%);
    font-size: 2vw;
    width: 100%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #747474;
  }
  .row .right {
    order: 1;
    width: 100%;
    padding: 30px 0px;
    background-color: #f9f9f9;
  }
  .row .right .heading-title {
    font-size: 7.5vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin: 0 4.5%;
  }
  .row .right .heading-sub-title {
    margin-top: 16px;
    font-size: 3.9vw;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #2d3138;
    margin: 16px 10%;
  }
  .row .right form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .row .right form .input-container {
    width: 100%;
    padding: 0 8.3% 0 9%;
    display: flex;
    flex-direction: column;
  }
  .row .right form .input-container .input-form {
    width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
  }
  .row .right form .input-container .input-hint {
    font-size: 12px;
    margin-top: 7px;
  }
  .row .right form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #555;
    opacity: 1;
    /* Firefox */
    font-size: 14px;
  }

  .submit-form {
    background-color: #f9f9f9;
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .submit-form .form-title {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #555;
    margin-bottom: 12px;
    margin-left: 5px;
  }
  .submit-form .input-container {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .submit-form .input-container .input-form-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .submit-form .input-container .input-form {
    width: 100%;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
  }
  .submit-form .input-container .btn-main {
    margin-top: 22px;
    align-self: center;
  }

  .slider_mobile {
    display: block;
    width: 100%;
  }

  .slider_desktop {
    display: none;
  }
}
.hosted_bg {
  background-color: #f9f9f9;
  width: 100%;
}

.hosted_content {
  overflow: hidden;
}

@media only all and (min-width: 638px) and (max-width: 1023px) {
  .newsletter_hosted_content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0rem;
    padding-bottom: 7rem !important;
    overflow: hidden;
  }

  .slider_mobile {
    display: none;
  }

  .slider_desktop {
    display: block;
  }

  .row {
    flex-direction: row;
  }
  .row .left {
    order: 1;
    width: 50%;
    margin-top: 1%;
  }
  .row .left .img-container {
    padding: 10px;
    position: relative;
    width: calc((100%));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.07));
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .row .left .img-container .background_img {
    height: 100%;
    width: 100%;
    max-inline-size: 100%;
    aspect-ratio: 1;
    object-fit: initial;
  }
  .row .left .img-container .foreground_img {
    bottom: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -42%);
    height: 130%;
  }
  .row .left .img-container .head_content_con {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-47%, 16%);
    width: 40%;
    display: inline-block;
  }
  .row .left .img-container .head_content_con .header-title {
    display: flex;
    align-items: center;
  }
  .row .left .img-container .head_content_con .header-title img {
    height: 1.2rem;
  }
  .row .left .img-container .head_content_con .header-title div {
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 8px;
    opacity: 0.8;
  }
  .row .left .img-container .head_content_con .head_title {
    font-size: 1.2rem;
    margin-top: 3%;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .row .left .img-container .head_content_con .head_content {
    margin-top: 3%;
    font-size: 0.78rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .row .left .img-container .head_content_con .btn-next {
    width: 40%;
    font-size: 0.56rem;
    height: 1.5rem;
    padding: 0;
    margin-top: 2%;
  }
  .row .left .img-container .head_footer {
    margin-top: 3%;
    font-size: 0.6rem;
    text-align: center;
    width: 100%;
    color: #747474;
  }
  .row .right {
    order: 2;
    width: 50%;
    padding: 5.56% 26px 5.56% 4%;
  }
  .row .right .heading-title {
    font-size: 2.22rem;
    line-height: 1.14;
    color: #2d3138;
    font-weight: 300;
    text-align: left;
    color: #2d3138;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .row .right .heading-sub-title {
    font-size: 1.176rem;
    line-height: 1.5;
    text-align: left;
    color: #2d3138;
  }
  .row .right form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .row .right form .input-container {
    width: 100%;
  }
  .row .right form .input-container .input-form {
    margin-top: 5%;
    width: 86%;
    height: 60px;
  }
  .row .right form .input-container .input-hint {
    font-size: 1.27rem;
    margin-top: 1.9%;
  }

  .submit-form {
    padding-top: 7%;
    padding-bottom: 7%;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .submit-form .form-title {
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #555;
    margin-bottom: 12px;
    margin-left: 5px;
  }
  .submit-form .input-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-left: 10%;
  }
  .submit-form .input-container .input-form-con {
    align-items: center;
    width: 100%;
  }
  .submit-form .input-container .input-form {
    width: 55%;
    height: 52px;
  }
  .submit-form .btn-main {
    margin-left: 1rem;
  }
}
@media only all and (min-width: 1024px) {
  .newsletter_hosted_content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0rem;
    padding-bottom: 6rem !important;
    overflow: hidden;
  }

  .slider_mobile {
    display: none;
  }

  .slider_desktop {
    display: block;
  }

  .row {
    flex-direction: row;
  }
  .row .left {
    order: 1;
    width: 50%;
    margin-top: 1%;
  }
  .row .left .img-container {
    padding: 10px;
    position: relative;
    width: calc((100%));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.07));
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  .row .left .img-container .background_img {
    height: 100%;
    width: 100%;
    max-inline-size: 100%;
    aspect-ratio: 1;
    object-fit: initial;
  }
  .row .left .img-container .foreground_img {
    bottom: 0px;
    left: 0px;
    z-index: 1;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -42%);
    height: 130%;
  }
  .row .left .img-container .head_content_con {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-47%, 16%);
    width: 40%;
    display: inline-block;
  }
  .row .left .img-container .head_content_con .header-title {
    display: flex;
    align-items: center;
  }
  .row .left .img-container .head_content_con .header-title img {
    height: 1.2rem;
  }
  .row .left .img-container .head_content_con .header-title div {
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: 8px;
    opacity: 0.8;
  }
  .row .left .img-container .head_content_con .head_title {
    font-size: 1.4rem;
    margin-top: 4%;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .row .left .img-container .head_content_con .head_content {
    margin-top: 4%;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .row .left .img-container .head_content_con .btn-next {
    width: 40%;
    font-size: 0.7rem;
    height: 2rem;
    padding: 0;
    margin-top: 4%;
  }
  .row .left .img-container .head_footer {
    margin-top: 1.6rem;
    font-size: 0.8rem;
    text-align: center;
    color: #747474;
  }
  .row .right {
    order: 2;
    width: 50%;
    padding: 5.56% 26px 5.56% 4%;
  }
  .row .right .heading-title {
    font-size: 2.22rem;
    line-height: 1.14;
    color: #2d3138;
    font-weight: 300;
    text-align: left;
    color: #2d3138;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .row .right .heading-sub-title {
    font-size: 1.176rem;
    line-height: 1.5;
    text-align: left;
    color: #2d3138;
  }
  .row .right form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .row .right form .input-container {
    width: 100%;
  }
  .row .right form .input-container .input-form {
    margin-top: 5%;
    width: 86%;
    height: 60px;
  }
  .row .right form .input-container .input-hint {
    font-size: 1.27rem;
    margin-top: 1.9%;
  }

  .submit-form {
    padding-top: 7%;
    padding-bottom: 7%;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .submit-form .form-title {
    font-size: 1.2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #555;
    margin-bottom: 12px;
    margin-left: 5px;
  }
  .submit-form .input-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-left: 10%;
  }
  .submit-form .input-container .input-form-con {
    align-items: center;
    width: 100%;
  }
  .submit-form .input-container .input-form {
    width: 55%;
    height: 52px;
  }
  .submit-form .btn-main {
    margin-left: 1rem;
  }
}
.btn-main {
  width: auto;
  display: inline-block;
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555;
  opacity: 1;
  /* Firefox */
  font-size: 14px;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.input-form {
  border-radius: 6px;
  border: solid 2px #eee;
  background-color: #fff;
}

.input-hint {
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #555;
}

input {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-left: 25px;
}

input:focus-visible {
  outline: none !important;
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555;
}

/*# sourceMappingURL=instaread_newsletter.css.map */
