@charset "UTF-8";
body,
html {
  background: #273164;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  width: 100%; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

* {
  box-sizing: border-box;
  position: relative; }

h3 {
  font-weight: 500;
  font-size: 2.08rem;
  margin: unset; }

.uppercase {
  text-transform: uppercase; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  padding-left: 5px;
  padding-right: 5px; }
  .container.background-main-dark {
    background-color: #273164;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    max-width: 100%;
    padding-bottom: 200px; }
  .container.full-page {
    min-height: 100% !important;
    height: auto !important; }
  .container.dark-background {
    background: #1e2023;
    color: #2c3973; }
  .container.kari-background {
    background-image: url(/assets/t-kura_logo-7831c45c7d3a92eb62ad8271bc04be28735143658af75ce4f4557bce409c7073.png);
    background-position: bottom 30px right 30px;
    background-repeat: no-repeat;
    background-size: 35%;
    color: #1e2023; }
  .container.centered {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center; }
  .container.margin-large {
    margin-top: 200px;
    margin-bottom: 200px; }
  .container.margin-semilarge {
    margin-top: 130px;
    margin-bottom: 130px; }
  .container.margin-medium {
    margin-top: 50px;
    margin-bottom: 50px; }
  .container.margin-small {
    margin-top: 20px;
    margin-bottom: 20px; }
  .container.margin-xsmall {
    margin-top: 8px;
    margin-bottom: 8px; }
  .container.blocs-1-2, .container.blocs-2, .container.blocs-2-1, .container.blocs-3 {
    display: grid; }
  .container.blocs-2 {
    grid-template-columns: 50% 50%; }
  .container.blocs-3 {
    grid-template-columns: repeat(3, 1fr); }
  .container.blocs-2-1 {
    grid-template-columns: 2fr 1fr; }
  .container.blocs-1-2 {
    grid-template-columns: 1fr 2fr; }
  .container.flex-horizontal {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: center;
            justify-content: center; }
  .container.video-container {
    overflow: hidden; }
  .container.space-around {
    justify-content: space-around; }
  .container.half-page {
    min-height: 50%; }
  .container.flex-vertical {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-wrap: nowrap; }
  .container.centered-left {
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
            justify-content: center; }
  .container.overflow-visible {
    overflow: visible; }
    .container.overflow-visible .container {
      overflow: visible; }
  .container.min-height {
    min-height: 720px; }

.padding-medium-l-r {
  padding-left: 15px;
  padding-right: 15px; }

.padding-large-l-r {
  padding-left: 40px;
  padding-right: 40px; }

.padding-large {
  padding: 40px; }

.padding-top-large {
  padding-top: 40px; }

.subtitle.centered,
.title.centered {
  text-align: center; }

.title {
  font-size: 3rem; }

.color-green {
  color: #5eadff; }

.color-white {
  color: #fff; }

.subtitle {
  font-size: 1rem;
  font-weight: 500; }

#proposal-container {
  position: absolute;
  top: 0; }

.proposal-card {
  background-color: white;
  border-radius: 3px;
  border-top: solid 5px #1e2023;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin: 20px;
  min-height: 300px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 300px; }
  .proposal-card:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  .proposal-card.active {
    border-top: solid 12px #5eadff;
    box-shadow: 0 0 3px 2px #abd4ff;
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
    .proposal-card.active .button {
      opacity: 1; }
  .proposal-card * {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .proposal-card > div {
    margin-top: 1.5rem; }
  .proposal-card .margin-1 {
    margin-top: .8rem; }
  .proposal-card .margin-3 {
    margin-top: 2rem; }
  .proposal-card .card-title {
    font-weight: 500;
    font-size: 0.91rem; }
  .proposal-card .card-time {
    font-size: 0.82rem;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 20px; }
  .proposal-card .card-price .original {
    font-size: 1.7rem;
    font-weight: 300; }
  .proposal-card .card-price .current {
    font-weight: 300;
    font-size: 3rem; }
  .proposal-card .card-time-subtitle {
    text-align: left; }
  .proposal-card .button {
    align-self: center;
    opacity: .7; }

.button {
  background-color: #5eadff;
  border-radius: 0;
  color: #1e2023;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 500;
  padding: .7em 2.9em;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .button.large {
    font-size: 1rem; }
  .button.button-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row;
    flex-wrap: nowrap; }
    .button.button-icon > * + * {
      margin-left: 10px; }
    .button.button-icon img {
      width: 13px;
      height: auto; }

.video {
  max-width: 70%; }
  .video.round {
    -webkit-mask-image: url(/assets/vid-mask-c1b244b6cba1792d8d7ec7ca4851dd80355bc03dae730eacdf664445b76f0dd5.svg);
            mask-image: url(/assets/vid-mask-c1b244b6cba1792d8d7ec7ca4851dd80355bc03dae730eacdf664445b76f0dd5.svg);
    width: inherit; }
  .video img {
    width: inherit;
    height: auto; }

.card {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  width: 20%;
  min-height: 300px;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly; }
  .card.invisible {
    border: unset; }
  .card .top-image {
    margin-bottom: 20px; }
    .card .top-image img {
      height: auto;
      width: auto;
      max-width: 100%; }
  .card .small-title {
    text-transform: uppercase; }
  .card .text {
    text-align: left; }

.image-not-fill {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  overflow: visible; }
  .image-not-fill img {
    max-width: 100%; }

.image-2-1 {
  width: 80%;
  height: auto; }

.long-text {
  align-self: center;
  line-height: 1.4em;
  margin: 20px 20px 20px 10%;
  text-align: left; }
  .long-text .hero {
    margin-top: 50px; }

input {
  background-color: #fff;
  border-radius: 3px;
  border: unset;
  color: #1e2023;
  font-size: 0.66rem;
  padding: 0.2em 0.4em; }
  input.address, input.note {
    border-radius: 0;
    text-align: center; }
  input.note {
    height: 2em; }

.form-container {
  margin: 20px;
  padding: 7px; }
  .form-container .line {
    margin-top: 8px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%; }
    .form-container .line.check {
      margin-top: -20px; }
      .form-container .line.check label {
        font-size: 0.66rem; }
    .form-container .line.mt4 {
      margin-top: 10px; }
    .form-container .line .small a {
      color: #fff; }
    .form-container .line label {
      font-size: 1rem;
      font-weight: 500; }
    .form-container .line input[type='email'] {
      height: 42px;
      width: 470px; }

.uppercase {
  text-transform: uppercase; }

.back-up,
.powered_by {
  font-size: 0.66rem;
  font-weight: 500;
  margin-right: 20px;
  white-space: nowrap; }

.top-bar {
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: flex;
  font-weight: 300;
  -webkit-box-pack: start;
          justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  width: inherit; }
  .top-bar .menu a {
    color: #5eadff;
    text-decoration: none;
    margin-right: 40px; }
    .top-bar .menu a::before {
      border-bottom: solid 3px #5eadff;
      content: '';
      opacity: 0;
      position: absolute;
      left: -20px;
      right: -20px;
      bottom: -20px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .top-bar .menu a:hover::before {
      opacity: 1; }
  .top-bar .right {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .top-bar .logo {
    height: auto;
    margin-left: 120px;
    margin-right: 120px;
    width: 240px; }
    .top-bar .logo img {
      height: auto;
      width: inherit; }

.invisible-text {
  color: #fff;
  font-size: 0.66rem;
  font-weight: 500;
  margin-top: 20px; }
  .invisible-text a {
    text-decoration: none;
    color: #5eadff; }

.xsmall-margin-top {
  margin-top: 8px; }

.small-margin-top {
  margin-top: 20px; }

.medium-margin-top {
  margin-top: 50px; }

.medium-larger-margin-top {
  margin-top: 80px; }

.no-link {
  text-decoration: none; }

.line-green {
  align-self: end;
  background-color: #5eadff;
  height: 3px;
  width: 100%; }

.list-container li {
  line-height: 42pt;
  list-style-image: url(/assets/pallino-25487d4dc8162a2d2ebe6f3a647bbe4f318014b498396d846561a86f7fac1758.svg); }

.text-right {
  text-align: right; }

.d-none {
  display: none; }

.paypall-button {
  background: #ffc439;
  border-radius: 2px;
  border: none;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  font-size: 1rem;
  height: 1.45em;
  outline: none;
  overflow: hidden;
  vertical-align: top;
  width: 10.41em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .paypall-button:hover {
    box-shadow: inset 0 0 4.16em 4.16em rgba(0, 0, 0, 0.05); }
  .paypall-button:focus {
    outline: auto 5px -webkit-focus-ring-color;
    outline-offset: -3px; }
  .paypall-button .paypal-button-label-container {
    -webkit-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
            justify-content: center; }
  .paypall-button .paypal-button-logo-pp,
  .paypall-button .paypal-button-logo-paypal {
    height: 0.71em;
    margin-left: 0.08em;
    margin-right: 0.08em;
    width: auto; }

.fixed-height-form {
  height: 1120px; }

.small {
  font-size: 0.5em; }

#pay {
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  #pay.enabled {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  #pay[data-state='loading'] .ccards,
  #pay[data-state='loading'] .paypall-button {
    opacity: 0.3; }
  #pay[data-state='loading'] .loader {
    opacity: 1; }
  #pay .price-sum {
    font-size: 0.7em;
    font-weight: 500;
    min-width: 10.4em; }
    #pay .price-sum .text {
      text-transform: uppercase; }
    #pay .price-sum span + span {
      float: right;
      margin-left: 1rem; }
      #pay .price-sum span + span::before {
        content: '€'; }
    #pay .price-sum .sum {
      margin-bottom: 5px; }
      #pay .price-sum .sum.large {
        font-size: 24px; }

.ccards {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-flow: row;
  font-size: 1rem;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: .41em;
  padding: 0 .17em;
  width: 10.4em; }
  .ccards img {
    height: auto;
    width: 2.08em; }
    .ccards img:hover {
      background-color: #fff;
      opacity: .8; }

.pay-now-button {
  font-size: 0.82rem;
  font-weight: 500;
  left: -3px;
  top: -2px; }

.loader {
  height: 65px;
  margin-top: -65px;
  opacity: 0;
  pointer: none;
  width: 65px; }
  .loader img {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    height: auto;
    width: 100%; }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.error {
  font-size: 0.7rem;
  color: red;
  text-align: center;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  margin: -.5rem 0 1rem 1rem; }

.hero-title {
  background-color: #273164;
  font-size: 2.5vw;
  font-weight: 700;
  letter-spacing: .1em;
  margin: auto;
  max-width: 27em;
  text-align: center;
  text-shadow: -0.16em 0.08em #0059b5; }

.hero-line::before {
  background-color: #5eadff;
  bottom: 0;
  content: '';
  height: .25rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%; }

.notice-card {
  -webkit-box-align: baseline;
          align-items: baseline;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.5rem 2rem; }
  .notice-card.popup {
    border-radius: 0;
    padding: 1rem 1.5rem;
    color: #5eadff; }
  .notice-card .text {
    font-weight: 500; }
  .notice-card span + span {
    margin-left: 1.5rem; }
  .notice-card .price {
    font-size: 1.5rem;
    font-weight: 300; }
  .notice-card .current {
    font-size: 1.8rem; }
  .notice-card .arrows img {
    height: auto;
    width: 3rem; }

.price .currency {
  bottom: .1em;
  font-size: .5em;
  font-weight: 700;
  padding-right: 0.2em; }

.price.original::after {
  background-color: #5eadff;
  bottom: 0;
  content: '';
  height: 0.085em;
  min-height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  width: 125%; }

.price .cents {
  font-size: 0.5em; }

.line-address {
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.logo-thanks {
  height: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  width: 310px; }

.almost-there {
  font-size: 92px;
  font-weight: 700;
  margin-bottom: 130px;
  text-transform: uppercase; }

.input-finalize {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column; }
  .input-finalize .top-label {
    width: 400px;
    text-align: left; }
  .input-finalize input {
    text-align: left;
    width: 400px; }

.input-finalize-radio {
  align-self: center;
  display: grid;
  grid-template-columns: 1fr 50px 50px 1fr;
  margin-top: 20px; }
  .input-finalize-radio input {
    align-self: center;
    width: auto; }
    .input-finalize-radio input:last-of-type {
      justify-self: end; }
  .input-finalize-radio label {
    -webkit-box-ordinal-group: 0;
            order: -1;
    text-align: right; }
    .input-finalize-radio label:last-of-type {
      -webkit-box-ordinal-group: 5;
              order: 4;
      text-align: left; }

.thanks {
  margin-bottom: 130px;
  text-align: center; }
  .thanks.large {
    font-size: 260px;
    font-weight: 300;
    text-transform: uppercase; }
  .thanks .small {
    font-size: 60px;
    font-weight: 700; }

.instructions {
  width: 60%;
  font-size: 1.7rem;
  line-height: 62pt;
  text-align: center; }

.icons-3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly; }

.text-small {
  font-family: RobotoMono;
  font-size: 0.66rem;
  font-weight: 500; }

.share-icon {
  height: auto;
  width: 40px;
  cursor: pointer; }
  .share-icon:hover g,
  .share-icon:hover path {
    fill: #5eadff;
    opacity: 1; }

.share-grid {
  display: grid;
  grid-template-columns: 1fr 300px 1fr; }

.share-text {
  margin-right: 130px; }

#fattura * {
  -webkit-transition: 0.3s;
  transition: 0.3s; }

#fattura[data-billing='true'] *[data-billing='true'] {
  height: auto;
  margin-top: 20px;
  opacity: 1; }

#fattura *[data-billing='true'] {
  height: 0;
  margin-top: 0;
  opacity: 0; }

#fattura[data-state='private'] *[data-state='company'] {
  opacity: 0 !important;
  height: 0;
  margin-top: 0;
  pointer-events: none; }

#fattura[data-state='company'] *[data-state='private'] {
  opacity: 0;
  height: 0;
  margin-top: 0;
  pointer-events: none; }

