.inner-main * {
  transition: none !important;
}

.inner-main {
  position: relative;
  overflow-y: clip;
  min-height: 100vh;
  padding-top: 150px !important;
  padding-bottom: 400px !important;
}
.inner-main.landing {
  padding-top: 200px !important;
}

.content-wrapper {
  padding-top: 0px !important;
}
.content-wrapper .content-title {
  margin-bottom: 30px;
}

.video-wrapper {
  max-width: 1020px;
  margin: 0 auto 2rem;
}
.video-wrapper .video-container {
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}
.video-wrapper .video-container .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.backgrounds-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1000;
  width: 100%;
}
.backgrounds-wrapper .background {
  width: 100%;
}
.backgrounds-wrapper img {
  width: 100%;
}
.backgrounds-wrapper .sky {
  z-index: -1000;
}
.backgrounds-wrapper .corals {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  z-index: -999;
}

.events-pagination {
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.events-pagination input,
.events-pagination .page-current {
  text-align: center;
  color: #f15b47;
  font-size: 30px;
  border-radius: 0;
  margin: 0 10px;
  width: 60px;
  position: relative;
  border: 1px solid #f15b47;
}
.events-pagination input:focus-visible,
.events-pagination .page-current:focus-visible {
  outline: none;
}
.events-pagination .page-current {
  display: flex;
  justify-items: center;
}
.events-pagination .page-current input {
  margin: 0;
  border: none;
  padding: 0;
  width: 59px;
  background: transparent;
}
.events-pagination .page-current input:focus-visible {
  outline: #f15b47 auto 2px;
}
.events-pagination .page-current input:focus-visible + .enter {
  visibility: visible;
  opacity: 1;
  bottom: -25px;
  transition: all 250ms !important;
}
.events-pagination .page-current .enter {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0;
  font-size: 12px;
  width: 59px;
  height: 20px;
  bottom: -20px;
  left: 0;
  text-align: right;
  z-index: 1;
  cursor: pointer;
  transition: all 250ms !important;
}
.events-pagination .page-max {
  border: none;
  cursor: default;
  font-size: 35px;
  margin-left: 0;
}
.events-pagination .divider {
  background: #f15b47;
  height: 65px;
  display: block;
  width: 5px;
  margin: 0 10px;
  transform: skewX(-15deg);
}

[class*=arrow-] {
  width: 0;
  height: 0;
  border-color: #f15b47;
  border-style: solid;
  border-top: 27.5px solid transparent;
  border-bottom: 27.5px solid transparent;
  cursor: pointer;
}
[class*=arrow-]:hover {
  filter: brightness(1.3);
}

.arrow-right {
  border-left-width: 55px;
}

.arrow-left {
  border-right-width: 55px;
}

.article-wrapper {
  padding-left: 20% !important;
  padding-right: 20% !important;
}
.article-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.article-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.article-content {
  padding-top: 50px;
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  color: #f15b47;
}
.article-content p {
  margin-bottom: 20px;
}

section.aling-tindera {
  position: relative;
  padding-top: 7rem;
  overflow-y: hidden;
}
section.aling-tindera .wrapper {
  max-width: 1200px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  margin: auto;
  color: #414141;
  align-items: center;
}
section.aling-tindera .wrapper > div {
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  transition-property: top, left, opacity;
  transition-duration: 500ms;
  transition-delay: 1.25s;
}
section.aling-tindera .wrapper .alingtindera-title {
  margin-bottom: 20px;
}
section.aling-tindera .wrapper p {
  margin-bottom: 20px;
  padding-left: 20px;
}

.highlight {
  width: 100%;
}
.highlight-wrapper {
  background-color: #2bbdb9;
  position: relative;
  padding: 2em 0 4em !important;
}
.highlight-wrapper [class*=arrow-] {
  width: 0;
  height: 0;
  border-color: #0f6a68;
  border-style: solid;
  border-top: 13.75px solid transparent !important;
  border-bottom: 13.75px solid transparent !important;
  cursor: pointer;
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  z-index: 100;
}
.highlight-wrapper [class*=arrow-]:hover {
  border-color: #f15b47;
}
.highlight-wrapper .swipe {
  width: calc(100% - 4em) !important;
  margin: auto;
}
.highlight-wrapper .arrow-right {
  border-left-width: 27.5px;
  right: 1em;
}
.highlight-wrapper .arrow-left {
  border-right-width: 27.5px;
  left: 1em;
}
.highlight-wrapper .fb-link {
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}
.highlight-wrapper .fb-link img {
  max-width: 300px;
}
.highlight-group {
  width: 100%;
  display: grid;
  grid-template-columns: 22% 4% 22% 4% 22% 4% 22%;
  align-items: center;
  height: 100%;
  padding: 0 1em;
}
.highlight-group .divider {
  position: relative;
}
.highlight-group .divider img {
  position: absolute;
  transform: scale(1.5);
  top: 50%;
  z-index: 0;
}
.highlight-item {
  position: relative;
  z-index: 1;
  color: white;
  font-size: 22px;
  cursor: pointer;
}
.highlight-item .image-wrapper {
  padding-bottom: 75%;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 10px;
}
.highlight-item .image-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: rgba(9, 61, 60, 0.75);
  content: url("../images/view.png");
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.highlight-item .image-wrapper:hover:before {
  opacity: 1;
  transition: all 100ms;
}
.highlight-item .image-wrapper .highlight-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.view-image {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  color: white;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  display: flex;
  transition: all 500ms;
}
.view-image.hide {
  display: none;
  opacity: 0;
  transition: all 500ms;
}
.view-image img {
  max-height: 90%;
  max-width: 60%;
  margin-bottom: 0.5em;
}
.view-image .title {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.view-image #close-image {
  cursor: pointer;
}
.view-image #close-image:hover {
  color: #f15b47;
}

