* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.grecaptcha-badge {
  opacity: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 0;
}

button:focus {
  outline-color: transparent;
  outline-style: none;
  outline: none;
}

body {
  overflow-x: hidden;
  color: #2e2e2e;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

p, a, li {
  color: #2e2e2e;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300;
}

p {
  margin-bottom: 15px;
  text-wrap: pretty;
}

a {
  color: #2e2e2e;
  text-decoration: underline;
}
a:hover {
  color: #2e2e2e;
}
a:active {
  color: #2e2e2e;
}

a:focus {
  color: #2e2e2e;
  outline: none;
}

*:focus {
  outline: none;
}

.form__control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.image__fluid {
  max-width: 100%;
  height: auto;
}

h1 {
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  margin: 0 0 40px;
  padding: 0;
  font-weight: 600;
  font-size: clamp(2rem, 2vw + 0.5rem, 3rem);
  text-align: center;
  text-wrap: balance;
  line-height: 1.5;
}

h2 {
  font-family: "Open Sans", sans-serif;
  color: #466c6e;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: left;
}

.h2__title {
  display: flex;
  justify-content: center;
}
.h2__title h2 {
  color: #ffffff;
  border: solid 2px #ffffff;
  padding: 10px 20px;
  display: inline-flex;
}

h3 {
  font-family: "Open Sans", sans-serif;
  color: #042223;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-size: clamp(1rem, 2vw + 0.5rem, 1.5rem);
}

.btn, a.btn {
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}

.btn__default, a.btn__default {
  color: #ffffff;
  background-color: #1c4142;
  border: solid 1px #1c4142;
  padding: 10px 40px;
  text-decoration: none;
}
.btn__default:visited, .btn__default.active, .btn__default.focus, .btn__default:active, .btn__default:focus, a.btn__default:visited, a.btn__default.active, a.btn__default.focus, a.btn__default:active, a.btn__default:focus {
  color: #ffffff;
  border: solid 1px #1c4142;
}
.btn__default:hover, a.btn__default:hover {
  color: #1c4142;
  background-color: #ffffff;
  border: solid 1px #1c4142;
}

.btn__white {
  font-size: 1rem;
  line-height: 16px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #000000;
  font-weight: 400;
  border-radius: 3px;
  text-decoration: none;
}
.btn__white:visited, .btn__white.active, .btn__white.focus, .btn__white:active, .btn__white:focus {
  color: #000000;
  background-color: #ffffff;
  border: solid 1px #ffffff;
}
.btn__white:hover {
  background-color: #000000;
  border: solid 1px #ffffff;
  color: #ffffff;
}

.btn__readmore {
  font-size: 1rem;
  line-height: 16px;
  background-color: #bec7c7;
  border: solid 1px #bec7c7;
  color: #ffffff;
  font-weight: 400;
  border-radius: 3px;
  text-decoration: none;
}
.btn__readmore:visited, .btn__readmore.active, .btn__readmore.focus, .btn__readmore:active, .btn__readmore:focus {
  color: #ffffff;
  background-color: #bec7c7;
  border: solid 1px #bec7c7;
}
.btn__readmore:hover {
  background-color: #ffffff;
  border: solid 1px #bec7c7;
  color: #bec7c7;
}
.btn__readmore .fa-chevron-right {
  margin-left: 20px;
}

a.link__readmore {
  font-size: 1rem;
  line-height: 16px;
  color: #1c4042;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}
a.link__readmore:visited, a.link__readmore.active, a.link__readmore.focus, a.link__readmore:active, a.link__readmore:focus {
  color: #1c4042;
}
a.link__readmore:hover {
  text-decoration: underline;
  color: #1c4142;
}
a.link__readmore .fa-chevron-right {
  margin-left: 10px;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

.list-group-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.list-group-item:first-child, .list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

img.img__fluid {
  max-width: 100%;
  height: auto;
}

small {
  margin-bottom: 7px;
  display: inline-flex;
}

.subtext {
  margin-bottom: 7px;
  display: inline-flex;
}

form input[type=email].input-field {
  padding: 10px 20px;
  margin-bottom: 20px;
}

.resdp-iframe {
  margin-bottom: 100px;
}

.load__login {
  display: none;
}

.header {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
}
.header__container {
  grid-area: container;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home__section {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: "left middle right";
}
.home__section .home__left {
  grid-area: left;
  background-color: #bec7c7;
}
.home__section .home__middle {
  grid-area: middle;
}
.home__section .home__right {
  grid-area: right;
}

.home__middle {
  display: grid;
  grid-template-columns: 1fr 56px 125px 1fr;
  grid-template-rows: 1fr;
}
.home__middle--left {
  justify-content: start;
  align-items: start;
  grid-column: 1/2;
  grid-row: 1/-1;
  z-index: 2;
  background-color: #bec7c7;
}
.home__middle--middle {
  grid-column: 2/4;
  grid-row: 1/-1;
  z-index: 1;
  background-color: #ffffff;
}
.home__middle--right {
  grid-row: 1/-1;
  grid-column: 3/-1;
  z-index: 3;
}

.home__content {
  display: grid;
  grid-template-columns: auto 1024px auto;
  grid-template-areas: ". container .";
  background-color: #90a4a5;
}
.home__content--container {
  grid-area: container;
  display: flex;
  flex-direction: column;
}

.home__news {
  display: grid;
  grid-template-columns: auto 1024px auto;
  grid-template-areas: ". container .";
  background-color: #bec7c7;
}
.home__news--container {
  grid-area: container;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

.home__subscribe {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-areas: ". container .";
}
.home__subscribe--container {
  grid-area: container;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding: 30px 0;
}

.home__why {
  display: grid;
  grid-template-columns: auto 1024px auto;
  grid-template-areas: ". container .";
  background-color: #bec7c7;
}
.home__why--container {
  grid-area: container;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
}

.home__slider {
  display: grid;
  grid-template-columns: 1fr;
}

.footer {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: "left middle right";
  background-color: #90a4a5;
}
.footer__left {
  grid-area: left;
}
.footer__middle {
  grid-area: middle;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
}
.footer__right {
  grid-area: right;
}
.footer__logo {
  grid-area: logo;
  align-self: center;
}
.footer__contact {
  grid-area: contact;
}
.footer__rehearsal {
  grid-area: rehearsal;
}
.footer__map {
  grid-area: map;
}

@media (max-width: 1199.98px) {
  .header {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .home__contact, .home__section, .home__news, .home__content, .home__subscribe, .home__why {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
  .footer {
    display: grid;
    grid-template-columns: 0 1fr 15px;
  }
}
@media (max-width: 767.98px) {
  .header {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .footer {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .footer__middle {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .home__content, .home__section {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .home__middle {
    display: flex;
    flex-direction: column;
  }
  .home__news {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .home__news--container {
    display: flex;
    flex-direction: column;
  }
  .home__subscribe {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .home__subscribe--container {
    display: flex;
    flex-direction: column;
  }
}
.header {
  background-color: #1c4142;
  color: #000000;
  padding: 10px 0;
  z-index: 10;
  position: relative;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo img {
  height: 50px;
}
@media (max-width: 767.98px) {
  .header__logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .header__container {
    flex-direction: column;
  }
}

a.logo__link {
  line-height: 1;
}

ul.nav {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  margin: 0;
  padding: 0 0 20px;
  list-style: none;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
ul.nav li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  line-height: 30px;
  font-size: 1.125rem;
  border-bottom: solid 2px #ffffff;
  color: #000000;
  width: 100%;
}
ul.nav li.active {
  border-bottom: solid 2px #000000;
}
ul.nav li:hover {
  border-bottom: solid 2px #000000;
}
ul.nav li a {
  display: inline-flex;
  line-height: 30px;
  font-size: 1.125rem;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
}
ul.nav li.dropdown {
  position: relative;
}
ul.nav li.dropdown .submenu {
  display: flex;
  align-items: center;
  padding: 0;
  gap: 10px;
  font-family: "Open Sans", sans-serif;
}
ul.nav li.dropdown .submenu .fa-chevron-down {
  transform: rotate(0deg);
}
ul.nav li.dropdown.open .submenu .fa-chevron-down {
  transform: rotate(180deg);
}
ul.nav li .dropdown-menu {
  position: relative;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
}
ul.nav li .dropdown-menu.open {
  display: flex;
  flex-direction: column;
}
ul.nav li .dropdown-menu a {
  line-height: 20px;
  padding: 10px 20px;
  border-bottom: solid 1px #ffffff;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  display: flex;
  text-align: center;
  color: #ffffff;
}
ul.nav li .dropdown-menu a:last-child {
  border-bottom: none;
}

@media only screen and (min-width: 769px) {
  ul.nav {
    padding-bottom: 0;
  }
  ul.nav.show-mobile {
    display: none;
  }
  ul.nav li {
    width: max-content;
  }
  ul.nav li.dropdown .submenu {
    justify-content: space-between;
  }
  ul.nav li .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
    width: max-content;
    min-width: 150px;
    background-color: #000000;
  }
  ul.nav li .dropdown-menu.open {
    width: max-content;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    background-color: #000000;
    padding: 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  }
  ul.nav li .dropdown-menu a {
    color: #ffffff;
  }
  ul.nav li .dropdown-menu a:hover {
    background-color: #466c6e;
  }
  ul.nav li:hover .dropdown-menu {
    position: absolute;
    width: max-content;
    display: flex;
    flex-direction: column;
    padding: 0;
    box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.2);
  }
  ul.nav li:hover .dropdown-menu a {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    border-bottom: none;
  }
  ul.nav li:hover .dropdown-menu a:last-child {
    border-bottom: none;
  }
}
.hamburger__menu .fa-bars {
  font-size: 40px;
}

.open ul.nav {
  flex-direction: column;
}

.footer__middle {
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .footer__middle {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
}
.footer__middle ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.footer__middle ul li {
  gap: 10px;
  padding: 3px 0;
}
.footer__middle h3 {
  font-size: 1.125rem;
  font-weight: 600;
}
.footer__middle a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1c4142;
  text-decoration: none;
  font-weight: 300;
  font-size: 0.875rem;
}
.footer__middle a .fa-chevron-right {
  font-size: 0.75rem;
}
.footer__logo img {
  max-height: 50px;
}
@media (max-width: 767.98px) {
  .footer__logo {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer__contact {
    padding: 0 15px;
  }
}
.footer__rehearsal {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer__rehearsal {
    padding: 0 15px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.footer__map {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .footer__map {
    padding: 0 15px;
  }
}
.footer__follow {
  display: flex;
  gap: 20px;
  list-style: none;
  justify-content: flex-end;
  flex-grow: 1;
}
.footer__follow a {
  color: #ffffff;
  text-decoration: none;
  border: solid 1px #ffffff;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer__follow .social {
  font-size: 1.5rem;
}

#map {
  height: 150px;
  width: 100%;
}

.home__middle--left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 100%;
  height: 100%;
  padding: 30px 0 50px;
}
@media (max-width: 767.98px) {
  .home__middle--left {
    justify-content: center;
  }
}
.home__middle--middle {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url("/assets/themes/highteaforme/img/ellipse.png");
  background-position: center right;
  background-repeat: no-repeat;
}
.home__middle--right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
}

.hightea__date {
  font-size: clamp(2rem, 2vw + 0.5rem, 4rem);
  font-weight: 600;
  color: #90a4a5;
  text-align: center;
}

.theme__logo {
  display: flex;
  justify-content: center;
  position: relative;
}
.theme__logo img {
  width: 80%;
  height: auto;
}
.theme__cost {
  position: absolute;
  left: calc(50% - 40px);
  bottom: 60px;
  z-index: 10;
  font-size: 2rem;
  color: #ffffff;
}

.sen {
  display: flex;
}
.sen img.img__fluid {
  max-width: 80%;
}

.home__content--container {
  padding: 50px;
}
.home__content--container p {
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2rem);
  color: #ffffff;
  line-height: 1.8;
  font-weight: 300;
  text-align: center;
  text-wrap: pretty;
}
.home__content .home__news {
  background-color: #bec7c7;
}

.news {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.news__item {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
  grid-template-rows: 1fr;
  grid-template-areas: "image content";
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  .news__item {
    display: flex;
    flex-direction: column;
  }
}
.news__left {
  grid-area: image;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  gap: 20px;
}
.news__left img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
.news__right {
  grid-area: content;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.news__button {
  margin-top: 20px;
  text-align: right;
}

.home__form h2 {
  text-align: center;
}
.home__donate {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.home__donate img {
  max-width: 200px;
}

.donate__button {
  display: flex;
}

.splide__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 767.98px) {
  .repertoire__swiper {
    width: 100%;
  }
  .repertoire__swiper .swiper-button-prev {
    left: 15px;
  }
  .repertoire__swiper .swiper-button-next {
    right: 15px;
  }
  .home__music--repertoire {
    padding: 15px;
  }
}
.base__content {
  padding: 20px 0;
}
.base__content h1 {
  margin-bottom: 20px;
}
.base__content p {
  margin-bottom: 20px;
}

.content__manager {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content__grid {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.content__container {
  display: grid;
  grid-template-columns: auto 1280px auto;
  grid-template-rows: 1fr;
  width: 100%;
  grid-template-areas: ". container .";
}
@media (max-width: 767.98px) {
  .content__container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  .content__container {
    display: grid;
    grid-template-columns: 15px 1fr 15px;
  }
}
.content__container h1 {
  grid-area: container;
}
.content__gallery {
  grid-area: container;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-template-rows: auto;
  grid-gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.content__content {
  grid-area: container;
}
.content__button {
  grid-area: container;
}
.content__split {
  grid-area: container;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 40px;
}
@media (max-width: 767.98px) {
  .content__split {
    display: flex;
    flex-direction: column;
  }
}
.content__center {
  display: flex;
  align-items: center;
}
.content__left {
  display: flex;
  justify-self: flex-end;
}
.content__right {
  display: flex;
  align-items: flex-start;
}
.content__text {
  display: flex;
  flex-direction: column;
}
.content__text--left {
  justify-self: flex-end;
  align-items: flex-end;
}
.content__image--left {
  display: flex;
  justify-self: flex-end;
}
.content__button {
  display: flex;
  margin-bottom: 20px;
}
.content__button--left {
  justify-content: flex-start;
}
.content__button--center {
  justify-content: center;
}
.content__button--right {
  justify-content: flex-end;
}
.content__button a {
  display: inline-flex;
  padding: 5px 10px;
  background-color: #000000;
  border: solid 1px #000000;
  color: #ffffff;
  text-decoration: none;
}
.content__button a:hover {
  background-color: #ffffff;
  color: #000000;
}

.salign, .lalign {
  display: flex;
  justify-content: flex-start;
}
.salign img, .lalign img {
  object-fit: contain;
}

.calign {
  display: flex;
  justify-content: center;
}

.ralign {
  display: flex;
  justify-content: flex-end;
}

.backgroundcolor__light {
  background-color: #ffffff;
}
.backgroundcolor__light h1, .backgroundcolor__light h2, .backgroundcolor__light h3, .backgroundcolor__light p, .backgroundcolor__light a {
  color: #000000;
}
.backgroundcolor__light .content__button a, .backgroundcolor__light .content__button a:visited {
  color: #ffffff;
}
.backgroundcolor__light .content__button a:hover, .backgroundcolor__light .content__button a:visited:hover {
  background-color: #ffffff;
  color: #000000;
}
.backgroundcolor__dark {
  background-color: #000000;
}
.backgroundcolor__dark h1, .backgroundcolor__dark h2, .backgroundcolor__dark h3, .backgroundcolor__dark p, .backgroundcolor__dark a {
  color: #ffffff;
}
.backgroundcolor__dark .content__button a, .backgroundcolor__dark .content__button a:visited {
  color: #ffffff;
  background-color: #1c4142;
  border: solid 1px #1c4142;
}
.backgroundcolor__dark .content__button a:hover, .backgroundcolor__dark .content__button a:visited:hover {
  background-color: #ffffff;
  color: #000000;
}

.gallery__item {
  display: inline-flex;
}
.gallery__image {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 220px;
  height: auto;
  object-position: center;
}

.content9 .content__center {
  display: flex;
  align-items: center;
}
.content9 .content__left {
  display: flex;
  justify-self: flex-end;
}
.content9 .content__right {
  display: flex;
  align-items: flex-start;
}
.content9 .content__text {
  display: flex;
  flex-direction: column;
}
.content9 .content__text--left {
  justify-self: flex-end;
  align-items: flex-end;
}
.content9 .content__image--left {
  display: flex;
  justify-self: flex-end;
}

.content10 .content__center {
  display: flex;
  align-items: center;
}
.content10 .content__left {
  display: flex;
  justify-self: flex-end;
}
.content10 .content__right {
  display: flex;
  align-items: flex-start;
}
.content10 .content__text {
  display: flex;
  flex-direction: column;
}
.content10 .content__text--left {
  justify-self: flex-start;
  align-items: flex-start;
}
.content10 .content__image--left {
  display: flex;
  justify-self: flex-end;
}

.content13 {
  display: flex;
}
.content13 .container {
  grid-area: container;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .content13 .container {
    flex-direction: column;
  }
}
.content13 .container .swiper-container {
  display: block;
  width: 100%;
  position: relative;
}
.content13 .container .quote {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.content13 .container .quote img {
  max-height: 30px;
  width: auto;
}
.content13 .container h2 {
  margin-bottom: 30px;
}
.content13 .container p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 30px;
}
.content13 .container .author {
  font-size: 1.125rem;
  font-weight: 600;
}
.content13 .container .swiper-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.content13 .container .swiper-page .swiper-pagination-bullet {
  margin: 0 5px;
  width: 16px;
  height: 16px;
}

input, textarea {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input, textarea {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}

form {
  display: flex;
  flex-direction: column;
}
form ::-webkit-input-placeholder {
  color: #90a4a5;
  font-weight: 400;
  opacity: 0.6 !important;
}
form :-moz-placeholder {
  color: #90a4a5;
  font-weight: 400;
  opacity: 0.6 !important;
}
form ::-moz-placeholder {
  color: #90a4a5;
  font-weight: 400;
  opacity: 0.6 !important;
}
form :-ms-input-placeholder {
  color: #90a4a5;
  font-weight: 400;
  opacity: 0.6 !important;
}
form.form__home-newsletter ::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 0.6 !important;
}
form.form__home-newsletter :-moz-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 0.6 !important;
}
form.form__home-newsletter ::-moz-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 0.6 !important;
}
form.form__home-newsletter :-ms-input-placeholder {
  color: #ffffff;
  font-weight: 400;
  opacity: 0.6 !important;
}

.input-field {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  width: 100%;
  max-width: 360px;
  color: #000000;
  border: solid 1px #A8A5A3;
  border-radius: 3px;
  display: block;
  padding: 10px 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.form__group {
  display: flex;
  flex-direction: column;
}

.newsletter__input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
  width: 100%;
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 3px;
  display: block;
  padding: 10px 20px;
  text-align: center;
  background-color: transparent;
  margin-bottom: 20px;
}

.form__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-size: 1rem;
}
.form__item > label {
  font-size: 0.75rem;
}
.form__item .form__input {
  color: #2e2e2e;
  padding: 10px;
  background-color: #ffffff;
  border: solid 3px #90a4a5;
}
.form__item .form__input.error {
  border: solid 1px #721c24;
  background-color: #f8d7da;
}

.form__item-checkbox {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-template-rows: 1fr;
  font-size: 0.75rem;
}

.form__item-button {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.form__item-button .btn__form {
  border: solid 1px transparent;
  color: #1c4042;
  background-color: transparent;
  padding: 0px;
  cursor: pointer;
}
.form__item-button .btn__form i {
  margin-left: 10px;
}

.form__holder {
  padding: 30px;
}
.form__holder .form__top {
  padding: 30px 0px;
  display: flex;
  justify-content: flex-end;
}
.form__holder .form__top strong {
  font-family: "Open Sans", sans-serif;
  margin-right: 5px;
}
.form__holder .form__bottom {
  padding: 20px 0px;
  display: flex;
  justify-content: flex-end;
}
.form__holder .form__bottom strong {
  font-family: "Open Sans", sans-serif;
  margin-right: 5px;
}
.form__holder .form__split {
  display: flex;
  flex-direction: column;
}
.form__holder .form__split .form__left {
  width: 100%;
}
.form__holder .form__split .form__right {
  width: 100%;
}

.alert {
  padding: 20px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
  background-color: #466c6e;
  color: #ffffff;
}
.alert.alert-danger {
  border: solid 1px #721c24;
  background-color: #f8d7da;
  color: #721c24;
}
.alert.alert-success {
  border: solid 1px #155724;
  background-color: #c3e6cb;
  color: #155724;
}

.login__form .form__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.login__form .form__item > label {
  font-size: 0.75rem;
}
.login__form .form__item .form__input {
  color: #2e2e2e;
  padding: 5px 0px;
  border-bottom: solid 1px #000000;
}
.login__form .form__item .form__input.error {
  border-bottom: solid 1px #721c24;
  background-color: #f8d7da;
}

@media only screen and (min-width: 769px) {
  .form__group {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .form__group .newsletter__input {
    margin-left: 15px;
    margin-right: 15px;
  }
  .form__group .newsletter__input:first-child {
    margin-left: 0px;
  }
  .form__group .newsletter__input:last-child {
    margin-right: 0px;
  }
  .form__holder {
    padding: 30px 0 60px;
  }
  .form__holder.form__api {
    padding: 100px 0;
  }
  .form__holder .form__top {
    padding: 30px 0px;
    display: flex;
    justify-content: flex-end;
  }
  .form__holder .form__bottom {
    padding: 20px 0px;
    display: flex;
    justify-content: flex-end;
  }
  .form__holder .form__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
  }
  .form__holder .form__split .form__left {
    grid-column: 1/2;
    grid-row: 1;
    width: 100%;
  }
  .form__holder .form__split .form__right {
    grid-column: 2/-1;
    grid-row: 1;
    width: 100%;
  }
}

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