.oc-page-wrapper {
  background-color: #fff;
}

.oc-homehero-section {
  z-index: 5;
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.oc-homehero-container {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.oc-hero-h1 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 50px;
}

.oc-homehero-subtext {
  color: #0000;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.oc-homehero-cols {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 30%;
  font-size: 18px;
  line-height: 25px;
  display: flex;
}

.oc-hero-photo-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-bottom: 20px;
  display: flex;
}

.csi-hero-slider {
  background-color: #0000;
  width: 100%;
  height: 400px;
}

.csi-hero-slider-slides-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.oc-hero-photo-slides-img {
  max-height: 90%;
}

.hide {
  display: none;
}

.oc-homehero-col-mid {
  flex: 1;
  width: 100%;
}

.oc-homehero-subtitle {
  color: #000;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.oc-padtop-25 {
  padding-top: 25px;
}

.oc-button {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  padding: 14px 35px 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: background-color .4s;
}

.oc-button:hover {
  color: #fff;
  background-color: #000;
}

.oc-button.is-black {
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
}

.oc-button.is-black:hover {
  background-color: #555;
}

.oc-hero-photo-img {
  max-height: 90%;
}

.oc-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.oc-section.whycsi {
  color: #000;
  background-color: #ffc72c;
  background-image: none;
  background-position: 0 0;
}

.oc-section.bg-light-gray {
  background-color: #f5f5f5;
}

.oc-section.bg-light-gray.lighter {
  background-color: #fafafa;
}

