﻿/*!
 * Durandal 2.1.0 Copyright (c) 2012 Blue Spire Consulting, Inc. All Rights Reserved.
 * Available via the MIT license.
 * see: http://durandaljs.com or https://github.com/BlueSpire/Durandal for details
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&family=Oswald:wght@400;700&display=swap");
.modalBlockout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }

.modalHost {
  top: 50%;
  left: 50%;
  position: fixed;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }

.messageBox {
  min-width: 300px; }

.durandal-view-404 {
  color: red;
  margin: 8px 0;
  padding: 8px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.entrance-out {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;
  -ms-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.entrance-in {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: slideInRight;
  -moz-animation-name: slideInRight;
  -o-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.entrance-in-fade {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

@font-face {
  font-family: 'Bariol';
  src: url("https://cdn.catglobe.com/bariol/bariol_regular.ttf");
  font-weight: 400;
  /* Normal weight */
  font-style: normal; }

@font-face {
  font-family: 'Bariol';
  src: url("https://cdn.catglobe.com/bariol/bariol_bold.ttf");
  font-weight: 700;
  font-style: normal; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Bariol', 'Open Sans', sans-serif;
  font-weight: 400;
  color: #767676;
  box-sizing: border-box; }

* {
  box-sizing: border-box; }

a {
  color: #767676;
  text-decoration: none; }
  a:hover {
    color: #767676;
    text-decoration: none; }
  a:active {
    border: none; }
  a:focus {
    border: none;
    outline: unset; }

.link {
  color: #E89D0C;
  text-decoration: underline;
  font-weight: 700; }

.link-no-color {
  text-decoration: underline; }
  .link-no-color:hover {
    text-decoration: underline;
    color: #E89D0C; }

.message-content {
  text-align: center;
  padding: 0 60px;
  width: 500px; }

.message-width {
  min-width: 500px; }

/*#region default durandal */
.messageBox {
  min-width: 300px;
  background: #fff;
  padding: 20px;
  border-radius: 10px; }
  .messageBox .modal-header h3 {
    margin: 0;
    font-size: 1.25rem; }
  .messageBox .modal-body .message {
    margin: 0; }
  .messageBox .modal-footer .btn {
    margin-top: 30px; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: wait;
  z-index: 9998; }
  .loading .loading-bg {
    opacity: 0.3;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .loading .loading-icon {
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    color: #e98d1a;
    z-index: 9999; }

.splash-screen {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover; }

.splash-screen img {
  width: 300px; }

/* reset */
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.text-center {
  text-align: center; }

.h0 {
  font-size: 42px;
  line-height: normal;
  margin: 0; }

.h1 {
  font-size: 36px;
  line-height: 48px;
  margin: 0; }

.h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 0; }

.h3 {
  font-size: 20px;
  line-height: 28px;
  margin: 0; }

.p {
  font-size: 18px;
  line-height: 24px;
  margin: 0; }

.margin-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.h-100 {
  height: 100%; }

/* checkout */
.checkout {
  max-width: 1200px;
  margin: 0 auto; }

.checkout-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 60px 0px;
  margin-top: 60px; }
  .checkout-wrapper .col {
    padding: 0px 50px; }
  .checkout-wrapper .col:first-child {
    border-right: 1px solid;
    width: 45%; }
  .checkout-wrapper .col:last-child {
    flex: 1; }

.checkout-campaign-information {
  max-width: 400px;
  margin: 0 auto; }

.checkout-table {
  width: 100%; }
  .checkout-table .tr {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 5px 0px; }
  .checkout-table .col-price {
    width: 30%;
    min-width: 250px; }
  .checkout-table .col-label {
    width: 30%;
    min-width: 150px; }
  .checkout-table .col-input {
    flex: 1; }
  .checkout-table label.error {
    margin-top: 5px;
    display: flex;
    color: red; }

.checkout-button-groups {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 40px; }

.input {
  width: 100%;
  padding: 5px 10px;
  border-radius: 10px;
  border: 1px solid #767676;
  font-size: 18px;
  line-height: normal;
  font-weight: 400;
  text-align: left;
  min-width: 300px;
  background-color: #F7F7F7 !important; }

.btn {
  background-color: #E89D0C;
  color: #fff;
  border: unset;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  font-size: 26px;
  display: flex;
  padding: 10px;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  flex-wrap: wrap;
  cursor: pointer;
  min-width: 250px; }

/* home */
.header {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between; }
  .header .logo {
    height: 40px;
    width: auto;
    margin-left: auto; }
    .header .logo img {
      height: 100%;
      width: auto; }

.footer {
  padding: 20px 0px;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid; }
  .footer .copy-right {
    font-size: 18px;
    line-height: normal;
    font-weight: 700; }

@media screen and (max-width: 1080px) {
  .checkout-wrapper .col:first-child {
    width: 100%;
    border-right: unset; } }

@media screen and (max-width: 768px) {
  /* default */
  .h1-landing {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px; }
  .h0 {
    font-size: 32px;
    line-height: normal; }
  .h1 {
    font-size: 28px;
    line-height: 34px; }
  .h2 {
    font-size: 24px;
    line-height: 30px; }
  .h3 {
    font-size: 18px;
    line-height: 24px; }
  .p {
    font-size: 14px;
    line-height: 20px; }
  .margin-10 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .margin-top-10 {
    margin-top: 5px; }
  .margin-bottom-10 {
    margin-bottom: 5px; }
  .margin-30 {
    margin-top: 15px;
    margin-bottom: 15px; }
  .margin-top-30 {
    margin-top: 15px; }
  .margin-bottom-30 {
    margin-bottom: 15px; }
  .margin-60 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .margin-top-60 {
    margin-top: 30px; }
  .margin-bottom-60 {
    margin-bottom: 30px !important; }
  .btn {
    padding: 10px 20px; }
  .checkout-wrapper {
    flex-direction: column;
    border-top: unset;
    border-bottom: unset;
    padding: 0px 0px;
    margin-top: 30px; }
    .checkout-wrapper .col:first-child {
      border-right: 1px solid;
      width: 100%;
      padding: 0px 10px; }
    .checkout-wrapper .col:last-child {
      padding: 0px 10px;
      width: 100%; }
  .checkout-personal-information {
    margin-right: 0px; }
    .checkout-personal-information .title {
      text-align: center;
      margin-bottom: 20px; }
  .checkout-table-form .col-label {
    min-width: 140px; }
  .checkout-table-form .col-input {
    width: 100%; }
  .checkout-table-form .col-input .input {
    min-width: unset; }
  .checkout-campaign-information {
    margin-top: 30px;
    max-width: 300px; }
    .checkout-campaign-information .title {
      text-align: center;
      margin-bottom: 20px; }
    .checkout-campaign-information .checkout-table .col-price {
      min-width: unset;
      flex: 1; }
    .checkout-campaign-information .checkout-table .col-input {
      width: 100px;
      flex: unset; }
  .checkout-button-groups {
    flex-direction: column;
    margin-top: 20px; }
    .checkout-button-groups .btn {
      min-width: 270px;
      margin-bottom: 20px; }
  .header {
    justify-content: center; }
    .header .logo {
      margin: 0 auto;
      height: 30px; }
  .footer {
    border-top: unset;
    padding: 10px 10px; } }
