/* @include transition(all,2s,ease-out); */
h1,
.h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 64px;
    line-height: 77px;
  }

  h2,
.h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h3,
.h3 {
    font-size: 24px;
    line-height: 29px;
  }

  h4,
.h4 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 992px) {
  h1,
.h1 {
    font-size: 76px;
    line-height: 80px;
  }

  h2,
.h2 {
    font-size: 56px;
    line-height: 62px;
  }

  h3,
.h3 {
    font-size: 36px;
    line-height: 43px;
  }

  h4,
.h4 {
    font-size: 28px;
    line-height: 34px;
  }
}
#main .btn-sec-light-undrld {
  color: #e63888;
  display: inline-block;
  border-bottom: 3px solid #e63888;
  margin-bottom: 0;
}
#main .btn-sec-light-undrld:hover {
  color: #e63888;
}
#main .gr-lighter-txt {
  color: #949494;
}
#main .gr-txt-opacity {
  color: rgba(255, 255, 255, 0.65);
}
#main .border-top-white-opacity {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#main .border-top {
  border-top: 1px solid #dddddd;
}
#main .btn.btn-big {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #main .btn.btn-big {
    font-size: 24px;
  }
}

#hp-sticky-nav {
  -webkit-transition: opacity 0.2s, visibility 0.15s, z-index 0.15s, -webkit-transform 0.15s ease-out;
  transition: opacity 0.2s, visibility 0.15s, z-index 0.15s, -webkit-transform 0.15s ease-out;
  transition: opacity 0.2s, transform 0.15s ease-out, visibility 0.15s, z-index 0.15s;
  transition: opacity 0.2s, transform 0.15s ease-out, visibility 0.15s, z-index 0.15s, -webkit-transform 0.15s ease-out;
  width: 100%;
  top: 0;
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  position: fixed;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
}
#hp-sticky-nav .nav-flex-container {
  height: 90px;
}
#hp-sticky-nav .login:focus {
  color: #426da9;
}

#hp-sticky-nav.show {
  visibility: visible;
  opacity: 1;
  top: 0;
  z-index: 9999;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s ease-in;
  transition: opacity 0.3s, -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in, opacity 0.3s;
  transition: transform 0.3s ease-in, opacity 0.3s, -webkit-transform 0.3s ease-in;
}

.btn-white-secondary {
  color: #af1685;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-secondary:before {
  background-color: #f5f5f5;
}
.btn-white-secondary:focus, .btn-white-secondary.focus, .btn-white-secondary:hover, .btn-white-secondary:active, .btn-white-secondary.active {
  color: #af1685;
  box-shadow: 0px 3px 15px rgba(255, 255, 255, 0.6);
  border-color: #f5f5f5;
}
.btn-white-secondary:active, .btn-white-secondary.active, .open > .btn-white-secondary.dropdown-toggle {
  color: #af1685;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-white-secondary:active:before, .btn-white-secondary.active:before, .open > .btn-white-secondary.dropdown-toggle:before {
  background-color: #f5f5f5;
}
.btn-white-secondary:active:hover, .btn-white-secondary:active:focus, .btn-white-secondary:active.focus, .btn-white-secondary.active:hover, .btn-white-secondary.active:focus, .btn-white-secondary.active.focus, .open > .btn-white-secondary.dropdown-toggle:hover, .open > .btn-white-secondary.dropdown-toggle:focus, .open > .btn-white-secondary.dropdown-toggle.focus {
  color: #af1685;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-white-secondary:active, .btn-white-secondary.active, .open > .btn-white-secondary.dropdown-toggle {
  background-image: none;
}
.btn-white-secondary.disabled:hover, .btn-white-secondary.disabled:focus, .btn-white-secondary.disabled.focus, .btn-white-secondary[disabled]:hover, .btn-white-secondary[disabled]:focus, .btn-white-secondary[disabled].focus, fieldset[disabled] .btn-white-secondary:hover, fieldset[disabled] .btn-white-secondary:focus, fieldset[disabled] .btn-white-secondary.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-secondary .badge {
  color: #ffffff;
  background-color: #af1685;
}

