@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");
@keyframes progressbar-countdown {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
body {
  font-family: "Inter", sans-serif;
  color: #242424;
}
body a:hover {
  color: #242424;
}
body .nav-link:hover {
  color: #242424;
}
body._lock {
  overflow: hidden;
}

.h1 {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: -0.1563rem;
  font-weight: 700;
}
@media screen and (max-width: 770px) {
  .h1 {
    font-size: 2rem;
    line-height: 2.25rem;
    letter-spacing: -0.0938rem;
  }
}

.h2 {
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.0938rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 770px) {
  .h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: -0.0469rem;
  }
}

.h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  letter-spacing: -0.0938rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 770px) {
  .h3 {
    font-size: 1.3125rem;
    line-height: 1.625rem;
    letter-spacing: -0.0469rem;
  }
}

.h4 {
  font-family: "Inter", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  letter-spacing: -0.0625rem;
  font-weight: 700;
}
@media screen and (max-width: 770px) {
  .h4 {
    letter-spacing: -0.0469rem;
  }
}

.h5 {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.0469rem;
  font-weight: 700;
}
@media screen and (max-width: 770px) {
  .h5 {
    letter-spacing: -0.0313rem;
  }
}

._container {
  max-width: 1110px;
  margin: 0 auto;
  /* @media screen and (max-width: 991px) {
      max-width: 720px;
  } */
}
@media screen and (max-width: 1200px) {
  ._container {
    max-width: 90%;
  }
}

._text-display {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
  letter-spacing: -0.0469rem;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  ._text-display {
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.78125rem;
    letter-spacing: -0.0469rem;
  }
}

._text-body, div#about p {
  font-family: "Inter", sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.78125rem;
  letter-spacing: -0.0469rem;
  margin: 0;
  margin-bottom: 1rem;
}
._text-body span, div#about p span {
  display: block;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 770px) {
  ._text-body, div#about p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0rem;
  }
}

._text-body__compact {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: 0rem;
  margin: 0;
}

._text-small {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  margin: 0;
}

._btn {
  background-color: #242424;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  border: 0rem;
  border-radius: 0;
  padding: 0.875rem 2.375rem 0.875rem 1.75rem;
}
@media screen and (max-width: 770px) {
  ._btn.colored__btn__small {
    padding: 0.5rem 1.625rem 0.5rem 1.3125rem;
  }
}
._btn._btn-yellow {
  background-color: #594d0e;
}
._btn._btn-blue {
  background-color: #0f4d58;
}
._btn._btn-green {
  background-color: #344d14;
}
._btn._btn-red {
  background-color: #561e1e;
}

._title-container ._title-container__title {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 640px) {
  ._title-container ._title-container__title {
    margin-bottom: 1.25rem;
  }
}

.phoenix-navigation {
  background-color: #fff;
  flex: 0 0 34.495%;
  margin-right: auto;
  padding: 3.375rem 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 990px) {
  .phoenix-navigation {
    flex: unset;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 990px) {
  .phoenix-navigation._empty-navigation {
    margin-bottom: 0;
  }
  .phoenix-navigation._empty-navigation .phoenix-navigation__list {
    margin: 0;
  }
}
.phoenix-navigation._empty-navigation .phoenix-navigation__bg {
  display: block;
}
@media screen and (max-width: 990px) {
  .phoenix-navigation._empty-navigation .phoenix-navigation__bg {
    display: none;
  }
}
.phoenix-navigation__bg {
  display: none;
  position: absolute;
  top: -47%;
  right: -48%;
}
@media screen and (max-width: 990px) {
  .phoenix-navigation__bg {
    display: none;
  }
}
.phoenix-navigation__bg svg {
  width: 844px;
  height: 704px;
}
.phoenix-navigation__back {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #242424;
  margin-bottom: 2.875rem;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.125rem;
  position: relative;
  z-index: 2;
}
.phoenix-navigation__back:before, .phoenix-navigation__back:after {
  position: absolute;
  content: "";
  left: 0;
  width: 0.375rem;
  height: 0.0625rem;
  background-color: #242424;
  border-radius: 0.9375rem;
}
.phoenix-navigation__back:before {
  top: 0.5313rem;
  transform: rotate(-45deg);
}
.phoenix-navigation__back:after {
  top: 0.75rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 990px) {
  .phoenix-navigation__back {
    margin-bottom: 2.25rem;
    display: none;
  }
}
.phoenix-navigation__title {
  position: relative;
  z-index: 2;
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #EFEFEF;
}
@media screen and (max-width: 990px) {
  .phoenix-navigation__title {
    display: flex;
  }
}
.phoenix-navigation__title p {
  padding: 0.75rem 1.25rem;
  margin: unset;
  margin-left: 5%;
  text-transform: uppercase;
  font-weight: 700;
}
.phoenix-navigation__title span {
  display: block;
  height: 49px;
  width: 60px;
  background-color: #FFD00D;
  position: relative;
}
.phoenix-navigation__title span:before, .phoenix-navigation__title span:after {
  position: absolute;
  content: "";
  top: 24px;
  width: 15px;
  height: 2px;
  background-color: #594d0e;
  transition: all 0.3s ease;
  border-radius: 15px;
}
.phoenix-navigation__title span:before {
  left: 18px;
  transform: rotate(45deg);
}
.phoenix-navigation__title span:after {
  right: 17px;
  transform: rotate(-45deg);
}
.phoenix-navigation__title span._active-navigation:before {
  transform: rotate(-45deg);
}
.phoenix-navigation__title span._active-navigation:after {
  transform: rotate(45deg);
}
.phoenix-navigation__title a {
  display: none;
}
.phoenix-navigation__title._empty-navigation p, .phoenix-navigation__title._empty-navigation span {
  display: none;
}
.phoenix-navigation__title._empty-navigation a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #242424;
  padding: 0.75rem 1.25rem;
  margin-left: 5%;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.125rem;
  z-index: 2;
}
.phoenix-navigation__title._empty-navigation a:before, .phoenix-navigation__title._empty-navigation a:after {
  position: absolute;
  content: "";
  left: 0;
  width: 0.375rem;
  height: 0.0625rem;
  background-color: #242424;
  border-radius: 0.9375rem;
}
.phoenix-navigation__title._empty-navigation a:before {
  top: 1.25rem;
  transform: rotate(-45deg);
}
.phoenix-navigation__title._empty-navigation a:after {
  top: 1.5rem;
  transform: rotate(45deg);
}
.phoenix-navigation__list {
  position: relative;
  margin: unset;
  padding: unset;
  margin-left: 18px;
  list-style: none;
  z-index: 2;
}
@media screen and (max-width: 990px) {
  .phoenix-navigation__list {
    margin-top: 2rem;
  }
}
.phoenix-navigation__list li {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 990px) {
  .phoenix-navigation__list li {
    margin-bottom: 1.25rem;
  }
}
.phoenix-navigation__list li:last-child {
  margin-bottom: 0;
}
.phoenix-navigation__item {
  padding: unset;
  font-size: 1.0625rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #242424;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .phoenix-navigation__item {
    font-size: 1rem;
    font-weight: 800;
  }
}
.separate-section {
  position: relative;
  z-index: 1;
}
.separate-section.separate-section__next .separate-section__content {
  padding: 80px 0;
}
@media screen and (max-width: 990px) {
  .separate-section.separate-section__next .separate-section__content {
    padding: 50px 0;
  }
}
.separate-section.separate-section__next .separate-section__nav {
  padding: 0;
  margin: 0;
}
.separate-section.separarte-section__last {
  padding-bottom: 93px;
}
@media screen and (max-width: 990px) {
  .separate-section.separarte-section__last {
    padding-bottom: 78px;
  }
}
.separate-section__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 990px) {
  .separate-section__wrapper {
    flex-direction: column;
    justify-content: unset;
  }
}
.separate-section__nav {
  height: 100%;
  flex: 0 0 19.495%;
}
.separate-section__content {
  max-width: 74%;
  width: 100%;
  padding: 54px 0;
}
@media (max-width: 990px) {
  .separate-section__content {
    max-width: 100%;
    padding: 32px 0;
  }
}
.separate-section__title__container {
  margin-bottom: 87px;
}
@media (max-width: 990px) {
  .separate-section__title__container {
    margin-bottom: 60px;
  }
}
.separate-section__title__container.separate-section__title__container__last {
  margin-bottom: 0;
}
.separate-section__h2 {
  margin-bottom: 20px;
}
.separate-section__h2 span {
  display: block;
}
@media screen and (max-width: 770px) {
  .separate-section__h2 span {
    display: none;
  }
}
.separate-section__h3 {
  margin-bottom: 37px;
}
@media (max-width: 990px) {
  .separate-section__h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 770px) {
  .separate-section__h3.separate-list__links__title {
    font-size: 24px;
  }
}
.separate-section__component {
  margin-bottom: 76px;
}
@media (max-width: 990px) {
  .separate-section__component {
    margin-bottom: 44px;
  }
}
.separate-section__component:last-child {
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .separate-section__component.separate-section__component__film-orgs {
    margin-bottom: 86px;
  }
}
.separate-section__component.separate-section__component__film-orgs:last-child {
  margin-bottom: 0;
}
.separate-section__bold__text {
  font-weight: 700;
  max-width: 702px;
}
.separate-section__bold__text a {
  color: inherit;
  text-decoration: underline;
}

