@charset "UTF-8";

.readMoreButton {
  background-color: transparent;
  color: #00929c;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1em;
  font-size: 1em;
  padding: 1em;
  cursor: pointer;
  border: solid 2px;
  transition: 0.2s ease-in-out 0s;
}

.readMoreButton:hover {
  cursor: pointer;
  transform: scale(1.1);
}

div.imageAndTextBox {
  display: flex;
  flex-direction: row;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  padding-bottom: 2em;
}

div.imageAndTextBox img {
  width: 100%;
}

div.imageAndTextBox div.textBox {
  text-align: left;
  padding-top: 1em;
  padding-bottom: 1em;
}

div.imageAndTextBox div.textBox button {
  background-color: transparent;
  color: #00929c;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1em;
  font-size: 1em;
  padding: 1em;
  cursor: pointer;
  border: solid 2px;
  transition: 0.2s ease-in-out 0s;
}

div.imageAndTextBox div.textBox button:hover {
  cursor: pointer;
  transform: scale(1.1);
}

div.imageAndTextBoxRight {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

div.imageAndTextBoxRight img {
  width: 40%;
}

div.imageAndTextBoxRight div.textBox {
  text-align: left;
  padding-top: 1em;
  padding-bottom: 1em;
}

div.imageAndTextBoxRight div.textBox button {
  background-color: #085796;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1em;
  font-size: 1em;
  padding: 1em;
}

div.imageAndTextBoxRight div.textBox button:hover {
  background-color: #0B75CB;
  cursor: pointer;
}

@media screen and (max-width: 1280px) {
  div.imageAndTextBox {
    display: flex;
    flex-direction: column;
    justify-items: center;
    margin: 0 1em 1em 1em;
  }

  div.imageAndTextBoxRight {
    display: flex;
    flex-direction: column;
    justify-items: center;
    margin: 0 1em 1em 1em;
  }
}

article {
  max-width: 100% !important;
}

article {
  width: 100%;
}

div.explanation {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 1280px;
}

div.explanation .textWrapper,
div.explanation .textWrapper_right {
  align-self: center;
}

div.explanation .textWrapper h2,
div.explanation .textWrapper_right h2 {
  color: #00929c;
  text-align: left;
}

div.explanation .textWrapper {
  margin-right: 2em;
  margin-left: 2em;
}

div.explanation .textWrapper_right {
  margin-left: 2em;
  margin-right: 2em;
}

div.explanation div.explanation_block {
  display: flex;
  flex-direction: column;
}

div.explanation div.explanation_block div.image_and_text_left,
div.explanation div.explanation_block div.image_and_text_right {
  display: flex;
  flex-direction: row;
}

div.explanation div.explanation_block div.image_and_text_left img,
div.explanation div.explanation_block div.image_and_text_right img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

div.explanation div.explanation_block div.image_and_text_left p,
div.explanation div.explanation_block div.image_and_text_right p {
  text-align: left;
  color: #3d3a62;
}

div.explanation div.explanation_block div.image_and_text_left h3,
div.explanation div.explanation_block div.image_and_text_right h3 {
  font-weight: bolder;
  margin-bottom: 1em;
}

div.explanation div.explanation_block div.image_and_text_left h4,
div.explanation div.explanation_block div.image_and_text_right h4 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  div.explanation div.explanation_block div.image_and_text_left {
    display: flex;
    flex-direction: column-reverse;
    justify-items: center;
    align-items: center;
    margin-bottom: 2em;
  }

  div.explanation div.explanation_block div.image_and_text_left img {
    width: 100%;
  }

  div.explanation div.explanation_block div.image_and_text_right {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    margin-bottom: 2em;
  }

  div.explanation div.explanation_block div.image_and_text_right img {
    width: 100%;
  }
}

