/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}


html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/*td:not([align]),*/
th:not([align]) {
  text-align: inherit;
}

.tableBorder {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 0.5rem;
}

.tableWidth {
  width: 40%;
}

.tdWidth {
  width: 15%;
  text-align: center;
}

.thColor {
  background-color: darkblue;
  color: white;
}

ol.special {
  list-style-type: none;
}

li.special:before {
  content: "("counter(section, lower-alpha) ") ";
}

li.special {
  counter-increment: section;
}

.liPadding {
  padding: 0.5rem;
}

.liHeader {
  font-weight: bold;
}

.tdWidth1 {
  width: 15%;
}

.listPadding {
  padding-bottom: 1rem;
}

.table2 {
  margin-top: 1.5rem;
}

#desc {
  padding-left: 10px;
  vertical-align: top;
  text-align: left;
}

#checkbox {
  padding-top: 10px;
  vertical-align: top;
  text-align: left;
}

.table_title {
  width: 9rem;
  height: 2rem;
  font-weight: 600;
}

.table_title1 {
  width: 9rem;
  height: 2rem;
  font-weight: 400;
}

.table_title_up {
  width: 20%;
  height: 1rem;
  vertical-align: top;
  font-weight: 600;
}

.table_title_up1 {
  width: 20%;
  height: 1rem;
  vertical-align: top;
  font-weight: 400;
}

.table_seperator {
  width: 1rem;
}

.table_seperator_up {
  width: 1rem;
  vertical-align: top;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "AIG Futura";
  color: #343741;
}

body {
  margin: 0;
  background-color: #DEE2E9;
}

.border {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 1%;
  text-align: justify;
  margin-top: 16px;
  height: 6rem;
  overflow-y: scroll;
}

.red_text {
  color: #EC1944;
}

.container {
  padding: 1rem;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1280px;
    margin: 0 auto;
  }
}

a {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.wholeSection {
  display: none;
}

.tabs,
.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs:not(:last-child),
.level:not(:last-child) {
  margin-bottom: 1.5rem;
}

.modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(52, 55, 65, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.modal-close::before,
.modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.modal-close::before {
  height: 2px;
  width: 50%;
}

.modal-close::after {
  height: 50%;
  width: 2px;
}

.modal-close:hover,
.modal-close:focus {
  background-color: rgba(52, 55, 65, 0.3);
}

.modal-close:active {
  background-color: rgba(52, 55, 65, 0.4);
}

.is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.modal-background,
.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.textarea,
.input {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
  box-shadow: inset 0 0.0625em 0.125em rgba(52, 55, 65, 0.05);

}

.inputMaxTextbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
  width: 100%;
  max-width: 100%
}

.textarea:focus,
.input:focus,
.is-focused.textarea,
.is-focused.input,
.textarea:active,
.input:active,
.is-active.textarea,
.is-active.input {
  outline: none;
}

[disabled].textarea,
[disabled].input,
fieldset[disabled] .textarea,
fieldset[disabled] .input {
  cursor: not-allowed;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 16px;
}

.wholeSection {
  display: none;
}

.column1 {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.column2 {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.field {
  width: 100%;
  padding-top: 16px;
}

.field1 {
  padding-right: 2%;
}

.control1 {
  display: flex;
}

.input1 {
  padding-right: 1%;
}

.input2 {
  padding-right: 0%;
}

.summary-pane1 {
  width: 100%;
  float: right;
  position: unset;
  padding: 0rem 0;
  margin-left: 0%;
  margin-bottom: 16px;
}

.columns {
  position: relative;
}

.columns.is-mobile>.column.is-narrow {
  flex: none;
}

.columns.is-mobile>.column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile>.column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile>.column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile>.column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile>.column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile>.column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile>.column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile>.column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile>.column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile>.column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile>.column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile>.column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile>.column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile>.column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile>.column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile>.column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile>.column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile>.column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile>.column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile>.column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile>.column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile>.column.is-1 {
  flex: none;
  width: 8.3333333333%;
}

.columns.is-mobile>.column.is-offset-1 {
  margin-left: 8.3333333333%;
}

.columns.is-mobile>.column.is-2 {
  flex: none;
  width: 16.6666666667%;
}

.columns.is-mobile>.column.is-offset-2 {
  margin-left: 16.6666666667%;
}

.columns.is-mobile>.column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile>.column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile>.column.is-4 {
  flex: none;
  width: 33.3333333333%;
}

.columns.is-mobile>.column.is-offset-4 {
  margin-left: 33.3333333333%;
}

.columns.is-mobile>.column.is-5 {
  flex: none;
  width: 41.6666666667%;
}

.columns.is-mobile>.column.is-offset-5 {
  margin-left: 41.6666666667%;
}

.columns.is-mobile>.column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile>.column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile>.column.is-7 {
  flex: none;
  width: 58.3333333333%;
}

.columns.is-mobile>.column.is-offset-7 {
  margin-left: 58.3333333333%;
}

.columns.is-mobile>.column.is-8 {
  flex: none;
  width: 66.6666666667%;
}

.columns.is-mobile>.column.is-offset-8 {
  margin-left: 66.6666666667%;
}

.columns.is-mobile>.column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile>.column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile>.column.is-10 {
  flex: none;
  width: 83.3333333333%;
}

.columns.is-mobile>.column.is-offset-10 {
  margin-left: 83.3333333333%;
}

.columns.is-mobile>.column.is-11 {
  flex: none;
  width: 91.6666666667%;
}

.columns.is-mobile>.column.is-offset-11 {
  margin-left: 91.6666666667%;
}

.columns.is-mobile>.column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile>.column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 1079px) {
  .column.is-narrow-mobile {
    flex: none;
  }

  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0%;
  }

  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1080px),
print {

  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none;
  }

  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0,
  .column.is-0-tablet {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0%;
  }

  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 989px) {
  .column.is-narrow-touch {
    flex: none;
  }

  .column.is-full-touch {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0%;
  }

  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }

  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }

  .column.is-3-touch {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }

  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }

  .column.is-6-touch {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }

  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }

  .column.is-9-touch {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }

  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }

  .column.is-12-touch {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 990px) {
  .column.is-narrow-desktop {
    flex: none;
  }

  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0%;
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .column.is-narrow-widescreen {
    flex: none;
  }

  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }

  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1374px) {
  .column.is-narrow-fullhd {
    flex: none;
  }

  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }

  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }

  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }

  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }

  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }

  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }

  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }

  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }

  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }

  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: -16px;
}

.columns:last-child {
  margin-bottom: -16px;
}

.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 16px);
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless>.column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 1080px),
print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 990px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 1079px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1080px),
print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 989px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 990px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1200px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1374px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 1079px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1080px),
print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 989px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 990px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1374px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 1079px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1080px),
print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 989px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 990px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1374px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 1079px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1080px),
print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 989px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 990px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1374px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 1079px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1080px),
print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 989px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 990px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1374px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 1079px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1080px),
print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 989px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 990px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1200px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1374px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 1079px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1080px),
print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 989px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 990px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1374px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 1079px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1080px),
print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 989px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 990px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1374px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 1079px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1080px),
print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 989px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 990px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1374px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.level {
  align-items: center;
  justify-content: space-between;
}

.level code {
  border-radius: 4px;
}

.level img {
  display: inline-block;
  vertical-align: top;
}

.level.is-mobile {
  display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}

.level.is-mobile .level-left+.level-right {
  margin-top: 0;
}

.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 1080px),
print {
  .level {
    display: flex;
  }

  .level>.level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 1079px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}

@media screen and (min-width: 1080px),
print {

  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 1079px) {
  .level-left+.level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 1080px),
print {
  .level-left {
    display: flex;
  }
}