.btn-ghost-white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-ghost-white:before {
  background-color: #ffffff;
}
.btn-ghost-white:focus, .btn-ghost-white.focus, .btn-ghost-white:hover, .btn-ghost-white:active, .btn-ghost-white.active {
  color: #ffffff;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.6);
  border-color: #ffffff;
}
.btn-ghost-white:active, .btn-ghost-white.active, .open > .btn-ghost-white.dropdown-toggle {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-ghost-white:active:before, .btn-ghost-white.active:before, .open > .btn-ghost-white.dropdown-toggle:before {
  background-color: #ffffff;
}
.btn-ghost-white:active:hover, .btn-ghost-white:active:focus, .btn-ghost-white:active.focus, .btn-ghost-white.active:hover, .btn-ghost-white.active:focus, .btn-ghost-white.active.focus, .open > .btn-ghost-white.dropdown-toggle:hover, .open > .btn-ghost-white.dropdown-toggle:focus, .open > .btn-ghost-white.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-ghost-white:active, .btn-ghost-white.active, .open > .btn-ghost-white.dropdown-toggle {
  background-image: none;
}
.btn-ghost-white.disabled:hover, .btn-ghost-white.disabled:focus, .btn-ghost-white.disabled.focus, .btn-ghost-white[disabled]:hover, .btn-ghost-white[disabled]:focus, .btn-ghost-white[disabled].focus, fieldset[disabled] .btn-ghost-white:hover, fieldset[disabled] .btn-ghost-white:focus, fieldset[disabled] .btn-ghost-white.focus {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-ghost-white .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-ghost-white:before {
  background-color: #ffffff;
}
.btn-ghost-white:hover, .btn-ghost-white:active, .btn-ghost-white.active, .btn-ghost-white:focus, .btn-ghost-white.focus {
  color: #333333;
}
.btn-ghost-white:hover:focus, .btn-ghost-white:hover.focus, .btn-ghost-white:active:focus, .btn-ghost-white:active.focus, .btn-ghost-white.active:focus, .btn-ghost-white.active.focus, .btn-ghost-white:focus:focus, .btn-ghost-white:focus.focus, .btn-ghost-white.focus:focus, .btn-ghost-white.focus.focus {
  color: #333333;
}
.btn-ghost-white:hover:active, .btn-ghost-white:hover.active, .btn-ghost-white:active:active, .btn-ghost-white:active.active, .btn-ghost-white.active:active, .btn-ghost-white.active.active, .btn-ghost-white:focus:active, .btn-ghost-white:focus.active, .btn-ghost-white.focus:active, .btn-ghost-white.focus.active {
  color: #333333;
}
.btn-ghost-white:hover:active:before, .btn-ghost-white:hover.active:before, .btn-ghost-white:active:active:before, .btn-ghost-white:active.active:before, .btn-ghost-white.active:active:before, .btn-ghost-white.active.active:before, .btn-ghost-white:focus:active:before, .btn-ghost-white:focus.active:before, .btn-ghost-white.focus:active:before, .btn-ghost-white.focus.active:before {
  background-color: #ffffff;
}
.btn-ghost-white:hover:active:focus, .btn-ghost-white:hover:active.focus, .btn-ghost-white:hover.active:focus, .btn-ghost-white:hover.active.focus, .btn-ghost-white:active:active:focus, .btn-ghost-white:active:active.focus, .btn-ghost-white:active.active:focus, .btn-ghost-white:active.active.focus, .btn-ghost-white.active:active:focus, .btn-ghost-white.active:active.focus, .btn-ghost-white.active.active:focus, .btn-ghost-white.active.active.focus, .btn-ghost-white:focus:active:focus, .btn-ghost-white:focus:active.focus, .btn-ghost-white:focus.active:focus, .btn-ghost-white:focus.active.focus, .btn-ghost-white.focus:active:focus, .btn-ghost-white.focus:active.focus, .btn-ghost-white.focus.active:focus, .btn-ghost-white.focus.active.focus {
  color: #333333;
}

#belly-band {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  background: white;
  height: 100px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#belly-band.closed {
  -webkit-transform: translateY(105px);
          transform: translateY(105px);
  opacity: 0;
}

@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
#header:not(.scroll-down):not(.scroll-up) .main-nav-container,
#header:not(.scroll-down):not(.scroll-up) .nav-mobile {
  box-shadow: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}
@media screen and (min-width: 992px) {
  html {
    scroll-padding-top: 15rem;
  }
}

