@font-face {
  font-family: "ConduitITC";
  src: url("/assets/fonts/ConduitITCBlack.woff2");
}

@font-face {
  font-family: "Montserrat SemiBold";
  src: url("/assets/fonts/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Montserrat Medium";
  src: url("/assets/fonts/Montserrat-Medium.ttf");
}

@font-face {
  font-family: "Montserrat ExtraBold";
  src: url("/assets/fonts/Montserrat-ExtraBold.ttf");
}

* {
  padding: 0;
  margin: 0;
  outline: transparent;
  outline: 0;
  outline-color: transparent;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat";
  font-size: 16px;
  min-height: 100vh;
  color: #3d3d3d;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.cta {
  font-family: "MontSerrat";
  text-transform: uppercase;
  color: #fff;
  padding: 7px 35px;
  border-radius: 15px;
  background-color: #1b57a8;
  font-size: 0.9em;
  letter-spacing: 1px;
  transition: background-color 0.3s ease-in;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.cta:hover {
  background-color: #134383;
}

.collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.collapse.show {
  max-height: 200vh;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 0;
  justify-content: center;
  align-items: center;
}

.modal-box {
  position: relative;
  background-color: #f7f7f7;
  padding: 20px;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 1s;
  border-radius: 5px;
}

.collapse-box h2,
.modal-box h2 {
  width: 100%;
  margin-bottom: 20px;
}

.collapse .close,
.modal .close {
  color: #aaa;
  font-weight: bold;
  margin-left: auto;
  transition: color 0.2s ease-in-out;
  font-size: 0.7em;
}

.collapse .close:hover,
.collapse .close:focus,
.modal .close:hover,
.modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

iframe.responsive {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border: 0;
}

label {
  font-family: "Montserrat ExtraBold";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #444242;
  display: block;
  margin-bottom: 2px;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
select,
textarea {
  display: block;
  width: 100%;
  border-radius: 10px;
  font-size: 0.9em;
  line-height: 2.2em;
  border: 1px solid #454242;
  background-color: #ffffff;
  padding: 0 10px;
  color: #c2c3c9;
  font-weight: 400;
  margin-bottom: 20px;
  color: #444242;
}

/* input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).validated {
  border-color: #c3e6cb;
  background-color: #d4edda;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).not-valid {
  border-color: #f5c6cb;
  background-color: #f8d7da;
} */

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  text-transform: unset;
  letter-spacing: 0px;
  font-family: "Montserrat";
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
  background: #fff url(/assets/images/icons/arrow-down-small.png) no-repeat top
    50% right 10px;
  cursor: pointer;
  background-size: 16px 8px;
}

select,
select option {
  text-transform: capitalize;
}

input::placeholder,
select option:first-child {
  color: #575756;
}

input[type="submit"] {
  font-family: "Montserrat SemiBold";
  font-size: 1.2em;
  letter-spacing: 2px;
  background-color: #1b57a8;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
  line-height: 1em;
  border: 0px solid transparent;
  border-radius: 10px;
  height: 33px;
  padding: 7px 20px;
}

input[type="submit"]:hover {
  background-color: #134383;
}

@media (max-width: 575.98px) {
  .cta {
    padding: 6px 20px;
    font-size: 0.7em;
  }
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  select,
  textarea {
    font-size: 0.8em;
    line-height: 2em;
    padding: 0 10px;
    border-radius: 6px;
    margin-bottom: 10px;
  }

  label {
    display: block;
    margin-bottom: 2px;
    font-size: 0.8em;
  }

  input[type="submit"] {
    font-size: 1em;
    letter-spacing: 2px;
    height: 30px;
    padding: 7px 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .cta {
    padding: 7px 25px;
    border-radius: 15px;
    font-size: 0.8em;
  }
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  select,
  textarea {
    font-size: 0.9em;
    line-height: 2em;
    padding: 0 10px;
  }

  label {
    display: block;
    margin-bottom: 2px;
    font-size: 0.9em;
  }

  input[type="submit"] {
    font-size: 1.1em;
    letter-spacing: 2px;
    height: 30px;
    padding: 7px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .cta {
    padding: 5px 32px;
    border-radius: 15px;
    font-size: 0.8em;
  }

  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  select,
  textarea {
    font-size: 0.9em;
    line-height: 2em;
    padding: 0 10px;
  }

  label {
    display: block;
    margin-bottom: 2px;
    font-size: 0.9em;
  }

  input[type="submit"] {
    font-size: 1.1em;
    letter-spacing: 2px;
    height: 30px;
    padding: 7px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cta {
    padding: 5px 32px;
    border-radius: 15px;
    font-size: 0.8em;
  }

  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  select,
  textarea {
    font-size: 0.9em;
    line-height: 2em;
    padding: 0 10px;
  }

  label {
    display: block;
    margin-bottom: 2px;
    font-size: 0.9em;
  }

  input[type="submit"] {
    font-size: 1.1em;
    letter-spacing: 2px;
    height: 30px;
    padding: 7px 20px;
  }
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-stage-outer {
  overflow: hidden !important;
}

.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}

.owl-theme .owl-nav [class*="owl-"] {
  display: block;
  color: transparent;
  display: inline-block;
  cursor: pointer;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  pointer-events: all;
}

.owl-theme .owl-nav .owl-prev {
  background-image: url("/assets/images/icons/carousel_arrow_left.png");
  left: -60px;
}

.owl-theme .owl-nav .owl-next {
  background-image: url("/assets/images/icons/carousel_arrow_right.png");
  right: -60px;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1b57a8;
}

@font-face {
  font-family: Ionicons;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0);
  src: url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.0#iefix)
      format("embedded-opentype"),
    url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.0)
      format("truetype"),
    url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.0)
      format("woff"),
    url(https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.0#Ionicons)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

.image-gallery-fullscreen-button::before,
.image-gallery-left-nav::before,
.image-gallery-play-button::before,
.image-gallery-right-nav::before {
  display: inline-block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.image-gallery.fullscreen-modal {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.image-gallery.fullscreen-modal .image-gallery-content {
  top: 50%;
  transform: translateY(-50%);
}

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0;
}

.image-gallery-content.fullscreen {
  background: #000;
}

.image-gallery-content.fullscreen .image-gallery-slide {
  background: #000;
}

.image-gallery-slide-wrapper {
  position: relative;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

.image-gallery-swipe {
  width: 100%;
}

.image-gallery-slide-wrapper.left,
.image-gallery-slide-wrapper.right {
  display: inline-block;
  width: calc(100% - 113px);
}

@media (max-width: 768px) {
  .image-gallery-slide-wrapper.left,
  .image-gallery-slide-wrapper.right {
    width: calc(100% - 84px);
  }
}

.image-gallery-slide-wrapper.image-gallery-rtl {
  direction: rtl;
}

.image-gallery-fullscreen-button,
.image-gallery-left-nav,
.image-gallery-play-button,
.image-gallery-right-nav {
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  position: absolute;
  z-index: 4;
}

.image-gallery-fullscreen-button::before,
.image-gallery-left-nav::before,
.image-gallery-play-button::before,
.image-gallery-right-nav::before {
  color: #fff;
  line-height: 0.7;
  text-shadow: 0 2px 2px #1a1a1a;
  transition: color 0.2s ease-out;
}

.image-gallery-fullscreen-button:hover::before,
.image-gallery-left-nav:hover::before,
.image-gallery-play-button:hover::before,
.image-gallery-right-nav:hover::before {
  color: #1b57a8;
}

@media (max-width: 768px) {
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-left-nav:hover::before,
  .image-gallery-play-button:hover::before,
  .image-gallery-right-nav:hover::before {
    color: #fff;
  }
}

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
}

.image-gallery-fullscreen-button::before,
.image-gallery-play-button::before {
  font-size: 2.7em;
  padding: 15px 20px;
  text-shadow: 0 1px 1px #1a1a1a;
}

@media (max-width: 768px) {
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before {
    font-size: 2.4em;
  }
}

@media (max-width: 480px) {
  .image-gallery-fullscreen-button::before,
  .image-gallery-play-button::before {
    font-size: 2em;
  }
}

.image-gallery-fullscreen-button:hover::before,
.image-gallery-play-button:hover::before {
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .image-gallery-fullscreen-button:hover::before,
  .image-gallery-play-button:hover::before {
    transform: none;
  }
}

.image-gallery-fullscreen-button {
  right: 0;
}

.image-gallery-fullscreen-button::before {
  content: "";
}

.image-gallery-fullscreen-button.active::before {
  content: "";
}

.image-gallery-fullscreen-button.active:hover::before {
  transform: scale(0.9);
}

.image-gallery-play-button {
  left: 0;
}

.image-gallery-play-button::before {
  content: "";
}

.image-gallery-play-button.active::before {
  content: "";
}

.image-gallery-left-nav,
.image-gallery-right-nav {
  color: #fff;
  font-size: 5em;
  padding: 50px 15px;
  top: 50%;
  transform: translateY(-50%);
}

.image-gallery-left-nav[disabled],
.image-gallery-right-nav[disabled] {
  cursor: disabled;
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 768px) {
  .image-gallery-left-nav,
  .image-gallery-right-nav {
    font-size: 3.4em;
    padding: 20px 15px;
  }
}

@media (max-width: 480px) {
  .image-gallery-left-nav,
  .image-gallery-right-nav {
    font-size: 2.4em;
    padding: 0 15px;
  }
}

.image-gallery-left-nav {
  left: 0;
}

.image-gallery-left-nav::before {
  content: "";
}

.image-gallery-right-nav {
  right: 0;
}

.image-gallery-right-nav::before {
  content: "";
}

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.image-gallery-slide {
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-gallery-slide.center {
  position: relative;
}

.image-gallery-slide img {
  width: 100%;
}

.image-gallery-slide .image-gallery-description {
  background: rgba(0, 0, 0, 0.4);
  bottom: 70px;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  white-space: normal;
}

@media (max-width: 768px) {
  .image-gallery-slide .image-gallery-description {
    bottom: 45px;
    font-size: 0.8em;
    padding: 8px 15px;
  }
}

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4;
}

.image-gallery-bullets .image-gallery-bullets-container {
  margin: 0;
  padding: 0;
  text-align: center;
}

.image-gallery-bullets .image-gallery-bullet {
  appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 0 #1a1a1a;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  outline: 0;
  padding: 5px;
}

@media (max-width: 768px) {
  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px;
  }
}

@media (max-width: 480px) {
  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px;
  }
}

.image-gallery-bullets .image-gallery-bullet.active {
  background: #fff;
}

.image-gallery-thumbnails-wrapper {
  position: relative;
  margin-top: 15px;
}

.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
  direction: rtl;
}

.image-gallery-thumbnails-wrapper.left,
.image-gallery-thumbnails-wrapper.right {
  display: inline-block;
  vertical-align: top;
  width: 108px;
}

@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.left,
  .image-gallery-thumbnails-wrapper.right {
    width: 81px;
  }
}

.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,
.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
  height: 100%;
  width: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.image-gallery-thumbnails-wrapper.left
  .image-gallery-thumbnails
  .image-gallery-thumbnail,
.image-gallery-thumbnails-wrapper.right
  .image-gallery-thumbnails
  .image-gallery-thumbnail {
  display: block;
  margin-right: 0;
  padding: 0;
}

.image-gallery-thumbnails-wrapper.left
  .image-gallery-thumbnails
  .image-gallery-thumbnail
  + .image-gallery-thumbnail,
.image-gallery-thumbnails-wrapper.right
  .image-gallery-thumbnails
  .image-gallery-thumbnail
  + .image-gallery-thumbnail {
  margin-left: 0;
}

.image-gallery-thumbnails-wrapper.left {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.left {
    margin-right: 3px;
  }
}

.image-gallery-thumbnails-wrapper.right {
  margin-left: 5px;
}

@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.right {
    margin-left: 3px;
  }
}

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0;
}

