/************************/
/******* COLORS ********/
/**********************/
:root {
  --wac-color-accent-hover: $color-accent-hover;
}

/*********************/
/******* TEXT *******/
/*******************/
/**********************/
/******* SPACE *******/
/********************/
#wac-template h1,
#wac-template .header1 {
  font-family: "Nunito", sans-serif;
  color: #1D1D1D;
  font-weight: 700;
  margin-top: 0.625rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  line-height: 67.2px;
}
#wac-template h2,
#wac-template .header2 {
  font-family: "Nunito", sans-serif;
  color: #1D1D1D;
  font-weight: 700;
  margin-top: 0.625rem;
  margin-bottom: 2rem;
  font-size: 2.75rem;
  line-height: 52.8px;
}
#wac-template h3,
#wac-template .header3 {
  font-family: "Nunito", sans-serif;
  color: #1D1D1D;
  font-weight: 700;
  margin-top: 0.625rem;
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 36px;
}
#wac-template h4,
#wac-template .header4 {
  font-family: "Nunito", sans-serif;
  color: #1D1D1D;
  font-weight: 700;
  margin-top: 0.625rem;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  line-height: 28px;
}
#wac-template h5,
#wac-template .header5 {
  font-family: "Nunito", sans-serif;
  color: #1D1D1D;
  font-weight: 700;
  margin-top: 0.625rem;
  margin-bottom: 2rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 16.8px;
}
#wac-template h6,
#wac-template .header6 {
  font-family: "Nunito", sans-serif;
  color: #1D1D1D;
  font-weight: 700;
  margin-top: 0.625rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 30px;
}
#wac-template p,
#wac-template .text {
  font-family: "Work Sans", sans-serif;
  color: #1D1D1D;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 24px;
}
#wac-template p b,
#wac-template p strong,
#wac-template p .text-bold,
#wac-template .text b,
#wac-template .text strong,
#wac-template .text .text-bold {
  font-weight: 700;
}
#wac-template p a,
#wac-template .text a {
  font-weight: 700;
  color: #d9017a;
}
#wac-template p a:hover,
#wac-template .text a:hover {
  color: #d9017a;
}
#wac-template .hyperlink {
  text-decoration: none;
  display: inline-flex;
  font-size: 1rem;
}
#wac-template .hyperlink .material-icons {
  margin-left: 4px;
}
#wac-template .color-accent {
  color: #d9017a;
}
#wac-template .color-white {
  color: #FFFFFF;
}
#wac-template .bg-accent {
  background-color: #d9017a;
}
#wac-template .bg-white {
  background-color: #FFFFFF;
}
#wac-template button,
#wac-template .btn {
  font-family: "Work Sans", sans-serif;
  color: #1D1D1D;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.75rem 2rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 12px;
  border: 2px solid #d9017a !important;
}
#wac-template button.btn-accent,
#wac-template .btn.btn-accent {
  background-color: #d9017a;
  color: #FFFFFF;
}
#wac-template button.btn-white,
#wac-template .btn.btn-white {
  background-color: #FFFFFF;
  color: #d9017a;
}
#wac-template button:hover,
#wac-template .btn:hover {
  background-color: #FFFFFF;
  color: #d9017a;
  border-color: #d9017a;
}
#wac-template button.btn-block,
#wac-template .btn.btn-block {
  width: 100%;
}
#wac-template .material-icons.md-18 {
  font-size: 18px;
}
#wac-template .material-icons.md-24 {
  font-size: 24px;
}
#wac-template .material-icons.md-36 {
  font-size: 36px;
}
#wac-template .material-icons.md-48 {
  font-size: 48px;
}
#wac-template .form-group {
  margin-top: 0.625rem;
  margin-bottom: 1rem;
}
#wac-template .form-label {
  font-family: "Work Sans", sans-serif;
  color: #818181;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
#wac-template .form-control {
  height: 50px;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}
@media (max-width: 576px) {
  #wac-template h1,
#wac-template .header1 {
    font-size: 1.875rem;
    line-height: 36px;
  }
  #wac-template h2,
#wac-template .header2 {
    font-size: 1.875rem;
    line-height: 36px;
  }
  #wac-template h3,