#hero {
  background: #f4f4f4;
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
}
#hero .heading-wrapper {
  padding-bottom: 20px;
}
#hero .heading-wrapper h1 {
  font-size: 36px;
  line-height: 42px;
}
@media screen and (min-width: 768px) {
  #hero .heading-wrapper h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
#hero .heading-wrapper p {
  color: #757575;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  #hero .heading-wrapper p {
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) {
  #hero .heading-wrapper p {
    line-height: 43px;
  }
}
#hero .component-img {
  overflow: hidden;
}
#hero .component-img img,
#hero .component-img source {
  width: 290px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #hero .component-img img,
#hero .component-img source {
    width: 610px;
  }
}
@media screen and (max-width: 767.9px) {
  #hero .container {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #hero .border-top-sm {
    border-top: 1px solid #dddddd;
  }
}
@media screen and (max-width: 767.9px) {
  #hero .m-bold-700 {
    font-weight: 700;
  }
}
#hero .animation-img-container {
  position: relative;
  right: -55%;
  width: 25%;
}
#hero .animation-img {
  opacity: 0;
  position: absolute;
  top: -155px;
}
@media screen and (min-width: 768px) {
  #hero .animation-img {
    top: -325px;
  }
}
#hero .animation-img.boost-rocket {
  -webkit-animation-name: zoomInScale2, fadeOut;
          animation-name: zoomInScale2, fadeOut;
  -webkit-animation-duration: 500ms, 300ms;
          animation-duration: 500ms, 300ms;
  -webkit-animation-delay: 800ms, 3100ms;
          animation-delay: 800ms, 3100ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#hero .animation-img.boost-rocket canvas {
  display: block;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#hero .animation-img.matched-cards {
  -webkit-animation-name: zoomInScale2;
          animation-name: zoomInScale2;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 6700ms;
          animation-delay: 6700ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#hero .animation-img.matched-cards img.frame {
  margin-right: -1px;
}
#hero .animation-img.matched-cards .matched-cards-slider {
  position: absolute;
  top: 30px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #hero .animation-img.matched-cards .matched-cards-slider {
    top: 80px;
  }
}
#hero .animation-img.matched-cards .matched-cards-slider img {
  box-shadow: none;
  box-shadow: initial;
}
@media screen and (max-width: 767.9px) {
  #hero .animation-img.matched-cards .matched-cards-slider img {
    width: 225px;
    height: 50px;
  }
}
#hero .animation-img.matched-cards .matched-cards-slider img.default-slider {
  margin-left: 12px;
  -webkit-animation-name: slideLeft, fadeOut;
          animation-name: slideLeft, fadeOut;
  -webkit-animation-duration: 2000ms, 300ms;
          animation-duration: 2000ms, 300ms;
  -webkit-animation-delay: 7800ms, 9800ms;
          animation-delay: 7800ms, 9800ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  #hero .animation-img.matched-cards .matched-cards-slider img.default-slider {
    margin-left: 25px;
  }
}
#hero .animation-img.matched-cards .matched-cards-slider img.selected-slider {
  opacity: 0;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-delay: 9300ms;
          animation-delay: 9300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: step-end;
          animation-timing-function: step-end;
}
@media screen and (min-width: 768px) {
  #hero .animation-img.matched-cards .matched-cards-slider img.selected-slider {
    -webkit-transform: translateX(-37%);
            transform: translateX(-37%);
  }
}
#hero .animation-img.matched-cards .check-img {
  opacity: 0;
  position: absolute;
  top: 28px;
  left: 38px;
  -webkit-animation-name: popIn;
          animation-name: popIn;
  -webkit-animation-duration: 250ms;
          animation-duration: 250ms;
  -webkit-animation-delay: 10.3s;
          animation-delay: 10.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
          animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
}
@media screen and (min-width: 768px) {
  #hero .animation-img.matched-cards .check-img {
    left: 70px;
    top: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  #hero .animation-img.matched-cards .check-img img {
    height: 20px;
    width: 20px;
  }
}
#hero .animation-img.auto-insurance {
  -webkit-animation-name: zoomInScale2, fadeOut;
          animation-name: zoomInScale2, fadeOut;
  -webkit-animation-duration: 500ms, 300ms;
          animation-duration: 500ms, 300ms;
  -webkit-animation-delay: 3100ms, 4900ms;
          animation-delay: 3100ms, 4900ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#hero .animation-img.dark-web {
  -webkit-animation-name: zoomInScale2, fadeOut;
          animation-name: zoomInScale2, fadeOut;
  -webkit-animation-duration: 500ms, 300ms;
          animation-duration: 500ms, 300ms;
  -webkit-animation-delay: 4900ms, 6700ms;
          animation-delay: 4900ms, 6700ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#hero .animation-img picture img {
  border-radius: 15px;
  box-shadow: 0px 31.5451px 75.7082px rgba(0, 0, 0, 0.17);
}
@media screen and (max-width: 767.9px) {
  #hero .animation-img picture img {
    width: 138px;
    height: 153px;
  }
}

