@charset "UTF-8";
/*

Built by Reizoko
URL: https://www.reizoko.jp

Yay!
*/
/**
 * Animation
 */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgb(96.4969271291%, 96.0520924788%, 96.0520924788%);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #F8F8F8;
  width: 100%;
  font-family: "Roboto" !important;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: auto;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*&.bodyborder {
      padding:15px 15px 0px 15px;
  }*/
}
body.mobile-nav-activated {
  overflow: hidden;
}

body:after {
  content: "320";
  display: none;
}

/* Common  */
a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #9d9c9c;
  text-decoration: none;
}
a.button {
  background-color: #FDF6A4;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 3px;
  border: 1px solid #FDF6A4;
  font-size: 16px;
  line-height: 1em;
  display: inline-block;
}
a.button:hover {
  background-color: #E8A309;
  border: 1px solid #E8A309;
  color: #000;
}
a.button.main {
  background-color: #E8A309;
  border: 1px solid #E8A309;
  color: #fff;
}
a.button.main:hover {
  background-color: #FDF6A4;
  border: 1px solid #FDF6A4;
}
a.button.inverted {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
a.button.inverted:hover {
  background-color: #E8A309;
  border: 1px solid #E8A309;
  color: #000;
}

p {
  font-size: 18px;
  font-family: "Open Sans";
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  line-height: 1.25em;
}
h1.with-dash, h2.with-dash, h3.with-dash, h4.with-dash, h5.with-dash, h6.with-dash {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
h1.with-dash:after, h2.with-dash:after, h3.with-dash:after, h4.with-dash:after, h5.with-dash:after, h6.with-dash:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 10px;
  background-color: #608974;
  bottom: -10px;
  left: 0;
}
h1.with-dash.centered, h2.with-dash.centered, h3.with-dash.centered, h4.with-dash.centered, h5.with-dash.centered, h6.with-dash.centered {
  text-align: center;
}
h1.with-dash.centered:after, h2.with-dash.centered:after, h3.with-dash.centered:after, h4.with-dash.centered:after, h5.with-dash.centered:after, h6.with-dash.centered:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 10px;
  background-color: #608974;
  bottom: -10px;
  left: calc(50% - 50px);
}
@media screen and (max-width: 668px) {
  h1.with-dash, h2.with-dash, h3.with-dash, h4.with-dash, h5.with-dash, h6.with-dash {
    text-align: center;
  }
  h1.with-dash:after, h2.with-dash:after, h3.with-dash:after, h4.with-dash:after, h5.with-dash:after, h6.with-dash:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    background-color: #608974;
    bottom: -10px;
    left: calc(50% - 50px);
  }
}

h2 {
  font-size: 52px;
}
@media screen and (max-width: 668px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

h4 {
  font-size: 21px;
}

.strike {
  text-decoration: line-through;
}

hr {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
}

img {
  width: 100%;
  line-height: 0;
}

b, strong {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.heavy {
  font-weight: 700;
}

.wow {
  visibility: hidden;
}

.with-more {
  padding-bottom: 60px !important;
}

.with-more-inside {
  padding-bottom: 25px !important;
}

section, div.section {
  margin: 0 auto;
}
section.full, div.section.full {
  width: 100%;
  max-width: 100%;
}
section.wide, div.section.wide {
  width: 100%;
  max-width: 1340px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 668px) {
  section.wide, div.section.wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.wide-no-padding, div.section.wide-no-padding {
  width: 100%;
  max-width: 1340px;
}
section.wide-mega-no-padding, div.section.wide-mega-no-padding {
  width: 100%;
  max-width: 1730px;
}
section.wide-mega, div.section.wide-mega {
  width: 100%;
  max-width: 1730px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 668px) {
  section.wide-mega, div.section.wide-mega {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.wide-to-full-on-mobile, div.section.wide-to-full-on-mobile {
  width: 100%;
  max-width: 1340px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 668px) {
  section.wide-to-full-on-mobile, div.section.wide-to-full-on-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
}

main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
main nav {
  width: 195px;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}
main nav .user {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
main nav .user .symbol {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  color: #548A73;
  margin-right: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
main nav .user .name {
  font-size: 16px;
}
main nav .user .name span {
  display: block;
  font-size: 14px;
}
main nav .main-navigation ul li {
  margin-bottom: 25px;
  position: relative;
}
main nav .main-navigation ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main nav .main-navigation ul li a span {
  display: inline-block;
  width: 30px;
  text-align: center;
}
main nav .main-navigation ul li a:hover {
  color: #31a788;
}
main nav .main-navigation ul li a:hover:after {
  content: "";
  right: -24px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main nav .main-navigation ul li a:after {
  content: "";
  opacity: 0;
  background-color: #31a788;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main nav .main-navigation ul li.current a {
  color: #31a788;
}
main nav .main-navigation ul li.current a:after {
  content: "";
  background-color: #31a788;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -24px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn {
  margin-right: 0px;
  font-weight: 600;
  font-size: 14px;
  font-family: Arial;
  line-height: 20px !important;
  box-sizing: content-box;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #000;
  background-color: #fff;
  background-image: none;
  border-radius: 0px;
  box-shadow: none;
}
.btn i {
  margin-right: 5px;
}
.btn.btn-primary {
  background-color: #FFB102 !important;
  background-image: none;
  border-color: none;
  text-shadow: none;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.btn-group {
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.btn-group .btn {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  margin-right: 0px;
  font-weight: 600;
  font-size: 14px;
  font-family: Arial;
  line-height: 20px !important;
  box-sizing: content-box;
  text-decoration: none !important;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  background-image: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.btn-group .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.btn-group .btn:first-child i {
  margin-right: 5px;
}
.btn-group .btn:first-child span {
  margin-left: 30px;
}
.btn-group .btn:first-child span i {
  margin-right: 0px;
}

.dropdwon-styler {
  margin-left: 10px;
  text-shadow: none;
  background-color: #fff;
  margin-right: 0px;
  font-family: Arial;
  line-height: 20px !important;
  box-sizing: content-box;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  padding-right: 10px;
  cursor: pointer;
  border-radius: 0px;
  background-image: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.dropdwon-styler select {
  color: #333;
  border: none;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 10px;
  background: none;
  background-color: transparent;
}

#wrapper-page {
  margin: 0 0 0 195px;
  width: 100%;
  max-width: 1140px;
}
#wrapper-page #wrapper-page-content .page-content {
  padding-bottom: 0px;
}
#wrapper-page #wrapper-page-content .calendar-start-info, #wrapper-page #wrapper-page-content .calendar-extra-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#wrapper-page #wrapper-page-content .calendar-start-info .left-side, #wrapper-page #wrapper-page-content .calendar-extra-info .left-side {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#wrapper-page #wrapper-page-content .calendar-start-info .left-side h1, #wrapper-page #wrapper-page-content .calendar-extra-info .left-side h1 {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1em;
}
#wrapper-page #wrapper-page-content .calendar-start-info .left-side i, #wrapper-page #wrapper-page-content .calendar-extra-info .left-side i {
  font-size: 24px;
}
#wrapper-page #wrapper-page-content .calendar-start-info .right-side .regular-link, #wrapper-page #wrapper-page-content .calendar-extra-info .right-side .regular-link {
  margin-right: 25px;
}
#wrapper-page #wrapper-page-content .calendar-start-info .right-side .btn-group, #wrapper-page #wrapper-page-content .calendar-extra-info .right-side .btn-group {
  margin-right: 25px;
}
#wrapper-page #wrapper-page-content .calendar-extra-info {
  background-color: #F9F9F9;
  padding: 10px;
}
#wrapper-page #wrapper-page-content .calendar-extra-info .left-side .booking-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid rgba(112, 112, 112, 0.3);
}
#wrapper-page #wrapper-page-content .calendar-extra-info .left-side .booking-filter i {
  font-size: 18px;
  margin-right: 4px;
}
#wrapper-page #wrapper-page-content .page-content-secondary {
  padding: 0;
  border-top: none;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#wrapper-page #wrapper-page-content .page-content-secondary .wrapper-date-of-week {
  width: 30px;
  position: relative;
}
#wrapper-page #wrapper-page-content .page-content-secondary .wrapper-date-of-week .rotate-this {
  width: 130px;
  height: 29px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9F9F9;
  position: absolute;
  top: 130px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: top left;
}
#wrapper-page #wrapper-page-content .page-content-secondary #wrapper-bookings-main {
  width: 100%;
  float: inherit;
}
#wrapper-page #wrapper-page-content .page-content-secondary #employee-schedule#week-schedule, #wrapper-page #wrapper-page-content .page-content-secondary #week-schedule#week-schedule {
  padding: 0;
}

