.file_main
{}

*
{
  box-sizing: border-box;
}

html
{
  scroll-behavior: smooth;
}

body
{
  font-family: EuclidCircularB-Regular !IMPORTANT;
  font-size: 13px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body#index
{
  background-color: #f4f6f8;
}

.centeredContent
{
  max-width: 1153px;
}

.clipContent h1,
h2,
h3,
h4,
h5,
h6
{
  text-align: unset;
}

.plazmaFrame
{
  height: 580px;
  overflow: hidden;
  display: block;
}

.overlayImage
{
  position: absolute;
  top: 0;
  left: -65px;
  object-fit: contain;
  width: unset !important;
  transition: all 0.25s ease !important;
}

.carouselCover
{
  height: 580px;
  width: 100%;
  position: relative;
}

img.center-block.carouselImageSmallScreen
{
  display: none;
}

img.center-block.carouselImage
{
  display: block;
}

#myCarousel .carouselTitelBox
{
  position: absolute;
  top: 0;
  padding-left: 70px;
  padding-top: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#myCarousel .carouselTitelBox p
{
  margin: 0;
  font-family: EuclidCircularB-Bold;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -.87px;
  margin-top: 18px;
  margin-bottom: 40px;
  line-height: 1.1;
  max-width: 800px;
}

#myCarousel .carouselTitelBox a
{
  color: #fff;
  font-size: 18px;
  letter-spacing: .5px;
  border-radius: 5px;
  border: solid 1px #fff;
  padding: 16px 36px 16px 26px;
  margin-left: 7px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

#myCarousel .carouselTitelBox a:hover
{
  color: #00a3e0;
  border: solid 1px #00a3e0;
  background: #fff;
}

#main.engineFrame
{
  position: relative !important;
  margin: 0;
  top: -130px !IMPORTANT;
  transition: all 0.5s ease !important;
}

.enginePanels
{
  min-height: unset;
}

div#blockContainer
{
  margin: 70px auto 100px auto;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 1600px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  font-family: EuclidCircularB-Regular;
}

#index h1
{
  width: 60%;
  font-family: EuclidCircularB-Bold;
  font-size: 45px;
  line-height: 1.16;
  letter-spacing: -.6px;
  color: #00a3e0;
}

#clips
{
  margin: 0;
  padding: 0;
  max-width: 100%;
}

#clips section
{
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#clips section:nth-child(even)
{
  background-color: #ffffff;
}

.block-box
{
  width: 360px;
  height: 400px;
  padding: 25px 20px 25px 20px;
  border-bottom: 10px;
  margin-bottom: 25px;
  display: inline-block;
  background-size: cover;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all .4s ease-in-out;
}

.block-box::before
{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
  /* Smooth transition on hover */
  background: rgba(0, 0, 0, 0);
}

.block-box:hover::before
{
  background: rgba(0, 0, 0, 0.4);
}

.block-box h3
{
  position: absolute;
  left: 30px;
  margin: 0;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.05;
  letter-spacing: -.51px;
  color: #fff;
  width: 60%;
  font-family: 'EuclidCircularB-Bold';
}

.block-box.textBottom h3
{
  bottom: 25px;
  font-family: EuclidCircularB-Bold;
}

.block-box img
{
  width: auto;
  position: absolute;
  right: -12px;
  z-index: 0;
  bottom: 25px;
}

.block-box.textBottom img
{
  bottom: unset;
}

.site-inner-container-override-margin
{
  margin-left: -400px;
  margin-right: -400px;
  padding: 65px 400px 90px 400px;
}

.destinationPreview
{
  position: relative
}

.destinationPreview .previewContainer
{
  position: relative;
  overflow: hidden;
  width: 140%;
  padding-top: 30px
}

.destinationPreview .previewContent
{
  width: min-content;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.destinationPreview .previewContent .previewImage
{
  position: relative;
  width: 617px;
  height: 501px;
  margin-right: 20px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: all .4s ease-in-out
}

.destinationPreview .previewContent .previewImage h3
{
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: .5px;
  position: absolute;
  bottom: 22px;
  left: 30px;
  z-index: 1;
}

.destinationPreview .previewContent .previewImage img
{
  position: absolute;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all .4s ease-in-out;
}

.destinationPreview .previewContent .previewImage:hover img
{
  filter: brightness(40%)
}

.site-inner-container .additionContentButton
{
  display: inline-block;
  margin-top: 60px;
  padding: 14px 40px 15px 40px;
  border-radius: 4px;
  border: solid 1px #dc2d2d;
  color: #dc2d2d;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.site-inner-container .additionContentButton:hover
{
  color: #fff;
  background-color: #dc2d2d
}

.accountPage .tripsSection
{
  padding-bottom: 0;
}

.accountPage .enginePanel
{
  background-color: #f5f5f5;
}

.accountPage .engineTabs li a[aria-selected="true"],
.accountPage .engineTabs li a
{
  background-color: #f5f5f5;
}

.accountPage .blockDetails .rowDetails label
{
  font-weight: normal;
  font-size: 15px;
}

.accountPage #exportBtn
{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:1024px)
{
  img.center-block.carouselImageSmallScreen
  {
    display: block;
    object-fit: cover;
    width: 100%;
  }

  img.center-block.carouselImage
  {
    display: none;
  }
}

.flightCarouselArrow
{
  position: absolute;
  right: 0;
  top: -83px;
  width: 100px;
  cursor: pointer;
}

.flightCarouselArrow a:nth-of-type(1)
{
  float: left
}

.flightCarouselArrow a:nth-of-type(1) img
{
  transform: rotate(-180deg)
}

.flightCarouselArrow a:nth-of-type(2)
{
  float: right
}

.flightCarouselArrow a img
{
  position: relative;
  width: 31px;
  height: 19px
}

.p-relative
{
  position: relative;
}

.padding-tb-0
{
  padding-top: 0;
  padding-bottom: 0;
}

.flightCarouselArrow a
{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 12px;
  transition: 0.5s ease;
}

.flightCarouselArrow a:hover,
.flightCarouselArrow a:focus
{
  background: #f4f6f8;
}

.flightCarouselArrow a:active
{
  transform: scale(1.15);
}

.main-destination
{
  margin: 60px 0;
  margin-left: 10px;
}

.main-destination .flightCarouselArrow
{
  top: 40px;
}

.main-destination .destinationPreview .previewContainer
{
  position: relative;
  overflow: hidden;
  width: unset;
  padding-top: 30px;
}

@media screen and (max-width: 39em)
{
  #index h1
  {
    width: 100%;
  }

  .destinationPreview .flightCarouselArrow
  {
    top: unset;
    z-index: 1;
    margin: 25px;
  }

  .destinationPreview .previewContainer
  {
    width: 100%;
    padding-top: 70px;
  }

  .destinationPreview .previewContainer .previewContent .previewImage
  {
    height: 400px;
    width: 300px
  }

  .destinationPreview .previewContainer .previewContent .previewImage h3
  {
    font-size: 30px;
  }

  .destinationPreview .previewContainer .previewContent .previewImage:hover img
  {
    filter: none;
  }

  #index .main-destination h1
  {
    width: 60%;
  }
}

@media screen and (max-width: 670px)
{
  #clips
  {
    display: block;
  }
}

@media (max-width:600px)
{

  .plazmaFrame.uprightEngine,
  .engineFrame.uprightEngine .centeredContent
  {
    height: 350px;
    justify-content: center;
  }

  img.center-block.carouselImageSmallScreen
  {
    height: 350px;
  }
}