#gabi .gabi-banner-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
  flex-wrap: nowrap;
  justify-content: space-around;
  background-color: #6d2077;
  color: #ffffff;
  border-radius: 6px;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #gabi .gabi-banner-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    overflow: visible;
  }
}
#gabi .gabi-new {
  position: absolute;
  font-weight: 500;
  background-color: #af1685;
  border: 2px solid #ffffff;
  width: 30%;
  height: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  left: -20px;
  top: 20%;
  opacity: 0;
  border-radius: 20px;
  padding-left: 20px;
  text-align: right;
  padding-right: 9%;
}
@media screen and (min-width: 768px) {
  #gabi .gabi-new {
    left: 40px;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 12px;
    width: 44px;
    height: 25px;
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    text-align: center;
  }
}
#gabi .gabi-new.animated {
  -webkit-animation-name: zoomInScale;
          animation-name: zoomInScale;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@-webkit-keyframes zoomInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) translateY(-50%);
            transform: scale3d(0.3, 0.3, 0.3) translateY(-50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 1.15, 1.15) translateY(-50%);
            transform: scale3d(1.15, 1.15, 1.15) translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translateY(-50%);
            transform: scale3d(1, 1, 1) translateY(-50%);
  }
}
@keyframes zoomInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) translateY(-50%);
            transform: scale3d(0.3, 0.3, 0.3) translateY(-50%);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.15, 1.15, 1.15) translateY(-50%);
            transform: scale3d(1.15, 1.15, 1.15) translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translateY(-50%);
            transform: scale3d(1, 1, 1) translateY(-50%);
  }
}

#navButtons {
  background-color: #123058;
}
@media screen and (min-width: 992px) {
  #navButtons .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#navButtons .nav-button-heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  padding-bottom: 32px;
}
@media screen and (min-width: 992px) {
  #navButtons .nav-button-heading {
    padding-bottom: 40px;
    font-size: 42px;
    line-height: 52px;
  }
}
#navButtons .nav-button {
  padding: 30px 16px 24px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.04);
  white-space: normal;
}
#navButtons .nav-button:active, #navButtons .nav-button:hover {
  color: #333333;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  #navButtons .nav-button {
    width: 170px;
  }
}
@media screen and (max-width: 991.9px) {
  #navButtons .nav-button {
    padding: 24px;
    text-align: left;
    width: 100%;
    display: -webkit-inline-box;
    display: -moz-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  #navButtons .nav-button:not(:last-child) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 991.9px) {
  #navButtons .nav-button:not(:last-child) {
    margin-bottom: 16px;
  }
}
#navButtons .nav-button-icon {
  font-size: 30px;
}
@media screen and (min-width: 992px) {
  #navButtons .nav-button-icon {
    font-size: 40px;
    display: block;
  }
}
@media screen and (max-width: 991.9px) {
  #navButtons .nav-button-icon {
    margin-right: 20px;
  }
}

#tools h2,
#tools .tool-wrapper {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #tools h2,
#tools .tool-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 100px;
  }
  #tools h2:nth-of-type(even) .tool-wrapper-img,
