@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
header.header .nav-ul {
  align-items: center;
}
@media all and (min-width: 961px) {
  header.header .nav-ul {
    gap: 40px;
  }
}
@media print {
  header.header .nav-ul {
    gap: 40px;
  }
}
header.header .nav-ul li.booking a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 34px;
  height: 46px;
  border-radius: 30px;
  background: #f1b314;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: all 0.2s linear;
}
header.header .nav-ul li.booking a:hover {
  background: #FFC800;
  color: inherit;
}
header.header .nav-ul li.booking a:before {
  display: inline-block;
  content: "";
  width: 19px;
  height: 19px;
  background: url("../images/calendar.svg") no-repeat center center;
  background-size: contain;
  margin-top: -3px;
}
header.header .nav-ul li .wrap {
  display: inline-block;
  width: auto;
}
header.header .nav-ul li a {
  min-width: unset !important;
  font-weight: 600;
}

.footer-left .footer-logo img {
  max-width: 280px;
}
.footer-left .footer-description {
  font-weight: 400;
}

.footer-right .wpcf7-submit {
  width: 150px;
  margin-left: unset;
}

body.page-template-gutenberg-template .gutenberg-wrap .h100 {
  height: 100%;
}
body.page-template-gutenberg-template .gutenberg-wrap .mb-0 {
  margin-bottom: 0 !important;
}
body.page-template-gutenberg-template .gutenberg-wrap .mb-10 {
  margin-bottom: 10px !important;
}
body.page-template-gutenberg-template .gutenberg-wrap .mb-20 {
  margin-bottom: 20px !important;
}
body.page-template-gutenberg-template .gutenberg-wrap .mb-30 {
  margin-bottom: 30px !important;
}
body.page-template-gutenberg-template .gutenberg-wrap .mb-36 {
  margin-bottom: 36px !important;
}
body.page-template-gutenberg-template .gutenberg-wrap .mb-40 {
  margin-bottom: 40px !important;
}
body.page-template-gutenberg-template .gutenberg-wrap .mb-60 {
  margin-bottom: 60px !important;
}
body.page-template-gutenberg-template .gutenberg-wrap .mb-80 {
  margin-bottom: 80px !important;
}
body.page-template-gutenberg-template .gutenberg-wrap .mb-100 {
  margin-bottom: 100px !important;
}
body.page-template-gutenberg-template .gutenberg-wrap .mw-1040 {
  max-width: 1040px;
}
body.page-template-gutenberg-template .gutenberg-wrap .overflow-hidden {
  overflow: hidden;
}
body.page-template-gutenberg-template .gutenberg-wrap h2 {
  font-size: 40px !important;
  color: #2e4e35;
}
body.page-template-gutenberg-template .gutenberg-wrap b, body.page-template-gutenberg-template .gutenberg-wrap strong {
  font-weight: 700;
}
@media all and (min-width: 782px) {
  body.page-template-gutenberg-template .gutenberg-wrap .grid_x3_height {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  body.page-template-gutenberg-template .gutenberg-wrap .grid_x3_height > .wp-block-column {
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
  body.page-template-gutenberg-template .gutenberg-wrap .grid_x3_height .wp-block-columns {
    height: 100%;
    margin-bottom: 0;
  }
}
@media print {
  body.page-template-gutenberg-template .gutenberg-wrap .grid_x3_height {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  body.page-template-gutenberg-template .gutenberg-wrap .grid_x3_height > .wp-block-column {
    border-radius: 0 0 16px 16px;
    overflow: hidden;
  }
  body.page-template-gutenberg-template .gutenberg-wrap .grid_x3_height .wp-block-columns {
    height: 100%;
    margin-bottom: 0;
  }
}
body.page-template-gutenberg-template .gutenberg-wrap .block_image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.67;
  overflow: hidden;
}
body.page-template-gutenberg-template .gutenberg-wrap .block_image figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
body.page-template-gutenberg-template .gutenberg-wrap .block_image img {
  object-fit: unset !important;
  max-width: 100%;
  max-height: 100%;
}
body.page-template-gutenberg-template .gutenberg-wrap .block_image .wp-block-image {
  height: 100%;
}
body.page-template-gutenberg-template .gutenberg-wrap p {
  margin-bottom: 15px !important;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #2e4e35;
}
body.page-template-gutenberg-template .gutenberg-wrap p:last-child {
  margin-bottom: 0 !important;
}
body.page-template-gutenberg-template .gutenberg-wrap ul.wp-block-list {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  list-style: disc;
  padding-left: 16px;
  color: #2e4e35;
}
body.page-template-gutenberg-template .gutenberg-wrap ul.wp-block-list ul {
  list-style: "–";
  margin-top: 10px;
  margin-bottom: 10px;
}
body.page-template-gutenberg-template .gutenberg-wrap ul.wp-block-list ul li {
  padding-left: 10px;
}
body.page-template-gutenberg-template .gutenberg-wrap ul.wp-block-list ul ul {
  list-style: "▪";
}
body.page-template-gutenberg-template .gutenberg-wrap .border {
  border-radius: 30px;
  border: 1px solid #E9EBE4;
  padding: 40px;
}
body.page-template-gutenberg-template .gutenberg-wrap .cover-image figure {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
}
body.page-template-gutenberg-template .gutenberg-wrap .cover-image figure img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 781px) {
  body.page-template-gutenberg-template .gutenberg-wrap .mobile-order div:nth-child(1) {
    order: 2;
  }
}
@media screen and (max-width: 781px) {
  body.page-template-gutenberg-template .gutenberg-wrap .mobile-order div:nth-child(2) {
    order: 1;
  }
}
body.page-template-gutenberg-template .feedback-block > div {
  position: relative;
}
body.page-template-gutenberg-template .feedback-block > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/q-right.svg);
  background-repeat: no-repeat;
  background-position: right 30%;
  background-size: 22%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body.page-template-gutenberg-template .feedback-block > div:before {
    display: none;
  }
}
body.page-template-gutenberg-template .feedback-block > div:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/q-left.svg);
  background-repeat: no-repeat;
  background-position: left 85%;
  background-size: 18%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body.page-template-gutenberg-template .feedback-block > div:after {
    display: none;
  }
}
body.page-template-gutenberg-template .feedback-block > div > * {
  position: relative;
  z-index: 1;
}
body.page-template-gutenberg-template .feedback-block h1 {
  font-size: 74px !important;
}
body.page-template-gutenberg-template .feedback-block h2 {
  font-family: "Raleway", sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
}
body.page-template-gutenberg-template .feedback-block p {
  max-width: 496px;
  font-size: 18px;
}
body.page-template-gutenberg-template .info-block {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body.page-template-gutenberg-template .info-block {
    padding: 57px 20px 107px !important;
  }
}
body.page-template-gutenberg-template .info-block .wp-block-columns {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 781px) {
  body.page-template-gutenberg-template .info-block .wp-block-columns {
    gap: 1em;
  }
}
body.page-template-gutenberg-template .info-block .wp-block-column .wp-block-column {
  position: relative;
}
body.page-template-gutenberg-template .info-block .wp-block-column .wp-block-column .wp-block-button {
  position: relative;
}
body.page-template-gutenberg-template .info-block .wp-block-column .wp-block-column .wp-block-button:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 100%;
  width: 180px;
  height: 80px;
  background-image: url(../images/curve-info-1-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  body.page-template-gutenberg-template .info-block .wp-block-column .wp-block-column .wp-block-button:before {
    top: 58px;
    left: 55%;
    background-image: url(../images/curve-info-1-2.svg);
  }
}
body.page-template-gutenberg-template .info-block .wp-block-column .wp-block-column .wp-block-button:after {
  content: "";
  position: absolute;
  bottom: -22px;
  right: 100%;
  width: 144px;
  height: 30px;
  background-image: url(../images/curve-info-2-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  body.page-template-gutenberg-template .info-block .wp-block-column .wp-block-column .wp-block-button:after {
    bottom: -48px;
    right: 55%;
    background-image: url(../images/curve-info-2-2.svg);
  }
}
body.page-template-gutenberg-template .info-block .wp-block-column .wp-block-column .wp-block-button a {
  position: relative;
}
body.page-template-gutenberg-template .info-block .wp-block-column .wp-block-column .wp-block-button a:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -29px;
  width: 35px;
  height: 38px;
  background-image: url(../images/lines-4-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
body.page-template-gutenberg-template .info-block .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: all 0.2s linear;
}
body.page-template-gutenberg-template .info-block .wp-block-button__link:hover {
  background: #FFC800 !important;
}
@media screen and (max-width: 781px) {
  body.page-template-gutenberg-template .about-shane_crockett {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  body.page-template-gutenberg-template .about-shane_crockett {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 991px) {
  body.page-template-gutenberg-template .blocks-4 {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 991px) {
  body.page-template-gutenberg-template .blocks-4 .wp-block-column {
    width: calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
    flex-basis: calc(50% - 1rem) !important;
  }
}
@media screen and (max-width: 575px) {
  body.page-template-gutenberg-template .blocks-4 .wp-block-column {
    display: inline-flex;
    gap: 20px;
    width: 100%;
    flex: 0 0 100%;
    flex-basis: 100% !important;
    padding-bottom: 40px !important;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  body.page-template-gutenberg-template .blocks-4 .wp-block-column figure {
    width: 48px;
    flex: 0 0 48px;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 781px) {
  body.page-template-gutenberg-template .important-block {
    padding: 40px 20px !important;
  }
}
@media screen and (max-width: 575px) {
  body.page-template-gutenberg-template .important-block {
    flex-wrap: wrap !important;
  }
}
body.page-template-gutenberg-template .important-block figure {
  width: 60px;
  flex: 0 0 60px;
}
@media screen and (max-width: 575px) {
  body.page-template-gutenberg-template .important-block figure {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
}
body.page-template-gutenberg-template .important-block figure img {
  display: inline-block;
}
@media screen and (max-width: 781px) {
  body.page-template-gutenberg-template .important-block .wp-block-group {
    padding-left: 20px !important;
  }
}

body.education .text-and-pictures .wrap_block {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  body.education .text-and-pictures .wrap_block {
    flex-wrap: wrap;
  }
}
body.education .text-and-pictures .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  body.education .text-and-pictures .picture {
    display: none;
  }
}
body.education .text-and-pictures .picture img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
body.education .text-and-pictures .text {
  padding: 33px 34px;
  margin: 0;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  width: 48%;
}
@media screen and (max-width: 1199px) {
  body.education .text-and-pictures .text {
    width: 65%;
  }
}
@media screen and (max-width: 991px) {
  body.education .text-and-pictures .text {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  body.education .text-and-pictures .text br {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  body.education .text-and-pictures .mobile-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  body.education .text-and-pictures .mobile-picture {
    width: 100%;
    height: auto;
    aspect-ratio: 1.65;
  }
}
body.education .text-and-pictures .mobile-picture img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
body.education .text-and-pictures .title {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  width: 100%;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.education .text-and-pictures .title {
    font-size: 24px;
  }
}
body.education .steps-section {
  padding: 50px 0 0;
  margin-bottom: 25px !important;
  background: #FFFFFF;
  border: none;
  gap: 0;
}
body.education .steps-section .steps-title {
  font-size: 24px !important;
  font-weight: 700 !important;
  align-self: center;
  color: #2e4e35;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  body.education .steps-section .steps-title {
    text-align: center;
  }
}
body.education .steps-section .steps-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
body.education .steps-section .step-item {
  position: relative;
  display: flex;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  background: #FBFBFA;
  border: 1px solid #E9EBE4;
  border-radius: 20px;
  padding: 40px 40px 56px;
  text-align: left;
  overflow: hidden;
  transition: all 0.2s linear;
}
@media screen and (max-width: 991px) {
  body.education .steps-section .step-item {
    flex: 0 0 calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  body.education .steps-section .step-item {
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  body.education .steps-section .step-item {
    flex: 0 0 100%;
  }
}
body.education .steps-section .step-item:hover {
  background: #e9ebe4;
}
body.education .steps-section .step-item:hover .image svg rect {
  fill: #FFFFFF !important;
}
body.education .steps-section .step-item:hover .number {
  color: #FFFFFF;
}
body.education .steps-section .step-item .inner {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  body.education .steps-section .step-item .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }
}
body.education .steps-section .step-item .number {
  position: absolute;
  top: -88px;
  right: 0;
  font-size: 128px;
  font-weight: 200;
  font-family: "Raleway", sans-serif;
  line-height: 1;
  color: #E9EBE4;
  z-index: 0;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  body.education .steps-section .step-item .number {
    position: relative;
    top: 0;
    font-size: 48px;
    width: 35px;
    line-height: 1;
    margin-top: -12px;
  }
}
body.education .steps-section .step-item .image {
  text-align: left;
  height: 56px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body.education .steps-section .step-item .image {
    width: 56px;
    margin: 0;
  }
}
body.education .steps-section .step-item .image svg rect {
  fill: #E9EBE4 !important;
  transition: all 0.2s linear;
}
body.education .steps-section .step-item .text {
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  line-height: 1.4;
  color: #2e4e35;
}

@media screen and (max-width: 991px) {
  body.home .hero {
    flex-wrap: wrap;
  }
}
body.home .hero .text-block {
  width: calc(60% - 10px);
}
@media screen and (max-width: 991px) {
  body.home .hero .text-block {
    width: 100%;
  }
}
body.home .hero .img-block {
  width: calc(40% - 10px);
}
@media screen and (max-width: 991px) {
  body.home .hero .img-block {
    width: 100%;
  }
}
body.home .hero .description p {
  margin-bottom: 15px !important;
}
body.home .hero .description p:last-child {
  margin-bottom: 0 !important;
}
body.home .hero .description ul {
  list-style: disc;
  padding-left: 20px;
}
body.home .hero .description ul li {
  font-family: "Raleway", sans-serif !important;
  font-weight: 600;
  color: #2e4e35;
  margin-bottom: 10px;
}
body.home .hero .description ul li:last-child {
  margin-bottom: 0;
}
body.home .home-disclaimer {
  line-height: 1.7;
}
body.home .home-disclaimer b {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 12px;
}
body.home .accordion-item {
  padding: 0 0 40px;
  gap: 0;
}
body.home .accordion-item .accordion-toggle {
  padding: 40px 80px 40px 40px;
  cursor: pointer;
}
body.home .accordion-item .accordion-toggle .accordion-icon {
  right: 40px;
}
body.home .accordion-item .accordion-content {
  padding: 0 40px;
}

body.tools .partner-card__link {
  background: #F4F5F3;
  border-radius: 30px;
  overflow: hidden;
}
body.tools .partner-card__link .partner-card__figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  border-radius: 0;
  margin: 0;
}
body.tools .partner-card__link .partner-card__figure img {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  object-fit: cover;
  object-position: center center;
}
body.tools .partner-card__link .content {
  padding: 16px 30px 30px;
}
body.tools .partner-card__link .content .partner-card__chip {
  background: #E9EBE4;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #2e4e35;
  padding: 4px 15px;
  margin-bottom: 15px;
}
body.tools .partner-card__link .content .partner-card__title {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #2e4e35;
  margin-bottom: 15px;
}
body.tools .partner-card__link .content .partner-card__desc {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #2e4e35;
}
body.tools .feedback-block > div {
  position: relative;
}
body.tools .feedback-block > div:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/q-right.svg);
  background-repeat: no-repeat;
  background-position: right 30%;
  background-size: 22%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body.tools .feedback-block > div:before {
    display: none;
  }
}
body.tools .feedback-block > div:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/q-left.svg);
  background-repeat: no-repeat;
  background-position: left 85%;
  background-size: 18%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body.tools .feedback-block > div:after {
    display: none;
  }
}
body.tools .feedback-block > div > * {
  position: relative;
  z-index: 1;
}
body.tools .feedback-block h2 {
  font-family: "Raleway", sans-serif !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  line-height: 1 !important;
}
body.tools .feedback-block p {
  max-width: 808px;
}
@media screen and (max-width: 768px) {
  body.tools .bitcoin-toolkit__inner .bitcoin-toolkit__left {
    order: 2;
  }
}
body.tools .bitcoin-toolkit__inner .bitcoin-toolkit__right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.tools .bitcoin-toolkit__inner .bitcoin-toolkit__right {
    order: 1;
  }
}

.ebook-section {
  color: #2E4E35;
  padding-top: 60px;
  font-family: "Raleway", sans-serif;
}
.ebook-section h2 {
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ebook-section h2 {
    font-size: 32px !important;
  }
}
.ebook-section .ebook-container {
  margin-top: 20px;
  background: #E9EBE4;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .ebook-section .ebook-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ebook-section .ebook-header {
  font-family: Raleway;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px;
}
.ebook-section .ebook-button {
  margin-top: 32px;
}
.ebook-section .ebook-button button {
  width: max-content;
  font-family: Raleway;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .ebook-section .ebook-button button {
    width: 100%;
  }
}
.ebook-section .ebook-icon {
  background: #ffffff;
  border-radius: 30px;
  height: 250px;
  width: 250px;
}
@media screen and (max-width: 768px) {
  .ebook-section .ebook-icon {
    width: 100%;
    height: auto;
    min-height: 295px;
  }
}
.ebook-section .ebook-icon img {
  height: 100%;
  width: 250px;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .ebook-section .ebook-icon img {
    width: 100%;
  }
}

.section-social {
  margin-bottom: 60px !important;
}
.section-social .inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  background: #2e4e35;
  border-radius: 16px;
  padding: 88px 50px 83px;
}
@media screen and (max-width: 991px) {
  .section-social .inner-container {
    flex-wrap: wrap;
    gap: 45px;
    padding-bottom: 160px;
  }
}
.section-social .title {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
  max-width: 480px;
}
@media screen and (max-width: 991px) {
  .section-social .title {
    width: 100%;
    max-width: unset;
    text-align: center;
  }
}
.section-social .title .inner {
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-social .title .inner {
    width: auto;
    display: inline-block;
    text-align: left;
  }
}
.section-social .title .inner:before {
  content: "";
  position: absolute;
  top: -33px;
  left: -30px;
  width: 35px;
  height: 38px;
  background-image: url(../images/lines-3.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.section-social .title span {
  color: #f1b314;
  font-style: italic;
  white-space: nowrap;
}
.section-social .social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 330px;
  position: relative;
}
.section-social .social-links:before {
  content: "";
  position: absolute;
  top: -80px;
  left: -140px;
  width: 180px;
  height: 80px;
  background-image: url(../images/curve-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .section-social .social-links:before {
    display: none;
  }
}
.section-social .social-links:after {
  content: "";
  position: absolute;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 60px;
  background-image: url(../images/curve-2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .section-social .social-links:after {
    background-image: url(../images/curve-3.svg);
    bottom: -120px;
    height: 100px;
  }
}
.section-social .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FFFFFF;
  transition: all 0.3s linear;
}
.section-social .social-links a:hover {
  background: #f1b314;
}
.section-social .social-links a svg {
  fill: #2e4e35;
}

.what-youll-find-section {
  color: #2E4E35;
  padding: 24px 20px 20px !important;
  font-family: "Raleway", sans-serif;
  border: 1px solid #E9EBE4;
  border-radius: 16px;
  min-height: 100%;
}
.what-youll-find-section h2 {
  font-size: 24px !important;
  font-weight: 700 !important;
  font-family: "Raleway", sans-serif !important;
  color: #2e4e35;
  text-align: center;
  padding: 28px 0;
  line-height: 1.2;
}
.what-youll-find-section .what-youll-find-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.what-youll-find-section .what-youll-find-cards-container .what-youll-find-card {
  max-width: unset;
  width: 100%;
  background: rgba(233, 235, 228, 0.2);
  transition: all 0.2s linear;
}
.what-youll-find-section .what-youll-find-cards-container .what-youll-find-card:hover {
  background: #e9ebe4;
}
.what-youll-find-section .what-youll-find-cards-container .what-youll-find-card:hover svg rect {
  fill: #FFFFFF !important;
}
.what-youll-find-section .what-youll-find-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  border-radius: 20px;
  border: 1px solid #E9EBE4;
  padding: 28px 30px 22px;
  font-size: 16px;
  font-weight: 600;
  color: #2e4e35;
  line-height: 22px;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .what-youll-find-section .what-youll-find-card {
    gap: 18px;
    padding: 20px 15px;
  }
}
.what-youll-find-section .what-youll-find-card .what-youll-find-icon {
  width: 56px;
  flex: 0 0 56px;
}
.what-youll-find-section .what-youll-find-card .content {
  width: calc(100% - 56px - 26px);
  flex: 0 0 calc(100% - 56px - 26px);
}
.what-youll-find-section .what-youll-find-card svg {
  width: 100%;
  height: auto;
}
.what-youll-find-section .what-youll-find-card svg rect {
  fill: #E9EBE4 !important;
  transition: all 0.2s linear;
}
.what-youll-find-section .what-youll-find-header {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 12px;
}

.feedback-block > div {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  text-align: center;
  background: #e9ebe4;
  border-radius: 30px;
  background: #e9ebe4;
  padding: 80px 40px;
  /*@include mobile {
  	padding: 40px 20px;
  	border-radius: 20px;
  	align-items: start;
  }*/
}
.feedback-block > div h2 {
  color: #2e4e35;
}
@media screen and (max-width: 768px) {
  .feedback-block > div h2 {
    font-size: 36px !important;
  }
}
.feedback-block > div p {
  max-width: 555px;
  line-height: 1.5;
  color: #2e4e35;
}
.feedback-block > div .share-results-description {
  margin-left: auto;
  margin-right: auto;
}
.feedback-block > div .share-results-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

body.calculators .hero .title h1 {
  font-size: 56px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  body.calculators .hero .title h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 991px) {
  body.calculators .hero .title h1 {
    font-size: 34px;
  }
}
body.calculators .img-block {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.calculators .img-block {
    max-height: 343px;
  }
}
body.calculators .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
body.calculators .calculator-block .banner-container .banner-img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body.calculators .share-results-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
  }
}
body.calculators .share-results-buttons a {
  transition: 0.3s;
}
body.calculators .share-results-buttons .button:hover {
  background: #FFC800;
  opacity: 1 !important;
}
body.calculators .share-results-buttons .secondary:hover {
  background: #FFC800;
}
body.calculators .partners-form-wrapper {
  gap: unset;
}
body.calculators .partners-form-wrapper .upper-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
body.calculators .partners-form-wrapper .banner-img-url {
  display: inline-block;
  margin-bottom: 20px;
}
body.calculators .partners-form-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
body.calculators .partners-form-wrapper p {
  font-size: 16px;
}
body.calculators .partners-form-wrapper .actions {
  margin-top: 40px;
}
body.calculators .block-content-wrapper .block-content p {
  margin-bottom: 20px !important;
}
body.calculators .block-content-wrapper .block-content p:last-child {
  margin-bottom: 0 !important;
}
body.calculators .block-content-wrapper .block-content ul {
  list-style: disc;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}
