/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,500;1,500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

html {
  background: #0B4C44;
  color: #fff;
  font-family: 'Zilla Slab', serif;
  font-style: italic; }

img {
  width: 100%;
  height: auto; }

a {
  transition: ease all 0.3s; }

.logo {
  display: block;
  text-indent: -99999px;
  background-image: url(../svg/logos/voa-vertical.svg);
  background-size: contain;
  position: fixed;
  width: 26px;
  height: 66px;
  top: 60px;
  right: 0; }
  @media screen and (min-width: 768px) {
    .logo {
      width: 70px;
      height: 177px; } }

#top-border {
  display: block;
  height: 5px;
  width: 100%;
  background: #00312B;
  margin-bottom: 30px; }

#grid-container {
  position: relative; }

@keyframes shadowMovement {
  0% {
    filter: drop-shadow(0em 0em 10px rgba(0, 0, 0, 0.05)); }
  12% {
    filter: drop-shadow(1em 1em 10px rgba(0, 0, 0, 0.05)); }
  24% {
    filter: drop-shadow(0em 0em 10px rgba(0, 0, 0, 0.05)); }
  36% {
    filter: drop-shadow(0em -1em 10px rgba(0, 0, 0, 0.05)); }
  48% {
    filter: drop-shadow(0em 0em 10px rgba(0, 0, 0, 0.05)); }
  60% {
    filter: drop-shadow(-1em -1em 10px rgba(0, 0, 0, 0.05)); }
  72% {
    filter: drop-shadow(0em 0em 10px rgba(0, 0, 0, 0.05)); }
  84% {
    filter: drop-shadow(0em 1em 10px rgba(0, 0, 0, 0.05)); }
  100% {
    filter: drop-shadow(0em 0em 10px rgba(0, 0, 0, 0.05)); } }
.logo-bg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; }
  .logo-bg svg {
    opacity: 1;
    transform: scaleX(1);
    overflow: visible;
    height: 100%;
    width: 100%;
    animation: shadowMovement 20s infinite;
    filter: drop-shadow(0em 0em 10px rgba(0, 0, 0, 0.05)); }

@media screen and (max-width: 767px) {
  .logo-bg {
    display: none; } }
/* ==================================================
  Wrapper
================================================== */
#wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0 100px;
  width: 310px;
  min-height: 100vh; }
  @media screen and (min-width: 768px) {
    #wrapper {
      width: 540px;
      padding: 50px 0; } }
  @media screen and (min-width: 1024px) {
    #wrapper {
      width: 700px; } }
  @media screen and (min-width: 1280px) {
    #wrapper {
      width: 960px; } }
  @media screen and (min-width: 1366px) {
    #wrapper {
      width: 1220px; } }
  @media screen and (min-width: 1920px) {
    #wrapper {
      width: 1640px; } }

@keyframes animateWidthToRight {
  0% {
    transform: scaleX(0.8); }
  100% {
    transform: translateX(1); } }
@keyframes columnTwoScale {
  0% {
    transform: scaleX(1.731); }
  100% {
    transform: scaleX(1); } }
@keyframes columnNineScale {
  0% {
    transform: scaleX(2.11); }
  100% {
    transform: scaleX(1.15); } }
