html {
  font-size: calc(15px + (17 - 15) * ((100vw - 300px) / (1920 - 300)));
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 360px;
  color: rgb(20, 59, 102);
}

body * {
  box-sizing: border-box;
  letter-spacing: 0.02em;
  line-height: 1.5em;
}

body {
  margin: 0;
  background-color: white;
  font-family: "Oxygen", sans-serif;
}

h1 {
  font-size: 2rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 1rem;
  margin-top: 0;
}

h2 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-style: normal;
  line-height: 1.3em;
}

h1 *,
h2 * {
  letter-spacing: 0.01em;
}

.service-title {
  font-size: 1.65rem;
}

.service-subtitle {
  font-size: 1.22rem;
}

a {
  padding-left: 3%;
  padding-right: 3%;
}

@font-face {
  font-family: "Great Vibes";
  src: url("fonts/Great_Vibes/GreatVibes-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Allura";
  src: url("fonts/Allura/Allura-Regular.ttf") format("truetype");
}

h1,
h2,
button {
  font-family: "Montserrat", sans-serif;
}

button,
.menu {
  font-weight: 400;
}


.menu-items span.menu-item {
  padding-left: 1em;
  padding-right: 1em;
}

.menu-items span.menu-item:not(:last-child):hover::after {
  color: rgb(20, 59, 102);
}

.menu {
  color: rgb(20, 59, 102);
  z-index: 1;
}

#menu {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.menu-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
}

#menu.fixed {
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-color: white;
}

#menu *:not(.submenu-item) {
  line-height: 1;
}

.menu-link {
  line-height: 1.5 !important;
  display: inline-block;
  width: 100%;
}

#menu .submenu {
  line-height: 1.5;
}

.menu-items {
  font-size: 12px;
}

.menu-items span.menu-item {
  text-transform: uppercase;

  padding-top: 0.5em;
  padding-bottom: 0.5em;
  letter-spacing: 0.1em;
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
}

