@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("font/poppins/Poppins-Light.woff2") format("woff2"), url("font/poppins/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("font/poppins/Poppins-Regular.woff2") format("woff2"), url("font/poppins/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("font/poppins/Poppins-Italic.woff2") format("woff2"), url("font/poppins/Poppins-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("font/poppins/Poppins-Medium.woff2") format("woff2"), url("font/poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("font/poppins/Poppins-MediumItalic.woff2") format("woff2"), url("font/poppins/Poppins-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("font/poppins/Poppins-Semibold.woff2") format("woff2"), url("font/poppins/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("font/poppins/Poppins-Bold.woff2") format("woff2"), url("font/poppins/Poppins-Bold.ttf") format("truetype");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75rem;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  background: #FFFFFF;
  color: #434343;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #182677;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s ease;
}
a:hover {
  text-decoration: underline;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  outline: 0;
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  border: none;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 400;
  color: inherit;
}

h1, .h1 {
  font-size: 3rem;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}

h2, .h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.35em;
}

h3, .h3 {
  font-size: 2rem;
  line-height: 1.5em;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.75em;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

section {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1060px;
  }
  .container-xl {
    max-width: 1240px !important;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12, .col,
.column-auto, .column-sm-1, .column-sm-2, .column-sm-3, .column-sm-4, .column-sm-5, .column-sm-6, .column-sm-7, .column-sm-8, .column-sm-9, .column-sm-10, .column-sm-11, .column-sm-12, .column-sm,
.column-sm-auto, .column-md-1, .column-md-2, .column-md-3, .column-md-4, .column-md-5, .column-md-6, .column-md-7, .column-md-8, .column-md-9, .column-md-10, .column-md-11, .column-md-12, .column-md,
.column-md-auto, .column-lg-1, .column-lg-2, .column-lg-3, .column-lg-4, .column-lg-5, .column-lg-6, .column-lg-7, .column-lg-8, .column-lg-9, .column-lg-10, .column-lg-11, .column-lg-12, .column-lg,
.column-lg-auto, .column-xl-1, .column-xl-2, .column-xl-3, .column-xl-4, .column-xl-5, .column-xl-6, .column-xl-7, .column-xl-8, .column-xl-9, .column-xl-10, .column-xl-11, .column-xl-12, .column-xl,
.column-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.column {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.column-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.column-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.column-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.column-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.column-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.column-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.column-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.column-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.column-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.column-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.column-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.column-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.column-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .column-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .column-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .column-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .column-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .column-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .column-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .column-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .column-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .column-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .column-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .column-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .column-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .column-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .column-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .column-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .column-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .column-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .column-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .column-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .column-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .column-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .column-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .column-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .column-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .column-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .column-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .column-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .column-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .column-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .column-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .column-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .column-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .column-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .column-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .column-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .column-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .column-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .column-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .column-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .column-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .column-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .column-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .column-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.grid {
  display: grid;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.grid-column-1 {
  grid-template-columns: 1fr;
}

.grid-column-2 {
  grid-template-columns: 1fr 1fr;
}

.grid-column-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 576px) {
  .grid-column-sm-1 {
    grid-template-columns: 1fr;
  }
  .grid-column-sm-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-column-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-column-md-1 {
    grid-template-columns: 1fr;
  }
  .grid-column-md-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-column-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .grid-column-lg-1 {
    grid-template-columns: 1fr;
  }
  .grid-column-lg-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-column-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-column-xl-1 {
    grid-template-columns: 1fr;
  }
  .grid-column-xl-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-column-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.d-none {
  display: none !important;
}

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-italic {
  font-style: italic !important;
}

@font-face {
  font-family: "jrhandregular";
  src: url("jr!ha___-webfont.eot");
  src: url("jr!ha___-webfont.eot?#iefix") format("embedded-opentype"), url("jr!ha___-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bradley";
  src: url("font/BradleyHandBold.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  position: relative;
}

h2, .h2,
h3, .h3 {
  font-weight: 600;
  color: #182677;
}

h5, .h5 {
  font-weight: 300;
  text-transform: uppercase;
  color: #182677;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B9B9B9;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #B9B9B9;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #B9B9B9;
}

:-moz-placeholder { /* Firefox 18- */
  color: #B9B9B9;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.data-hidden {
  display: none;
}

.bg-light-1 {
  background: #F9FCFF;
}

.btn {
  height: 38px;
  min-width: 100px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
  background: #38C0FC;
}
.btn:hover {
  text-decoration: none;
  background-color: #08ABF2;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 6px -6px rgba(0, 0, 0, 0.2);
}

.link-btn {
  font-size: 18px;
  padding: 1em 2.5em;
  color: #FFFFFF;
  text-align: center;
  border-radius: 2em;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background: rgb(169, 115, 255);
  background: -moz-linear-gradient(90deg, rgb(169, 115, 255) 0%, rgb(108, 0, 233) 100%);
  background: -webkit-linear-gradient(90deg, rgb(169, 115, 255) 0%, rgb(108, 0, 233) 100%);
  background: linear-gradient(90deg, rgb(169, 115, 255) 0%, rgb(108, 0, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a973ff", endColorstr="#6c00e9", GradientType=1);
  font-weight: 500;
}
.link-btn:hover {
  text-decoration: none;
}
.link-btn.outline {
  text-transform: none;
}

header {
  width: 100%;
  height: 100px;
  z-index: 998;
  transition: all 0.5s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
header .navigation-contain {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header .header__logo-link {
  display: flex;
  align-items: center;
}
header .header__logo-link img {
  height: 65px;
  transition: 0.3s ease;
}
header nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
header nav ul {
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
header nav ul li {
  margin: 0 1.5rem;
  text-transform: uppercase;
}
header nav ul li a {
  color: #FFFFFF;
}
header nav ul li a.active, header nav ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  header .link-btn {
    padding: 0;
    color: #38C0FC;
    background: none;
  }
}
ol.numbered-list li {
  font-size: 16px;
  line-height: 32px;
  margin-left: 20px;
  counter-increment: step-counter;
  margin-bottom: 20px;
  padding: 13px 20px 13px 25px;
  background: #FFFFFF;
  position: relative;
  box-shadow: 2px 2px 5px rgba(140, 152, 164, 0.05);
  border-right: 2px solid #A973FF;
}
ol.numbered-list li::before {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  content: counter(step-counter);
  top: 5px;
  margin-right: 20px;
  margin-left: -60px;
  font-size: 120%;
  line-height: 100%;
  color: #182677;
  background: rgb(246, 240, 254);
  background: -moz-linear-gradient(135deg, rgb(246, 240, 254) 0%, rgb(253, 251, 255) 100%);
  background: -webkit-linear-gradient(135deg, rgb(246, 240, 254) 0%, rgb(253, 251, 255) 100%);
  background: linear-gradient(135deg, rgb(246, 240, 254) 0%, rgb(253, 251, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f0fe", endColorstr="#fdfbff", GradientType=1);
  font-weight: 600;
  border-radius: 25px;
}

.scrolled-nav {
  height: 60px !important;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px rgba(100, 100, 100, 0.1);
}
.scrolled-nav .header__logo-link img {
  height: 45px;
}

.hero-home {
  background: url(images/hero-safe.jpeg) bottom 35% center no-repeat;
  background-size: cover;
}
.hero-home__wrapper {
  height: 40vh;
}
.hero-home__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.row-center-align {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.stat-block {
  overflow: visible;
}
.stat-block .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.stat-block .stat-info {
  padding: 3em;
}
.stat-block .stat-info::before {
  content: "";
  width: 600px;
  height: 600px;
  position: absolute;
  top: 0;
  left: -12%;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background: url(images/circle.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1040px) {
  .stat-block .stat-info::before {
    width: 500px;
    height: 500px;
    right: -20%;
    left: auto;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .stat-block .stat-info::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .stat-block .stat-info {
    padding: 1em 3em;
  }
}

.safe-implement {
  padding: 6em 0;
  background: #fafafa;
}
.safe-implement .safe-child-bg {
  width: 100%;
  height: 100%;
  background: url(images/safe-child-bg.png) center no-repeat;
  background-size: cover;
}

.safe-img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.safe-img.no-border {
  border-radius: 0;
}
@media (max-width: 576px) {
  .safe-img {
    width: 80%;
    margin: auto;
  }
}

.safe-registration {
  width: 100%;
  height: 800px;
  overflow: visible;
  background: #4a4a4a url(images/safe-registration-bg.jpg) top right no-repeat;
  background-size: cover;
}

.sign-up-form {
  z-index: 3;
  width: 620px;
  top: 50px;
  background: #fff;
  border-radius: 10px;
  padding: 40px 60px 30px 60px;
  border: 1px solid #B1E1E0;
  position: absolute;
}
.sign-up-form.checkOutShow {
  width: 90%;
  max-width: 900px;
}
.sign-up-form.checkOutShow .sign-up-form-left {
  max-width: 370px;
  width: 90%;
}
.sign-up-form.checkOutShow div.error-base {
  height: 20px;
}
.sign-up-form .form-info {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
.sign-up-form .heading {
  font-size: 18px;
  font-weight: 600;
  color: #182677;
}
.sign-up-form p.message-block {
  color: #182677;
  text-align: center;
  background: #F1F8FB;
  padding: 25px 0;
  border-radius: 5px;
  margin-top: 30px;
}

.sign-up-form h1 {
  font-family: "Bradley", sans-serif;
  font-size: 26px;
  color: #182677;
  line-height: 29px;
  letter-spacing: 0.25px;
  text-align: left;
}

.form-item {
  position: relative;
}

.form-item label,
.form-item input[type=text],
.form-item select {
  display: block;
  padding-left: 9px;
  padding-right: 15px;
}

.form-item select {
  color: #434343;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(images/arrow_down.png) right 12px center no-repeat;
  background-size: 14px 8px;
}

.form-item input[type=text].hidden,
.form-item select.hidden {
  display: none !important;
}

.form-item select.grayText {
  color: rgb(185, 185, 185);
}

.form-item select::-ms-expand {
  display: none;
}

.error {
  color: red;
  z-index: 1000;
  background: #fff;
  /*width: auto; fix for select width when error shows in position dropdown*/
}

p.error {
  position: absolute;
  right: 9px;
  top: 21px;
  font-size: 12px;
  margin-bottom: 0;
}

p.error#sourceInfo-error {
  top: 47px;
}

#service_approval_form-error {
  top: 11px;
}

.form-item .form-title + select + p.error,
.form-item .form-title + input + p.error {
  top: 50px;
}

.sign-up-form #fName + p.error,
.registration-form #tour-fname + p.error {
  right: auto;
  left: 117px;
}

.sign-up-form #fName + p.error {
  left: 47px;
}

.sign-up-form #lName {
  position: absolute;
  right: 0px;
}

.subheading {
  font-size: 1.1em;
  font-weight: 600;
  color: #182677;
}

.form-item .form-title {
  margin-bottom: 10px;
}

.form-item .radio-item {
  display: inline-block;
  width: 47%;
  vertical-align: top;
}

.sign-up-form .radio-item {
  margin: 10px 0px 20px 10px;
}

#safe_registration .form-item.radio-block .radio-item {
  margin-bottom: 0;
}

.form-item .radio-item.nl {
  width: 100%;
  margin: 5px 0 5px 10px !important;
}

.form-item .radio-item input[type=radio] {
  display: inline-block;
  position: relative;
  top: 1px;
}

.form-item .radio-item label {
  display: inline-block;
  cursor: pointer;
  padding-left: 3px;
  padding-right: 5px;
}

.width1 {
  width: 71% !important;
}

.width2 {
  width: 26% !important;
}

.width1 + .width2 {
  margin-left: 9px;
}

.width4 + .width2 {
  margin-left: 4px;
}

.width2 + .width2 {
  margin-left: 5px;
}

.width3 {
  width: 49% !important;
}

.width4 {
  width: 44% !important;
}

.width3 + .width3 {
  margin-left: 4px;
}

.sign-up-form .radio-item label {
  /*color: #c7c7c7;*/
}

.radio2Label2 {
  font-size: 12px;
  line-height: 18px;
  margin-left: 18px;
}

.sec-content.sign-up-box {
  position: relative;
  z-index: 100;
}

.form-RSVP form input[type=button],
.btn-close,
.sign-up-box input[type=button], .btn-green {
  margin: 45px auto 0px;
  min-width: 216px;
  width: auto;
  height: 52px;
  border-radius: 26px;
  background-color: #38C0FC;
  font-size: 1.15em;
  font-weight: 600;
  line-height: 52px;
  color: #fff;
  display: block;
  text-align: center;
  cursor: pointer;
}

.sign-up-box input[type=button].signup-submit {
  width: 100%;
}

.sign-up-box .hh-login input[type=button].signup-submit {
  margin-top: 15px;
  margin-bottom: 25px;
}

.btn-close {
  margin: 20px auto 0px;
}

.form-RSVP .form-item {
  margin-top: 18px;
}

.form-RSVP .form-item label {
  margin-bottom: 5px;
}

.form-RSVP form .form-item:first-child {
  margin-top: 24px;
}

.form-item.other-block label {
  display: inline-block;
}

.field-set {
  margin-top: 30px;
}

.sign-up-form .greenText.center {
  color: #182677;
  display: inline-block;
  width: 90%;
  margin: 0px auto;
}

.center {
  text-align: center;
}

.sign-up-form .greenText.center + .signup-submit {
  margin: 20px auto 0px;
}

.sign-up-form form {
  /*margin-top: 35px;*/
  margin-top: 0px;
}

.sign-up-form input[type=text], .sign-up-form input[type=password], .sign-up-form select {
  height: 48px;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  width: 100%;
  margin-top: 10px;
  outline: none;
  padding-left: 9px;
  padding-right: 15px;
  display: inline-block;
}

div.error-base {
  color: red;
  margin: 10px 0 5px;
}

.footer {
  color: #FFFFFF;
  background: #4a4a4a;
  font-size: 0.9rem;
}
.footer .footer-content {
  padding-top: 3em;
  padding-bottom: 3em;
}
.footer .footer-heading {
  font-weight: 600;
  margin-bottom: 0.25rem !important;
  text-transform: uppercase;
}
.footer .footer-socials {
  display: flex;
  align-items: center;
}
.footer .footer-socials li {
  margin-right: 10px;
}

.footer-contact {
  margin-top: 1rem;
}
.footer-contact li {
  margin-bottom: 10px;
  display: flex;
}
.footer-contact li a {
  color: #FFFFFF;
}
.footer-contact li a:hover {
  text-decoration: none;
}
.footer-contact li span.icn-ftr,
.footer-contact li p {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0 !important;
}
.footer-contact li p, .footer-contact li a {
  top: 3px;
}

.footer-contact li span.icn-ftr {
  margin-right: 10px;
}

img.footer-logo-image {
  height: 50px;
  display: block;
}

.footer-legal {
  font-size: 0.75rem;
  color: #e0e0e0;
  padding: 1rem 0;
  text-align: center;
  background: #3c3e3c;
}
.footer-legal a {
  color: #e0e0e0;
}

.icn-ftr {
  width: 34px;
  height: 34px;
  display: block;
}

.icn-ftr.icn-location {
  background: url(images/icn-location.png) no-repeat;
  background-size: 33px 34px;
}

.icn-ftr.icn-phone {
  background: url(images/icn-phone.png) no-repeat;
  background-size: 33px 34px;
}

.icn-ftr.icn-email {
  background: url(images/icn-email.png) no-repeat;
  background-size: 33px 34px;
}

.icn-ftr.icn-linkedin {
  background: url(images/icn-linkedin.png) no-repeat;
  background-size: 34px;
}

.icn-ftr.icn-fb {
  background: url(images/icn-fb.png) no-repeat;
  background-size: 34px;
}

.icn-ftr.icn-youtube {
  background: url(images/icn-youtube.png) no-repeat;
  background-size: 34px;
}

.subscribe-container {
  margin-bottom: 30px;
}
.subscribe-container .join-btn form {
  display: flex;
}
.subscribe-container .subscribe-input {
  width: 65%;
  max-width: 400px;
  height: 50px;
  padding: 0 20px;
  margin: 0;
  border: 1px solid #FFFFFF;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 576px) {
  .subscribe-container .subscribe-input {
    width: 58%;
  }
}
.subscribe-container .subscribe-btn {
  height: 50px;
  color: #FFFFFF;
  padding: 0 1.2rem;
  text-transform: uppercase;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: rgb(169, 115, 255);
  background: -moz-linear-gradient(90deg, rgb(169, 115, 255) 0%, rgb(108, 0, 233) 100%);
  background: -webkit-linear-gradient(90deg, rgb(169, 115, 255) 0%, rgb(108, 0, 233) 100%);
  background: linear-gradient(90deg, rgb(169, 115, 255) 0%, rgb(108, 0, 233) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a973ff", endColorstr="#6c00e9", GradientType=1);
}

.join-btn #email-error {
  color: #FF0000;
  position: absolute;
  bottom: -60px;
  left: 10px;
  min-width: 250px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  background: #FFFFFF;
}
.join-btn #email-error:after {
  bottom: 100%;
  left: 16px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFFFFF;
  border-width: 6px;
  margin-left: -6px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  float: left;
  z-index: 999;
  top: 0px;
  left: 0;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.popup {
  z-index: 1001;
  top: 30%;
  left: 0;
  right: 0;
  min-width: 400px;
  max-width: 450px;
  position: fixed;
  border-radius: 5px;
  background: #FFFFFF;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  margin: 0px auto;
}
.popup__header {
  height: 60px;
  padding: 0.9rem 0;
  text-align: center;
  background: #FFFFFF;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.popup__header img {
  width: auto;
  height: 40px;
  margin: auto;
}
.popup__content {
  padding: 1.5rem 2.5rem;
  text-align: center;
}

.legal-info .header {
  background: #FFFFFF;
  margin-bottom: 0 !important;
}
.legal-info .header img {
  height: 40px;
  margin-top: 10px;
  margin-left: 20px;
}

.legal-content {
  padding: 25px 0;
  max-width: 1000px;
  margin: 10px auto 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.75rem;
}
.legal-content .lc-left {
  width: 150px;
  float: left;
  padding-left: 10px;
  margin-top: 0.6rem;
}
.legal-content .lc-left li {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 5px;
}
.legal-content .lc-left li.active {
  color: #FFFFFF;
  background: #182677;
}
.legal-content .lc-right {
  width: 610px;
  margin-left: 180px;
}
.legal-content .lc-right .lc-heading {
  margin-bottom: 1.5rem;
}
.legal-content .lc-right .lc-heading .h2 {
  margin-bottom: 1rem;
}
.legal-content .lc-right .lc-heading .h5 {
  font-size: 0.9rem;
  text-transform: capitalize;
}
.legal-content ul {
  margin-bottom: 2rem;
}
.legal-content ul.list-bulleted li {
  margin-bottom: 1rem;
  margin-left: 1.1rem;
  padding-left: 5px;
  list-style: disc;
}
.legal-content a:link,
.legal-content a:hover,
.legal-content a:visited {
  color: #000;
  text-decoration: none;
}
.legal-content p {
  margin-bottom: 2rem;
  text-align: justify;
}
.legal-content .sub-heading {
  font-size: 1.35rem;
  font-weight: 600;
}

.sign-up-form-left {
  width: 100%;
}
.sign-up-form-left .width2 {
  width: 25% !important;
}

.sign-up-form-right {
  max-width: 380px;
  width: 90%;
  display: none;
  right: 0;
  bottom: 0px;
  margin-bottom: 0;
  position: absolute;
}

.sign-up-form-right.adjustForSubmitButton {
  margin-bottom: 98px;
}

.checkout-box {
  padding: 15px;
  background: white;
  border: 1px solid #B1E1E0;
}

.attachment-file-fld input[type=file] {
  cursor: pointer;
  width: 100%;
  height: 40px;
  position: relative;
  margin-top: -40px;
  z-index: 2;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  display: block;
}

.attachment-file-fld input[type=text] {
  margin-top: 0;
  background: #FFF url(images/attachment-icn.png) right 8px center no-repeat;
  background-size: 19px 17px;
}

.attachment-wrapper {
  margin-top: 10px;
}

.attachment-info {
  margin-top: 7px;
}

.attachment-file {
  width: 100%;
  height: 45px;
  padding-top: 2px;
  position: relative;
  cursor: pointer;
}

.attachment-file.pdf {
  padding-left: 45px;
  background: url(images/file-pdf.png) top left 3px no-repeat;
  background-size: 30px 38px;
}

.attachment-file.image {
  padding-left: 45px;
  background: url(images/file-img.png) top left 3px no-repeat;
  background-size: 30px 38px;
}

.attachment-file p.filename {
  line-height: 20px;
  white-space: nowrap;
  position: relative;
  top: 0px;
  font-size: 16px;
}

.attachment-file p.dt {
  color: #AFAFAF;
  font-size: 12px;
  line-height: 20px;
}

.attachment-file p {
  margin-bottom: 0;
}

/* start checkout and cc validation styles*/
.card-logos-box {
  position: absolute;
  top: 25px;
  right: 10px;
}

.alert-show .card-logos-box {
  top: 16px;
}

.visaLogo,
.mastercardLogo,
.amexLogo {
  height: 21px;
  display: inline-block;
}

.mastercardLogo {
  margin-right: 3px;
}

.visaLogo {
  margin-right: 3px;
}

.alert-show.alert-type-text input[type=text] {
  display: block;
  background-color: #fff7f7 !important;
  border: 1px solid #f80809 !important;
  position: relative;
  z-index: auto;
  animation: alert-show 0.5s;
  -webkit-animation: alert-show 0.5s;
}

.alert-show .alert-box .info2-icn.info-general .info-general-tooltip {
  display: block;
}

.alert-box .info2-icn.info-general .info-general-tooltip {
  display: none;
  width: auto;
  margin-left: 0px;
  margin-top: -22px;
  line-height: 15px !important;
  padding: 0px 6px 0px 6px;
  border-radius: 2px;
  background: #f80809;
  box-shadow: none;
  z-index: 103;
  white-space: nowrap;
  right: 8px;
  bottom: 39px;
  font-size: 10px;
  color: #ffffff;
  text-align: left;
  position: absolute;
  font-weight: 100;
}

p#credit_card_name-error,
p#credit_card_number-error,
p#credit_card_expiry-error {
  top: 21px;
}

.alert-show p#credit_card_name-error,
.alert-show p#credit_card_number-error,
.alert-show p#credit_card_expiry-error {
  top: 14px;
  background: none;
}

.alert-show p#credit_card_number-error {
  background: #fff7f7 !important;
}

@media only screen and (min-device-width: 0px) and (max-width: 800px) {
  .safe-registration .container {
    padding: 0;
  }
  .sign-up-form {
    width: 90%;
    padding: 40px 30px;
    margin: auto;
    left: 0;
    right: 0;
  }
  .sign-up-form h1 {
    font-size: 24px;
  }
  .form-item .radio-item {
    width: 100%;
    margin: 5px 0 5px 10px;
  }
}
@media only screen and (min-device-width: 961px) and (max-width: 1089px) {
  .sign-up-form.checkOutShow {
    width: 90%;
  }
  .sign-up-form-right {
    float: left;
  }
  .sign-up-form-left .width2 {
    width: auto !important;
  }
}
@media only screen and (min-device-width: 801px) and (max-width: 960px) {
  .sign-up-form.checkOutShow {
    max-width: 440px;
    margin-top: 30px;
  }
  .sign-up-form.checkOutShow .sign-up-form-left {
    width: 100%;
  }
  .sign-up-form-right {
    width: 100%;
    float: left;
    margin-top: 30px;
  }
}
@media only screen and (min-device-width: 375px) and (max-width: 543px) {
  /*hide cc logos and error messages in small devices because it will not fit in fields*/
  p.error {
    display: none !important;
  }
  select.error,
  input.error {
    border: 1px solid red !important;
  }
  .card-logos-box {
    display: none !important;
  }
}
@media only screen and (min-device-width: 544px) and (max-width: 1006px) {
  .card-logos-box {
    top: 14px;
  }
}
@media only screen and (min-device-width: 360px) and (max-width: 960px) {
  .sign-up-form-right {
    position: relative;
    left: 0px;
    right: auto;
    bottom: auto;
    margin-bottom: inherit;
  }
  .sign-up-form-right.adjustForSubmitButton {
    margin-bottom: inherit;
  }
}/*# sourceMappingURL=style.css.map */