.milestones {
  max-width: 1350px;
  margin: auto;
}
.milestones-wrapper {
  padding-top: 70%;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.milestones-wrapper .numbers {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  display: flex;
  color: white;
  padding: 1.2rem;
  justify-content: center;
}
.milestones-wrapper .numbers > div {
  background-color: #661210;
  padding: 1rem 1.5rem;
  margin: 0 10px;
}
.milestones-wrapper .numbers > div.title {
  background: none !important;
}
.milestones-wrapper .numbers span {
  display: block;
  font-size: 2.6vw;
  white-space: nowrap;
}
.milestones-wrapper .numbers span.num {
  font-size: 8vw;
}
.milestones-wrapper .numbers h1 {
  color: white;
  font-size: 5vw;
  font-weight: bold;
  filter: drop-shadow(1px 1px 3px black);
  text-align: left;
}
.milestones-wrapper img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.milestones-wrapper.blue .numbers > div {
  background-color: #0B3763;
}

section.aling-tindera {
  padding-top: 100px !important;
}

body.screen-medium-below .article-wrapper {
  padding: 0 50px !important;
}
body.screen-medium-below section.aling-tindera {
  padding-top: 100px !important;
}
body.screen-medium-below .view-image img {
  max-width: 95% !important;
}
body.screen-medium-below .milestones-wrapper .numbers {
  padding: 30px !important;
}
body.screen-medium-below .milestones-wrapper .title {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
body.screen-small .view-image .title {
  font-size: 2.5rem !important;
}
body.screen-small .view-image #close-image {
  font-size: 1.5rem !important;
}
body.screen-small section.content-wrapper .content-title:nth-of-type(1) {
  text-align: center;
  margin: 120px auto 50px !important;
}
body.screen-small section.content-wrapper .content-title:nth-of-type(1) img {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
body.screen-small section.content-wrapper .content-title-small {
  font-size: 18px !important;
  margin-bottom: 20px !important;
}
body.screen-small section.content-wrapper .content-title-small img {
  height: 30px !important;
}
body.screen-small section.content-wrapper .article-content p {
  margin-bottom: 40px !important;
  line-height: 1.2;
}