.bodyborder {
  background-color: unset;
}

.webb-booking {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  background-color: #FFFFFF;
}
.webb-booking .heading {
  width: 50%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  align-items: center;
  padding-bottom: 2em;
  margin-bottom: 2em;
  z-index: 1;
}
@media (max-width: 1000px) {
  .webb-booking .heading {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .webb-booking .heading {
    width: 40%;
  }
}
.webb-booking .heading > div {
  display: flex;
  align-items: center;
}
.webb-booking .heading .left {
  max-width: 250px;
}
.webb-booking .heading .right p {
  font-size: 16px;
}
.webb-booking #booking-form {
  width: 50%;
  position: relative;
}
@media (max-width: 1000px) {
  .webb-booking #booking-form {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .webb-booking #booking-form {
    width: 40%;
  }
}
.webb-booking #booking-form .carimg {
  position: absolute;
  left: -800px;
  top: 20%;
}
.webb-booking #booking-form .carimg img {
  position: absolute;
  width: 750px;
}
.webb-booking #booking-form .form-step > h2 {
  font-size: 32px;
  margin-bottom: 0.5em;
}
.webb-booking #booking-form .form-step.step-1 .category-container {
  display: flex;
  flex-direction: column;
}
.webb-booking #booking-form .form-step.step-1 .category-container .category {
  border-radius: 2px;
  background-color: #FDFDFD;
  border: 1px solid #D6D6D6;
  margin-bottom: 1.2em;
}
.webb-booking #booking-form .form-step.step-1 .category-container .category .category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.webb-booking #booking-form .form-step.step-1 .category-container .category .category-header > h3 {
  font-size: 20px;
  margin-bottom: 0;
  padding: 0.5em;
}
.webb-booking #booking-form .form-step.step-1 .category-container .category .category-header:after {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  padding-right: 1em;
  transition: all 0.2s ease-in-out;
}
.webb-booking #booking-form .form-step.step-1 .category-container .category .category-header.expanded:after {
  transform: rotate(-90deg);
  transform-origin: 5px;
}
.webb-booking #booking-form .form-step.step-1 .category-container .category .article-container {
  overflow: hidden;
  display: none;
}
.webb-booking #booking-form .form-step.step-1 .category-container .category .article-container.expanded {
  border-top: 1px solid #D6D6D6;
  padding-top: 1.5em;
}
.webb-booking #booking-form .form-step.step-1 .category-container .category .article-container .article {
  padding: 0em 1.5em 1.5em 1.5em;
}
.webb-booking #booking-form .form-step.step-1 .category-container .category .article-container .article .variant {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0 0.5em 0.5em;
  border-bottom: 1px solid #D6D6D6;
}
.webb-booking #booking-form .form-step.step-1 .category-container .category .article-container .article .variant:last-child {
  border-bottom: 0;
}
.webb-booking #booking-form .form-step.step-1 .category-container .category .article-container .article .variant label {
  font-weight: lighter;
}
.webb-booking #booking-form .form-step.step-2 .car-info-row {
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .webb-booking #booking-form .form-step.step-2 .car-info-row {
    flex-direction: column;
  }
}
.webb-booking #booking-form .form-step.step-2 .car-info-row .car-info-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.webb-booking #booking-form .form-step.step-2 .car-info-row .car-info-field > label {
  font-weight: lighter;
  margin-bottom: 0.5em;
}
.webb-booking #booking-form .form-step.step-2 .car-info-row .car-info-field input, .webb-booking #booking-form .form-step.step-2 .car-info-row .car-info-field select {
  padding: 1em;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  font-family: "Roboto";
  font-size: 14px;
}
.webb-booking #booking-form .form-step.step-2 .car-info-row .car-info-field .select2-container {
  width: 100% !important;
}
.webb-booking #booking-form .form-step.step-2 .car-info-row .car-info-field .select2-container .select2-selection--single {
  height: 46px;
  padding: 0 1em;
  border: 1px solid #D6D6D6;
  border-radius: 2px;
  display: flex;
  align-items: center;
}
.webb-booking #booking-form .form-step.step-2 .car-info-row .car-info-field .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  padding-right: 2em;
  line-height: 46px;
  color: #333;
}
.webb-booking #booking-form .form-step.step-2 .car-info-row .car-info-field .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.webb-booking #booking-form .form-step.step-2 .car-info-row .car-info-field .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 1em;
  display: flex;
  align-items: center;
}
.webb-booking #booking-form .form-step.step-2 .car-info-row .car-info-field .select2-container .select2-selection--single .select2-selection__clear {
  margin-right: 0.5em;
  font-size: 1.2em;
}
.webb-booking #booking-form .form-step.step-2 #regnumber-error {
  color: red;
  font-size: 14px;
}
.webb-booking #booking-form .form-step.step-2 > div:not(.car-info-row) {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.webb-booking #booking-form .form-step.step-2 > div:not(.car-info-row) > label {
  font-weight: lighter;
}
.webb-booking #booking-form .form-step.step-2 > div:not(.car-info-row) #step2bookingdays span {
  font-weight: bold;
}
.webb-booking #booking-form .form-step.step-3 > div {
  margin: 1em 0;
}
.webb-booking #booking-form .form-step.step-3 #step3bookingdays {
  font-weight: lighter;
}
.webb-booking #booking-form .form-step.step-3 #step3bookingdays span {
  font-weight: bold;
}
.webb-booking #booking-form .form-step.step-3 #calendar {
  width: 100%;
  height: 100%;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-header-toolbar .fc-toolbar-title {
  font-size: 1.3em;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-header-toolbar .fc-today-button {
  background-color: #355F4D !important;
  padding: 0.3em 2.5em;
  border: none;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-header-toolbar .fc-button-group .fc-prev-button {
  background-color: #355F4D !important;
  padding: 0.3em;
  margin-right: 0.5em;
  border-radius: 3px;
  border: none;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-header-toolbar .fc-button-group .fc-next-button {
  background-color: #355F4D !important;
  padding: 0.3em;
  border-radius: 3px;
  border: none;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-view-harness table {
  border: none;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-view-harness table thead > tr > th {
  border: none;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-view-harness table thead .fc-col-header .fc-col-header-cell {
  background-color: #F9F9F9 !important;
  border: none;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-view-harness table thead .fc-col-header .fc-col-header-cell a {
  text-decoration: none;
  color: black;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-view-harness table tbody .fc-daygrid-day-top {
  flex-direction: unset;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-view-harness table tbody .fc-daygrid-day-top a {
  text-decoration: none;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-day-past {
  background: #EBEBEB;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-day-past a {
  color: #9D9C9C;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-day-future {
  cursor: pointer;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-day .fully-booked {
  background: #c5c5c5 !important;
  cursor: initial;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-day .fully-booked a {
  color: #9D9C9C;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-day .unbookable {
  background: #c5c5c5 !important;
  cursor: initial;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-day .unbookable a {
  color: #9D9C9C;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-day .existing-booking {
  background: yellow;
}
.webb-booking #booking-form .form-step.step-3 #calendar .fc-day .new-booking {
  background: green;
}
.webb-booking #booking-form .form-step.step-3 #calendar.sun-disabled .fc-day-sun {
  background: #EBEBEB !important;
  cursor: initial;
}
.webb-booking #booking-form .form-step.step-3 #calendar.sun-disabled .fc-day-sun a {
  color: #9D9C9C;
}
.webb-booking #booking-form .form-step.step-3 #calendar.mon-disabled .fc-day-mon {
  background: #EBEBEB !important;
  cursor: initial;
}
.webb-booking #booking-form .form-step.step-3 #calendar.mon-disabled .fc-day-mon a {
  color: #9D9C9C;
}
.webb-booking #booking-form .form-step.step-3 #calendar.tue-disabled .fc-day-tue {
  background: #EBEBEB !important;
  cursor: initial;
}
.webb-booking #booking-form .form-step.step-3 #calendar.tue-disabled .fc-day-tue a {
  color: #9D9C9C;
}
.webb-booking #booking-form .form-step.step-3 #calendar.wed-disabled .fc-day-wed {
  background: #EBEBEB !important;
  cursor: initial;
}
.webb-booking #booking-form .form-step.step-3 #calendar.wed-disabled .fc-day-wed a {
  color: #9D9C9C;
}
.webb-booking #booking-form .form-step.step-3 #calendar.thu-disabled .fc-day-thu {
  background: #EBEBEB !important;
  cursor: initial;
}
.webb-booking #booking-form .form-step.step-3 #calendar.thu-disabled .fc-day-thu a {
  color: #9D9C9C;
}
.webb-booking #booking-form .form-step.step-3 #calendar.fri-disabled .fc-day-fri {
  background: #EBEBEB !important;
  cursor: initial;
}
.webb-booking #booking-form .form-step.step-3 #calendar.fri-disabled .fc-day-fri a {
  color: #9D9C9C;
}
.webb-booking #booking-form .form-step.step-3 #calendar.sat-disabled .fc-day-sat {
  background: #EBEBEB !important;
  cursor: initial;
}
.webb-booking #booking-form .form-step.step-3 #calendar.sat-disabled .fc-day-sat a {
  color: #9D9C9C;
}
.webb-booking #booking-form .form-step.step-3 #startdate {
  position: absolute;
  height: 0px;
  border: none;
}
.webb-booking #booking-form .form-step.step-3 .legend {
  display: flex;
}
.webb-booking #booking-form .form-step.step-3 .legend > label {
  font-weight: lighter;
  font-style: italic;
  display: flex;
  align-items: center;
  margin-right: 1.5em;
}
.webb-booking #booking-form .form-step.step-3 .legend > label:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.webb-booking #booking-form .form-step.step-3 .legend > label:nth-child(1):before {
  background-color: #EBEBEB;
}
.webb-booking #booking-form .form-step.step-3 .legend > label:nth-child(2):before {
  background-color: #FDF6A4;
}
.webb-booking #booking-form .form-step.step-3 .legend > label:nth-child(3):before {
  background-color: #C3E7A7;
}
.webb-booking #booking-form .form-step.step-4 .customer-info-container {
  display: flex;
  flex-direction: column;
}
.webb-booking #booking-form .form-step.step-4 .customer-info-container > input {
  padding: 1em 1em;
  margin-bottom: 1em;
  border-radius: 2px;
  border: 1px solid #D6D6D6;
}
.webb-booking #booking-form .form-step.step-4 .customer-info-container .notification-choice {
  display: flex;
  flex-direction: column;
}
.webb-booking #booking-form .form-step.step-5 #preview {
  display: flex;
  flex-direction: column;
}
.webb-booking #booking-form .form-step.step-5 #preview label {
  display: flex;
  margin-bottom: 5px;
  border-bottom: 1px solid #D6D6D6;
  font-size: 16px;
  padding: 0.5em 0;
}
.webb-booking #booking-form .form-step.step-5 #preview label span {
  margin-left: auto;
}
.webb-booking #booking-form .form-step.step-5 #preview #preview-products {
  display: flex;
  flex-direction: column;
}
.webb-booking #booking-form .form-step.step-5 #preview #preview-products > label {
  border-bottom: none;
  padding: 0;
}
.webb-booking #booking-form .form-step.step-5 #preview #preview-products > label:nth-child(1) {
  padding: 0.5em 0;
}
.webb-booking #booking-form .form-step.step-5 #preview #preview-products > label:last-child {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 1em;
}
.webb-booking #booking-form .form-step.step-5 #preview .total, .webb-booking #booking-form .form-step.step-5 #preview .total-vat {
  margin-left: auto;
  border-bottom: none;
}
.webb-booking #booking-form .form-step.step-5 #preview .total {
  margin-bottom: 0;
}
.webb-booking #booking-form .form-step .error {
  border: 1px solid red;
}
.webb-booking #booking-form .nav-buttons {
  display: flex;
  justify-content: end;
  margin: 1em 0;
}
.webb-booking #booking-form .nav-buttons > button {
  border: none;
  border-radius: 3px;
  padding: 1em 2em;
  font-family: "Roboto";
  cursor: pointer;
}
.webb-booking #booking-form .nav-buttons #previous-button {
  margin-right: auto;
  transition: background-color 0.2s ease-in-out;
  background-color: #F0F0F0;
}
.webb-booking #booking-form .nav-buttons #previous-button:hover {
  background-color: rgb(84.1176470588%, 84.1176470588%, 84.1176470588%);
}
.webb-booking #booking-form .nav-buttons #next-button, .webb-booking #booking-form .nav-buttons #submit-button {
  background-color: #E8A309;
  transition: background-color 0.2s ease-in-out;
}
.webb-booking #booking-form .nav-buttons #next-button:hover, .webb-booking #booking-form .nav-buttons #submit-button:hover {
  background-color: rgb(96.8074200635%, 72.3309738833%, 17.7023838581%);
}
.webb-booking #booking-completed {
  width: 50%;
  text-align: center;
}
@media (max-width: 1000px) {
  .webb-booking #booking-completed {
    width: 60%;
  }
}
@media (min-width: 1440px) {
  .webb-booking #booking-completed {
    width: 40%;
  }
}
.webb-booking #booking-completed .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 5em;
}
.webb-booking #booking-completed .buttons > a {
  font-size: 14px;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
  border: none;
  border-radius: 3px;
  padding: 1em 2em;
  font-family: "Roboto";
  cursor: pointer;
}
.webb-booking #booking-completed .buttons .home {
  margin-right: auto;
  transition: background-color 0.2s ease-in-out;
  background-color: #F0F0F0;
}
.webb-booking #booking-completed .buttons .home:hover {
  color: black;
  background-color: rgb(84.1176470588%, 84.1176470588%, 84.1176470588%);
}
.webb-booking #booking-completed .buttons .new-booking {
  background-color: #E8A309;
}
.webb-booking #booking-completed .buttons .new-booking:hover {
  color: black;
  background-color: rgb(96.8074200635%, 72.3309738833%, 17.7023838581%);
}
.webb-booking .help-text, .webb-booking .error-message-container {
  margin-top: 1em;
}