.mobile-menu-item {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.mobile-service-item {
  margin-left: 1em;
}

.heading {
  color: rgb(18, 143, 176);
}

.subheading {
  color: rgb(117, 191, 214);
}

.page-title {
  color: rgb(18, 143, 176);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  line-height: 1;
  cursor: pointer;
}

.name {
  font-family: "PT Serif", serif;
  font-style: italic;
  letter-spacing: 0;
  font-size: 25px;
}

.occupation {
  font-size: 11px;
  color: rgb(20, 59, 102);
  font-weight: 600;
}

.intro-short {
  margin-top: 46px;
}

.intro-short:not(.subpage) {
  background-color: rgb(237, 237, 238);
  position: relative;
  margin-top: 46px;
}

.header {
  position: absolute;
  /*top: 46px;*/
  top: 0px;
  padding-right: 10%;
  /*because of IE*/
  right: 0;
}

.header {
  color: rgb(20, 59, 102);
  padding-left: 2%;

  flex-direction: column;
  justify-content: center;
  display: flex;
}


@media only screen and (min-width: 1700px) {
  .intro-short:not(.subpage) {
    height: calc(100vh - 46px);
    min-height: 700px;
  }

  .header {
    height: calc(100vh - 46px);
    min-height: calc(700px - 46px);
  }
}

@media only screen and (max-width: 1700px) {
  .intro-short:not(.subpage) {
    height: 80vh;
    min-height: 600px;
  }

  .header {
    height: calc(80vh - 46px);
    min-height: calc(600px - 46px);
  }
}


@media only screen and (max-width: 1400px) {
  .header {
    height: calc(100vh - 46px);
    min-height: calc(500px - 46px);
    max-height: calc(720px - 46px);
  }

  .intro-short:not(.subpage) {
    height: calc(100vh - 46px);
    min-height: 500px;
    max-height: 720px;
  }
}

@media only screen and (max-width: 1220px) {
  .header {
    height: calc(60vh - 46px);
    min-height: calc(500px - 46px);
  }

  .intro-short:not(.subpage) {
    height: 60vh;
    min-height: 500px;
  }
}


.about {
  background-color: white;
  position: relative;
  padding-bottom: 40px;
}

.about *:not(h1) {
  color: rgb(20, 59, 102);
}

.about h2 {
  color: rgb(117, 191, 214);
}

.about-text {}

.picture-me {
  height: 100vh;
}

.about-image-container {
  max-width: 40%;
}


.services-short {
  min-height: 90vh;

  color: rgb(20, 59, 102);
}

.services-short h1,
.services-header h1,
.about h1,
.booking h1,
.blog h1,
.blogs h1 {
  color: rgb(18, 143, 176);
}

.images {
  display: flex;
  justify-content: space-evenly;
}

.image-head-section {
  max-height: 100%;
}

.image-container {
  height: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.service {
  display: flex;
  background-color: #f4f7fc;
  padding: 3%;
}

.service:not(:last-child) {
  margin-bottom: 2em;
}

.services {
  padding-top: 3rem;
}

.services {}

.services h3 {
  text-align: center;
  background-color: white;
}

.services-header {}

.services-points {
  font-weight: bold;
}

.image-corner {
  bottom: 0;
  right: 0;
  position: absolute;
}

.service-content,
.services-short,
.about,
.work-with-me {
  line-height: 1.5;
}

.service:nth-child(odd) .service-image-desktop {
  float: left;
  min-width: 47.5%;
  max-width: 47.5%;
  padding-right: 3%;
}

.service:nth-child(even) .service-image-desktop {
  float: right;
  min-width: 47.5%;
  max-width: 47.5%;
  padding-left: 3%;
}

.services-header {
  background-color: white;
}

.service-main-title {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 600;
}

.service-image .service-main-title {
  color: rgb(18, 143, 176);
}


.service:not(.collapsed) .service-details-button {
  display: none;
}

.service:not(.collapsed) .button-container {
  text-align: center;
}

.work-with-me h1 {
  text-align: left;
}



.work-with-me {
  background-color: rgb(18, 143, 176);
  color: white;
  display: flex;
  flex-direction: column;

}

.work-with-me-content {
  max-width: 1010px;
}

.work-with-me-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}



.button {
  border: none;
  color: white;
  padding: 0.5em 1em;

  text-align: center;
  text-decoration: none;
  display: inline-block;

  font-size: calc(11px + 0.1rem);

  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.5rem;
}

.button2 {
  background-color: #008cba;
}

/* Blue */

.contact {
  background-color: rgb(198, 228, 238);
  color: rgb(18, 143, 176);
}

.contact-button-container {}

.contact-content {
  display: flex;
}

.calendar-content {
  display: flex;
}

.contact-button {
  background-color: rgb(117, 191, 214);
  color: white;
  font-weight: 700;
  letter-spacing: 0.5;
  padding-left: 2em;
  padding-right: 2em;
}

.contact-information {
  width: 40%;
  margin-right: 5%;
}

.contact-form {
  width: 55%;
}

.calendar-information {
  width: 40%;
  margin-right: 5%;
}

.calendar-form {
  width: 55%;
}

.form-element {
  margin-bottom: 1em;
}

.contact-group {
  display: flex;
  justify-content: space-between;
}

.contact-group input {
  width: 49%;
}

.social {
  margin-top: 2em;
  font-weight: 600;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .contact-group {
    flex-direction: column;
  }

  .contact-group input {
    width: 100%;
  }
}

.social-mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .contact-content {
    display: flex;
    flex-direction: column;
  }

  .contact-information {
    width: 100%;
    margin-right: 0;
  }

  .contact-form {
    width: 100%;
    margin-top: 2em;
  }

  .social {
    display: none;
  }

  .social-mobile {
    display: block;
    text-align: center;
  }
}

#subject {
  width: 100%;
}

#message {
  width: 100%;
  height: 9em;
}

textarea {
  resize: none;
}

input,
textarea {
  font-size: 1rem;
  border: none;
  padding: 0.5em;
  background-color: white;
  font-family: "Oxygen", sans-serif;
  letter-spacing: 0.01em;
  color: rgb(20, 59, 102);
}

textarea:focus,
input:focus {
  outline: none;
}

