#inner-page-wrapper {
  margin-bottom: 0;
}

#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#inner-page-wrapper #breadcrumbs {
  display: none;
}

.ip-press {
  position: relative;
  padding: 4.848vw 0 7.375vw;
  font-size: 0;
}

.ip-press > .gsite-bg {
  width: 100%;
  height: 29.091vw;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.ip-press > .gsite-bg::before, .ip-press > .gsite-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ip-press > .gsite-bg::before {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 50%, white 100%);
  z-index: 5;
}

.ip-press > .gsite-bg::after {
  background: rgba(255, 255, 255, 0.9);
}

.ip-press-heading .gsite-title {
  text-align: center;
}

.ip-press-heading .gsite-title::before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ip-press-heading p {
  font-size: var(--font-size-default);
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 3.515vw auto 0;
  max-width: 65vw;
}

.ip-press-main {
  margin-top: 3.939vw;
}

.ip-press-main-container {
  padding: 0 6.667vw;
}

.ip-press-list {
  margin: 0 -0.909vw;
}

.ip-press-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 3.438vw;
}

.ip-press-row .press-accent {
  width: 11.818vw;
  height: 100%;
  top: 0;
  left: -6.667vw;
  z-index: -1;
  display: none;
}

.ip-press-row .press-accent::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#535353), to(#171717));
  background: linear-gradient(to bottom, #535353 0%, #171717 100%);
  opacity: 0.88;
}

.ip-press-row .press-accent canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  background-position: center top;
}

.ip-press-row .gsite-accent {
  position: absolute;
  width: calc( 50% - 1.818vw);
  bottom: 2.848vw;
  left: 0.909vw;
  display: none;
}

.ip-press-row:nth-child(even) .press-accent {
  left: inherit;
  right: -6.667vw;
}

.ip-press-row:nth-child(even) .gsite-accent {
  left: inherit;
  right: 0.909vw;
}

.ip-press-row:last-child {
  padding-bottom: 11.515vw;
}

.ip-press-row:last-child .gsite-accent {
  bottom: 5.455vw;
  width: 23.03vw;
}

.ip-press-item {
  width: 25%;
  padding: 0 0.909vw;
}

.ip-press-item a {
  display: block;
}