body.calculators .block-content-wrapper .block-content ul li {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #2e4e35;
}
body.calculators .block-content-wrapper .block-content h2 {
  font-family: "Raleway", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #2e4e35 !important;
  margin-bottom: 20px !important;
}

body.show-popup {
  overflow: hidden;
}
body.show-popup .popup-bg {
  opacity: 1;
  visibility: visible;
}
body.show-popup-faq {
  overflow: hidden;
}
body.show-popup-faq .popup-faq {
  opacity: 1;
  visibility: visible;
}

.partners-form-wrapper .show_popup {
  width: 100%;
}
.partners-form-wrapper img {
  object-fit: contain;
}

.popup-faq,
.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 60px 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  overflow: auto;
  z-index: 999999;
}
@media screen and (max-width: 768px) {
  .popup-faq,
  .popup-bg {
    align-items: flex-start;
  }
}
.popup-faq .window,
.popup-bg .window {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  background-color: #FFFFFF;
  border: none;
  border-radius: 30px;
  padding: 88px 40px 20px;
}
.popup-faq .window button.close,
.popup-bg .window button.close {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 35px;
  right: 35px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #2e4e35;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0.75;
  transition: all 0.2s linear;
}
.popup-faq .window button.close:hover,
.popup-bg .window button.close:hover {
  opacity: 1;
}
.popup-faq .window .title,
.popup-bg .window .title {
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1;
  color: #2e4e35;
}
.popup-faq .window .subtitle,
.popup-bg .window .subtitle {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
  line-height: 22px;
  color: #2e4e35;
}
.popup-faq .window p,
.popup-bg .window p {
  position: relative;
  margin-bottom: 20px !important;
}
.popup-faq .window [type=text],
.popup-faq .window [type=email],
.popup-bg .window [type=text],
.popup-bg .window [type=email] {
  border: 1px solid #E9EBE4 !important;
  border-radius: 16px !important;
  transition: all 0.2s linear;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #2e4e35;
  line-height: 1;
  padding: 10px 15px;
}
.popup-faq .window [type=text]:focus, .popup-faq .window [type=text]:active,
.popup-faq .window [type=email]:focus,
.popup-faq .window [type=email]:active,
.popup-bg .window [type=text]:focus,
.popup-bg .window [type=text]:active,
.popup-bg .window [type=email]:focus,
.popup-bg .window [type=email]:active {
  border-color: #f1b314 !important;
}
.popup-faq .window [type=text].wpcf7-not-valid,
.popup-faq .window [type=email].wpcf7-not-valid,
.popup-bg .window [type=text].wpcf7-not-valid,
.popup-bg .window [type=email].wpcf7-not-valid {
  border-color: #dc3232 !important;
}
.popup-faq .window [type=submit],
.popup-bg .window [type=submit] {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: auto !important;
  display: inline-block;
  padding: 13px 48px !important;
  margin: 0 auto;
}
.popup-faq .window .wpcf7-not-valid-tip,
.popup-bg .window .wpcf7-not-valid-tip {
  font-size: 12px;
}
.popup-faq .window .wpcf7-spinner,
.popup-bg .window .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
}

