.part2_hero {
  position: relative;
}
.part2_hero .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding-top: 60px;
  padding-bottom: 100px;
  min-height: 540px;
}
@media (max-width: 1199px) {
  .part2_hero .wrapper {
    padding: 40px 45px 60px;
    min-height: 500px;
    gap: 25px;
  }
}
@media (max-width: 599px) {
  .part2_hero .wrapper {
    padding: 60px 30px 90px;
    min-height: initial;
    gap: 12px;
  }
}
.part2_hero .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 68px;
  line-height: 125%;
  color: var(--0b3948);
  max-width: 830px;
  width: 60%;
}
@media (max-width: 1199px) {
  .part2_hero .section_title {
    font-size: 36px;
  }
}
@media (max-width: 899px) {
  .part2_hero .section_title {
    max-width: 425px;
    width: 65%;
  }
}
@media (max-width: 599px) {
  .part2_hero .section_title {
    font-size: 24px;
    width: 75%;
    max-width: initial;
  }
}
.part2_hero .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: var(--0b3948);
  max-width: 830px;
  width: 60%;
}
@media (max-width: 899px) {
  .part2_hero .desc {
    width: 60%;
    max-width: 368px;
  }
}
@media (max-width: 599px) {
  .part2_hero .desc {
    width: 75%;
    max-width: initial;
    font-size: 14px;
    line-height: 157%;
    color: #748289;
  }
}
.part2_hero .img {
  width: auto;
  max-width: 40%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 899px) {
  .part2_hero .img {
    max-width: 35%;
    width: 260px;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    top: 10px;
  }
}
@media (max-width: 599px) {
  .part2_hero .img {
    width: 28%;
    max-width: initial;
    top: 54px;
  }
}

.part2_together {
  padding: 75px 0;
  background: #fff;
}
@media (max-width: 1199px) {
  .part2_together {
    padding: 40px 0 30px;
  }
}
@media (max-width: 599px) {
  .part2_together {
    padding: 40px 0 24px;
  }
}
.part2_together .wrapper {
  display: grid;
  grid-template-columns: 690fr 580fr;
  gap: 115px;
  align-items: center;
}
@media (max-width: 1199px) {
  .part2_together .wrapper {
    padding: 0 40px;
    gap: 30px;
  }
}
@media (max-width: 899px) {
  .part2_together .wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .part2_together .wrapper {
    padding: 0 30px;
  }
}
.part2_together .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.part2_together .content .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 148%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .part2_together .content .section_title {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
.part2_together .content .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: #3E4552;
}
.part2_together .content .text > * {
  margin: 0 0 0.75em;
}
.part2_together .content .text > *:last-child {
  margin-bottom: 0;
}
.part2_together .img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 899px) {
  .part2_together .img {
    aspect-ratio: 690/360;
  }
}
@media (max-width: 599px) {
  .part2_together .img {
    aspect-ratio: 300/260;
  }
}

.part2_partnership {
  padding: 60px 0 80px;
}
@media (max-width: 1199px) {
  .part2_partnership {
    padding: 70px 0 30px;
  }
}
@media (max-width: 599px) {
  .part2_partnership {
    padding: 60px 0 22px;
  }
}
.part2_partnership .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .part2_partnership .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .part2_partnership .wrapper {
    padding: 0 30px;
  }
}
.part2_partnership .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 148%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .part2_partnership .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .part2_partnership .section_title {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
.part2_partnership .desc {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: #000;
  max-width: 972px;
}
@media (max-width: 599px) {
  .part2_partnership .desc {
    font-size: 14px;
    padding: 0 10px;
  }
}
.part2_partnership .grid_list {
  margin-top: 114px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1199px) {
  .part2_partnership .grid_list {
    margin-top: 80px;
    gap: 70px;
  }
}
@media (max-width: 599px) {
  .part2_partnership .grid_list {
    margin-top: 70px;
    gap: 60px;
  }
}
.part2_partnership .grid_list .grid_block {
  display: grid;
  grid-template-columns: 595fr 690fr;
  gap: 115px;
  align-items: center;
}
@media (max-width: 1199px) {
  .part2_partnership .grid_list .grid_block {
    gap: 30px;
  }
}
@media (max-width: 899px) {
  .part2_partnership .grid_list .grid_block {
    grid-template-columns: 1fr;
  }
}
.part2_partnership .grid_list .grid_block .img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 899px) {
  .part2_partnership .grid_list .grid_block .img {
    order: 1;
    aspect-ratio: 690/360;
  }
}
@media (max-width: 599px) {
  .part2_partnership .grid_list .grid_block .img {
    aspect-ratio: 298/260;
  }
}
.part2_partnership .grid_list .grid_block.right {
  grid-template-columns: 690fr 595fr;
}
@media (max-width: 899px) {
  .part2_partnership .grid_list .grid_block.right {
    grid-template-columns: 1fr;
  }
}
.part2_partnership .grid_list .grid_block.right .img {
  order: 1;
}
.part2_partnership .grid_list .grid_block .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.part2_partnership .grid_list .grid_block .content .title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 148%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .part2_partnership .grid_list .grid_block .content .title {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 599px) {
  .part2_partnership .grid_list .grid_block .content .title {
    font-size: 16px;
    letter-spacing: -0.03em;
  }
}
.part2_partnership .grid_list .grid_block .content .text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  color: #3E4552;
}
@media (max-width: 599px) {
  .part2_partnership .grid_list .grid_block .content .text {
    font-size: 14px;
  }
}
.part2_partnership .grid_list .grid_block .content .text > * {
  margin: 0 0 0.75em;
}
.part2_partnership .grid_list .grid_block .content .text > *:last-child {
  margin-bottom: 0;
}

