.back-to-top.active {
  background-image: url(/grcom/grmkt_resources/images/icons/back-top-icon.svg) !important;
  background: none;
  width: 135px;
  height: 135px;
  background-repeat: no-repeat;
  background-size: contain;
}
.back-to-top {
  background: none;
}

.back-to-top.active:hover {
  opacity: 1;
  background-image: url(/grcom/grmkt_resources/images/icons/back-top-icon-hover.svg) !important;
  width: 135px;
  height: 135px;
  background-repeat: no-repeat;
  background: none;
  background-size: contain;
}
p {
  letter-spacing: 0 !important;
}
.fixed-top.topbar-on {
  background: #424141 !important;
  padding: 10px;
  position: fixed !important;
  z-index: 2000000010 !important;
}
/*@keyframes updown {*/
/*  0% {*/
/*    transform: translateY(-10px);*/
/*  }*/

/*  50% {*/
/*    transform: translateY(10px);*/
/*  }*/

/*  100% {*/
/*    transform: translateY(-10px);*/
/*  }*/
/*}*/
.header-img-control > .curved-img {
  height: 839px;
  object-fit: cover;
  clip-path: polygon(1% 1%, 100% 0%, 100% 93%, 0% 100%);
}
.high-altitude-content {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 102px;
  margin-right: 102px;
  margin-top: 175px;
}

.high-altitude-content > h1 {
  font-size: 60px;
  line-height: 75px;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  font-family: "Roboto", sans-serif;
}

h1.super-title {
  color: #000;
  font-weight: bold;
}
h1.super-title .danger-red {
  color: #d71635;
}
p.super-text {
  font-size: 22px;
  margin-top: 30px;
}
.section-first {
  height: auto;
  position: relative;
  top: -100px;
  z-index: -1;
}
.section-first-card {
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 265px;
  position: relative;
  box-shadow: 0px 0px 30px #00000014;
  margin-bottom: 200px;
  padding: 0px 91px;
  border-bottom: 5px solid #d71635;
}
.thumbnail-style {
  position: relative;
  top: -75px;
}

.quote-icon-style {
  width: 53px;
  height: 54px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -75px;
}
h4.quoted-text {
  margin-top: -50px;
  font-weight: bold;
}
h2.ha-faqs {
  font-size: 60px;
  font-weight: bold;
  margin-left: 15px ;
}
.section-second {
  padding: 70px 0px 50px 0px;
}
h2.ha-faqs > span {
  color: #d71635;
}
a.cta-ace {
  font-weight: bold;
  color: #000;
}
.faqs-restyle h4 {
  font-size: 18px !important;
  line-height: 25px;
  display: flex;
  width: 98%;
}

.faqs-restyle {
  border-bottom: 1px solid #707070;
}
.faqs-restyle .my-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.faqs-restyle .my-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.faqs-restyle .my-title:after {
  content: "";
  background: url(/grcom/grmkt_resources/images/icons/grey-chevron.svg);
  width: 22px;
  height: 12px;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 9px;
  transform: rotate(0deg);
}
.faqs-restyle.vc_toggle_active .my-title:after {
  content: "";
  background: url(/grcom/grmkt_resources/images/icons/grey-chevron.svg);
  width: 22px;
  height: 12px;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 9px;
  transform: rotate(180deg);
}

.faqs-restyle h4 {
  font-size: 16px !important;
  width: 90%;
  display: block !important;
}
.ctaAce {
  background: none;
  outline: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  position: relative;
  float: right;
  left: -35px;
  transition: 0.5s ease;
}
.ctaAce:after {
  content: "";
  background: url(/grcom/grmkt_resources/images/icons/chevron-in-out.svg);
  position: absolute;
  width: 22px;
  height: 10px;
  background-repeat: no-repeat;
  bottom: 12px;
  right: -23px;
  transform: rotate(0deg);
}
.ctaAce.animate:after {
  content: "";
  background: url(/grcom/grmkt_resources/images/icons/chevron-in-out.svg);
  position: absolute;
  width: 22px;
  height: 10px;
  background-repeat: no-repeat;
  bottom: 12px;
  right: -23px;
  transform: rotate(180deg);
}

