/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/css/src/tech-advertisers.scss ***!
  \*******************************************************************************************************************************/
@charset "UTF-8";
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

[v-cloak] {
  display: none !important;
}

#app {
  background-color: #fff;
}
#app .glide .controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
#app .glide .controls .arrow {
  padding: 0 25px;
  border: 0;
  background-color: transparent;
}
#app .glide .controls .arrow:hover, #app .glide .controls .arrow:focus {
  outline: none;
}
#app .glide__bullets {
  position: relative;
  bottom: 0;
  left: auto;
  transform: none;
}
#app .glide__bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  box-shadow: none;
  transition: 0.15s;
}
#app .glide__bullet--active {
  background-color: #ccc;
}
#app .glide__bullet:hover, #app .glide__bullet:focus {
  background-color: #ccc;
}
#app hr {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: 0;
  margin-left: auto;
  width: 100px;
  height: 4px;
  border: 0;
  background: linear-gradient(to left, #ef668b, #e92f61);
}
#app h2 {
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 400px) {
  #app h2 {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app h2 {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app h2 {
    font-size: 27px;
    line-height: 36px;
  }
}
#app .header-advertisers {
  margin-top: 100px;
  padding: 170px 0;
  background: url(../../3623e4551db616b2deb4b950a916019b.jpg) no-repeat center top;
  background-color: #f6f6f7;
  background-size: cover;
  color: #fff;
}
@media (max-width: 400px) {
  #app .header-advertisers {
    margin-top: 120px;
    padding: 100px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app .header-advertisers {
    margin-top: 120px;
    padding: 100px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app .header-advertisers {
    margin-top: 120px;
    padding: 100px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #app .header-advertisers {
    margin-top: 120px;
    padding: 100px 0;
  }
}
#app .header-advertisers h1 {
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60px;
  line-height: 66px;
}
@media (max-width: 400px) {
  #app .header-advertisers h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app .header-advertisers h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app .header-advertisers h1 {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 38px;
  }
}
#app .header-advertisers h2 {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 400px) {
  #app .header-advertisers h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app .header-advertisers h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app .header-advertisers h2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