.webb-booking-settings {
  margin: 0px 0px 0px 10px;
  width: 100%;
  max-width: 1140px;
}
.webb-booking-settings h4 {
  margin-bottom: 0.2em;
}
.webb-booking-settings button {
  border: none;
  background-color: white;
  padding: 0.5em 1em;
  border-radius: 2px;
  font-weight: bold;
  box-shadow: 0px 0px 0px 1px rgb(126, 126, 126);
  cursor: pointer;
  transition: box-shadow ease-in-out 0.2s;
}
.webb-booking-settings button:hover {
  box-shadow: 0px 0px 0px 2px rgb(126, 126, 126);
}
.webb-booking-settings .webb-booking-menu {
  display: flex;
  background: none repeat scroll 0 0 #f7f7f7;
  margin: 0;
  margin-bottom: 8px;
  padding: 10px 0 0 0;
  height: 32px;
  border-radius: 0 0 5px 5px;
}
.webb-booking-settings .webb-booking-menu li {
  margin-right: 10px;
}
.webb-booking-settings .webb-booking-menu li a {
  text-decoration: none;
}
.webb-booking-settings .webb-booking-menu li a.current {
  border-top: 1px solid #757575;
  background: none repeat scroll 0 0 #1f1f1f;
  color: #fff;
  text-decoration: none;
  padding: 4px 10px 4px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.webb-booking-settings #workshop-content #workshop-settings-form > div {
  padding: 2em 0;
  border-bottom: solid #dddddd 1px;
}
.webb-booking-settings #workshop-content #workshop-settings-form .bookable-days {
  display: flex;
  flex-direction: column;
}
.webb-booking-settings #workshop-content #workshop-settings-form .bookable-days > table {
  max-width: 110px;
}
.webb-booking-settings #workshop-content #workshop-settings-form .booking-urls {
  display: flex;
  flex-direction: column;
}
.webb-booking-settings #workshop-content #workshop-settings-form .unbookable-days-new {
  margin-bottom: 1em;
}
.webb-booking-settings #workshop-content #workshop-settings-form .unbookable-days .unbookable-day {
  margin-bottom: 10px;
}
.webb-booking-settings #workshop-content #workshop-settings-form .unbookable-days .remove-unbookable-day {
  margin-left: 5px;
}
.webb-booking-settings #workshop-content #workshop-settings-form .booking-messages {
  display: flex;
  flex-direction: column;
}
.webb-booking-settings #workshop-content #workshop-settings-form .booking-messages input {
  margin-bottom: 1em;
  max-width: 400px;
}
.webb-booking-settings #workshop-content #workshop-settings-form .booking-messages input:last-child {
  margin-bottom: 0;
}
.webb-booking-settings #workshop-content #workshop-settings-form .orderconfirmation-messages {
  display: flex;
  flex-direction: column;
}
.webb-booking-settings #workshop-content #workshop-settings-form .orderconfirmation-messages textarea {
  max-width: 500px;
  min-height: 100px;
}
.webb-booking-settings #workshop-content #workshop-settings-form .orderconfirmation-messages small {
  margin-bottom: 1em;
  color: #666666;
  font-size: 13px;
}
.webb-booking-settings #workshop-content #workshop-settings-form .orderconfirmation-messages small:last-child {
  margin-bottom: 0;
}
.webb-booking-settings #articles-content .article {
  border: 1px solid black;
  margin-bottom: 5px;
  padding: 5px;
}
.webb-booking-settings #articles-content .article-description {
  font-size: 17px;
}
.webb-booking-settings #articles-content .article-variants {
  margin-top: 10px;
}
.webb-booking-settings #articles-content .article-variants-label {
  font-size: 17px;
}

