:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* header style start */

.header {
  background-color: #F8FBFC;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}




.main-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 28px;
  background-color: #fff;
}

.main-page-header .logo {
  margin-right: 55px;
}

.main-page-header .logo img {
  width: 190px;
}

.main-page-header .menu-dropdown {
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #1E3565;
  height: 100vh;
  width: 480px;
  padding: 28px 40px;
  padding-left: 66px;
  transition: right 0.5s;
  box-sizing: border-box;
}

.main-page-header .menu-dropdown.active {
  right: 0;
}

.main-page-header .nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
}

.main-page-header .nav-container a {
  font-family: TodaySansNow Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.8px;
  color: #1E3565;
  text-decoration: none;
}

.main-page-header .inner-nav-container {
  margin-top: 62px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: auto;
  height: 80%;
}

.main-page-header .inner-nav-container a {
  font-family: TodaySansNow Pro;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  text-decoration: none;
  margin-bottom: 14px;
  padding: 5px 14px;
  border-radius: 8px;
  transition: all 0.2s;
}

.main-page-header .menu-dropdown .ad-menu-btn {
  position: absolute;
  top: 26px;
  right: 47px;
}

@media (max-width: 1080px) {
  .main-page-header .nav-container {
    display: none;
  }

  .call-out-container .book-appointment-menu-btn {
    display: block !important;
    position: fixed;
    width: 90%;
    left: 9%;
    top: 7%;
    transform: translateX(-6%);
    animation: shadow-pulses 1s infinite !important;
  }

  .main-page-header .menu-dropdown {
    width: 78%;
    padding: 25px 20px;
    padding-left: 48px;
  }

  .main-page-header .inner-nav-container a {
    font-size: 20px;
    line-height: 46px;
  }

  .main-page-header .menu-dropdown .ad-menu-btn {
    top: 31px;
    right: 24px;
  }
}


.main-menu {
  list-style: none;
  display: flex;
  gap: 20px;
}

.sub-menu li {
  padding: 10px 15px;
  max-width: 200px;
  width: 100%;
}



.main-page-header .logo {
  margin-right: 55px;
}

.main-page-header .logo img {
  width: 190px;
}



.nav-container .main-menu>li {
  position: relative;
}

.nav-container .main-menu>li>a {
  position: relative;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #333;
}

/* Hover/focus effects */
.nav-container .main-menu>li>a:hover::before,
.nav-container .main-menu>li>a:focus::before {
  color: #1E3565;
  text-shadow: 14px 0 #1E3565, -14px 0 #1E3565;
}

/* Dot element base styles */
.nav-container .main-menu>li>a::before {
  position: absolute;
  top: 90%;
  left: 50%;
  color: transparent;
  content: ".";
  text-shadow: 0 0 transparent;
  font-size: 50px;
  font-weight: 700;
  line-height: 10px;
  transform: translateX(-50%);
  transition: text-shadow 0.3s, color 0.3s;
  pointer-events: none;
}



.main-page-header .nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
}

.main-page-header .nav-container a {
  font-family: TodaySansNow Pro;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.8px;
  color: #1E3565;
  text-decoration: none;
}




.main-menu .sub-menu li a {
  padding: 10px 0px;
}

.main-menu .sub-menu li:hover {
  background-color: #1e3565;
  background-repeat: no-repeat;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
}

.main-menu .sub-menu li:hover a {
  color: #fff;
}



.main-menu .main-list-item {
  padding: 0px 0;
  position: static;
  display: flex;
  align-items: center;
  min-height: 95px;
}

.main-menu .main-list-item:hover .nav-item {
  font-weight: 500;
}



.main-list-item:hover .sub-menu {
  display: flex;
}

.call-out-container .book-appointment-menu-btn {
  font-family: TodaySansNow Pro;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.62px;
  text-align: center;
  color: #1E3565;
  background-color: #9ACF8C;
  border-radius: 8px;
  padding: 10px 18px;
  text-decoration: none;
  margin-right: 24px;
}

.call-out-container .phone-btn {
  text-decoration: none;
  font-family: TodaySansNow Pro;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.45px;
  text-align: left;
  color: #1E3565;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  margin-right: 32px;
}

.sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  top: 95px;
  z-index: 99999;
  width: 450px;
  background: #FFF;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 19%);
  border-radius: 10px;
  margin-top: 0px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding: 10px 10px;

  align-items: center;
  flex-wrap: wrap;
  border: 4px solid #fff;
}