@media screen and (max-width: 1012px) {
  article {
    width: auto;
  }

  div.explanation .textWrapper {
    margin-right: 1em;
    margin-left: 1em;
    padding-top: 1em;
  }

  div.explanation .textWrapper_right {
    margin-right: 1em;
    margin-left: 1em;
    padding-top: 1em;
  }

  div.explanation {
    width: 100%;
  }

  div.explanation div.explanation_block {
    margin-top: 0em;
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 544px) {

  div.explanation .textWrapper h2,
  div.explanation .textWrapper_right h2 {
    text-align: center;
  }

  article {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.menu_foretag {
  text-decoration: underline;
  -webkit-text-decoration: underline solid currentColor;
  text-decoration: underline solid currentColor;
  text-decoration-thickness: 4px;
  text-decoration-color: #00929c;
  text-underline-offset: 16px;
}

.menu_foretag a {
  color: #00929c !important;
}

div.introduction_ftg {
  background-image: url("/_assets/375c00b9.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  color: white;
  height: 90vh;
}

div.introduction_ftg h3 {
  text-align: left;
}

div.introduction_ftg h4 {
  color: white;
}

div.introduction_ftg h1 {
  text-decoration: underline;
  text-decoration-color: #00929c;
  text-align: center;
  text-underline-offset: 10%;
}

div.introduction_ftg h2 {
  color: white;
  font-weight: 500;
  max-width: 1280px;
}

div.introduction_ftg .text_carrousel {
  position: relative;
  height: 24px;
  padding: 2em;
}

div.introduction_ftg .main-subtitle {
  color: #3d3a62;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  text-align: left;
  pointer-events: none;
}

div.introduction_ftg .main-subtitle.active {
  /* We'll use an 'active' class to show the current title */
  opacity: 1;
}

div.introduction_ftg div.intro_wrapper {
  margin-top: 8em;
}

div.introduction_ftg div.intro_wrapper li {
  font-size: 1.1em;
}

div.introduction_ftg div.intro_wrapper div.actions p {
  color: white;
}

div.introduction_ftg div.intro_wrapper div.actions button {
  margin-bottom: 1em;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 1em;
  font-size: 1em;
  padding: 1em;
  transition: 0.2s ease-in-out 0s;
  margin-top: 1em;
}

div.introduction_ftg div.intro_wrapper div.actions button:hover {
  cursor: pointer;
  transform: scale(1.1);
}

div.introduction_ftg div.intro_wrapper div.actions button.blue {
  background: #0b75cb;
}

div.introduction_ftg div.intro_wrapper div.actions button.green {
  background: none;
}

div.introduction_ftg div.intro_wrapper div.actions button.green:hover {
  cursor: pointer;
  transform: scale(1.1);
}

@media screen and (max-width: 1280px) {
  div.introduction {
    flex-direction: column-reverse;
  }

  div.introduction div.left,
  div.introduction div.right {
    max-width: 100% !important;
  }

  div.introduction div.left,
  div.introduction div.right {
    display: flex;
    flex-direction: column;
    padding: 0 1em;
    box-sizing: border-box;
  }

  div.introduction div.left h1,
  div.introduction div.right h1 {
    text-align: center;
  }

  div.introduction div.left p,
  div.introduction div.right p {
    font-size: 1.1rem;
  }

  div.introduction div.left img,
  div.introduction div.right img {
    height: 100%;
    max-height: 400px;
    padding: 0 2em;
    box-sizing: border-box;
  }

  div.introduction div.actions .loggaInButton {
    display: none;
  }
}

@media screen and (max-width: 1280px) and (max-width: 544px) {
  div.introduction_ftg div.intro_wrapper {
    margin-top: 5em;
  }

  div.introduction_ftg div.intro_wrapper div.actions {
    margin-top: 3em;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 323px;
    margin-left: 1em;
    margin-right: 1em;
  }

  div.introduction_ftg div.intro_wrapper div.actions .actionsButtons {
    display: flex;
    flex-direction: row;
  }
}

article h2,
article h3 {
  text-align: center;
}

header.white .create_btn {
  color: white;
}

header.white .create_btn a {
  text-decoration: none !important;
}

header.white .create_btn a {
  color: white;
}

header.white .create_btn a:hover {
  text-decoration: none !important;
}

header.white .create_btn a:hover {
  color: white;
}

header.white a {
  color: #3d3a62;
}

header * {
  box-sizing: border-box;
}

header {
  position: fixed;
  max-height: 4.5em;
  height: 4.5em;
  width: 100%;
  top: 0;
  display: flex;
  z-index: 1000;
  background-color: #fff;
}

header .nav_right {
  justify-content: end;
}

header div {
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

header div a.brand {
  height: 100%;
}

header div a.brand img {
  height: 4em;
  width: auto;
  margin-top: 2px;
}

header div .create_btn {
  color: white;
  background-color: #00929c;
  height: 40px;
  border-radius: 1em;
  border-width: 2px;
  padding-top: 0.5em;
  padding-bottom: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  transition: 0.2s ease-in-out 0s;
  margin-left: 2em;
}

header div .create_btn:hover {
  cursor: pointer;
  transform: scale(1.1);
}

header div .login_btn {
  color: #3d3a62;
  border: solid #3d3a62 2px;
  border-radius: 1em;
  padding-top: 0.4em;
  padding-left: 1.1em;
  padding-right: 1.1em;
  transition: 0.2s ease-in-out 0s;
  margin: 0 1em 0 0em;
}

header div .login_btn:hover {
  cursor: pointer;
  transform: scale(1.1);
}

@media screen and (min-width: 1200px) {
  .dropdown__title {
    background-color: transparent;
    border: none;
    font-family: inherit;
  }

  header .dropdown__title {
    background-color: transparent;
    border: none;
    font-family: inherit;
  }

  header nav {
    position: sticky;
    top: 0;
    display: grid;
    align-items: center;
    justify-items: center;
    place-items: center;
    align-self: center;
  }

  header nav>ul {
    grid-auto-flow: column;
    gap: 24px;
  }

  header nav>ul>li:not(.dropdown):hover {
    color: #3d3a62;
  }

  header nav>ul>li {
    color: #3d3a62;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
  }

  header nav>ul>li a,
  header nav>ul>li .dropdown__title {
    text-align: left;
    display: inline-block;
    color: #3d3a62;
    width: 100%;
  }

  header nav>ul>li a:focus,
  header nav>ul>li .dropdown__title:focus {
    outline: none;
  }

  header nav>ul>li>a,
  header nav>ul>li .dropdown__title {
    transition: 260ms all 120ms ease-out;
  }

  header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
  }

  header nav ul li {
    padding: 0;
  }

  header li.dropdown {
    position: relative;
  }

  header li.dropdown .dropdown__title {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
  }

  header li.dropdown .dropdown__title:after {
    content: "";
    border: 0.35rem solid transparent;
    transform: translateY(0.15em);
  }

  header li.dropdown .dropdown__title i {
    margin-left: 0.3em;
    margin-top: 3px;
  }

  header li.dropdown ul.dropdown__menu {
    position: absolute;
    min-width: 24ch;
    left: 100%;
    top: 27px;
    transition: 260ms all 120ms ease-out;
    transform: rotateX(-90deg) translateX(-50%);
    transform-origin: top center;
    visibility: hidden;
    opacity: 0.3;
    padding: 0.5em;
    background-color: #fff;
    border-radius: 1em;
    box-shadow: 0 0.15em 0.25em rgba(61, 58, 98, 0.25);
  }

  header li.dropdown ul.dropdown__menu li {
    display: block;
    padding: 0.5em;
    transition: 260ms all 120ms ease-out;
    cursor: pointer;
  }

  header li.dropdown ul.dropdown__menu li:hover {
    background: rgba(61, 58, 98, 0.1);
    text-decoration: none;
  }

  header li.dropdown ul.dropdown__menu li:focus {
    outline: none;
  }

  header li.dropdown:after {
    content: "";
    position: absolute;
    top: calc(100% - 1.25rem);
    left: 50%;
    transform: translateX(-50%);
    transition: 260ms all 120ms ease-out;
    opacity: 0;
    will-change: opacity;
  }

  header li.dropdown:hover .dropdown__menu,
  header li.dropdown[focus-within] .dropdown__menu {
    opacity: 1;
    transform: rotateX(0) translateX(-50%);
    visibility: visible;
  }

  header li.dropdown:hover .dropdown__menu,
  header li.dropdown:focus-within .dropdown__menu {
    opacity: 1;
    transform: rotateX(0) translateX(-50%);
    visibility: visible;
  }

  header li.dropdown:hover .dropdown__menu a,
  header li.dropdown[focus-within] .dropdown__menu a {
    opacity: 1;
  }

  header li.dropdown:hover .dropdown__menu a,
  header li.dropdown:focus-within .dropdown__menu a {
    opacity: 1;
  }

  header li.dropdown:hover:after,
  header li.dropdown[focus-within]:after {
    opacity: 1;
  }

  header li.dropdown:hover:after,
  header li.dropdown:focus-within:after {
    opacity: 1;
  }

  .mobile-menu-icon {
    display: none;
  }
}

#mobile-menu {
  display: none;
}

.mobile-menu-icon {
  display: none !important;
}

.mobile-menu-icon {
  font-size: 2em;
  opacity: 0.8;
  align-items: center;
  padding-right: 0.6em;
  color: #3d3a62;
}

.mobile-menu-icon>img {
  width: 1em !important;
}

@media screen and (max-width: 1280px) {
  header div {
    justify-content: space-between;
  }

  nav.desktop-nav {
    display: none;
  }

  .mobile-menu-icon {
    display: flex !important;
  }

  #mobile-menu {
    position: fixed;
    top: 0;
    padding-top: 6em;
    max-height: 1080px;
    min-width: 100%;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: #00929c;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    left: 0;
    transition: transform 0.5s ease;
    transform: translateX(100%);
    overflow: hidden;
    display: block;
  }

  #mobile-menu.show {
    transform: translateX(0);
  }

  #mobile-menu hr {
    height: 0;
    border-color: rgba(255, 255, 255, 0.15);
    border-width: 1px;
  }

  #mobile-menu p {
    padding: 0em;
    margin: 0em;
    font-size: 1.25em;
    color: white;
  }

  #mobile-menu ul {
    list-style: none;
    height: 100%;
  }

  #mobile-menu ul li {
    margin-bottom: 0.3em;
  }

  #mobile-menu ul li a {
    text-decoration: none;
    font-size: 1.25em;
    color: white;
    cursor: pointer;
  }

  #mobile-menu ul li ul {
    padding: 0 0 0 1em;
  }
}