.faq-page {
  padding: 10px;
}
.faq-category {
  margin: 10px 0px 10px 0px;
  padding: 10px;
  box-shadow: 0px 0px 0px 1px #000;
  border-radius: 5px;
  position: relative;
}
.faq-category .expander {
  cursor: pointer;
}
.faq-category .expander i {
  position: absolute;
  font-size: 20px;
  top: 14px;
  left: 14px;
}
.faq-category .expander.expanded i {
  transform: scaleY(-1);
}
.faq-category .expander .label {
  font-size: 20px;
  padding-left: 25px;
}
.faq-category .expandable {
  margin-top: 1em;
}
.faq-post {
  margin: 10px 0px 10px 0px;
}
.faq-post .question:before {
  content: "Q. ";
}
.faq-post .question {
  font-style: italic;
}
.faq-post .answer > :first-child:before {
  content: "A. ";
}
.faq-post .answer > :not(:first-child) {
  margin-left: 21px;
}
.faq-post .answer img {
  width: revert-layer;
}

#fortnox-page {
  max-width: 1140px;
}
#fortnox-page p {
  font-family: "Roboto" !important;
}
#fortnox-page button {
  border: none;
  background-color: white;
  padding: 0.5em 1em;
  border-radius: 2px;
  font-weight: bold;
  box-shadow: 0px 0px 0px 1px rgb(126, 126, 126);
  cursor: pointer;
  transition: box-shadow ease-in-out 0.2s;
  max-width: 185px;
}
#fortnox-page button:disabled {
  cursor: default;
}
#fortnox-page button:not(:disabled):hover {
  box-shadow: 0px 0px 0px 2px rgb(126, 126, 126);
}
#fortnox-page table tr td:last-child {
  padding-left: 10px;
}
#fortnox-page .activation {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
#fortnox-page .activation .fortnox-button {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 16px;
  width: 75px;
}
#fortnox-page .functions {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
#fortnox-page .functions > div {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid black;
  width: 50%;
}
#fortnox-page .functions > div:first-child {
  margin-bottom: 1em;
}
#fortnox-page .functions > div > button {
  margin: 1em 0;
}
#fortnox-page .functions > div .text p {
  font-size: 14px;
}