.level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 1080px),
print {
  .level-right {
    display: flex;
  }
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 1079px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 1080px),
print {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 989px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 990px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1374px) {
  .is-block-fullhd {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

@media screen and (max-width: 1079px) {
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 1080px),
print {
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 989px) {
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 990px) {
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1374px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}

.is-inline {
  display: inline !important;
}

@media screen and (max-width: 1079px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 1080px),
print {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 989px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 990px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1374px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 1079px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1080px),
print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 989px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 990px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1374px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 1079px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1080px),
print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 989px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 990px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1374px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 1079px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 1080px),
print {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 989px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (max-width: 989px) {
  .is-hidden-touch1 {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .is-hidden-desktop {
    display: none !important;
  }
  .is-hidden-desktop2 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-hidden-desktop3 {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .is-hidden-desktop1 {
    display: none !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1374px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}

.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 1079px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1080px),
print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1080px) and (max-width: 989px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 989px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 990px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1199px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1200px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1373px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1374px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

.is-marginless {
  margin: 0;
}

@font-face {
  font-family: "AIG Futura";
  font-weight: 100;
  src: url("../fonts/futuraaig-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaAIG-Light.otf") format("embedded-opentype");
}

@font-face {
  font-family: "AIG Futura";
  font-weight: 300;
  src: url("../fonts/aigfutura-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aigfutura-book-webfont.ttf") format("truetype"), url("../fonts/AIGFutura-Book.otf") format("embedded-opentype");
}

@font-face {
  font-family: "AIG Futura";
  font-weight: 500;
  src: url("../fonts/aigfutura-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aigfutura-medium-webfont.ttf") format("truetype"), url("../fonts/AIGFutura-Medium.otf") format("embedded-opentype");
}

@font-face {
  font-family: "AIG Futura";
  font-weight: 800;
  src: "../fonts/futuraaig-heavy-webfont.eot?#iefix"format("embedded-opentype"), url("../fonts/aigfutura-bold-webfont.ttf") format("truetype"), url("../fonts/AIGFutura-Heavy.otf") format("embedded-opentype");
}

.PromoAlertContainer {
  position: relative;
}

.PromoAlertContainer .swiper-pagination {
  bottom: -2rem;
}

.PromoAlertContainer .swiper-pagination .swiper-pagination-bullet {
  margin: 0.5rem;
}

.PromoAlertContainer .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.background-container {
  position: relative;
  overflow: hidden;
}

.background-container-relative {
  position: relative;
}

.background-container-relative .background-blue {
  background: linear-gradient(45deg, #1352de 0%, #0c71e0 35%, #097de1 55%, #00a4e4 100%);
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  box-shadow: 0px 1px 12px #5f5f5f;
}

.background-container .background {
  background: linear-gradient(45deg, #1352de 0%, #0c71e0 35%, #097de1 55%, #00a4e4 100%);
  height: 356px;
  width: 105%;
  position: absolute;
  z-index: -1;
  left: -5%;
  top: -20px;
  box-shadow: 0px 1px 12px #5f5f5f;
  transform: rotate(-1.5deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.background-container .background1 {
  height: 34%;
}

.background-container .background-blue {
  background: linear-gradient(45deg, #1352de 0%, #0c71e0 35%, #097de1 55%, #00a4e4 100%);
  height: 82px;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  box-shadow: 0px 1px 12px #5f5f5f;
}

.background-container .background-blue1 {
  background: linear-gradient(45deg, #1352de 0%, #0c71e0 35%, #097de1 55%, #00a4e4 100%);
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  box-shadow: 0px 1px 12px #5f5f5f;
}

.background-container-relative .background-blue {
  background: linear-gradient(45deg, #1352de 0%, #0c71e0 35%, #097de1 55%, #00a4e4 100%);
  height: 82px;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  box-shadow: 0px 1px 12px #5f5f5f;
}

.background-container-relative .background-blue1 {
  background: linear-gradient(45deg, #1352de 0%, #0c71e0 35%, #097de1 55%, #00a4e4 100%);
  height: 82px;
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  box-shadow: 0px 1px 12px #5f5f5f;
}

.background_PlansAndPricings {
  background: linear-gradient(45deg, #1352de 0%, #0c71e0 35%, #097de1 55%, #00a4e4 100%);
  height: 100%;
  width: 107%;
  position: absolute;
  z-index: -1;
  left: -5%;
  top: 20%;
  box-shadow: 0px 1px 12px #5f5f5f;
  transform: rotate(-1.5deg);
  -webkit-backface-visibility: hidden;
}

.navbar {
  display: flex;
  padding: 1rem;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar .logo-container .logo {
  width: 100px;
}

nav .link-container a {
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 1rem;
  text-decoration: none;
}

nav .link-container a:hover {
  background-color: #ffffff2e;
  border-radius: 5px;
}

nav .mobile-menu {
  cursor: pointer;
}

nav.level:not(:last-child) {
  margin-bottom: 0;
}

.general-checkbox-container input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.general-checkbox-container label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.checkmark.gray {
  position: relative;
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(../images/icons/checkbox-gray.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 4px;
}

.checkmark {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  background-image: url(../images/icons/checkbox-white.svg);
  margin-right: 0;
  margin-left: auto;
}

.radiobtn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  background-image: url(../images/icons/radio-unchecked.svg);
  margin-right: 0;
  margin-left: auto;
}

.selections {
  padding: 0.5rem 0;
  flex-direction: column;
}

.selections1 {
  width: 128%;
}

.cardSelections {
  padding: 0.5rem 1%;
  width: 100%;
}

@media screen and (min-width: 1080px) {
  .selections {
    flex-direction: row;
  }

  .selections2 {
    flex-direction: row;
    width: 60%;
  }

  .accordion-container1 {
    width: 128%;
    margin-top: 0.5rem;

  }

  .accordion-container2 {
    margin-top: 2%;
  }

  .column1 {
    display: flex;
  }

  .maxtextBox {
    max-width: 560px;
  }

  .declarationCard {}

  .summary-pane1 {
    width: 74%;
    float: right;
    position: unset;
    padding: 0rem 0;
  }

  .floatRight {
    width: 36%;
    float: right;
    position: unset;
    padding: 0rem 0;
    margin-left: 0%;
  }

  .floatRightPositionFixed {
    width: 30%;
    float: right;
    position: Fixed;
    padding: 0.5rem 0;
    margin-left: 60%;
    padding: 0.5rem 0;

  }

  .floatLeft {
    width: 62%;
    float: left;
  }

  .thankYouCard {
    width: 62%;
  }

  .backToHome td {
    width: 100%;
  }
}

.selections .selection-box {
  padding: 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 76px;
  height: 4.75rem;
  background-color: #1352DE;
  border-radius: 5px;
  color: white;
  width: 100%;
  z-index: 6;
}

@media screen and (max-width: 1080px) {
  .selections .selection-box {
    margin-bottom: 1rem;
  }

  .selections .selection-box1 {
    margin-bottom: 0rem;
  }
}


.general-checkbox-container input:checked~.checkmark {
  background-image: url(../images/icons/checked-green.svg);
  width: 1rem;
  height: 1rem;
  background-size: contain;
}

.selections .selection-box:hover input~.checkmark {
  background-color: #ffffff2e;
  border-radius: 3px;
}

.selections .selection-box:hover input~.radiobtn {
  background-color: #ffffff2e;
  border-radius: 50rem;
}

.selections .selection-box .selection-content {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  cursor: pointer;
  height: 100%;
  align-items: center;
}

.selections .selection-box.selected {
  background-color: #00BF6F;
}

.selections .selection-box:first-child {
  margin-right: 0;
}

@media screen and (min-width: 1023px) {
  .selections .selection-box:first-child {
    margin-right: 1rem;
  }
}

.selections .selection-box .selection-info {
  padding-left: 76px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
  padding-right: 8px;
}

.selections .selection-box .selection-info1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.selections .selection-box .desc {
  font-size: 0.75rem;
}

.selections .selection-box .plan-name {
  font-weight: 800;
}

.selections .selection-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.selections .selection-box input:checked~.checkmark {
  background-image: url(../images/icons/checked-white.svg);
}

.selections .selection-box input:checked~.radiobtn {
  background-image: url(../images/icons/radio-checked.svg);
}

.selections .individual {
  background-image: url(../images/graphics/individual.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.selections .parents {
  background-image: url(../images/graphics/parents.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.selections .couple {
  background-image: url(../images/graphics/couple.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.selections .family {
  background-image: url(../images/graphics/family.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.selections .children {
  background-image: url(../images/graphics/children.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.selections .bank {
  background-image: url(../images/icons/banks.svg);
  background-repeat: no-repeat;
  background-position: 1rem center;
}

.selections .bank .selection-info {
  padding-left: 46px;
}

.selections .fpx {
  background-image: url(../images/icons/fpx.svg);
  background-repeat: no-repeat;
  background-position: 1rem center;
}

.selections .fpx .selection-info {
  padding-left: 62px;
}

.selections.with-dropdown .selection-box {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.selections.with-dropdown .drop {
  margin-bottom: 1rem;
}

@media screen and (max-width: 1080px) {
  .selections.with-dropdown .drop {
    margin-top: -1rem;
  }
}

.selections.with-dropdown .drop .bar {
  display: flex;
  padding: 0.5rem 1rem;
  background-color: #343741;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  justify-content: space-between;
  color: white;
  cursor: pointer;
  align-items: center;
}

.selections.with-dropdown .drop .bar:hover {
  background-color: #3f434f;
}

.selections.with-dropdown .drop .bar .arrow {
  transform: rotate(180deg);
  transition-duration: 0.25s;
  transition-property: transform;
  height: 15px;
  width: 30px;
}

.selections.with-dropdown .drop .content {
  padding: 0.5rem;
  height: 0;
  visibility: hidden;
  padding: 0;
  background-color: white;
  display: none;
}

.selections.with-dropdown .drop .addon-item {
  display: flex;
  padding: 0.5rem;
}

.selections.with-dropdown .drop .addon-item .addon-coverage .title {
  color: #001871;
}

.selections.with-dropdown .drop .addon-item .addon-coverage .desc {
  font-weight: 300;
}

.selections.expanded .drop .content {
  height: auto;
  display: block;
  padding: 0.5rem;
  animation: animationFrames ease 0.25s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  -webkit-animation: animationFrames ease 0.25s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: animationFrames ease 0.25s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  -ms-animation: animationFrames ease 0.25s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  visibility: visible;
  z-index: 5;
  position: relative;
}

.selections.expanded .drop .bar {
  animation: animationFrames ease 0.25s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  -webkit-animation: animationFrames ease 0.25s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: animationFrames ease 0.25s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  -ms-animation: animationFrames ease 0.25s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  z-index: 1;
}

.selections.expanded .drop .bar .arrow {
  transform: rotate(0);
}

.background {
  background-image: url(../images/wavePattern2.png);
}

.choose .page-intro {
  color: white;
  text-align: center;
  margin: 0;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 800;
}

.sessionErrorTitle {
  color: white;
  text-align: center;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
}

.sessionErrorDesc {
  color: white;
  text-align: center;
  margin: 0;
  padding: 0.5rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.second-part {
  margin-top: 10%;
}

.plan-selection {
  max-width: 710px;
  margin: 0 auto;
  padding-bottom: 8px;
}

.plan-selection.card {
  padding-bottom: 24px;
}

.plan-selection .title {
  font-weight: 800;
  padding: 0.5rem;
  text-align: center;
}

.plan-selection .aig-contact {
  color: white;
  background-color: #343741;
  padding: 1rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  bottom: 0;
  right: -109px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  width: 109px;
  max-height: 95px;
  min-height: 68px;
}

@media screen and (max-width: 1080px) {
  .plan-selection .aig-contact {
    display: none;
  }
}

.plan-selection .aig-contact.is-active {
  width: 14rem;
  right: -14rem;
}

.plan-selection .aig-contact.is-active .row {
  justify-content: space-between;
}

.plan-selection .aig-contact.is-active .row .number,
.plan-selection .aig-contact.is-active .row .opening {
  opacity: 1;
  display: block;
  height: auto;
  width: 192px;
  max-height: 42px;
  overflow: hidden;
  transition: opacity .6s ease-in-out;
}

.plan-selection .aig-contact.is-active .row .text {
  display: none;
}

.plan-selection .aig-contact .row {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
}

.plan-selection .aig-contact .row .number,
.plan-selection .aig-contact .row .opening {
  width: 0;
  height: 0;
  opacity: 0;
}

.plan-selection .aig-contact .row img {
  padding-bottom: 0.25rem;
  height: 18px;
  width: 18px;
}

.divButton {
  cursor: pointer;
  padding: 1rem 3rem;
  border: none;
  border-radius: 5px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "AIG Futura";
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

button {
  cursor: pointer;
  padding: 1rem 3rem;
  border: none;
  border-radius: 5px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "AIG Futura";
  display: flex;
  align-items: center;
  justify-content: center;
}

button .lock {
  margin-right: 4px;
}

.filled {
  color: white;
  background: linear-gradient(45deg, #ffb466 0%, #ff8200 100%);
  background-color: #FFB261;
}

.filled1 {
  margin-top: 0;
}


.disable {
  color: #B1B1B1;
  background: linear-gradient(0deg, #D0D0D0 0%, #D0D0D0 100%);
  background-color: #D0D0D0;
  cursor: not-allowed;
}

.filled:hover {
  background: #FFB261;
  transition: 0.25s ease-in-out;
}

.filled:active {
  background: #FF8301;
  border: none;
  transition: 0.25s ease-in-out;
}

.filled:focus {
  outline: none;
  transition: 0.25s ease-in-out;
}

.disable:hover {
  background: #D0D0D0;
  transition: 0.25s ease-in-out;
}

.disable:active {
  background: #D0D0D0;
  border: none;
  transition: 0.25s ease-in-out;
}

.disable:focus {
  outline: none;
  transition: 0.25s ease-in-out;
}

.outline {
  color: #FF8301;
  background: white;
  box-shadow: inset 0px 0px 0px 3px #FF8301;
  -webkit-box-shadow: inset 0px 0px 0px 3px #FF8301;
  -moz-box-shadow: inset 0px 0px 0px 3px #FF8301;
}

.outline:hover {
  color: #FFB261;
  box-shadow: inset 0px 0px 0px 3px #FFB261;
  -webkit-box-shadow: inset 0px 0px 0px 3px #FFB261;
  -moz-box-shadow: inset 0px 0px 0px 3px #FFB261;
  transition: 0.25s ease-in-out;
}

.outline:active {
  color: #FF8301;
  box-shadow: inset 0px 0px 0px 3px #FF8301;
  -webkit-box-shadow: inset 0px 0px 0px 3px #FF8301;
  -moz-box-shadow: inset 0px 0px 0px 3px #FF8301;
  transition: 0.25s ease-in-out;
}

.outline:focus {
  color: #FF8301;
  outline: none;
  transition: 0.25s ease-in-out;
  box-shadow: inset 0px 0px 0px 3px #FF8301;
  -webkit-box-shadow: inset 0px 0px 0px 3px #FF8301;
  -moz-box-shadow: inset 0px 0px 0px 3px #FF8301;
}

.centerButton {
  display: flex;
  justify-content: center;
}

.full-width {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.positionUnset {
  position: unset;
}

.declaration {
  z-index: 0;
}

.textarea.input {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

.textarea::-moz-placeholder,
.input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.textarea::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.textarea:-moz-placeholder,
.input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.textarea:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.textarea:hover,
.input:hover,
.is-hovered.textarea,
.is-hovered.input {
  border-color: #b5b5b5;
}

.textarea:focus,
.input:focus,
.is-focused.textarea,
.is-focused.input,
.textarea:active,
.input:active,
.is-active.textarea,
.is-active.input {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

[disabled].textarea,
[disabled].input,
fieldset[disabled] .textarea,
fieldset[disabled] .input {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

[disabled].textarea::-moz-placeholder,
[disabled].input::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

[disabled].textarea::-webkit-input-placeholder,
[disabled].input::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

[disabled].textarea:-moz-placeholder,
[disabled].input:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

[disabled].textarea:-ms-input-placeholder,
[disabled].input:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.textarea,
.input {
  box-shadow: inset 0 0.0625em 0.125em rgba(52, 55, 65, 0.05);
  max-width: 100%;
  width: 100%;
}

[readonly].textarea,
[readonly].input {
  box-shadow: none;
}

.is-white.textarea,
.is-white.input {
  border-color: white;
}

.is-white.textarea:focus,
.is-white.input:focus,
.is-white.is-focused.textarea,
.is-white.is-focused.input,
.is-white.textarea:active,
.is-white.input:active,
.is-white.is-active.textarea,
.is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.is-black.textarea,
.is-black.input {
  border-color: #343741;
}

.is-black.textarea:focus,
.is-black.input:focus,
.is-black.is-focused.textarea,
.is-black.is-focused.input,
.is-black.textarea:active,
.is-black.input:active,
.is-black.is-active.textarea,
.is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(52, 55, 65, 0.25);
}

.is-light.textarea,
.is-light.input {
  border-color: whitesmoke;
}

.is-light.textarea:focus,
.is-light.input:focus,
.is-light.is-focused.textarea,
.is-light.is-focused.input,
.is-light.textarea:active,
.is-light.input:active,
.is-light.is-active.textarea,
.is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.is-dark.textarea,
.is-dark.input {
  border-color: #363636;
}

.is-dark.textarea:focus,
.is-dark.input:focus,
.is-dark.is-focused.textarea,
.is-dark.is-focused.input,
.is-dark.textarea:active,
.is-dark.input:active,
.is-dark.is-active.textarea,
.is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.is-primary.textarea,
.is-primary.input {
  border-color: #00d1b2;
}

.is-primary.textarea:focus,
.is-primary.input:focus,
.is-primary.is-focused.textarea,
.is-primary.is-focused.input,
.is-primary.textarea:active,
.is-primary.input:active,
.is-primary.is-active.textarea,
.is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

.is-link.textarea,
.is-link.input {
  border-color: #3273dc;
}

.is-link.textarea:focus,
.is-link.input:focus,
.is-link.is-focused.textarea,
.is-link.is-focused.input,
.is-link.textarea:active,
.is-link.input:active,
.is-link.is-active.textarea,
.is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

.is-info.textarea,
.is-info.input {
  border-color: #3298dc;
}

.is-info.textarea:focus,
.is-info.input:focus,
.is-info.is-focused.textarea,
.is-info.is-focused.input,
.is-info.textarea:active,
.is-info.input:active,
.is-info.is-active.textarea,
.is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}

.is-success.textarea,
.is-success.input {
  border-color: #00BF6F;
}

.is-success.textarea:focus,
.is-success.input:focus,
.is-success.is-focused.textarea,
.is-success.is-focused.input,
.is-success.textarea:active,
.is-success.input:active,
.is-success.is-active.textarea,
.is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 191, 111, 0.25);
}

.is-warning.textarea,
.is-warning.input {
  border-color: #ffdd57;
}

.is-warning.textarea:focus,
.is-warning.input:focus,
.is-warning.is-focused.textarea,
.is-warning.is-focused.input,
.is-warning.textarea:active,
.is-warning.input:active,
.is-warning.is-active.textarea,
.is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.is-danger.textarea,
.is-danger.input {
  border-color: #EC1944;
}

.is-danger.textarea:focus,
.is-danger.input:focus,
.is-danger.is-focused.textarea,
.is-danger.is-focused.input,
.is-danger.textarea:active,
.is-danger.input:active,
.is-danger.is-active.textarea,
.is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(236, 25, 68, 0.25);
}

.is-small.textarea,
.is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}

.is-medium.textarea,
.is-medium.input {
  font-size: 1.25rem;
}

.is-large.textarea,
.is-large.input {
  font-size: 1.5rem;
}

.is-fullwidth.textarea,
.is-fullwidth.input {
  display: block;
  width: 100%;
}

.is-inline.textarea,
.is-inline.input {
  display: inline;
  width: auto;
}

.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

.textarea[rows] {
  height: initial;
}

.textarea.has-fixed-size {
  resize: none;
}

.text-area,
.input {
  border: 1px solid #DEE2E9;
  font-family: "AIG Futura";
}

.text-area::placeholder,
.input::placeholder {
  color: #c2c2c2;
}

.text-area:focus,
.input:focus {
  border: 1px solid #00A4E4;
  box-shadow: none;
}

.text-area:hover,
.input:hover {
  border: 1px solid #B1B1B1;
  box-shadow: none;
}

.text-area:active,
.input:active {
  border: 1px solid #00A4E4;
  box-shadow: none;
}

.text-area:focus-within,
.input:focus-within {
  border: 1px solid #00A4E4;
  box-shadow: none;
}

.text-area:not(:placeholder-shown),
.input:not(:placeholder-shown) {
  border: 1px solid #00A4E4;
  box-shadow: none;
}

input {
  font-family: "AIG Futura";
  border: none;
  padding: 0.5rem;
}

textarea {
  resize: none;
  font-family: "AIG Futura";
  outline: none;
  width: 100%;
  padding: 0.5rem;
  border-radius: 4px;
  font-size: 1rem;
}

.field .label {
  padding-left: 0.5rem;
}

.error-message {
  color: #EC1944;
}

.error-message.hidden {
  display: none;
}

.error .text-area,
.error .input {
  border: 1px solid #EC1944;
  box-shadow: none;
}

.error .text-area::placeholder,
.error .input::placeholder {
  color: #F7CED7;
}

.error .text-area:focus,
.error .input:focus {
  border: 1px solid #EC1944;
  box-shadow: none;
}

.error .text-area:hover,
.error .input:hover {
  border: 1px solid #EC1944;
  box-shadow: none;
}

.error .text-area:active,
.error .input:active {
  border: 1px solid #EC1944;
  box-shadow: none;
}

.error .text-area:focus-within,
.error .input:focus-within {
  border: 1px solid #EC1944;
  box-shadow: none;
}

.error .text-area:not(:placeholder-shown),
.error .input:not(:placeholder-shown) {
  border: 1px solid #EC1944;
  box-shadow: none;
}

.card {
  font-weight: 300;
  padding: 1rem;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.declarationCard {
  margin-top: 2%;
}

.thankYouCard {
  margin-top: 1rem;
  /*margin-bottom: 2rem;*/
  float: left;
}

.cardBehind {
  width: 100%;
  margin-bottom: 2%;
}

.backToHome td {
  width: 76%;
  text-align: right;
}

.print td {
  padding-left: 4%;
}

.card2 {
  font-weight: 300;
  padding-top: 1rem;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  position: relative;
  z-index: -1;
}

.card3 {
  font-weight: 300;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1;
  margin-top:1rem;
}

.card1 {
  font-weight: 300;
  padding: 1rem;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  background-image: url(../images/wavePattern2.png);
  background-repeat: no-repeat;
  background-size: 50%;
  transform: scaleX(-1);
}

.card1 p {
  transform: scaleX(-1);
}

.card1 button {
  transform: scaleX(-1);
}

.card p {
  position: relative;
  z-index: 0;
}

.with-bg {
  position: absolute;
  height: 80%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.with-bg404 {
  position: relative;
  width: 100%;
  bottom: 290px;
  left: 0;
  z-index: 1;
}

.with-bg1 {
  z-index: 1;
}

.with-bg.flip {
  transform: scaleX(-1);
}

.with-bg.full-h {
  height: 100%;
}

.c-card {
  font-weight: 300;
  background-image: -webkit-radial-gradient(50% 0, circle closest-corner, transparent 0, transparent 35px, white 36px);
  background-image: radial-gradient(50% 0, circle closest-corner, transparent 0, transparent 35px, white 36px);
  background-image: -ms-radial-gradient(50% 0, circle closest-corner, transparent 0, transparent 35px, white 36px);
  padding: 56px 1rem 1rem 1rem;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 36px;
}

.c-card1 {
  margin-top: 22px;
}

.c-card::before {
  content: "";
  position: absolute;
  height: 4rem;
  width: 4rem;
  background-color: white;
  border-radius: 50rem;
  left: calc(50% - 2rem);
  top: -2rem;
  box-shadow: 0px 5px 6px #0000000f;
}

.c-card.is-ticked::before {
  background-color: #00BF6F;
}

.c-card.is-ticked::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/tick.svg);
  top: -12px;
  left: calc(50% - 1rem);
  height: 1.5rem;
  width: 2rem;
  background-repeat: no-repeat;
}

.c-card.is-cross::before {
  background-color: #EC1944;
}

.c-card.is-cross::after {
  content: "";
  position: absolute;
  background-image: url(../images/icons/close.svg);
  top: -15px;
  left: calc(50% - 1rem);
  height: 2rem;
  width: 2rem;
  background-repeat: no-repeat;
}

.c-card.is-cross .header {
  font-size: 1.25rem;
  color: #EC1944;
  font-weight: bold;
  text-align: center;
}

.c-card.is-cross .desc {
  color: #343741;
  font: 1rem;
  text-align: center;
}

.c-card.is-ticked .header {
  font-size: 1.25rem;
  color: #00BF6F;
  font-weight: bold;
  text-align: center;
}

.c-card.is-ticked .header2 {
  font-size: 1.25rem;
  color: #343741;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
}

.c-card.is-ticked .desc {
  color: #343741;
  font: 1rem;
  text-align: center;
  margin-top: 0.5rem;
}

.g-card {
  padding: 86px 1rem 1rem 1rem;
  margin-top: 70px;
  font-weight: 300;
}

.g-card::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  height: 141px;
  width: 115px;
  background-position: center;
  top: calc(-141px / 2);
  left: calc(50% - (115px/ 2));
}

.g-card.is-elderly::before {
  background-image: url(../images/graphics/elderly-full.svg);
}

.g-card.is-girl1::before {
  background-image: url(../images/graphics/girl-walking-1.svg);
}

.g-card.is-girl2::before {
  background-image: url(../images/graphics/girl-walking-2.svg);
}

.g-card.is-empty::before {
  background-image: url(../images/graphics/iconplaceholder.png);
}

.g-card.box1::before {
  background-image: url(../images/graphics/1_ChooseYourProtection.png);
}

.g-card.box2::before {
  background-image: url(../images/graphics/2_FlexibilityProtection.png);
}

.g-card.box3::before {
  background-image: url(../images/graphics/3_ComprehensiveCoverage.png);
}

.ap-card {
  background-color: #001871;
  display: flex;
  color: white;
  min-height: 200px;
  padding: 18px 1rem 1rem 1rem;
  width: 360px;
}

.ap-card .content {
  flex: 1;
  font-weight: 300;
}

.ap-card .content .header {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.ap-card .icon {
  padding-left: 1rem;
  align-self: start;
  height: 35px;
}

.dropdown-wrapper {
  display: flex;
}

@media screen and (max-width: 1080px) {
  .dropdown-wrapper {
    flex-direction: column;
  }
}

.drop-container {
  display: flex;
  cursor: pointer;
  position: relative;
  /* z-index: 2; */
  height: 35px;
  width: 65px;
}

.drop-container .arrow {
  transform: rotate(180deg);
  padding: 0.5rem;
}

.drop-container.dark {
  flex-shrink: 0;
}

.drop-container.dark .selection-drop {
  padding: 4px 8px;
  border: 2px solid #001871;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: white;
  z-index: 2;
  color: #001871;
}

.drop-container.dark .drop-arrow {
  background-color: #001871;
  border: 2px solid #001871;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 2;
}

.drop-container.dark .drop-list {
  position: absolute;
  background-color: white;
  border: 2px solid #001871;
  width: calc(100% - 1px);
  top: 33px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  color: #001871;
  left: 0;
}

.drop-container.dark .drop-list ul li {
  padding: 8px;
  text-align: center;
  cursor: pointer;
}

.drop-container.dark .drop-list ul li:hover {
  background-color: #e9f6fc;
}

.drop-container.light {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: inherit;
  background-color: white;
  border: 1px solid #DEE2E9;
  border-radius: 5px;
  padding: 0.5rem;
  color: #DEE2E9;
  /* z-index: 2; */
  align-items: center;
}

.drop-containerNotAllowed {
  cursor: not-allowed;
  background-color: whitesmoke;
}

.drop-containerNotAllowed.light {
  background-color: whitesmoke;
}

.drop-container.light .arrow {
  padding: 0;
  height: 15px;
  width: 30px;
}

.drop-container.light.selected {
  border: 1px solid #00A4E4;
}

.drop-container.light.selected .selection-drop {
  color: #343741;
}

.drop-container.light .selection-drop {
  box-shadow: none;
  display: flex;
  width: 100%;
}

.drop-container.light .drop-list {
  position: absolute;
  background-color: white;
  width: calc(100% + 2px);
  top: 36px;
  left: -1px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #DEE2E9;
  opacity: 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
  color: #343741;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.drop-container.light .drop-list ul li {
  padding: 0.5rem;
}

.drop-container.light .drop-list ul li:hover {
  background-color: #e9f6fc;
}

.drop-container.active .drop-list {
  animation: animationFrames ease 0.25s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  -webkit-animation: animationFrames ease 0.25s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: animationFrames ease 0.25s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  -ms-animation: animationFrames ease 0.25s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  height: auto;
  z-index: 1;
}

.drop-container.active .drop-listState {
  height: 19rem;
  overflow-y: scroll;
}

.drop-container.active .selection-drop {
  border-bottom-left-radius: 0;
}

.drop-container.active .drop-arrow {
  border-bottom-right-radius: 0;
}

.drop-container.active .arrow {
  transform: rotate(0deg);
}

.hidden-1080 {
  display: none;
}

@media screen and (min-width: 1080px) {
  .hidden-1080 {
    display: block;
  }
}

.hidden-in-1080 {
  display: block;
}

@media screen and (min-width: 1080px) {
  .hidden-in-1080 {
    display: none;
  }
}

.stepper-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
  counter-reset: section;
}

.stepper-container .step {
  border-radius: 50rem;
  border: 3px solid #B1B1B1;
  background-color: #D0D0D0;
  color: #B1B1B1;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 1.25rem;
  position: relative;
  margin: 0 auto;
}

.stepper-container .step:before {
  counter-increment: section;
  content: counter(section);
  font-weight: 600;
}

.stepper-container .step-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.stepper-container .step-container.active .step {
  background-color: #1352DE;
  color: white;
  border: none;
}

.stepper-container .step-container.active .step+.step-title {
  color: #1352DE;
  font-weight: 600;
}

.stepper-container .step-container.completed {
  cursor: pointer;
}

.stepper-container .step-container.completed .step {
  background-color: #00BF6F;
  color: white;
  border: none;
}

.stepper-container .step-container.completed .step::before {
  content: "";
  background-image: url(../images/icons/tick.svg);
  background-size: 24px 24px;
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.stepper-container .step-container.completed .step+.step-title {
  color: #00BF6F;
  font-weight: 600;
}

.stepper-container.mobile {
  color: white;
  justify-content: flex-start;
  padding-bottom: 0;
  display: flex;
}

.stepper-container.mobile .back-step {
  padding-right: 1rem;
  cursor: pointer;
}

.stepper-container.mobile .step-number {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
}

.stepper-container.mobile .step-number:before {
  content: "";
}

@media screen and (min-width: 1080px) {
  .stepper-container.mobile {
    display: none;
  }
}

.stepper-container.desktop {
  display: none;
}

@media screen and (min-width: 1080px) {
  .stepper-container.desktop {
    display: flex;
  }
}

.stepper-container .stepper-line {
  width: 100%;
  height: 4px;
  border-radius: 50rem;
  background-color: #B1B1B1;
  margin: 0 24px;
  margin: 0px -15px;
  margin-top: -25px;
}

.stepper-container .stepper-line.active {
  background-color: #1352DE;
}

.stepper-container .stepper-line.completed {
  background-color: #00BF6F;
}

.stepper-container .step-title {
  min-width: 155px;
  text-align: center;
  top: 53px;
  color: #B1B1B1;
  left: calc(50% - (155px / 2));
  margin-top: 8px;
}

.table {
  position: relative;
  display: flex;
  z-index: 7;
}

.table .info-section {
  /*margin-bottom: 54%;
  z-index: 2;
  position: relative;
  */
  padding: 1rem;
}

/*.table .info-section1 {
  margin-bottom: 27%;
}*/

.table .offerings {
  box-shadow: 5px 0 5px 0px rgba(0, 0, 0, 0.22);
  width: 235px;
  background-color: #1352DE;
  color: white;
  padding: 1rem 1rem 0 1rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-shrink: 0;
  z-index: 1;
}

.table .section1 {
  min-height: 104px;
  display: flex;
  /* margin-top: -1rem;*/
}

.table .section1a {
  min-height: 164px;
  display: flex;
}

.table .section1 .table-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
}

.section2 {
  height: 37px;
}

.table .section2 .title {
  position: relative;
  z-index: 2;
}

.table .section2 .title-container {
  padding: 8px 16px;
  margin: 0 -16px;
  position: absolute;
}

.table .section2 .bg {
  background-color: #001871;
  position: absolute;
  height: 37px;
  width: 100%;
  left: 0;
  z-index: 1;
}

.table .section3 .coverage {
  display: flex;
  padding: 1.5rem 1rem;
  margin: 0 -1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*min-height: 117px;*/
}

.table .section3 .coverage:last-child {
  border: none;
}

.table .section3 .coverage:last-child .tooltip .tooltip-content {
  bottom: 31px;
  top: auto;
}

.table .section3 .coverage:last-child .tooltip.active .tooltip-container:after {
  border-color: #343741 transparent transparent transparent;
  -webkit-animation: slide-bottom 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: slide-bottom 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}

.tooltip {
  position: relative;
  margin-right: 0.5rem;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 4px;
  font-weight: 300;
}

.tooltip .tooltip-content {
  position: absolute;
  opacity: 0;
  height: 0;
  overflow: hidden;
  background-color: #343741;
  color: white;
  padding: 0.5rem;
  border-radius: 5px;
  width: 0rem;
  top: 29px;
  left: -16px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  cursor: default;
  z-index: 10;
}

.tooltip.active .tooltip-content {
  animation: animationFrames ease 0.25s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  -webkit-animation: animationFrames ease 0.25s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: animationFrames ease 0.25s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  -ms-animation: animationFrames ease 0.25s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  height: auto;
  width: 15rem;
}

@media screen and (min-width: 768px) {
  .tooltip.active .tooltip-content {
    width: 39vw;
  }
}

.tooltip.active .tooltip-container:after {
  content: "";
  position: absolute;
  border-width: 10px;
  left: -3px;
  top: 15px;
  border-style: solid;
  border-color: transparent transparent #343741 transparent;
  z-index: 2;
  transition-delay: 10ms;
  -webkit-animation: slide-top 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: slide-top 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}

.tooltip-container {
  cursor: pointer;
}

.overflow-container {
  overflow: hidden;
}

.simulation-for-mobile-swipe {
  width: 400px;
  margin: 0 auto;
  height: 650px;
}

.mobile-slider-padding-removal{
  padding:0;
}

@media (min-width: 768px) and (max-width: 1080px){
  .slider-bullet-top{
    top: 0;
    padding-top: 4rem;
  }

  .slider-bullet-top .slick-dots:before{
    content: "Slide to view more";
    position: absolute;
    left: calc(50% - (116.56px / 2));
  }
  .slider-bullet-top .slick-dots{
    top: 0;
    margin-top: 1rem;
    height: 3rem;
  }
  .slider-bullet-top .slick-dots li button:before{
    width: 13px;
    height: 13px;
    border: 2px solid #1352DE;
  }
  .slider-bullet-top .slick-dots li{
    width: 13px;
    height: 13px;
    margin-top: 28px;
  }
}

.slick-slide{
  margin-right: 1rem;
}

.plans-container {
  width: 100%;
  display: flex;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .plans-container {
    height: auto;
  }
}

/* .plans-container1 {
	height: 750px;
} */

/* .plans-container2 {
	height: 795px;
} */

.plans-container .next-card {
  height: 100%;
  width: 30px;
  position: absolute;
  right: 0;
  background-color: #00A4E4;
  z-index: 4;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.plans-container .next-card img {
  transform: rotate(90deg);
  width: 15px;
  height: 30px;
}

.plans-container .next-card.active {
  display: flex;
}

.plans-container .previous-card {
  height: 100%;
  width: 30px;
  position: absolute;
  left: 0;
  background-color: #00A4E4;
  z-index: 4;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
}

.plans-container .previous-card img {
  transform: rotate(-90deg);
  width: 15px;
  height: 30px;
}

.plans-container .previous-card.active {
  display: flex;
}

.plans-container.right-spaced {
  padding-right: 30px;
}

.plans-container.left-spaced {
  padding-left: 30px;
}

.plans-container .plan-card {
  padding: 0;
  margin: 0 0.25rem;
  flex-direction: column;
  /* z-index: 0; */
  flex: 1;
  transition: all 0.25s ease-in-out;
}

.plans-container .plan-card1 {
  padding: 0;
  flex-direction: column;
  /* z-index: 0; */
  flex: 1;
  transition: all 0.25s ease-in-out;
  max-width: 251px;
}

.plan-card:last-child {
  margin-right: 0;
}

.plans-container .plan-card:first-child {
  margin-left: 0;
}

.plan-card1:last-child {
  margin-right: 0;
}

.plans-container .plan-card1:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1080px) {
  .plans-container .plan-card {
    min-width: 246px;
  }
  .plans-container .plan-card1 {
    min-width: 246px;
  }
  .plans-container{
    padding-left: 1rem;
  }
}

.plans-container .plan-card.scaled-down {
  /*transform: scale(0.97);*/

  display: table;
  zoom: 98%;
  margin-top: 1%;
}

.plans-container .plan-card1.scaled-down {
  /*transform: scale(0.97);*/

  display: table;
  zoom: 98%;
  margin-top: 1%;
}

/* .plans-container .plan-card.tooltip-active {
  z-index: 1;
}
.plans-container .plan-card:last-child {
  margin: 0;
} */
.plans-container .plan-card:first-child {
  margin-left: 0;
}

.plans-container .plan-card .plan-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.plans-container .plan-card1:first-child {
  margin-left: 0;
}

.plans-container .plan-card1 .plan-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.plans-container .plan-card .price {
  font-weight: 600;
}

.plans-container .plan-card .breakdown {
  margin-top: 0.25rem;
}

.plans-container .plan-card .breakdown .sub {
  font-size: 0.75rem;
}

.plans-container .plan-card .info-section {
  z-index: 2;
  position: relative;
  /* padding: 1rem 1rem 0 1rem; */
}

.plans-container .plan-card1 .plan-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.plans-container .plan-card1 .price {
  font-weight: 600;
}

.plans-container .plan-card1 .breakdown {
  margin-top: 0.25rem;
}

.plans-container .plan-card1 .breakdown .sub {
  font-size: 0.75rem;
}

.plans-container .plan-card1 .info-section {
  z-index: 2;
  position: relative;
  /* padding: 1rem 1rem 0 1rem; */
}

@media screen and (max-width: 1080px) {
  .plans-container .plan-card .info-section {
    padding: 1rem;
  }
   .plans-container .plan-card1 .info-section {
    padding: 1rem;
  }
}

.plans-container .plan-card .seperation {
  padding: 0rem 1rem;
}

.plans-container .plan-card .seperation1 {
  width: 100%;
}

.plans-container .plan-card1 .seperation {
  padding: 0rem 1rem;
}

.plans-container .plan-card1 .seperation1 {
  width: 100%;
}

.plans-container .plan-card .seperation p {
  padding: 1rem 0 1rem 0;
  text-align: center;
}

.plans-container .plan-card .seperation p::before {
  content: "";
  border-bottom: 2px solid #DEE2E9;
  position: absolute;
  width: calc(50% - 54px);
  top: 50%;
  right: -16px;
}

.plans-container .plan-card .seperation p::after {
  content: "";
  border-bottom: 2px solid #DEE2E9;
  position: absolute;
  width: calc(50% - 54px);
  top: 50%;
  left: -16px;
}

.plans-container .plan-card1 .seperation p {
  padding: 1rem 0 1rem 0;
  text-align: center;
}


.plans-container .plan-card1 .seperation p::before {
  content: "";
  border-bottom: 2px solid #DEE2E9;
  position: absolute;
  width: calc(50% - 60px);
  top: 50%;
  right: -16px;
}

.plans-container .plan-card1 .seperation p::after {
  content: "";
  border-bottom: 2px solid #DEE2E9;
  position: absolute;
  width: calc(50% - 60px);
  top: 50%;
  left: -16px;
}

.plans-container .plan-card.selected .seperation p::before {
  width: calc(50% - 58px);
  right: -12px;
}

.plans-container .plan-card.selected .seperation p::after {
  width: calc(50% - 58px);
  left: -12px;
}

.plans-container .plan-card1.selected .seperation p::before {
  width: calc(50% - 58px);
  right: -12px;
}

.plans-container .plan-card1.selected .seperation p::after {
  width: calc(50% - 58px);
  left: -12px;
}

.plans-container .plan-card .desc {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  /* height: 8%; */
}

.plans-container .plan-card .desc1 {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  /* height: 12%; */
}

.plans-container .plan-card button {
  width: 100%;
}

.plans-container .plan-card.selected {
  /* border: 3px solid #00BF6F;
  margin: 0; */
  -webkit-box-shadow: inset 0px 0px 0px 4px rgba(0, 191, 111, 1);
  -moz-box-shadow: inset 0px 0px 0px 4px rgba(0, 191, 111, 1);
  box-shadow: inset 0px 0px 0px 4px rgba(0, 191, 111, 1);
}

.plans-container .plan-card.selected .outline {
  background-color: #00BF6F;
  border: none;
  color: white;
  box-shadow: none;
}

.plans-container .plan-card1 .desc {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  /* height: 8%; */
}

.plans-container .plan-card1 .desc1 {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  /* height: 12%; */
}

.plans-container .plan-card button {
  width: 100%;
}

.plans-container .plan-card1.selected {
  /* border: 3px solid #00BF6F;
  margin: 0; */
  -webkit-box-shadow: inset 0px 0px 0px 4px rgba(0, 191, 111, 1);
  -moz-box-shadow: inset 0px 0px 0px 4px rgba(0, 191, 111, 1);
  box-shadow: inset 0px 0px 0px 4px rgba(0, 191, 111, 1);
}

.plans-container .plan-card1.selected .outline {
  background-color: #00BF6F;
  border: none;
  color: white;
  box-shadow: none;
}

.plans-container .coverages .coverage-prices {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1rem;
  font-weight: 300;
  /*min-height: 117px;*/
  display: flex;
  align-items: flex-start;
  font-weight: 400;
}

.mobile-title-tooltip-container {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  max-width: 100%;
}

@media screen and (max-width: 1080px) {
  .plans-container .coverages .coverage-prices {
    align-items: flex-start;
    flex-direction: column;
  }
}

.mobile-table-item-coverage {
  margin-left: 23px;
}

.plans-container .coverages .coverage-prices:last-child {
  border: none;
}

.plans-container .coverages .coverage-prices:last-child .tooltip-content {
  top: auto;
  bottom: 30px;
}

.plans-container .coverages .coverage-prices:last-child .tooltip.active .tooltip-container:after {
  border-color: #343741 transparent transparent transparent;
  -webkit-animation: slide-bottom 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
  animation: slide-bottom 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
}

.plan-card:last-child .coverage-prices .tooltip.active .tooltip-content {
  left: auto;
  right: -190px;
}

.coverages {
  margin-top: 37px;
  position: relative;
  z-index: auto;
  background-image: url(../images/wavePatternTall.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom left;
  padding: 0rem 1rem;
}

@media screen and (max-width: 1080px) {
  .coverages {
    margin-top: 0px;
	max-width: 251px;
  }
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs1 {
  overflow-x: hidden;
}

.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: #3273dc;
  color: #3273dc;
}

.tabs ul {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

.tabs ul.is-left {
  padding-right: 0.75em;
}

.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}

.tabs .icon:first-child {
  margin-right: 0.5em;
}

.tabs .icon:last-child {
  margin-left: 0.5em;
}

.tabs.is-centered ul {
  justify-content: center;
}

.tabs.is-right ul {
  justify-content: flex-end;
}

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

.tabs.is-toggle li+li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tabs.is-toggle li.is-active a {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
  z-index: 1;
}

.tabs.is-toggle ul {
  border-bottom: none;
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

.tabs.is-small {
  font-size: 0.75rem;
}

.tabs.is-medium {
  font-size: 1.25rem;
}

.tabs.is-large {
  font-size: 1.5rem;
}

.tab-container {
  position: relative;
}

.tab-container.angle-bg-space {
  margin-top: 4.6rem;
  overflow: hidden;
}

.tab-container.angle-bg-space .tabs-header {
  padding-top: 4.6rem;
}

.tab-container .tabs-header {
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.tab-container .plans-bg {
  background: linear-gradient(45deg, #1352de 0%, #0c71e0 35%, #097de1 55%, #00a4e4 100%);
  width: 100%;
  position: absolute;
  height: 182px;
  bottom: -20px;
  z-index: -1;
  overflow: hidden;
  transform: rotate(-1deg);
  width: 110%;
  left: -5%;
}

.tab-container.no-tabs .plans-bg {
  height: 139px;
}

.tab-container.no-tabs .tabs {
  display: none;
}

.tab-container .plans-bg:after {
  content: "";
  box-shadow: inset 0px 9px 20px 0px #2a5ab2;
  position: absolute;
  width: 105%;
  height: 100%;
  overflow: hidden;
  top: 0px;
}

.tabs.is-boxed ul {
  border-bottom: 3px solid #FF8200;
}

.tabs.is-boxed li {
  position: relative;
  display: flex;
  flex: 1;
  margin: 0 0.25rem;
}

.tabs.is-boxed li a {
  width: 100%;
}

.tabs.is-boxed li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid transparent;
}

.tabs.is-boxed li.is-active a {
  background-color: #FF8200;
  color: white;
  cursor: pointer;
  border: 1px solid transparent;
}

.tabs.is-boxed li.is-active:after {
  content: "";
  background-image: url(../images/graphics/tab-wing.svg);
  position: absolute;
  right: -18px;
  height: 24px;
  width: 20px;
  bottom: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}

.tabs.is-boxed li.is-active:last-child:after {
  background-image: none;
}

.tabs.is-boxed li.is-active:before {
  content: "";
  background-image: url(../images/graphics/tab-wing.svg);
  position: absolute;
  left: -18px;
  height: 24px;
  width: 20px;
  bottom: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  z-index: 3;
}

.tabs.is-boxed li.is-active:first-child:before {
  background-image: none;
}

.tabs.white-text li a {
  color: white;
  text-decoration: none;
}

.summary-pane .body .note {
  font-size: 14px;
  margin-top: 0.5rem;
}

.summary-pane .header {
  padding: 1rem;
  background-color: #1352DE;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.summary-pane {
  position: relative;
  z-index: 11;
}

.sticky {
  position: fixed;
  top: 0;
  width: 384px;
}

.sticky1 {
  position: absolute;
  bottom: 0;
  top: auto;
  margin-bottom: 1rem;
  width: 384px;
}

.sticky2 {
  position: absolute;
  bottom: 0;
  top: auto;
  margin-bottom: 2.5rem;
  width: 384px;
}

.sticky3 {
  position: absolute;
  bottom: 0;
  top: auto;
  margin-bottom: 1.5rem;
  width: 384px;
}

#promoButton {
  padding-right: 0.25rem;
  cursor: pointer;
}

.body1 {
  margin-top: 5%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 0;
  background-color: #001871;
  color: white;
  padding: 1rem;
}

.body1 .item-container {
  margin-bottom: 0rem;
}

.thankYou .header {
  padding: 1rem;
  color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
}

.displayFlex {
  display: flex;
}

.summary-pane .header .cover-title {
  font-weight: bold;
}

.summary-pane .body {
  background-color: #343741;
  color: white;
  padding: 1rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.summary-pane .body .item-container {
  margin-bottom: 1rem;
}

.summary-pane .body .item-container .title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
}

.summary-pane .body .item-container .title img {
  padding-right: 0.25rem;
  cursor: pointer;
}

.summary-pane .body .item-container .details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.summary-pane .body .item-container .details .price-container {
  display: flex;
}

.summary-pane .body .item-container .details .price-container .dash {
  margin-right: 4px;
}

.summary-pane .body .item-container .details .price-container .rm {
  padding-right: 0.25rem;
}

.summary-pane .body .item-container .details .price-container .price {
  display: flex;
  justify-content: flex-end;
  min-width: 48px;
}

.summary-pane .body .item-container .promocode {
  margin: 1rem 0;
  display: flex;
  justify-content: space-between;
}

.summary-pane .body .item-container .promocode .button-trigger {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.summary-pane .body .item-container .promocode .button-trigger span {
  text-decoration: underline;
}

.summary-pane .body .item-container .promocode .button-trigger.hidden {
  display: none;
}

.summary-pane .body .item-container .promocode .button-trigger img {
  height: 20px;
  width: 20px;
  padding-right: 0.25rem;
}

.summary-pane .body .item-container .promocode .field {
  display: flex;
  width: 100%;
}

.summary-pane .body .item-container .promocode .field2 {
  display: block;
  width: 100%;
}

.summary-pane .body .item-container .promocode .field.hidden {
  display: none;
}

.summary-pane .body .item-container .promocode .field .control {
  width: 100%;
}

.summary-pane .body .item-container .promocode .field .filled {
  padding: 10px 16px;
  width: 80px;
  margin-left: 0.25rem;
  flex-shrink: 0;
}

.summary-pane .body1 .item-container1 {
  margin-bottom: 0rem;
}

.summary-pane .body1 .item-container1 .title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
}

.summary-pane .body1 .item-container1 .details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.summary-pane .body1 .item-container1 .details .price-container {
  display: flex;
}

.summary-pane .body1 .item-container1 .details .price-container .price {
  display: flex;
  justify-content: flex-end;
  min-width: 65px;
}

.details p:first-child {
  padding-right: 8px;
}

.summary-pane .body .total {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding: 1rem;
  border-top: 1px solid #707070;
  margin: 0 -1rem -1rem -1rem;
}

.summary-pane .body .total .rm {
  padding-right: 0.25rem;
}

.summary-pane .body .total .price {
  display: flex;
  justify-content: flex-end;
  min-width: 65px;
}

.accordion {
  background-color: white;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease-in-out;
}

.accordion .accordion-header {
  padding: 1rem;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion .accordion-header p {
  padding-right: 23px;
}

.accordion .accordion-header:after {
  content: "";
  position: absolute;
  top: calc(50% - (15px / 2));
  right: 15px;
  background-image: url(../images/icons/chevron-arrow.svg);
  background-position: right;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

.accordion .accordion-header_rn {
  padding: 1rem;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion .accordion-header_rn p {
  padding-right: 23px;
}

.accordion .accordion-header_rn:after {
  content: "";
  position: absolute;
  top: calc(50% - (15px / 2));
  right: 15px;
  height: 15px;
  width: 15px;
  transition: all 0.5s ease-in-out;
}

.accordion .accordion-body {
  padding: 1rem;
  border-top: none;
  position: relative;
  height: 0;
  padding: 0;
  display: none;
  transition: all 0.5s ease-in-out;
}

.accordion .accordion-body p {
  position: relative;
  z-index: 2;
}

.accordion.active {
  border-radius: 5px;
  margin: 1rem 0;
}

.accordion.active:first-child {
  margin-top: 0;
}

.accordion.active .accordion-header:after {
  transform: rotate(0deg);
}

.accordion.active .accordion-body {
  height: inherit;
  padding: 1rem;
  display: block;
}

.accordion:not(.active):first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.accordion:not(.active):last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

footer {
  background-color: #343741;
  color: white;
  padding: 1rem;
  border-top: 2px solid #0396e3;
}

footer ul {
  display: flex;
}

footer ul li {
  display: flex;
  padding-right: 0.5rem;
}

footer a {
  color: white;
  padding-right: 0.5rem;
  text-decoration: none;
}

footer .copyright {
  padding-top: 1rem;
}

footer .underwritten-container {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

footer .underwritten-container img {
  width: 60px;
  height: auto;
  margin-right: 4px;
}

@media screen and (max-width: 1080px) {
  footer ul {
    justify-content: center;
    font-size: 12px;
    flex-wrap: wrap;
  }

  footer ul li {
    padding: 0.5rem;
  }

  .copyright {
    text-align: center;
    font-size: 12px;
  }

  .underwritten-container {
    font-size: 12px;
    justify-content: center;
  }
}



.example .is-primary {
  background-color: #00A4E4;
  border-radius: 5px;
  padding: 0.5rem;
  color: white;
}

.example .is-danger {
  background-color: #EC1944;
  border-radius: 5px;
  padding: 0.5rem;
  color: white;
}

.example .is-info {
  background-color: #00BF6F;
  border-radius: 5px;
  padding: 0.5rem;
  color: white;
}

.modal .full-height {
  height: 100vh;
  max-height: calc(100vh + 40px);
}

.modal .modal-card {
  border-radius: 5px;
}

@media screen and (max-width: 1080px) {
  .modal .modal-card {
    border-radius: 0;
  }

  .modal .modal-card.padded-mobile {
    padding: 1rem;
  }

  .modal .modal-card.padded-mobile .modal-card-body {
    border-radius: 5px;
  }
}

.modal .modal-card .modal-card-head {
  border-radius: 0;
  padding: 1rem;
  color: #029DE4;
  align-items: center;
  background-color: white;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
  border-bottom: none;
}

.modal .modal-card .modal-card-head .back {
  justify-content: center;
  display: flex;
  cursor: pointer;
}

.modal .modal-card .modal-card-head img {
  padding-right: 0.5rem;
}

.modal .modal-card-body {
  padding: 1rem;
}

.modal .modal-card-body .content .title {
  color: #001871;
  text-align: center;
  font-weight: 600;
}

.modal .modal-card-body .content .title.align-left {
  text-align: left;
}

.modal .modal-card-body .content .title.has-underline {
  border-bottom: 1px solid #343741;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}

.content .title.align-left {
  text-align: left;
}

.content .title.has-underline {
  border-bottom: 1px solid #343741;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}

.modal .modal-card-body .content .desc {
  text-align: center;
}

.modal .modal-card-body .content button {
  display: block;
  margin: 0 auto;
}

.modal .modal-card-body .content button.filled {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.modal .list-items {
  list-style: disc;
  padding-left: 1rem;
}

.list-items1 {
  list-style: disc;
  padding-left: 1rem;
}

.list-items1 li {
  padding-bottom: 21px;
}

.modal .modal-card-foot {
  border-top: none;
  background-color: white;
  padding: 1rem;
  border-radius: 0;
}

.modal .modal-card-foot .outline {
  margin: 0 auto;
  width: 100%;
}

.slide-out-menu-container {
  height: 100%;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  display: none;
}

.slide-out-menu-container .slide-out-menu-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(52, 55, 65, 0.86);
}

.slide-out-menu-container.is-active {
  display: block;
}

.slide-out-menu-container .call-aig {
  background-color: #343741;
  padding: 1rem;
  color: white;
  display: flex;
  align-items: center;
}

.slide-out-menu-container .call-aig img {
  padding-right: 0.5rem;
}

.slide-out-menu {
  background-color: white;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100vh;
}

.slide-out-menu .modal-card-head {
  border-radius: 0;
  padding: 1rem;
  color: #029DE4;
  align-items: center;
  background-color: white;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
  border-bottom: none;
}

.slide-out-menu .modal-card-head .back {
  justify-content: center;
  display: flex;
  cursor: pointer;
}

.slide-out-menu .modal-card-head img {
  padding-right: 0.5rem;
}

.slide-out-menu .link-item {
  padding: 1rem;
  border-bottom: 1px solid #DEE2E9;
  text-decoration: none;
  color: #343741;
  display: block;
  width: 100%;
}

.hotline {
  color: white;
  display: flex;
  align-items: center;
}

.hotline img {
  padding-right: 0.5rem;
}

@media screen and (max-width: 1080px),
print {
  .hotline img {
    height: 35px;
    width: 35px;
  }
}

.no-padding {
  padding: 0;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(52, 55, 65, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1080px),
print {

  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card1 {
  width: 328px;
}

.planSelectionDesc {
  text-align: left;
  margin-bottom: 16px;
  display: block;
  color: black;
  margin-left: 16px;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }

  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }

  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1;
  }
}

@media screen and (max-width: 1080px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (max-width: 1020px) {
  .is-hidden-touch1 {
    display: none !important;
  }
}

@media screen and (max-width: 1081px) {
  .is-hidden-desktop {
    display: block !important;
  }
  .is-hidden-desktop2 {
    display: flex !important;
  }
}

@media screen and (max-width: 1020px) {
  .is-hidden-desktop3 {
    display: block !important;
  }
}

@media screen and (max-width: 1081px) {
  .is-hidden-desktop1 {
    display: block !important;
  }
}

.sticky-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px -2px 14px #adadad;
  transition: all 0.5s ease-in-out;
  z-index: 20;
}

.sticky-bar .drop-up {
  position: relative;
  z-index: 2;
}

.sticky-bar .drop-header {
  padding: 1rem;
  background-color: #343741;
  display: flex;
  justify-content: space-between;
  color: white;
  cursor: pointer;
}

.sticky-bar .drop-header .title {
  display: flex;
  flex: 2;
}

.sticky-bar .drop-header .price {
  padding-right: 1rem;
}

.sticky-bar .drop-header img {
  transform: rotate(0deg);
}

.sticky-bar .drop-header.hidden {
  display: none;
}

.sticky-bar .drop-content {
  overflow: hidden;
  height: 0;
}

.sticky-bar .drop-content .summary-pane .header,
.sticky-bar .drop-content .summary-pane .body {
  border-radius: 0;
}

.sticky-bar .filled {
  width: 100%;
  z-index: 3;
  border-radius: 0;
  position: relative;
}

.sticky-bar .active {
  z-index: 2;
}

.sticky-bar .active .drop-content {
  height: auto;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  -webkit-animation: slide-top2 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top2 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.sticky-bar .active .drop-header {
  -webkit-animation: slide-top2 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top2 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.sticky-bar .active .drop-header img {
  transform: rotate(180deg);
}

@keyframes slide-top2 {
  0% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.bar1 {
  display: flex;
  padding: 0.5rem 1rem;
  background-color: #343741;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  justify-content: space-between;
  color: white;
  cursor: pointer;
  align-items: center;
  bottom: 47px;
  width: 100%;
  position: fixed;
  z-index: 2;
}

.bar2 {
  display: flex;
  padding: 0.5rem 1rem;
  background-color: #343741;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  justify-content: space-between;
  color: white;
  cursor: pointer;
  align-items: center;
  bottom: 0;
  width: 100%;
  position: fixed;
  z-index: 2;
}

.testAreaMax {
  width: 600px;
}

.slick-dots {
  left: 0;
  bottom: -36px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
  background-color: #1352DE;
}

.slick-dots li button:before {
  border: 1px solid #1352DE;
  border-radius: 50px;
  line-height: 1;
  width: 10px;
  height: 10px;
  background-color: white;
  opacity: 1;
  color: transparent;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.center404{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
}




.choose-tabs-container {
  display: flex;
  min-height: 50px;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.choose-tabs-container .selection.selected {
  background-color: #001871;
  padding: 1rem 0;
  position: relative;
  z-index: 1;
}
.choose-tabs-container .selection.selected p {
  color: white;
  font-weight: 800;
}
.choose-tabs-container .selection.selected:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 11px solid #001871;
  transition: 300ms ease-out;
}
.choose-tabs-container .selection.selected.selected1::after {
  content: "";
  right: calc(50% - 20px);
  animation: slide-selected1 0.25s;
}
.choose-tabs-container .selection.selected.selected2::after {
  content: "";
  left: calc(50% - 20px);
  animation: slide-selected2 0.25s;
}
.choose-tabs-container .selection {
  background-color: #ebe9e5;
  width: calc(100% - 4px);
  padding: 12px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  text-align: center;
  transition: 300ms ease-out;
}
.choose-tabs-container .selection p {
  color: #343741;
  font-size: 14px;
  text-transform: uppercase;
}
.choose-tabs-container .selection:first-child {
  margin-right: 8px;
}
.choose-tabs-container .selection:last-child {
  margin-right: 0;
}
.choose-tabs-container ~ .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.choose-tabs-container .selection.selected {
  background-color: #001871;
  padding: 1rem 0;
  position: relative;
  z-index: 1;
}
.choose-tabs-container .selection.selected p {
  color: white;
  font-weight: 800;
}
.choose-tabs-container .selection.selected:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 11px solid #001871;
  transition: 300ms ease-out;
}
.choose-tabs-container .selection.selected.selected1::after {
  content: "";
  right: calc(50% - 20px);
  animation: slide-selected1 0.25s;
}
.choose-tabs-container .selection.selected.selected2::after {
  content: "";
  left: calc(50% - 20px);
  animation: slide-selected2 0.25s;
}
.choose-tabs-container .selection {
  background-color: #ebe9e5;
  width: calc(100% - 4px);
  padding: 12px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  text-align: center;
  transition: 300ms ease-out;
}
.choose-tabs-container .selection p {
  color: #343741;
  font-size: 14px;
  text-transform: uppercase;
}
.choose-tabs-container .selection:first-child {
  margin-right: 8px;
}
.choose-tabs-container .selection:last-child {
  margin-right: 0;
}

.choose-tabs-container .selection.selected p {
  color: white;
  font-weight: 800;
}
.choose-tabs-container .selection.selected:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 11px solid #001871;
  transition: 300ms ease-out;
}
.choose-tabs-container .selection.selected.selected1::after {
  content: "";
  right: calc(50% - 20px);
  animation: slide-selected1 0.25s;
}
.choose-tabs-container .selection.selected.selected2::after {
  content: "";
  left: calc(50% - 20px);
  animation: slide-selected2 0.25s;
}

.calendar-container label {
  padding-left: 0.5rem;
  font-weight: normal;
}
.selection-calendar {  
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: inherit;
  background-color: white;    
  z-index: 2;
  align-items: center;
}
.selection-calendar:active {
  box-shadow: none;
}

.hidden{
	display: none;
}

.icon-with-text-btn {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  color: #ff8200;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  float: right;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.icon-with-text-btn img {
  margin-right: 4px;
}

@media screen and (min-width: 1000px) {
  .renewal {
    padding-left: 15%; 
    padding-right: 15%;
  }
  .renewal2{
	padding-right: 19%;
  }
}

@media screen and (max-width: 989px) {
  .renewal {
    padding-left: 0%; 
    padding-right: 0%;
  }
  .renewal2{
	padding-top: 5%;
	
	 left:33;
	line-height: 150%;
  }
  
  .renewal3{
	padding-top: 7%;

  }
  
  
}

.outline-green {
  border: 0;
  outline: none;
  color: #00bf6f;
  background: #e0f8f4;
  box-shadow: inset 0px 0px 0px 3px #00bf6f;
  -webkit-box-shadow: inset 0px 0px 0px 3px #00bf6f;
  -moz-box-shadow: inset 0px 0px 0px 3px #00bf6f;
  animation: blink 1s ease;
}
.outline-green:active {
  color: #00bf6f;
  box-shadow: inset 0px 0px 0px 3px #00bf6f;
  -webkit-box-shadow: inset 0px 0px 0px 3px #00bf6f;
  -moz-box-shadow: inset 0px 0px 0px 3px #00bf6f;
  transition: 0.25s ease-in-out;
}
.outline-green:focus {
  color: #00bf6f;
  outline: none;
  transition: 0.25s ease-in-out;
  box-shadow: inset 0px 0px 0px 3px #00bf6f;
  -webkit-box-shadow: inset 0px 0px 0px 3px #00bf6f;
  -moz-box-shadow: inset 0px 0px 0px 3px #00bf6f;
}

.summary-pane .overlay-container {
  display: none;
}
.summary-pane .overlay-container.is-active {
  background-color: rgba(52, 55, 65, 0.86);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms ease-in;
}

@keyframes slide-selected {
  100% {
    opacity: 1;
    transform: translate(50%);
  }
}

@keyframes slide-selected1 {
  0% {
    right: 0%;
  }
  100% {
    right: calc(50% - 20px);
  }
}
@-webkit-keyframes slide-selected1 {
  0% {
    right: 0%;
  }
  100% {
    right: calc(50% - 20px);
  }
}
@keyframes slide-selected2 {
  0% {
    left: 0%;
  }
  100% {
    left: calc(50% - 20px);
  }
}
@-webkit-keyframes slide-selected2 {
  0% {
    left: 0%;
  }
  100% {
    left: calc(50% - 20px);
  }
}

.hidden{
	display: none;
}
/*# sourceMappingURL=style.css.map */