.t-head {
  font-family: National;
  font-size: 42px;
}

.check {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.action-buttons {
  display: flex;
}

.check-text {
  width: 350px;
  height: 34px;
  font-family: National;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.r-text {
  margin-left: 5px;
}

.btn {
  text-decoration: none !important;
  letter-spacing: 0.08rem; }

.btn-highlight {
  background: #fff;
  color: #2766f2; }
.btn-highlight:hover, .btn-highlight.active, .btn-highlight:focus, .btn-highlight.focus {
  background: transparent;
  border-color: #fff;
  color: #fff; }

.btn-primary:hover, .btn-primary.active, .btn-primary:focus, .btn-primary.focus {
  background: transparent;
  border-color: #2766f2;
  color: #2766f2; }

.btn-outline {
  border-radius: 29px;
  border: solid 2px var(--blue);
  font-family: National;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
  color: var(--blue);
}

.btn-outline:hover, .btn-outline.active, .btn-outline:focus, .btn-outline.focus {
  color: #fff;
  background-color: #2766f2;
  border-color: #2766f2;
}

.form-control {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  background: transparent;
  box-shadow: none; }
.form-control:focus {
  background: transparent;
  box-shadow: none; }

.form-control {
  color: #fff;
  border-color: #fff;
  box-shadow: none !important; }

.form-light > div {
  position: relative; }

.form-light .form-control {
  color: #fff; }

.form-light input::-webkit-input-placeholder {
  color: #fff; }

.form-light input:-ms-input-placeholder {
  color: #fff; }

.form-light input::-ms-input-placeholder {
  color: #fff; }

.form-light input::-moz-placeholder {
  color: #fff; }

.form-light input::-webkit-input-placeholder {
  color: #fff; }

.form-light input:-ms-input-placeholder {
  color: #fff; }

.form-light input::placeholder {
  color: #fff; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.btn-plus {
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  width: 20px;
  height: 20px; }
.btn-plus:focus, .btn-plus.focus {
  box-shadow: none; }
.btn-plus .plus-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 1; }
.btn-plus .minus-white {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0px; }

.slide-card {
  padding: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 20px; }
.slide-card:hover, .slide-card.active {
  border-color: #2766f2; }
.slide-card.active .btn-plus .plus-icon {
  opacity: 0; }
.slide-card.active .btn-plus .minus-white {
  opacity: 1; }
.slide-card.active .slide-card-content {
  max-height: 40rem; }

.slide-card-icon {
  padding-right: 10px; }

.slide-card-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1; }

.slide-card-plus {
  padding-right: 10px; }

.slide-card-content {
  padding: 0px 10px 0px 10px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height  .15s ease-in-out;
  transition: max-height  .15s ease-in-out; }

.slide-card-header {
  cursor: pointer; }

.img-card {
  border-radius: 25px;
  background-color: #FFFFFF;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
  padding: 25px;
  height: 100%; }

.img-card-content:before {
  display: block;
  width: 30px;
  content: '';
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 10px; }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }
.menu li {
  position: relative; }

.sub-menu {
  visibility: hidden;
  opacity: 0;
  list-style: none;
  position: absolute;
  z-index: 1070;
  top: 100%;
  right: 0;
  left: auto;
  width: 245px;
  padding: 30px 47px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
  margin-top: 5px;
  -webkit-transition: opacity  .25s ease-in-out;
  transition: opacity  .25s ease-in-out; }

.active .sub-menu {
  visibility: visible;
  opacity: 1; }

.menu-link {
  font-weight: 500; }

.mobi-header {
  background: #fff; }

.mobi-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height  .15s ease-in-out;
  transition: max-height  .15s ease-in-out; }
.mobi-menu li {
  margin-bottom: 20px; }

.mobi-sub-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 0px;
  -webkit-transition: max-height  .15s ease-in-out;
  transition: max-height  .15s ease-in-out;
  overflow-y: hidden;
  max-height: 0; }
.mobi-sub-menu > li {
  padding-left: 2rem;
  position: relative; }
.mobi-sub-menu > li:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  background-image: url("/img/logo-mobi.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

.active .mobi-sub-menu {
  max-height: 15rem;
  margin-top: 20px; }

body {
  padding-top: 76px; }

.mobi-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1080; }

.btn-mobi-menu {
  padding: 0;
  margin: 0;
  position: relative;
  background: transparent;
  width: 36px;
  height: 36px; }
.btn-mobi-menu:focus, .btn-mobi-menu.focus {
  box-shadow: none; }
.btn-mobi-menu .img-close {
  position: absolute;
  left: 4px;
  top: 4px;
  opacity: 0; }
.btn-mobi-menu .img-menu {
  position: absolute;
  opacity: 1;
  left: 0;
  top: 3px; }

.btn-scroll {
  padding: 5px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.3);
  font-size: 1rem !important;
  line-height: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  margin: 40px auto;
  z-index: 1080;
  color: #797979;
  text-decoration: underline !important; }
.btn-scroll:hover, .btn-scroll.hover, .btn-scroll:active, .btn-scroll:focus, .btn-scroll.focus {
  box-shadow: none;
  color: #1a1a1a; }

.mobi-menu-open .mobi-menu {
  max-height: 100vh; }

.mobi-menu-open .mobi-header {
  box-shadow: 0px 0.2rem 1rem 0 rgba(0, 0, 0, 0.12); }

.mobi-menu-open .btn-mobi-menu .img-close {
  opacity: 1; }

.mobi-menu-open .btn-mobi-menu .img-menu {
  opacity: 0; }

.desktop-menu .menu-link {
  text-decoration: none; }
.desktop-menu .menu-link:hover {
  border-bottom: 1px solid #e0e0e0; }

.desktop-menu .active .menu-link {
  border-bottom: 1px solid #e0e0e0;
  color: #1a1a1a; }

@media (min-width: 768px) {
  body {
    padding-top: 0px; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.18;
  font-weight: 300;
  color: #1a1a1a; }

.bg-mask {
  background-image: url("/img/mask.svg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat; }

.font-lg {
  font-size: 1.375rem; }

.list-num {
  font-size: 2.6rem;
  font-weight: 700;
  color: #2766f2;
  opacity: 0.3;
  line-height: 1;
  margin-top: -5px; }

.bg-grey {
  background: #F7F7F7; }

strong, b {
  font-weight: 500; }

@media (max-width: 575px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 768px) {
  h1 {
    font-size: 3.25rem;
    line-height: 1.06; } }

sup { line-height: 0; font-size: 60%; }


@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.option-card {
  height: calc(100vh - 34px);
  background: #f1f1f1;
  transition: 0s background-color;
}

.option-card:hover {

  -webkit-transition: background-color .61803s ease-in-out;
  -moz-transition: background-color .61803s ease-in-out;
  -o-transition: background-color .61803s ease-in-out;
  -ms-transition: background-color .61803s ease-in-out;
  transition: background-color .61803s ease-in-out;
  background-color: #2766F2;
  background-image: url(https://wordpress.celerihealth.com/wp-content/uploads/2020/04/asset-20.svg);

  animation: flow 1.6s infinite;
  background-size: 60% 60%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  /*background-size: 50%;*/
}

.option-card:hover .select-card
{
  background: #fff;
  /*color: #656565;*/
  -webkit-transition: background-color .61803s ease-in-out;
  -moz-transition: background-color .61803s ease-in-out;
  -o-transition: background-color .61803s ease-in-out;
  -ms-transition: background-color .61803s ease-in-out;
  transition: background-color .61803s ease-in-out;
}

.option-card a {
  text-decoration: none;
}

.select-card {
  position: relative;
  top: calc( (50vh - ((100vh * .61803) / 2)) - 18px );
  background: #d2d2d2;
  border-radius: 5px;
  padding: 15px;
  margin: auto;
  height: calc(100vh * .61803);
  width: calc(50vw * .61803);
  min-width: 300px;
}

.center-vertically {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .option-card {
    height: 50vh;
    background: #f1f1f1;
    transition: 0s background-color;
  }

  .select-card {
    position: relative;
    top: calc(25vh - ((50vh * .61803) / 2));
    height: calc(50vh * .61803);
    width: calc(100vw * .61803);
  }
}