.news-article img {
  width: unset;
}

/* Hamburger Menu */
.hamburger {
  display: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger #nav-icon1, .hamburger #nav-icon2, .hamburger #nav-icon3, .hamburger #nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99999;
}
.hamburger #nav-icon1 span, .hamburger #nav-icon3 span, .hamburger #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger #nav-icon1 span:nth-child(1) {
  top: 0px;
}
.hamburger #nav-icon1 span:nth-child(2) {
  top: 8px;
}
.hamburger #nav-icon1 span:nth-child(3) {
  top: 16px;
}
.hamburger #nav-icon1.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.hamburger #nav-icon1.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mobile-nav {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background-color: #000;
  text-align: center;
  /*border-bottom: 15px solid $white;*/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  line-height: 1.5em;
  opacity: 0;
  pointer-events: none;
  z-index: 8888;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 668px) {
  .mobile-nav {
    font-size: 32px;
  }
}
.mobile-nav.active {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-nav img {
  max-width: 250px;
  margin-bottom: 20px;
}
.mobile-nav .items a {
  color: #fff;
  text-decoration: none;
}
.mobile-nav .items a.button {
  background-color: #FDF6A4;
  text-decoration: none;
  padding: 15px 30px;
  min-width: 150px;
  border-radius: 3px;
  border: 1px solid #FDF6A4;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
  color: #000;
}
.mobile-nav .items a.button:hover {
  background-color: #E8A309;
  border: 1px solid #E8A309;
  color: #000;
}
.mobile-nav .items a.button.inverted {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.mobile-nav .items a.button.inverted:hover {
  background-color: #E8A309;
  border: 1px solid #E8A309;
  color: #000;
}
.mobile-nav .items .extra-padding {
  margin-top: 40px;
  margin-bottom: 10px;
}

nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  position: relative;
  z-index: 99999;
}
nav .logo {
  width: 250px;
}
nav .logo img {
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  nav .nav-items {
    display: none;
  }
}
nav .nav-items ul {
  margin-bottom: 0;
}
nav .nav-items ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
nav .nav-items ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .nav-items ul li a:after {
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  bottom: 0px;
  border-radius: 50%;
  left: calc(50% - 3px);
  background-color: #E8A309;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .nav-items ul li a:hover:after {
  content: "";
  bottom: -10px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav .buttons {
  width: 250px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  nav .buttons {
    display: none;
  }
}
nav .buttons a:last-child {
  margin-left: 20px;
}
nav .buttons a.button {
  background-color: #FDF6A4;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #FDF6A4;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
}
nav .buttons a.button:hover {
  background-color: #E8A309;
  border: 1px solid #E8A309;
  color: #000;
}
nav .buttons a.button.main {
  background-color: #E8A309;
  border: 1px solid #E8A309;
  color: #fff;
}
nav .buttons a.button.main:hover {
  background-color: #FDF6A4;
  border: 1px solid #FDF6A4;
}
nav .buttons a.button.inverted {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
nav .buttons a.button.inverted:hover {
  background-color: #E8A309;
  border: 1px solid #E8A309;
  color: #000;
}
nav.inverted .nav-items ul {
  margin-bottom: 0;
}
nav.inverted .nav-items ul li a {
  color: #000;
}
nav.inverted .nav-items ul li a:after {
  background-color: #E8A309;
}
nav.inverted .buttons a.button {
  background-color: #FDF6A4;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #FDF6A4;
  font-size: 14px;
  line-height: 1em;
  display: inline-block;
}
nav.inverted .buttons a.button:hover {
  background-color: #E8A309;
  border: 1px solid #E8A309;
  color: #000;
}
nav.inverted .buttons a.button.main {
  background-color: #E8A309;
  border: 1px solid #E8A309;
  color: #fff;
}
nav.inverted .buttons a.button.main:hover {
  background-color: #FDF6A4;
  border: 1px solid #FDF6A4;
}
nav.inverted .buttons a.button.inverted {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
nav.inverted .buttons a.button.inverted:hover {
  background-color: #E8A309;
  border: 1px solid #E8A309;
  color: #000;
}
nav.inverted .hamburger #nav-icon1 span {
  background-color: #000;
}
nav.inverted .hamburger #nav-icon1.open span {
  background-color: #fff;
}

.hero {
  height: calc(100vh - 25px);
  width: 100vw;
  position: relative;
  overflow: hidden;
  margin-top: -81px;
}
.hero .bgimage {
  position: absolute;
  pointer-events: none;
}
.hero .bgimage img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100vh;
  width: 100vw;
  z-index: -1;
}
.hero .content {
  position: relative;
  color: #fff;
  height: 75%;
}
.hero .content .seo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .content .seo div {
  text-align: center;
  max-width: 600px;
}
.hero .content .seo div h1 {
  font-size: 66px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .hero .content .seo div h1 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 668px) {
  .hero .content .seo div h1 {
    font-size: 41px;
  }
}
.hero .content .seo div h2 {
  font-size: 18px;
  line-height: 1.5em;
  font-family: "Open Sans";
  max-width: 420px;
  display: inline-block;
}

.subpage-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 120px;
  margin-top: 25px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 768px) {
  .subpage-top {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 668px) {
  .subpage-top {
    text-align: center;
  }
}
.subpage-top .full {
  padding-top: 80px;
  -ms-grid-column: 3;
  -ms-grid-column-span: 8;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 3/11;
  grid-row: 1/2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subpage-top .full {
    padding-top: 25px;
    padding-bottom: 25px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
  }
}
.subpage-top .full h1 {
  font-size: 61px;
  margin-bottom: 10px;
}
@media screen and (max-width: 668px) {
  .subpage-top .full h1 {
    font-size: 32px;
  }
}
.subpage-top .full .social {
  font-size: 21px;
}
.subpage-top .full .social i {
  margin-right: 10px;
}
.subpage-top .left {
  padding-top: 80px;
  padding-bottom: 80px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/6;
  grid-row: 1/2;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .subpage-top .left {
    padding-top: 25px;
    padding-bottom: 25px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
    padding-right: 0;
  }
}
.subpage-top .left h1 {
  font-size: 61px;
  margin-bottom: 10px;
}
.subpage-top .left h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
}
.subpage-top .left .social {
  font-size: 21px;
}
.subpage-top .left .social i {
  margin-right: 10px;
}
.subpage-top .right {
  overflow: hidden;
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 6/13;
  grid-row: 1/2;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .subpage-top .right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
    padding-right: 0;
  }
}
.subpage-top .right img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  z-index: -1;
}

