
[data-paperform-id] {
  position: relative;
}

a.Paperform__link {
  display: block;
  left: 0;
  bottom: 4px;
  right: 0;
  text-decoration: none;
  font-style: initial;
  text-align: center;
  position: absolute;
  color: rgba(0,0,0,0.3);
  text-transform: none;
  padding: 2px;
  line-height: 17px;
  font-family: Lato, Verdana;
  text-decoration: none;
  font-weight: 400;
  font-size: 11px;
  color: #bbb;
  opacity: .4;
  transition: color .2s;
}

a.Paperform__link:hover {
  color: #79a4ca;
}

a.Paperform__link--takeover {
  background-color: #f8f8f8;
  text-transform: uppercase;
  bottom: 0;
}

.Paperform__popupwrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  z-index: 9434723232;
  padding: 0 30px;
  
  align-items: center;
}

.Paperform__spinner--visible {
  position: relative;
}

.Paperform__spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.Paperform__popupoverlay {
  background-color: rgba(250,250,250,.6);
  opacity: 0;
  transition: opacity .7s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom:  0;
  z-index: -1;
}

.Paperform__popupwrapper--active .Paperform__popupoverlay {
  opacity: 1;
}

.Paperform__popupclose {
  position: fixed;
  top: 42px;
  right: 45px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-family: Arial;
  font-weight: 400;
  font-size: 30px;
  color: #333;
  cursor: pointer;
  z-index: 10000;
  opacity: .7;
  transition: opacity .3s;
}

.Paperform__popupclose2 {
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 13px;
}

.Paperform__popupclose1 {
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 13px;
  width: 100%;
}

.Paperform__popupclose:hover {
  opacity: 1;
}

.Paperform__popupcontent {
  background-color: #FFF;
  background-size: 100px;
  margin: 30px auto;
  width: 100%;
  max-width: 1024px;
  box-shadow: 0px 25px 100px -20px rgba(0,0,0,.4);
  border-radius: 4px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.Paperform__popupcontent iframe {
  opacity: 0;
  position: relative;
  z-index: 2;
  display: block;
}

@media screen and (max-width: 600px) {
  .Paperform__popupwrapper {
    bottom: initial;
    min-height: 100vh;
    overflow: initial;
  }

  .Paperform--locked > *:not(.Paperform__popupwrapperParent) {
    display: none !important;
  }

  .Paperform__popupcontent iframe {
    min-height: 100% !important;
  }

  .Paperform__popupcontent {
    margin: 0;
    box-shadow: none;
    min-height: 100vh;
    max-height: 100%;
    height: 100%;
  }
  .Paperform__popupwrapper {
    padding: 0;
  }
  .Paperform__popupclose {
    right: 15px;
    top: 15px;
  }
}

@media screen and (min-width: 1100px) {
  .Paperform__popupclose {
    right: 15px;
    top: 15px;
  }
}

.Paperform__popupwrapper:not(.Paperform__popupwrapper--loaded) iframe {
  height: 200px;
}

.Paperform__popupwrapper--loaded .Paperform__popupcontent iframe {
  opacity: 1;
}


.Paperform--locked {
  min-height: 100vh;
  height: initial;
    
}

.sk-folding-cube {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  opacity: 1;
  transition: all .3s;
  transform: rotate(45deg);
}

  .Paperform__popupwrapper--loaded .sk-folding-cube {
      opacity: 0;
  }

  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); 
  }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f2ff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  .sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
            transform: scale(1.1) rotateZ(90deg);
  }
  .sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
            transform: scale(1.1) rotateZ(180deg);
  }
  .sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
            transform: scale(1.1) rotateZ(270deg);
  }
  .sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; 
  }
  .sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s;
  }
  @-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
      -webkit-transform: perspective(140px) rotateX(-180deg);
              transform: perspective(140px) rotateX(-180deg);
      opacity: 0; 
    } 25%, 75% {
      -webkit-transform: perspective(140px) rotateX(0deg);
              transform: perspective(140px) rotateX(0deg);
      opacity: 1; 
    } 90%, 100% {
      -webkit-transform: perspective(140px) rotateY(180deg);
              transform: perspective(140px) rotateY(180deg);
      opacity: 0; 
    } 
  }

  @keyframes sk-foldCubeAngle {
    0%, 10% {
      -webkit-transform: perspective(140px) rotateX(-180deg);
              transform: perspective(140px) rotateX(-180deg);
      opacity: 0; 
    } 25%, 75% {
      -webkit-transform: perspective(140px) rotateX(0deg);
              transform: perspective(140px) rotateX(0deg);
      opacity: 1; 
    } 90%, 100% {
      -webkit-transform: perspective(140px) rotateY(180deg);
              transform: perspective(140px) rotateY(180deg);
      opacity: 0; 
    }
}