.oc-section.bg-light-gradient {
  color: #0000;
  background-color: #e5e5e5;
  background-image: linear-gradient(#e5e5e5, #fff);
}

.oc-section.less-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.oc-section.nopad {
  background-color: #333;
  background-image: radial-gradient(circle, #696969 13%, #1f1e1e);
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.oc-container {
  width: 90%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.oc-container.mid-container {
  max-width: 960px;
}

.oc-h3-asseen {
  text-align: center;
  margin-top: 0;
}

.oc-asseen-logos {
  grid-column-gap: 4%;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.oc-asseen-logos-items {
  width: 16%;
}

.oc-asseen-logos-items-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40%;
  display: flex;
  position: relative;
}

.oc-asseen-logos-items-holder.v2 {
  padding-bottom: 40%;
}

.oc-asseen-logos-img {
  filter: grayscale();
  max-width: 90%;
  max-height: 70%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.oc-asseen-logos-img.is-bigger {
  max-width: 100%;
}

.oc-asseen-logos-img.is-taller {
  max-height: 80%;
}

.oc-ranked {
  text-align: center;
  padding-top: 20px;
  font-size: 22px;
  font-style: italic;
  line-height: 32px;
}

.oc-acenter {
  text-align: center;
}

.oc-entrepre-logo {
  width: 300px;
}

.oc-entre-logos {
  grid-column-gap: 20px;
  text-align: left;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.oc-entre-logos-item {
  justify-content: center;
  align-items: center;
  max-width: 300px;
  height: 150px;
  display: flex;
}

.oc-entre-logos-item-img {
  max-width: 90%;
  max-height: 100%;
}

.section-title-block {
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.oc-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

.oc-h2.acenter {
  text-align: center;
}

.oc-h2.photolinkblock {
  margin-bottom: 100px;
}

.oc-h2.pano-h2 {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.4;
}

.why-csi-list {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.two-col_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.two-col_content-left {
  aspect-ratio: 5 / 4;
  position: relative;
}

.oc-slider {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
}

.oc-slider-photos {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-color-black {
  color: #000;
}

.link {
  color: #0000;
  text-decoration: underline;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 32px;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .5rem;
  min-width: 10rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.button:hover {
  color: #ffc900;
  background-color: #222;
}

.layout515_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-weight-bold {
  font-weight: 700;
}

.oc-h2-whycsi {
  text-align: center;
  margin-top: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.oc-whycsi-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.oc-whycsi-cols {
  text-align: center;
  width: 23%;
  margin-top: 40px;
}

.oc-whycsi-subtitle {
  font-size: 42px;
  line-height: 50px;
}

.oc-whycsi-numbers {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.oc-whycsi-sub-bottom {
  font-size: 17px;
  font-weight: 600;
}

.martop-40 {
  margin-top: 40px;
}

.oc-h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.oc-h3.acenter {
  text-align: center;
}

.oc-provide-list {
  flex-flow: column;
  justify-content: space-between;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
}

.oc-provide-list-item {
  justify-content: space-between;
  padding-top: 6px;
  padding-bottom: 6px;
}

.oc-home-black-flex {
  grid-column-gap: 60px;
  justify-content: space-between;
  display: flex;
}

.oc-home-flex-textcol {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 46%;
  display: flex;
}

.oc-home-black-subtitle {
  color: #ccc;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.oc-home-black-subtitle.v3 {
  color: #777;
  font-size: 14px;
}

.oc-home-black-subtitle.v4 {
  color: #0000;
}

.oc-home-black-subtitle.v2 {
  color: #000;
  font-size: 15px;
}

.oc-home-flex-imagecol {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-underline {
  text-decoration: underline;
}

.oc-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.oc-flex-col {
  width: 46%;
}

.oc-photo-linkblock {
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 108%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.oc-photo-linkblock-links {
  z-index: 5;
  color: #fff;
  background-image: linear-gradient(#fff0 27%, #000000a3 80%);
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 30px 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

a.oc-photo-linkblock-links:hover{
  color: #FFC72C !important;
  text-decoration: none !important;
}

.oc-photo-linkblock-h3 {
  margin-top: 10px;
  font-weight: 500;
}

.oc-photo-linkblock-bg-img {
  min-width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.oc-pano-block {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.oc-pano-block-link {
  z-index: 5;
  color: #fff;
  text-align: center;
  background-image: radial-gradient(circle, #f6a2a200 33%, #00000080);
  padding: 170px 40px;
  text-decoration: none;
  display: block;
  position: relative;
  inset: 0%;
}

.oc-pano-block-bg {
  z-index: 1;
  background-image: url('../images/2008-09-south-cove-sushi-1280_12008-09-south-cove-sushi-1280.avif');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.oc-testimonial-section {
  color: #fff;
  background-color: #39f;
  padding-top: 80px;
  padding-bottom: 80px;
}

.acenter {
  text-align: center;
}

.oc-testi-slider {
  background-color: #0000;
  height: 400px;
}

.oc-testi-slider-inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.oc-testi-slider-quote {
  width: 40px;
}

.oc-testi-slider-testicol {
  text-align: center;
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
}

.oc-stars-testi {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.oc-stars-testi-icon {
  width: 20px;
  margin-left: 2px;
  margin-right: 2px;
}

.oc-invert {
  transform: rotate(180deg);
}

.oc-testi-slider-arrows {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 10px;
  display: none;
}

.oc-testi-slider-arrow-icon2 {
  width: 30px;
}

.oc-testi-slider-nav {
  font-size: 12px;
}

.oc-bottom-form-left {
  z-index: 1;
  background-image: url('../images/Crime-happened-1094909688_6720x4480_1Crime-happened-1094909688_6720x4480.avif');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  width: 50%;
  position: relative;
}

.oc-bottom-right-form {
  z-index: 10;
  width: 40%;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.oc-bottom-form {
  width: 150%;
  padding: 30px 30% 30px 30px;
  transform: translate(-20%);
  box-shadow: -7px 1px 12px #000000d4;
}

.msr-padtop-25 {
  padding-top: 25px;
}

.msr-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.msr-flex.msr-form {
  margin-bottom: 15px;
}

.msr-flex-col, .msr-flex-col.first-col {
  width: 48%;
}

.msr-fields {
  color: #444;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 46px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  line-height: 20px;
}

.msr-fields::placeholder {
  color: #aaa;
}

.msr-fields.textarea {
  min-height: 120px;
}

.gold-bg {
  background-color: #ffc72c;
}

.fc-white {
  color: #fff;
}
.w-slider  {
  background: transparent;
}

.is-home-form-wrapper {
  max-width: 36rem;
}

@media screen and (max-width: 991px) {
  .oc-homehero-cols {
    width: 100%;
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .oc-asseen-logos-items {
    width: 20%;
  }

  .oc-h2.photolinkblock {
    margin-bottom: 50px;
  }

  .two-col_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .oc-whycsi-cols {
    width: 45%;
  }

  .oc-provide-list-item {
    width: 100%;
  }

  .oc-home-black-flex {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .oc-home-flex-textcol {
    text-align: center;
    order: -1;
    justify-content: flex-start;
    align-items: center;
    width: 40100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .oc-home-flex-imagecol {
    flex: 0 auto;
  }

  .oc-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .oc-flex-col {
    width: 100%;
  }

  .oc-pano-block-link {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .oc-testi-slider {
    height: 450px;
  }

  .oc-bottom-right-form {
    width: 0%;
  }

  .oc-bottom-form {
    width: 600px;
    padding-right: 30px;
    transform: translate(-600px);
  }

  .msr-padtop-25 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .oc-hero-h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .oc-hero-photo-holder {
    height: 300px;
  }

  .oc-asseen-logos {
    flex-wrap: wrap;
  }

  .oc-asseen-logos-items {
    width: 30%;
  }

  .oc-ranked {
    font-size: 20px;
    line-height: 28px;
  }

  .oc-entrepre-logo {
    max-width: 80%;
  }

  .oc-h2 {
    font-size: 34px;
  }

  .oc-h2.photolinkblock {
    font-size: 34px;
    line-height: 42px;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    transition: all .3s;
  }

  .oc-h2-whycsi {
    font-size: 32px;
    line-height: 40px;
  }

  .oc-whycsi-subtitle {
    font-size: 30px;
    line-height: 38px;
  }

  .oc-whycsi-numbers {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 28px;
  }

  .oc-whycsi-sub-bottom {
    font-size: 16px;
  }

  .oc-h3 {
    font-size: 22px;
  }

  .oc-flex-col {
    width: 100%;
  }

  .oc-testi-slider {
    height: 500px;
  }

  .oc-testi-slider-quote {
    width: 30px;
  }

  .oc-bottom-form {
    width: 450px;
    transform: translate(-450px);
  }

  .msr-flex {
    flex-direction: column;
  }

  .msr-flex-col {
    width: 100%;
  }

  .msr-flex-col.first-col {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .oc-asseen-logos {
    grid-row-gap: 10px;
  }

  .oc-asseen-logos-img {
    max-width: 80%;
    max-height: 70%;
  }

  .oc-h2 {
    font-size: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-group {
    flex-wrap: wrap;
  }

  .oc-whycsi-cols {
    width: 100%;
  }

  .oc-whycsi-numbers {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .oc-h3 {
    font-size: 20px;
  }

  .oc-provide-list {
    padding-left: 20px;
  }

  .oc-photo-linkblock-links {
    padding: 20px;
  }

  .oc-photo-linkblock-h3 {
    font-size: 22px;
  }

  .oc-pano-block-link {
    padding: 100px 30px;
  }

  .oc-testi-slider-quote {
    width: 24px;
  }

  .oc-testi-slider-testicol {
    padding-left: 21px;
    padding-right: 21px;
  }

  .oc-bottom-right-form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .oc-bottom-form {
    width: 100svw;
    transform: translate(-100svw);
  }
}


