/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/css/src/program_directory.scss ***!
  \********************************************************************************************************************************/
.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;
}

.close_everything {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

#app {
  background-color: #fff;
}

/* --------------------------------------------------------- */
.programs-header {
  margin-top: 110px;
  padding: 70px 0;
  background-color: #f6f6f7;
}
@media (max-width: 400px) {
  .programs-header {
    margin-top: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .programs-header {
    margin-top: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .programs-header {
    margin-top: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .programs-header {
    margin-top: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.programs-header h1 {
  font-weight: 900;
  font-size: 32px;
}
@media (max-width: 400px) {
  .programs-header h1 {
    font-size: 19px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .programs-header h1 {
    font-size: 19px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .programs-header h1 {
    font-size: 19px;
  }
}
.programs-header h3 {
  color: #e92f61;
  font-weight: 500;
  font-style: italic;
  font-size: 17px;
}
.programs-header h4 {
  color: #787878;
  font-size: 15px;
  line-height: 22px;
}
.programs-header hr {
  margin-left: 0;
  width: 100px;
  height: 4px;
  border: 0;
  background: linear-gradient(to left, #ef668b, #e92f61);
}
.programs-header .filters {
  margin-top: 25px;
}
.programs-header .filters .search-container {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.programs-header .filters .search-container input {
  padding-left: 20px;
  min-height: 52px;
  width: 100%;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  color: #787878;
  transition: 0.15s;
}
.programs-header .filters .search-container input.has-error {
  border-color: red;
}
.programs-header .filters .search-container span {
  position: absolute;
  top: 50%;
  right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #e92f61;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transform: translateY(-50%);
}
.programs-header .filters .filters-dropdown {
  display: flex;
  align-items: center;
  flex: 1;
}
.programs-header .filters .filters-dropdown .dropdown-container {
  margin-right: 12px;
  max-width: 215px;
  width: 100%;
}
@media (max-width: 400px) {
  .programs-header .filters .filters-dropdown .dropdown-container {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .programs-header .filters .filters-dropdown .dropdown-container {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .programs-header .filters .filters-dropdown .dropdown-container {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.programs-header .filters .filters-dropdown .dropdown-container a.dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  background-color: #fff;
  color: #787878;
  text-decoration: none;
  font-size: 14px;
  transition: 0.1s;
}
.programs-header .filters .filters-dropdown .dropdown-container a.dropdown.open {
  border-radius: 25px 25px 0 0;
}
.programs-header .filters .filters-dropdown .dropdown-container a.dropdown.open .helpers svg {
  transform: rotate(180deg);
}
.programs-header .filters .filters-dropdown .dropdown-container a.dropdown .helpers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.programs-header .filters .filters-dropdown .dropdown-container a.dropdown .helpers .counter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #e92f61;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
}
.programs-header .filters .filters-dropdown .dropdown-container a.dropdown .helpers svg {
  margin-left: 10px;
  transition: 0.2s;
  fill: #787878;
  stroke: #787878;
}
.programs-header .filters .filters-dropdown .dropdown-container .dropdown-select {
  top: 53px;
  right: 0;
  left: 0;
  z-index: 4;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
}
.programs-header .filters .filters-dropdown .dropdown-container .dropdown-select .inner-list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 250px;
}
.programs-header .filters .filters-dropdown .dropdown-container .dropdown-select input[type=text] {
  width: 100%;
  height: 30px;
  padding: 5px;
  border-bottom: 1px solid #a3a3a3;
  border-radius: 0;
  margin-right: 15px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
.programs-header .filters .filters-dropdown .dropdown-container .dropdown-select input.form-check-input {
  display: inline-block;
  margin-top: -1px;
  width: 15px;
  height: 15px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCAxMCA4IiB3aWR0aD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJtOC40NTIwODMzMyAwLTQuNzAyMDgzMzMgNC44MTk1ODMzMy0yLjIwMjUtMi4wODc5MTY2Ni0xLjU0NzUgMS41NDgzMzMzMyAzLjc1IDMuNjM2NjY2NjcgNi4yNS02LjM2ODc1eiIgLz4KPC9zdmc+Cg==);
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: 0.15s;
  appearance: none;
}
.programs-header .filters .filters-dropdown .dropdown-container .dropdown-select input.form-check-input.checked {
  border: 1px solid #e92f61;
  background-color: #e92f61;
}
.programs-header .filters .filters-dropdown .dropdown-container .dropdown-select label {
  color: #787878;
  white-space: nowrap;
  font-size: 11px;
  font-family: Montserrat;
  cursor: pointer;
}
.programs-header .filters .filters-dropdown button {
  width: 100%;
  height: 30px;
  border: 1px solid #e92f61;
  border-radius: 20px;
  background: white;
  color: #e92f61;
  font-weight: bold;
  font-size: 11px;
}
.programs-header .filters .filters-dropdown button:hover {
  background: #e92f61;
  color: white;
}
.programs-header .filters .style-selectors {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
}
@media (max-width: 400px) {
  .programs-header .filters .style-selectors {
    display: none;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .programs-header .filters .style-selectors {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .programs-header .filters .style-selectors {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .programs-header .filters .style-selectors {
    display: none;
  }
}
.programs-header .filters .style-selectors .selector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  transition: 0.15s;
}
.programs-header .filters .style-selectors .selector.selected, .programs-header .filters .style-selectors .selector:hover {
  border-color: #e92f61;
}
.programs-header .filters .style-selectors .selector.selected svg path, .programs-header .filters .style-selectors .selector.selected svg rect, .programs-header .filters .style-selectors .selector:hover svg path, .programs-header .filters .style-selectors .selector:hover svg rect {
  fill: #e92f61;
}
.programs-header .filters .style-selectors .selector svg path {
  transition: 0.15s;
  fill: #787878;
}
.programs-header .hints {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
  gap: 12px;
}
.programs-header .hints span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 5px 12px;
  border-radius: 20px;
  background-color: #e92f61;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
}
.programs-header .hints span svg {
  margin-left: 7px;
  width: 6px;
  height: 6px;
}
.programs-header .hints p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: #787878;
  font-size: 10px;
  cursor: pointer;
}

.shortcuts {
  margin-bottom: 100px;
  padding: 25px 0 10px 0;
  border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 400px) {
  .shortcuts {
    margin-bottom: 45px;
    text-align: center;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .shortcuts {
    margin-bottom: 45px;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .shortcuts {
    margin-bottom: 45px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shortcuts {
    margin-bottom: 45px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .shortcuts .desktop {
    display: none;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .shortcuts .desktop {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .shortcuts .desktop {
    display: none;
  }
}
.shortcuts span {
  display: block;
  margin-bottom: 15px;
  color: #787878;
  text-decoration: underline;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  transition: 0.15s;
}
.shortcuts span:hover {
  color: #000;
}

.top-campaigns {
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
  padding: 40px 0 40px 0;
  border-radius: 0 12px 12px 12px;
  background-image: linear-gradient(345deg, #a8a8a8 50%, #a2a2a2 50%);
}
@media (max-width: 400px) {
  .top-campaigns {
    margin-top: 25px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .top-campaigns {
    margin-top: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-campaigns {
    margin-top: 25px;
  }
}
.top-campaigns-list .glide__slide {
  padding-right: 15px;
  padding-left: 15px;
}
.top-campaigns-list .btn-glide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 400px) {
  .top-campaigns-list .btn-glide {
    display: none;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .top-campaigns-list .btn-glide {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-campaigns-list .btn-glide {
    display: none;
  }
}
.top-campaigns-list .btn-glide.prev {
  left: 20px;
  padding: 0;
  background-color: transparent;
}
.top-campaigns-list .btn-glide.next {
  right: 20px;
  padding: 0;
  background-color: transparent;
  transform: translateY(-50%) rotate(180deg);
}
.top-campaigns-card .btn-glide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 400px) {
  .top-campaigns-card .btn-glide {
    display: none;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .top-campaigns-card .btn-glide {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-campaigns-card .btn-glide {
    display: none;
  }
}
.top-campaigns-card .btn-glide.prev {
  left: 10%;
  padding: 0;
  background-color: transparent;
}
.top-campaigns-card .btn-glide.next {
  right: 10%;
  padding: 0;
  background-color: transparent;
  transform: translateY(-100%) rotate(180deg);
}
.top-campaigns:after {
  position: absolute;
  top: -35px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 35px;
  border-radius: 10px 10px 0 0;
  background-image: linear-gradient(to left, #ef668b, #e92f61);
  color: #fff;
  content: "Top Campaigns";
  font-weight: 700;
  font-size: 14px;
}
.top-campaigns .card-item {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 270px;
}
.top-campaigns .card-item:hover {
  box-shadow: none;
}
.top-campaigns .list-item {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 1000px;
}
.top-campaigns .list-item:hover {
  box-shadow: none;
}

.list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 25px 30px;
  gap: 25px;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 0 #ddd;
  transition: 0.15s;
}
.list-item:hover {
  box-shadow: 0 0 15px #ddd;
}
.list-item:hover .logo-container img, .list-item:hover .logo-container object {
  filter: grayscale(0);
}
.list-item .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  width: 135px;
  height: 83px;
  border: 2px solid #f6f6f7;
  border-radius: 90px;
  background-color: #fff;
  position: relative;
}
.list-item .logo-container img, .list-item .logo-container object {
  max-width: 100px;
  max-height: 68px;
  width: 100%;
  height: auto;
  filter: grayscale(1);
  transition: 0.15s;
}
.list-item .logo-container img.geo, .list-item .logo-container object.geo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18px;
  filter: none;
}
.list-item .company-info {
  flex: 1;
}
.list-item .company-info h4 {
  margin-bottom: 8px;
  color: #111616;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.list-item .company-info p {
  margin-bottom: 0;
  color: #787878;
  font-size: 12px;
  line-height: 15px;
}
.list-item .company-info a {
  text-decoration: none;
}
.list-item .categories {
  display: flex;
  align-items: center;
  padding: 0 25px;
  min-height: 75px;
  width: 220px;
  border-left: 1px solid #dbdbdb;
}
.list-item .categories .categories-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px;
}
.list-item .categories span {
  padding: 4px 10px;
  max-height: 23px;
  border-radius: 90px;
  background-color: #787878;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1;
  white-space: nowrap;
}
.list-item .commission {
  border-right: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  padding: 0 25px;
  min-height: 75px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 190px;
}
.list-item .commission h5 {
  font-size: 12px;
  font-weight: 700;
  color: #787878;
}
.list-item .commission span {
  font-size: 10px;
  color: #b3b3b3;
}
.list-item .commission .payout {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.list-item .commission .payout img {
  width: 17px;
}
.list-item .commission .payout span {
  color: #787878;
  font-size: 12px;
}
.list-item .btn-cta {
  padding-right: 20px;
  padding-left: 20px;
  height: 32px;
  font-size: 11px;
}

.card-item {
  position: relative;
  display: block;
  padding: 25px;
  padding-bottom: 65px;
  min-height: 390px;
  width: 100%;
  height: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 0 #ddd;
  transition: 0.15s;
}
.card-item:hover {
  box-shadow: 0 0 15px #ddd;
}
.card-item:hover .logo-container img {
  filter: grayscale(0);
}
.card-item .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 135px;
  height: 83px;
  border: 2px solid #f6f6f7;
  border-radius: 90px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.card-item .logo-container img, .card-item .logo-container object {
  max-width: 100px;
  max-height: 68px;
  width: 100%;
  height: auto;
  filter: grayscale(1);
  transition: 0.15s;
}
.card-item .logo-container img.geo, .card-item .logo-container object.geo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18px;
  filter: none;
}
.card-item .company-info a {
  text-decoration: none;
}
.card-item .company-info a h4 {
  margin-bottom: 10px;
  color: #111616;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.card-item .categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  gap: 4px;
}
.card-item .categories span {
  padding: 4px 10px;
  white-space: nowrap;
  border-radius: 90px;
  background-color: #787878;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  cursor: default;
}
.card-item .commission {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.card-item .commission h5 {
  font-size: 12px;
  font-weight: 700;
  color: #787878;
  margin-bottom: 5px;
}
.card-item .commission span {
  font-size: 10px;
  color: #b3b3b3;
}
.card-item .commission .payout {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.card-item .commission .payout img {
  width: 17px;
}
.card-item .commission .payout span {
  color: #787878;
  font-size: 12px;
}
.card-item p {
  color: #787878;
  font-size: 12px;
  line-height: 15px;
  cursor: default;
}
.card-item .btn-cta {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;
  padding-right: 20px;
  padding-left: 20px;
  height: 40px;
  font-size: 14px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.pagination__pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__pages span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #f6f6f7;
  color: #787878;
  font-size: 14px;
  cursor: pointer;
  animation: 0.15s;
  user-select: none;
}
.pagination__pages span.active {
  background-color: #e92f61;
  color: #fff;
}
.pagination .btn {
  margin: 0;
  padding: 0 25px;
  background-color: transparent;
  color: #787878;
  transition: 0.15s;
}

.page-size {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 110px;
}
.page-size p {
  margin: 0;
  margin-right: 13px;
  color: #787878;
  text-transform: uppercase;
  font-size: 12px;
}
.page-size span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #f6f6f7;
  color: #787878;
  font-size: 14px;
  cursor: pointer;
  animation: 0.15s;
  user-select: none;
}
.page-size span.active {
  background-color: #e92f61;
  color: #fff;
}

.pre-footer {
  position: relative;
  padding: 110px 0;
  background-color: #f6f6f7;
}
@media (max-width: 400px) {
  .pre-footer {
    padding: 40px 0;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .pre-footer {
    padding: 40px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pre-footer {
    padding: 40px 0;
  }
}
.pre-footer:after {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50%;
  width: 1px;
  background-color: #dbdbdb;
  content: "";
}
@media (max-width: 400px) {
  .pre-footer:after {
    top: 50%;
    right: 20px;
    bottom: auto;
    left: 20px;
    width: auto;
    height: 1px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .pre-footer:after {
    top: 50%;
    right: 20px;
    bottom: auto;
    left: 20px;
    width: auto;
    height: 1px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pre-footer:after {
    top: 50%;
    right: 20px;
    bottom: auto;
    left: 20px;
    width: auto;
    height: 1px;
  }
}
@media (max-width: 400px) {
  .pre-footer .col-md-6:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .pre-footer .col-md-6:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pre-footer .col-md-6:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .pre-footer .col-md-6:nth-child(2) {
    margin-bottom: 25px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .pre-footer .col-md-6:nth-child(2) {
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pre-footer .col-md-6:nth-child(2) {
    margin-bottom: 25px;
  }
}
.pre-footer h3 {
  font-weight: 800;
  font-size: 26px;
  line-height: 28px;
}
@media (max-width: 400px) {
  .pre-footer h3 {
    font-size: 24px;
  }
}
@media (min-width: 401px) and (max-width: 575px) {
  .pre-footer h3 {
    font-size: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .pre-footer h3 {
    font-size: 24px;
  }
}
.pre-footer p {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 28px;
}
.pre-footer .btn-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 220px;
  width: 100%;
  height: 54px;
  border-radius: 90px;
  font-weight: 500;
  font-size: 18px;
}
.pre-footer .btn-cta:hover {
  color: #fff;
}
.pre-footer .btn-cta svg {
  display: block;
  margin-left: 16px;
}

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loader svg {
  max-width: 50px;
  width: 100%;
}