.header-img-control {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.mouse-down {
  background: url(/grcom/grmkt_resources/images/icons/mouse-down-icon.png);
  width: 25px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  display: flex;
  bottom: -30px;
  background-size: contain;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 100%;
  cursor: pointer;
}
.mouse-down:hover {
  background: url(/grcom/grmkt_resources/images/icons/mouse-dow-hover.svg);
  width: 25px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.fs-0 {
  display: none;
  transition: 0.5s ease;
}
span.clickCollapse {
  font-size: 18px;
  transition: 0.5s ease;
}
.related-posts-container {
  background: #fff;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  z-index: 99;
  position: relative;
}

.carousel-related-posts .slick-slide {
  position: relative;
  transition: all 0.5s;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
  margin: 20px;
  width: 320px;
  box-shadow: 0px 0px 15px #0000001a;
  margin-right: 30px;
  margin-left: 0px;
  margin-top: 20px;
  margin-bottom: 60px;
  top: 0px;
  transition: all 0.2s ease-in;
  height: 305px;
}

.carousel-related-posts .slick-slide > .rp-image {
  overflow: hidden;
  height: 180px;
  width: 320px;
  display: flex;
  align-items: center;
  min-width: 320px;
}

.carousel-related-posts .slick-slide > .rp-image > img {
  object-fit: cover;
  object-position: center;
  display: block;
  width: 100%;
  overflow: hidden;
}
.carousel-related-posts .slick-slide:hover {
  position: relative;
  top: -20px;
  transition: all 0.2s ease-out;
}
.carousel-related-posts {
  background: transparent;
}
.related-posts-container {
  background: #fff;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  z-index: 99;
  position: relative;
}

.related-posts-container h2 {
  border-top: 1px solid #000;
  padding-top: 40px;
  margin-bottom: 30px;
}
.carousel-related-posts .slick-track {
  width: 1010px !important;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}
a.click-covered {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rp-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.rp-title > h4 {
  font-size: 15px !important;
  line-height: 26px;
  text-transform: uppercase;
}

.rp-date-time {
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dee2e6 !important;
  padding-bottom: 10px;
}

.rp-date-time span {
  font-size: 14px;
  color: #000;
}
.rp-body-wrap {
  display: flex;
  flex-direction: column;
  padding: 10px 17px;
  width: 100%;
}
.carousel-related-posts button.slick-next.slick-arrow {
  transform: scale(1.5);
  right: 155px;
  background: url(/grcom/grmkt_resources/images/icons/Group-352.svg) !important;
  top: 30% !important;
  width: 95px;
  height: 95px;
  background-repeat: no-repeat;
}
.carousel-related-posts button.slick-next.slick-arrow:before {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
span,
p,
div {
  font-family: "Roboto", sans-serif;
}
span.break-for-mobile-v {
  display: flex;
}
.overlay-with-img {
  position: relative;
  display: flex;
  flex-direction: column;
}

.overlay {
  width: 100%;
  height: 100%;
  display: flex;
  background: #0000005e;
  position: absolute;
}
.post-description i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
.rp-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-lst-rp {
  background: #f2f2f2;
  margin-top: 75px;
  padding-top: 120px;
  clip-path: polygon(0% 10%, 99% 0%, 100% 100%, 0% 100%);
}
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1550px) {
  .mouse-down {
    left: 50%;
  }
  .high-altitude-content > h1 {
    font-size: 48px;
    line-height: 55px;
  }
  p.super-text {
    font-size: 18px;
    margin-top: 30px;
  }
  .high-altitude-content {
    margin-left: 62px;
    margin-right: 62px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .mouse-down {
    left: 50%;
  }
  .high-altitude-content {
    margin-left: 62px;
    margin-right: 62px;
  }
  .high-altitude-content > h1 {
    font-size: 40px;
    line-height: 45px;
  }
  p.super-text {
    font-size: 16px;
    margin-top: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .high-altitude-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .high-altitude-content > h1 {
    font-size: 40px;
    line-height: 50px;
  }
  p.super-text {
    font-size: 16px;
  }
  .mouse-down {
    left: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .back-to-top.active:hover,
  .back-to-top.active:focus {
    opacity: 0.7;
    background-image: url(/grcom/grmkt_resources/images/icons/back-top-icon-hover.svg) !important;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background: none;
    background-size: contain;
  }
  .back-to-top.active {
    width: 90px;
    height: 90px;
  }
  .back-to-top:hover,
  .back-to-top:focus {
    width: 90px;
    height: 90px;
  }
  .back-to-top.active:hover,
  .back-to-top.active:focus {
    width: 90px;
    height: 90px;
  }
  .mouse-down {
    display: none;
  }
  .faqs-restyle h4 {
    font-size: 16px !important;
    width: 90%;
  }
  .row.mv-row-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .high-altitude-content {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 35px;
  }
  .high-altitude-content > h1 {
    font-size: 40px;
    line-height: 45px;
  }
  p.super-text {
    font-size: 16px;
    margin-top: 30px;
  }
  .header-img-control > .curved-img {
    height: 400px;
    object-fit: cover;
    clip-path: polygon(0% 0, 100% 0%, 100% 93%, 0% 100%);
  }
  .section-first {
    height: auto;
    position: relative;
    top: 50px;
    z-index: -1;
    padding: 0px 30px;
  }
  .section-first-card {
    padding: 0px 0px;
    top: 75px;
  }
  h2.ha-faqs {
    font-size: 40px;
    font-weight: bold;
  }
  .section-lst-rp {
    background: #f2f2f2;
    margin-top: 75px;
    padding-top: 120px;
    clip-path: polygon(0% 10%, 99% 0%, 100% 100%, 0% 100%);
  }
  .carousel-related-posts .slick-slide {
    width: 280px;
  }
  .carousel-related-posts .slick-slide > .rp-image {
    width: 280px;
    display: flex;
    align-items: center;
    min-width: 280px;
  }
  .carousel-related-posts button.slick-next.slick-arrow {
    right: 0px;
  }
  .header-img-control:after {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  h2.ha-faqs {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 575.99px) {
  .section-first-card {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: auto;
  }
}