#fattura[data-state='company'] *[data-mandatory='company'] {
  height: auto;
  margin-top: 20px;
  opacity: 1; }

#fattura[data-alert='true'] .alert {
  opacity: 1; }

#fattura .alert {
  color: #5eadff;
  font-size: 0.7em;
  margin-left: 8px;
  opacity: 0; }
  #fattura .alert::before {
    content: '👈';
    margin-right: 8px; }

#fattura .input-checkbox {
  width: 400px; }
  #fattura .input-checkbox input[type='checkbox'] {
    width: auto; }
  #fattura .input-checkbox label {
    font-size: 0.6em; }

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  body,
  html {
    font-size: 43.2px; }
  .hide-small {
    display: none !important; }
  .top-bar .right {
    width: auto; }
  .top-bar .logo {
    margin-left: 8px; }
  .subtitle {
    font-size: 1.33rem;
    font-weight: 300;
    line-height: 1.3em;
    margin-top: 1rem; }
  .first-cta {
    margin-bottom: 50px;
    margin-top: 130px; }
  .line-green {
    width: 30%; }
  .list-container li {
    line-height: 1.5em; }
  .list-container li + li {
    margin-top: 1.5rem; }
  .last-container {
    padding-bottom: 200px; }
  .input-finalize input[type='text'],
  .input-finalize .top-label {
    width: 100% !important; }
  .line-address {
    width: 100%; }
  .input-checkbox {
    width: 100% !important; }
    .input-checkbox label {
      font-size: 0.8em !important; }
  .instructions {
    width: 100% !important;
    text-align: left !important;
    padding: 2%; }
  footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-flow: column !important; }
    footer .group {
      -webkit-box-align: start !important;
              align-items: flex-start !important;
      margin: unset !important;
      padding: 1rem 2rem;
      width: 100% !important; }
    footer .contacts {
      margin: unset !important; }
    footer .corehab-image {
      width: 100% !important; }
    footer .contact-address,
    footer .contact-name,
    footer .contact-number,
    footer .footer-title {
      font-size: 1.55rem !important;
      line-height: 2rem !important; }
    footer .footer-title {
      margin-bottom: 0.9rem !important; }
    footer .round-icons a {
      margin-right: 1.33rem !important; }
    footer .round-icons img {
      height: 2.33rem !important;
      width: 2.33rem !important; }
    footer .button-contacts {
      font-size: 1.75rem !important;
      margin-top: 1.5rem !important; }
  .hero-title {
    font-size: 1.3rem;
    max-width: 15em; } }

