
html {
  font-size: 1px;
}

@-webkit-keyframes fadeIn1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

@keyframes fadeIn1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20rem);
            transform: translateY(20rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

section.u4m-herocopy {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 730rem;
}

/*Gradient Background*/
section.gradient-background{
        position:relative;
        animation: gradient 10s linear infinite;
        animation-direction: alternate;
        z-index:1;
      &:before{
    content: '';
    display: block;
    height: 20%;
    width:100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden; // for Chrome Windows
  }
 
  
}

@keyframes gradient {
    0% {background-position: 0%}
    100% {background-position: 100%}
}

section.vet-slanted {
 background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCA3MzIgMzcyIj48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIwIiB4Mj0iNzMxLjg4IiB5MT0iMTg4LjUiIHkyPSIxODguNSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDM3NCkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMwMDRjOGMiLz48c3RvcCBvZmZzZXQ9Ii4xNSIgc3RvcC1jb2xvcj0iIzAwNDc4MyIvPjxzdG9wIG9mZnNldD0iLjQxIiBzdG9wLWNvbG9yPSIjMDAzOTY5Ii8+PHN0b3Agb2Zmc2V0PSIuNDkiIHN0b3AtY29sb3I9IiMwMDM0NjAiLz48c3RvcCBvZmZzZXQ9Ii45OSIgc3RvcC1jb2xvcj0iIzAwNGM4YyIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTS4xIDM3MSAwIDBoNzMxLjdsLjIgMjc4LjN6Ii8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNmRjZmY2IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMiIgZD0ibS4xIDM3MSA3MzEuOC05Mi43Ii8+PC9zdmc+");
}

section.u4m-herocopy:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

body.u4m-proguard-manual section.u4m-herocopy {
  background-image: url("https://insights.guardsquare.com/hubfs/Logos/short-hero-bg.png") !important;
  height: 135rem;
}

body.u4m-careers section.u4m-herocopy {
  background-image: url("https://insights.guardsquare.com/hubfs/Logos/short-hero-bg.png") !important;
  height: 500rem;
  border-bottom: 5rem solid #6dcff6;
}

body.u4m-partners section.u4m-herocopy {
  background-image: url("https://insights.guardsquare.com/hubfs/Logos/short-hero-bg.png") !important;
  height: 400rem;
  border-bottom: 5rem solid #6dcff6;
}

body.u4-blog-listing section.u4m-herocopy {
  background-image: url("https://insights.guardsquare.com/hubfs/Logos/short-hero-bg.png") !important;
  height: 400rem;
}

body.hs-landing-page section.u4m-herocopy {
  height: auto;
  min-height: 420rem;
}

body.hs-landing-page section.u4m-herocopy .subtext {
  padding-bottom: 36rem;
}

section.u4m-herocopy.short-hero {
  max-height: 385rem;
  height: auto;
}

section.u4m-herocopyo.reverse-text .content-wrap {
  color: #fff;
}

section.u4m-herocopy * + .btns-wrapper{
  margin-top: 20rem;
}

@media (max-width: 1280px) {
  section.u4m-herocopy {
    height: 800rem;
  }
}

@media (max-width: 768px) {
  section.u4m-herocopy {
    height: 1000rem;
  }
}

@media (max-width: 580px) {
  section.u4m-herocopy {
    /* height: 900rem; */
    height: auto;
    padding-bottom: 160px;
  }
}

/*
 * 
 * overlay grid

div.overlay-grid{
 background-size: 40px 40px;
 background-image: linear-gradient(to right, #dadada 1px, transparent 1px), linear-gradient(to bottom, #dadada 1px, transparent 1px);
 width:100%;
 height:100%;
 transform: skewY(-14deg);
}
 */

section.u4m-herocopy div.overlay div.content-wrap {
  /*transform: skewY(14deg);*/
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240rem;
  padding-left: 20rem;
  padding-right: 20rem;
  padding: 20rem;
  padding-top: 120rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.u4m-herocopy div.overlay div.content-wrap.text-left div.copy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  text-align: left;
  margin-right: auto;
}

section.u4m-herocopy .copy a:not([class]){
  color: var(--light-blue, #6dcff6);
  transition: all .1s ease-in-out;
}

section.u4m-herocopy .copy a:not([class]):hover{
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  section.u4m-herocopy div.overlay div.content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.u4m-herocopy div.overlay div.content-wrap div.video {
    margin: 0 auto;
    width: 50%;
    height: 200rem;
  }
  section.u4m-herocopy div.splineasset {
  /*-250px*/
  margin-top: 0px !important;
  padding-left:10%;
  transform: scale(0.75);
   -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
}

section.u4m-herocopy div.overlay div.content-wrap div.image {
  padding-top: 60rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
}

body.hs-landing-page section.u4m-herocopy div.overlay div.content-wrap div.image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
}

@media (max-width: 768px) {
  section.u4m-herocopy div.overlay div.content-wrap div.image {
    margin: 0 auto;
    padding-top: 0;
    max-width: 50%;
  }
}

@media (max-width: 580px) {
  section.u4m-herocopy div.overlay div.content-wrap div.image {
    max-width: 100%;
  }
}

section.u4m-herocopy div.overlay div.content-wrap div.copy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  text-align: center;
  padding: 55rem 0 30rem 0;
}

body.hs-landing-page section.u4m-herocopy div.overlay div.content-wrap div.copy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy .eyebrow {
  font-family: "Monda", sans-serif;
  font-size: 16rem;
  /*font-weight: bold;*/
  color: #6dcff6;
  letter-spacing: 1rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10rem;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy .heading {
  font-family: "Monda", sans-serif;
  font-size: 55rem;
  font-weight: bold;
  margin-bottom: 30rem;
  line-height: 1.2;
  margin-top: 0;
  letter-spacing: -2.5rem;
  font-family: "Monda", sans-serif;
  font-weight: normal;
  color: #fff;
}

@media (max-width: 580px) {
  section.u4m-herocopy div.overlay div.content-wrap div.copy .heading {
    font-size: 38rem;
    margin-bottom: 20rem;
  }
}

section.u4m-herocopy div.overlay div.content-wrap div.copy .heading.small {
  font-family: "Monda", sans-serif;
  font-size: 50rem;
  letter-spacing: .25rem;
  margin-bottom: 30rem;
  line-height: 1.2;
  position: relative;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy .heading.small span {
  color: #004f91;
  font-weight: bold;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy .heading.small.branch:before {
  content: url("https://insights.guardsquare.com/hubfs/Logos/blue-git-branch.png");
  position: absolute;
  top: 14rem;
  left: -96rem;
}

@media (max-width: 1024px) {
  section.u4m-herocopy div.overlay div.content-wrap div.copy .heading.small.branch:before {
    display: none;
  }
}

@media (max-width: 580px) {
  section.u4m-herocopy div.overlay div.content-wrap div.copy .heading.small {
    font-size: 32rem;
    margin-bottom: 20rem;
  }
}

section.u4m-herocopy div.overlay div.content-wrap div.copy .heading.small span {
  color: #6dcff6;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy .heading span {
  color: #6dcff6;
  font-weight: bold;
}

@media (max-width: 1024px) {
  section.u4m-herocopy div.overlay div.content-wrap div.copy .heading {
    font-size: 45rem;
  }
}

@media (max-width: 580px) {
  section.u4m-herocopy div.overlay div.content-wrap div.copy .heading {
    font-size: 36rem;
  }
}

section.u4m-herocopy div.overlay div.content-wrap div.copy .subtext {
  font-family: "Noto Sans", sans-serif;
  font-size: 22rem;
  line-height: 1.6;
  letter-spacing: .25rem;
  margin-bottom: 20rem;
  color: #dadada;
  line-height: 32px;
}

@media (max-width: 580px) {
  section.u4m-herocopy div.overlay div.content-wrap div.copy .subtext {
    font-size: 16rem;
  }
}

@media (max-width: 1024px) {
  section.u4m-herocopy div.overlay div.content-wrap div.copy .subtext {
    font-size: 20rem;
  }
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_e8809087-a83f-4476-8b22-34b9572013fd {
  text-transform: capitalize !important;
  font-size: 14rem !important;
  border-radius: 2rem !important;
  padding-left: 36rem !important;
  padding-right: 36rem !important;
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
  font-weight: normal !important;
  font-family: "Monda", sans-serif !important;
  background-color: #59eb42;
  font-weight: bold !important;
  padding-left: 36rem !important;
  padding-right: 36rem !important;
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
  font-weight: normal !important;
  margin-right: 16rem;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_e8809087-a83f-4476-8b22-34b9572013fd span strong {
  color: #26353b;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_e8809087-a83f-4476-8b22-34b9572013fd:hover {
  background-color: #6dcff6 !important;
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_e8809087-a83f-4476-8b22-34b9572013fd:hover span {
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_e8809087-a83f-4476-8b22-34b9572013fd:hover span strong {
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_e8809087-a83f-4476-8b22-34b9572013fd:hover {
  background-color: #6dcff6 !important;
}

@media (max-width: 580px) {
  section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_e8809087-a83f-4476-8b22-34b9572013fd {
    margin-right: 0;
  }
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_41d17043-d423-40c1-993c-e545a8308be1 {
  text-transform: capitalize !important;
  font-size: 14rem !important;
  border-radius: 2rem !important;
  padding-left: 36rem !important;
  padding-right: 36rem !important;
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
  font-weight: normal !important;
  font-family: "Monda", sans-serif !important;
  background-color: #59eb42;
  font-weight: bold !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_41d17043-d423-40c1-993c-e545a8308be1 span strong {
  color: #26353b;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_41d17043-d423-40c1-993c-e545a8308be1:hover {
  background-color: #6dcff6 !important;
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_41d17043-d423-40c1-993c-e545a8308be1:hover span {
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_41d17043-d423-40c1-993c-e545a8308be1:hover span strong {
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_41d17043-d423-40c1-993c-e545a8308be1:hover {
  background-color: #6dcff6 !important;
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy a#cta_button_3463800_a9dd6ca2-a163-41ea-8969-d1f5863c638e:hover {
  background: #6dcff6 !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.cta a {
  text-transform: capitalize !important;
  font-size: 14rem !important;
  border-radius: 2rem !important;
  padding-left: 36rem !important;
  padding-right: 36rem !important;
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
  font-weight: normal !important;
  font-family: "Monda", sans-serif !important;
  background-color: #59eb42;
  font-weight: bold !important;
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.cta a span strong {
  color: #26353b;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.cta a:hover {
  background-color: #6dcff6 !important;
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.cta a:hover span {
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.cta a:hover span strong {
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.cta a:hover {
  background: #6dcff6 !important;
  background-color: #6dcff6 !important;
  color: #26353b !important;
}

@media (max-width: 768px) {
  section.u4m-herocopy div.overlay div.content-wrap div.copy span.cta-2 {
    margin-top: 16rem;
  }
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.cta-2 a {
  font-size: 14rem;
  padding: 12rem 16rem !important;
  border-radius: 2rem !important;
  color: #6dcff6 !important;
  border: 2px solid #fff !important;
  -webkit-box-shadow: 0 2rem 4rem #26353b;
          box-shadow: 0 2rem 4rem #26353b;
  font-family: "Monda", sans-serif !important;
  font-weight: bold;
  line-height: 16px !important;
  cursor: pointer;
  text-transform: none;
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.cta-2 a span strong {
  color: #6dcff6 !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.cta-2 a:hover {
  background-color: #6dcff6;
  color: #26353b;
  border: 2px solid #fff;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.cta-2 a:hover {
  background: #6dcff6 !important;
  background-color: #6dcff6 !important;
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.cta-2 a:hover span {
  color: #26353b !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.url-2 a {
  font-size: 14rem;
  padding: 12rem 16rem !important;
  border-radius: 2rem !important;
  color: #6dcff6 !important;
  border: 2px solid #fff !important;
  -webkit-box-shadow: 0 2rem 4rem #26353b;
          box-shadow: 0 2rem 4rem #26353b;
  font-family: "Monda", sans-serif !important;
  font-weight: bold;
  line-height: 16px !important;
  cursor: pointer;
  margin-left: 8rem;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.url-2 a span strong {
  color: #6dcff6 !important;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.url-2 a:hover {
  background-color: #6dcff6;
  color: #26353b;
  border: 2px solid #fff;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy span.url-2 a:hover {
  color: #26353b !important;
}

@media (max-width: 1000px) {
  section.u4m-herocopy div.overlay div.content-wrap div.copy span.url-2 a {
    margin-left: 0;
    margin-top: 24rem;
  }
}

@media (max-width: 1000px) {
  section.u4m-herocopy div.overlay div.content-wrap div.copy div.cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.u4m-herocopy div.overlay div.content-wrap div.copy svg {
  max-width: 100rem;
  cursor: pointer;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy svg circle {
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

section.u4m-herocopy div.overlay div.content-wrap div.copy svg:hover circle {
  fill: #7C98B6;
}

section.u4m-herocopy div.overlay div.content-wrap img.mobile-fallback {
  display: none;
  margin-top: 30rem;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    section.u4m-herocopy div.overlay div.content-wrap img.mobile-fallback {
      display: block;
    }
  }
}

section.u4m-herocopy div.overlay div.content-wrap div.video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    section.u4m-herocopy div.overlay div.content-wrap div.video {
      display: none;
    }
  }
}

section.u4m-herocopy div.overlay div.content-wrap.show-image img.mobile-fallback {
  display: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    section.u4m-herocopy div.overlay div.content-wrap.show-image img.mobile-fallback {
      display: block;
      max-height: 590rem;
      margin: auto;
      margin-top: 60rem;
    }
    @media (max-width: 580px) {
      section.u4m-herocopy div.overlay div.content-wrap.show-image img.mobile-fallback {
        max-height: 400rem;
      }
    }
  }
}

section.u4m-herocopy div.splineasset {
  /*-250px*/
  margin-top: 100px;
   -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}


section.u4m-herocopy div.overlay div.content-wrap.show-image div.image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  text-align: center;
}

body.hs-landing-page section.u4m-herocopy div.overlay div.content-wrap.show-image div.image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media (max-width: 710px) {
  section.u4m-herocopy div.overlay div.content-wrap.show-image div.image {
    padding: 0;
    margin: 0 auto;
    margin-top: 32rem;
  }
  section.u4m-herocopy div.overlay div.content-wrap.show-image div.image img {
    max-width: 70%;
  }
}

section.u4m-herocopy div.overlay div.content-wrap.show-image div.copy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
  text-align: left;
  padding-right: 100rem;
}

body.hs-landing-page section.u4m-herocopy div.overlay div.content-wrap.show-image div.copy {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

@media (min-width:2000px){
  section.gradient-background {
   
  }
}
@media (max-width: 1280px) and (min-width: 915px) {
  section.u4m-herocopy div.overlay div.content-wrap.show-image div.copy {
    padding-right: 48rem;
    margin-left:10%;
  }
}

@media (max-width: 1024px) {
  section.u4m-herocopy div.overlay div.content-wrap.show-image div.copy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
  }
}

@media (max-width: 710px) {
  section.u4m-herocopy div.overlay div.content-wrap.show-image div.copy {
    padding: 20rem 0 0 0;
    text-align: center;
  }
}

@media (max-width: 710px) {
  section.u4m-herocopy div.overlay div.content-wrap.mobile-fallback div.image {
    display: none;
  }
  section.u4m-herocopy div.overlay div.content-wrap.mobile-fallback div.video {
    display: none;
  }
  section.u4m-herocopy div.overlay div.content-wrap.mobile-fallback img.mobile-fallback {
    display: block;
    max-height: 360rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 580px){
   section.u4m-herocopy div.splineasset {
     padding-left:0px;
  }
  div.svg-globe {
    display:none;
  }
}
/*Mobile 3D Styling iPhone Screen*/
@media (max-width: 480px) {
  section.u4m-herocopy div.splineasset {
    margin-top: -100px !important;
    margin-bottom:-300px;
    padding-left:0px;
    transform: scale(0.50);
  }
  section.u4m-herocopy div.overlay div.content-wrap{
    padding-left:10rem;
    padding-right:10rem;
    padding-top:100px;
    
}
  section.u4m-herocopy * + .btns-wrapper { 
    justify-content: center !important;
}
}
@media (max-width: 1280px) and (min-width: 915px) {
  section.u4m-herocopy div.splineasset {
  transform: scale(0.80);
  }
  
}
@media (max-width: 914px) and (min-width: 780px){
section.u4m-herocopy div.splineasset {
  margin-left: -10%;
  
}
section.u4m-herocopy div.overlay div.content-wrap.show-image div.copy {
  margin-left:15%;
}
}

section.u4m-herocopy{
    position:relative;
}
div.svg-globe{
 position:absolute;
width:100%;
z-index:-1;
bottom:-6rem;

}