.contact-title {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.copyright {
  font-size: 0.7rem;
  padding: 10px;
  text-align: center;
  background-color: rgb(18, 143, 176);
}

.copyright,
.copyright * {}

.contact-information p {
  margin: 0;
}

.contact-information p:not(:last-child) {
  margin-top: 0;
  margin-bottom: 1em;
}

.container {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  overflow: hidden;
}

.checkmark {
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  min-height: 25px;
  min-width: 25px;
  margin-right: 0.5em;
  background-color: white;
}

.container input:checked~.checkmark {
  background-color: rgb(117, 191, 214);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.title {
  text-align: center;
}

.faq-content {
  display: flex;
  justify-content: space-between;
}

.faq {
  background-color: white;
  color: rgb(20, 59, 102);
  padding-bottom: 30px;
}

.faq .title {
  color: rgb(18, 143, 175);
  text-transform: uppercase;
  padding-bottom: 50px;
}

.question:hover {
  cursor: pointer;
}

.faq-column {
  width: 70%;
}

@media only screen and (max-width: 1024px) {
  .faq-content {
    flex-direction: column;
  }

  .faq-column {
    width: 100%;
  }
}

.copyright,
.work-with-me {
  color: white;
}

.about-text {
  display: flex;
}

.about-text img {
  width: 100%;
}

.question-block {

  background-color: #f4f7fc;
}

.question-block {
  margin-bottom: 1.5rem;
}

.question {
  /*margin-bottom: 2%;*/
}

.contact {}

.button:not(.contact-button, .work-with-me-button) {
  /*background-color: rgb(18, 143, 176);
  border: 1.5px solid rgb(18, 143, 176);*/

  background-color: #c40344;
  border: 1.5px solid #c40344;

  color: white;
  font-weight: 700;
  letter-spacing: 0.5;
}

.opinions .opinions-title {
  text-align: center;
}

.dot {
  border: 2px solid white;
  background-color: rgb(117, 191, 214);
  height: 15px;
  border-radius: 50%;
  width: 15px;
  margin-right: 7px;
}

.dot.active {
  background-color: white;
}

.dot:not(.active) {
  cursor: pointer;
}

.blog-paginator {
  .dot {
    border: 2px solid rgb(117, 191, 214);;
    background-color: #f4f7fc;
  }
  
  .dot.active {
    background-color: rgb(117, 191, 214);
  }
}

.work-with-me-button {
  background-color: #c40344;
  border: 1.5px solid #c40344;
  color: white;
  font-weight: 700;
  letter-spacing: 0.5;
  margin-top: 2em;
}

.service-button:hover {}

.main-button:hover {
  background-color: rgb(20, 59, 102);
  border-color: rgb(20, 59, 102);
}

.contact-button:not([disabled]):hover {
  background-color: rgb(18, 143, 176);
  color: white;
}

.contact-button[disabled] {
  cursor: default;
}

.menu span:hover {
  color: rgb(20, 59, 102);
  cursor: pointer;
}

.about-image {
  margin-top: 0px;
}

.about-text-content {
  flex: 1;
  margin-left: 5%;
}

@media only screen and (max-width: 700px) {
  .about-text {
    flex-direction: column;
    align-items: center;
  }

  .about-image-container {
    max-width: 100%;
    order: 2;
    width: 353px;
    margin-bottom: 5%;
  }

  .about-button-container {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .last-about-block {
    margin-bottom: 0;
  }

  .about-text-content {
    margin-left: 0px;
  }
}


.services-sub-title {
  text-align: center;
}

.services-main-title {
  margin-bottom: 2rem;
  /*margin-bottom: 1.5em;*/
}

.services-main-title-first.mobile {
  display: none;
}

.services-sub-title {
  margin-top: 40px;
  margin-bottom: 40px;
}

.service-title {
  padding-top: 0;
  font-size: 1.4rem;
}

.service-content h2 {
  font-size: 1.05rem;
}

.service-image-container {
  width: 100%;
  padding-top: 75%;
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
}

.service-image-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.picture {
  width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: rgb(20, 59, 102);
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}


.main-button.action {
  background-color: #c40344;
  border: 1.5px solid #c40344;
}

.button-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.calendar-image,
.appointments-image {
  display: inline-block;
  width: 300px;
}

.calendar-image {
  vertical-align: top;
}

.calendar-form {
  display: inline-block;
}

.opinions,
.opinions-main {
  background-color: rgb(117, 191, 214);
  color: white;
  /*display: flex;*/
 
  justify-content: center;
  align-items: center;
}

.opinion-texts-container {
  width: 100%;
  /*height: 100%;*/
  overflow-x: hidden;
}

.opinion-texts {
  width: 200%;
  /*height: 100%;*/
  display: flex;
}

.opinion-text {
  /*margin-top: 3%;
  margin-bottom: 3%;*/
  font-family: "PT Serif";
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  display: inline-block;
  width: 50%;
  height: 100%;
  cursor: grab;
  display: flex;
  justify-content:  center;
  flex-direction: column;
}

.opinion-text p {
  margin-top: 0;
  margin-bottom: 0.8rem;
  text-align: center;
}

.opinion-text p:not(.given) {
  font-style: italic;
}

.opinion-paginator, .blog-paginator {
  display: flex;
  justify-content: center;
}

.blog-paginator {
  margin-top: 2em;
}

.qoutmark-container {
  display: flex;
  justify-content: center;
  /*Because of IE*/
  flex-shrink: 0;
}

.mySwiper, .blog-swipe {
  z-index: 0;
}

.swiper {
  z-index: 0;
}

.swiper-wrapper {
  z-index: 0 !important;
}

.swiper-wrapper.blog-summary {
  height: auto;
}


.opinion-text.swiper-slide, .main-opinion-text {
  padding-left: 2%;
  padding-right: 2%;
}

.my-swiper-wrapper {
  height: 100%;
}

.qoutmark {
  width: 8%;
  min-width: 32px;
}

.question {
  width: 100%;
  background-color: rgb(198, 228, 238);

  color: rgb(18, 143, 176);

  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;

  text-decoration: none;
  display: inline-block;
  font-size: 0.85rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.question:hover {
  background-color: rgb(18, 143, 176);
  color: white;
}

.question.opened {
  background-color: rgb(18, 143, 176);
  color: white;
}

.question.closed::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  padding-right: 1em;
}

.question.opened::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  padding-right: 1em;
}

.answer {
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.booking {
  background-color: white;
}

.booking-content {
  display: flex;
  flex: 0;
}

.calendar-form {
  display: flex;
}

.services-short h2,
.services-header h2:not(.services-header-first-title) {
  color: rgb(117, 191, 214);
  margin-bottom: 0;
}

.services-header-first-title {
  color: rgb(117, 191, 214);
}

.blog h2 {
  color: rgb(117, 191, 214);
}

.blog h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}

.line {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.service-content button {
  margin-bottom: 0;
  width: 16.5em;
  padding-left: 0;
  padding-right: 0;
}

.button.secondary-button {
  background-color: #f4f7fc;
  border: 1.5px solid #c40344;
  color: #c40344;
}

.secondary-button {
  margin-left: 15px;
}

.main-button.secondary-button {
  background-color: transparent;
  margin-left: 0;
  margin-right: 1em;
  margin-bottom: 1em;
}

.main-button {
  width: 20em;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 1171px) and (max-width: 1400px) {
  .main-button {
    width: calc(50% - 1em);
    font-size: 0.65em;
  }

  .main-button.secondary-button {
    margin-right: 1em;
  }

  .caption {
    font-size: 1.5vw;
  }

  .main-button {
    font-size: 1.1vw;
  }
}


.main-line {
  margin-top: 15px;
  margin-bottom: 50px;
}

.work-with-me .main-line,
.contact .main-line,
.booking .main-line {
  margin-top: 15px;
  margin-bottom: 50px;
}

.work-with-me .main-line {
  margin-bottom: 15px;
}

.work-with-me h2 {
  color: rgb(198, 228, 238);
}

.service-line {
  width: 30%;
  margin-bottom: 20px;
  margin-top: 10px;
}

.about,
.opinions,
.opinions-main,
.work-with-me,
.booking,
.contact,
.summary,
.blog,
.blogs {
  padding-top: 7%;
  padding-bottom: 7%;
  padding-left: 15%;
  padding-right: 15%;
}


.services-short {
  padding-left: 15%;
  padding-right: 15%;
}

.services-header {
  padding-top: 7%;
  padding-left: 15%;
  padding-right: 15%;
}

.services {
  padding-bottom: 7%;
}

/*.services {
  padding-bottom: 5rem;
}*/


h2.faq-title {
  margin-bottom: 1em;
  margin-top: 4rem;
}

.faq-container {
  margin-bottom: -1.5rem;
}

.service-content {
  width: 100%;
  display: flex;
}

.service:nth-child(even) .service-content {
  flex-direction: row-reverse;
}

.service:not(.collapsed) .service-content {
  display: block;
}

.service.collapsed .service-content-text {
  height: 0;
  min-height: 100%;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
}

.service.collapsed .service-details {
  flex: 1;
  min-height: 0;
  overflow-y: hidden;
  position: relative;
}

.service.collapsed .service-details:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0),
      #f4f7fc 90%);
  width: 100%;
  height: 4em;
}

.service-image-mobile {
  display: none;
}

.service-content p:last-child {
  margin-bottom: 0;
}

@media (orientation: portrait) {

  .about,
  .opinions,
  .opinions-main,
  .work-with-me,
  .booking,
  .contact,
  .summary,
  .blog,
  .blogs {
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .services-short {
    padding-left: 15%;
    padding-right: 15%;
  }

  .services-header {
    padding-top: 10%;
    padding-left: 15%;
    padding-right: 15%;
  }

  .services {
    padding-bottom: 10%;
  }


}

/*1024px*/
@media screen and (max-width: 1100px) {
  #menu {
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: white;
  }

  .about,
  .opinions,
  .opinions-main,
  .work-with-me,
  .booking,
  .contact,
  .summary {
    padding-left: 10%;
    padding-right: 10%;
  }


  .services-short {
    padding-left: 10%;
    padding-right: 10%;
  }

  .services-main-title {
    margin-bottom: 1.5rem;
  }

  .services-header {
    padding-left: 10%;
    padding-right: 10%;
  }


}

@media screen and (max-width: 1260px) {
  .service.collapsed .service-details {
    display: none;
  }

  .service-content .button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    min-height: 0;
    flex: 1;
    justify-content: center;
  }

  .service-content .secondary-button {
    margin-left: 0;
  }

  .service-content button:not(:last-child) {
    margin-bottom: 1em;
  }

  .service {
    padding: 5%;
  }

}

