.c-services-contact-banner--container {
    height: 100%!important;
}

.c-home-video {
  padding: 64px 0 88px;
  background: linear-gradient(135deg, #fbf8f3 0%, #f6f6fc 100%);
}

.c-home-video__heading {
  margin-bottom: 40px;
}

.c-home-video__heading-inner {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
}

.c-home-video__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.c-home-video__content {
  margin: 0 auto;
  max-width: 920px;
  text-align: center;
}

.c-home-video__description {
  color: #6E7189;
}

.c-home-video__description {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.7;
}

.c-home-video__actions {
  margin-top: 32px;
}

.c-home-video__media {
  position: relative;
  width: 100%;
}

.c-home-video__poster,
.c-home-video__player {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  background: #242648;
  box-shadow: 0 24px 60px rgba(36, 38, 72, 0.16);
}

.c-home-video__poster img,
.c-home-video__player iframe,
.c-home-video__player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-home-video__play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  background: rgba(81, 199, 182, 0.92);
  transform: translate(-50%, -50%);
  transition: transform 300ms ease, background-color 300ms ease;
}

.c-home-video__poster:hover .c-home-video__play {
  background: #149B88;
  transform: translate(-50%, -50%) scale(1.05);
}

.c-home-video__play-icon {
  width: 0;
  height: 0;
  margin-left: 6px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #FFFFFF;
}

.c-home-video__player {
  display: none;
}

.c-home-video__player.is-active,
.c-home-video__player--static {
  display: block;
}

.c-home-video__poster.is-hidden {
  display: none;
}

@media (min-width: 1023px) {
  .c-home-video {
    padding: 88px 0 112px;
  }

  .c-home-video__heading {
    margin-bottom: 48px;
  }

  .c-home-video__media {
    max-width: 1400px;
    margin: 0 auto;
  }

  .c-home-video__description {
    font-size: 18px;
  }
}

.c-form-transparent {
	margin-top: 32px;
	width: 100%;
}
@media (min-width: 1023px) {
  .c-form-transparent {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1920px) {
  .c-form-transparent {
		padding-left: 150px;
		padding-right: 150px;
	}
}
.c-form-transparent__error {
	font-size: 12px;
	--tw-text-opacity: 1;
	color: rgba(128, 21, 21, var(--tw-text-opacity));
}
.c-form-transparent--section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 16px;
}
@media (min-width: 767px) {
	.c-form-transparent--section {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}
.c-form-transparent--buttons-section {
	margin-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.c-form-transparent .c-input input {
  background-color: transparent !important;
  color: #FFF !important;
  border-color: #FFF !important;
}
.c-form-transparent .c-input input::-webkit-input-placeholder {
  color: #FFF !important;
}
.c-form-transparent .c-input input::-moz-placeholder {
  color: #FFF !important;
}
.c-form-transparent .c-input input:-ms-input-placeholder {
  color: #FFF !important;
}
.c-form-transparent .c-input input::-ms-input-placeholder {
  color: #FFF !important;
}
.c-form-transparent .c-input input::placeholder {
  color: #FFF !important;
}
.c-form-transparent .c-input textarea {
  background-color: transparent !important;
  color: #FFF !important;
  border-color: #FFF !important;
}
.c-form-transparent .c-input textarea::-webkit-input-placeholder {
  color: #FFF !important;
}
.c-form-transparent .c-input textarea::-moz-placeholder {
  color: #FFF !important;
}
.c-form-transparent .c-input textarea:-ms-input-placeholder {
  color: #FFF !important;
}
.c-form-transparent .c-input textarea::-ms-input-placeholder {
  color: #FFF !important;
}
.c-form-transparent .c-input textarea::placeholder {
  color: #FFF !important;
}
.c-form-transparent .c-input__checkbox p {
  color: #FFFFFF !important;
}
.c-form-transparent .c-input__checkbox p a {
  color: #51C7B6 !important;
}
.c-form-transparent .c-input__checkbox span {
  border-color: #FFF;
}
.c-form-transparent .c-input__checkbox span:after {
  border-color: transparent;
}
.c-form-transparent .iti__selected-dial-code {
  color: #FFFFFF !important;
}

.iti {
  width: 100%;
}

.c-input .iti,
.form-group .iti {
  display: block;
  width: 100%;
}

.c-input .iti__tel-input,
.form-group .iti__tel-input {
  width: 100% !important;
}

.c-input .iti__selected-country,
.c-input .iti__selected-dial-code,
.form-group .iti__selected-country,
.form-group .iti__selected-dial-code {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.c-input .iti__selected-country,
.c-input .iti__selected-dial-code {
  font-size: 20px;
  line-height: 1.5rem;
}

.c-booking__radio.is-active .c-booking__radio--item::after {
        opacity: 1;
    }