#app .header-advertisers .buttons-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .header-advertisers .btn-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px;
  padding: 16px 50px;
  min-width: 160px;
  border-radius: 100px;
  background-color: #e92f61;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 400px) {
  #app .header-advertisers .btn-header {
    padding: 12px 35px;
    font-size: 15px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app .header-advertisers .btn-header {
    padding: 12px 35px;
    font-size: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app .header-advertisers .btn-header {
    padding: 12px 35px;
    font-size: 15px;
  }
}
#app .header-advertisers .btn-header:hover, #app .header-advertisers .btn-header:active, #app .header-advertisers .btn-header:focus {
  background-color: #cf1648;
  color: #fff;
}
#app .header-advertisers .btn-header svg {
  margin-left: 16px;
  height: 15px;
}
#app .header-advertisers .btn-header svg path {
  transition: all 0.15s ease-in-out;
}
#app section.performance-points {
  padding: 100px 0;
}
@media (max-width: 400px) {
  #app section.performance-points {
    padding: 50px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.performance-points {
    padding: 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.performance-points {
    padding: 50px 0;
  }
}
#app section.performance-points .options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
  gap: 14px;
}
@media (max-width: 400px) {
  #app section.performance-points .options {
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.performance-points .options {
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.performance-points .options {
    justify-content: center;
    margin-bottom: 40px;
  }
}
#app section.performance-points .options p {
  margin: 0;
  padding: 5px 15px;
  border-radius: 20px;
  background-color: #f6f6f7;
  color: #111616;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  cursor: pointer;
  transition: 0.15s;
}
#app section.performance-points .options p:hover {
  background-color: #ddd;
}
#app section.performance-points .options p.active {
  background-color: #e92f61;
  color: #fff;
}
#app section.performance-points .performance-points-container {
  display: grid;
  grid-template-columns: 1fr;
}
#app section.performance-points .performance-points-container .performance-point {
  display: flex;
  justify-content: center;
  grid-column-start: 1;
  grid-row-start: 1;
}
@media (max-width: 400px) {
  #app section.performance-points .performance-points-container .performance-point {
    align-items: center;
    flex-direction: column-reverse;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.performance-points .performance-points-container .performance-point {
    align-items: center;
    flex-direction: column-reverse;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.performance-points .performance-points-container .performance-point {
    align-items: center;
    flex-direction: column-reverse;
  }
}
#app section.performance-points .performance-points-container .performance-point-enter-active, #app section.performance-points .performance-points-container .performance-point-leave-active {
  transition: 0.3s;
}
#app section.performance-points .performance-points-container .performance-point-enter-active {
  transition-delay: 0.3s;
}
#app section.performance-points .performance-points-container .performance-point-enter, #app section.performance-points .performance-points-container .performance-point-leave-to {
  opacity: 0;
}
#app section.performance-points .performance-points-container .performance-point .text h3 {
  font-weight: 800;
  font-size: 30px;
}
@media (max-width: 400px) {
  #app section.performance-points .performance-points-container .performance-point .text h3 {
    font-size: 24px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.performance-points .performance-points-container .performance-point .text h3 {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.performance-points .performance-points-container .performance-point .text h3 {
    font-size: 24px;
  }
}
#app section.performance-points .performance-points-container .performance-point .text hr {
  margin-left: 0;
}
@media (max-width: 400px) {
  #app section.performance-points .performance-points-container .performance-point .text hr {
    margin-bottom: 20px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.performance-points .performance-points-container .performance-point .text hr {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.performance-points .performance-points-container .performance-point .text hr {
    margin-bottom: 20px;
  }
}
#app section.performance-points .performance-points-container .performance-point .text p, #app section.performance-points .performance-points-container .performance-point .text li {
  color: #787878;
  font-size: 16px;
  line-height: 24px;
}
#app section.performance-points .performance-points-container .performance-point .text ul {
  list-style: none;
  padding-inline-start: 18px;
}
#app section.performance-points .performance-points-container .performance-point .text ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 12px;
}
#app section.performance-points .performance-points-container .performance-point .text ul li:before {
  position: absolute;
  top: -4px;
  left: -20px;
  color: #e92f61;
  content: "•";
  font-size: 55px;
}
#app section.performance-points .performance-points-container .performance-point .video-container {
  margin-right: 0;
  margin-left: 25px;
  max-width: 48%;
  width: 100%;
  filter: drop-shadow(0 0 6px #ddd);
}
@media (max-width: 400px) {
  #app section.performance-points .performance-points-container .performance-point .video-container {
    margin-bottom: 33px;
    margin-left: 0;
    max-width: 95%;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.performance-points .performance-points-container .performance-point .video-container {
    margin-bottom: 33px;
    margin-left: 0;
    max-width: 95%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.performance-points .performance-points-container .performance-point .video-container {
    margin-bottom: 33px;
    margin-left: 0;
    max-width: 95%;
  }
}
#app section.performance-points .performance-points-container .performance-point .video-container video {
  display: block;
  width: 100%;
  height: fit-content;
}
#app section.tools {
  padding: 100px 0;
  background-color: #f6f6f7;
}
@media (max-width: 400px) {
  #app section.tools {
    padding: 50px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.tools {
    padding: 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.tools {
    padding: 50px 0;
  }
}
#app section.tools p {
  color: #787878;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}
#app section.tools img {
  display: block;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  max-width: 900px;
  width: 100%;
}
@media (max-width: 400px) {
  #app section.tools img {
    display: none;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.tools img {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.tools img {
    display: none;
  }
}
#app section.tools h3 {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
}
@media (max-width: 400px) {
  #app section.tools h3 {
    margin-top: 50px;
    font-size: 24px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.tools h3 {
    margin-top: 50px;
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.tools h3 {
    margin-top: 50px;
    font-size: 24px;
  }
}
#app section.tools .bullets .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-image: linear-gradient(to left, #ef668b, #e92f61);
  transition: 0.15s;
}
@media (max-width: 400px) {
  #app section.tools .bullets .icon-container {
    margin-top: 40px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.tools .bullets .icon-container {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.tools .bullets .icon-container {
    margin-top: 40px;
  }
}
#app section.tools .bullets .icon-container:hover svg {
  transform: scale(1.1);
}
#app section.tools .bullets .icon-container svg {
  max-width: 56px;
  max-height: 56px;
  transition: 0.15s;
}
#app section.tools .bullets h4 {
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}
#app section.tools .bullets p {
  margin-right: auto;
  margin-left: auto;
  max-width: 340px;
  font-size: 16px;
  line-height: 20px;
}
#app section.compatibility {
  padding: 100px 0;
}
@media (max-width: 400px) {
  #app section.compatibility {
    padding: 50px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.compatibility {
    padding: 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.compatibility {
    padding: 50px 0;
  }
}
#app section.compatibility h6 {
  margin-top: 45px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 400px) {
  #app section.compatibility h6 {
    font-size: 14px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.compatibility h6 {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.compatibility h6 {
    font-size: 14px;
  }
}
#app section.compatibility .compatibility-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 400px) {
  #app section.compatibility .compatibility-container {
    gap: 8px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.compatibility .compatibility-container {
    gap: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.compatibility .compatibility-container {
    gap: 8px;
  }
}
#app section.compatibility .compatibility-container .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 115px;
  border-radius: 100px;
  background-color: #f6f6f7;
}
@media (max-width: 400px) {
  #app section.compatibility .compatibility-container .brand {
    width: 100px;
    height: 70px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.compatibility .compatibility-container .brand {
    width: 100px;
    height: 70px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.compatibility .compatibility-container .brand {
    width: 100px;
    height: 70px;
  }
}
#app section.compatibility .compatibility-container .brand:hover img {
  filter: grayscale(0%);
}
#app section.compatibility .compatibility-container .brand img {
  display: block;
  max-width: 125px;
  max-height: 75px;
  filter: grayscale(100%);
  transition: 0.15s;
}
@media (max-width: 400px) {
  #app section.compatibility .compatibility-container .brand img {
    max-width: 75px;
    max-height: 45px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.compatibility .compatibility-container .brand img {
    max-width: 75px;
    max-height: 45px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.compatibility .compatibility-container .brand img {
    max-width: 75px;
    max-height: 45px;
  }
}
#app section.testimonials {
  padding: 100px 0;
  background-color: #f6f6f7;
}
@media (max-width: 400px) {
  #app section.testimonials {
    padding: 50px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.testimonials {
    padding: 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.testimonials {
    padding: 50px 0;
  }
}
#app section.testimonials #testimonies .testimony .quotes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
#app section.testimonials #testimonies .testimony p {
  margin-bottom: 40px;
  color: #787878;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
}
#app section.testimonials #testimonies .testimony-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
#app section.testimonials #testimonies .testimony-info .picture {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 21px;
  width: 65px;
  height: 65px;
  border-radius: 100%;
}
#app section.testimonials #testimonies .testimony-info .picture img {
  max-width: 100%;
  max-height: 100%;
}
#app section.testimonials #testimonies .testimony-info .text h5 {
  color: #111616;
  font-size: 18px;
}
#app section.testimonials #testimonies .testimony-info .text h5 strong {
  display: block;
  color: #e92f61;
  font-weight: 700;
  font-size: 20px;
}
#app section.next-level {
  padding: 100px 0;
}
@media (max-width: 400px) {
  #app section.next-level {
    padding: 50px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.next-level {
    padding: 50px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.next-level {
    padding: 50px 0;
  }
}
#app section.next-level h2 {
  font-size: 38px;
  line-height: 50px;
}
@media (max-width: 400px) {
  #app section.next-level h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  #app section.next-level h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #app section.next-level h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