@media screen and (max-width: 950px) {
  .service {
    flex-direction: column;
  }

  .service-image-mobile {
    display: block;
  }

  .service-image-desktop {
    display: none;
  }

  .service-image {
    min-width: 100%;
  }

  .service-content h1,
  .service-content h2 {
    text-align: center;
  }

  .service-content {
    padding-left: 0;
  }

  .service-content:nth-child(odd) {
    padding-right: 0;
  }

  .service-content:nth-child(even) {
    padding-left: 0;
  }

  .service {}

  .service-content .button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2em;
  }

  .service.collapsed .service-details {
    display: none;
  }

  .service.collapsed .service-content-text {
    height: auto;
    min-height: auto;
    overflow-y: visible;
    display: flex;
    flex-direction: column;
  }

  .service.collapsed .service-details {
    flex: 1;
    min-height: auto;
    overflow-y: visible;
    position: relative;
  }

  .service-content .secondary-button {
    margin-left: 15px;
  }

  .service-content button:not(:last-child) {
    margin-bottom: 0;
  }

  .service-content {
    margin-top: 2em;
  }
}

@media screen and (max-width: 650px) {
  .service-content .button-container {
    flex-direction: column;
    align-items: center;
  }

  .service-content .secondary-button {
    margin-left: 0;
  }

  .service-content button:not(:last-child) {
    margin-bottom: 1em;
  }
}