footer {
  background-image: url("/_assets/84248e11.webp");
  background-size: cover;
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
  width: 100%;
  color: white;
  align-items: center;
  justify-content: center;
  padding-top: 5em;
  height: 100%;
  justify-content: end;
}

footer .socialla {
  font-size: 13px;
}

footer .copyright {
  font-size: 13px;
  margin-right: 1em;
  color: #3d3a62;
}

footer .fotter_bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 0.3em;
  align-items: center;
  padding-bottom: 0.3em;
  max-width: 85%;
  border-top: solid 3px #3d3a62;
}

footer>div {
  width: 100%;
  max-width: 1280px;
  padding-bottom: 2em;
}

footer>div.top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

footer>div.top>* {
  margin: 1.2em 0;
}

footer>div.top>p {
  font-size: 1em;
  color: white;
  padding: 0;
  margin-top: 1em;
}

footer>div .middle_wrapper {
  display: flex !important;
}

footer>div .middle_wrapper {
  justify-content: center;
  justify-items: center;
  padding-bottom: 3em;
}

footer>div .middle_wrapper ul {
  display: flex;
  flex-direction: column;
  line-height: 1.8em;
  padding-right: 5em;
  font-weight: 500;
}

footer>div .middle_wrapper ul p {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #00929c;
  text-decoration: underline;
  -webkit-text-decoration: underline solid currentColor;
  text-decoration: underline solid currentColor;
  text-decoration-thickness: 4px;
  text-underline-offset: 10%;
}

