/** Shopify CDN: Minification failed

Line 1461:0 Expected "}" to go with "{"

**/
/* ODDFISH — OMF case study (pixel-match oddfishmedia.com.au/case-studies/omf/) */

.oddfish-case-study-omf-page {
  background: #fff;
  font-family: "Gilroy", system-ui, -apple-system, sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

.oddfish-case-study-omf-page *,
.oddfish-case-study-omf-page *::before,
.oddfish-case-study-omf-page *::after {
  box-sizing: border-box;
}

.oddfish-case-study-omf-page .strike {
  position: relative;
}

.oddfish-case-study-omf-page .case_flexable h2.strike {
  position: relative;
  z-index: 1;
}

.oddfish-case-study-omf-page .billboard .slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.oddfish-case-study-omf-page .slider_bottom .slide img {
  width: auto;
  max-width: min(362px, 88vw);
  height: auto;
  display: block;
  margin: 0 auto;
}

.oddfish-case-study-omf-page .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: clamp(2rem, 4vw, 4rem);
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.oddfish-case-study-omf-page .embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.oddfish-case-study-omf-page .case_strike {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
}

.oddfish-case-study-omf-page .case_strike .label {
  color: #fff;
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 800;
  position: relative;
  z-index: 2;
  padding: 0.75rem 1.25rem;
}

.oddfish-case-study-omf-page .case_strike.striker:before {
  background-color: #f6d500;
  content: "";
  display: block;
  height: 50px;
  left: 51%;
  position: absolute;
  top: 51%;
  transform: translate(-100%, -50%) rotate(-1deg) scaleX(0);
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  width: 114%;
  z-index: 0;
}

.oddfish-case-study-omf-page .case_strike.striker.striker-visible:before,
.oddfish-case-study-omf-page .case_strike.striker:hover:before,
.oddfish-case-study-omf-page .case_strike.striker:focus-visible:before {
  transform: translate(-51%, -50%) rotate(-1deg) scaleX(1);
}

.oddfish-case-study-omf-page .case_strike.striker:hover .label,
.oddfish-case-study-omf-page .case_strike.striker.striker-visible .label,
.oddfish-case-study-omf-page .case_strike.striker:focus-visible .label {
  color: #000;
}

.oddfish-case-study-omf-page .stats_holder lottie-player {
  max-width: 100%;
  height: auto;
}

.oddfish-case-study-omf-page .content p {
  color: #000;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 3;
  margin: 0 0 1rem;
}

@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .content p {
    line-height: 2;
  }
}

.oddfish-case-study-omf-page .case_first_section h1 {
  color: #000;
  font-weight: bold;
  font-size: clamp(35px, 5vw, 55px);
  line-height: 1.25;
  max-width: 1200px;
  margin: 0;
}
.oddfish-case-study-omf-page .single_case_banner {
  position: relative;
  height: 100vh;
  min-height: clamp(420px, 100vh, 900px);
  z-index: 4;
  overflow: hidden;
}

.oddfish-case-study-omf-page .single_case_banner .banner_inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
}