@keyframes hideText {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@media screen and (min-width: 1280px) {
  @keyframes columnNineScale {
    0% {
      transform: scaleX(2.11); }
    100% {
      transform: scaleX(1.085); } } }
@media screen and (max-width: 767px) {
  @keyframes columnTenScale {
    0% {
      transform: scaleX(1); }
    100% {
      transform: scaleX(0); } }
  @keyframes columnElevenScale {
    0% {
      transform: scaleX(0); }
    100% {
      transform: scaleX(1); } } }
/* ==================================================
  Clean up below
================================================== */
.section-slider {
  position: relative;
  z-index: 200;
  opacity: 1;
  visibility: visible;
  display: block; }
  .section-slider.is-hidden {
    opacity: 0;
    visibility: hidden; }

@media screen and (max-width: 767px) {
  .section-slider {
    top: 63px; } }
.section-slider {
  display: block;
  margin-top: 0;
  transition: ease all 1.5s;
  transition-delay: 0.8s; }
  .section-slider .column-2, .section-slider .column-4, .section-slider .column-6, .section-slider .column-8 {
    transform-origin: right; }
  .section-slider .column-12 {
    transform-origin: left; }
  .section-slider.is-hidden {
    display: block;
    visibility: hidden;
    opacity: 0; }
    .section-slider.is-hidden #text-agency, .section-slider.is-hidden #text-exist {
      animation: hideText;
      animation-duration: 0.5s;
      animation-delay: 0.3s;
      animation-fill-mode: forwards; }
    .section-slider.is-hidden .column-2 .column-inner.fill, .section-slider.is-hidden .column-4 .column-inner.fill, .section-slider.is-hidden .column-6 .column-inner.fill, .section-slider.is-hidden .column-8 .column-inner.fill, .section-slider.is-hidden .column-12 .column-inner.fill {
      transition: ease all 0.7s;
      transform: scaleX(3); }

@media screen and (max-width: 767px) {
  .section-slider .column-10::after {
    transform-origin: right !important; }
  .section-slider.is-hidden .column-10::after {
    animation: none !important;
    transition: ease all 1.4s !important;
    transform: scaleX(3) !important; } }
/* Hidden Link Animations */
.column.hidden-link .column-inner {
  display: block;
  position: relative; }
  .column.hidden-link .column-inner:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00312B;
    transition: ease all 0.6s; }
    @media screen and (min-width: 768px) {
      .column.hidden-link .column-inner:before {
        transform: scaleX(1);
        transform-origin: right; } }
@media screen and (min-width: 768px) {
  .column.hidden-link:hover .column-inner:before, .column.hidden-link.is-visible .column-inner:before {
    transform: scaleX(0.1); } }

/* ==================================================
  Base
================================================== */
.columns,
.columns-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.columns-group {
  width: 100%; }

.columns {
  margin-left: -5px;
  margin-right: -5px; }

.column {
  margin: 0 5px 10px;
  height: 53px;
  position: relative; }
  .column.one-third {
    width: calc(50% - 5px); }
  .column.column-1 {
    width: 150px; }
  .column.column-2 {
    width: 195px;
    position: absolute;
    right: -5px; }
  .column.column-3 {
    width: 310px; }
  .column.column-4 {
    width: 209px; }
  .column.column-5 {
    width: 89px; }
  .column.column-6 {
    width: 98px; }
  .column.column-7 {
    width: 202px; }
  .column.column-8 {
    width: 310px; }
  .column.column-10 {
    width: 310px; }
  .column.column-11 {
    width: 310px; }
  .column.column-12 {
    width: 150px; }

/* ==================================================
  Only Small Screens
================================================== */
@media screen and (max-width: 767px) {
  .columns::before {
    content: "";
    position: absolute;
    top: -63px;
    right: 0;
    width: 310px;
    height: 53px;
    background: #00312b;
    z-index: 1000;
    transform: scaleX(0);
    transform-origin: left; }

  .section-slider.is-hidden .columns::before {
    transform: scaleX(1);
    transition: ease all 0.5s; }

  .portfolio-columns .column {
    margin: 0 0 10px; }
  .portfolio-columns .column.hidden-link {
    margin: 0 5px 10px; }

  .column.column-9 {
    display: none; }
  .column.column-10::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00312b;
    transform: scaleX(1);
    transform-origin: right;
    animation: columnTenScale;
    animation-duration: 0.8s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards; }

  .column.hidden-link .column-inner {
    display: block;
    position: relative; }
    .column.hidden-link .column-inner:before {
      transform: scaleX(0);
      transform-origin: right;
      animation: columnElevenScale;
      animation-duration: 0.8s;
      animation-delay: 1.5s;
      animation-fill-mode: forwards; } }