footer>div .middle_wrapper ul li {
  list-style-type: none !important;
}

footer>div .middle_wrapper ul li {
  padding: 0.2em;
  font-size: 1.0375rem;
}

footer>div .middle_wrapper ul li:first-child {
  color: white;
  font-size: 1.1em;
  line-height: 3em;
  font-weight: 600;
}

footer>div .middle_wrapper ul a:hover {
  color: #78d0d6 !important;
}

footer>div .middle_wrapper_left {
  align-self: center;
  text-align: -webkit-center;
}

footer>div .middle_wrapper_left img {
  width: 40% !important;
}

footer>div .middle_wrapper_right {
  display: flex;
  border-left: 3px solid #3d3a62;
  padding-left: 2em;
}

footer>div .middle_wrapper_right a {
  margin-bottom: 0.5em;
  color: #3d3a62;
  font-weight: 600;
}

footer>div .middle_wrapper_right a:hover {
  color: #00929c !important;
}

footer>div .middle_wrapper_right a:hover {
  text-decoration: none;
}

footer>div .socialla {
  display: flex;
}

footer>div .socialla a {
  margin-right: 1em;
  font-size: 2em;
  color: #3d3a62;
}

footer>div .socialla a:hover {
  color: #00929c !important;
}

footer>div .socialla span {
  flex: 1;
  text-align: right;
}

@media screen and (max-width: 1280px) {
  footer>div.top>a.signup {
    display: none;
  }
}

