.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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
       -webkit-user-select: none;
               user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
   -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: 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, .5);
  border-radius: 4px;
  box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
  text-shadow: 0 .25em .5em rgba(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: .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, .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 .25em .5em 0 rgba(0, 0, 0, .1);
  margin: 0 .25em;
}

.glide__bullet:focus {
  outline: none;
}

.glide__bullet--active {
  background-color: white;
}

section.features {
  height: 90px;
}

section.features .glide-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: none;
  flex-direction: none;
  gap: 15px;
  height: 90px;
}

section.features .glide-item * {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}

section.features .glide-item img {
  height: 30px;
  width: auto;
}

@media only screen and (min-width: 1200px) {
  section.features .glide-item * {
    font-size: 17px;
  }

  section.features .glide-item img {
    height: 40px;
  }
}

main > .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #ff0a0a;
  text-align: center;
  margin-bottom: 30px;
}

main section.block {
  display: flex;
  align-items: 0;
  justify-content: 0;
  flex-wrap: 0;
  flex-direction: column;
  gap: 30px;
  padding: 0 20px;
  margin: 30px 0;
}

main section.block .img-container {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

main section.block .img-container img {
  width: 100%;
  height: auto;
}

main section.block .info .content {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

main section.block .info .content .question,
main section.block .info .content .subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #223f8b;
}

main section.block .info .content .subtitle {
  color: #1f1f1f;
}

main section#blocks {
  background: linear-gradient(180deg, #223f8b, #1b316b 98%);
  padding: 40px 20px;
  margin: 50px 0;
}

main section#blocks .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 45px;
}

main section#blocks .glide .glide__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: none;
  flex-direction: none;
  gap: 150px;
  margin-top: 30px;
}

main section#blocks .glide .glide__arrows .glide__arrow {
  all: unset !important;
}

main section#blocks .block .img-container {
  position: relative;
  width: 100%;
  height: 30vw;
  padding: 25px 10px;
  border: 2px solid #fff;
  border-radius: 5px;
}

main section#blocks .block .img-container img {
  height: 100%;
  width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}

main section#blocks .block .text {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

main section#blocks .grid {
  display: none;
}

main .quote {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #223f8b;
  text-align: center;
  margin: 45px 0;
  margin-bottom: 60px;
  padding: 0 20px;
}

@media only screen and (min-width: 576px) {
  main section.block {
    padding: 0 50px;
  }

  main section#blocks .block .img-container {
    height: 20vw;
  }
}

@media only screen and (min-width: 768px) {
  main section.block {
    flex-direction: row;
    gap: 2.5vw;
    padding: 0 20px;
  }

  main section.block .info {
    width: 52.5%;
  }

  main section.block .img-container {
    width: 47.5%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  main section#blocks .block .img-container {
    height: 15vw;
  }
}

@media only screen and (min-width: 1200px) {
  main > .title {
    font-size: 30px;
    margin-bottom: 60px;
  }

  main section.block {
    gap: 5vw;
    padding: 0 100px;
    margin: 60px 0;
  }

  main section.block .info {
    width: 50%;
  }

  main section.block .info .content {
    font-size: 16px;
  }

  main section.block .info .content .question {
    font-size: 18px;
  }

  main section.block .info .content .subtitle {
    font-size: 22px;
  }

  main section.block .img-container {
    width: 50%;
  }

  main section#blocks {
    padding: 40px 10vw;
    padding-bottom: 110px;
    margin: 75px 0;
  }

  main section#blocks .title {
    font-size: 18px;
    margin-bottom: 40px;
  }

  main section#blocks .glide {
    display: none;
  }

  main section#blocks .block .img-container {
    height: 7.5vw;
  }

  main section#blocks .block .text {
    font-size: 18px;
  }

  main section#blocks .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 7.5vw;
    grid-row-gap: 55px;
    padding: 0 55px;
  }

  main .quote {
    font-size: 34px;
    margin: 90px 0;
    padding: 0 100px;
  }
}