.button {
  background: #f1b314;
  border-radius: 30px;
  padding: 12px 24px;
  text-align: center;
  color: #2e4e35;
  border: none;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}
.button:hover {
  background: #FFC800;
  color: #2e4e35;
  opacity: 1;
}

.partners-btn {
  background: #f1b314;
  border-radius: 30px;
  padding: 12px 24px;
  text-align: center;
  color: #2e4e35;
  border: none;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}
.partners-btn:hover {
  background: #FFC800;
  color: #2e4e35;
  opacity: 1;
}

.tutorial-toggle-btn {
  background: #f1b314;
  border-radius: 30px;
  padding: 12px 24px;
  text-align: center;
  color: #2e4e35;
  border: none;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}
.tutorial-toggle-btn:hover {
  background: #FFC800;
  color: #2e4e35;
  opacity: 1;
}

.shop-button-wrapper a {
  background: #f1b314;
  border-radius: 30px;
  padding: 12px 24px;
  text-align: center;
  color: #2e4e35;
  border: none;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}
.shop-button-wrapper a:hover {
  background: #FFC800;
  color: #2e4e35;
  opacity: 1;
}

a {
  color: #f1b314;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s linear;
}
a:hover, a:focus {
  color: #FFC800;
  opacity: 1;
}

.shortcode-video-tutorial {
  padding: 0 !important;
  margin: 2em 0 !important;
}
.shortcode-video-tutorial .tutorial-block-wrapper {
  padding: 20px;
  border: 1px solid #e9ebe4;
  border-radius: 30px;
  display: block;
}

.bg_green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 28px;
  padding: 0 10px;
  background: #b7e1cd;
}
.bg_yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 28px;
  padding: 0 10px;
  background: #ffff00;
}
.bg_orange {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 28px;
  padding: 0 10px;
  background: #ff9900;
}
.bg_red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 28px;
  padding: 0 10px;
  background: #ff0000;
}

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