@media (max-width: 768px) {
  .image-gallery-thumbnails {
    padding: 3px 0;
  }
}

.image-gallery-thumbnails .image-gallery-thumbnails-container {
  cursor: pointer;
  text-align: center;
  transition: transform 0.45s ease-out;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border 0.3s ease-out;
  -ms-flex: 0 0 16.666666666%;
  flex: 0 0 16.666666666%;
  max-width: 16.666666666%;
}

@media (max-width: 768px) {
  .image-gallery-thumbnail {
    border: 3px solid transparent;
    width: 75px;
  }
}

.image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 2px;
}

.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 100px;
}

.image-gallery-thumbnail img {
  vertical-align: middle;
  width: 100%;
}

.image-gallery-thumbnail {
  border-radius: 5px;
}

.image-gallery-thumbnail.active {
  border: 4px solid #1b57a8;
}

.lazy-load-image-background {
  display: block !important;
}

@media (max-width: 768px) {
  .image-gallery-thumbnail.active {
    border: 3px solid #1b57a8;
  }
}

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 1px 1px 0 #000;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%;
}

@media (max-width: 768px) {
  .image-gallery-thumbnail-label {
    font-size: 0.8em;
    line-height: 0.8em;
  }
}

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

@media (max-width: 768px) {
  .image-gallery-index {
    font-size: 0.8em;
    padding: 5px 10px;
  }
}

