    @media screen and (max-width:768px){
    .site-content {
    padding: 0em 0 0;
}}
ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}


a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

:root {
  overflow-x: hidden;
  height: 100%;
}


.globalContent {
  -ms-flex-positive: 1;
  flex-grow: 1;

}



.container,
.container-fluid,
.container-lg,
.container-wide,
.container-xl {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.container,
.container-lg {
  max-width: 1040px;
}

.container-wide,
.container-xl {
  max-width: 1160px;
}

.common-SuperTitle {
  font-weight: 300;
  font-size: 45px;
  line-height: 40px;
  color: #32325d;
  letter-spacing: -.01em;
}

@media (min-width: 670px) {
  .common-SuperTitle {
    font-size: 50px;
        color:#5aa4b7;
        padding: 0px;

  }
}

.common-IntroText {
      font-weight: 400;
      font-size: 21px;
      line-height: 31px;
      text-align: left;
      line-height: 1.4em;
}

@media (min-width: 670px) {
  .common-IntroText {
    font-size: 24px;
    line-height: 36px;
  }
}

.common-BodyText {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #6b7c93;
}

.common-Link {
  color: #6772e5;
  font-weight: 500;
  transition: color 0.1s ease;
  cursor: pointer;
}

.common-Link:hover {
  color: #32325d;
}

.common-Link:active {
  color: #000;
}

.common-Link--arrow:after {
  font: normal 16px StripeIcons;
  content: "\2192";
  padding-left: 5px;
}

.common-Button {
  white-space: nowrap;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #5aa4b7;
  text-decoration: none;
 transition: all 1.15s ease;
}

.common-Button:hover {
  color: #2feefb;
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.common-Button:active {
  color: #2feefb;
  background-color: #f6f9fc;
  transform: translateY(1px);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.common-Button--default {
  color: #fff;
  background: #5aa4b7;
}

.common-Button--default:hover {
  color: #fff;
  background-color: #2feefb;
}

.common-Button--default:active {
  color: #e6ebf1;
  background-color: #2feefb;
}

.common-Button--dark {
  color: #fff;
  background: #32325d;
}

.common-Button--dark:hover {
  color: #fff;
  background-color: #43458b;
}

.common-Button--dark:active {
  color: #e6ebf1;
  background-color: #32325d;
}

.common-Button--disabled {
  color: #fff;
  background: #aab7c4;
  pointer-events: none;
}

.common-ButtonIcon {
  display: inline;
  margin: 0 5px 0 0;
  position: relative;
}

.common-ButtonGroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.common-ButtonGroup .common-Button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 10px;
}

/** Page-specific styles */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes void-animation-out {
  0%,
  to {
    opacity: 1;
  }
}

body {
  overflow-x: hidden;
}

main {
  position: relative;
  display: block;

}

.stripes {
    position: relative;
    width: 100%;
    transform: skewY(-12deg);
  /*  background: linear-gradient(180deg, #e6ebf1 350px, rgba(230, 235, 241, 0));*/
}


.stripes .stripe {
  position: absolute;
  height: 190px;
}


.stripes .s1 {

    top: 0;
    left: 0;
    width: 24%;
    background: linear-gradient(90deg, #e6ebf1, rgba(230, 235, 241, 0));
}



.stripes .s3 {
    top: 200px;
    right: 0;
    width: 38%;
    background: linear-gradient(90deg, rgba(228, 233, 240, 0),#e4e9f0);
}



main > .container-lg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  max-width: 750px;

}

main > .container-lg-custom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
}

main > .container-lg .cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex: auto;
  flex: auto;
  min-width: 100%;
 /* min-height: 500px;*/
  padding: 0 40px;

}



main > .container-lg-custom .cell {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex: auto;
  flex: auto;
  min-width: 100%;
 /* min-height: 400px;*/
  padding: 0 40px;

}


.container-lg-custom .common-IntroText {
    max-width: 750px;
}

main > .container-lg .cell + .cell {
  margin-top: 5px;
}

main > .container-lg .cell.intro {
  padding: 0;
}

@media (min-width: 670px) {
  main > .container-lg .cell.intro {
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  main > .container-lg-custom .cell.intro {
    text-align: center;
    padding-left: 15%;
  }


  .optionList {
    margin-left: 13px;
  }
}

main > .container-lg .cell.intro > * {
  width: 100%;
  max-width: 700px;
}

main > .container-lg .cell.intro .common-IntroText {
  margin-top: 10px;
}

main > .container-lg .cell.intro .common-BodyText {
  margin-top: 15px;
}

main > .container-lg .cell.intro .common-ButtonGroup {
  width: auto;
  margin-top: 20px;
}

main > .container-lg .payform {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0 7px 14px rgba(36, 36, 43, 0.35), 0 3px 6px rgba(27, 27, 27, 0.24);
  padding: 40px 0px;
  margin-left: -20px;
  margin-right: -20px;
}

main > .container-lg-custom .payform {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
    box-shadow: 0 7px 14px rgba(36, 36, 43, 0.35), 0 3px 6px rgba(27, 27, 27, 0.24);
 padding: 80px 0px;
  margin-left: -20px;
  margin-right: -20px;
}



main > .container-lg .payform.submitted form,
main > .container-lg .payform.submitting form {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
}

main > .container-lg .payform.submitted .success,
main > .container-lg .payform.submitting .success {
  pointer-events: all;
}

main > .container-lg .payform.submitting .success .icon {
  opacity: 1;
}

main > .container-lg .payform.submitted .success > * {
  opacity: 1;
  transform: none !important;
}

main > .container-lg .payform.submitted .success > :nth-child(2) {
  transition-delay: 0.1s;
}

main > .container-lg .payform.submitted .success > :nth-child(3) {
  transition-delay: 0.2s;
}

main > .container-lg .payform.submitted .success > :nth-child(4) {
  transition-delay: 0.3s;
}

main > .container-lg .payform.submitted .success .icon .border,
main > .container-lg .payform.submitted .success .icon .checkmark {
  opacity: 1;
  stroke-dashoffset: 0 !important;
}

main > .container-lg .payform * {
  margin: 0;
  padding: 0;
}

main > .container-lg .payform .caption {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 15px 10px 0;
  color: #aab7c4;
  font-family: Roboto, "Open Sans", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

main > .container-lg .payform .caption * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

main > .container-lg .payform .caption .no-charge {
  color: #cfd7df;
  margin-right: 10px;
}

main > .container-lg .payform .caption a.source {
  text-align: right;
  color: inherit;
  transition: color 0.1s ease-in-out;
  margin-left: 10px;
}

main > .container-lg .payform .caption a.source:hover {
  color: #6772e5;
}

main > .container-lg .payform .caption a.source:active {
  color: #43458b;
}

main > .container-lg .payform .caption a.source  svg {
  margin-right: 10px;
}

main > .container-lg .payform .caption a.source svg path {
  fill: currentColor;
}

main > .container-lg .payform form {
  position: relative;
  width: 100%;
  max-width: 500px;
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: left;

}

main > .container-lg .payform form input::-webkit-input-placeholder {
  opacity: 1;
}

main > .container-lg .payform form input::-moz-placeholder {
  opacity: 1;
}

main > .container-lg .payform form input:-ms-input-placeholder {
  opacity: 1;
}

main > .container-lg .payform .error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 20px;
  left: 0;
  padding: 0 15px;
  font-size: 13px !important;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

main > .container-lg .payform .error.visible {
  opacity: 1;
  transform: none;
}

main > .container-lg .payform .error .message {
  font-size: inherit;
}

main > .container-lg .payform .error svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -1px;
  margin-right: 10px;
}

main > .container-lg .payform .success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  pointer-events: none;
  overflow: hidden;
}

@media (min-width: 670px) {
  main > .container-lg .payform .success {
    padding: 40px;
  }
}

main > .container-lg .payform .success > * {
  transition-property: opacity, transform;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  transform: translateY(50px);
}

main > .container-lg .payform .success .icon {
  margin: 20px 150px 100px 80px;
  transform: translateY(70px) scale(0.75);
}

main > .container-lg .payform .success .icon svg {
  will-change: transform;
}

main > .container-lg .payform .success .icon .border {
  stroke-dasharray: 251;
  stroke-dashoffset: 62.75;
  transform-origin: 50% 50%;
  transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: spin 1s linear infinite;
}

main > .container-lg .payform .success .icon .checkmark {
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  transition: stroke-dashoffset 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0.35s;
}

main > .container-lg .payform .success .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 8px;
}

main > .container-lg .payform .success .message {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.6em;
}

main > .container-lg .payform .success .message span {
  font-size: inherit;
}

main > .container-lg .payform .success .reset:active {
  transition-duration: 0.15s;
  transition-delay: 0s;
  opacity: 0.65;
}

main > .container-lg .payform .success .reset svg {
  will-change: transform;
}



.optionList {
  margin: 6px 0;
}

.optionList li {
  display: inline-block;
  margin-right: 13px;
}

.optionList a {
  color: #aab7c4;
  transition: color 0.1s ease-in-out;
  cursor: pointer;
  font-size: 15px;
  line-height: 26px;
}

.optionList a.selected {
  color: #6772e5;
  font-weight: 600;
}

.optionList a:hover {
  color: #32325d;
}

.optionList a.selected:hover {
  cursor: default;
  color: #6772e5;
}