.ip-press-text {
  height: 9.063vw;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.091vw;
  font-weight: 500;
  color: var(--font-color-title);
  line-height: 1.4;
  letter-spacing: 0.02em;
  padding: 0.606vw 2.121vw;
  -webkit-box-shadow: 13px 15px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 13px 15px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ip-press-item a:hover .ip-press-text {
  background: #484848;
  color: #ffffff;
}

.ip-press-popup {
  padding: 35px 0;
}

.ip-press-popup iframe,
.ip-press-popup * {
  max-width: 100%;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
  background: #cccccc;
  width: 1380px;
  max-width: 90%;
  padding: 0;
}

.aios-popup-body .aiosp-close {
  top: -35px; 
}

.aiosp-close::before {
  color: #ffffff;
}

/* .ip-press-pagination {
  margin-top: -7.576vw;
} */

.ip-press-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ip-press-pagination li {
  position: relative;
  margin: 0.303vw 1.333vw;
  margin: 0.313vw 1.375vw;
}

.ip-press-pagination li::before {
  content: '';
  display: block;
  position: absolute;
  width: 0.364vw;
  width: 0.375vw;
  height: 0.364vw;
  height: 0.375vw;
  top: 50%;
  left: -1.455vw;
  left: -1.5vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #c8c8c8;
}

.ip-press-pagination li.arrow::before,
.ip-press-pagination li:first-child::before,
.ip-press-pagination li.arrow + li::before {
  display: none;
}

.ip-press-pagination li:not(.arrow) span,
.ip-press-pagination li:not(.arrow) a {
  font-size: 0.97vw;
  font-size: 1vw;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.303vw;
  width: 2.375vw;
  height: 2.909vw;
  height: 3vw;
  position: relative;
}

.ip-press-pagination li:not(.arrow) span::before,
.ip-press-pagination li:not(.arrow) a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0.242vw;
  height: 0.25vw;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: var(--primary-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ip-press-pagination li:not(.arrow) a::before {
  width: 0;
}

.ip-press-pagination li:not(.arrow) a:hover::before {
  width: 100%;
}

.ip-press-pagination li.arrow {
  margin: 0.303vw 0.727vw;
  margin: 0.313vw 0.75vw;
}

.next.page-numbers,
a.next.page-numbers {
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 100%;
  font-size: 0.938vw;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.next.page-numbers div, .next.page-numbers span,
a.next.page-numbers div,
a.next.page-numbers span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.375vw;
  padding: 0 0 0 2.625vw;
}

.next.page-numbers div::before, .next.page-numbers span::before,
a.next.page-numbers div::before,
a.next.page-numbers span::before {
  content: '';
  display: block;
  position: absolute;
  width: 1.438vw;
  height: 2.313vw;
  top: 0;
  left: 0;
  background: url(../../images/logo-mono.png) no-repeat center center/contain;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.next.page-numbers div::after, .next.page-numbers span::after,
a.next.page-numbers div::after,
a.next.page-numbers span::after {
  content: '';
  display: block;
  position: absolute;
  width: calc( 100% - 2.625vw);
  height: 0.25vw;
  left: 2.625vw;
  bottom: 0.313vw;
  max-width: 0;
  background: var(--secondary-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.next.page-numbers:hover div::after, .next.page-numbers:hover span::after,
a.next.page-numbers:hover div::after,
a.next.page-numbers:hover span::after {
  max-width: 100%;
}

/*====================*/

.prev.page-numbers,
a.prev.page-numbers {
  display: inline-block;
  position: relative;
  width: auto;
  max-width: 100%;
  font-size: 0.938vw;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.prev.page-numbers div, .prev.page-numbers span,
a.prev.page-numbers div,
a.prev.page-numbers span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.375vw;
  padding: 0 0 0 2.625vw;
}

.prev.page-numbers div::before, .prev.page-numbers span::before,
a.prev.page-numbers div::before,
a.prev.page-numbers span::before {
  content: '';
  display: block;
  position: absolute;
  width: 1.438vw;
  height: 2.313vw;
  top: 0;
  left: 0;
  background: url(../../images/logo-mono.png) no-repeat center center/contain;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.prev.page-numbers div::after, .prev.page-numbers span::after,
a.prev.page-numbers div::after,
a.prev.page-numbers span::after {
  content: '';
  display: block;
  position: absolute;
  width: calc( 100% - 2.625vw);
  height: 0.25vw;
  left: 2.625vw;
  bottom: 0.313vw;
  max-width: 0;
  background: var(--secondary-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.prev.page-numbers:hover div::after, .prev.page-numbers:hover span::after,
a.prev.page-numbers:hover div::after,
a.prev.page-numbers:hover span::after {
  max-width: 100%;
}

.ip-press-pagination {
  display: flex;
  justify-content: center;
}

.ip-press-pagination a.gsite-button {

}

.ip-press-calltoaction {
  margin-top: 8.125vw;
}

.ip-press-calltoaction a {
  margin: 0.606vw 7.188vw;
}


.aiosp-content {
    padding: 0;
    width: 1380px !important;
    max-width: 90%;
    margin: 0 auto !important;
}
@media only screen and (max-width: 991px) {
  .ip-press {
    padding: 80px 0 90px;
  }
  .ip-press-heading p {
    margin-top: 58px;
    max-width: 100%;
  }
  .ip-press-main {
    margin-top: 65px;
  }
  .ip-press-main-container {
    padding: 0 20px;
  }
  .ip-press-list {
    margin: 0 -15px;
  }
  .ip-press-row {
    padding-bottom: 55px;
  }
  .ip-press-row .press-accent {
    width: 50px;
    left: -20px;
  }
  .ip-press-row .gsite-accent {
    position: absolute;
    width: calc( 50% - 30px);
    bottom: 47px;
    left: 15px;
  }
  .ip-press-row:nth-child(even) .press-accent {
    left: inherit;
    right: -20px;
  }
  .ip-press-row:nth-child(even) .gsite-accent {
    right: 15px;
  }
  .ip-press-row:last-child {
    padding-bottom: 80px;
  }
  .ip-press-row:last-child .gsite-accent {
    bottom: 47px;
  }
  .ip-press-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .ip-press-text {
    height: 100px;
    font-size: 18px;
    padding: 10px 15px;
  }
  .ip-press-pagination {
    margin-top: 0;
  }
  .ip-press-pagination li {
    margin: 5px 22px;
  }
  .ip-press-pagination li::before {
    width: 6px;
    height: 6px;
    left: -24px;
  }
  .ip-press-pagination li:not(.arrow) span,
  .ip-press-pagination li:not(.arrow) a {
    font-size: 16px;
    width: 38px;
    height: 48px;
  }
  .ip-press-pagination li:not(.arrow) span::before,
  .ip-press-pagination li:not(.arrow) a::before {
    height: 4px;
  }
  .ip-press-pagination li.arrow {
    margin: 5px 12px;
  }
  .ip-press-calltoaction {
    margin-top: 50px;
  }
  .ip-press-calltoaction a {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 568px) {
  .ip-press-row .gsite-accent {
    width: calc( 100% - 30px);
  }
  .ip-press-row:last-child .gsite-accent {
    width: calc( 100% - 30px);
  }
  .ip-press-item {
    /* width: 100%; */
  }
}