.part2_current {
  padding: 60px 0;
  background: #fff;
}
@media (max-width: 1199px) {
  .part2_current {
    padding: 60px 0 50px;
  }
}
@media (max-width: 599px) {
  .part2_current {
    padding: 60px 0 40px;
  }
}
.part2_current .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part2_current .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 148%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .part2_current .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .part2_current .section_title {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
.part2_current .section_desc {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: #000;
  max-width: 972px;
}
@media (max-width: 599px) {
  .part2_current .section_desc {
    margin-top: 16px;
    font-size: 14px;
    padding: 0 10px;
  }
}
.part2_current .table {
  margin-top: 40px;
  width: 100%;
  max-width: 690px;
  padding: 2px 20px;
  border: 1px solid var(--eeeae5);
  border-radius: 8px;
  background: var(--style);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .part2_current .table {
    max-width: 728px;
  }
}
.part2_current .table .row {
  padding: 14px 0;
  border-bottom: 1px solid var(--eeeae5);
  display: grid;
  grid-template-columns: 305fr 325fr;
  gap: 20px;
}
@media (max-width: 1199px) {
  .part2_current .table .row {
    grid-template-columns: 305fr 362fr;
  }
}
@media (max-width: 599px) {
  .part2_current .table .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.part2_current .table .row:last-child {
  border-bottom: none;
}
.part2_current .table .row .left {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #3E4552;
}
@media (max-width: 599px) {
  .part2_current .table .row .left {
    font-size: 14px;
  }
}
.part2_current .table .row .right {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #3E4552;
}
@media (max-width: 599px) {
  .part2_current .table .row .right {
    font-size: 14px;
  }
}
.part2_current .btn {
  margin-top: 18px;
  padding: 0 35px;
  min-width: 215px;
  height: 60px;
  border-radius: 8px;
  background: var(--ffd470);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .part2_current .btn {
    height: 48px;
  }
}
.part2_current .btn:hover {
  background: var(--f9a21b);
}

.part2_ads {
  padding: 60px 0 80px;
  background: #fff;
}
@media (max-width: 1199px) {
  .part2_ads {
    padding: 60px 0 40px;
  }
}
@media (max-width: 599px) {
  .part2_ads {
    padding: 60px 0;
  }
}
.part2_ads .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part2_ads .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 148%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .part2_ads .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .part2_ads .section_title {
    font-size: 24px;
    letter-spacing: -0.02em;
  }
}
.part2_ads .text {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 148%;
  text-align: center;
  color: #000;
  max-width: 972px;
}
@media (max-width: 1199px) {
  .part2_ads .text {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .part2_ads .text {
    padding: 0;
    font-size: 14px;
  }
}
.part2_ads .text > * {
  margin: 0 0 0.75em;
}
.part2_ads .text > *:last-child {
  margin-bottom: 0;
}
.part2_ads .label {
  margin-top: 20px;
  padding: 3px 6px;
  border-radius: 8px;
  background: var(--eeeae5);
  display: flex;
  align-items: start;
  gap: 7px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 148%;
  color: #3E4552;
}
@media (max-width: 599px) {
  .part2_ads .label {
    font-size: 12px;
  }
}
.part2_ads .label .icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.part2_subscribe {
  padding: 60px 0 90px;
  background: #fff;
}
@media (max-width: 1199px) {
  .part2_subscribe {
    padding: 40px 0 130px;
  }
}
@media (max-width: 599px) {
  .part2_subscribe {
    padding: 16px 0 36px;
  }
}
.part2_subscribe .top_bar {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 23px 12px;
}
@media (max-width: 1199px) {
  .part2_subscribe .top_bar {
    gap: 23px 14px;
  }
}
@media (max-width: 599px) {
  .part2_subscribe .top_bar {
    gap: 10px;
  }
}
.part2_subscribe .top_bar .title {
  margin: 0;
  padding: 0 5px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  color: var(--0b3948);
}
@media (max-width: 1199px) {
  .part2_subscribe .top_bar .title {
    padding: 0 4px;
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .part2_subscribe .top_bar .title {
    padding: 0;
    margin-right: 14px;
    font-size: 14px;
  }
}
.part2_subscribe .top_bar svg.smile {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .part2_subscribe .top_bar svg.smile {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 599px) {
  .part2_subscribe .top_bar svg.smile {
    width: 27px;
    height: 27px;
  }
}
.part2_subscribe .top_bar .links {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 7px;
}
@media (max-width: 899px) {
  .part2_subscribe .top_bar .links {
    width: 100%;
    justify-content: start;
  }
}
@media (max-width: 599px) {
  .part2_subscribe .top_bar .links {
    gap: 5px;
  }
}
.part2_subscribe .top_bar .links a {
  width: 42px;
  height: 42px;
}
@media (max-width: 599px) {
  .part2_subscribe .top_bar .links a {
    width: 27px;
    height: 27px;
  }
}
.part2_subscribe .top_bar .links a svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.part2_subscribe .form_wrapper {
  margin-top: 25px;
  width: 100%;
  border-radius: 8px;
  background: var(--eeeae5);
  display: flex;
  flex-direction: column;
  padding: 25px 95px 35px;
  background-image: url(../img/subscribe_bg.webp);
  background-size: auto 100%;
  background-position: top 0 right 0;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .part2_subscribe .form_wrapper {
    background-image: none;
    padding: 26px 27px 40px;
  }
}
@media (max-width: 599px) {
  .part2_subscribe .form_wrapper {
    margin: 24px -30px 0;
    width: calc(100% + 60px);
    padding: 26px 30px 34px;
  }
}
.part2_subscribe .form_wrapper .title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  color: var(--0b3948);
  max-width: 720px;
}
.part2_subscribe .form_wrapper .desc {
  margin-top: 5px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 148%;
  color: var(--9a9393);
  max-width: 720px;
}
@media (max-width: 599px) {
  .part2_subscribe .form_wrapper .desc {
    font-size: 12px;
  }
}
.part2_subscribe .form_wrapper .form {
  margin-top: 20px;
  width: 720px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .part2_subscribe .form_wrapper .form {
    width: 565px;
  }
}
@media (max-width: 599px) {
  .part2_subscribe .form_wrapper .form {
    width: 100%;
  }
}
.part2_subscribe .form_wrapper .form > p {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 148%;
}
@media (max-width: 599px) {
  .part2_subscribe .form_wrapper .form > p {
    font-size: 12px;
  }
}
.part2_subscribe .form_wrapper .form form .mc4wp-form-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.part2_subscribe .form_wrapper .form form .mc4wp-form-fields .row {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr 185px;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 599px) {
  .part2_subscribe .form_wrapper .form form .mc4wp-form-fields .row {
    display: flex;
    width: 100%;
  }
}
.part2_subscribe .form_wrapper .form form .mc4wp-form-fields .row input[type=email] {
  outline: none;
  padding: 0 24px;
  border-radius: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: var(--0b3948);
  border: none;
}
@media (max-width: 599px) {
  .part2_subscribe .form_wrapper .form form .mc4wp-form-fields .row input[type=email] {
    flex-grow: 1;
    font-size: 14px;
    max-width: calc(100% - 80px);
  }
}
.part2_subscribe .form_wrapper .form form .mc4wp-form-fields .row input[type=email]::-moz-placeholder {
  opacity: 1;
  color: var(--0b3948);
}
.part2_subscribe .form_wrapper .form form .mc4wp-form-fields .row input[type=email]::placeholder {
  opacity: 1;
  color: var(--0b3948);
}
.part2_subscribe .form_wrapper .form form .mc4wp-form-fields .row input[type=submit] {
  outline: none;
  padding: 0 50px;
  border-radius: 8px;
  background: var(--ffd470);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--0b3948);
  border: none;
  transition: 0.35s;
  cursor: pointer;
}
@media (max-width: 599px) {
  .part2_subscribe .form_wrapper .form form .mc4wp-form-fields .row input[type=submit] {
    padding: 0 6px;
    font-size: 14px;
  }
}
.part2_subscribe .form_wrapper .form form .mc4wp-form-fields .row input[type=submit]:hover {
  background: var(--f9a21b);
}
.part2_subscribe .form_wrapper .form form .mc4wp-form-fields label span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: var(--0b3948);
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 599px) {
  .part2_subscribe .form_wrapper .form form .mc4wp-form-fields label span {
    align-items: start;
  }
}
.part2_subscribe .form_wrapper .form form .mc4wp-form-fields label span::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 1px solid var(--9a9393);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.35s;
  background-position: center;
}
@media (max-width: 599px) {
  .part2_subscribe .form_wrapper .form form .mc4wp-form-fields label span::before {
    margin: 4px 0;
  }
}
.part2_subscribe .form_wrapper .form form .mc4wp-form-fields label input[type=checkbox] {
  display: none;
}
.part2_subscribe .form_wrapper .form form .mc4wp-form-fields label input[type=checkbox]:checked + span::before {
  border-color: var(--0b3948);
  background: center/12px no-repeat url('data:image/svg+xml,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.707031 2.74835L4.68321 6.7085L10.707 0.708496" stroke="white" stroke-width="2" /></svg>'), var(--0b3948);
}
.part2_subscribe .form_wrapper .note {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 148%;
  color: var(--9a9393);
  max-width: 720px;
}