@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-width: 667px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .container {
    padding-left: .25rem;
    padding-right: .25rem; }
  .blocs-1-2,
  .blocs-2,
  .blocs-2-1,
  .blocs-3 {
    grid-template-columns: 1fr !important; }
  .flex-horizontal {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important; }
  .fixed-height-form {
    height: auto; }
  #proposal-container {
    position: relative; }
  .notice-card {
    flex-wrap: wrap;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0 -.25rem; }
    .notice-card .text {
      flex-basis: 100%;
      margin-bottom: 1rem;
      text-align: center; }
    .notice-card span:nth-of-type(2) {
      margin-left: unset; }
  .proposal-card {
    -webkit-box-align: baseline;
            align-items: baseline;
    border-left: solid 5px #1e2023;
    border-top: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
    margin-left: unset;
    margin-right: unset;
    min-height: unset;
    text-align: left;
    width: 100%; }
    .proposal-card * > div {
      margin-top: 0.2rem; }
    .proposal-card .margin-1,
    .proposal-card .margin-3 {
      margin-top: 0.2rem; }
    .proposal-card:hover {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .proposal-card.active {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      border-top: unset;
      border-left: solid 24px #3a9bff; }
      .proposal-card.active .card-price {
        font-weight: 400; }
      .proposal-card.active .card-title {
        font-weight: 700; }
      .proposal-card.active .card-time {
        font-weight: 700; }
    .proposal-card .card-price {
      margin-left: unset;
      width: auto;
      border: unset; }
      .proposal-card .card-price:before {
        font-size: 1rem; }
      .proposal-card .card-price .save-price {
        position: relative; }
  #pay {
    position: relative; }
  .ccards,
  .paypall-button {
    font-size: 2rem; }
  .ccards img {
    height: 1.3em;
    width: auto; }
  .form-container .line input {
    height: 2rem;
    width: 90%;
    font-size: 1.4rem; }
  .button.shrink-small {
    padding: .7em .9em; }
  .list-container li {
    line-height: 1.5em; }
  .list-container li + li {
    margin-top: 1.5rem; }
  .card {
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    width: 600px; }
  .line-green {
    margin-bottom: 200px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .share-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-align: center;
            align-items: center; }
  .share-text {
    margin-right: 0;
    margin-top: 8px;
    -webkit-box-ordinal-group: 3;
            order: 2;
    text-align: center; }
  .share-icons {
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: 300px; } }