.Paperform__popupwrapper--closed {
    overflow: hidden;
}

.Paperform__popupwrapper--closed .Paperform__popupcontent {
    position: absolute;
}

.Paperform__popupwrapper--active .Paperform__popupcontent {
    position: static;
}
.image_f9ac83d3-2a68-4be3-9cfc-49c31ec0d2e8:before { content: ''; position: absolute; top:0; left: 0; right:0; bottom:0; background-image: -webkit-; background-image: -moz-; background-image: -ms-; background-image: -o-; background-image: ; } .image_f9ac83d3-2a68-4be3-9cfc-49c31ec0d2e8 .str-img { object-fit: cover; width: 100%; height: 100%; }.image_f9ac83d3-2a68-4be3-9cfc-49c31ec0d2e8 { top: 44px;left: 252px;width: 192px;height: 90px;opacity: 1;overflow: hidden;position: absolute;visibility: inherit;background-size: cover;background-image: none;background-repeat: no-repeat;background-position: center; }.image_f9ac83d3-2a68-4be3-9cfc-49c31ec0d2e8 {
              left: -moz-calc(50% - 600px + 252px);
              left: -webkit-calc(50% - 600px + 252px);
              left: -o-calc(50% - 600px + 252px);
              left: calc(50% - 600px + 252px)
            }@media (max-width: 639px) {.image_f9ac83d3-2a68-4be3-9cfc-49c31ec0d2e8 { top: 23px;left: 18px;width: 136px;height: 61px;opacity: 1;overflow: hidden;position: absolute;visibility: inherit;background-size: cover;background-image: none;background-repeat: no-repeat;background-position: center; }.image_f9ac83d3-2a68-4be3-9cfc-49c31ec0d2e8 {
              left: -moz-calc(50% - 187.5px + 18px);
              left: -webkit-calc(50% - 187.5px + 18px);
              left: -o-calc(50% - 187.5px + 18px);
              left: calc(50% - 187.5px + 18px)
            }}.code_4b3f51c9-0f34-4f9e-85f9-01f8eab130b6 { top: 163px;left: 0px;width: 1200px;height: 1187px;opacity: 1;position: absolute;visibility: inherit;display: block; }.code_4b3f51c9-0f34-4f9e-85f9-01f8eab130b6 {
              left: -moz-calc(50% - 600px + 0px);
              left: -webkit-calc(50% - 600px + 0px);
              left: -o-calc(50% - 600px + 0px);
              left: calc(50% - 600px + 0px)
            }@media (max-width: 639px) {.code_4b3f51c9-0f34-4f9e-85f9-01f8eab130b6 { top: 119px;left: 18px;width: 338px;height: 1128px;opacity: 1;position: absolute;visibility: inherit; }.code_4b3f51c9-0f34-4f9e-85f9-01f8eab130b6 {
              left: -moz-calc(50% - 187.5px + 18px);
              left: -webkit-calc(50% - 187.5px + 18px);
              left: -o-calc(50% - 187.5px + 18px);
              left: calc(50% - 187.5px + 18px)
            }}.page_pg_CnENPPgiVK1M9RhwCNXdC2DSJ { height: 1391px;font-family: Poppins; }@media (max-width: 639px) {.page_pg_CnENPPgiVK1M9RhwCNXdC2DSJ { height: 1289px;font-family: Poppins; }}.nl-desktop {
          display: inline;
          content: normal;
        }.nl-res640 {
          content: " ";
          display: none;
        }.nl-res375 {
          content: " ";
          display: none;
        }@media (max-width: 1199px) {.nl-desktop {
          content: " ";
          display: none;
        }.nl-res640 {
          display: inline;
          content: normal;
        }.nl-res375 {
          content: " ";
          display: none;
        }}@media (max-width: 639px) {.nl-desktop {
          content: " ";
          display: none;
        }.nl-res640 {
          content: " ";
          display: none;
        }.nl-res375 {
          display: inline;
          content: normal;
        }}body {
  background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-image:    -moz-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-image:     -ms-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-image:      -o-linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-image:         linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.page_pg_CnENPPgiVK1M9RhwCNXdC2DSJ {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}