.call-out-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@keyframes shadow-pulses {
  0% {
    box-shadow: 0 0 0 0 rgb(154 207 140 / 53%);
  }

  100% {
    box-shadow: 0 0 0 25px rgba(208, 24, 32, 0);
  }

}

@media (max-width: 1080px) {
  .main-page-header .nav-container {
    display: none;
  }


  .main-page-header .inner-nav-container a {
    font-size: 20px;
    line-height: 46px;
  }


}

@media (max-width: 1080px) {
  .call-out-container .book-appointment-menu-btn {
    display: block !important;
    position: fixed;
    width: 90%;
    left: 9%;
    top: 7%;
    transform: translateX(-6%);
    animation: shadow-pulses 1s infinite !important;
  }
}

/* header styles end */


@media screen and (max-width: 1080px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}



.menu-button-2 {
  display: none;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 17px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: #1e3565;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}



.book-app-btn-2 {
  grid-column-gap: 10px;
  background-color: #9acf8c;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 165px;
  margin-left: 0;
  padding: 10px 18px;
  text-decoration: none;
  display: inline-block;
}

.frame-1000004950 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 24px;
  text-decoration: none;
  display: flex;
}





.link-block-2 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.footer-nav {
  border-bottom: 1px solid #fff;
  margin-top: 38px;
  margin-bottom: 28px;
  padding-bottom: 16px;
}

.footer {
  background-color: #1e3565;
  padding: 30px 85px 66px;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container {
  max-width: none;
}

.text-block {
  color: #fff;
  font-family: Todaysansnow Pro, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.text-block-2 {
  color: #fff;
  font-family: Todaysansnow Pro, sans-serif;
  font-weight: 300;
}

.bold-text,
.bold-text-2,
.bold-text-3 {
  font-weight: 400;
}

.container-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: none;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.frame-1321314401 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text {
  color: #1e3565;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tiemposfine, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 63px;
  text-decoration: none;
}

.div-block {
  margin-left: 40px;
  padding-top: 44px;
}

.banner {
  padding-top: 37px;
}

.banner-img {
  width: 559px;
  height: auto;
}

.treatment-list-section {
  margin-bottom: 120px;
}

.we-provide-treatment-for {
  color: #1e3565;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tiemposfine, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 63px;
  text-decoration: none;
}

.treatment-list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.text-span {
  background-color: #9acf8c3b;
  border-radius: 8px;
  padding-left: 5px;
}

.text-span-2 {
  background-color: #d7d6d63b;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 12px;
}

.form-container {
  background-color: #1e3565;
  border-radius: 14px;
  margin-top: 77px;
  padding: 50px 36px 60px;
  position: relative;
  max-width: 538px;
}

.frame-1618873130 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  row-gap: 5px;
}

.text-20 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tiemposfine, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 123%;
  text-decoration: none;
}

.text-21 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-33 {
  color: #fff;
  text-align: center;
  font-family: Todaysansnow Pro, sans-serif;
  line-height: 150%;
  font-size: 20px;
  font-weight: 300;
}

.submit-button {
  color: #1e3565;
  background-color: #9acf8c;
  border-radius: 8px;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 22px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #98a7c766;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.66px;
}

.text-field::placeholder {
  color: #fff;
}

.text-field-2 {
  color: #fff;
  background-color: #0000;
  border-top: 1px #000;
  border-bottom: 1px solid #98a7c766;
  border-left: 1px #98a7c766;
  border-right: 1px #000;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.66px;
}

.text-field-2::placeholder {
  color: #fff;
}

.text-field-3 {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #98a7c766;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160px;
  letter-spacing: 0.66px;
}

.text-field-3::placeholder {
  color: #fff;
}

.textarea {
  color: #fff;
  background-color: #0000;
  border-top: 1px #000;
  border-bottom: 1px solid #98a7c766;
  border-left: 1px #98a7c766;
  border-right: 1px #000;
  height: 40px;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.treatment-point {
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 274px;
  height: 404px;
  padding-top: 30px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 40px #0000000d;
}

.mood-disorders {
  color: #1e3565;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  text-decoration: none;
}

.container-3 {
  max-width: none;
  padding-left: 86px;
  padding-right: 86px;
}

.image-2 {
  width: 100%;
  max-width: none;
}

.how-it-works-section {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 90px;
  text-decoration: none;
  display: flex;
}

.frame-1618873110 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1618873111 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1009.05px;
  text-decoration: none;
  display: flex;
}

