@font-face {
  font-family: "akkurat";
  src: url("/fonts/Akkurat regular.woff2") format("woff2"), url("/fonts/Akkurat regular.woff") format("woff"), url("/fonts/Akkurat regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "akkurat";
  src: url("/fonts/Akkurat Bold.woff2") format("woff2"), url("/fonts/Akkurat Bold.woff") format("woff"), url("/fonts/Akkurat Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "akkurat";
  src: url("/fonts/Akkurat Light.woff2") format("woff2"), url("/fonts/Akkurat Light.woff") format("woff"), url("/fonts/Akkurat Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "akkurat";
  src: url("/fonts/Akkurat italic.woff2") format("woff2"), url("/fonts/Akkurat italic.woff") format("woff"), url("/fonts/Akkurat italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "angie";
  src: url("/fonts/AngieSans Regular.woff2") format("woff2"), url("/fonts/AngieSans Regular.woff") format("woff"), url("/fonts/AngieSans Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "angie";
  src: url("/fonts/AngieSans Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "angie";
  src: url("/fonts/AngieSans BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "angie";
  src: url("/fonts/AngieSans Italic.woff2") format("woff2"), url("/fonts/AngieSans Italic.woff") format("woff"), url("/fonts/AngieSans BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  background-color: #F5F5F5;
  color: #000000;
}

.content {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.content img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .content .image {
    max-width: 600px;
  }
  .content .image--right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.content--2-column {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .content--2-column {
    flex-direction: row;
  }
}
.content--2-column > * {
  flex: 1;
}

.droplet {
  border-radius: 0 8px 8px 8px;
}

.fjs-hidden {
  display: none;
}

.banner {
  display: flex;
  background-color: #F08700;
  border-radius: 0 8px 8px 8px;
}
@media (min-width: 1000px) {
  .banner {
    height: 150px;
  }
}

.banner__image {
  display: none;
  max-height: 100%;
  width: auto;
  clip-path: polygon(-1% -1%, 80% -1%, 100% 100%, -1% 100%);
}
.banner__image img {
  width: auto;
  max-height: 100%;
}
@media (min-width: 1000px) {
  .banner__image {
    display: block;
  }
}

.banner__content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.banner__drop {
  background-color: #FF9E1F;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
}
@media (min-width: 1000px) {
  .banner__drop {
    font-size: 1.5em;
    padding: 20px 30px;
    gap: 40px;
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .banner__drop {
    font-size: 2em;
  }
}
.banner__drop p {
  margin: 0;
  text-align: center;
}
.banner__drop p strong {
  text-wrap: nowrap;
}

.button {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  display: inline-flex;
  text-decoration: none;
  background-color: #2F5651;
  color: #F5F5F5;
  border-bottom: unset;
  padding: 10px;
  border-radius: 0 8px 8px 8px;
  border: unset;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
}
.button--light {
  background-color: #F5F5F5;
  color: #000000;
  border: 1px solid #BFD7B7;
}
.button:hover, .button:active, .button:focus {
  background-color: #BFD7B7;
  color: #000000;
}

.button-group {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.callout {
  background-color: #BFD7B7;
  padding: 20px;
  border-radius: 0 8px 8px 8px;
  margin-bottom: 20px;
}
.callout .callout__image {
  width: 150px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.callout .callout__image img {
  width: 100%;
  height: auto;
}

.card {
  flex: 1 1 370px;
  background-color: #BFD7B7;
  padding: 20px;
  border-radius: 0 8px 8px 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000000;
  text-decoration: none;
}
.card a,
.card a:visited,
.card a:active,
.card a:hover,
.card a:focus {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.card a:hover,
.card a:focus {
  color: #2F5651;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.card--white {
  background-color: #ffffff;
}
.card:has(.card__header .card__image-holder) {
  padding: 0 20px 20px;
}

.card__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: -20px;
  gap: 20px;
}

.card__image-holder {
  width: 100px;
  height: 100px;
  float: left;
  padding: 20px;
  background-color: #ffffff;
  border-bottom-right-radius: 8px;
}

.card__image {
  width: 100%;
  height: auto;
}

.card__title {
  margin-top: 0;
}

.card__actions {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.card__link {
  float: right;
}

.card__title {
  margin: 0;
}

.card__text {
  margin: 0;
}

.card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.card-group .card {
  max-width: unset;
}
.card-group--2-column .card {
  flex: 1 1 600px;
}

.contact {
  margin-top: 20px;
  margin-left: 20px;
}

.contact__item {
  display: flex;
  align-items: center;
}

.contact__icon {
  margin-right: 20px;
  width: 20px;
}

.contact__item--no-icon {
  margin-left: 40px;
}

.contact-map {
  width: 100%;
}

.footer {
  background: #2F5651;
  color: #ffffff;
}

.footer__center a,
.footer__center a:visited,
.footer__center a:active,
.footer__center a:hover,
.footer__center a:focus {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer__center a:hover,
.footer__center a:focus {
  color: #BFD7B7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-logo {
  display: flex;
  justify-content: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .footer-logo {
    justify-content: left;
  }
}
.footer-logo .logo {
  border-radius: 8px 8px 0 0;
}

.footer__content {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
}
@media (min-width: 1400px) {
  .footer__content {
    padding: 100px 40px 40px 40px;
  }
}
@media (min-width: 1000px) {
  .footer__content {
    flex-direction: row;
  }
}

.footer__left {
  flex: 1;
  width: 100%;
  text-align: center;
}
.footer__left a,
.footer__left a:visited,
.footer__left a:active,
.footer__left a:hover,
.footer__left a:focus {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer__left a:hover,
.footer__left a:focus {
  color: #BFD7B7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__center {
  flex: 2;
}
.footer__center ul {
  margin: 0;
}

.footer__right {
  flex: 1;
  width: 100%;
  text-align: right;
}

.footer__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__right a,
.footer__right a:visited,
.footer__right a:active,
.footer__right a:hover,
.footer__right a:focus {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer__right a:hover,
.footer__right a:focus {
  color: #BFD7B7;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.social-media-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1000px) {
  .social-media-links {
    justify-content: right;
  }
}

@media (min-width: 1000px) {
  .footer__left {
    text-align: left;
  }
}
.social-media-logo {
  background-color: #ffffff;
  padding: 5px;
}

.credits {
  display: flex;
  gap: 10px;
  font-size: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}
.credits a,
.credits a:visited,
.credits a:active,
.credits a:hover,
.credits a:focus {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.credits a:hover,
.credits a:focus {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (min-width: 1000px) {
  .credits {
    gap: 20px;
  }
}

.form-group {
  border: unset;
  padding: unset;
  margin-bottom: 20px;
}

.input-field {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.input-field--checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.input-field--checkbox [type=checkbox] {
  margin: 0;
  line-height: normal;
  width: 20px;
  height: 20px;
}
.input-field--checkbox .input-field__label {
  margin-bottom: 0;
}

.input-field-group {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .input-field-group {
    flex-direction: row;
    gap: 10px;
  }
}

.input-field__label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.input-field__input {
  display: block;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding: 10px;
  border: 1px solid #000000;
  height: 42px;
  border-radius: 0;
}

.input-field__input--textarea {
  height: 126px;
  width: 100%;
  max-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  padding: 10px;
}

.header {
  display: flex;
  height: 55px;
  background-color: #2F5651;
}
.header .logo {
  position: relative;
  padding: 0;
  border-bottom-right-radius: 8px;
}
@media (min-width: 1000px) {
  .header .logo {
    padding: 0;
  }
}

@media (min-width: 1000px) {
  .page--homepage .logo {
    padding: 0 20px;
  }
}

.header__content {
  display: flex;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.profile-picture {
  width: 156px;
  height: auto;
  margin-right: 20px;
  float: left;
}

.content p a,
.content p a:visited,
.content p a:active,
.content p a:hover,
.content p a:focus, .content li a,
.content li a:visited,
.content li a:active,
.content li a:hover,
.content li a:focus {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.content p a:hover,
.content p a:focus, .content li a:hover,
.content li a:focus {
  color: #2F5651;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  background-color: #2F5651;
}
.logo .logo__image {
  height: auto;
  width: 100%;
}

@media (min-width: 1000px) {
  .page--homepage .logo {
    width: 250px;
    height: 250px;
  }
}

.fjs-nav-open {
  overflow: hidden;
}
.fjs-nav-open main {
  filter: blur(8px);
}

.menu-toggle {
  display: none;
}

.menu-toggle:checked ~ .navigation {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1000px) {
  .menu-toggle:checked ~ .navigation {
    flex-direction: column;
  }
  .menu-toggle:checked ~ .navigation .button.navigation__main-cta {
    padding: 20px 40px;
    margin: 40px 0;
    width: 80%;
    justify-content: center;
  }
}

.navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #2F5651;
  color: #ffffff;
  z-index: 99;
  margin: 0 20px 0 20px;
  align-items: center;
}
@media (max-width: 1000px) {
  .navigation {
    display: none;
    position: fixed;
    top: 0;
    opacity: 0.9;
    height: 100vh;
    width: 100vw;
    padding-top: 40px;
    margin-left: 0;
    padding-bottom: 20px;
  }
  .navigation .content {
    height: 100%;
  }
}

.menu-toggle-label {
  display: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  color: #ffffff;
  position: absolute;
  right: 0;
  z-index: 999;
  font-size: 3rem;
}
@media (max-width: 1000px) {
  .menu-toggle-label {
    display: flex;
  }
}

.menu-toggle-label__icon {
  fill: #ffffff;
}

.menu {
  display: flex;
  width: 100%;
  gap: 10px;
  margin: 0;
  padding: 10px 0;
}
@media (max-width: 1000px) {
  .menu {
    height: 100%;
    flex-direction: column;
    align-items: center;
    max-height: 75%;
  }
}

.menu__item {
  list-style: none;
}
@media (max-width: 1000px) {
  .menu__item {
    width: 100%;
    flex-grow: 1;
  }
}
.menu__item .menu__item-icon {
  display: none;
}
@media (min-width: 1000px) {
  .menu__item .menu__item-icon {
    display: block;
  }
  .menu__item:hover .menu__dropdown, .menu__item:focus-within .menu__dropdown, .menu__item:focus .menu__dropdown {
    display: flex;
  }
}

.menu__link {
  display: inline-flex;
  font-family: Verdana, sans-serif;
  font-size: 1.25rem;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
  justify-content: space-around;
}
@media (max-width: 1000px) {
  .menu__link {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 0;
  }
  .menu__link:hover {
    background-color: #ffffff;
    color: #000000;
  }
}
.menu__link:hover, .menu__link:focus {
  background-color: #BFD7B7;
  color: #000000;
  outline: none;
}

.menu__dropdown {
  display: none;
  padding: 20px;
}
@media (min-width: 1000px) {
  .menu__dropdown {
    background-color: #2F5651;
    position: absolute;
    flex-direction: column;
    gap: 10px;
  }
}

.menu__dropdown-item {
  list-style: none;
}

.hero {
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.hero__image {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 0 8px 8px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #BFD7B7;
  padding: 20px;
  margin: -70px 20px 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  text-align: center;
  position: relative;
}
@media (min-width: 1000px) {
  .hero__content {
    max-width: 500px;
    margin: -70px auto 50px;
  }
}

.hero__company-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  justify-content: center;
}

.hero__credentials {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: bold;
}

.pricing-card {
  display: grid;
  width: 100%;
  row-gap: 0;
  grid-template-columns: auto;
  grid-template-rows: auto;
}
@media (min-width: 1000px) {
  .pricing-card {
    row-gap: 20px;
    grid-template-columns: auto 2fr;
    grid-template-rows: auto;
    grid-template-areas: "type" "type" "type";
  }
}

.pricing-card__name {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #BFD7B7;
  border-radius: 0 8px 0 0;
  padding: 20px;
  margin-top: 40px;
}
.pricing-card__name:has(.pricing-card__image) {
  padding: 0 20px 20px;
}
@media (min-width: 1000px) {
  .pricing-card__name {
    border-radius: 0 0 0 8px;
    margin-top: 0;
  }
}

.pricing-card__title {
  margin: 0;
}

.pricing-card__image {
  position: relative;
  width: 100px;
  height: 100px;
  padding: 20px;
  background-color: #ffffff;
  border-bottom-right-radius: 8px;
  left: -20px;
}

.pricing-table {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-auto-rows: min-content;
  gap: 10px;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 20px;
}
@media (min-width: 1000px) {
  .pricing-table {
    border-radius: 0 8px 8px 0;
  }
}

.pricing-table__row {
  display: flex;
  gap: 20px;
}

.pricing-table__value {
  text-align: right;
}
@media (min-width: 1000px) {
  .pricing-table__value {
    text-align: left;
  }
}

.section {
  padding: 20px;
}
@media (min-width: 1400px) {
  .section {
    padding: 40px;
  }
}

.page:not(.page--homepage) .section:first-child {
  margin-top: 100px;
}
@media (min-width: 1400px) {
  .page:not(.page--homepage) .section:first-child {
    margin-top: 80px;
  }
}

.title,
h1, h2, h3, h4, h5, h6 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Open Sans", sans-serif;
  gap: 10px;
  hyphens: auto;
}
@media (min-width: 1000px) {
  .title,
  h1, h2, h3, h4, h5, h6 {
    flex-direction: row;
  }
}
.title:first-child,
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
.title + p,
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  margin-top: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

p {
  line-height: 1.6em;
}
p:first-child {
  margin-top: 0;
}

ul, li {
  line-height: 1.6em;
}

footer {
  line-height: 1.75em;
}

blockquote {
  font-style: italic;
  border-left: 4px solid #2F5651;
  margin-left: 20px;
  padding-left: 20px;
}

.subtext {
  font-size: 0.875em;
  font-style: italic;
  font-weight: normal;
}

.simple-table,
table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto 0;
  border: 1px solid #ddd;
}
.simple-table th, .simple-table td,
table th,
table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.simple-table th,
table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.simple-table tr:hover,
table tr:hover {
  background-color: #f5f5f5;
}
.simple-table .table-header,
table .table-header {
  font-weight: bold;
  margin-bottom: 10px;
}

.simple-list,
.content ul {
  padding-left: 20px;
}
.simple-list li,
.content ul li {
  margin-bottom: 10px;
}
.simple-list li .simple-list,
.content ul li .simple-list {
  margin-top: 10px;
}
@media (min-width: 1400px) {
  .simple-list,
  .content ul {
    padding-left: 40px;
  }
}

.steps {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .steps {
    flex-direction: row;
    gap: 20px;
  }
}

.step {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 20px;
  background-color: #BFD7B7;
  align-items: center;
  margin-top: 15px;
  text-decoration: none;
  color: #000000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  position: relative;
}
@media (min-width: 1000px) {
  .step {
    font-size: 2rem;
    border-radius: 10px;
    margin-top: 40px;
  }
  .step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 60px;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #BFD7B7;
  }
}
.step:hover .step__number {
  background-color: #BFD7B7;
}
.step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 60px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #BFD7B7;
}

.step__number {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 20px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  text-align: center;
  margin: -20px 0 0;
  font-size: 1.5rem;
}
@media (min-width: 1000px) {
  .step__number {
    width: 80px;
    height: 80px;
    font-size: 2rem;
    border-radius: 20px;
  }
}
.step__number--icon {
  padding: 10px;
}
.step__number--icon svg {
  height: 40px;
  width: auto;
}

.step__title {
  display: flex;
  text-align: center;
  flex: 1;
  align-items: center;
  font-size: 1.2rem;
}
@media (min-width: 1000px) {
  .step__title {
    font-size: 1.5rem;
  }
}

.to-top {
  position: fixed;
  pointer-events: all;
  bottom: 20px;
  right: 20px;
  display: none;
  text-decoration: none;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  padding: 0.25rem;
  border: #2F5651;
  transition: transform 80ms ease-in;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjYmZhNThmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHg9IjBweCIgeT0iMHB4Ij48Zz48cGF0aCBkPSJNMTIgMjRjLTYuNjE3IDAtMTItNS4zODMtMTItMTJzNS4zODMtMTIgMTItMTIgMTIgNS4zODMgMTIgMTItNS4zODMgMTItMTIgMTJ6bTAtMjJjLTUuNTE0IDAtMTAgNC40ODYtMTAgMTBzNC40ODYgMTAgMTAgMTAgMTAtNC40ODYgMTAtMTAtNC40ODYtMTAtMTAtMTB6TTE2IDE1Yy0uMjU2IDAtLjUxMi0uMDk4LS43MDctLjI5M2wtMy4yOTMtMy4yOTMtMy4yOTMgMy4yOTNjLS4zOTEuMzkxLTEuMDIzLjM5MS0xLjQxNCAwcy0uMzkxLTEuMDIzIDAtMS40MTRsNC00Yy4zOTEtLjM5MSAxLjAyMy0uMzkxIDEuNDE0IDBsNCA0Yy4zOTEuMzkxLjM5MSAxLjAyMyAwIDEuNDE0LS4xOTUuMTk1LS40NTEuMjkzLS43MDcuMjkzek0xNyA4aC0xMGMtLjU1MiAwLTEtLjQ0OC0xLTFzLjQ0OC0xIDEtMWgxMGMuNTUzIDAgMSAuNDQ4IDEgMXMtLjQ0NyAxLTEgMXpNMTIgMTljLS41NTIgMC0xLS40NDctMS0xdi04YzAtLjU1Mi40NDgtMSAxLTFzMSAuNDQ4IDEgMXY4YzAgLjU1My0uNDQ4IDEtMSAxeiI+PC9wYXRoPjwvZz48L3N2Zz4=");
  background-size: cover;
}

.to-top--show {
  display: inline-block;
}

.video-container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.video-container video {
  max-width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 0 8px 8px 8px;
}
@media (min-width: 1000px) {
  .video-container video {
    padding: 20px;
  }
}

/*# sourceMappingURL=main.css.map */