#wac-template .header3 {
    font-size: 1.75rem;
    line-height: 30px;
  }
  #wac-template h4,
#wac-template .header4 {
    font-size: 0.875rem;
  }
}

html {
  scroll-behavior: smooth;
}

.private-area {
  background-color: black;
  display: flex;
  justify-content: end;
  padding: 0.625rem 0.75rem;
}
.private-area i, .private-area span {
  color: white;
}
.private-area a {
  text-decoration: none;
}
.private-area i {
  margin-right: 0.625rem;
  font-size: 1rem;
}
.private-area span {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

#wac-template .overlay {
  position: relative;
}
#wac-template .overlay::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 29, 0.36);
}
#wac-template .top-bar-book {
  background-color: #f0f9ff;
  display: flex;
}
#wac-template .header-image.with-mt {
  margin-top: 8rem;
}
#wac-template .header-page-black {
  position: relative;
  width: 100%;
  height: 425px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
#wac-template .header-page-black .content {
  position: relative;
  flex: 0 0 auto;
  width: 50%;
}
#wac-template .header-page-black .content .title img {
  max-height: 150px;
}
#wac-template .header-page-black .content .text {
  margin-left: 8.33333333%;
}
#wac-template .header-page-black .content .text h2 {
  margin-bottom: 0.625rem;
}
#wac-template .header-page-black .content .text a {
  margin-top: 0.75rem;
}
#wac-template .header-page-black.left-header .row {
  justify-content: flex-start;
  text-align: left;
}
#wac-template .header-page-black.right-header .row {
  justify-content: flex-end;
  text-align: left;
}
#wac-template .header-page-black.center-header .row {
  justify-content: center;
  text-align: center;
}
#wac-template .header-page-black.center-header .row .content {
  width: 66.66666667%;
}
#wac-template .header-page-black.center-header .row .content .title h1 {
  margin-bottom: 0;
}
#wac-template .header-page-black.center-header .row .content .text {
  margin-left: 0;
}
#wac-template .header-page-black::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 29, 0.36);
}
#wac-template .text-center-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
#wac-template .text-center-block .title h2 {
  margin-bottom: 0.75rem;
}
#wac-template .text-center-block img {
  max-width: 100%;
}
#wac-template .grid-cards {
  margin-top: 0;
  margin-bottom: 4rem;
}
#wac-template .card {
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  box-shadow: 0px 2px 8px rgba(33, 78, 133, 0.16);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
#wac-template .card .head {
  position: relative;
  overflow: hidden;
}
#wac-template .card .head img {
  width: 100%;
  height: auto;
}
#wac-template .card .head .material-icons {
  position: absolute;
  color: #FFFFFF;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}