#tools .tool-wrapper:nth-of-type(even) .tool-wrapper-img {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  #tools h2:nth-of-type(even) .tool-wrapper-text,
#tools .tool-wrapper:nth-of-type(even) .tool-wrapper-text {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  #tools h2:nth-of-type(odd) .tool-wrapper-img,
#tools .tool-wrapper:nth-of-type(odd) .tool-wrapper-img {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  #tools h2:nth-of-type(odd) .tool-wrapper-text,
#tools .tool-wrapper:nth-of-type(odd) .tool-wrapper-text {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
@media screen and (max-width: 767.9px) {
  #tools .tool-wrapper-img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #tools .tool-wrapper-img {
    width: 38%;
  }
}
@media screen and (min-width: 992px) {
  #tools .tool-wrapper-img {
    width: 50%;
  }
}
#tools .tool-wrapper-img img {
  width: auto;
  max-width: 280px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  #tools .tool-wrapper-img img {
    margin: 0 auto;
    max-width: 100%;
  }
}
#tools .tool-wrapper-text .h4 {
  font-size: 28px;
  line-height: 33px;
}
@media screen and (min-width: 768px) {
  #tools .tool-wrapper-text .h4 {
    font-size: 36px;
    line-height: 38px;
  }
}
#tools .tool-wrapper-text .h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #757575;
}
@media screen and (min-width: 768px) {
  #tools .tool-wrapper-text .h5 {
    font-size: 18px;
    line-height: 26px;
  }
}
#tools .tool-wrapper-text a:not(.disclosure-wrapper a).btn-white {
  border: 1px solid #dddddd;
  color: #333333;
}
#tools .tool-wrapper-text a:not(.disclosure-wrapper a).btn-white:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767.9px) {
  #tools .tool-wrapper-text a:not(.disclosure-wrapper a) {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #tools .tool-wrapper-text {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  #tools .tool-wrapper-text {
    width: 45%;
  }
}

#protection {
  padding: 60px 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
#protection .protection-wrap {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  #protection .protection-wrap {
    display: -webkit-box;
    display: flex;
    padding: 100px 0 110px;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  #protection .protection-box {
    width: 32%;
  }
}
@media screen and (min-width: 1200px) {
  #protection .protection-box {
    width: 31%;
  }
}
#protection .protection-box:not(:last-of-type) {
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) {
  #protection .protection-box:not(:last-of-type) {
    padding-bottom: 0;
  }
}
#protection .protection-box img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 16px;
}
@media screen and (min-width: 992px) {
  #protection .protection-box img {
    width: 92px;
    height: 92px;
  }
}
#protection p a {
  color: white;
}

#bot-footer {
  padding-bottom: 90px;
}
@media screen and (min-width: 992px) {
  #bot-footer {
    padding-bottom: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes zoomInScale2 {
  from {
    opacity: 0;
    -webkit-transform: translate(-75px, 75px) scale3d(0.3, 0.3, 0.3);
            transform: translate(-75px, 75px) scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
            transform: translate(0, 0) scale3d(1, 1, 1);
  }
}
@keyframes zoomInScale2 {
  from {
    opacity: 0;
    -webkit-transform: translate(-75px, 75px) scale3d(0.3, 0.3, 0.3);
            transform: translate(-75px, 75px) scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
            transform: translate(0, 0) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-110px);
            transform: translateX(-110px);
  }
  50% {
    -webkit-transform: translateX(-110px);
            transform: translateX(-110px);
  }
  75% {
    -webkit-transform: translateX(-210px);
            transform: translateX(-210px);
  }
  100% {
    -webkit-transform: translateX(-210px);
            transform: translateX(-210px);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-110px);
            transform: translateX(-110px);
  }
  50% {
    -webkit-transform: translateX(-110px);
            transform: translateX(-110px);
  }
  75% {
    -webkit-transform: translateX(-210px);
            transform: translateX(-210px);
  }
  100% {
    -webkit-transform: translateX(-210px);
            transform: translateX(-210px);
  }
}
@-webkit-keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.5, 0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (max-width: 767.9px) {
  @-webkit-keyframes slideLeft {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    25% {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px);
    }
    50% {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px);
    }
    75% {
      -webkit-transform: translateX(-92px);
              transform: translateX(-92px);
    }
    100% {
      -webkit-transform: translateX(-92px);
              transform: translateX(-92px);
    }
  }
  @keyframes slideLeft {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    25% {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px);
    }
    50% {
      -webkit-transform: translateX(-45px);
              transform: translateX(-45px);
    }
    75% {
      -webkit-transform: translateX(-92px);
              transform: translateX(-92px);
    }
    100% {
      -webkit-transform: translateX(-92px);
              transform: translateX(-92px);
    }
  }
}