/* ==================================================
  Tablet Screens
================================================== */
@media screen and (min-width: 768px) {
  .columns {
    margin-left: -7.5px;
    margin-right: -7.5px; }

  .column {
    margin: 0 7.5px 15px;
    height: 65px; }
    .column.one-third {
      width: calc(33.3333333% - 15px); }
    .column.column-1 {
      width: 213px; }
    .column.column-2 {
      width: 343px;
      position: absolute;
      right: -7.5px;
      transform: scaleX(1.731);
      transform-origin: right;
      animation: columnTwoScale;
      animation-duration: 0.6s;
      animation-delay: 0.3s;
      animation-fill-mode: forwards; }
    .column.column-3 {
      width: 350px; }
    .column.column-4 {
      width: 175px; }
    .column.column-5 {
      width: 128px; }
    .column.column-6 {
      width: 397px; }
    .column.column-7 {
      width: 395px; }
    .column.column-8 {
      width: 130px; }
    .column.column-9 {
      width: 144px;
      transform: scaleX(2.05);
      transform-origin: left;
      animation: columnNineScale;
      animation-duration: 0.6s;
      animation-delay: 1s;
      animation-fill-mode: forwards; }
    .column.column-10 {
      width: 136px; }
    .column.column-11 {
      width: 230px; }
    .column.column-12 {
      width: 402px; } }
/* ==================================================
  Medium Screens
================================================== */
@media screen and (min-width: 1024px) {
  .columns {
    margin-left: -7.5px;
    margin-right: -7.5px; }

  .column {
    margin: 0 7.5px 15px;
    height: 75px; }
    .column.one-third {
      width: calc(33.3333333% - 15px); }
    .column.column-1 {
      width: 280px; }
    .column.column-2 {
      width: 445px;
      position: absolute;
      right: -7.5px; }
    .column.column-3 {
      width: 458px; }
    .column.column-4 {
      width: 227px; }
    .column.column-5 {
      width: 166px; }
    .column.column-6 {
      width: 519px; }
    .column.column-7 {
      width: 517px; }
    .column.column-8 {
      width: 168px; }
    .column.column-9 {
      width: 186px;
      transform: scaleX(2.09); }
    .column.column-10 {
      width: 187px; }
    .column.column-11 {
      width: 297px; }
    .column.column-12 {
      width: 521px; } }
/* ==================================================
  Medium Large Screens
================================================== */
@media screen and (min-width: 1280px) {
  .columns {
    margin-left: -7.5px;
    margin-right: -7.5px; }

  .column {
    margin: 0 7.5px 15px; }
    .column.one-third {
      width: calc(33.3333333% - 15px); }
    .column.column-1 {
      width: 390px; }
    .column.column-2 {
      width: 595px;
      position: absolute;
      right: -7.5px; }
    .column.column-3 {
      width: 634px; }
    .column.column-4 {
      width: 311px; }
    .column.column-5 {
      width: 228px; }
    .column.column-6 {
      width: 717px; }
    .column.column-7 {
      width: 715px; }
    .column.column-8 {
      width: 230px; }
    .column.column-9 {
      width: 255px;
      transform: scaleX(2.11); }
    .column.column-10 {
      width: 268px; }
    .column.column-11 {
      width: 407px; }
    .column.column-12 {
      width: 715px; } }
/* ==================================================
  Large Screens
================================================== */
@media screen and (min-width: 1366px) {
  .columns {
    margin-left: -10px;
    margin-right: -10px; }

  .column {
    margin: 0 10px 20px; }
    .column.one-third {
      width: calc(33.3333333% - 20px); }
    .column.column-1 {
      width: 495px; }
    .column.column-2 {
      width: 758px;
      position: absolute;
      right: -10px; }
    .column.column-3 {
      width: 805px; }
    .column.column-4 {
      width: 395px; }
    .column.column-5 {
      width: 288px; }
    .column.column-6 {
      width: 912px; }
    .column.column-7 {
      width: 908px; }
    .column.column-8 {
      width: 292px; }
    .column.column-9 {
      width: 324px; }
    .column.column-10 {
      width: 340px; }
    .column.column-11 {
      width: 516px; }
    .column.column-12 {
      width: 908px; } }