.three-usps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .three-usps {
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
.three-usps .usp {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .three-usps .usp {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 668px) {
  .three-usps .usp {
    text-align: center;
  }
}

.almost-full-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 60px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 768px) {
  .almost-full-content {
    margin-bottom: 60px;
  }
}
.almost-full-content .usp {
  -ms-grid-column: 3;
  -ms-grid-column-span: 8;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 3/11;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .almost-full-content .usp {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 668px) and (max-width: 668px) {
  .almost-full-content .usp h3.with-dash {
    text-align: left;
  }
  .almost-full-content .usp h3.with-dash:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    background-color: #608974;
    bottom: 0px;
    left: 0px;
  }
}

.quote {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 120px;
  font-size: 24px;
  line-height: 1.5em;
  font-style: italic;
  padding: 15px 30px;
  margin-left: 80px;
  margin-right: 50px;
  border-left: 8px solid #E8A309;
}
@media screen and (max-width: 768px) {
  .quote {
    margin-bottom: 60px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 668px) {
  .quote {
    padding-right: 0;
  }
}

.big-single-image {
  overflow: hidden;
  position: relative;
  height: 400px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .big-single-image {
    margin-bottom: 60px;
  }
}
.big-single-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  z-index: -1;
}

.two-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .two-columns {
    margin-bottom: 60px;
  }
}
.two-columns.big {
  z-index: 100;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  margin-top: -100px;
}
@media screen and (max-width: 1024px) {
  .two-columns.big {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .two-columns.big {
    margin-top: 60px;
  }
}
@media screen and (max-width: 668px) {
  .two-columns.big {
    margin-top: -60px;
  }
}
.two-columns.big .left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/6;
  grid-row: 1/2;
}
@media screen and (max-width: 668px) {
  .two-columns.big .left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 668px) {
  .two-columns.big .left h3 {
    padding-top: 20px;
  }
}
.two-columns.big .left p {
  margin-bottom: 50px;
}
.two-columns.big .left .button {
  margin-right: 20px;
}
.two-columns.big .right {
  -ms-grid-column: 4;
  -ms-grid-column-span: 9;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 4/13;
  grid-row: 1/2;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 668px) {
  .two-columns.big .right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
  }
}
.two-columns.big .right img {
  width: 100%;
  pointer-events: none;
}
.two-columns.big .center-block {
  -ms-grid-column: 2;
  -ms-grid-column-span: 10;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: 2/12;
  grid-row: 2/3;
  background-color: #fff;
  padding-top: 120px;
  margin-top: -100px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  padding-bottom: 80px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .two-columns.big .center-block {
    margin-top: -40px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .two-columns.big .center-block {
    margin-top: -140px;
    padding-top: 180px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 668px) {
  .two-columns.big .center-block {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 3/4;
    margin-top: 60px;
    padding-top: 60px;
  }
}
.two-columns.big .center-block p {
  text-align: center;
  max-width: 460px;
  display: inline-block;
  margin-bottom: 35px;
}
.two-columns.normal {
  z-index: 100;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
@media screen and (max-width: 668px) {
  .two-columns.normal {
    text-align: center;
  }
}
.two-columns.normal .left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/6;
  grid-row: 1/2;
  padding-right: 25px;
}
@media screen and (max-width: 668px) {
  .two-columns.normal .left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
    padding-right: 0;
  }
}
@media screen and (max-width: 668px) {
  .two-columns.normal .left h3 {
    padding-top: 20px;
  }
}
.two-columns.normal .left p {
  margin-bottom: 50px;
}
.two-columns.normal .left .button {
  margin-right: 20px;
}
.two-columns.normal .right {
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 6/13;
  grid-row: 1/2;
}
@media screen and (max-width: 668px) {
  .two-columns.normal .right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
  }
}
.two-columns.normal .right {
  z-index: 10;
  pointer-events: none;
}
.two-columns.normal .right img {
  width: 100%;
  pointer-events: none;
}
.two-columns.small {
  z-index: 100;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 0;
}
.two-columns.small.last {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .two-columns.small.last {
    margin-bottom: 60px;
  }
}
.two-columns.small .left img, .two-columns.small .right img {
  width: 100%;
  pointer-events: none;
  z-index: -1;
}
.two-columns.small .content-holder {
  padding: 45px;
  background-color: #fff;
  z-index: 100;
}
.two-columns.small .left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 8;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/9;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .two-columns.small .left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
  }
}
.two-columns.small .left p {
  margin-bottom: 50px;
}
.two-columns.small .left .button {
  margin-right: 20px;
}
.two-columns.small .right {
  -ms-grid-column: 7;
  -ms-grid-column-span: 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 7/11;
  grid-row: 1/2;
}
@media screen and (max-width: 1024px) {
  .two-columns.small .right {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 7/13;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .two-columns.small .right {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2/12;
    grid-row: 2/3;
    margin-top: -50px;
  }
}
@media screen and (max-width: 668px) {
  .two-columns.small .right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
    margin-top: 0px;
  }
}
.two-columns.small.inverse .left {
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 3/7;
  grid-row: 1/2;
}
@media screen and (max-width: 1024px) {
  .two-columns.small.inverse .left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/7;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .two-columns.small.inverse .left {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2/12;
    grid-row: 2/3;
    margin-top: -50px;
  }
}
@media screen and (max-width: 668px) {
  .two-columns.small.inverse .left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 2/3;
    margin-top: 0px;
  }
}
.two-columns.small.inverse .right {
  -ms-grid-column: 6;
  -ms-grid-column-span: 7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 6/13;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .two-columns.small.inverse .right {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
  }
}

.lonly-header {
  position: relative;
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lonly-header {
    margin-bottom: 60px;
  }
}
.lonly-header p {
  max-width: 600px;
  margin-bottom: 50px;
  display: inline-block;
}