.separate-list {
  display: flex;
  justify-content: flex-start;
}
.separate-list.separate-list__links ul li:before {
  display: none;
}
.separate-list.separate-list__links ul li a {
  color: #242424;
  display: flex;
  align-items: center;
}
.separate-list.separate-list__links ul li a svg {
  flex: 0 0 1rem;
  margin-right: 1rem;
  width: 1rem;
  height: 1.125rem;
}
@media (max-width: 720px) {
  .separate-list {
    flex-direction: column;
    justify-content: unset;
  }
}
.separate-list__title {
  margin-bottom: 1.0625rem;
}
@media (max-width: 720px) {
  .separate-list__title {
    margin-top: 1.875rem;
  }
}
.separate-list ul {
  flex: 0 0 44%;
  padding: 0;
  margin-bottom: 0;
}
.separate-list ul:first-child {
  margin-right: 0.9375rem;
}
@media (max-width: 720px) {
  .separate-list ul:first-child {
    margin-right: 0rem;
    margin-bottom: 1.25rem;
  }
}
.separate-list ul li {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
}
.separate-list ul li:last-child {
  margin-bottom: 0;
}
.separate-list ul li:before {
  content: "";
  border-radius: 50%;
  background-color: #242424;
  flex: 0 0 0.4375rem;
  width: 0.4375rem;
  height: 0.4375rem;
  margin-right: 0.625rem;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 770px) {
  .separate-list ul li {
    margin-bottom: 0.9375rem;
  }
}
.separate-accordion__item {
  padding: 1.625rem 1.875rem;
  border: 0.0625rem solid #E3E3E3;
  background-color: #F7F7F7;
  transition: all 0.3s ease;
}
@media screen and (max-width: 770px) {
  .separate-accordion__item {
    padding: 1.875rem 1rem;
  }
}
.separate-accordion__item._active-accordion {
  background-color: #fff;
}
.separate-accordion__item._active-accordion .separate-accordion__toggle {
  transform: rotate(0deg);
}
.separate-accordion__title {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.separate-accordion__toggle {
  flex: 0 0 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  margin-left: 1.25rem;
  margin-bottom: 0 !important;
  position: relative;
  transition: all 0.3s ease;
  transform-origin: center;
  transform: rotate(45deg);
}
.separate-accordion__toggle:before, .separate-accordion__toggle:after {
  content: "";
  position: absolute;
  background-color: #242424;
  width: 100%;
  height: 0.125rem;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 1.5625rem;
  transform-origin: center;
}
.separate-accordion__toggle:before {
  transform: rotate(45deg);
}
.separate-accordion__toggle:after {
  transform: rotate(-45deg);
}
.separate-accordion__body {
  margin-top: 0.875rem;
}
.separate-accordion__body a {
  color: inherit;
  text-decoration: underline;
}

.separate-slider {
  max-width: 100%;
  padding-top: 0.3125rem;
}
.separate-slider.swiper .swiper-wrapper {
  margin-bottom: 30px;
}
.separate-slider__controls {
  position: relative;
  height: 1.6875rem;
  display: flex;
  align-items: center;
}
.separate-slider__pagination__container {
  position: static;
}
.separate-slider__pagination__container.swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #561e1e;
}
.separate-slider__pagination__container.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.4688rem;
}
.separate-slider__btns__container .swiper-button-next, .separate-slider__btns__container .swiper-button-prev {
  width: 0.875rem;
}
.separate-slider__btns__container .swiper-button-next svg, .separate-slider__btns__container .swiper-button-prev svg {
  width: 100%;
  height: auto;
}
.separate-slider__btns__container .swiper-button-next::after, .separate-slider__btns__container .swiper-button-prev::after {
  display: none;
}
.separate-slider__video {
  margin-bottom: 15px;
}
.separate-slider__subtitle {
  text-align: center;
  margin: auto;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #666666;
}

