*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  background: #f1f1f1;
}

.page {
  overflow: hidden;
  padding-top: 8rem;
}
@media only screen and (min-width: 768px) {
  .page {
    padding-top: 11rem;
  }
}

/* poppins-regular - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local("Poppins Regular"), local("Poppins-Regular"), url("../fonts/poppins-v12-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/poppins-v12-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: local("Poppins Italic"), local("Poppins-Italic"), url("../fonts/poppins-v12-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/poppins-v12-latin-ext_latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../fonts/poppins-v12-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/poppins-v12-latin-ext_latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: local("Poppins SemiBold Italic"), local("Poppins-SemiBoldItalic"), url("../fonts/poppins-v12-latin-ext_latin-600italic.woff2") format("woff2"), url("../fonts/poppins-v12-latin-ext_latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-800 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: local("Poppins ExtraBold"), local("Poppins-ExtraBold"), url("../fonts/poppins-v12-latin-ext_latin-800.woff2") format("woff2"), url("../fonts/poppins-v12-latin-ext_latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-800italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  src: local("Poppins ExtraBold Italic"), local("Poppins-ExtraBoldItalic"), url("../fonts/poppins-v12-latin-ext_latin-800italic.woff2") format("woff2"), url("../fonts/poppins-v12-latin-ext_latin-800italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Caveat-Regular.ttf") format("truetype");
}
.content {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  z-index: 50;
  padding: 6rem 0 0 0;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 8.4rem 0 0 0;
  }
}
.content__sidebar {
  width: 23rem;
  background: #0070e0;
  color: #fff;
}
@media only screen and (max-width: 990px) {
  .content__sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    padding: 8rem 0 0 0;
    z-index: 10;
    transition: 0.6s;
  }
  .content__sidebar.open {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .content__sidebar {
    padding: 6rem 0 0 0;
  }
}
.content__container {
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .content__container {
    width: calc(100% - 23rem);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  display: flex;
  align-items: center;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.header__logo {
  position: relative;
  background: #0070e0 url(../images/logo-icon.png) no-repeat center left;
  width: 9rem;
  height: 6rem;
  font-size: 0;
  text-decoration: none;
  display: block;
}
@media only screen and (min-width: 768px) {
  .header__logo {
    background: #0070e0 url(../images/logo.png) no-repeat center left;
    width: 23rem;
    height: 8.4rem;
  }
}
.header__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 9rem);
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .header__content {
    width: calc(100% - 23rem);
  }
}
.header__toggle {
  position: relative;
  display: inline-block;
  width: 4.5rem;
  height: 4rem;
  border: none;
  outline: none !important;
  background: #fff;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  cursor: pointer;
  z-index: 500;
  margin: 0 1.5rem 0 0;
  border-radius: 0rem;
}
@media only screen and (min-width: 991px) {
  .header__toggle {
    display: none;
    margin: 0 0 0 2rem;
  }
}
.header__toggle span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 2.8rem;
  background: #0070e0;
  opacity: 1;
  left: 0.85rem;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header__toggle span:nth-child(1) {
  top: 1rem;
}
.header__toggle span:nth-child(2) {
  top: 1.8rem;
}
.header__toggle span:nth-child(3) {
  top: 1.8rem;
}
.header__toggle span:nth-child(4) {
  top: 2.6rem;
}
.header__toggle.open span:nth-child(1) {
  top: 1.5rem;
  width: 0%;
  left: 50%;
}
.header__toggle.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header__toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header__toggle.open span:nth-child(4) {
  top: 1.5rem;
  width: 0%;
  left: 50%;
}
.header__search {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 768px) {
  .header__search {
    margin: 0 0 0 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .header__search {
    margin: 0 0 0 1rem;
  }
}
.header__user {
  display: flex;
  align-items: center;
}
.header__user .setting {
  margin-right: 10px;
}

.header-search {
  display: none;
}
@media only screen and (min-width: 550px) {
  .header-search {
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) {
  .header-search {
    min-width: 30rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-search.open {
    display: flex;
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 1.5rem 2rem 1.5rem 0;
    flex-direction: row-reverse;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
  }
}
.header-search__toggle {
  display: block;
  cursor: pointer;
  border: none;
  background: transparent;
  text-decoration: none;
  padding: 0;
  margin: 0;
  transition: 0.3s;
  border-radius: 0;
  outline: none !important;
}
@media only screen and (min-width: 550px) {
  .header-search__toggle {
    display: none;
  }
}
.header-search__toggle img {
  max-height: 1.8rem;
}
.header-search__btn {
  cursor: pointer;
  border: none;
  background: transparent;
  display: block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  transition: 0.3s;
  border-radius: 0;
  outline: none !important;
}
@media only screen and (max-width: 767px) {
  .header-search__btn img {
    max-height: 1.8rem;
  }
}
.header-search__inp {
  flex: 1;
  border: none;
  background: transparent;
  display: block;
  padding: 0 1.5rem;
  margin: 0;
  border-radius: 0;
  outline: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
}

.user {
  position: relative;
}
.user__thumb {
  cursor: pointer;
  border: none;
  background: transparent;
  display: block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  transition: 0.3s;
  border-radius: 0;
  outline: none !important;
}
.user__menu {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  background: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  display: none;
}
.user__menu:before {
  content: "";
  position: absolute;
  top: -1rem;
  right: 1rem;
  border-bottom: 1rem solid #fff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}
.user__menu ul {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  text-align: right;
}
.user__menu ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.user__menu ul li a {
  font-size: 1.25rem;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0.7rem 2rem;
  white-space: nowrap;
}
.user__menu ul li a:hover {
  text-decoration: underline;
}
.user__menu ul li a.logout {
  color: red;
}

.header-toggle {
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0 1.8rem 0 0;
  margin: 0;
  display: flex;
  align-items: center;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.1rem;
  height: 6rem;
  border-radius: 0;
  background: #0070e0;
}
@media only screen and (min-width: 768px) {
  .header-toggle {
    height: 8.4rem;
    padding: 0 2rem 0 0rem;
  }
}
@media only screen and (min-width: 991px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle__icon {
  position: relative;
  height: 1rem;
  width: 1.2rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 1.6rem;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 0.8rem;
}
.header-toggle.open .header-toggle__icon span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle.open .header-toggle__icon span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle.open .header-toggle__icon span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle.open .header-toggle__icon span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.text-center {
  text-align: center !important;
}

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

.text-left {
  text-align: left !important;
}

.hidden {
  display: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.w-100 {
  width: 100% !important;
}

.w-50 {
  width: 50% !important;
}

.text-bold {
  font-weight: bold !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.m-auto {
  margin: 0 auto !important;
}

.space-nowrap {
  white-space: nowrap !important;
}

.color-primary {
  color: #0070e0 !important;
}

.bg-primary {
  background: #0070e0 !important;
}

.d-block {
  display: block;
}

.auth {
  display: flex;
  min-width: 100vw;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.auth__h1 {
  margin: 0 0 2.5rem 0;
  font-size: 2.4rem;
  color: #000;
}
.auth__form {
  padding: 2.5rem 1.5rem 2rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .auth__form {
    padding: 3rem;
  }
}
.auth__box {
  width: 100%;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 40rem;
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
  margin: 0 auto;
}
.auth__box p {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.5;
  margin: 0 0 2.5rem 0;
}
.auth__box .box .btn {
  justify-content: center;
}
.auth__box .form-info--login {
  flex-direction: row-reverse;
}
.auth__box .form-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 2.5rem 0;
  font-size: 1.4rem;
  color: #000;
}
.auth__box .form-info a {
  color: inherit;
}
.auth__logo {
  font-size: 0;
  padding: 3rem;
  text-align: center;
  background: #0070e0;
}
.auth__logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 7.5rem;
}

.btn {
  line-height: 1.1;
  letter-spacing: 0rem;
  border: 0.2rem solid #0070e0;
  outline: none !important;
  border-radius: 0.5rem;
  cursor: pointer;
  text-decoration: none !important;
  padding: 1rem 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #fff;
  background: #0070e0;
  position: relative;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  transition: 0.2s;
  white-space: nowrap;
}
.btn:hover {
  background: transparent;
  border-color: #0070e0;
  text-decoration: none;
  color: #0070e0;
}
.btn.btn-icon {
  padding: 1.3rem 2rem 1.3rem 2rem;
}
.btn.btn-icon img {
  margin: 0 1.2rem 0 0;
}
.btn.btn-icon:hover img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(85%) saturate(7151%) hue-rotate(200deg) brightness(104%) contrast(101%);
}
.btn.btn-no {
  border-color: #aaa;
  background: #aaa;
  color: #fff;
}
.btn.btn-no:hover {
  border-color: #aaa;
  background: transparent;
  color: #aaa;
}

.btn-link {
  line-height: 1.1;
  letter-spacing: 0rem;
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: underline !important;
  padding: 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #0070e0;
  background: transparent;
  position: relative;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  transition: 0.2s;
  white-space: nowrap;
}
.btn-link:hover {
  text-decoration: none !important;
  color: #0070e0;
}

.section__form {
  background: #fff;
  border-radius: 0.8rem;
  margin: 2rem 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  padding: 2.5rem 1.5rem 2rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .section__form {
    padding: 3rem;
  }
}

.form-field {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 2.5rem 0;
}
.form-field.checked .visible-checked {
  display: block;
}
.form-field__action {
  padding: 1rem 0;
}
.form-field__image {
  border: 0.2rem solid #e9e9eb;
  background: #fff;
  min-height: 15rem;
  width: 100%;
  max-width: 36rem;
  position: relative;
  border-radius: 0.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}
.form-field__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 3rem);
  max-height: calc(100% - 3rem);
}
.form-field__label {
  margin: 0;
  padding: 0;
  width: 13rem;
  line-height: 1.1;
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
  display: block;
}
.form-field__label.w-100 {
  padding: 0 0 1.1rem 0;
}
.form-field__control {
  width: calc(100% - 13rem);
}
.form-field__control textarea {
  border: 0.2rem solid #e9e9eb;
  padding: 1.5rem 2rem;
  line-height: 1.1;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background: #e9e9eb;
  margin: 0;
  outline: none !important;
  border-radius: 0.5rem;
  resize: none;
  min-height: 20rem;
  width: 100%;
  max-width: 85rem;
}
.form-field__control textarea::placeholder {
  font-style: italic;
}
.form-field__control textarea:focus {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.form-field__control input, .form-field__control .span-like-input {
  border: 0.2rem solid #e9e9eb;
  padding: 1rem 2rem;
  line-height: 1.2;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background: #e9e9eb;
  margin: 0;
  outline: none !important;
  border-radius: 0.5rem;
  resize: none;
  width: 100%;
  max-width: 36rem;
}
.form-field__control input::placeholder, .form-field__control .span-like-input::placeholder {
  font-style: italic;
}
.form-field__control input:focus, .form-field__control .span-like-input:focus {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.form-field__control input.radius-bottom, .form-field__control .span-like-input.radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-field__control select {
  border: 0.2rem solid #e9e9eb;
  padding: 1rem 2rem;
  line-height: 1.1;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background: #e9e9eb;
  margin: 0;
  outline: none !important;
  border-radius: 0.5rem;
  resize: none;
  width: 100%;
  max-width: 36rem;
}
.form-field__control select::placeholder {
  font-style: italic;
}
.form-field__control select:focus {
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.form-field__control select.radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-field__control.visible-checked {
  display: none;
}
.form-field__checkbox {
  margin: 0.8rem 0;
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
  position: relative;
  padding: 0 0 0 2.5rem;
  cursor: pointer;
  min-height: 1.6rem;
  line-height: 1.6rem;
  outline: none;
  width: 100%;
}
.form-field__checkbox:hover {
  text-decoration: underline;
}
.form-field__checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-field__checkbox input:checked ~ .form-field__indicator {
  background-color: #0070e0;
  border-color: #0070e0;
}
.form-field__checkbox input:checked ~ .form-field__indicator {
  background-color: #0070e0;
  border-color: #0070e0;
}
.form-field__checkbox input:checked ~ .form-field__indicator {
  background: #0070e0;
}
.form-field__checkbox input:checked ~ .form-field__indicator:after {
  display: block;
}
.form-field__checkbox .form-field__indicator {
  top: 0;
  border: 0.1rem solid #c5c5c5;
  background-color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  height: 1.4rem;
  width: 1.4rem;
  background: #fff;
}
.form-field__checkbox .form-field__indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 0px;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-field .btn {
  padding: 1.5rem 2rem;
  min-width: 16rem;
  text-align: center;
  justify-content: center;
}
.form-field > ul {
  font-size: initial;
  color: red;
  padding: 0;
  list-style-type: none;
}
.form-field > ul li {
  padding: 5px 0;
}
@media only screen and (max-width: 400px) {
  .form-field.two-buttons {
    flex-flow: column;
  }
}
.form-field.two-buttons .approve-button {
  margin-left: 10px;
}
@media only screen and (max-width: 400px) {
  .form-field.two-buttons .approve-button {
    margin-left: 0;
    margin-top: 10px;
  }
}
.form-field.organizer-hidden {
  display: none;
}

.form-toggler {
  display: flex;
  align-items: center;
}
.form-toggler .form-toggler__label {
  margin: 0;
  line-height: 1.1;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
}
.form-toggler .form-toggler__edit {
  width: 5.5rem;
  margin: 0 1.4rem;
}

.toggler {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  position: relative;
  cursor: pointer;
  width: 5.5rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
}
.toggler input:checked + label {
  background: #00c874;
  background: linear-gradient(0deg, #00c874 50%, #02e139 50%);
  text-indent: 8px;
}
.toggler input:checked + label:after {
  content: "";
  color: #fff;
}
.toggler input:checked + label:before {
  left: 27px;
}
.toggler label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #00c874;
  background: linear-gradient(0deg, #00c874 50%, #02e139 50%);
  border-radius: 3rem;
  font-weight: normal;
  color: #fff;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 3.5rem;
}
.toggler label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  z-index: 1;
}
.toggler label:before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  background: #d8d8d8;
  background: linear-gradient(0deg, #d8d8d8 50%, #f2f2f2 50%);
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  display: block;
  transition: left 0.3s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.toggler.revert {
  transform: rotate(180deg);
}
.toggler.revert input:checked + label {
  background: #02e139;
  background: linear-gradient(0deg, #02e139 50%, #00c874 50%);
  text-indent: 8px;
}
.toggler.revert label {
  background: #02e139;
  background: linear-gradient(0deg, #02e139 50%, #00c874 50%);
}
.toggler.revert label:before {
  background: #f2f2f2;
  background: linear-gradient(0deg, #f2f2f2 50%, #d8d8d8 50%);
}

.form-selector {
  width: 100%;
}
.form-selector__inp {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  line-height: 1.1;
  font-size: 1.5rem;
  color: #000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background: #e9e9eb;
  margin: 0;
  outline: none !important;
  border-radius: 0.5rem;
  resize: none;
  width: 100%;
  max-width: 36rem;
}
.form-selector__inp .select2 {
  width: calc(100% - 4rem) !important;
}
.form-selector__inp .select2 .select2-selection {
  background: transparent !important;
  border: none !important;
  padding: 0.7rem 0 0 1rem !important;
}
.form-selector__inp .select2 .select2-selection .select2-selection__choice {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 4px;
}
.form-selector__inp .select2 .select2-selection .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: none;
  color: #999;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 4px;
}
.form-selector__inp .select2-reseter {
  width: 4rem;
  height: 4rem;
  border: none;
  outline: none !important;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  transition: 0.3s;
  opacity: 0.7;
}
.form-selector__inp .select2-reseter img {
  max-height: 1.6rem;
  filter: brightness(0) saturate(100%);
  transform: rotate(45deg);
}
.form-selector__inp .select2-reseter:hover {
  opacity: 1;
}

.select2-dropdown {
  border: 1px solid #e9e9eb !important;
}

.select2-results__option {
  font-size: 1.5rem;
}

form .alert-danger {
  color: red;
  font-size: initial;
  padding: 0 0 15px;
}
form .select2:focus {
  outline: none;
}
form .select2 .selection .select2-selection--single {
  height: 40px !important;
}
form .select2 .selection .select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}

.popup-modal form {
  text-align: initial;
}

.header-search {
  position: relative;
}
.header-search input {
  background: transparent;
  border: none;
}
.header-search .ui-autocomplete {
  top: 40px;
  position: absolute;
  left: 18px;
  font-size: initial;
}
@media only screen and (max-width: 550px) {
  .header-search .ui-autocomplete {
    left: 0;
    top: 52px;
  }
}
@media only screen and (min-width: 768px) {
  .header-search .ui-autocomplete {
    left: 26px;
  }
}
.header-search .ui-autocomplete li {
  padding: 5px 10px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #0070e0;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0070e0;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-wrapper {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.switch-wrapper label {
  margin: 0 1rem;
}

.popup-modal {
  display: none;
  padding: 4rem 4rem 2rem 4rem !important;
  border-radius: 0.8rem;
}

.confirmation-modal {
  text-align: center;
}
.confirmation-modal p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.confirmation-modal__actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirmation-modal__actions .btn {
  margin: 0.5rem;
}

.content__nav {
  padding: 2rem 0;
  max-height: calc(100vh - 6rem);
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  .content__nav {
    max-height: calc(100vh - 8.5rem);
  }
}

.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation > li {
  margin: 0;
  padding: 0.5rem 1.5rem;
  display: block;
  position: relative;
}
.navigation > li > a:not(.btn) {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  font-size: 1.25rem;
  color: #fff;
  padding: 1rem 2.5rem 1rem 4rem;
  font-weight: 400;
  transition: 0.3s;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 0.8rem;
}
@media only screen and (min-width: 991px) {
  .navigation > li > a:not(.btn) {
    color: #fff;
    padding: 1rem 2.5rem 1rem 4rem;
  }
}
.navigation > li > a:not(.btn) img {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.navigation > li > a:not(.btn):after {
  content: "";
  width: 0.8rem;
  position: absolute;
  right: 1rem;
  height: 0.8rem;
  background: url(../images/right-arrow.svg) no-repeat center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.navigation > li > a:not(.btn):hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
}
.navigation > li > a:not(.btn).selected {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.overview-box {
  background: #fff;
  border-radius: 0.8rem;
  margin: 2rem 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  padding: 2.5rem 1.5rem 2rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5;
}
.overview-box a {
  color: inherit;
}
.overview-box a:hover {
  color: #0070e0;
}
@media only screen and (min-width: 768px) {
  .overview-box {
    padding: 3rem;
  }
}
.overview-box__actions {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 2.5rem 0;
}
.overview-box__actions a.btn-primary {
  color: #fff;
}
.overview-box__actions a.btn-primary:hover {
  color: #0070e0;
}
.overview-box__col {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .overview-box__col {
    width: calc(50% - 3rem);
  }
}
.overview-box__logo {
  margin: 0 0 3rem 0;
}
.overview-box__logo img {
  max-height: 5rem;
  max-width: 100%;
  display: inline-block;
}
.overview-box__gallery {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: -1rem -1rem 3rem -1rem;
}
.overview-box__gallery a {
  display: block;
  text-decoration: none;
  margin: 1rem;
  width: calc(50% - 2rem);
}
@media only screen and (min-width: 550px) {
  .overview-box__gallery a {
    width: calc(33.33% - 2rem);
  }
}
@media only screen and (min-width: 768px) {
  .overview-box__gallery a {
    width: calc(25% - 2rem);
  }
}
@media only screen and (min-width: 1200px) {
  .overview-box__gallery a {
    width: calc(33.33% - 2rem);
  }
}
@media only screen and (min-width: 1500px) {
  .overview-box__gallery a {
    width: calc(25% - 2rem);
  }
}
.overview-box__gallery a img {
  max-width: 100%;
  display: block;
}
.overview-box__videos {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: -1rem -1rem 3rem -1rem;
}
.overview-box__video {
  display: block;
  text-decoration: none;
  margin: 1rem;
  width: calc(100% - 2rem);
}
@media only screen and (min-width: 550px) {
  .overview-box__video {
    width: calc(50% - 2rem);
  }
}
.overview-box h2 {
  margin: 0;
  padding: 0 0 1.5rem 0;
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
.overview-box h3 {
  margin: 0;
  padding: 0 0 2rem 0;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 600;
  color: #444;
}
.overview-box table {
  margin: 0 0 3rem 0;
}
.overview-box table tr td {
  padding: 0.5rem 1rem 0.5rem 0;
}
.overview-box table tr td strong {
  font-weight: 600;
}

.video-frame {
  position: relative;
  padding-top: 57%;
}
.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pager {
  text-align: right;
  padding: 0;
  width: 100%;
}
.pager__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.pager__list li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 1.4rem;
  margin: 0 0.2rem;
  font-weight: 600;
}
.pager__list li a, .pager__list li span {
  display: block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 3.4rem;
  width: 3.4rem;
  line-height: 3.5rem;
  color: #000;
  border: none;
  border-radius: 0.3rem;
  background: transparent;
  transition: 0.3s;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .pager__list li a, .pager__list li span {
    height: 4.4rem;
    width: 4.4rem;
    line-height: 4.5rem;
  }
}
.pager__list li a:hover {
  text-decoration: underline;
}
.pager__list li.current a, .pager__list li.current span {
  background: #0070e0;
  color: #fff;
}

.section__tabs {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 1rem 0 0 0;
}

.tab-link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  margin: 0 1rem 0 0;
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 0.5rem 0;
  color: #444;
  position: relative;
}
@media only screen and (min-width: 550px) {
  .tab-link {
    font-size: 1.5rem;
    margin: 0 2rem 0 0;
  }
}
.tab-link img {
  margin: 0 1rem 0 0;
  display: block;
  filter: brightness(0) saturate(100%) invert(27%) sepia(0%) saturate(0%) hue-rotate(102deg) brightness(93%) contrast(94%);
}
@media only screen and (max-width: 549px) {
  .tab-link img {
    max-height: 1.6rem;
  }
}
.tab-link:before {
  content: "";
  width: 100%;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #444;
}
.tab-link.current {
  color: #0070e0;
}
.tab-link.current img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(85%) saturate(7151%) hue-rotate(200deg) brightness(104%) contrast(101%);
}
.tab-link.current:before {
  background: #0070e0;
}
.tab-link:hover {
  color: #0070e0;
}
.tab-link:hover img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(85%) saturate(7151%) hue-rotate(200deg) brightness(104%) contrast(101%);
}
.tab-link:hover:before {
  background: #0070e0;
}

.table-grid {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 2rem 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) {
  .table-grid--firmy tbody tr td:nth-child(1) {
    width: 23rem;
  }
  .table-grid--firmy tbody tr td:nth-child(2) {
    width: 30rem;
  }
  .table-grid--notifikace tbody tr td:nth-child(1) {
    width: 20rem;
  }
  .table-grid--notifikace tbody tr td:nth-child(2) {
    width: 20rem;
  }
  .table-grid--notifikace tbody tr td:nth-child(3) {
    width: 20rem;
  }
}
@media only screen and (min-width: 1500px) {
  .table-grid--notifikace tbody tr td:nth-child(1) {
    width: 25rem;
  }
  .table-grid--notifikace tbody tr td:nth-child(2) {
    width: 25rem;
  }
  .table-grid--notifikace tbody tr td:nth-child(3) {
    width: 25rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-grid thead {
    display: none;
  }
}
.table-grid thead tr th {
  background: #0070e0;
  color: #fff;
  text-align: left;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 1.5rem 1rem;
}
@media only screen and (min-width: 1200px) {
  .table-grid thead tr th {
    padding: 1.8rem 1rem;
  }
}
.table-grid thead tr th:first-child {
  border-top-left-radius: 0.5rem;
  padding-left: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .table-grid thead tr th:first-child {
    padding-left: 3rem;
  }
}
.table-grid thead tr th:last-child {
  border-top-right-radius: 0.5rem;
}
.table-grid tbody tr {
  border-bottom: 0.1rem solid #e5e5e5;
}
.table-grid tbody tr:last-child {
  border: none;
}
.table-grid tbody tr:last-child td:first-child {
  border-bottom-left-radius: 0.5rem;
}
.table-grid tbody tr:last-child td:last-child {
  border-bottom-right-radius: 0.5rem;
}
.table-grid tbody tr.with-href {
  transition: 0.2s;
}
.table-grid tbody tr.with-href:hover {
  cursor: pointer;
  transform: scale(1.005);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.table-grid tbody tr.with-href:hover td {
  background: #fff;
}
.table-grid tbody tr td {
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 1.5rem 1rem;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .table-grid tbody tr td {
    display: block;
    padding: 0.5rem 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .table-grid tbody tr td {
    padding: 1.7rem 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-grid tbody tr td:first-child {
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .table-grid tbody tr td:first-child {
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .table-grid tbody tr td:first-child {
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-grid tbody tr td:last-child {
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .table-grid tbody tr td:last-child {
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .table-grid tbody tr td:last-child {
    padding-right: 2.5rem;
  }
}
.table-grid tbody tr td span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .table-grid tbody tr td span {
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
    color: #666;
  }
}
@media only screen and (min-width: 768px) {
  .table-grid tbody tr td.action {
    text-align: right;
  }
}
.table-grid tbody tr td.action a {
  text-decoration: none;
  display: inline-block;
  margin: 0 1rem 0 0;
}
@media only screen and (min-width: 768px) {
  .table-grid tbody tr td.action a {
    margin: 0 0 0 1.5rem;
  }
}

.section {
  padding: 3rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 4rem 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section {
    padding: 4rem;
  }
}
.section__header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 1rem 0;
  min-height: 5rem;
}
@media only screen and (min-width: 550px) {
  .section__header {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
}
.section__header h1 {
  margin: 0;
  padding: 0 0 2rem 0;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 600;
  color: #444;
  display: flex;
  align-items: center;
}
.section__header h1 a {
  text-decoration: none;
}
.section__header h1 a:hover img {
  filter: brightness(0) saturate(100%) invert(33%) sepia(85%) saturate(7151%) hue-rotate(200deg) brightness(104%) contrast(101%);
}
.section__header h1 img {
  margin: 0 2.5rem 0 0;
  display: block;
}
@media only screen and (min-width: 550px) {
  .section__header h1 {
    padding: 0 2rem 0 0;
  }
}

.collection-item {
  position: relative;
  max-width: 36rem;
  padding-bottom: 15px;
}
.collection-item .remove-collection-row {
  position: absolute;
  top: 13px;
  right: 10px;
}
.collection-item .remove-collection-row img {
  max-height: 1.6rem;
  filter: brightness(0) saturate(100%);
  transform: rotate(45deg);
}

.swal2-modal, .swal2-popup {
  font-size: initial !important;
}

.fancybox-content {
  padding: 0 20px !important;
}
.fancybox-content form {
  box-shadow: none;
}

.form-images {
  padding: 10px;
}
.form-images .form-image {
  position: relative;
}
.form-images .form-image a {
  text-decoration: none;
  vertical-align: middle;
}
.form-images .form-image a img {
  max-width: 15rem;
}
.form-images .form-image .remove-image {
  margin-left: 10px;
  color: black;
  font-size: initial;
}
.form-images .form-image .remove-image:hover {
  color: red;
}

.landing-page {
  min-width: 100vw;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
.landing-page:before {
  content: " ";
  background-image: url("./../images/ruka_s_kruhem.png");
  background-position: left top;
  background-repeat: no-repeat;
  width: 35rem;
  height: 35rem;
  position: absolute;
  top: 0;
  left: -5rem;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .landing-page:before {
    top: 0;
    width: 28rem;
    height: 28rem;
    background-size: contain;
    left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .landing-page:before {
    top: 0;
    width: 20rem;
    height: 20rem;
    background-size: contain;
    left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .landing-page:before {
    width: 45rem;
    top: 8rem;
  }
}
@media only screen and (min-width: 1800px) {
  .landing-page:before {
    width: 70rem;
    top: 10rem;
    height: 70rem;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page {
    width: 100%;
    height: 100%;
  }
}
.landing-page .bg-wave {
  min-width: 100vw;
  min-height: 100vh;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .landing-page .bg-wave {
    background-image: url("./../images/zelena_vlna.png");
    background-position: bottom center;
    background-size: auto;
    background-repeat: no-repeat;
  }
}
.landing-page .bg-wave .container {
  width: 80%;
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .landing-page .bg-wave .container {
    padding: 3rem 0;
  }
}
.landing-page .bg-wave .container .content-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .landing-page .bg-wave .container .content-page {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 500px) {
  .landing-page .bg-wave .container .content-page {
    margin-top: 100px;
  }
}
.landing-page .bg-wave .container .content-page .over-title {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .landing-page .bg-wave .container .content-page .over-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .landing-page .bg-wave .container .content-page .over-title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1800px) {
  .landing-page .bg-wave .container .content-page .over-title {
    font-size: 3rem;
  }
}
.landing-page .bg-wave .container .content-page h1 {
  font-size: 3.2rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .landing-page .bg-wave .container .content-page h1 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 500px) {
  .landing-page .bg-wave .container .content-page h1 {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1800px) {
  .landing-page .bg-wave .container .content-page h1 {
    font-size: 4rem;
  }
}
.landing-page .bg-wave .container .content-page .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 3rem 0 12rem 0;
}
@media only screen and (max-width: 767px) {
  .landing-page .bg-wave .container .content-page .buttons {
    flex-flow: column;
    margin-top: 2rem;
    margin-bottom: 12rem;
  }
}
@media only screen and (min-width: 1800px) {
  .landing-page .bg-wave .container .content-page .buttons {
    margin-bottom: 14rem;
  }
}
.landing-page .bg-wave .container .content-page .buttons .app-buttton {
  padding: 1rem 2.5rem;
  background-color: #fff;
  border-radius: 4px;
  color: #0070e0;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 0 1rem;
  justify-content: center;
  width: 190px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .landing-page .bg-wave .container .content-page .buttons .app-buttton {
    margin: 1rem 0;
  }
}
@media only screen and (min-width: 1800px) {
  .landing-page .bg-wave .container .content-page .buttons .app-buttton {
    font-size: 2rem;
    width: 250px;
    padding: 1.2rem 3rem;
  }
}
.landing-page .bg-wave .container .content-page .buttons .app-buttton img {
  margin-right: 1rem;
}
.landing-page .bg-wave .container .content-page .video-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .landing-page .bg-wave .container .content-page .video-wrapper {
    width: 700px;
  }
}
.landing-page .bg-wave .container .content-page .video-wrapper .video-text {
  position: absolute;
  right: 4rem;
  top: -9rem;
  width: 20rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .landing-page .bg-wave .container .content-page .video-wrapper .video-text {
    right: 10rem;
  }
}
@media only screen and (max-width: 500px) {
  .landing-page .bg-wave .container .content-page .video-wrapper .video-text {
    right: auto;
  }
}
@media only screen and (min-width: 1800px) {
  .landing-page .bg-wave .container .content-page .video-wrapper .video-text {
    font-size: 2.2rem;
  }
}
.landing-page .bg-wave .container .content-page .video-wrapper .video-text img {
  transform: rotateZ(130deg) rotateX(180deg);
  width: 8rem;
}
.landing-page .bg-wave .container .content-page .video-wrapper .video-text span {
  top: -1.2rem;
  position: absolute;
  right: 0;
  font-size: 2rem;
  transform: translateX(50%);
  font-family: "Caveat";
}
.landing-page .bg-wave .container .content-page .video-wrapper iframe {
  border-radius: 4px;
  margin: 0 auto;
  display: inline-block;
  width: auto;
  height: auto;
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.91);
  box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.91);
}
@media only screen and (max-width: 767px) {
  .landing-page .bg-wave .container .content-page .video-wrapper iframe {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 500px) {
  .landing-page .bg-wave .container .content-page .video-wrapper iframe {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .bg-wave .container .content-page .video-wrapper iframe {
    width: 100%;
    min-height: 400px;
  }
}

/* The Modal (background) */
.info-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  font-size: initial;
  line-height: 1.4;
  /* Modal Content/Box */
  /* The Close Button */
}
.info-modal .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
}
@media only screen and (min-width: 768px) {
  .info-modal .modal-content {
    width: 60%;
  }
}
.info-modal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.info-modal .close:hover,
.info-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

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