@media (max-width: 575.98px) {
  .image-gallery-slide-wrapper {
    max-height: 229.54px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .image-gallery-slide-wrapper {
    max-height: 321.62px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .image-gallery-slide-wrapper {
    max-height: 435.13px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .image-gallery-slide-wrapper {
    max-height: 586.6px;
  }

  .image-gallery-thumbnail .image-gallery-thumbnail-inner {
    max-height: 83.05px;
  }
}

.alert {
  position: relative;
  padding: 0.55rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-top: 20px;
}

.alert strong {
  font-family: "Montserrat SemiBold";
  display: block;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
  font-size: 1em;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger .alert-link {
  color: #491217;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link,
.pagination a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1b57a8;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover,
.pagination a:hover {
  z-index: 2;
  color: #1b57a8;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus,
.pagination a:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(19, 67, 131, 0.25);
}
.page-item,
.page-item a,
.pagination a,
.pagination li {
  outline: 0 !important;
  outline: 0 !important;
  outline-color: transparent !important;
}
.page-item:first-child .page-link,
.pagination li:first-child a {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link,
.pagination li:last-child a {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link,
.pagination li.active a {
  z-index: 3;
  color: #fff;
  background-color: #1b57a8;
  border-color: #1b57a8;
}
.pagination li:not(.disabled) {
  cursor: pointer;
}
.page-item.disabled .page-link,
.pagination li.disabled a {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link,
.pagination-lg a {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link,
.pagination-lg li:first-child a {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link,
.pagination-lg li:last-child a {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link,
.pagination-sm a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link,
.pagination-sm li:first-child a {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link,
.pagination-sm li:last-child a {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.page-link,
.pagination a {
  text-decoration: none;
  color: #1b57a8;
}

.carousel_arrow {
  position: absolute;
  outline: 0;
  transition: all .5s;
  border-radius: 40px;
  z-index: 1000;
  border: 0;
  background: transparent;
  width: 40px;
  height: 40px;
  opacity: 1;
  cursor: pointer;
}

.carousel_arrow svg {
  max-width: 100%;
  max-height: 100%;
}

.carousel_arrow_prev {
  left: 0;
}

.carousel_arrow_next {
  right: 0;
}

@font-face {
  font-family: "revicons";
  src: url("/assets/fonts/revicons.woff") format("woff"),
       url("/assets/fonts/revicons.ttf") format("ttf"),
       url("/assets/fonts/revicons.eot") format("ttf");
}


.react-multi-carousel-list {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.react-multi-carousel-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, transition;
}
.react-multiple-carousel__arrow {
  position: absolute;
  outline: 0;
  transition: all 0.5s;
  border-radius: 35px;
  z-index: 1000;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  min-width: 43px;
  min-height: 43px;
  opacity: 1;
  cursor: pointer;
}
.react-multiple-carousel__arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}
.react-multiple-carousel__arrow::before {
  font-size: 20px;
  color: #fff;
  display: block;
  font-family: revicons;
  text-align: center;
  z-index: 2;
  position: relative;
}
.react-multiple-carousel__arrow:disabled {
  cursor: default;
  background: rgba(0, 0, 0, 0.5);
}
.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}
.react-multiple-carousel__arrow--left::before {
  content: "\e824";
}
.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}
.react-multiple-carousel__arrow--right::before {
  content: "\e825";
}
.react-multi-carousel-dot-list {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  margin: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.react-multi-carousel-dot button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  padding: 5px 5px 5px 5px;
  box-shadow: none;
  transition: background 0.5s;
  border-width: 2px;
  border-style: solid;
  border-color: grey;
  padding: 0;
  margin: 0;
  margin-right: 6px;
  outline: 0;
  cursor: pointer;
}
.react-multi-carousel-dot button:hover:active {
  background: #080808;
}
.react-multi-carousel-dot--active button {
  background: #080808;
}
.react-multi-carousel-item {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }
  .react-multi-carousel-track {
    overflow: visible !important;
  }
}
[dir="rtl"].react-multi-carousel-list {
  direction: rtl;
}
.rtl.react-multiple-carousel__arrow--right {
  right: auto;
  left: calc(4% + 1px);
}
.rtl.react-multiple-carousel__arrow--right::before {
  content: "\e824";
}
.rtl.react-multiple-carousel__arrow--left {
  left: auto;
  right: calc(4% + 1px);
}
.rtl.react-multiple-carousel__arrow--left::before {
  content: "\e825";
}
