@font-face {
  font-family: "Gill Sans Regular";
  src: local("Gill Sans Std Regular"), local("GillSansStd"), url("../fonts/GillSansStd.woff2") format("woff2"), url("../fonts/GillSansStd.woff") format("woff"), local("Roboto"), local("Helvetica"), local("Arial");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gill Sans Light";
  src: local("Gill Sans Std Light"), local("GillSansStd-Light"), url("../fonts/GillSansStd-Light.woff2") format("woff2"), url("../fonts/GillSansStd-Light.woff") format("woff"), local("Roboto"), local("Helvetica"), local("Arial");
  font-weight: 300;
  font-style: normal;
}
@keyframes loading {
  0% {
    color: #868b95;
  }
  30% {
    color: #868b95;
  }
  50% {
    color: rgba(134, 139, 149, 0.2);
  }
  70% {
    color: #868b95;
  }
  100% {
    color: #868b95;
  }
}
*, html {
  margin: 0;
  padding: 0;
}

body {
  display: block;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "Gill Sans Light", sans-serif;
  font-size: 1.04rem;
  letter-spacing: 0.04em;
  line-height: normal;
  color: #212121;
  background-color: #f7f7f7;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}

.container {
  background-color: #ffffff;
  background-image: url("../img/logo.svg");
  background-position: 50% 40px;
  background-size: 120px;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 110px 100px 55px 100px;
  box-shadow: #d3d3d3 0px 2px 5px;
}
.container h2 {
  font-weight: normal;
  font-family: "Gill Sans Regular", sans-serif;
  font-size: 1.44rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 3.5rem;
}
.container .loading, .container .product, .container .summary, .container .payment, .container .error, .container .welcome {
  background-color: #f7f7f7;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: #d3d3d3 0px 2px 5px;
}
.container .loading {
  min-height: 100px;
  color: #868b95;
  animation: linear 2s infinite running loading;
}
.container .error {
  min-height: 100px;
  font-family: "Gill Sans Regular", sans-serif;
  color: #212121;
}
.container .error a {
  color: #143fa0;
}
.container .product {
  min-height: 150px;
}
.container .product .visual {
  text-align: center;
}
.container .product .visual .image {
  height: 140px;
}
.container .product .description, .container .product .unit, .container .product .qty, .container .product .total {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Gill Sans Regular", sans-serif;
  letter-spacing: 0.2rem;
}
.container .product .category {
  margin: 1rem 0;
}
.container .product .unit, .container .product .qty, .container .product .total {
  font-size: inherit;
}
.container .summary {
  min-height: 100px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-family: "Gill Sans Regular", sans-serif;
  letter-spacing: 0.2rem;
}
.container .summary .total {
  font-size: inherit;
}
.container .payment {
  min-height: 100px;
  padding: 50px 20px;
}
.container .payment #card-instruction, .container .payment #card-errors {
  font-family: "Gill Sans Regular", sans-serif;
}
.container .payment #card-element {
  margin: 30px 0px 10px 0px;
  border-radius: 3px;
  padding: 10px;
  box-shadow: #d3d3d3 0px 2px 5px;
  background-color: #ffffff;
}
.container .payment #card-agreement {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Gill Sans Regular", sans-serif;
}
.container .payment #card-agreement a {
  color: #143fa0;
}
.container .payment #card-errors {
  color: #aa0000;
}
.container .payment #card-button {
  padding-top: 20px;
  text-align: center;
}
.container .payment #card-button .btn-primary {
  background-color: #143fa0;
  border-color: #143fa0;
  font-family: "Gill Sans Regular", sans-serif;
  text-transform: uppercase;
  box-shadow: #868b95 0px 2px 3px;
  letter-spacing: 0.2em;
}
.container .payment #card-button .btn-primary:hover:not(:disabled) {
  box-shadow: #868b95 0px 3px 4px;
  background-color: #1a51cd;
  border-color: #1a51cd;
}
.container .welcome {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container .welcome h4 {
  font-family: "Gill Sans Regular", sans-serif;
  margin-bottom: 20px;
}
.container .welcome a {
  font-family: "Gill Sans Regular", sans-serif;
  color: #143fa0;
}
.container .welcome .contact .row {
  margin-top: 8px;
  margin-bottom: 8px;
}
.container .welcome .material-icons-round {
  font-size: 20px;
}
.container .introduction {
  padding-top: 50px;
  font-family: "Gill Sans Light", sans-serif;
}
.container .reinsurance a {
  font-family: "Gill Sans Regular", sans-serif;
  color: #143fa0;
}
.container .big-green, .container .big-red {
  font-size: 4.48rem;
}
.container .big-green {
  color: darkgreen;
}
.container .big-red {
  color: darkred;
}

@media (max-width: 575px) {
  body {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .container {
    background-position: 50% 20px;
    width: calc(100% - 20px);
    padding: 80px 30px 10px 30px;
  }
}

/*# sourceMappingURL=checkout.css.map */