@media only screen and (min-device-width: 667px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  body,
  html {
    font-size: 36px; }
  .hide-medium {
    display: none !important; }
  .line-green {
    width: 10%; }
  .image-2-1 {
    margin-left: 10%; }
  .flex-horizontal {
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
            align-items: center; } }

@media only screen and (min-device-width: 667px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
  body,
  html {
    font-size: 24px; } }

footer {
  background: #fff;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  margin: auto;
  padding-bottom: 3.33rem;
  padding-top: 4rem;
  position: -webkit-sticky;
  position: sticky;
  width: 100%; }
  footer.safari {
    position: relative; }
  footer .group {
    -webkit-box-align: center;
            align-items: center;
    margin: 0 20px;
    width: 300px; }
  footer .round-icons a {
    margin-right: 0.33rem; }
  footer .round-icons img {
    height: 1.33rem;
    width: 1.33rem; }
  footer .social-contact {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  footer .footer-title {
    color: #a1a1a1;
    font-size: .75rem;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase; }
  footer .corehab-image {
    height: auto;
    width: 12.2rem; }
  footer .contact-name {
    color: #2c3973;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.25rem; }
  footer .contact-address,
  footer .contact-number {
    color: #a1a1a1;
    font-size: .75rem;
    font-weight: 300;
    line-height: .92rem; }
  footer .contacts {
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    footer .contacts > * {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  footer .button-contacts {
    font-size: .75rem;
    font-weight: 400;
    margin-top: 12px;
    padding: .5em 1.9em; }

.admin {
  background-color: white;
  font-size: 14px; }
  .admin .container {
    background-color: white;
    max-width: 100%; }

table.kari-table {
  padding: 3px; }
  table.kari-table thead {
    border-bottom: solid 1px gainsboro; }
  table.kari-table td {
    border-left: solid 1px gainsboro;
    padding: 5px 7px; }
  table.kari-table tr:nth-of-type(2n) {
    background-color: gainsboro; }
  table.kari-table tr:hover {
    background-color: powderblue; }
  table.kari-table input {
    border: solid 1px black; }
  table.kari-table input + input {
    margin-left: 5px; }
  table.kari-table .message {
    background-color: lightcoral;
    color: chartreuse;
    display: inline;
    float: right;
    margin-left: 10px;
    padding: 3px;
    text-align: right; }
  table.kari-table a + a {
    border-left: 1px solid black;
    margin-left: 5px;
    padding-left: 5px; }

@font-face {
  font-family: "Montserrat";
  font-style: thin;
  font-weight: 100;
  src: url("Montserrat-Thin.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: extra-light;
  font-weight: 200;
  src: url("Montserrat-ExtraLight.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: light;
  font-weight: 300;
  src: url("Montserrat-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: medium;
  font-weight: 500;
  src: url("Montserrat-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: semi-bold;
  font-weight: 600;
  src: url("Montserrat-SemiBold.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: bold;
  font-weight: 700;
  src: url("Montserrat-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: extra-bold;
  font-weight: 800;
  src: url("Montserrat-ExtraBold.ttf") format("truetype"); }

@font-face {
  font-family: "Montserrat";
  font-style: black;
  font-weight: 900;
  src: url("Montserrat-Black.ttf") format("truetype"); }