.icons {
  margin-top: 15px;
}

.icons a {
  display: inline-block;
}

i {
  color: white;
  font-size: 40px;
}

.header .button-container {
  margin-top: 2em;
}

.copyright span {
  padding-left: 0.9em;
  padding-right: 0.9em;
  white-space: nowrap;
}

.service:not(.collapsed) .service-content .button-container {
  margin-top: 2em;
}

.contact i {
  color: rgb(117, 191, 214);
  font-size: 35px;
}

.icons i:hover {
  color: rgb(18, 143, 176);
}

.menu {
  display: flex;
  align-items: center;
  height: 46px;
}

.menu-icons {
  display: flex;
  margin-left: 2em;
}

.menu-icons i {
  color: rgb(18, 143, 176);
  font-size: 20px;
}

.menu-icons a {
  padding-left: 1em;
  display: inline-block;
}

.mobile-menu-icons {
  padding-left: 10%;
  padding-top: 2em;
}

.mobile-menu-icons i {
  color: rgb(18, 143, 176);
  font-size: 20px;
}

.mobile-menu-icons a {
  display: inline-block;
}



.contact .main-line {
  border-color: rgb(198, 228, 238);
}

.booking h2 {
  color: rgb(117, 191, 214);
}

.contact h2 {
  color: rgb(117, 191, 214);
}

.booking h2,
.contact h2 {
  margin-bottom: 3em;
}

.contact h2,
.booking h2 {
  text-align: center;
}

.work-with-me h2 {
  text-align: left;
}

ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

ul li::before {
  content: "\f061";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 12px;
  padding-right: 0.5em;
}

ul li {
  text-indent: -1.5em;
}

.calendar {
  width: 100%;
  background-color: white;
  display: flex;
}

.calendar-plugin {
  width: 100%;
  height: 100%;
  border: none;
}

#success_email {
  display: none;
  font-weight: bold;
  padding-bottom: 2em;
}

#error_email {
  color: #c40344;
  padding-top: 1em;
  display: none;
}

.contact .icons {
  color: rgb(117, 191, 214);
}

.contact .icons a {
  padding-left: 1em;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

.copyright a,
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  text-decoration: none;
  color: inherit;
  padding: 0;
}

.confirmation-link,
.confirmation-link:hover,
.confirmation-link:focus,
.confirmation-link:active {
  text-decoration: underline;
  padding: 0;
}

.confirmation-form-element {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.menu-items span.menu-item:hover,
.menu-item:hover i {
  color: #c40344;
}



.menu-icons i:hover {
  color: #c40344
}

.mobile-menu {
  display: none;
}

.mobile-menu-items {
  display: none;
}

.mobile-menu-items span {
  display: block;
}

.mobile-menu-items.opened {
  display: inline-block;
}

.mobile-menu-items.closed {
  display: none;
}

.mobile-menu-items {
  padding-top: 5%;
  padding-bottom: 5%;
  color: rgb(20, 59, 102);
  width: 100%;
}

.mobile-menu-items span {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 10%;
  display: block;
}

#booking-link, #services-link {
  position: relative;
}

.booking-link-container {
  display: inline-block;
}

.services-link-container {
  display: inline-block;
}

.booking-link-icon:hover {}

.services-link-icon:hover {}

.submenu-container {
  position: relative;
}

.submenu-container.closed {
  display: none;
}

.submenu {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  background: white;
  width: 150px;
  box-shadow: 0 10px 10px rgb(0 0 0 / 40%);
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.5;
}

.services-submenu {
  width: 170px;
}