#wac-template .card .head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  background: transparent linear-gradient(299deg, #29B5DB59 0%, #2670CA59 100%) 0% 0% no-repeat padding-box;
}
#wac-template .card .body .text {
  padding: 0 1rem;
  min-height: 130px;
}
#wac-template .card .body .text h5 {
  margin-bottom: 1rem;
}
#wac-template .card .body .text p {
  position: relative;
}
#wac-template .card .body .text p .more {
  padding-left: 0.625rem;
  cursor: pointer;
}
#wac-template .card .body .tags-list {
  padding: 1rem;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 0;
}
#wac-template .card .footer {
  background-color: #FFFFFF;
  padding: 1rem;
}
#wac-template .card .footer a {
  margin: 0;
  width: 100%;
}
#wac-template .tag {
  font-family: "Work Sans", sans-serif;
  font-size: 0.625rem;
  display: inline-flex;
  border: 1px solid red;
  list-style: none;
  align-items: center;
  height: 24px;
  padding: 0 0.75rem;
  border-radius: 12px;
  margin-right: 4px;
}
#wac-template .tag .material-icons {
  margin-right: 4px;
}
#wac-template .tag.hight {
  background: #d9017a;
  color: #FFFFFF;
  border: 1px solid #d9017a;
}
#wac-template .tag.medium {
  background: #FFFFFF;
  color: #d9017a;
  border: 1px solid #d9017a;
}
#wac-template .tag.low {
  background: #FFFFFF;
  color: #d9017a;
  border: 1px solid #d9017a;
}
#wac-template .form-block {
  padding-bottom: 4rem;
  position: relative;
}
#wac-template .form-block .text {
  text-align: center;
}
#wac-template .form-block.with-cover-image {
  background-size: cover;
  background-position: bottom center;
}
#wac-template .form-block.with-cover-image::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
#wac-template .form-block form {
  position: relative;
}
#wac-template #thankyou-section {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
#wac-template .modal .head {
  padding: 0;
  position: relative;
  overflow: hidden;
}
#wac-template .modal .head img {
  width: 100%;
  height: auto;
}
#wac-template .modal .head .material-icons {
  position: absolute;
  color: #FFFFFF;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
}
#wac-template .modal .head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  background: transparent linear-gradient(299deg, #29B5DB59 0%, #2670CA59 100%) 0% 0% no-repeat padding-box;
}
#wac-template .modal .head .close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#wac-template .modal .head .close .material-icons {
  position: relative;
  top: auto;
  left: auto;
}
#wac-template .modal .head .close:hover {
  background: #FFFFFF;
}
#wac-template .modal .head .close:hover .material-icons {
  color: #d9017a;
}
#wac-template .form-content-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
#wac-template .form-content-block #anchor-wac-form {
  position: absolute;
  top: -4rem;
}
#wac-template .form-content-block form {
  width: 85%;
  background: #f4f4f3;
  padding: 2rem;
  align-items: center;
  flex-direction: column;
}
#wac-template .form-content-block form h3 {
  text-align: center;
}
#wac-template .form-content-block form p {
  font-size: 0.875rem;
  color: #818181;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Nunito", sans-serif;
}
#wac-template .form-content-block form .form-group {
  margin-top: 0.625rem;
  margin-bottom: 1rem;
}
#wac-template .form-content-block form .form-group label {
  display: block;
  font-size: 0.875rem;
  color: #818181;
  font-weight: 600;
  margin-bottom: 0.625rem;
  margin-left: 0.625rem;
  line-height: 1.25;
  font-family: "Nunito", sans-serif;
}
#wac-template .form-content-block form .form-group .form-control {
  height: 50px;
  background: #FFFFFF;
  font-size: 0.875rem;
  width: 100%;
}
#wac-template .form-content-block form .form-group label {
  font-weight: 700;
}
#wac-template .form-content-block form .form-check label {
  color: #818181;
  font-size: 0.75rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  #wac-template .header-page-black .content h2 {
    font-size: 1rem;
  }
  #wac-template .header-page-black.center-header .row .content {
    width: 100%;
  }
  #wac-template .form-content-block form {
    width: 100%;
  }
}
#wac-template .grid-cards .image-icon-card {
  text-align: center;
}
#wac-template .grid-cards .image-icon-card .image-icon-card__head {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
#wac-template .grid-cards .image-icon-card .image-icon-card__head h4, #wac-template .grid-cards .image-icon-card .image-icon-card__head h3 {
  margin: 0;
}
#wac-template .grid-cards .image-icon-card .title {
  color: #d9017a;
}
#wac-template .grid-cards .image-icon-card .image-icon-card__body .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
}
#wac-template .grid-cards .image-icon-card .image-icon-card__body .image-wrapper img {
  max-width: 100%;
}
#wac-template .grid-cards .image-icon-card .image-icon-card__body .subtitle-wrapper {
  min-height: 100px;
}
#wac-template .grid-cards .image-icon-card .image-icon-card__body .desc-wrapper {
  min-height: 60px;
}
#wac-template .grid-cards .image-icon-card .image-icon-card__body .subtitle {
  font-family: "Nunito", sans-serif;
  margin-bottom: 1rem;
}
#wac-template .grid-cards .image-icon-card .image-icon-card__body .subtitle h1, #wac-template .grid-cards .image-icon-card .image-icon-card__body .subtitle p, #wac-template .grid-cards .image-icon-card .image-icon-card__body .subtitle span, #wac-template .grid-cards .image-icon-card .image-icon-card__body .subtitle strong {
  font-family: "Nunito", sans-serif;
  margin: 0;
  color: #d9017a;
}
#wac-template .grid-cards .image-icon-card .image-icon-card__body .subtitle h1 {
  line-height: 1;
}
#wac-template .grid-cards .image-icon-card .image-icon-card__body .description {
  font-size: 0.875rem;
}
#wac-template .graphs-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 0;
}
#wac-template .graphs-section.bg-gray {
  background-color: #F2F2F2;
}
#wac-template .graphs-section .circular-chart {
  display: block;
  margin: 0.75rem auto;
  max-width: 50%;
  max-height: 15.625rem;
}
#wac-template .graphs-section .circle-bg {
  fill: none;
  stroke: none;
  stroke-width: 3.8;
}
#wac-template .graphs-section .circular-chart.blue .circle {
  fill: none;
  stroke: #d9017a;
}
#wac-template .graphs-section .percentage {
  fill: #818181;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