.oddfish-case-study-omf-page .single_case_banner .banner_inner .case_banner_logo {
  width: min(494px, 90vw);
  max-width: min(494px, 90vw);
  height: auto;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

@media (max-width: 500px) {
  .oddfish-case-study-omf-page .single_case_banner .banner_inner .case_banner_logo {
    width: min(320px, 72vw);
    max-width: min(320px, 72vw);
  }
}
.oddfish-case-study-omf-page .single_case_banner .banner_inner .case_title {
  color: #000;
  font-weight: bold;
  font-size: 55px;
  margin-top: 4rem;
  display: block;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .single_case_banner .banner_inner .case_title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .single_case_banner .banner_inner .case_title {
    font-size: 35px;
  }
}
.oddfish-case-study-omf-page .single_case_banner .banner_image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.oddfish-case-study-omf-page .single_case_banner .banner_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

/* Prevent theme-wide img.background_image rules from blowing up inline media */
.oddfish-case-study-omf-page img.background_image {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  position: static;
}

.oddfish-case-study-omf-page .media_top .left_side img.background_image {
  max-width: min(300px, 100%);
}

.oddfish-case-study-omf-page .what_they_say .quote_footer .icon img.background_image {
  width: 200px;
  max-width: 200px;
  border-radius: 50%;
}

.oddfish-case-study-omf-page .what_they_say .content_area_right img.background_image {
  width: auto;
  max-width: 100%;
  height: auto;
}
.oddfish-case-study-omf-page .case_date {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 6rem;
}
.oddfish-case-study-omf-page .case_date span {
  color: #000;
  font-size: 15px;
}
.oddfish-case-study-omf-page .case_first_section {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 6rem;
}
.oddfish-case-study-omf-page .case_flexable {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 6rem;
  position: relative;
  overflow: visible;
}
.oddfish-case-study-omf-page .case_flexable .side_image {
  position: absolute;
  right: 0;
  z-index: 1;
  margin: 1em calc(50% - 50vw);
  margin-top: -5rem;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .case_flexable .side_image {
    display: none;
  }
}
.oddfish-case-study-omf-page .case_flexable .spacer {
  width: 100%;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .case_flexable .spacer {
    display: none;
  }
}
.oddfish-case-study-omf-page .case_flexable .lottie_container {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.oddfish-case-study-omf-page .case_flexable .lottie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 768px) {
  .oddfish-case-study-omf-page .case_flexable .lottie_container {
    padding-bottom: 42.86%;
  }
}
@media screen and (min-width: 1024px) {
  .oddfish-case-study-omf-page .case_flexable .lottie_container {
    padding-bottom: 56.25%;
    max-width: 1540px;
    margin: 0 auto;
  }
}
.oddfish-case-study-omf-page .case_flexable .title_section {
  display: block;
  width: 100%;
  overflow: visible;
  padding-bottom: 0.5rem;
}
.oddfish-case-study-omf-page .case_flexable .title_section .beyond {
  font-family: "Beyond Infinity" !important;
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
.oddfish-case-study-omf-page .case_flexable .no_strike h2:before {
  content: unset !important;
}
.oddfish-case-study-omf-page .case_flexable .title_section.align_left {
  text-align: left;
}
.oddfish-case-study-omf-page .case_flexable .title_section.align_center {
  text-align: center;
}
.oddfish-case-study-omf-page .case_flexable .title_section.align_right {
  text-align: right;
}
.oddfish-case-study-omf-page .case_flexable h2 {
  color: #000;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 11px;
  overflow: visible;
}
.oddfish-case-study-omf-page .case_flexable .content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.oddfish-case-study-omf-page .case_flexable .image {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
}

.oddfish-case-study-omf-page .case_flexable .image img,
.oddfish-case-study-omf-page .case_flexable .image .case_label_img {
  width: auto;
  max-width: min(300px, 100%);
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.oddfish-case-study-omf-page .case_flexable .side_image img {
  width: auto;
  max-width: none;
  height: auto;
  display: block;
}
.oddfish-case-study-omf-page .case_flexable .no_margin_bottom {
  margin-bottom: 0;
}
.oddfish-case-study-omf-page .gallery {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 6rem;
}
.oddfish-case-study-omf-page .gallery .gallery_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .gallery .gallery_inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.oddfish-case-study-omf-page .gallery .gallery_inner .gallery_image {
  height: 450px;
}
.oddfish-case-study-omf-page .gallery .gallery_inner .gallery_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.oddfish-case-study-omf-page .billboard {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 10rem;
  position: relative;
}
.oddfish-case-study-omf-page .billboard .slider {
  position: relative;
  z-index: 2;
}
.oddfish-case-study-omf-page .billboard .board {
  position: relative;
}
.oddfish-case-study-omf-page .has_side_image {
  max-width: 60vw;
}
@media (max-width: 1580px) {
  .oddfish-case-study-omf-page .has_side_image {
    max-width: 60vw;
  }
}
@media (max-width: 1396px) {
  .oddfish-case-study-omf-page .has_side_image {
    max-width: 55vw;
  }
}
@media (max-width: 1260px) {
  .oddfish-case-study-omf-page .has_side_image {
    max-width: 51vw;
  }
}
@media (max-width: 991px) {
  .oddfish-case-study-omf-page .has_side_image {
    max-width: 100%;
  }
}
.oddfish-case-study-omf-page .media_top {
  background: #000;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.oddfish-case-study-omf-page .media_top .media_inner_inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
.oddfish-case-study-omf-page .media_top .media_inner_inner h2 {
  color: #fff;
  font-size: 55px;
  display: inline-block;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .media_top .media_inner_inner h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .media_top .media_inner_inner h2 {
    font-size: 30px;
  }
}
.oddfish-case-study-omf-page .media_top .media_inner_inner h3 {
  color: #fff;
  font-size: 55px;
  display: inline-block;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .media_top .media_inner_inner h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .media_top .media_inner_inner h3 {
    font-size: 30px;
  }
}
.oddfish-case-study-omf-page .media_top .media_inner_inner .media_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .media_top .media_inner_inner .media_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.oddfish-case-study-omf-page .media_top .media_inner_inner .left_side.full_width.aos-init.aos-animate {
  width: 100%;
  display: flex;
  justify-content: center;
}
.oddfish-case-study-omf-page .media_top .media_inner_inner .right_side {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  flex-direction: column;
  position: relative;
  top: 60px;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .media_top .media_inner_inner .right_side {
    top: 0px;
  }
}
.oddfish-case-study-omf-page .media_top .media_inner_inner .right_side .media_case_title {
  color: #000;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 4rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 12px;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .media_top .media_inner_inner .right_side .media_case_title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .media_top .media_inner_inner .right_side .media_case_title {
    font-size: 26px;
  }
}
.oddfish-case-study-omf-page .media_top .media_inner_inner .content {
  margin-top: 11rem;
  margin-bottom: 11rem;
}
.oddfish-case-study-omf-page .media_top .media_inner_inner .content p {
  color: #fff;
  line-height: 2.3;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .media_top .media_inner_inner .content p {
    line-height: 2;
  }
}
.oddfish-case-study-omf-page .media_top_quote {
  background: #000;
  position: relative;
}
.oddfish-case-study-omf-page .media_top_quote .media_inner_quote {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .media_top_quote .media_inner_quote {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.oddfish-case-study-omf-page .media_top_quote .media_inner_quote .quote {
  font-size: 42px;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .media_top_quote .media_inner_quote .quote {
    font-size: 29px;
  }
}
.oddfish-case-study-omf-page .stats {
  background: #000;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .stats {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.oddfish-case-study-omf-page .stats .stats_inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.oddfish-case-study-omf-page .stats .stats_inner .stat_one.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oddfish-case-study-omf-page .stats .stats_inner .stat_two.center {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.oddfish-case-study-omf-page .stats .stats_inner .stat_three.center {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.oddfish-case-study-omf-page .stats .stats_inner .stat_three.center.left_side {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 590px;
  left: 270px;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stat_three.center.left_side {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stat_three.center.left_side {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 2rem;
  }
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  width: 100%;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stats_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_two {
  position: relative;
  left: 4rem;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_two {
    left: unset;
  }
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_title_one {
  color: #FFDE00;
  font-size: 55px;
  margin-bottom: 1rem;
  display: block;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_title_one {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_title_one {
    font-size: 35px;
  }
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_title_two {
  color: #757575;
  font-size: 55px;
  margin-bottom: 1rem;
  display: block;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_title_two {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_title_two {
    font-size: 35px;
  }
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_title_three {
  color: #fff;
  font-size: 55px;
  margin-bottom: 1rem;
  display: block;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_title_three {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_title_three {
    font-size: 35px;
  }
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_sub_title_three {
  color: #fff;
  font-size: 35px;
  margin-top: 1rem;
  display: block;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_sub_title_three {
    font-size: 35px;
  }
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_one {
  color: #FFDE00;
  font-size: 55px;
  margin-bottom: 1rem;
  display: flex;
  font-weight: 800;
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_one:before {
  content: "+";
  color: #FFDE00;
  font-size: 55px;
  margin-bottom: 1rem;
  display: block;
  font-weight: 800;
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_one:after {
  content: "%";
  color: #FFDE00;
  font-size: 55px;
  margin-bottom: 1rem;
  display: block;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_one {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_one {
    font-size: 35px;
  }
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_two {
  color: #757575;
  font-size: 55px;
  margin-bottom: 1rem;
  display: flex;
  font-weight: 800;
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_two:before {
  content: "+";
  color: #757575;
  font-size: 55px;
  margin-bottom: 1rem;
  display: block;
  font-weight: 800;
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_two:after {
  content: "%";
  color: #757575;
  font-size: 55px;
  margin-bottom: 1rem;
  display: block;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_two {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_two {
    font-size: 35px;
  }
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_three {
  color: #fff;
  font-size: 55px;
  margin-bottom: 1rem;
  display: flex;
  font-weight: 800;
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_three:before {
  content: "+";
  color: #fff;
  font-size: 55px;
  margin-bottom: 1rem;
  display: block;
  font-weight: 800;
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_three:after {
  content: "%";
  color: #fff;
  font-size: 55px;
  margin-bottom: 1rem;
  display: block;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_three {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_wrapper .stat_number_three {
    font-size: 35px;
  }
}
.oddfish-case-study-omf-page .stats .stats_inner .stats_holder {
  width: min(630px, 100%);
  height: auto;
  aspect-ratio: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.oddfish-case-study-omf-page .stats .stats_inner .stats_holder lottie-player {
  width: 100% !important;
  height: 100% !important;
  max-width: 630px;
  display: block;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .stats .stats_inner .stats_holder {
    transform: scale(0.6);
  }
}
.oddfish-case-study-omf-page .media_bottom {
  background: #000;
  position: relative;
  top: -2px;
}
.oddfish-case-study-omf-page .media_bottom .center h2 {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  display: inline-block;
  line-height: 1.8;
  text-align: center;
}
.oddfish-case-study-omf-page .media_bottom .media_bottom_inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 11rem;
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .media_bottom .media_bottom_inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.oddfish-case-study-omf-page .media_bottom .media_bottom_inner .content p {
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
.oddfish-case-study-omf-page .slider_bottom_wrapper {
  background: #000;
  position: relative;
  top: -2px;
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .slider_bottom_wrapper {
    padding-bottom: 3rem;
  }
}
.oddfish-case-study-omf-page .slider_bottom_wrapper .slide {
  display: flex;
  justify-content: center;
}
.oddfish-case-study-omf-page .what_they_say {
  position: relative;
  padding-top: 11rem;
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .what_they_say {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.oddfish-case-study-omf-page .what_they_say .beyond {
  font-size: 88px !important;
  font-weight: 500 !important;
  position: relative;
  top: 10px;
}
@media (max-width: 500px) {
  .oddfish-case-study-omf-page .what_they_say .beyond {
    font-size: 58px !important;
  }
}
.oddfish-case-study-omf-page .what_they_say .section_inner {
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding-left: 70px;
  padding-right: 70px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .what_they_say .section_inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .what_they_say .section_inner {
    flex-direction: column;
  }
}
.oddfish-case-study-omf-page .what_they_say .section_inner .content_area_left {
  width: 49%;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .what_they_say .section_inner .content_area_left {
    width: 100%;
  }
}
.oddfish-case-study-omf-page .what_they_say .section_inner .content_area_left .content {
  display: flex;
  margin-top: 3rem;
}
.oddfish-case-study-omf-page .what_they_say .section_inner .content_area_left .content .icon_quote {
  flex: 0 0 79px;
  width: 79px;
  max-width: 79px;
  min-width: 79px;
  height: auto;
  padding-right: 1.5rem;
  position: relative;
  display: block;
}
.oddfish-case-study-omf-page .what_they_say .section_inner .content_area_left .content .icon_quote svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.oddfish-case-study-omf-page .what_they_say .section_inner .content_area_left p {
  color: #000;
  line-height: 2;
}
.oddfish-case-study-omf-page .what_they_say .section_inner .content_area_left h2 span {
  color: #000;
  font-weight: bold;
  font-size: 55px;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .what_they_say .section_inner .content_area_left h2 span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .what_they_say .section_inner .content_area_left h2 span {
    font-size: 30px;
  }
}
.oddfish-case-study-omf-page .what_they_say .section_inner .content_area_right {
  width: 49%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .what_they_say .section_inner .content_area_right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .what_they_say .section_inner .content_area_right img {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .what_they_say .section_inner .content_area_right img {
    max-width: 100%;
  }
}
.oddfish-case-study-omf-page .what_they_say .section_inner .quote_footer {
  display: flex;
  align-items: flex-start;
  margin-top: 2rem;
  flex-direction: column;
}
.oddfish-case-study-omf-page .what_they_say .section_inner .quote_person {
  margin-left: 2rem;
  line-height: 2;
}
.oddfish-case-study-omf-page .what_they_say .section_inner .quote_autour {
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
}
.oddfish-case-study-omf-page .what_they_say .section_inner .quote_job {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}
.oddfish-case-study-omf-page .what_they_say .section_inner .quote_footer .icon {
  width: 200px;
  height: auto;
  margin-bottom: 2rem;
}
.oddfish-case-study-omf-page .what_they_say .section_inner .quote_footer .icon img {
  border-radius: 50%;
}
.oddfish-case-study-omf-page .next_case {
  background: #000;
  position: relative;
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.oddfish-case-study-omf-page .next_case .next_case_inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
}
.oddfish-case-study-omf-page .next_case .next_case_inner .case_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.oddfish-case-study-omf-page .next_case .next_case_inner .sub_title {
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .next_case .next_case_inner .sub_title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .next_case .next_case_inner .sub_title {
    font-size: 20px;
  }
}
.oddfish-case-study-omf-page .next_case .next_case_inner h3 {
  color: #FFDE00;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .next_case .next_case_inner h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .next_case .next_case_inner h3 {
    font-size: 30px;
  }
}
.oddfish-case-study-omf-page .next_case .next_case_inner .intro {
  color: #fff;
  line-height: 2;
  font-size: 25px;
  max-width: 750px;
  margin-bottom: 2rem;
}
.oddfish-case-study-omf-page .case_global_footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .case_global_footer {
    display: flex;
    flex-direction: column;
  }
}
.oddfish-case-study-omf-page .case_global_footer .btn_wrapper {
  margin-top: 0;
}
.oddfish-case-study-omf-page .case_global_footer .left_side {
  width: 100%;
  padding: 5rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 300px;
  background: #c6c4c4;
}
.oddfish-case-study-omf-page .case_global_footer h3 {
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  z-index: 4;
  position: relative;
  transition: all 0.4s ease;
  left: 0px;
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .case_global_footer h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .case_global_footer h3 {
    font-size: 28px;
  }
}
.oddfish-case-study-omf-page .case_global_footer h3 svg {
  height: 46px;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .oddfish-case-study-omf-page .case_global_footer h3 svg {
    height: 36px;
  }
}
.oddfish-case-study-omf-page .case_global_footer .service_link {
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.oddfish-case-study-omf-page .case_global_footer .service_link:hover h3 {
  color: #fff;
}
.oddfish-case-study-omf-page .case_global_footer .service_link:hover img {
  filter: grayscale(0%);
  scale: 1.1;
}
.oddfish-case-study-omf-page .case_global_footer .service_link:hover .cover {
  background-color: rgba(0, 0, 0, 0.1);
}
.oddfish-case-study-omf-page .case_global_footer .cover {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease;
  z-index: 2;
}
.oddfish-case-study-omf-page .case_global_footer .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.oddfish-case-study-omf-page .case_global_footer .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  transition: all 0.4s ease;
  position: relative;
}
.oddfish-case-study-omf-page .case_global_footer .right_side {
  width: 100%;
  padding: 5rem;

.case_strike {
  position: relative;
}

.case_strike .label {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  position: relative;
  z-index: 2;
}

.case_strike .label:hover {
  color: #000;
}

.case_strike.striker:before {
  background-color: #f6d500;
  content: "";
  display: block;
  height: 50px;
  left: 51%;
  position: absolute;
  top: 51%;
  transform: translate(-100%, -50%) rotate(-1deg) scaleX(0);
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  width: 114%;
}

.case_strike.striker.striker-visible:before {
  transform: translate(-51%, -50%) rotate(-1deg) scaleX(1);
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1);
}

body .slider_bottom_wrapper .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: 0 !important;
  margin-top: 2rem !important;
  position: relative !important;
}

body .slider_bottom_wrapper .slick-dots li {
  margin: 0 0.25rem;
}

body .slider_bottom_wrapper .slick-dots button {
  display: block;
  width: 0.8rem !important;
  height: 0.8rem !important;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff !important;
  text-indent: -9999px;
}

body .slider_bottom_wrapper .slick-dots li.slick-active button {
  background-color: grey !important;
}

.oddfish-case-study-omf-page .single_case_banner .strike:before {
  background-color: #f6d500;
  content: "";
  display: block;
  height: 60px;
  left: 54%;
  position: absolute;
  top: 62%;
  transform: translate(-100%, -50%) rotate(-1deg) scaleX(0);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  width: 113%;
  z-index: -1;
}

.oddfish-case-study-omf-page .single_case_banner .strike.strike-visible:before {
  transform: translate(-53%, -50%) rotate(-1deg) scaleX(1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.oddfish-case-study-omf-page .case_flexable .strike:before {
  background-color: #000;
  content: "";
  display: block;
  height: 3px;
  left: 52%;
  position: absolute;
  top: 101%;
  transform: translate(-100%, -50%) rotate(-1deg) scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  width: 101%;
  z-index: -1;
  pointer-events: none;
}

.oddfish-case-study-omf-page .case_flexable .strike.strike-visible:before {
  transform: translate(-53%, -50%) rotate(-1deg) scaleX(1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.12s;
}

.oddfish-case-study-omf-page .media_wrapper .strike:before {
  content: none;
  display: none;
}

.oddfish-case-study-omf-page .media_wrapper .strike:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 63px;
  left: 0;
  position: absolute;
  bottom: -12px;
  transform: rotate(-1deg) scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  width: 110%;
  z-index: 0;
}

.oddfish-case-study-omf-page .media_wrapper .strike.strike-visible:after {
  transform: rotate(-1deg) scaleX(1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.oddfish-case-study-omf-page .what_they_say .strike {
  margin-right: 1rem;
}

.oddfish-case-study-omf-page .what_they_say .strike:before {
  background-color: #f6d500;
  content: "";
  display: block;
  height: 9px;
  left: 51%;
  position: absolute;
  top: 82%;
  transform: translate(-100%, -50%) rotate(-1deg) scaleX(0);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  width: 96%;
  z-index: -1;
}

.oddfish-case-study-omf-page .what_they_say .strike.strike-visible:before {
  transform: translate(-51%, -50%) rotate(-1deg) scaleX(1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 1024px) {
  .oddfish-case-study-omf-page .case_date,
  .oddfish-case-study-omf-page .case_first_section,
  .oddfish-case-study-omf-page .case_flexable,
  .oddfish-case-study-omf-page .gallery,
  .oddfish-case-study-omf-page .billboard,
  .oddfish-case-study-omf-page .media_top .media_inner_inner,
  .oddfish-case-study-omf-page .media_top_quote .media_inner_quote,
  .oddfish-case-study-omf-page .stats .stats_inner,
  .oddfish-case-study-omf-page .media_bottom .media_bottom_inner,
  .oddfish-case-study-omf-page .what_they_say .section_inner,
  .oddfish-case-study-omf-page .next_case .next_case_inner {
    padding-left: clamp(1rem, 5vw, 3rem);
    padding-right: clamp(1rem, 5vw, 3rem);
  }
}

@media (max-width: 767px) {
  .oddfish-case-study-omf-page .single_case_banner,
  .oddfish-case-study-omf-page .single_case_banner .banner_inner,
  .oddfish-case-study-omf-page .single_case_banner .banner_image {
    height: min(100vh, 640px);
    min-height: 420px;
  }

  .oddfish-case-study-omf-page .gallery .gallery_inner .gallery_image {
    height: auto;
    min-height: 220px;
  }

  .oddfish-case-study-omf-page .media_top .media_inner_inner .content {
    margin-top: clamp(2rem, 8vw, 6rem);
    margin-bottom: clamp(2rem, 8vw, 6rem);
  }

  .oddfish-case-study-omf-page .single_case_banner .strike:before {
    height: 36px;
    top: 68%;
  }

  .oddfish-case-study-omf-page .what_they_say .section_inner .content_area_left .content {
    flex-direction: column;
    align-items: flex-start;
  }

  .oddfish-case-study-omf-page .media_wrapper .strike:after {
    height: 36px;
    bottom: -6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oddfish-case-study-omf-page *,
  .oddfish-case-study-omf-page *::before,
  .oddfish-case-study-omf-page *::after {
    animation: none !important;
    transition: none !important;
  }

  .oddfish-case-study-omf-page .strike:before,
  .oddfish-case-study-omf-page .case_strike.striker:before {
    transform: translate(-51%, -50%) rotate(-1deg) scaleX(1) !important;
  }

  .oddfish-case-study-omf-page .case_flexable .strike:before {
    transform: translate(-53%, -50%) rotate(-1deg) scaleX(1) !important;
  }

  .oddfish-case-study-omf-page .case_flexable .strike.strike-visible:before {
    transform: translate(-53%, -50%) rotate(-1deg) scaleX(1) !important;
  }

  .oddfish-case-study-omf-page .media_wrapper .strike:after {
    transform: rotate(-1deg) scaleX(1) !important;
  }
}

.oddfish-case-study-omf-page .case_strike:focus-visible {
  outline: 2px solid #ffde00;
  outline-offset: 4px;
}

.oddfish-case-study-omf-page .slider_bottom_wrapper .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  bottom: 0 !important;
  margin-top: 2rem !important;
  position: relative !important;
}

.oddfish-case-study-omf-page .slider_bottom_wrapper .slick-dots li {
  margin: 0 0.25rem;
}

.oddfish-case-study-omf-page .slider_bottom_wrapper .slick-dots button {
  display: block;
  width: 0.8rem !important;
  height: 0.8rem !important;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff !important;
  text-indent: -9999px;
}

.oddfish-case-study-omf-page .slider_bottom_wrapper .slick-dots li.slick-active button {
  background-color: grey !important;
}