.submenu.mobile {
  position: initial;
}

.submenu span {
  line-height: 1.5;
}

.desktop-menu {
  display: flex;
  align-items: center;
}

#booking-link {
  display: flex;
  align-items: center;
}

#services-link {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .mobile-menu {
    display: inline-block;
  }

  .menu-header {
    padding-left: 10%;
    padding-right: 10%;
  }

  .desktop-menu {
    display: none;
  }

  .fa-bars {
    color: rgb(20, 59, 102);
    font-size: 2em;
  }

  .menu-icons {
    display: none;
  }
}

.desktop {
  display: block;
}

.mobile-large {
  display: none;
}

.mobile-medium {
  display: none;
}

.header {}

.contact-form form {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .desktop {}

  .mobile-large {}

  .mobile-medium {}
}

@media only screen and (min-width: 1170px) {
  .heading {
    font-size: 2.5vw;
  }

  .subheading {
    font-size: 1.7vw;
  }

  .main-button {}
}

/*1024px*/
@media only screen and (max-width: 1170px) {

  .intro-short:not(.subpage) {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
  }

  .image-head-section {
    width: 100%;
  }

  .image-container {
    height: auto;
  }

  .desktop {
    display: none;
  }

  .mobile-large {
    display: block;
  }

  .mobile-medium {
    display: none;
  }

  .header {
    margin-left: 0;
    top: 46px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 7%;
    padding-bottom: 7%;
    padding-left: 10%;
    padding-right: 10%;

    min-height: auto;
    max-height: none;
  }
}

@media only screen and (max-width: 1024px) {
  .contact h2 {
    margin-bottom: 1.35em;
  }

  .contact-form form {
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 1160px) {
  .copyright span {
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 0.9rem;
  }
}

.booking-link, .services-link {
  cursor: pointer;
}

.booking-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5px;
  margin-bottom: 4em;
}

.booking-service-option {
  text-align: center;
}