.frame-1618873109 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1618873108 {
  grid-column-gap: 10px;
  background-color: #ecf1faba;
  background-image: url('../images/nao-icon-grey.png');
  background-position: 70% 80%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 512px;
  height: 474px;
  padding-top: 60px;
  padding-left: 50px;
  padding-right: 40px;
  text-decoration: none;
  display: block;
}

.vectors-wrapper {
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.items {
  grid-row-gap: 31.6188px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 306.526px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: -35px;
}

.item-1 {
  grid-column-gap: 17.566px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 306.526px;
  text-decoration: none;
  display: flex;
}

.number {
  background-color: #1e3565;
  border-radius: 87.8299px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 70px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.text-22 {
  grid-row-gap: 7.02639px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #1e3565;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 35.13px;
  text-decoration: none;
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 42.132px;
  height: 42.132px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  text-decoration: none;
  display: flex;
}

.item-2 {
  grid-column-gap: 17.566px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 325.849px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-37 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 39.2288px;
  height: 39.2288px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-38 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37.1972px;
  height: 37.1972px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-39 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-40 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.some-of-our-services {
  color: #1e3565;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tiemposfine, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
}

.frame-1321314403 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1292px;
  height: 764px;
  margin-bottom: 74px;
  text-decoration: none;
  display: flex;
}

.frame-1618873113 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1618873131 {
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1291px;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #1e3565;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tiemposfine, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 63px;
  text-decoration: none;
}

.profiles-section {
  grid-row-gap: 35.8561px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 44.8201px;
  padding-right: 44.8201px;
  text-decoration: none;
  display: flex;
}

.row-1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 715px;
  display: flex;
}

.card {
  grid-row-gap: 28.6848px;
  background-color: #fff;
  border: .896401px #dbe2ed;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 376px;
  height: 645px;
  padding: 28.6848px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 20px #0000000d;
}

.photo {
  background-color: #f3fbf0;
  border-radius: 17.928px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 283px;
  min-height: 283px;
  text-decoration: none;
  display: flex;
}

.photo.photo-3 {
  background-color: #f5f8fd;
  justify-content: flex-start;
  align-items: center;
}

.vectors-wrapper-41 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.medium-shot-smiley-doctor-with-coat-copy-2 {
  object-fit: contain;
  max-width: none;
  overflow: visible;
  width: 100%;
}

.text-button {
  grid-row-gap: 21.5136px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.texts {
  grid-row-gap: 14.3424px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.name-title {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #1e3565;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35.86px;
  text-decoration: none;
}

.mental-health-services {
  color: #3a6f2d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 21.51px;
  text-decoration: none;
}

.specialties-family-psychiatric-mental-health-nurse-practitioner {
  text-align: center;
}

.provider-specialty {
  margin-top: 30px;
  margin-bottom: 6px;
}

.text-button-2 {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.photo-2 {
  background-image: url('../images/Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 319.119px;
  min-height: 283px;
  text-decoration: none;
  display: flex;
}

.photo-2.photo {
  background-image: none;
  justify-content: center;
  align-items: center;
}

.specialties-family-psychiatric-mental-health-nurse-practitioner-0 {
  color: #3a6f2d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}

.specialties-family-psychiatric-mental-health-nurse-practitioner-1 {
  color: #1e3565;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.frame-1618873086 {
  grid-column-gap: 23px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 137px;
  text-decoration: none;
  display: flex;
}

.frame-1618873084 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 356px;
  height: 260px;
  text-decoration: none;
  display: flex;
}

.div-tile_root__rhykz {
  grid-row-gap: 10px;
  background-color: #f6fafd;
  border-radius: 33.3611px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 18px 22px;
  display: flex;
}

.frame-1618873083 {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div {
  grid-row-gap: 2.22407px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-alexander-akers {
  color: #000;
  letter-spacing: .111204px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.46px;
  text-decoration: none;
}

.frame-1618873082 {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-42 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.p-testimonials_occupation__bquof {
  justify-content: flex-start;
  align-items: flex-start;
  width: 140px;
  padding-right: 13.2555px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #1e3565;
  letter-spacing: -.0556019px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.35px;
  text-decoration: none;
}

.p-testimonials_text__jxa1f {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1.11204px;
  padding-right: 26.6889px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-43 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.my-provider-has-been-genuinely-a-much-needed-resource-and-in-the-past-6-months-have-experienced-a-change-my-life-need-for-a-long-time-tamara-is-absolutely-patient-and-easy-to-communicate-with-highly-recommend {
  color: #101010;
  letter-spacing: -.0556019px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.46px;
  text-decoration: none;
}

.frame-1618873132 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 356px;
  height: 403px;
  text-decoration: none;
  display: flex;
}

.div-tile_root__rhykz-2,
.div-tile_root__rhykz-3 {
  grid-row-gap: 10px;
  background-color: #f6fafd;
  border-radius: 33.3611px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 18px 22px;
  display: flex;
}

.frame-1618873085 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 356px;
  text-decoration: none;
  display: flex;
}

.div-tile_root__rhykz-4 {
  grid-row-gap: 10px;
  background-color: #f6fafd;
  border-radius: 33.3611px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 18px 22px;
  display: flex;
}

.heading-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 173.233px;
  padding-right: 173.722px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #1e3565;
  text-align: center;
  letter-spacing: .444815px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tiemposfine, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

.text-span-3 {
  padding-left: 5px;
}

.cta-section {
  justify-content: center;
  align-items: center;
  margin-bottom: 112px;
}

.cta-content-container {
  max-width: 400px;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1226px;
  display: flex;
}

.ready-to-embark-on-the-journey-of-wellness {
  color: #1e3565;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tiemposfine, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
}

.comprehensive-personalized-therapy-from-home {
  font-family: Todaysansnow Pro, sans-serif;
}

.comprehensive-personalized-therapy-from-home-0 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.comprehensive-personalized-therapy-from-home-1 {
  color: #489d31;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.div-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 33px;
  display: flex;
}

.div-block-3>img {
  margin-top: 9px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #1e3565;
  border-radius: 8px;
  width: 189px;
  margin-top: 37px;
  margin-left: 28px;
  padding: 14px 0;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 22px;
  display: block;
}

.textarea-2 {
  color: #fff;
  resize: none;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #98a7c766;
  padding-bottom: 20px;
  font-family: Todaysansnow Pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
  height: 50px !important;
  overflow: hidden;
}

.textarea-2::placeholder {
  color: #fff;
}

.section {
  display: none;
}

.items-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 224px;
  text-decoration: none;
  display: flex;
}

.item-3 {
  grid-column-gap: 13.639px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 224px;
  text-decoration: none;
  display: flex;
}

.number-2 {
  background-color: #1e3565;
  border-radius: 68.1948px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 13.639px 16.3668px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-44 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 34.1635px;
  height: 34.1635px;
  text-decoration: none;
  display: flex;
}

.text-28 {
  grid-row-gap: 5.45559px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-29 {
  color: #1e3565;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 27.28px;
  text-decoration: none;
}

.vectors-wrapper-45 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.713px;
  height: 32.713px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-46 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 38.0457px;
  height: 38.0457px;
  text-decoration: none;
  display: flex;
}

.item-6 {
  grid-column-gap: 14.3319px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 224px;
  text-decoration: none;
  display: flex;
}

.number-3 {
  background-color: #1e3565;
  border-radius: 71.6593px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 14.3319px 17.1982px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-47 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32.0062px;
  height: 32.0062px;
  text-decoration: none;
  display: flex;
}

.text-30 {
  grid-row-gap: 5.73274px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-31 {
  color: #1e3565;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.66px;
  text-decoration: none;
}

.vectors-wrapper-48 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30.3487px;
  height: 30.3487px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-49 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 31.8196px;
  height: 31.8196px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-50 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 29.3719px;
  height: 28.556px;
  text-decoration: none;
  display: flex;
}

.text-32 {
  color: #1e3565;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.image-6 {
  display: none;
}

@media screen and (min-width: 1280px) {


  .treatment-point {
    height: 414px;
  }
}

@media screen and (min-width: 1440px) {


  .container-2 {
    padding-left: 128px;
    padding-right: 128px;
  }

  .treatment-point {
    height: 414px;
  }

  .container-3 {
    max-width: 1440px;
    padding-left: 132px;
    padding-right: 132px;
  }

  .how-it-works-section {
    padding-left: 130px;
    padding-right: 130px;
  }

  .frame-1618873108 {
    background-position: 60% 80%;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 560px;
  }

  .items {
    position: relative;
    left: -36px;
  }

  .frame-1321314403,
  .frame-1618873131,
  .profiles-section {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1920px) {
  .text-19 {
    font-size: 16px;
  }

  .container-2 {
    max-width: 1600px;
  }

  .treatment-list {
    justify-content: center;
    align-items: center;
  }

  .frame-1618873110 {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
  }

  .frame-1618873111 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .frame-1618873108 {
    background-position: 62% 80%;
    width: 500px;
  }

  .items {
    position: relative;
    left: -36px;
  }
}

@media screen and (max-width: 1080px) {
  .provider-specialty {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .banner-img {
    width: 100%;
  }


  .menu-button-2 {
    margin-left: auto;
    display: block;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }



  .header {
    background-color: #fff;
    background-image: none;
  }

  .book-app-btn-2 {
    display: none;
  }






  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container {
    max-width: none;
  }

  .container-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text {
    font-size: 30px;
    line-height: 43px;
  }

  .div-block {
    width: 100%;
    margin-left: 0;
    padding-top: 50px;
  }

  .banner {
    margin-bottom: 36px;
  }

  .we-provide-treatment-for {
    text-align: center;
    font-size: 22px;
  }

  .treatment-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .form-container {
    margin-top: 38px;
    padding-top: 37px;
    max-width: unset;
  }

  .frame-1618873130 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-20 {
    font-size: 32px;
  }

  .text-21 {
    font-size: 22px;
  }

  .submit-button {
    font-size: 20px;
  }

  .text-field,
  .text-field-2,
  .text-field-3 {
    font-size: 16px;
  }

  .treatment-point {
    align-items: stretch;
    width: 49%;
  }

  .mood-disorders {
    font-size: 16px;
    line-height: 18px;
  }

  .image-4 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .how-it-works-section {
    display: none;
  }

  .frame-1321314403 {
    max-width: none;
    height: auto;
  }

  .frame-1618873131 {
    grid-row-gap: 0px;
    max-width: none;
  }

  .text-24 {
    font-size: 22px;
    line-height: 20px;
  }

  .profiles-section {
    margin-top: 24px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .row-1 {
    flex-flow: column;
    height: auto;
  }

  .card {
    max-width: none;
    height: auto;
    margin-bottom: 17px;
  }

  .text-25 {
    font-size: 22px;
    line-height: 28px;
  }

  .mental-health-services {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }

  .specialties-family-psychiatric-mental-health-nurse-practitioner {
    font-size: 16px;
  }

  .photo-2.photo {
    background-image: none;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .specialties-family-psychiatric-mental-health-nurse-practitioner-0 {
    font-size: 16px;
    line-height: 20px;
  }

  .specialties-family-psychiatric-mental-health-nurse-practitioner-1 {
    line-height: 20px;
  }

  .frame-1618873086 {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-bottom: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .frame-1618873084 {
    max-width: none;
    height: auto;
  }

  .link-alexander-akers {
    font-size: 16px;
    line-height: 20px;
  }

  .vectors-wrapper-42 {
    height: 17px;
  }

  .text-26 {
    font-size: 15px;
    line-height: 17px;
  }

  .vectors-wrapper-43 {
    object-fit: cover;
    width: 180px;
    height: auto;
  }

  .my-provider-has-been-genuinely-a-much-needed-resource-and-in-the-past-6-months-have-experienced-a-change-my-life-need-for-a-long-time-tamara-is-absolutely-patient-and-easy-to-communicate-with-highly-recommend {
    font-size: 14px;
    line-height: 20px;
  }

  .frame-1618873132 {
    max-width: none;
    height: auto;
  }

  .frame-1618873085 {
    max-width: none;
  }

  .heading-2 {
    margin-bottom: 30px;
  }

  .text-27 {
    font-size: 22px;
    line-height: 28px;
  }

  .cta-content-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-banner-container {
    display: none;
  }

  .ready-to-embark-on-the-journey-of-wellness {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }

  .comprehensive-personalized-therapy-from-home {
    text-align: center;
  }

  .comprehensive-personalized-therapy-from-home-0 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .comprehensive-personalized-therapy-from-home-1 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
  }

  .button {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .textarea-2 {
    font-size: 16px;
  }

  .section {
    margin-bottom: 58px;
    display: block;
    position: relative;
  }

  .div-block-4 {
    background-color: #ecf1fa;
    background-image: url('../images/Nao-Star-Mark-2.svg');
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: auto;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    width: 50%;
    height: 642px;
    display: inline-block;
  }

  .div-block-5 {
    vertical-align: top;
    display: inline-block;
    position: relative;
  }

  .items-2 {
    max-width: none;
  }

  .number-2 {
    width: 80px;
    padding: 0;
  }

  .vectors-wrapper-44 {
    object-fit: none;
    width: 100%;
    height: auto;
    display: block;
  }

  .number-3 {
    width: 80px;
    padding: 0;
  }

  .vectors-wrapper-47 {
    object-fit: none;
  }

  .div-block-6 {
    position: absolute;
    top: 9px;
    left: -33px;
  }

  .image-6 {
    display: block;
  }

  .image-7 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {


  .vectors-wrapper-33 {
    object-fit: contain;
    height: 17px;
  }

  .header {
    background-color: #fff;
  }

  .container-2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .banner {
    padding-top: 26px;
  }

  .treatment-list-section {
    margin-bottom: 44px;
  }

  .treatment-point {
    width: 49%;
  }

  .container-3 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-4 {
    background-position: 10%;
    width: 40%;
  }
}

@media screen and (max-width: 479px) {


  .menu-button-2.w--open {
    background-color: #fff;
  }

  .vectors-wrapper-33 {
    width: 124px;
    height: 24px;
  }



  .header {
    background-color: #fff;
    background-image: none;
  }






  .link-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .footer {
    background-color: #1e3565;
  }

  .text-block {
    font-size: 13px;
  }

  .text-block-2 {
    text-align: justify;
    font-size: 14px;
  }

  .container-2 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .frame-1321314401 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text {
    flex: 1;
    font-size: 30px;
    line-height: 43px;
  }

  .div-block {
    margin-left: 0;
    padding-top: 25px;
  }

  .banner {
    padding-top: 10px;
  }

  .treatment-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-container {
    margin-top: 38px;
    padding-top: 37px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: unset;
  }

  .text-20 {
    font-size: 32px;
  }

  .text-21 {
    font-size: 22px;
  }

  .text-field,
  .text-field-2,
  .text-field-3 {
    font-size: 16px;
  }

  .treatment-point {
    width: 100%;
  }

  .image-4 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 76%;
  }

  .photo {
    overflow: hidden;
  }

  .photo.photo-3 {
    justify-content: flex-end;
    align-items: center;
  }

  .medium-shot-smiley-doctor-with-coat-copy-2 {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
  }

  .photo-2.photo {
    justify-content: flex-end;
    align-items: center;
  }

  .heading-2,
  .ready-to-embark-on-the-journey-of-wellness {
    padding-left: 28px;
    padding-right: 28px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .section {
    margin-bottom: 58px;
  }

  .div-block-4 {
    background-size: 70px;
  }

  .image-6 {
    width: 95%;
  }
}


@font-face {
  font-family: 'Tiempos Text Web';
  src: url('../fonts/tiempos-text-web-medium-italic.woff2') format('woff2'), url('../fonts/tiempos-text-web-medium-italic.eot') format('embedded-opentype'), url('../fonts/tiempos-text-web-medium-italic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Tiempos Text Web';
  src: url('../fonts/tiempos-text-web-regular.woff2') format('woff2'), url('../fonts/tiempos-text-web-regular.eot') format('embedded-opentype'), url('../fonts/tiempos-text-web-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tiempos Text Web';
  src: url('../fonts/tiempos-text-web-medium.woff2') format('woff2'), url('../fonts/tiempos-text-web-medium.eot') format('embedded-opentype'), url('../fonts/tiempos-text-web-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tiempos Text Web';
  src: url('../fonts/tiempos-text-web-regular-italic.woff2') format('woff2'), url('../fonts/tiempos-text-web-regular-italic.eot') format('embedded-opentype'), url('../fonts/tiempos-text-web-regular-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro Demi';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Demi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Heavy-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro Demi';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Demi.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro Ultra';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Ultra-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro Ultra';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-Light.otf') format('opentype'), url('../fonts/Elsner-Flake---TodaySansNow-Pro-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-XLight-Italic.otf') format('opentype'), url('../fonts/Elsner-Flake---TodaySansNow-Pro-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Todaysansnow Pro';
  src: url('../fonts/Elsner-Flake---TodaySansNow-Pro-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Tiempostext';
  src: url('../fonts/TiemposText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tiempostext';
  src: url('../fonts/TiemposText-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Tiemposfine';
  src: url('../fonts/TiemposFine-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tiemposfine';
  src: url('../fonts/TiemposFine-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Tiemposfine';
  src: url('../fonts/TiemposFine-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tiemposfine';
  src: url('../fonts/TiemposFine-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.error {
  color: red;
  font-size: 14px;
  position: relative;
  left: 0;
  top: -24px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #1e3565 inset !important;
  -webkit-text-fill-color: #fff !important;
}

.form-loading {
  display: none;
  width: 48px;
  position: absolute;
  left: 46%;
  top: -5px;
}

.form-loading.active {
  display: block;
}