.white-container {
  margin-top: 0px;
  position: relative;
  z-index: -1;
  background: linear-gradient(to bottom, transparent 50%, #fff 50%);
}
.white-container.inverse {
  background: linear-gradient(to bottom, #fff 50%, transparent 50%);
}

.with-background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .with-background {
    margin-bottom: 60px;
  }
}
.with-background .single-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
}
.with-background .single-content .content {
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 50px;
  background-color: #fff;
  -ms-grid-column: 4;
  -ms-grid-column-span: 6;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 4/10;
  grid-row: 1/2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .with-background .single-content .content {
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2/12;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 668px) {
  .with-background .single-content .content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
    margin-top: 240px;
    margin-bottom: 10px;
  }
}
.with-background .single-content .content h3 {
  margin-bottom: 25px;
}

.black-background {
  background-color: #000;
}
.black-background footer {
  /*border-bottom: 15px solid $white;*/
}
.black-background footer .holder {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-columns: repeat(12, 1fr);
  grid-template-columns: repeat(12, 1fr);
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  font-size: 16px;
}
.black-background footer .holder h3 {
  margin-bottom: 10px;
}
.black-background footer .holder p {
  font-size: 16px;
}
.black-background footer .holder i {
  margin-right: 10px;
  font-size: 21px;
}
.black-background footer .holder .one, .black-background footer .holder .two, .black-background footer .holder .three {
  padding-right: 35px;
}
.black-background footer .holder .one {
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 1/5;
  grid-row: 1/2;
}
.black-background footer .holder .one img {
  max-width: 400px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .black-background footer .holder .one {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1/13;
    grid-row: 1/2;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 668px) {
  .black-background footer .holder .one {
    padding-right: 0px;
  }
}
.black-background footer .holder .two {
  -ms-grid-column: 6;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 6/9;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .black-background footer .holder .two {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1/7;
    grid-row: 2/3;
  }
}
.black-background footer .holder .three {
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-column: 9/12;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .black-background footer .holder .three {
    -ms-grid-column: 7;
    -ms-grid-column-span: 6;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 7/13;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 668px) {
  .black-background footer .holder .three {
    padding-right: 0px;
  }
}

#border_top, #border_left, #border_right, #border_bottom, #super-border-left {
  background-color: #ffffff;
  display: block;
  position: fixed;
  z-index: 9998;
}

#border_top {
  height: 15px;
  left: 0;
  right: 0;
  top: 0;
}

#border_bottom {
  bottom: 0px;
  height: 0px;
  left: 0;
  right: 0;
}

#border_left {
  bottom: 0;
  left: 0;
  top: 0;
  width: 15px;
}

#border_right {
  bottom: 0;
  right: 0;
  top: 0;
  width: 15px;
}

#super-border-left {
  bottom: 0;
  left: 0;
  top: 0;
  width: 15px;
}