#wac-template .graphs-section .graph_text p {
  font-size: 1rem;
  color: #d9017a;
  text-align: center;
  margin-top: 1rem;
}
#wac-template .graphs-section .graph_text_bubble {
  position: relative;
  padding: 16px;
  background-color: #d9017a;
  color: #FFFFFF;
  text-align: center;
}
#wac-template .graphs-section .graph_text_bubble::after {
  content: "";
  position: absolute;
  left: -20px;
  top: calc(50% - 20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 20px 0;
  border-color: transparent #d9017a transparent transparent;
}
#wac-template .graphs-section .graph_text_bubble .graph_text_bubble_title {
  font-size: 2.75rem;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 1rem;
}
#wac-template .graphs-section .graph_text_bubble .graph_text_bubble_text {
  color: #FFFFFF;
}
#wac-template #wac-custom-form a {
  color: #d9017a;
}
#wac-template #wac-custom-form .error {
  padding: 0;
  text-align: start;
}

.bg-gray-800 {
  background-color: #333333;
}

.blog-solutions.units .icon {
  width: 70%;
  text-align: center;
  margin: auto;
}
.blog-solutions.units .icon.hover {
  display: none;
}
.blog-solutions.units .blog-solutions__item:hover .icon {
  display: none;
}
.blog-solutions.units .blog-solutions__item:hover .icon.hover {
  display: block;
}

.doctor-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.doctor-block.odd-bg {
  background-color: #f0f9ff;
}
.doctor-block .doctor-image {
  position: relative;
  padding: 2rem;
  background-image: url("/wp-content/themes/ivi/assets/img/mask.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.doctor-block .doctor-image .photo {
  width: 100%;
}

.header-wac {
  height: 0;
}
.header-wac .navbar {
  top: 0px;
}

.content-search-mobile {
  display: none;
}
.content-search-mobile > .form-search-mobile {
  background-color: #FFFFFF;
  height: 41px;
  border-bottom: solid 1px #f4f4f3;
}
.content-search-mobile > .form-search-mobile > form > button {
  background-color: #FFFFFF;
  border: none;
}
.content-search-mobile > .form-search-mobile > form > button > span.search-icon {
  color: #818181;
}
.content-search-mobile > .form-search-mobile > form > input {
  border: none;
  width: 75%;
  border-bottom: 1px solid #E2E2E2;
}
.content-search-mobile .no-focus:focus {
  outline: 0px;
}

.image-wrapper img {
  max-width: 100%;
}

@media (max-width: 576px) {
  .private-area {
    display: none;
  }

  #wac-template .header-image.with-mt {
    margin-top: 4rem;
  }
  #wac-template .grid-cards .image-icon-card {
    margin-bottom: 2rem;
  }
  #wac-template .grid-cards .image-icon-card .image-icon-card__head {
    min-height: inherit;
  }
  #wac-template .grid-cards .image-icon-card .image-icon-card__body .image-wrapper {
    min-height: inherit;
  }
  #wac-template .grid-cards .image-icon-card .image-icon-card__body .subtitle-wrapper {
    min-height: inherit;
  }
  #wac-template .grid-cards .image-icon-card .image-icon-card__body .desc-wrapper {
    min-height: inherit;
  }
  #wac-template .graph_text_bubble::after {
    display: none;
  }
}

/*# sourceMappingURL=app-wac.css.map */