.booking-service-option {
  background-color: #f4f7fc;
  color: #143b66;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}


.booking-service-option:not(.selected) {
  color: rgb(193, 216, 242);
  background-color: #f4f7fc;
  border-top: 5px solid transparent;
}

.booking-service-option:not(.selected):hover {
  cursor: pointer;
  background-color: #143b66;
  color: white;
}

.booking-service-option.selected {
  background-color: white;
  border-top: 5px solid #143b66;
  color: #143b66;
  cursor: auto;
}


.booking-service-title {
  font-weight: bold;
  text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
  .booking-service-option {
    font-size: 11.5px;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}


.summary-header {
  display: grid;
  grid-template-columns: minmax(200px, 400px) auto;
  grid-template-areas: "summary-picture summary-text";
  grid-column-gap: 5%;
  margin-bottom: 5%;
}

.services-main-intro {
  display: grid;
  grid-template-columns: auto minmax(200px, 350px);
  grid-template-areas: "services-main-intro-text services-main-intro-picture";
  grid-column-gap: 5%;
}

.summary-picture,
.services-main-intro-picture,
.services-detail-picture {
  width: 100%;
}

.summary-services {
  display: grid;
  grid-template-columns: minmax(200px, 400px) minmax(200px, 400px);
  grid-column-gap: 5%;
}

.services-header-summary {
  display: block;
}

.services-detail {
  display: grid;
  grid-template-columns: auto minmax(200px, 350px);
  grid-template-areas: "services-detail-text services-detail-picture";
  grid-column-gap: 5%;
}

.services-header-first {
  display: grid;
  grid-template-columns: auto minmax(200px, 350px);
  grid-template-areas: "services-header-first-text services-header-first-picture";
  grid-column-gap: 5%;
}

.services-header-second {
  display: grid;
  grid-template-columns: minmax(100px, 250px) auto;
  grid-template-areas: "services-header-second-picture services-header-second-text";
  grid-column-gap: 5%;
}


.main-services {
  margin-top: 2rem;
  /*grid-row-gap: 5%;
  height: 100%;*/
}

.main-service-row {
  display: flex;
}

.main-service {
  width: calc(47.5%);
}

.main-service:first-child {
  margin-right: 5%;
}

.main-service-row:first-child {
  margin-bottom: 5%;
}

.summary-service,
.main-service {
  background-color: #f4f7fc;
  padding: 1.5em;
}

.main-service {
  min-height: 0px;
  /*margin-bottom: 10%;*/
}

.summary-service-title,
.main-service-title {
  font-weight: bold;
  padding-bottom: 0.5em;
}

.main-service-title {
  text-transform: uppercase;
  padding-bottom: 1em;
}

.about-summary {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 5%;
  margin-top: 2em;
  margin-bottom: 2em;
}

.consultation-summary {
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
  justify-content: space-between;
}

.consultation-button {
  width: 16.5em;
}

.about-summary-section {
  background-color: #f4f7fc;
  padding: 1.5em;
}

.about-summary-section-title {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-transform: uppercase;
}

.opinions-quote-container {
  width: 100%;
  padding-top: calc(615 / 791);
  /* 1:1 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
}

.opinions-quote-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.opinion-main-content {
  display: flex;
}

.main-quotmark-image {
  width: 100%;
}

.opinions-quote {
  width: 8%;
}

.main-opinion-text {
  flex: 1;
  text-indent: 1em;
}

.quotmark-left {
  transform: rotate(180deg);
}

.main-quotmark-right {
  text-align: right;
}

.main-quotmark {
  width: 8%;
  display: inline-block;
}

.highlight-opinion-text {
  display: grid;
  grid-template-columns: minmax(32px, 6%) auto minmax(32px, 6%);
  margin-top: 0;
  margin-bottom: 0;
}

.fa-chevron-down {
  color: rgb(20, 59, 102);
  font-size: 1.2em;
  padding-left: 0.4em;
}

.service-question {
  font-weight: bold;
}

.service-answer {
  position: relative;
  padding-left: 1.5em;
}


.service-point {
  position: relative;
  padding-left: 1.5em;
}

.service-point::before {
  content: "\f061";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.service-question-container {
  margin-bottom: 1em;
}

.test-package {
  display: grid;
  grid-template-columns: minmax(200px, 30%) auto;
  grid-column-gap: 5%;
}

.test-package-image {
  width: 100%;
}


.notes {
  font-style: italic;
}

.services-detail {
  /*margin-top: 4em;*/
}

h1.services-detail-subtitle {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.consultation-detail {
  margin-top: 2rem;
}

.consultation-detail-title,
.services-themes {
  font-size: 1.3rem;
  font-weight: bold;
}

.test-package-price {
  font-style: italic;
}

h1 {
  /*font-size: 2.5vw;*/
  font-size: 2rem;
}

h2 {
  /*font-size: 1.7vw;*/
  font-size: 1.5rem;
}


.consultation-summary {
  margin-top: 2em;
  margin-bottom: 2em;
}

.test-package-detail {
  margin-top: 4em;
}

h1.test-package-subtitle {
  margin-bottom: 2rem;
}

.test-package {
  margin-top: 2em;
}

.test-package-button {
  margin-top: 1em;
}

.test-package-title {
  margin-top: 2rem;
}

.consultation-type-title {
  text-transform: none;
}

.consultation-type-section {
  display: flex;
  flex-direction: column;
  min-width: 245px;
  width: 30%;
}

.consultation-type-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.consultation-type-data {
  flex: 1;
}

.faq-title {
  color: rgb(117, 191, 214);
}



@media screen and (max-width: 750px) {
  .main-services {}

  .main-service-row {
    display: flex;
    flex-direction: column;
  }

  .main-service {
    width: 100%;
    margin-right: 0;
  }

  .main-service:first-child {
    margin-bottom: 2em;
  }

  .main-service-row:first-child {
    margin-bottom: 2em;
  }

  .summary-header {
    grid-template-columns: 1fr;
    grid-template-areas: "summary-text""summary-picture";
    margin-bottom: 0;
  }

  .services-main-intro {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "services-main-intro-text""services-main-intro-picture";
    margin-bottom: 0;
  }


  .summary-picture-container,
  .services-main-intro-picture-container,
  .services-detail-picture-container {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .services-main-intro-picture-container,
  .services-detail-picture-container,
  .services-header-first-picture-container,
  .services-header-second-picture-container {
    margin-top: 2em;
    margin-bottom: 0;
  }


  .services-detail {
    grid-template-columns: 1fr;
    grid-template-areas: "services-detail-text" "services-detail-picture";
    margin-bottom: 0;
  }


  .services-header-first {
    grid-template-columns: 1fr;
    grid-template-areas: "services-header-first-text" "services-header-first-picture";
    margin-bottom: 0;
  }

  .services-header-second {
    grid-template-columns: 1fr;
    grid-template-areas: "services-header-second-text" "services-header-second-picture";
    margin-bottom: 0;
  }

  .services-main-title-first:not(.mobile) {
    display: none;
  }

  .services-main-title-first.mobile {
    display: block;
  }


  .test-package {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 5%;

  }

  .test-package-button {
    margin-top: 1em;
  }

  .test-package-image {
    margin-bottom: 2em;
  }

  .main-about-summary {
    grid-template-columns: 1fr;
    grid-row-gap: 2em;
  }

  .short-summary-services {
    grid-template-columns: 1fr;
    grid-row-gap: 2em;
  }

}

@media screen and (max-width: 1050px) {

  .consultation-summary {
    /* grid-template-columns: 1fr;
    grid-row-gap: 2em;*/
    display: flex;
    flex-direction: column;
  }

  .consultation-type-section {
    max-width: 490px;
    width: 100%;
  }

  .consultation-type-section:not(:last-child) {
    margin-bottom: 2em;
  }
}

.services-main-intro-picture-container-container {
  grid-area: services-main-intro-picture
}

.services-main-intro-text {
  grid-area: services-main-intro-text
}

.summary-picture-container {
  grid-area: summary-picture
}

.summary-text {
  grid-area: summary-text
}

.services-detail-picture-container {
  grid-area: services-detail-picture
}

.services-detail-text {
  grid-area: services-detail-text
}


.services-header-first-picture-container {
  grid-area: services-header-first-picture
}

.services-header-first-text {
  grid-area: services-header-first-text
}

.services-header-second-picture-container {
  grid-area: services-header-second-picture
}

.services-header-second-text {
  grid-area: services-header-second-text
}


.summary-text p:first-child,
.services-main-intro-text p:first-child,
.test-package p:first-child {
  margin-top: 0;
}



.loader {
  display: none;
  border: 0.26em solid rgb(117, 191, 214);
  /* Light grey */
  border-top: 0.26em solid white;
  /* Blue */
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  animation: spin 2s linear infinite;
  margin-right: 1em;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#contactButton {
  display: flex;
  align-items: center;
}

.blog .point {
  position: relative;
  padding-left: 1.5em;
  font-style: italic;
}

.blog .point::before {
  content: "-";
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.services-header .first-point {
  position: relative;
  padding-left: 1.5em;
  font-style: italic;
}

.services-header .first-point::before {
  content: "\f061";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.services-header .first-point.service-first-point::before {
  content: "-";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.services-header .first-point.service-first-point {
  font-style: normal;
}

.service-first-section:not(:first-child) {
  margin-top: 1rem;
}

.services-short .first-point {
  position: relative;
  padding-left: 1.5em;
  font-style: normal;
}


.services-short .first-point::before {
  content: "\f061";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.services-short .first-point.service-first-point::before {
  content: "-";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.blog .numbers {
  counter-reset: my-sec-counter;
}

.blog .number {
  position: relative;
  padding-left: 1.5em;
}

.blog .number::before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) ". ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.blog .arrow {
  position: relative;
  padding-left: 1.5em;
}


.blog .arrow::before {
  font-weight: 900;
  content: "\f061";
  font-family: 'Font Awesome 6 Free';
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.blog .bullet-point {
  position: relative;
  padding-left: 1.5em;
}


.blog .bullet-point::before {
  font-weight: 900;
  content: "\2022";
  font-family: 'Font Awesome 6 Free';
  font-size: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}


.blog .highlighted {
  font-weight: bold;
  text-decoration: underline;
}

.blog .link {
  padding: 0;
  text-decoration: underline;
}

.blogs {
  background-color: #f4f7fc;
}

.blog-summary {
  /*display: flex;*/
  /*margin-top: 2em;
  margin-bottom: 2em;*/
  /*justify-content: space-around;*/
}


.blog-main-title {
  text-align: center;
}

.blog-sub-title {
  color: rgb(117, 191, 214);
  margin-bottom: 2.25em;
  text-align: center;
}

.blog-type-title {
  text-transform: none;
  padding-top: 1.5em;
}

.blog-type-section {
  display: flex;
  flex-direction: column;
  /*min-width: 245px;
  width: 40%;*/
  background-color: white;
  min-height: 100%;
  max-height: 100%;
}


.swiper-slide.blog-type-section {
  height: auto;
}

.blog-type-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog-type-data {
  flex: 1;
}

@media screen and (max-width: 1050px) {

  /*.blog-summary {
    display: flex;
    flex-direction: column;
  }*/

  .blog-type-section {
    /*max-width: 490px;*/
    width: 100%;
  }

  .blog-type-section:not(:last-child) {
    margin-bottom: 2em;
  }
}

.menu-items a {
  padding: 0;
}

.mobile-menu-icons a:first-child {
  padding-left: 0;
}

.mobile-menu-icons a:not(:first-child) {
  padding-left: 1em;
}

a.button-link {
  padding: 0;
}

.blog-image-section {}

.blog-image-right {
  width: 400px;
  float: right;
  padding-left: 2em;
  padding-bottom: 0.5em;
}

.blog-image-left {
  width: 400px;
  float: left;
  padding-right: 2em;
  padding-bottom: 0.5em;
}


.blog-text {}

@media only screen and (max-width: 1030px) {
  .blog-image-right {
    width: 400px;
    max-width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 0;
  }

  .blog-image-left {
    width: 400px;
    max-width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
}

.given {
  margin-top: 1rem !important;
  font-weight: bold;
  font-style: normal !important;
}

.blog-swipe {
  overflow-x: hidden;
}