.plan-intro {
  padding-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .plan-intro {
    padding-bottom: 60px;
  }
}
.plan-intro .plan-option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-intro .plan-option .left {
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.plan-intro .plan-option .left .month, .plan-intro .plan-option .left .year {
  margin-right: 10px;
  font-weight: 700;
}
.plan-intro .plan-option .left .year {
  margin-left: 10px;
  margin-right: 20px;
}
.plan-intro .plan-option .left .inactive {
  opacity: 0.4;
  font-weight: 300;
}
.plan-intro .plan-option .left .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.plan-intro .plan-option .left .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.plan-intro .plan-option .left .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.plan-intro .plan-option .left .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.plan-intro .plan-option .left input:checked + .slider {
  background-color: #000;
}
.plan-intro .plan-option .left input:focus + .slider {
  box-shadow: 0 0 1px #000;
}
.plan-intro .plan-option .left input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.plan-intro .plan-option .left {
  /* Rounded sliders */
}
.plan-intro .plan-option .left .slider.round {
  border-radius: 34px;
}
.plan-intro .plan-option .left .slider.round:before {
  border-radius: 50%;
}
.plan-intro .plan-option .right {
  background-color: #FDF6A4;
  padding: 20px 30px;
  border-radius: 10px;
}

.plan-options-holder {
  padding-bottom: 60px;
}
@media screen and (max-width: 668px) {
  .plan-options-holder {
    padding-bottom: 60px;
  }
}
.plan-options-holder .para {
  text-align: right;
  font-weight: 300;
  font-style: italic;
  padding-top: 10px;
  padding-right: 15px;
}
.plan-options-holder .plan-options {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .plan-options-holder .plan-options {
    background: transparent;
    border: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .plan-options-holder .plan-options {
    flex-direction: column;
  }
}
.plan-options-holder .plan-options .single-plan {
  padding: 30px 30px;
  text-align: left;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: left;
}
.plan-options-holder .plan-options .single-plan:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.plan-options-holder .plan-options .single-plan:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.plan-options-holder .plan-options .single-plan:not(:last-child) {
  border-right: 1px solid #D9DEEA;
}
@media screen and (max-width: 768px) {
  .plan-options-holder .plan-options .single-plan {
    padding: 30px 30px 20px 30px;
    background-color: #fff;
    border: 1px solid #D9DEEA;
  }
  .plan-options-holder .plan-options .single-plan:not(:last-child) {
    margin-bottom: 25px;
  }
}
.plan-options-holder .plan-options .single-plan.recommended {
  border: 1px solid #E8A309;
}
.plan-options-holder .plan-options .single-plan.recommended:before {
  content: "Populärast";
  position: absolute;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  width: calc(100% + 2px);
  height: 40px;
  letter-spacing: 1.5px;
  background-color: #E8A309;
  top: -40px;
  left: -1px;
  right: 0px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
.plan-options-holder .plan-options .single-plan.recommended:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: 20px;
  background-color: #fff;
  bottom: -19px;
  left: -1px;
  right: 0px;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  border: 1px solid #E8A309;
  border-top: none;
}
.plan-options-holder .plan-options .single-plan.recommended .button {
  background-color: #E8A309;
  color: #fff;
}
.plan-options-holder .plan-options .single-plan.recommended .button:hover {
  background-color: #608974;
  border: 1px solid #608974;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .plan-options-holder .plan-options .single-plan.recommended {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.plan-options-holder .plan-options .single-plan .plan-name {
  font-weight: 200;
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .plan-options-holder .plan-options .single-plan .plan-name {
    margin-bottom: 20px;
  }
}
.plan-options-holder .plan-options .single-plan .plan-price {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .plan-options-holder .plan-options .single-plan .plan-price {
    margin-bottom: 20px;
  }
}
.plan-options-holder .plan-options .single-plan .plan-price span {
  font-size: 18px;
  font-weight: 500;
}
.plan-options-holder .plan-options .single-plan .plan-price i {
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
}
.plan-options-holder .plan-options .single-plan .plan-tagline {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .plan-options-holder .plan-options .single-plan .plan-tagline {
    flex: 1;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.plan-options-holder .plan-options .single-plan .plan-desc {
  margin-bottom: 30px;
  font-size: 16px;
  flex: 1;
  margin-top: 30px;
  position: relative;
}
.plan-options-holder .plan-options .single-plan .plan-desc:before {
  content: "";
  position: absolute;
  top: -25px;
  background-color: #608974;
  width: 43px;
  height: 8px;
  border-radius: 2px;
}
.plan-options-holder .plan-options .single-plan a.button {
  display: inline-block;
  text-align: center;
}
.plan-options-holder .plan-options .single-plan a.button.inverted-on-white {
  background-color: #fff;
  border: 2px solid #000;
}
.plan-options-holder .plan-options .single-plan a.button.inverted-on-white:hover {
  background-color: #608974;
  border: 2px solid #608974;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .plan-options-holder .plan-options .single-plan a.button {
    display: inline-block;
  }
}

.plan-features-header {
  padding-bottom: 25px;
}
@media screen and (max-width: 668px) {
  .plan-features-header {
    overflow-x: scroll;
  }
}
.plan-features-header .plan-features {
  border: none;
}
.plan-features-header .plan-features .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .plan-features-header .plan-features .row {
    display: block;
  }
}
.plan-features-header .plan-features .row div {
  align-items: center;
  border: none;
}
.plan-features-header .plan-features .row div span {
  font-style: italic;
  display: block;
  font-weight: 300;
}
.plan-features-header .plan-features .row div:not(.not-affected) {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .plan-features-header .plan-features .row div {
    height: 125px;
  }
}
@media screen and (max-width: 668px) {
  .plan-features-header .plan-features .row div {
    height: 65px;
  }
}
.plan-features-header .plan-features .row div:nth-child(1) {
  flex: 2;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .plan-features-header .plan-features .row div:nth-child(1) {
    flex: 1;
    padding-right: 10px;
  }
}
@media screen and (max-width: 668px) {
  .plan-features-header .plan-features .row div:nth-child(1) {
    flex: auto;
    width: 100%;
  }
}
.plan-features-header .plan-features .row div:nth-child(2) {
  justify-content: center;
  flex: 1;
  text-align: center;
}
.plan-features-header .plan-features .row div:nth-child(3) {
  justify-content: center;
  flex: 1;
  text-align: center;
}
.plan-features-header .plan-features .row div:nth-child(4) {
  justify-content: center;
  flex: 1;
  text-align: center;
}
.plan-features-header .plan-features .row div:nth-child(5) {
  justify-content: center;
  flex: 1;
  text-align: center;
}
.plan-features-header .plan-features .row div:nth-child(6) {
  justify-content: center;
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .plan-features-header .plan-features .row div:nth-child(2), .plan-features-header .plan-features .row div:nth-child(3), .plan-features-header .plan-features .row div:nth-child(4), .plan-features-header .plan-features .row div:nth-child(5), .plan-features-header .plan-features .row div:nth-child(6) {
    display: none !important;
    visibility: hidden;
  }
}

.plan-features-holder .plan-header-thing {
  padding-left: 25px;
  background-color: #fff;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #D9DEEA;
  border-right: 1px solid #D9DEEA;
  border-left: 1px solid #D9DEEA;
}
.plan-features-holder .plan-features {
  border: 1px solid #D9DEEA;
}
@media screen and (max-width: 668px) {
  .plan-features-holder .plan-features {
    width: 800px;
  }
}
.plan-features-holder .plan-features .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.plan-features-holder .plan-features .row:not(:last-child) {
  border-bottom: 1px solid #D9DEEA;
}
.plan-features-holder .plan-features .row {
  justify-content: space-between;
}
.plan-features-holder .plan-features .row div {
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .plan-features-holder .plan-features .row div {
    height: 75px;
  }
}
.plan-features-holder .plan-features .row div .fa-times, .plan-features-holder .plan-features .row div .fa-circle-check {
  color: #CAD1E1;
  font-size: 21px;
}
.plan-features-holder .plan-features .row div .fa-circle-check {
  color: #548A73;
}
.plan-features-holder .plan-features .row div:not(:last-child) {
  border-right: 1px solid #D9DEEA;
}
.plan-features-holder .plan-features .row div:nth-child(1) {
  flex: 2;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .plan-features-holder .plan-features .row div:nth-child(1) {
    flex: 1;
    padding-right: 10px;
  }
}
.plan-features-holder .plan-features .row div:nth-child(2) {
  justify-content: center;
  flex: 1;
  text-align: center;
}
.plan-features-holder .plan-features .row div:nth-child(3) {
  justify-content: center;
  flex: 1;
  text-align: center;
}
.plan-features-holder .plan-features .row div:nth-child(4) {
  justify-content: center;
  flex: 1;
  text-align: center;
}
.plan-features-holder .plan-features .row div:nth-child(5) {
  justify-content: center;
  flex: 1;
  text-align: center;
}
.plan-features-holder .plan-features .row div:nth-child(6) {
  justify-content: center;
  flex: 1;
  text-align: center;
}
.plan-features-holder .plan-features .row.header {
  display: none;
}
@media screen and (max-width: 668px) {
  .plan-features-holder .plan-features .row.header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.sidenote {
  margin-bottom: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 668px) {
  .sidenote {
    margin-bottom: 60px;
    padding-bottom: 120px;
  }
}
.sidenote {
  text-align: center;
  color: #95A1BB;
  border-bottom: 1px solid #D9DEEA;
}

.footer-block a {
  color: white;
}

.social-media-block .social-media-links {
  display: flex;
}
.social-media-block .social-media-links a {
  color: white;
}

.plan-features-groups {
  padding-bottom: 120px;
}
@media screen and (max-width: 668px) {
  .plan-features-groups {
    padding-bottom: 60px;
    overflow-x: scroll;
  }
}
.plan-features-groups .plan-features-holder {
  padding: 25px;
}

/**
 * Animation
 */
.cookie-consent-box {
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cookie-consent-box .content {
  background-color: #EDEDED;
  border-radius: 10px;
  padding: 40px;
  max-width: 400px;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .cookie-consent-box .content {
    max-width: 290px;
    padding: 40px 20px;
  }
}
.cookie-consent-box .content h2 {
  margin-bottom: 15px;
}
.cookie-consent-box .content p {
  margin-bottom: 35px;
}
.cookie-consent-box .content .button {
  display: block;
  margin-bottom: 10px;
  padding: 18px;
  cursor: pointer;
}
.cookie-consent-box .content .regular {
  text-decoration: underline;
  color: #EF7C00;
  cursor: pointer;
}
.cookie-consent-box .content .regular:hover {
  color: #90ba5f;
}
.cookie-consent-box.activated {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*# sourceMappingURL=reizoko.css.map */