.video {
  width: 100%;
  position: relative;
}
.video__btn__play {
  cursor: pointer;
  width: 6.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .video__btn__play {
    width: 6rem;
  }
}
@media screen and (max-width: 770px) {
  .video__btn__play {
    width: 3.5rem;
  }
}
.video__btn__play img {
  width: 100%;
  height: auto;
}
.video__item {
  aspect-ratio: 16/9;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.phoenix-form__title {
  margin-bottom: 2.3125rem;
}
@media (max-width: 990px) {
  .phoenix-form__title {
    margin-bottom: 1.875rem;
  }
}

.phoenix-form {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.phoenix-form div {
  margin-bottom: 2.0625rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.phoenix-form div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 710px) {
  .phoenix-form div {
    flex-direction: column;
    justify-content: unset;
  }
}
.phoenix-form p {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.phoenix-form em {
  font-style: normal;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(33.333% - 1.875rem);
}
@media screen and (max-width: 710px) {
  .phoenix-form em {
    flex: unset;
    width: 100%;
    margin-bottom: 2.0625rem;
  }
  .phoenix-form em:last-child {
    margin-bottom: 0;
  }
}
.phoenix-form span {
  margin-bottom: 0.625rem;
  font-weight: 700;
}
.phoenix-form strong {
  font-weight: 400;
  margin-bottom: 2.0625rem;
}
.phoenix-form strong:last-child {
  margin-bottom: 0;
}
.phoenix-form input::-webkit-outer-spin-button,
.phoenix-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.phoenix-form input[type=number] {
  -moz-appearance: textfield;
}
.phoenix-form input, .phoenix-form select {
  width: 100%;
  height: 3.125rem;
  border: 0.0625rem solid #595959;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: -0.0469rem;
  color: #242424;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.3s ease;
  padding: 0.625rem 0.875rem 0.625rem 1.875rem;
  border-radius: 0;
}
@media screen and (max-width: 990px) {
  .phoenix-form input, .phoenix-form select {
    padding: 0.625rem 0.875rem 0.625rem 1.25rem;
    font-size: 1rem;
  }
}
.phoenix-form input::-moz-placeholder, .phoenix-form select::-moz-placeholder {
  color: #595959;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: -0.0469rem;
}
.phoenix-form input::placeholder, .phoenix-form select::placeholder {
  color: #595959;
  font-size: 1.1875rem;
  line-height: 1.6875rem;
  letter-spacing: -0.0469rem;
}
@media screen and (max-width: 990px) {
  .phoenix-form input::-moz-placeholder, .phoenix-form select::-moz-placeholder {
    font-size: 1rem;
  }
  .phoenix-form input::placeholder, .phoenix-form select::placeholder {
    font-size: 1rem;
  }
}
.phoenix-form input:focus, .phoenix-form select:focus {
  border-color: #FFD00D;
  border-radius: 0;
}
.phoenix-form input:focus-visible, .phoenix-form select:focus-visible {
  outline: unset;
}
.phoenix-form label[name=container-check] {
  display: block;
  position: relative;
  padding-left: 2.25rem;
  margin-bottom: 1.5625rem;
  cursor: pointer;
  font-size: 1.1875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media screen and (max-width: 61.875rem) {
  .phoenix-form label[name=container-check] {
    font-size: 1rem;
  }
}
.phoenix-form label[name=container-check]:last-child {
  margin-bottom: 0;
}
.phoenix-form label[name=container-check] input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.phoenix-form label[name=container-check] strong, .phoenix-form label[name=container-check] span {
  position: absolute;
  top: 0.125rem;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  background-color: transparent;
  border: 0.0625rem solid #595959;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phoenix-form label[name=container-check] strong svg, .phoenix-form label[name=container-check] span svg {
  opacity: 0;
  transition: all 0.3s ease;
}
.phoenix-form label[name=container-check] span {
  border-radius: 50%;
}
.phoenix-form label[name=container-check] span:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #242424;
  border: 0.0625rem solid #595959;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: scale(0);
}
.phoenix-form label[name=container-check] input:checked ~ strong svg {
  opacity: 1;
}
.phoenix-form label[name=container-check] input:checked ~ span:before {
  transform: scale(1);
}
.phoenix-form button[type=submit] {
  width: 11.1875rem;
  background-color: #242424;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  border: 0rem;
  border-radius: 0;
  padding: 0.875rem 1.75rem 0.875rem 1.75rem;
}

.s-hidden {
  visibility: hidden;
  padding-right: 0.625rem;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: black;
  border: 0.0625rem solid #595959;
}
.select:focus {
  border-color: #FFD00D;
}
.select div {
  margin-bottom: 0;
}

.styledSelect {
  position: absolute;
  top: 0rem;
  left: 0rem;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 0.625rem 0.875rem 0.625rem 1.875rem;
  font-size: 1.1875rem;
  color: #595959;
}
@media screen and (max-width: 990px) {
  .styledSelect {
    padding: 0.875rem 0.875rem 0.625rem 1.25rem;
    font-size: 1rem;
  }
}
.styledSelect:after, .styledSelect:before {
  position: absolute;
  content: "";
  top: 1.5rem;
  width: 0.9375rem;
  height: 0.125rem;
  background-color: #595959;
  transition: all 0.3s ease;
  border-radius: 0.9375rem;
}
.styledSelect::before {
  right: 1.3125rem;
  transform: rotate(-45deg);
}
.styledSelect::after {
  right: 1.9375rem;
  transform: rotate(45deg);
}
.styledSelect.active::before {
  transform: rotate(45deg);
}
.styledSelect.active:after {
  transform: rotate(-45deg);
}

.styledSelect:active,
.styledSelect.active {
  background-color: #eee;
}

.options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 0.0625rem solid #ccc;
  background-color: white;
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
}

.options li {
  padding: 0 0.375rem;
  margin: 0 0;
  padding: 0 0.625rem;
  padding: 0.625rem 0.875rem 0.625rem 1.875rem;
  font-size: 1.1875rem;
  color: #595959;
  transition: all 0.3s;
}
@media screen and (max-width: 990px) {
  .options li {
    padding: 0.625rem 0.875rem 0.625rem 1.25rem;
    font-size: 1rem;
  }
}

.options li:hover {
  background-color: #F7F7F7;
  color: #242424;
  font-weight: 700;
}

.form-meassage {
  margin-bottom: 2.25rem;
}
.form-meassage:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 710px) {
  .form-meassage {
    margin-bottom: 2rem;
  }
}
.form-meassage__status {
  margin-bottom: 0.3125rem;
}
.form-meassage__subtitle {
  margin-bottom: 1.625rem;
}
.form-meassage__colored {
  max-width: 46.5625rem;
  padding: 1.25rem 1.75rem;
}
.form-meassage__colored__title {
  margin-bottom: 0.3125rem;
}
.form-meassage__colored__text {
  margin: 0;
}

.subhead-one {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 720px) {
  .subhead-one {
    flex-direction: column-reverse;
    justify-content: unset;
    align-items: center;
  }
}
.subhead-one__title {
  margin-bottom: 1.25rem;
}
.subhead-one__img {
  flex: 0 0 15.9375rem;
  margin-left: 1.875rem;
  position: relative;
}
@media screen and (max-width: 720px) {
  .subhead-one__img {
    flex: unset;
    width: 17.5rem;
    margin-bottom: 1.25rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 520px) {
  .subhead-one__img {
    width: 100%;
  }
}
.subhead-one__img img {
  width: 100%;
  height: auto;
}
.subhead-one__watermark {
  position: absolute;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5.1875rem;
  color: #fff;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.subhead-two {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.subhead-two.subhead-two__reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 720px) {
  .subhead-two.subhead-two__reverse {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
  }
}
.subhead-two.subhead-two__reverse .subhead-two__img {
  margin-left: 3.75rem;
  margin-right: 0;
}
@media screen and (max-width: 1120px) {
  .subhead-two.subhead-two__reverse .subhead-two__img {
    margin-left: 30px;
    margin-right: 0;
  }
}
@media screen and (max-width: 720px) {
  .subhead-two.subhead-two__reverse .subhead-two__img {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 720px) {
  .subhead-two {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
  }
}
.subhead-two__title {
  margin-bottom: 20px;
}
.subhead-two__link {
  display: block;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4375rem;
  color: #242424;
  text-decoration: underline;
}
@media screen and (max-width: 770px) {
  .subhead-two__link {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.subhead-two__img {
  flex: 0 0 calc(50% - 1.875rem);
  margin-right: 3.75rem;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .subhead-two__img {
    margin-right: 1.875rem;
    flex: 0 0 calc(50% - 0.9375rem);
  }
}
@media screen and (max-width: 720px) {
  .subhead-two__img {
    flex: unset;
    width: 17.5rem;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 520px) {
  .subhead-two__img {
    width: 100%;
  }
}
.subhead-two__img img {
  width: 100%;
  height: auto;
}
.subhead-two__watermark {
  position: absolute;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5.1875rem;
  color: #fff;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.article-big__img {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.article-big__img img {
  width: 100%;
  height: auto;
}
.article-big__watermark {
  position: absolute;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5.1875rem;
  color: #fff;
  opacity: 0.65;
  margin: 0;
  text-transform: uppercase;
  bottom: 5%;
  right: 5%;
}
@media screen and (max-width: 510px) {
  .article-big__watermark {
    bottom: unset;
    right: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.article-big__text {
  margin-bottom: 30px;
}
.article-big__link {
  color: #242424;
  font-weight: 700;
  text-decoration: underline;
}

.article-small {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.125rem;
}
.article-small:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .article-small {
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.8125rem;
  }
}
.article-small__img {
  flex: 0 0 21.875rem;
  margin-right: 1.875rem;
  position: relative;
}
@media screen and (max-width: 720px) {
  .article-small__img {
    flex: unset;
    width: 100%;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }
}
.article-small__img img {
  width: 100%;
  height: auto;
}
.article-small__watermark {
  position: absolute;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5.1875rem;
  color: #fff;
  opacity: 0.65;
  margin: 0;
  text-transform: uppercase;
  bottom: 5%;
  right: 5%;
}
@media screen and (max-width: 510px) {
  .article-small__watermark {
    bottom: unset;
    right: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.article-small h3.article-small__title {
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 990px) {
  .article-small h3.article-small__title {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 770px) {
  .article-small h3.article-small__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.article-small__text {
  margin-bottom: 1.875rem;
}
.article-small__link {
  color: #242424;
  font-weight: 700;
  transform: unset;
}

.articles {
  margin-bottom: 5.875rem;
}
@media screen and (max-width: 770px) {
  .articles {
    margin-bottom: 4rem;
  }
}

.logo__wrapper {
  padding: 0;
  display: block;
  max-width: 14.0625rem;
}
@media screen and (max-width: 1030px) {
  .logo__wrapper {
    max-width: 12.5rem;
  }
}

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

._scroll-to-top {
  color: #333;
  position: fixed;
  right: 3.5%;
  bottom: -100%;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  background: transparent;
  width: unset;
  transition: all 0.3s ease;
}
._scroll-to-top._scroll-appear {
  bottom: 0%;
}
._scroll-to-top p {
  transition: all 0.3s ease;
  margin-top: 0.625rem;
  padding: 0.1875rem 0.75rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.73);
}
@media (max-width: 587px) {
  ._scroll-to-top {
    transform: translate(50%, 0);
    width: 10rem;
    right: 50%;
    background: #fff;
    border-top-left-radius: 1.5625rem;
    border-top-right-radius: 1.5625rem;
  }
  ._scroll-to-top p {
    margin: 0;
    padding: 0.5rem 0.75rem;
    border-radius: 0rem;
    background: transparent;
    text-decoration: underline;
  }
  ._scroll-to-top svg {
    display: none;
  }
}

.header {
  transition: all 0.3s ease;
  background: rgb(255, 255, 255);
  padding: 1.25rem 0 0rem 0;
}
@media (max-width: 1200px) {
  .header {
    padding: 1.25rem 0;
  }
}
.header._header__scroll {
  transition: all 0.3s ease;
  top: -50%;
}
.header__container {
  max-width: 100%;
}
@media (max-width: 1030px) {
  .header__container {
    max-width: unset;
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .header__container .row > * {
    padding-right: unset;
    padding-left: unset;
  }
}
@media screen and (max-width: 1200px) {
  .header__content.col {
    flex: unset;
  }
}
.header__navbar {
  padding: 0;
}
.header__navbar a {
  color: inherit;
}
.header__logo__btn__wrapper {
  margin: auto 0;
  height: 100%;
  justify-content: flex-end;
}
@media screen and (max-width: 1030px) {
  .header__logo__btn__wrapper {
    justify-content: flex-start;
  }
}
.header__logo__btn__wrapper.mt-3 {
  margin-top: 0 !important;
}
.btn__burger__wrapper {
  display: none;
}
@media (max-width: 1200px) {
  .btn__burger__wrapper {
    display: block;
    position: fixed;
    top: 1.875rem;
    right: 6%;
    width: 2.5rem;
    height: 2.5rem;
    transition: all 0.3s ease;
  }
  .btn__burger__wrapper._header__scroll {
    top: -50%;
  }
}

.btn__burger {
  position: relative;
  width: 100%;
  height: 100%;
  background: #F75555;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.btn__burger:focus {
  outline: none;
  box-shadow: none;
}
.btn__burger:after, .btn__burger:before, .btn__burger span {
  position: absolute;
  left: 11px;
  content: "";
  height: 1.5px;
  width: 16px;
  background: rgba(51, 51, 51, 0.82);
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.btn__burger span {
  top: 19px;
  transform: scale(0);
}
.btn__burger:after {
  top: 19px;
  transform: rotate(45deg);
}
.btn__burger:before {
  top: 19px;
  transform: rotate(-45deg);
}
.btn__burger.collapsed {
  background: #FFD00D;
}
.btn__burger.collapsed span {
  top: 20.5px;
  transform: scale(1);
}
.btn__burger.collapsed:after {
  top: 25px;
  transform: rotate(0deg);
}
.btn__burger.collapsed:before {
  top: 15.5px;
  transform: rotate(0deg);
}
.btn__burger svg {
  width: 1.4375rem;
  height: auto;
  align-items: center;
  justify-content: center;
  transform: translate(6%, 63%);
}
@media (max-width: 1200px) {
  .menu__wrapper {
    display: flex;
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 0 6rem 0;
    transform: translate(0rem, 6rem);
  }
  .menu__wrapper.collapse:not(.show) {
    opacity: 0;
    transition: opacity 0.5s ease, height 0s ease 0s;
  }
  .menu__wrapper.collapsing {
    opacity: 0;
    transition: opacity 0.5s ease, height 0.5s ease 0s;
  }
  .menu__wrapper.show {
    opacity: 1;
    transition: opacity 0.5s ease, height 0s ease 0s;
  }
}

.menu__sub {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  padding: 0 9.375rem 0 0;
  background: #fff;
}
.menu__sub__item {
  margin: 0 0 1.125rem 0;
}
@media (max-width: 1200px) {
  .menu__sub__item {
    border-bottom: 1px solid #ccc;
  }
  .menu__sub__item:last-child {
    justify-content: center;
  }
  .menu__sub__item:last-child .search-form__wrapper {
    justify-content: center;
  }
}
.menu__sub__item .nav-link {
  padding: 0 1rem;
}

.menu__main {
  background-color: #FFD00D;
  padding: 0rem 9.375rem 0rem 4.125rem;
  width: 100%;
  position: relative;
}
.menu__main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -99%;
  background: #FFD00D;
  height: 100%;
  width: 100%;
}
@media (max-width: 1200px) {
  .menu__main {
    padding: 0;
    position: static;
  }
  .menu__main::before {
    display: none;
  }
}
.menu__main #navbarContent2 {
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .menu__main #navbarContent2 .navbar-nav {
    justify-content: space-between;
    width: 100%;
  }
}
.menu__main__item {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  padding: 1rem 0;
  font-weight: 700;
  position: relative;
  color: #594d0e;
}
@media (max-width: 1200px) {
  .menu__main__item {
    font-weight: bold;
    color: #594d0e;
    border-bottom: 1px solid #594d0e;
  }
}
.menu__main__item .nav-link {
  padding: 0 1rem;
}
.menu__main__item._active-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.3125rem;
  background-color: #594d0e;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .menu__main__item._active-link {
    border-bottom: 5px solid #594d0e;
  }
  .menu__main__item._active-link:before {
    display: none;
  }
}

@media (max-width: 1350px) {
  .menu__sub, .menu__main {
    padding-right: 4.5625rem;
  }
}
@media (max-width: 1204px) {
  .menu__sub, .menu__main {
    padding-right: 3.4375rem;
  }
}
@media (max-width: 1200px) {
  .menu__sub, .menu__main {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 1200px) {
  .menu__main__item, .menu__sub__item {
    margin: 0rem 1.25rem;
    padding: 0.9375rem 0.625rem;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
  }
  .menu__main__item svg, .menu__sub__item svg {
    width: 0.5rem;
    height: auto;
  }
  .menu__main__item .nav-link, .menu__sub__item .nav-link {
    padding: 0;
  }
  .menu__main__item:last-child, .menu__sub__item:last-child {
    border-bottom: 0rem solid #000;
    border-bottom: 1.25rem;
  }
}

@media (max-width: 1200px) {
  .menu__sub__item:first-child, .menu__main__item:first-child {
    padding-top: 1.25rem;
  }
}

.btn__search__appear {
  border-top: 0;
  border-bottom: 0;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
.btn__search__appear.btn {
  padding: 0 0.75rem;
}
.btn__search__appear .search-form__help__close {
  display: none;
}
.btn__search__appear[aria-expanded=true] .search-form__help__close {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
}

.search-form {
  position: fixed;
  top: -100%;
  right: 0;
  width: 75%;
  height: 7.125rem;
  background: #EFEFEF;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  z-index: 3;
}
.search-form.show {
  top: 0%;
  transition: all 0.3s ease;
}
.search-form.show .search-form__close {
  transform: rotate(-360deg);
}
@media (max-width: 1400px) {
  .search-form {
    width: 74.5%;
  }
}
@media (max-width: 1200px) {
  .search-form {
    display: flex !important;
    position: static;
    background-color: transparent;
    height: unset;
  }
}
@media (max-width: 530px) {
  .search-form {
    width: 100%;
  }
}
.search-form__wrapper {
  padding: 0 5.9375rem;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .search-form__wrapper {
    padding: 0;
  }
}
.search-form__close {
  cursor: pointer;
  position: absolute;
  padding: unset;
  z-index: 3;
  width: 1.25rem;
  height: 1.25rem;
  top: 23%;
  right: 9%;
  transition: all 0.8s ease;
}
@media screen and (max-width: 1200px) {
  .search-form__close {
    display: none;
  }
}
.search-form__close svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .search-form__search__wrapper {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .search-form__btn__wrapper {
    padding: 0rem;
  }
}
.search-form__btn {
  width: 100%;
  height: 100%;
  padding: unset;
}
@media (max-width: 430px) {
  .search-form__btn {
    width: 6.625rem !important;
  }
}
.search-form__input {
  background: #EFEFEF;
  border-radius: 0;
  font-size: 1.375rem;
  line-height: 2.1875rem;
  letter-spacing: -0.0875rem;
  padding-bottom: 0.0625rem;
}
@media (max-width: 1200px) {
  .search-form__input {
    font-size: 1.125rem;
    padding: 0.4375rem 0 0.4375rem 1.125rem;
  }
  .search-form__input:focus {
    background: #EFEFEF;
    border-color: rgb(51, 51, 51);
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.25);
  }
}
.search-form__input:focus {
  background: #EFEFEF;
  border-color: rgb(51, 51, 51);
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
}

.section-first {
  margin: 7.0625rem 0 0 0;
}
@media (max-width: 1200px) {
  .section-first {
    margin: 6.5625rem 0 0 0;
  }
}

.banner {
  padding: 3.75rem 0;
  height: 30rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-image: url(../assets/img/banner-why.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 0%;
}
@media screen and (max-width: 990px) {
  .banner {
    background-position: 50% 50%;
  }
}
@media screen and (max-width: 770px) {
  .banner {
    background-position: 67% 50%;
  }
}
@media screen and (max-width: 1200px) {
  .banner {
    height: 24.125rem;
  }
}
@media screen and (max-width: 990px) {
  .banner {
    height: 20.9375rem;
    padding: 2rem 0;
  }
}
.banner.banner-stories {
  background-image: url(../assets/img/banner-stories.png);
}
.banner.banner-science {
  background-image: url(../assets/img/main-bg-2.png);
}
@media screen and (max-width: 770px) {
  .banner.banner-science {
    background-position: 10% 50%;
  }
}
.banner.banner-industries {
  background-image: url(../assets/img/banner-industries.png);
}
.banner.banner-film-orgs {
  background-image: url(../assets/img/banner-films.png);
}
.banner .banner__container {
  position: relative;
  height: 100%;
  max-width: 87%;
}
@media screen and (max-width: 1200px) {
  .banner .banner__container {
    max-width: 90%;
  }
}
.banner .banner__wrapper {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.banner h2.banner__title {
  font-size: 2rem;
  padding: 0.4375rem 5.9375rem 0.4375rem 1.5625rem;
  background-color: #FFD00D;
  color: #594d0e;
  margin: 0;
}
@media screen and (max-width: 40rem) {
  .banner h2.banner__title {
    font-size: 1.5rem;
    letter-spacing: -0.0938rem;
    padding: 0.6875rem 3.125rem 0.6875rem 1.0625rem;
  }
}
.banner .banner__watermark {
  text-transform: uppercase;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5.1875rem;
  color: #fff;
  opacity: 0.64;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .banner .banner__watermark {
    align-self: flex-start;
    position: absolute;
    top: 0%;
    right: 0%;
  }
}

.main {
  height: 45.9375rem;
  padding: 4.6875rem 0 5.3125rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
@media (max-width: 770px) {
  .main {
    padding: 1.25rem 0;
  }
}
@media (max-width: 576px) {
  .main {
    padding: 0;
    margin: 1.75rem 0 0 0;
    height: unset;
  }
}
.main__container {
  height: 100%;
  padding: 0;
  max-width: 1350px;
}
@media (max-width: 1400px) {
  .main__container {
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  .main__container {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .main__container {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .main__container {
    max-width: 540px;
  }
}
@media (max-width: 576px) {
  .main__container {
    margin: 0;
    padding: 0;
  }
  .main__container.container-sm {
    max-width: unset;
  }
}
.main__content {
  margin: auto;
  align-items: center;
  height: 100%;
}
@media (max-width: 576px) {
  .main__content {
    width: 100%;
  }
}
.main__info__container {
  z-index: 3;
  max-width: 470px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .main__info__container {
    max-width: 450px;
  }
}
@media screen and (max-width: 770px) {
  .main__info__container {
    max-width: unset;
    height: unset;
  }
}

@media (max-width: 576px) {
  .accordion-pictures {
    display: none;
  }
}
.accordion-pictures__item.show-accordion-picture .accordion-pictures__img {
  opacity: 1;
}
.accordion-pictures__item.show-accordion-picture .workforce__inscription {
  opacity: 1;
}
.accordion-pictures__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.4s;
}

.accordion-info__link {
  color: rgba(51, 51, 51, 0.82);
  font-size: 1.1875rem;
}
.accordion-info .accordion-item .accordion-body {
  padding: 1.25rem 2.8125rem 2.5rem;
}
@media (max-width: 576px) {
  .accordion-info .accordion-item .accordion-body {
    padding: 1.25rem 1.5625rem 2.5rem;
  }
}
.accordion-info .accordion-item .accordion-body p {
  margin-bottom: 2.5rem;
}
.accordion-info .accordion-item:nth-child(1) {
  background: #2ADDFD;
}
.accordion-info .accordion-item:nth-child(1) .accordion-info__title__btn {
  border-color: #0f4d58;
  color: #0f4d58;
}
.accordion-info .accordion-item:nth-child(2) {
  background: #96DD39;
}
.accordion-info .accordion-item:nth-child(2) .accordion-info__title__btn {
  border-color: #344d14;
  color: #344d14;
}
.accordion-info .accordion-item:nth-child(3) {
  background: #F75555;
}
.accordion-info .accordion-item:nth-child(3) .accordion-info__title__btn {
  border-color: #561e1e;
  color: #561e1e;
}
.accordion-info .accordion-item:nth-child(4) {
  background: #FFD00D;
}
.accordion-info .accordion-item:nth-child(4) .accordion-info__title__btn {
  border-color: #594d0e;
  color: #594d0e;
}
@media (max-width: 576px) {
  .accordion-info__extra__picture {
    width: 100%;
    padding-bottom: 13.75rem;
    position: relative;
    z-index: 1;
  }
  .accordion-info__extra__picture.collapse:not(.show) {
    opacity: 0;
    transition: opacity 0.2s ease, height 0.5s;
  }
  .accordion-info__extra__picture.collapsing {
    opacity: 0;
    transition: opacity 0.2s ease, height 0.5s;
  }
  .accordion-info__extra__picture.show {
    opacity: 1;
    transition: opacity 0.2s ease, height 0s;
  }
}
@media (max-width: 576px) {
  .accordion-info__extra__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.accordion-info__header {
  padding: 0rem 2.8125rem;
  cursor: pointer;
}
@media (max-width: 576px) {
  .accordion-info__header {
    padding: 0 1.5625rem;
  }
}
.accordion-info__open__btn {
  width: 4.375rem;
  background: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: none;
  pointer-events: none;
}
@media (max-width: 576px) {
  .accordion-info__open__btn {
    width: 1rem;
  }
}
.accordion-info__open__btn.accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion-info__open__btn::after {
  display: none;
}
.accordion-info__open__btn:focus {
  outline: none;
  box-shadow: none;
}
.accordion-info__title__btn {
  width: unset;
  font-size: 1.375rem;
  line-height: 3.125rem;
  letter-spacing: -0.0938rem;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.829);
  border: 0;
  transition: all 0.3s ease;
  background: transparent;
  padding: 0;
  pointer-events: none;
}
.accordion-info__title__btn .progressbar {
  display: none;
  width: 100%;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.82);
  animation: progressbar-countdown;
  /* Placeholder, this will be updated using javascript */
  animation-duration: 8s;
  /* We stop in the end */
  animation-iteration-count: 1;
  /* Stay on pause when the animation is finished finished */
  animation-fill-mode: forwards;
  /* We start paused, we start the animation using javascript */
  animation-play-state: paused;
  /* We want a linear animation, ease-out is standard */
  animation-timing-function: linear;
}
.accordion-info__title__btn::after {
  display: none;
}
.accordion-info__title__btn:focus {
  outline: none;
  box-shadow: none;
}
.accordion-info__title__btn[aria-expanded=false] {
  color: rgba(51, 51, 51, 0.829);
  background: transparent;
  box-shadow: none;
}
.accordion-info__title__btn[aria-expanded=true] {
  color: rgba(51, 51, 51, 0.829);
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.accordion-info__title__btn[aria-expanded=true] .progressbar {
  display: block;
  margin: 2.375rem 0 2.125rem;
  animation-play-state: running;
}
.accordion-info__title__btn[aria-expanded=true] ~ .accordion-info__open__btn {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: none;
}
@media (max-width: 576px) {
  .accordion-info__title__btn {
    font-size: 1.125rem;
    line-height: 2.25rem;
    letter-spacing: -0.0938rem;
  }
}
.accordion-info__body__btn {
  /* padding: 1rem 1.5rem; */
}

.workforce {
  padding: 4.375rem 0;
  height: 41.875rem;
}
@media screen and (max-width: 576px) {
  .workforce {
    height: unset;
    margin: 0;
    padding: 0;
  }
}
.workforce__inscription {
  opacity: 0;
  font-size: 6.25rem;
  letter-spacing: -0.0469rem;
  line-height: 1.6875rem;
  font-weight: 700;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 4;
  top: 51.5%;
  left: 33.9%;
}
@media screen and (max-width: 1030px) {
  .workforce__inscription {
    top: 51.5%;
    left: 26.9%;
  }
}
@media screen and (max-width: 920px) {
  .workforce__inscription {
    display: none;
  }
}
.workforce__inscription__mob {
  font-size: 3.125rem;
  letter-spacing: -0.0469rem;
  line-height: 1.6875rem;
  font-weight: 700;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 4;
  top: 50%;
  left: 50%;
}
.workforce .accordion-info__btn__container {
  width: 100%;
}
.workforce .accordion-info__body__btn {
  flex: 0 0 12.3125rem;
  margin-right: 1.25rem;
}
@media screen and (max-width: 768px) {
  .workforce .accordion-info__body__btn {
    flex: unset;
    width: 11.1875rem;
  }
}

.hot {
  padding: 4.0625rem 0;
  position: relative;
  z-index: 2;
  overflow-x: clip;
  overflow-y: visible;
}
@media (max-width: 768px) {
  .hot {
    padding: 4.375rem 0 3.4375rem 0;
    overflow: hidden;
  }
}
.hot .hot__bg {
  position: absolute;
  position: absolute;
  top: 0%;
  left: -10%;
  width: 42.36%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1200px) {
  .hot .hot__bg {
    top: -17%;
    left: -16%;
  }
}
@media (max-width: 990px) {
  .hot .hot__bg {
    top: -3%;
  }
}
@media (max-width: 768px) {
  .hot .hot__bg {
    top: -3%;
    left: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .hot .hot__bg img, .hot .hot__bg svg {
    height: 27.3125rem;
    width: auto;
  }
}
@media (max-width: 768px) {
  .hot .hot__bg img, .hot .hot__bg svg {
    height: 21.5rem;
    width: auto;
  }
}
.hot.hot__why {
  overflow: hidden;
}
.hot.hot__why .hot__bg {
  top: -9%;
  left: -5%;
}
@media (max-width: 768px) {
  .hot.hot__why .hot__bg {
    top: -3%;
    left: 0%;
  }
}
.hot.hot__connected {
  padding: 5.5rem 0;
}
@media (max-width: 1030px) {
  .hot.hot__connected {
    padding: 4.5625rem 0;
  }
}
@media (max-width: 768px) {
  .hot.hot__connected {
    padding: 4.375rem 0 3.4375rem 0;
  }
}
.hot.hot__connected .hot__text__wrapper {
  width: 62.36%;
}
@media (max-width: 768px) {
  .hot.hot__connected .hot__text__wrapper {
    width: 100%;
  }
}
.hot.hot__connected .hot__main__text {
  max-width: 756px;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 1.875rem;
}
.hot.hot__connected .hot__main__text::after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .hot.hot__connected .hot__picture {
    max-width: 212px;
  }
}
.hot__picture__container {
  position: relative;
  margin-left: 5.625rem;
}
@media (max-width: 1030px) {
  .hot__picture__container {
    margin-left: 5.5rem;
  }
}
@media (max-width: 991px) {
  .hot__picture__container {
    margin-left: 0rem;
  }
}
@media (max-width: 768px) {
  .hot__picture__container {
    margin-bottom: 3.75rem;
  }
}
.hot__picture {
  max-width: 255px;
}
.hot__picture svg {
  width: 100%;
  height: auto;
}
.hot__text__wrapper {
  width: 50.36%;
}
@media (max-width: 1024px) {
  .hot__text__wrapper {
    width: 56.36%;
  }
}
@media (max-width: 768px) {
  .hot__text__wrapper {
    width: 100%;
  }
}
.hot__title {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .hot__title {
    margin-bottom: 1.25rem;
  }
}
.hot__main__text {
  margin-bottom: 1.5625rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hot__main__text:after {
  content: "";
  display: block;
  width: 5.4375rem;
  height: 0.125rem;
  background: #EFEFEF;
  margin-top: 1.3125rem;
}
.hot__subtitle {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: -0.0438rem;
}
@media screen and (max-width: 64.375rem) {
  .hot__subtitle {
    line-height: 1.6875rem;
  }
}
.hot__link {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-weight: 700;
  text-decoration: underline;
  color: #242424;
}
@media screen and (max-width: 770px) {
  .hot__link {
    font-size: 1rem;
  }
}

.colored__red {
  background-color: #F75555;
}
.colored__red .colored__title,
.colored__red .form-meassage__colored__title,
.colored__red .triple-item__title,
.colored__red .triple-item__subtitle {
  color: #561e1e;
}
.colored__red .colored__looking__for {
  color: #561e1e;
}
.colored__red .colored__looking__for {
  color: #561e1e;
}

.colored__blue {
  background-color: #2ADDFD;
}
.colored__blue .colored__title,
.colored__blue .form-meassage__colored__title,
.colored__blue .triple-item__title,
.colored__blue .triple-item__subtitle {
  color: #0f4d58;
}
.colored__blue .colored__looking__for {
  color: #0f4d58;
}
.colored__blue .colored__looking__for {
  color: #0f4d58;
}

.colored__green {
  background-color: #96DD39;
}
.colored__green .colored__title,
.colored__green .form-meassage__colored__title,
.colored__green .triple-item__title,
.colored__green .triple-item__subtitle {
  color: #344d14;
}
.colored__green .colored__looking__for {
  color: #344d14;
}
.colored__green .colored__looking__for {
  color: #344d14;
}

.colored__yellow {
  background-color: #FFD00D;
}
.colored__yellow .colored__title,
.colored__yellow .form-meassage__colored__title,
.colored__yellow .triple-item__title,
.colored__yellow .triple-item__subtitle {
  color: #594d0e;
}
.colored__yellow .colored__looking__for {
  color: #594d0e;
}
.colored__yellow .colored__looking__for {
  color: #594d0e;
}

.colored__other_green {
  background-color: #08859B;
  color: #fff;
}

.colored__dark_brown {
  background-color: #561E1E;
  color: #fff;
}

.colored-navigation {
  position: relative;
}
@media (max-width: 990px) {
  .colored-navigation {
    z-index: 3;
  }
}
.colored-navigation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 50%;
  background-color: #fff;
  transition: height 300ms ease-in-out;
}
@media (max-width: 990px) {
  .colored-navigation:before {
    top: 48px;
    height: var(--navHeight, 100%);
    width: 100%;
  }
}
.colored-navigation__container {
  position: relative;
}
.colored-navigation__wrapper {
  display: flex;
}
@media (max-width: 990px) {
  .colored-navigation__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 990px) {
  .colored-navigation__nav {
    margin-bottom: 5.9375rem;
  }
}
.colored-navigation__content {
  position: relative;
  padding: 4.375rem 0;
  flex: 1 0 auto;
}
@media (max-width: 1200px) {
  .colored-navigation__content {
    width: 67.3%;
  }
}
@media (max-width: 990px) {
  .colored-navigation__content {
    width: 100%;
    margin-left: auto;
  }
}
.colored-navigation__center__block {
  z-index: 3;
  top: 50%;
  left: 0%;
  width: 15.9375rem;
  height: 15.9375rem;
  background: #2ADDFD;
  transform: translate(-50%, -50%);
  color: #0F4D58;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2.1875rem 1.6875rem;
}
@media (max-width: 1200px) {
  .colored-navigation__center__block {
    width: 13.125rem;
    height: 13.125rem;
    padding: 1.6875rem;
    left: 3%;
  }
}
@media (max-width: 990px) {
  .colored-navigation__center__block {
    width: 7.375rem;
    height: 7.375rem;
    padding: 1.0625rem 0.5625rem;
    left: 50%;
    top: 0rem;
  }
}
.colored-navigation__center__title {
  font-size: 6.875rem;
  line-height: 6.25rem;
  letter-spacing: -0.1563rem;
}
@media (max-width: 1200px) {
  .colored-navigation__center__title {
    font-size: 5.3125rem;
    line-height: 4.0625rem;
  }
}
@media (max-width: 990px) {
  .colored-navigation__center__title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.colored-navigation__center__subtitle {
  font-size: 2rem;
  letter-spacing: -0.1563rem;
  line-height: 2.1875rem;
}
@media (max-width: 1200px) {
  .colored-navigation__center__subtitle {
    font-size: 1.875rem;
  }
}
@media (max-width: 990px) {
  .colored-navigation__center__subtitle {
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: -0.0938rem;
  }
}
.colored-navigation__content__wrapper {
  max-width: 32.9375rem;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .colored-navigation__content__wrapper {
    max-width: 25rem;
  }
}
@media (max-width: 990px) {
  .colored-navigation__content__wrapper {
    max-width: unset;
  }
}
.colored-navigation__title {
  margin-bottom: 1.5rem;
}
@media (max-width: 770px) {
  .colored-navigation__title {
    margin-bottom: 1.25rem;
  }
}
.colored-navigation__text {
  margin-bottom: 2.625rem;
}
@media (max-width: 1200px) {
  .colored-navigation__text {
    margin-bottom: 2.625rem;
  }
}
@media (max-width: 770px) {
  .colored-navigation__text {
    margin-bottom: 2.375rem;
  }
}
.growing-for-good .colored__center__title {
  font-size: 6.25rem;
}
@media (max-width: 1200px) {
  .growing-for-good .colored__center__title {
    font-size: 5.3125rem;
    line-height: 4.75rem;
  }
}
@media (max-width: 991px) {
  .growing-for-good .colored__center__title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.growing-for-good .colored__content {
  margin-left: auto;
}
.growing-for-good .colored__content__wrapper {
  width: 62.3%;
  margin: 0 1.8125rem 0 auto;
}
@media screen and (max-width: 1200px) {
  .growing-for-good .colored__content__wrapper {
    margin: 0 0 0 auto;
    width: 67.3%;
  }
}
@media (max-width: 991px) {
  .growing-for-good .colored__content__wrapper {
    width: 100%;
    margin-left: auto;
  }
}
.growing-for-good .colored__btn {
  flex: 0 0 10.25rem;
  padding: 0.875rem 2.0625rem 0.875rem 2.0625rem;
}
@media screen and (max-width: 770px) {
  .growing-for-good .colored__btn {
    flex: unset;
    padding: 0.5rem 1.0625rem 0.5rem 1rem;
  }
}
.growing-for-good .colored__looking__for {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .life-changing .colored__center__block {
    height: 8rem;
  }
}
.life-changing .colored__center__title {
  font-size: 6.25rem;
}
@media (max-width: 1200px) {
  .life-changing .colored__center__title {
    font-size: 5.3125rem;
    line-height: 4.75rem;
  }
}
@media (max-width: 991px) {
  .life-changing .colored__center__title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.life-changing .colored__center__subtitle {
  font-size: 1.75rem;
  line-height: 2.1875rem;
}
@media (max-width: 1200px) {
  .life-changing .colored__center__subtitle {
    font-size: 1.4375rem;
    line-height: 1.8125rem;
  }
}
@media (max-width: 991px) {
  .life-changing .colored__center__subtitle {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  .no-center-block .colored__wrapper {
    padding: 2.1875rem 0;
  }
}
.no-center-block .colored__content__wrapper {
  width: 86.3% !important;
}
@media screen and (max-width: 1200px) {
  .no-center-block .colored__content__wrapper {
    width: 84.3% !important;
  }
}
@media (max-width: 991px) {
  .no-center-block .colored__content__wrapper {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .retail .colored__wrapper {
    padding: 2.1875rem 0;
  }
}
.retail .colored__content__wrapper {
  width: 84.3% !important;
}
@media screen and (max-width: 1200px) {
  .retail .colored__content__wrapper {
    width: 84.3% !important;
  }
}
@media (max-width: 991px) {
  .retail .colored__content__wrapper {
    width: 100% !important;
  }
}
.retail .colored__btn {
  text-align: left;
}

.colored {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.colored.colored__reverse .colored__center__block {
  left: 50%;
}
@media (max-width: 1200px) {
  .colored.colored__reverse .colored__center__block {
    left: 45%;
  }
}
@media (max-width: 991px) {
  .colored.colored__reverse .colored__center__block {
    left: 50%;
    top: 320px;
  }
}
.colored.colored__reverse .colored__content {
  margin-left: auto;
}
.colored.colored__reverse .colored__content__wrapper {
  width: 67.3%;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .colored.colored__reverse .colored__content__wrapper {
    width: 67.3%;
  }
}
@media (max-width: 991px) {
  .colored.colored__reverse .colored__content__wrapper {
    width: 100%;
    margin-left: auto;
  }
}
.colored.colored__reverse .colored__img__wrapper {
  transform: translate(100%, 0);
}
@media (max-width: 991px) {
  .colored.colored__reverse .colored__img__wrapper {
    transform: translate(0%, 0);
  }
}
.colored.vibrant-center .colored__wrapper {
  padding: 3.125rem 0;
}
.colored.vibrant-center .colored__content__wrapper {
  width: 78.3%;
}
@media (max-width: 991px) {
  .colored.vibrant-center .colored__content__wrapper {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .colored.vibrant-center .colored__content {
    width: 61%;
  }
}
@media (max-width: 991px) {
  .colored.vibrant-center .colored__content {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .colored.vibrant-center .colored__img__wrapper {
    flex: 0 0 39%;
  }
}
.colored.vibrant-center .colored__btn {
  text-align: left;
}
.colored__center__block {
  z-index: 3;
  top: 50%;
  left: 50%;
  width: 15.9375rem;
  height: 15.9375rem;
  background: #2ADDFD;
  transform: translate(-50%, -50%);
  color: #0F4D58;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2.1875rem 1.6875rem;
}
@media (max-width: 1200px) {
  .colored__center__block {
    width: 13.125rem;
    height: 13.125rem;
    padding: 1.6875rem;
    left: 55%;
  }
}
@media (max-width: 991px) {
  .colored__center__block {
    width: 7.375rem;
    height: 7.375rem;
    padding: 1.0625rem 0.5625rem;
    left: 50%;
    top: 20rem;
  }
}
.colored__center__title {
  font-size: 6.875rem;
  line-height: 6.25rem;
  letter-spacing: -0.1563rem;
}
@media (max-width: 1200px) {
  .colored__center__title {
    font-size: 5.3125rem;
    line-height: 4.0625rem;
  }
}
@media (max-width: 991px) {
  .colored__center__title {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.colored__center__subtitle {
  font-size: 2rem;
  letter-spacing: -0.1563rem;
  line-height: 2.1875rem;
}
@media (max-width: 1200px) {
  .colored__center__subtitle {
    font-size: 1.875rem;
  }
}
@media (max-width: 991px) {
  .colored__center__subtitle {
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: -0.0625rem;
  }
}
.colored__wrapper {
  flex: 0 0 100%;
}
@media (max-width: 991px) {
  .colored__wrapper {
    padding: 4.6875rem 0 2.1875rem 0;
  }
}
.colored__content {
  width: 50%;
}
@media (max-width: 1200px) {
  .colored__content {
    width: 58%;
  }
}
@media (max-width: 991px) {
  .colored__content {
    width: 100%;
    margin-left: auto;
  }
}
.colored__content__wrapper {
  width: 70%;
}
@media (max-width: 1200px) {
  .colored__content__wrapper {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .colored__content__wrapper {
    width: 100%;
    margin-left: auto;
  }
}
.colored__title {
  margin-bottom: 1.5rem;
}
@media (max-width: 770px) {
  .colored__title {
    letter-spacing: -0.0938rem;
    margin-bottom: 1.25rem;
  }
}
.colored__text {
  margin-bottom: 1.875rem;
}
@media (max-width: 1200px) {
  .colored__text {
    margin-bottom: 2.875rem;
  }
}
@media (max-width: 770px) {
  .colored__text {
    margin-bottom: 3.125rem;
  }
}
.colored__btns__container {
  align-items: center;
}
.colored__btn {
  margin-right: 0.625rem;
}
.colored__looking__for {
  background: transparent;
  border: 0;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  margin-right: 0.5625rem;
}
@media (max-width: 770px) {
  .colored__looking__for {
    font-size: 1rem;
    margin-right: 0;
  }
}
.colored__img__wrapper {
  transform: translate(-100%, 0);
  padding-bottom: 34.3125rem;
  flex: 0 0 49.56vw;
  position: relative;
  max-width: 50%;
}
@media (max-width: 1200px) {
  .colored__img__wrapper {
    flex: 0 0 43vw;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .colored__img__wrapper {
    transform: translate(0%, 0);
    flex: unset;
    width: 100%;
    padding-bottom: 320px;
  }
}
.colored__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0%;
  right: 0%;
}
@media (max-width: 991px) {
  .colored__img {
    position: absolute;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.colored__watermark {
  position: absolute;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 5.1875rem;
  color: #fff;
  opacity: 0.65;
  margin: 0;
  text-transform: uppercase;
  bottom: 5%;
  right: 5%;
}

.triple {
  margin-bottom: 4.5625rem;
}
@media screen and (max-width: 770px) {
  .triple {
    margin-bottom: 3.125rem;
  }
}
.triple__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 910px) {
  .triple__wrapper {
    flex-direction: column;
    justify-content: unset;
    align-items: center;
  }
}

.triple-item {
  flex: 0 0 calc(33.3333% - 1.75rem);
  height: 18.75rem;
  padding: 1.5rem 1.875rem 2.6875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .triple-item {
    height: 16.5rem;
    padding: 1.25rem 0.9375rem 2.5rem;
  }
}
@media screen and (max-width: 910px) {
  .triple-item {
    height: 15.9375rem;
    flex: unset;
    width: 100%;
    margin-bottom: 1.75rem;
  }
  .triple-item:last-child {
    margin-bottom: 0;
  }
}
.triple-item.triple-item__small {
  padding: 1.25rem 0.9375rem 2.5rem;
}
.triple-item.triple-item__small .triple-item__title {
  font-size: 5.625rem;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 1200px) {
  .triple-item.triple-item__small .triple-item__title {
    font-size: 4.375rem;
    line-height: 3.125rem;
  }
}
@media screen and (max-width: 910px) {
  .triple-item.triple-item__small .triple-item__title {
    font-size: 4.1875rem;
    line-height: 3rem;
  }
}
.triple-item__title {
  font-size: 6.875rem;
  font-weight: 700;
  line-height: 3.0625rem;
  letter-spacing: -0.1563rem;
  text-align: center;
  margin: 0;
  margin-bottom: 3.5rem;
}
.triple-item__title span {
  display: block;
}
@media screen and (max-width: 1200px) {
  .triple-item__title {
    font-size: 5.625rem;
    margin-bottom: 2.1875rem;
  }
}
.triple-item__subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.1875rem;
  letter-spacing: -0.1563rem;
  text-align: center;
  margin: 0;
}
.triple-item__subtitle span {
  display: block;
}
@media screen and (max-width: 1200px) {
  .triple-item__subtitle {
    font-size: 1.75rem;
  }
}

.testimonial-card {
  padding: 1.5rem 1.875rem 2.6875rem;
  align-items: center;
  min-height: 45vh;
}
@media screen and (max-width: 1200px) {
  .testimonial-card {
    padding: 1.25rem 0.9375rem 2.5rem;
  }
}
@media screen and (max-width: 910px) {
  .testimonial-card {
    width: 100%;
    margin-bottom: 1.75rem;
  }
  .testimonial-card:last-child {
    margin-bottom: 0;
  }
}

.testimonial {
  flex: 0 0 calc(33.3333% - 28px);
  display: flex;
  align-items: center;
  flex-direction: column;
  border: gray 1px solid;
}
@media screen and (max-width: 1200px) {
  .testimonial {
    flex: 0 0 calc(50% - 28px);
  }
}
@media screen and (max-width: 910px) {
  .testimonial {
    flex: unset;
    width: 100%;
    margin-bottom: 28px;
  }
  .testimonial:last-child {
    margin-bottom: 0;
  }
}

.announcements {
  margin: 3.9375rem 0 4.6875rem 0;
}
@media screen and (max-width: 1100px) {
  .announcements {
    margin: 3.125rem 0 4.375rem;
  }
}
@media screen and (max-width: 770px) {
  .announcements {
    margin: 1.6875rem 0 2.75rem;
  }
}

.announcements-content__title {
  text-align: center;
  margin-bottom: 2.25rem;
}
.announcements-content__slider__container {
  margin-bottom: 4rem;
}
@media screen and (max-width: 910px) {
  .announcements-content__slider__container {
    margin-bottom: 0;
  }
}
.announcements-content__label__list {
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .announcements-content__label__list {
    justify-content: center;
  }
}
.announcements-content__label {
  max-width: 11.6875rem;
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .announcements-content__label {
    margin: 0rem 0.625rem 1.25rem 0.625rem;
    max-width: 7.5rem;
  }
}
.announcements-content__label:last-child {
  margin: 0rem;
}
.announcements-content__label img, .announcements-content__label svg {
  width: 100%;
  height: auto;
}

.carousel-announcements__item {
  height: auto;
}
.carousel-announcements__item .carousel-announcements__card {
  border: none;
  background-color: #EFEFEF;
  padding: 1.5625rem 1.25rem 1.875rem;
  border-radius: 0%;
  height: 100%;
}
.carousel-announcements__title {
  color: #333;
  font-size: 1rem;
  margin-bottom: 1.875rem;
}
.carousel-announcements__text {
  color: #000;
  margin-bottom: 1.875rem;
}
.carousel-announcements__links__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.carousel-announcements__link {
  color: #0F4D58;
  text-decoration: underline;
}
.carousel-announcements__indicator__container {
  position: static;
  max-width: 3.125rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between !important;
}
@media screen and (max-width: 910px) {
  .carousel-announcements__indicator__container {
    margin: 1.25rem auto 3.125rem auto;
  }
}
@media screen and (max-width: 749px) {
  .carousel-announcements__indicator__container {
    max-width: 5rem;
  }
}
.carousel-announcements__indicator {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: none;
  background: #999999;
  transition: all 0.3s ease;
  opacity: 1 !important;
}
.carousel-announcements__indicator.swiper-pagination-bullet-active {
  background: #F75555;
}

.carousel-indicators li {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0.0625rem;
  text-indent: -62.4375rem;
  cursor: pointer;
  background-color: #999999;
  background-color: #999999;
  border: 0rem solid #fff;
  border-radius: 0.625rem;
  margin: 0.125rem;
  position: relative;
  top: 2.8125rem;
}
.carousel-indicators li.active {
  background: #F75555;
}

.media-section {
  margin: 88px 0;
}
@media screen and (max-width: 1200px) {
  .media-section {
    margin: 65px 0;
  }
}
@media screen and (max-width: 770px) {
  .media-section {
    margin: 60px 0;
  }
}
@media screen and (max-width: 870px) {
  .media-section.diverse .media-section-content {
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 870px) {
  .media-section.diverse .media-section-content {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .media-section.diverse .media-section-content__media__container {
    width: 52%;
  }
}
@media screen and (max-width: 870px) {
  .media-section.diverse .media-section-content__media__container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 870px) {
  .media-section.diverse .media-section-content__text__container {
    max-width: unset;
    margin-left: 0;
  }
}
.media-section.diverse .media-section-content__media__info {
  padding: 50px 30px;
}
@media screen and (max-width: 1200px) {
  .media-section.diverse .media-section-content__media__info {
    padding: 30px 30px;
  }
}

.media-section-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 770px) {
  .media-section-content {
    flex-direction: column;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .media-section-content {
    width: 100%;
  }
}
.media-section-content__media__container {
  margin-bottom: 0px;
  width: 48%;
}
@media screen and (max-width: 770px) {
  .media-section-content__media__container {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 100%;
  }
}
.media-section-content__video {
  height: 300px;
}
@media screen and (max-width: 1200px) {
  .media-section-content__video {
    height: 270px;
  }
}
@media screen and (max-width: 770px) {
  .media-section-content__video {
    height: 160px;
  }
}
.media-section-content__video iframe {
  width: 100%;
  height: 100%;
}
.media-section-content__img img {
  height: auto;
  width: 100%;
}
.media-section-content__media__info {
  background-color: #2ADDFD;
  text-align: left;
  color: #0f4d58;
  font-weight: bold;
  padding: 50px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .media-section-content__media__info {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 770px) {
  .media-section-content__media__info {
    text-align: center;
    flex-direction: column;
  }
}
.media-section-content__big__subtitle {
  font-size: 87px;
  letter-spacing: -2.5px;
  line-height: 48px;
  margin: 0;
  margin-right: 28px;
}
@media screen and (max-width: 1200px) {
  .media-section-content__big__subtitle {
    font-size: 78px;
    line-height: 46px;
  }
}
@media screen and (max-width: 770px) {
  .media-section-content__big__subtitle {
    font-size: 48px;
    margin-right: 0;
    margin-bottom: 0px;
  }
}
.media-section-content__small__subtitle {
  font-size: 35px;
  letter-spacing: -2.5px;
  line-height: 38px;
}
@media screen and (max-width: 1200px) {
  .media-section-content__small__subtitle {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 770px) {
  .media-section-content__small__subtitle {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 600px) {
  .media-section-content__small__subtitle {
    max-width: 150px;
  }
}
.media-section-content__text__container {
  max-width: 480px;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .media-section-content__text__container {
    max-width: 400px;
  }
}
@media screen and (max-width: 770px) {
  .media-section-content__text__container {
    max-width: unset;
    margin-left: 0;
  }
}
.media-section-content__title {
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .media-section-content__title {
    margin-bottom: 20px;
  }
}
.media-section-content__text {
  margin-bottom: 40px;
}
.phx {
  margin: 4.6875rem 0;
}
@media screen and (max-width: 1200px) {
  .phx {
    margin: 4.375rem 0;
  }
}

.phx-content {
  align-items: center;
}
.phx-content__media__container {
  margin-bottom: 0rem;
  width: 58%;
}
@media screen and (max-width: 770px) {
  .phx-content__media__container {
    width: 100%;
    margin-bottom: 1.5625rem;
  }
}
.phx-content__video {
  height: 360px;
}
@media screen and (max-width: 1200px) {
  .phx-content__video {
    height: 300px;
  }
}
@media screen and (max-width: 770px) {
  .phx-content__video {
    height: 250px;
  }
}
.phx-content__media__info {
  background-color: #FFD00D;
  text-align: left;
  color: #594d0e;
  font-weight: bold;
  padding: 1.875rem 3.125rem;
}
@media screen and (max-width: 1200px) {
  .phx-content__media__info {
    padding: 1.5625rem 2.375rem;
  }
}
.phx-content__big__subtitle {
  font-size: 6.25rem;
  line-height: 3.4375rem;
  margin-right: 0.375rem;
}
@media screen and (max-width: 1200px) {
  .phx-content__big__subtitle {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 770px) {
  .phx-content__big__subtitle {
    font-size: 3rem;
    margin-right: 0;
  }
}
.phx-content__small__subtitle {
  font-size: 2.5rem;
  line-height: 2.6875rem;
}
@media screen and (max-width: 1200px) {
  .phx-content__small__subtitle {
    font-size: 2.0625rem;
    line-height: 2.1875rem;
  }
}
@media screen and (max-width: 770px) {
  .phx-content__small__subtitle {
    max-width: 10.625rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.0313rem;
    text-align: center;
  }
}
.phx-content__text__container {
  max-width: 21.875rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .phx-content__text__container {
    max-width: 22.5625rem;
  }
}
@media screen and (max-width: 770px) {
  .phx-content__text__container {
    max-width: unset;
    margin-left: 0;
  }
}
.phx-content__text {
  margin-bottom: 2.1875rem;
}
.phx-content__btn {
  padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
  width: 11.5rem;
}

.phx2-content {
  align-items: center;
}
.phx2-content__media__container {
  margin-bottom: 0px;
  width: 58%;
}
@media screen and (max-width: 770px) {
  .phx2-content__media__container {
    width: 100%;
    margin-bottom: 1.5625rem;
  }
}
.phx2-content__video {
  height: 360px;
}
@media screen and (max-width: 1200px) {
  .phx2-content__video {
    height: 300px;
  }
}
@media screen and (max-width: 770px) {
  .phx2-content__video {
    height: 250px;
  }
}
.phx2-content__media__info {
  background-color: #F75555;
  text-align: left;
  color: #561e1e;
  font-weight: bold;
  padding: 1.875rem 3.125rem;
}
@media screen and (max-width: 1200px) {
  .phx2-content__media__info {
    padding: 1.5625rem 2.375rem;
  }
}
.phx2-content__big__subtitle {
  font-size: 6.25rem;
  line-height: 3.4375rem;
  margin-right: 0.375rem;
}
@media screen and (max-width: 1200px) {
  .phx2-content__big__subtitle {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 770px) {
  .phx2-content__big__subtitle {
    font-size: 3rem;
    margin-right: 0;
  }
}
.phx2-content__small__subtitle {
  font-size: 2.5rem;
  line-height: 2.6875rem;
}
@media screen and (max-width: 1200px) {
  .phx2-content__small__subtitle {
    font-size: 2.0625rem;
    line-height: 2.1875rem;
  }
}
@media screen and (max-width: 770px) {
  .phx2-content__small__subtitle {
    max-width: 10.625rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.0313rem;
    text-align: center;
  }
}
.phx2-content__text__container {
  max-width: 21.875rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .phx2-content__text__container {
    max-width: 22.5625rem;
  }
}
@media screen and (max-width: 770px) {
  .phx2-content__text__container {
    max-width: unset;
    margin-left: 0;
  }
}
.phx2-content__text {
  margin-bottom: 2.1875rem;
}
.phx2-content__btn {
  padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
  width: 11.5rem;
}

.phx3-content {
  align-items: center;
}
.phx3-content__media__container {
  margin-bottom: 0px;
  width: 58%;
}
@media screen and (max-width: 770px) {
  .phx3-content__media__container {
    width: 100%;
    margin-bottom: 1.5625rem;
  }
}
.phx3-content__video {
  height: 360px;
}
@media screen and (max-width: 1200px) {
  .phx3-content__video {
    height: 300px;
  }
}
@media screen and (max-width: 770px) {
  .phx3-content__video {
    height: 250px;
  }
}
.phx3-content__media__info {
  background-color: #96DD39;
  text-align: left;
  color: #344d14;
  font-weight: bold;
  padding: 1.875rem 3.125rem;
}
@media screen and (max-width: 1200px) {
  .phx3-content__media__info {
    padding: 1.5625rem 2.375rem;
  }
}
.phx3-content__big__subtitle {
  font-size: 6.25rem;
  line-height: 3.4375rem;
  margin-right: 0.375rem;
}
@media screen and (max-width: 1200px) {
  .phx3-content__big__subtitle {
    font-size: 5.25rem;
  }
}
@media screen and (max-width: 770px) {
  .phx3-content__big__subtitle {
    font-size: 3rem;
    margin-right: 0;
  }
}
.phx3-content__small__subtitle {
  font-size: 2.5rem;
  line-height: 2.6875rem;
}
@media screen and (max-width: 1200px) {
  .phx3-content__small__subtitle {
    font-size: 2.0625rem;
    line-height: 2.1875rem;
  }
}
@media screen and (max-width: 770px) {
  .phx3-content__small__subtitle {
    max-width: 10.625rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.0313rem;
    text-align: center;
  }
}
.phx3-content__text__container {
  max-width: 21.875rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .phx3-content__text__container {
    max-width: 22.5625rem;
  }
}
@media screen and (max-width: 770px) {
  .phx3-content__text__container {
    max-width: unset;
    margin-left: 0;
  }
}
.phx3-content__text {
  margin-bottom: 2.1875rem;
}
.phx3-content__btn {
  padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
  width: 11.5rem;
}

.news {
  padding: 4.6875rem 0rem;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .news {
    padding: 4rem 0rem;
  }
}
@media screen and (max-width: 770px) {
  .news {
    padding: 3.4375rem 0rem 2.5rem;
  }
}

.news-content__header {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1200px) {
  .news-content__header {
    margin-bottom: 4.375rem;
  }
}
@media screen and (max-width: 770px) {
  .news-content__header {
    margin-bottom: 1.875rem;
  }
}
.news-content__title {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .news-content__title {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media screen and (max-width: 770px) {
  .news-content__title {
    margin-bottom: 0.875rem;
  }
}
.news-content__btn {
  width: 9.125rem;
}
@media screen and (max-width: 770px) {
  .news-content__btn {
    width: 8.5625rem;
  }
}
.news-content__cards__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 910px) {
  .news-content__cards__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 770px) {
  .news-content__cards__list {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .news-content__cards__list {
    width: 100%;
  }
}

.card {
  border: none;
  width: 31.5%;
  margin: 0;
  background-color: #EFEFEF;
  border-radius: 0%;
}
@media screen and (max-width: 910px) {
  .card {
    width: 45%;
    margin-bottom: 1.875rem;
  }
  .card:first-child {
    margin-right: 1.875rem;
  }
  .card:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 770px) {
  .card {
    width: 100%;
  }
  .card:first-child {
    margin-right: 0px;
  }
}
.card:last-child {
  margin-bottom: 0;
}
.card .card__img {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1200px) {
  .card .card__img {
    height: 160px;
  }
}
.card .card-body {
  padding: 0 1.5625rem 1.5rem;
  display: flex;
  flex-direction: column;
}
.card .card-body .card-title {
  font-size: 1.1875rem;
  letter-spacing: -0.0469rem;
  line-height: 1.6875rem;
  margin-bottom: 0.9375rem;
}
.card .card-body .card-text {
  color: #000;
  margin-bottom: 30px;
  flex: 1 0 auto;
}
.card .card-body .card__link {
  color: #0F4D58;
  text-decoration: underline;
}

.film {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 770px) {
  .film {
    margin-bottom: 3.75rem;
  }
}
.film__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 880px) {
  .film__wrapper {
    flex-direction: column-reverse;
    justify-content: unset;
  }
}
.film__text__container {
  width: 60%;
  margin-right: 2.5rem;
}
@media screen and (max-width: 880px) {
  .film__text__container {
    width: 100%;
    margin-right: 0;
  }
}
.film h2.film__title {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 880px) {
  .film h2.film__title {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 770px) {
  .film h2.film__title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }
}
.film__text {
  margin-bottom: 2.625rem;
}
@media screen and (max-width: 880px) {
  .film__text {
    margin-bottom: 3.75rem;
  }
}
.film__btn {
  text-align: left;
  padding: 0.875rem 2.375rem 0.875rem 1.75rem;
}
.film__img {
  max-width: 327px;
}
@media screen and (max-width: 1200px) {
  .film__img {
    max-width: 16.25rem;
  }
}
@media screen and (max-width: 880px) {
  .film__img {
    max-width: 15rem;
    margin-bottom: 2.5rem;
  }
}
.film__img img {
  width: 100%;
  height: auto; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.iframe {
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding-bottom: 5.9375rem;
}
@media screen and (max-width: 910px) {
  .iframe {
    padding-bottom: 3.125rem;
  }
}

.iframe__wrapper {
  padding-top: 4.6875rem;
}
@media screen and (max-width: 910px) {
  .iframe__wrapper {
    padding-top: 0px;
  }
}
.iframe__wrapper iframe {
  width: 100%;
  height: 43.75rem;
}
@media screen and (max-width: 910px) {
  .iframe__wrapper iframe {
    height: 25rem;
  }
}

.footer {
  overflow: hidden;
  background: #EFEFEF;
  position: relative;
  z-index: 2;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 1030px) {
  .footer .footer__container {
    max-width: unset;
    width: 90%;
  }
}
@media screen and (max-width: 910px) {
  .footer .footer__container {
    width: 100%;
    padding: 0;
  }
}
.footer .footer__logo__container {
  flex: 0 0 225px;
  margin-right: 3.75rem;
}
@media screen and (max-width: 1150px) {
  .footer .footer__logo__container {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 910px) {
  .footer .footer__logo__container {
    margin-right: 0rem;
    flex: unset;
    width: 14.0625rem;
    margin: 1.875rem 0;
  }
}
.footer .footer__logo__wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.logo__wrapper {
  width: 100%;
  margin: 0;
}

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

.footer__content__container {
  width: 100%;
}

.footer-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 910px) {
  .footer-content {
    flex-direction: column;
  }
}
.footer-content__menu__wrapper {
  background-color: #FFD00D;
  padding: 1.125rem 6.25rem 1.125rem 5.1875rem;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .footer-content__menu__wrapper {
    padding: 1.125rem 0.9375rem 1.125rem 5.1875rem;
  }
}
@media screen and (max-width: 1240px) {
  .footer-content__menu__wrapper {
    padding: 1.125rem 0.9375rem;
  }
}
@media screen and (max-width: 910px) {
  .footer-content__menu__wrapper {
    width: 100%;
  }
}
.footer-content__menu__wrapper::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 99%;
  background: #FFD00D;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 910px) {
  .footer-content__menu__wrapper::before {
    display: none;
  }
}
.footer-content__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 910px) {
  .footer-content__menu {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.875rem;
    max-width: 90%;
    margin: 0 auto;
  }
}
.footer-content__menu__list {
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  .footer-content__menu__list {
    width: 45%;
  }
}
@media screen and (max-width: 1035px) {
  .footer-content__menu__list {
    width: 51%;
  }
}
@media screen and (max-width: 910px) {
  .footer-content__menu__list {
    flex-direction: column;
    align-items: unset;
    width: 100%;
    margin-bottom: 1.875rem;
  }
}
.footer-content__menu__list .footer-content__menu__item {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  margin: 0;
  font-weight: 700;
  color: #594d0e;
}
@media screen and (max-width: 910px) {
  .footer-content__menu__list .footer-content__menu__item {
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid #594d0e;
  }
  .footer-content__menu__list .footer-content__menu__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}
.footer-content__menu__list .footer-content__menu__item .nav-link {
  color: inherit;
  padding: 0 1rem;
}
.footer-content-social {
  width: 14.625rem;
}
.footer-content__copyright__container {
  padding-left: 5.9375rem;
  margin-top: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media screen and (max-width: 1240px) {
  .footer-content__copyright__container {
    padding-left: 0px;
  }
}
@media screen and (max-width: 910px) {
  .footer-content__copyright__container {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
  }
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

input[type=button], input[type=reset], input[type=submit], button {
  min-width: unset;
}

.fixed-top {
  top: auto;
}

@media (min-width: 991px) {
  .no-img .colored__img__wrapper {
    flex: 1 0 25%;
  }
  .colored.colored__reverse .colored__img__wrapper {
    transform: translate(100%, 0);
    max-width: 50%;
  }
  .no-img .position-absolute.colored__center__block {
    left: 25%;
  }
  .no-img .colored__content {
    width: 85%;
  }
}
@media (max-width: 990px) {
  .colored.no-img {
    overflow: unset;
    display: inline-flex !important;
  }
  .no-img .position-relative.colored__img__wrapper.bg-white {
    display: none;
  }
  .no-img .position-absolute.text-center.colored__center__block {
    top: 0;
  }
}
.ms-fullWidth {
  margin-bottom: 0px;
}

h1 {
  color: #333333;
  box-sizing: border-box;
  margin-top: 0;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: -0.1563rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

h2 {
  color: #333333;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.0938rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.25rem;
}

h3 {
  color: #333333;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  line-height: 2.1875rem;
  letter-spacing: -0.0938rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.0625rem;
}

.topdir {
  border-bottom: rgba(51, 51, 51, 0.8705882353) 4px solid;
}

@media (max-width: 990px) {
  .colored__img__wrapper {
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .separate-list.separate-list__links > ul {
    -moz-column-count: 2;
         column-count: 2;
    flex: 100%;
  }
}
ul#ResultFooter {
  visibility: hidden;
}

/* top banner */
.top-banner {
  position: fixed;
  z-index: 1500;
  width: 100%;
  text-align: center;
  padding: 1em;
}

.top-banner p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  /* text-decoration: underline; */
  color: black;
}

#banner-closer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
  content: "X";
  cursor: pointer;
  color: white;
}

/* video backgrounds */
.accordion-pictures__item {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: visible;
  left: 0;
  top: 0;
}

.myVideo {
  opacity: 0;
}

.show-accordion-picture .myVideo {
  opacity: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

#ctable > li:nth-child(odd) {
  background-color: rgba(252, 240, 207, 0.368627451);
}

#photo-folders div.col-4 {
  font-size: 14px;
  line-height: 21px;
  font-family: "Inter, Regular", sans-serif;
  text-align: center;
  margin-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

#photo-folders div.col-4 p {
  margin: 0 auto;
  padding: 0.5rem 0.5rem 0.75rem;
  background-color: #EDEDED;
  max-width: calc(100% - 1rem);
}

#photo-folders div.col-4 a {
  color: #333333;
  text-decoration: underline;
}

#photo-folders div.col-4 img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: calc(100% - 1rem);
}

div.pagination {
  text-align: center;
}

.pagination nav {
  width: 100%;
  text-align: center;
  margin: auto;
}

.media-meta {
  padding: 0;
}

.media-meta a {
  color: #333333;
  font-weight: normal;
}

.media-meta ul.pagination {
  margin-bottom: 0;
}

.aux-links {
  padding-left: 0;
}

.media-meta li {
  margin-right: 1em;
}

li.page-item {
  font-weight: bold;
}

#media-sample, .media-meta {
  font-size: 14px;
  line-height: 21px;
  font-family: "Inter, Regular", sans-serif;
  text-align: left;
  margin-bottom: 1rem;
}

#media-sample img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}

.media-meta a {
  color: #333333;
  font-weight: normal;
}

.media-meta li {
  margin-right: 1em;
}

li.page-item {
  font-weight: bold;
}

.media-meta div.col-4:last-child {
  padding-right: 0;
}

.aux-links {
  text-align: right;
}

#media-search-form {
  color: #000;
  font-family: "Inter, Regular", sans-serif;
  font-size: 16px;
  line-height: 24ph;
  margin-bottom: 54px;
}

#media-search-form a {
  display: inline-block;
  margin-left: 1em;
  margin-right: 4em;
  color: #000;
}

#media-search-form input {
  border: 1px solid #333;
}

#media-search-form input.btn.btn-primary {
  background-color: #333;
  color: #fff;
  font-family: "Inter, Regular", sans-serif;
  font-size: 16px;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  text-transform: uppercase;
  margin-left: -0.3rem;
}

#media-search-form input[type=text] {
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
}

label.btn-outline-secondary {
  display: inline-block;
  text-align: center;
  width: 8rem;
  padding: 0.75rem;
  margin-right: 0.5rem;
  border-radius: 0;
}

.btn-check:checked + .btn-outline-secondary {
  color: #fff;
  background-color: #333;
}

.btn-check:checked + .btn-outline-secondary span {
  display: inline;
  margin-right: 0.5em;
}

.btn-check:not(checked) + .btn-outline-secondary {
  color: #333;
  background-color: #fff;
}

.btn-check:not(checked) + .btn-outline-secondary span {
  display: none;
}

/* Mobile-spacific rules */
@media screen and (max-width: 768px) {
  #search-results .col-4 {
    width: 80%;
  }
  .media-meta .col-4 {
    width: 100%;
    text-align: left;
    margin-top: 1rem;
  }
  #media-search-form a {
    width: 100%;
    margin: 1rem auto;
  }
}
/* Additions for Events pages 2024-03-08 */
ul.checkbox li {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 25px;
}

ul.checkbox li svg.active {
  display: none;
}

ul.checkbox li.active svg.active {
  display: inline;
}

ul.checkbox li svg {
  display: inline;
}

ul.checkbox li.active svg {
  display: none;
}

ul.checkbox li a {
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  margin-left: 5px;
  color: #000;
}

.table-bordered thead {
  text-align: center;
  border-bottom: 0;
}

.table-bordered thead tr {
  border-bottom: 0;
}

.table-bordered tbody {
  text-align: center;
  border-top: 0 !important;
}

.table-bordered tbody tr:first-child {
  border-top: 0;
}

.table-bordered tbody tr td {
  width: 14%;
  height: 6rem;
}

#events-list h4 {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  color: #242424;
  padding-bottom: 10px;
  border-bottom: #DBDBDB 1px solid;
  margin-bottom: 40px;
  margin-top: 40px;
}

#events-list .mb-2 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}

#events-list .mb-2 a {
  font-size: 19px;
}

#events-list .colored__content__wrapper {
  width: 70px;
  height: 70px;
  margin-bottom: 32px;
  padding-top: 4px;
}

@media (min-width: 991px) {
  #events-list .colored__content__wrapper {
    width: 90px;
    height: 90px;
  }
}
#events-list .colored__content__wrapper p.fw-bold.m-0 {
  font-size: 16px;
}

#events-list .colored__content__wrapper p.colored__center__subtitle.fw-bold.m-0 {
  font-size: 34px;
}

#events-calendar th {
  text-transform: uppercase;
}

#events-calendar td {
  max-width: 14%;
  font-weight: bold;
}

#events-calendar td.bg-light {
  background-color: #e7e7e7 !important;
}

#events-calendar tr, #events-calendar th, #events-calendar td {
  max-width: 14%;
  border-color: #707070;
}

#events-calendar td a {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  height: 1rem;
  padding-left: 7px;
  color: #000;
  overflow-y: hidden;
  border-left: 7px;
  text-decoration: none;
}

#events-calendar td a i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  vertical-align: middle;
}

#media-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  text-align: center;
}

#media-popup a {
  display: block;
  padding: 2em 0;
  margin: auto;
  color: #fff;
}

#media-popup.active {
  display: block;
}

#media-sample {
  max-width: 100%;
  /* max-height: 100%; */
  /* min-height: 100vh; */
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

#events {
  position: relative;
}

#event-slider-nav {
  position: absolute;
  bottom: 0;
  left: 10%;
  font-size: 36px;
  height: 40px;
  width: 240px;
  max-width: 100%;
  text-align: center;
  z-index: 100;
}

#event-slider-nav .slick-prev {
  display: inline-block;
  position: absolute;
  left: 10px;
  cursor: pointer;
  rotate: 45deg;
}

#event-slider-nav .slick-next {
  display: inline-block;
  position: absolute;
  right: 0;
  cursor: pointer;
  rotate: 225deg;
}

#event-slider-nav ul {
  width: calc(100% - 40px);
  margin: auto;
  text-align: center;
}

#event-slider-nav li {
  display: inline-block;
  width: 10px;
  margin: 0 10px;
  cursor: pointer;
  list-style: none;
}

#event-slider-nav li button {
  font-size: 0;
  border-radius: 100%;
  padding: 5px;
  cursor: pointer;
  background-color: #ccc;
  border: none;
  outline: none;
  vertical-align: middle;
}

#event-slider-nav li.slick-active button {
  background-color: #000;
}

.slick-initialized .slick-slide {
  display: flex !important;
}

@media screen and (min-width: 1100px) {
  #event-slider-nav {
    left: calc(58% + 90px);
  }
}
div#photo-folders {
  justify-content: left;
}/*# sourceMappingURL=style.css.map */