@media screen and (max-width: 1012px) {
  .middle_wrapper {
    flex-direction: column;
  }

  .middle_wrapper .middle_wrapper_right {
    border-left: none;
  }

  footer>div.middle {
    flex-direction: column-reverse;
    margin-bottom: 2em;
    align-items: center;
    flex: 1;
  }

  footer>div.middle div.about {
    padding-left: 0em;
  }

  footer>div.middle nav {
    padding-right: 0em;
  }

  footer>div.middle nav ul {
    padding-left: 3em;
  }

  .middle div.about img {
    align-self: center;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 1em;
  }

  .middle_wrapper {
    flex-direction: column;
  }

  .middle_wrapper .middle_wrapper_right {
    border-left: none;
  }

  .middle_wrapper .middle_wrapper_left {
    padding-top: 2em;
  }

  footer>div.middle nav {
    grid-template-columns: repeat(3, 1fr);
  }

  footer>div.middle nav ul {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.9em;
  }
}

@media screen and (max-width: 544px) {
  .middle_wrapper_right {
    flex-direction: column;
  }

  .fotter_bottom {
    flex-direction: column-reverse;
    padding-top: 2em;
  }

  footer>div.middle nav {
    grid-template-columns: repeat(2, 1fr);
    justify-items: left;
  }

  footer>div.middle nav ul {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 0.9em;
  }

  footer>div.middle div.about {
    align-items: center;
  }

  .copyright {
    text-align: center;
  }

  .copyright span {
    font-size: 0.9em;
  }

  footer>div.bottom {
    flex-direction: column;
  }

  .middle div.about img {
    align-self: left;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
  text-decoration: underline dotted currentColor;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

img {
  display: block;
  width: 100%;
}

picture {
  display: block;
  position: relative;
}

picture>img {
  position: absolute;
  height: auto;
}

ul {
  padding-left: 2rem;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  -webkit-text-decoration: underline solid currentColor;
  text-decoration: underline solid currentColor;
  text-decoration-thickness: 4px;
  text-decoration-color: #00929c;
  text-underline-offset: 16px;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}

html {
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

body {
  font-family: Silka, sans-serif !important;
}

body {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

body h1 {
  font-size: 4em;
  font-weight: 600;
  line-height: 1.4;
}

body h2 {
  font-size: 2.6em;
  color: #3d3a62;
}

body h3 {
  font-size: 1.325em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: #3d3a62;
}

body h4 {
  color: #3d3a62;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

body h5 {
  font-size: 1.075em;
}

body h6 {
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
}

body p,
body li {
  font-size: 1.0525em;
  color: #3d3a62;
}

body p,
body h1,
body h2,
body h3,
body h4,
body h5 {
  text-align: left;
}

body .header_h2 {
  font-size: 1.6em;
  font-weight: 400;
}

body footer {
  margin-top: auto;
  overflow: hidden;
}

body main {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

body main article {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 1em;
}

body main h2,
body main h3 {
  text-align: center;
}

body main h2.green,
body main h3.green {
  color: #00929c;
}

@media screen and (max-width: 768px) {
  body h1 {
    font-size: 2.5em;
  }

  body h2 {
    font-size: 2em;
  }

  body p {
    font-size: 1em;
  }

  body .header_h2 {
    font-size: 1.2em !important;
  }
}

@media screen and (max-width: 544px) {
  body h1 {
    font-size: 2em;
  }

  body h2 {
    font-size: 1.5em;
  }

  body h3 {
    font-size: 1.1em;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./styles/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #3d3a62;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 3em;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #3d3a62;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #3d3a62;
  opacity: 0.75;
}

span.imagelink {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 0.6em;
  margin-top: 0.3em;
  color: #5e6969;
}

span.imagelink.notvisible {
  visibility: hidden;
}

.grecaptcha-badge {
  visibility: hidden;
}

iframe[title="chat widget"] {
  outline: none !important;
  visibility: visible !important;
  resize: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  background: none transparent !important;
  opacity: 1 !important;
  top: auto !important;
  left: auto !important;
  position: absolute !important;
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  transition-property: none !important;
  transform: none !important;
  z-index: 1000000 !important;
  cursor: auto !important;
  float: none !important;
  border-radius: 0 !important;
  border-radius: initial !important;
  pointer-events: auto !important;
  display: block !important;
  height: 75px !important;
  width: 75px !important;
  min-height: 75px !important;
  min-width: 75px !important;
  max-height: 75px !important;
  max-width: 75px !important;
  bottom: 14px !important;
  right: 5px !important;
}