/* ==================================================
  Extra Large Screens
================================================== */
@media screen and (min-width: 1920px) {
  .columns {
    margin-left: -12.5px;
    margin-right: -12.5px; }

  .column {
    margin: 0 12.5px 25px; }
    .column.one-third {
      width: calc(33.3333333% - 25px); }
    .column.column-1 {
      width: 667px; }
    .column.column-2 {
      width: 1036px;
      position: absolute;
      right: -12.5px; }
    .column.column-3 {
      width: 1083px; }
    .column.column-4 {
      width: 531px; }
    .column.column-5 {
      width: 389px; }
    .column.column-6 {
      width: 1226px; }
    .column.column-7 {
      width: 1222px; }
    .column.column-8 {
      width: 389px; }
    .column.column-9 {
      width: 436px; }
    .column.column-10 {
      width: 460px; }
    .column.column-11 {
      width: 694px; }
    .column.column-12 {
      width: 1222px; } }
.column-inner {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%; }
  .column-inner.fill {
    background: #00312B; }

.column.column-9 {
  z-index: 500; }
  .column.column-9 .column-inner {
    transition: width 0.6s; }
.column.column-10 {
  z-index: 200; }
.column.column-cover {
  z-index: 300; }
  .column.column-cover .column-inner {
    width: 684px; }
    @media screen and (min-width: 768px) {
      .column.column-cover .column-inner {
        width: 252px; } }
    @media screen and (min-width: 1024px) {
      .column.column-cover .column-inner {
        width: 336px; } }
    @media screen and (min-width: 1280px) {
      .column.column-cover .column-inner {
        width: 492px; } }
    @media screen and (min-width: 1366px) {
      .column.column-cover .column-inner {
        width: 630px; } }
    @media screen and (min-width: 1920px) {
      .column.column-cover .column-inner {
        width: 845px; } }

@keyframes scaleInRight {
  0% {
    transform: scaleX(0.8); }
  100% {
    transform: scaleX(1); } }
/* ==================================================
  Main Section
================================================== */
.section-portfolio {
  opacity: 1;
  visibility: visible;
  height: auto;
  position: absolute;
  z-index: 1000;
  top: 0;
  transition: ease all 0s;
  transition-delay: 0.8s; }
  .section-portfolio.is-hidden {
    opacity: 0;
    visibility: hidden;
    height: 0; }

/* ==================================================
  Columns
================================================== */
.portfolio-columns .portfolio-group {
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .portfolio-columns .portfolio-group {
      justify-content: flex-start; } }
.portfolio-columns .column.hidden-link.is-visible .column-inner::before {
  display: none; }
  @media screen and (min-width: 768px) {
    .portfolio-columns .column.hidden-link.is-visible .column-inner::before {
      display: block; } }
.portfolio-columns .column-9,
.portfolio-columns .column-10 {
  display: none; }
  @media screen and (min-width: 768px) {
    .portfolio-columns .column-9,
    .portfolio-columns .column-10 {
      display: block; } }

.portfolio-column {
  overflow: hidden; }

a.portfolio-column .column-inner {
  transition: ease all 0.75s;
  transform-origin: right;
  width: calc(100% + 1px);
  right: -1px;
  transform: scale(1);
  z-index: 2; }
  @media screen and (min-width: 768px) {
    a.portfolio-column .column-inner.scale-in-right {
      animation: scaleInRight;
      animation-duration: 0.5s;
      animation-delay: 0s; } }
@media screen and (min-width: 768px) {
  a.portfolio-column:hover .column-inner {
    transform: scaleX(0); } }

/* ==================================================
  Portfolio Image
================================================== */
.portfolio-image {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover; }

@media screen and (max-width: 767px) {
  .portfolio-image.is-hidden-m {
    display: none; } }
/* ==================================================
  Slide Animation on mobile
================================================== */
@media screen and (max-width: 767px) {
  a.portfolio-column .column-inner.slide-open {
    transform: scaleX(0); } }
/* ==================================================
  Reorder columns to match design on mobile
================================================== */
@media screen and (max-width: 767px) {
  .portfolio-columns .column:nth-child(1) {
    order: 1; }
  .portfolio-columns .column:nth-child(2) {
    order: 2; }
  .portfolio-columns .column:nth-child(3) {
    order: 3; }
  .portfolio-columns .column:nth-child(4) {
    order: 4; }
  .portfolio-columns .column:nth-child(5) {
    order: 5; }
  .portfolio-columns .column:nth-child(6) {
    order: 6; }
  .portfolio-columns .column:nth-child(7) {
    order: 7; }
  .portfolio-columns .column:nth-child(8) {
    order: 8; }
  .portfolio-columns .column:nth-child(9) {
    order: 9; }
  .portfolio-columns .column:nth-child(10) {
    order: 10; }
  .portfolio-columns .column:nth-child(11) {
    order: 11; }
  .portfolio-columns .column:nth-child(12) {
    order: 12; }
  .portfolio-columns .column:nth-child(15) {
    order: 15; }
  .portfolio-columns .column:nth-child(16) {
    order: 13; }
  .portfolio-columns .column:nth-child(17) {
    order: 14; }
  .portfolio-columns .column:nth-child(18) {
    order: 16; } }
@keyframes slideInUp {
  0% {
    transform: translateY(10%); }
  100% {
    transform: translateY(0); } }
/* ==================================================
  Main Overlay
================================================== */
.portfolio-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  background: #00312B;
  display: flex;
  align-items: center;
  justify-content: center; }
  .portfolio-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
    .portfolio-overlay.is-visible .portfolio-video {
      transform: translateY(10%);
      animation: slideInUp;
      animation-duration: 0.3s;
      animation-delay: 0s;
      animation-fill-mode: forwards; }
  .portfolio-overlay .portfolio-video {
    width: 85vw;
    max-width: 1600px; }
  .portfolio-overlay .portfolio-video-holder {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  .portfolio-overlay .portfolio-video-holder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ==================================================
  Close Overlay
================================================== */
.portfolio-close {
  text-indent: -99999px;
  position: absolute;
  top: 0px;
  right: 20px;
  background-color: #fff;
  border-bottom-left-radius: 500px;
  border-bottom-right-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 32px;
  transform: translateY(-100%);
  transition: ease all 0.3s;
  transition-delay: 0.5s; }
  .portfolio-close::before, .portfolio-close::after {
    content: "";
    display: block;
    height: 2px;
    width: 16px;
    background-color: #00312B;
    position: absolute; }
  .portfolio-close::before {
    transform: rotate(-45deg); }
  .portfolio-close::after {
    transform: rotate(45deg); }

.portfolio-overlay.is-visible .portfolio-close {
  transform: translateY(0); }

/* ==================================================
  Scroll Slider
================================================== */
#scroll-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 310px;
  height: 498px;
  clip-path: url(#clipping-mask-xs-default); }
  #scroll-slider .scroll-slide {
    display: flex; }
    #scroll-slider .scroll-slide:nth-of-type(1) {
      clip-path: url(#clipping-mask-xs-slide-1); }
    #scroll-slider .scroll-slide:nth-of-type(2), #scroll-slider .scroll-slide:nth-of-type(5) {
      clip-path: url(#clipping-mask-xs-slide-1); }
    #scroll-slider .scroll-slide:nth-of-type(3), #scroll-slider .scroll-slide:nth-of-type(6) {
      clip-path: url(#clipping-mask-xs-slide-2);
      top: 63px; }
    #scroll-slider .scroll-slide:nth-of-type(4) {
      clip-path: url(#clipping-mask-xs-slide-3); }

@media screen and (min-width: 768px) {
  #scroll-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 540px;
    height: 465px;
    clip-path: url(#clipping-mask-sm-default); }
    #scroll-slider .scroll-slide {
      display: flex; }
      #scroll-slider .scroll-slide:nth-of-type(1) {
        clip-path: url(#clipping-mask-sm-slide-1); }
      #scroll-slider .scroll-slide:nth-of-type(2), #scroll-slider .scroll-slide:nth-of-type(5) {
        clip-path: url(#clipping-mask-sm-slide-1); }
      #scroll-slider .scroll-slide:nth-of-type(3), #scroll-slider .scroll-slide:nth-of-type(6) {
        clip-path: url(#clipping-mask-sm-slide-2);
        top: 80px; }
      #scroll-slider .scroll-slide:nth-of-type(4) {
        clip-path: url(#clipping-mask-sm-slide-3); } }
@media screen and (min-width: 1024px) {
  #scroll-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 525px;
    clip-path: url(#clipping-mask-md-default); }
    #scroll-slider .scroll-slide:nth-of-type(1) {
      clip-path: url(#clipping-mask-md-slide-1); }
    #scroll-slider .scroll-slide:nth-of-type(2), #scroll-slider .scroll-slide:nth-of-type(5) {
      clip-path: url(#clipping-mask-md-slide-1); }
    #scroll-slider .scroll-slide:nth-of-type(3), #scroll-slider .scroll-slide:nth-of-type(6) {
      clip-path: url(#clipping-mask-md-slide-2);
      top: 90px; }
    #scroll-slider .scroll-slide:nth-of-type(4) {
      clip-path: url(#clipping-mask-md-slide-3); } }
@media screen and (min-width: 1280px) {
  #scroll-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 525px;
    clip-path: url(#clipping-mask-lg-default); }
    #scroll-slider .scroll-slide {
      display: block; }
      #scroll-slider .scroll-slide:nth-of-type(1) {
        clip-path: url(#clipping-mask-lg-slide-1); }
      #scroll-slider .scroll-slide:nth-of-type(2), #scroll-slider .scroll-slide:nth-of-type(5) {
        clip-path: url(#clipping-mask-lg-slide-1); }
      #scroll-slider .scroll-slide:nth-of-type(3), #scroll-slider .scroll-slide:nth-of-type(6) {
        clip-path: url(#clipping-mask-lg-slide-2);
        top: 90px; }
      #scroll-slider .scroll-slide:nth-of-type(4) {
        clip-path: url(#clipping-mask-lg-slide-3); } }
@media screen and (min-width: 1366px) {
  #scroll-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 1220px;
    height: 550px;
    clip-path: url(#clipping-mask-xl-default); }
    #scroll-slider .scroll-slide:nth-of-type(1) {
      clip-path: url(#clipping-mask-xl-slide-1); }
    #scroll-slider .scroll-slide:nth-of-type(2), #scroll-slider .scroll-slide:nth-of-type(5) {
      clip-path: url(#clipping-mask-xl-slide-1); }
    #scroll-slider .scroll-slide:nth-of-type(3), #scroll-slider .scroll-slide:nth-of-type(6) {
      clip-path: url(#clipping-mask-xl-slide-2);
      top: 95px; }
    #scroll-slider .scroll-slide:nth-of-type(4) {
      clip-path: url(#clipping-mask-xl-slide-3); } }
@media screen and (min-width: 1920px) {
  #scroll-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 1640px;
    height: 575px;
    clip-path: url(#clipping-mask-2xl-default); }
    #scroll-slider .scroll-slide:nth-of-type(1) {
      clip-path: url(#clipping-mask-2xl-slide-1); }
    #scroll-slider .scroll-slide:nth-of-type(2), #scroll-slider .scroll-slide:nth-of-type(5) {
      clip-path: url(#clipping-mask-2xl-slide-1); }
    #scroll-slider .scroll-slide:nth-of-type(3), #scroll-slider .scroll-slide:nth-of-type(6) {
      clip-path: url(#clipping-mask-2xl-slide-2);
      top: 100px; }
    #scroll-slider .scroll-slide:nth-of-type(4) {
      clip-path: url(#clipping-mask-2xl-slide-3); } }
/* ==================================================
  Clipping Mask Items
================================================== */
.clipping-mask-items {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

/* ==================================================
  Text/Image Replacements
================================================== */
#text-agency {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  #text-agency span {
    text-indent: -99999px;
    display: block;
    height: 88px;
    width: 263px;
    background-image: url(../svg/text/not-an-agency-sm.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 263px 88px;
    position: absolute;
    bottom: 15px; }
    @media screen and (min-width: 768px) {
      #text-agency span {
        height: 100%;
        width: 100%;
        background-image: url(../svg/text/not-an-agency.svg);
        background-size: 205px auto;
        position: static;
        bottom: 0; } }
    @media screen and (min-width: 1024px) {
      #text-agency span {
        background-size: 265px auto; } }
    @media screen and (min-width: 1280px) {
      #text-agency span {
        background-size: 380px auto; } }
    @media screen and (min-width: 1366px) {
      #text-agency span {
        background-size: 480px auto; } }
    @media screen and (min-width: 1920px) {
      #text-agency span {
        background-size: 625px auto; } }

#text-exist {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  #text-exist span {
    text-indent: -99999px;
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(../svg/text/dont-exist.svg);
    background-size: 272px auto;
    background-repeat: no-repeat;
    background-position: left center; }
    @media screen and (min-width: 768px) {
      #text-exist span {
        background-size: 130px auto; } }
    @media screen and (min-width: 1024px) {
      #text-exist span {
        background-size: 180px auto; } }
    @media screen and (min-width: 1280px) {
      #text-exist span {
        background-size: 258px auto; } }
    @media screen and (min-width: 1366px) {
      #text-exist span {
        background-size: 324px auto; } }
    @media screen and (min-width: 1920px) {
      #text-exist span {
        background-size: 415px auto; } }

#text-clients {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  z-index: 100; }
  #text-clients span {
    text-indent: -99999px;
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(../svg/text/clients-exist.svg);
    background-size: 309px auto;
    background-repeat: no-repeat;
    background-position: left center; }
    @media screen and (min-width: 768px) {
      #text-clients span {
        background-size: 152px auto; } }
    @media screen and (min-width: 1024px) {
      #text-clients span {
        background-size: 220px auto; } }
    @media screen and (min-width: 1280px) {
      #text-clients span {
        background-size: 298px auto; } }
    @media screen and (min-width: 1366px) {
      #text-clients span {
        background-size: 366px auto; } }
    @media screen and (min-width: 1920px) {
      #text-clients span {
        background-size: 480px auto; } }

@media screen and (max-width: 767px) {
  .portfolio-columns #text-clients {
    opacity: 1;
    visibility: visible;
    transition: ease all 0.3s; }
    .portfolio-columns #text-clients.is-hidden-m {
      opacity: 0;
      visibility: hidden; } }
/* ==================================================
  Link Group
================================================== */
.link-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    .link-group {
      margin-top: 0; } }

.link-group-col {
  padding: 0 15px; }
  .link-group-col.one-fourth {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .link-group-col.one-fourth {
        width: 50%; } }
    @media screen and (min-width: 1280px) {
      .link-group-col.one-fourth {
        width: 25%; } }
  .link-group-col.one-half {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .link-group-col.one-half {
        width: 50%; } }

.link-group-divider-wrap {
  display: none; }
  @media screen and (min-width: 1280px) {
    .link-group-divider-wrap {
      display: block; } }

.link-group-divider {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #00312b; }

.link-group-btn {
  display: block;
  width: 100%;
  color: #fff;
  border: 1px solid;
  font-size: 1.125rem;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none; }
  .link-group-btn:hover {
    color: #ACFD01; }

.link-group-contact {
  width: 100%;
  color: #00312b;
  text-decoration: none;
  border-bottom: 1px solid;
  padding: 15px 0;
  font-size: 1.125rem;
  display: flex;
  align-items: flex-end;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .link-group-contact {
      justify-content: flex-end; } }
  .link-group-contact:hover {
    color: #ACFD01; }

.xs-hidden {
  display: none; }
  @media screen and (min-width: 768px) {
    .xs-hidden {
      display: block; } }

.xs-visible {
  display: block; }
  @media screen and (min-width: 768px) {
    .xs-visible {
      display: none; } }
