/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
/*
ol, ul {
	list-style: none;
}
*/
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/**
 *  clearfixc For modern browsers
 */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 (trigger hasLayout)
 */
.cf {
  *zoom: 1;
}

.desktop {
  display: block;
}
.mobile {
  display: none;
}
.first {
  margin-left: 0px !important;
}
.center {
  text-align: center;
}
.bold-text {
  font-family: "geo-b";
}
.btn-wrapper {
  text-align: center;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.fw {
  width: 100%;
  display: block;
}
b {
  font-weight: 700;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.top-margin {
  margin-top: 2rem !important;
}
.top-margin-xl {
  margin-top: 3rem !important;
}
.top-margin-sm {
  margin-top: 1rem !important;
}
.bot-margin-mid {
  margin-bottom: 1rem;
}

/* Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield !important;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  list-style: disc;
  list-style-position: inside;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #303030;
  background-color: #fffefd;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

@media only screen and (min-width: 1400px) {
  html {
    font-size: 17px;
  }

  .slanted {
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
}

@media only screen and (max-width: 1024px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }

  .slanted {
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 15px;
  }

  .slanted {
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
  }
}

/*** STANDARDS ***/

div.pagesection {
  width: 95%;
  padding-top: 40px;
  padding-bottom: 80px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
  z-index: 1000;
}

div.page-hem div.pagesection,
div.page-maintenance div.pagesection {
  padding-top: 80px;
}

div.dark-blue-bg {
  background-color: #174d62;
}
div.pagesection.gray-bg {
  background-color: #fbfbfb;
}

div.pattern-dark {
  background-attachment: fixed;
  background-image: url("../img/pattern-darker.png");
  background-color: #24576b;
}

div.pagesection.no-top-pad {
  padding-top: 0px;
}
div.pagesection.no-bottom-pad {
  padding-bottom: 0px;
}

div.pagesection.big-bottom-pad {
  padding-bottom: 120px;
}
div.pagesection.med-top-pad {
  padding-top: 60px;
}

div.pagesubsection {
  margin-top: 4rem;
}

h1,
h2,
h3 {
  font-family: "Josefin Sans";
}

.light h1,
.light h2,
.light h3 {
  color: #ffffff;
}

.light,
.light a {
  color: #ffffff;
}

h1 {
  font-size: 2.25rem;
  line-height: 120%;
}

h1.sm {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

div.text-container h2.big,
h2 {
  font-size: 1.75rem;
  line-height: 120%;
}

h2.maintenance {
  font-size: 2rem;
  padding: 2rem 0 0.25rem;
}

div.text-container h2,
h3 {
  font-size: 1.375rem;
}

h3.section-title {
  margin-bottom: 0.625rem;
  font-family: "Lato";
  font-size: 14px;
  color: #6e6e6e;
  letter-spacing: 2.36px;
  text-align: center;
  line-height: 16px;
  text-transform: uppercase;
}

.light h3.section-title {
  color: rgba(255, 255, 255, 0.6);
}

div.text-container h3 {
  font-size: 1.25rem;
}

div.text a,
div.text-container a,
h2.big a {
  position: relative;
  color: #303030;
  text-decoration: none;
}

div.text > a,
div.text > .body > a,
div.text-container > a {
  font-weight: 700;
}

div.text a:before,
div.text-container a:before,
h2.big a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #92bcee;
  visibility: hidden;
  /*-webkit-transform: scaleX(0);
  transform: scaleX(0);*/
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

div.text a:hover:before,
div.text-container a:hover:before,
h2.big a:hover:before {
  visibility: visible;
  width: 100%;
}

/*
div.pagesection.regular-bg
{
	background-repeat: no-repeat;
	background-attachment: scroll !important;
	background-position: center center !important;
	background-color: #FEFEFE;
}

div.content
{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

div.pagesection h1,
div.pagesection h2
{
	display: inline-block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Poppins';
}

div.pagesection h1
{
	font-weight: 600;
	font-size: 1.875em;
	color: #2D2F36;
	line-height: 130%;
}

div.pagesection h2
{
	margin-top: 48px;
	font-weight: 600;
	font-size: 1.375em;
	color: #2D2F36;
	line-height: 150%;
}
*/

/*** PAGE HEADER **/
div#page-header {
  width: 95%;
  padding: 160px 2.5% 110px;
  background-color: #174d62;
  position: relative;
}

.page-ansokan div#page-header {
  width: 100%;
  padding: 160px 0px 110px;
}

div#page-header.no-clip {
  overflow: unset;
  -webkit-clip-path: unset;
  clip-path: unset;

  width: 100% !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.gradient-bg,
.rangeslider__handle {
  position: relative !important;
  background: linear-gradient(-45deg, #96eeda, #92bcee, #bc71fe, #ffa8b2);
  background-size: 800% 400%;

  -webkit-animation: Gradient 20s ease infinite;
  -moz-animation: Gradient 20s ease infinite;
  animation: Gradient 20s ease infinite;
}

.gradient-bg.faded-bg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.2);
}

.pattern-bg:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../img/pattern.png");
  background-attachment: fixed;
  background-repeat: repeat;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.page-ansokan div#page-header,
.page-hem div#page-header,
.page-maintenance div#page-header {
  padding-bottom: 0px;
}

.page-hem div#page-header .content,
.page-maintenance div#page-header .content {
  display: flex;
  flex-direction: column;
  max-width: 800px;
}

div.title-wrapper {
  color: #ffffff;
  max-width: 720px;
  margin: 0;
}

.page-hem div.title-wrapper,
.page-maintenance div.title-wrapper {
  text-align: center;
  margin: 0 auto;
}

div.title-wrapper .title {
  font-family: "Josefin Sans";
  line-height: 110%;
  font-weight: 600;
  font-size: 3rem;
}

div.title-wrapper .title .sm {
  margin-bottom: 0.75rem;
  color: rgba(254, 254, 254, 0.8);
  font-family: "Lato";
  font-size: 14px;
  letter-spacing: 2.36px;
  line-height: 16px;
  text-transform: uppercase;
}

div.title-wrapper .body {
  /*margin-top: 1rem;*/
  font-size: 1.5rem;
  line-height: 130%;
}

div.title-wrapper .body h1 {
  font-family: "Lato";
  color: inherit;
  font-size: inherit;
  /*font-family: inherit;*/
  line-height: inherit;
  margin: inherit;
  padding: inherit;
}

div.title-wrapper .link-text {
  margin-top: 0.75rem;
  font-size: 85%;
}

div.title-wrapper .link-text a {
  color: #ffffff;
}

div#page-header div.application {
  box-sizing: border-box;
}

div#page-header .page-title {
  text-align: center;
  padding-top: 100px;
  color: #ffd99a;
  line-height: 110%;
  font-size: 3rem;
}

@media only screen and (max-width: 1280px) {
  /*
  div#page-header,
  .page-ansokan div.title-wrapper {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
  */
}

@media only screen and (max-width: 1024px) {
  div#site-wrapper {
    padding-top: 66px;
  }

  div#page-header {
    width: 92%;
    padding: 80px 4%;
    background-attachment: scroll;
  }

  .page-ansokan div#page-header {
    padding-top: 80px;
  }

  .page-ansokan div.title-wrapper {
    width: 92%;
    padding: 0px 4%;
  }

  div.pagesection {
    width: 92%;
    padding: 3% 4% 6%;
    background-attachment: scroll;
  }

  div.page-hem div.pagesection,
  div.page-maintenance div.pagesection {
    padding-top: 6%;
  }

  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.675rem;
  }

  div.title-wrapper .title {
    font-size: 2.25rem;
  }

  div.title-wrapper .body {
    margin-top: 0.875rem;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 900px) {
  .page-hem div#page-header .content,
  .page-maintenance div#page-header .content {
    flex-direction: column;
  }

  .page-hem div#page-header .content .title-wrapper,
  .page-hem div#page-header .content .application,
  .page-maintenance div#page-header .content .application {
    flex-basis: 100%;
  }

  .page-hem div#page-header .content .application,
  .page-maintenance div#page-header .content .application {
    margin-top: 6%;
  }
}

@media only screen and (max-width: 640px) {
  div#page-header {
    width: 90%;
    padding: 60px 5%;
  }

  div.pattern-dark,
  .pattern-bg:before {
    background-size: 85%;
  }

  .page-ansokan div.title-wrapper {
    width: 90%;
    padding: 0px 5%;
  }

  div.pagesection {
    width: 90%;
    padding: 5% 5% 10%;
  }

  div.page-hem div.pagesection,
  div.page-mainteance div.pagesection {
    padding-top: 10%;
  }

  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.5rem;
  }

  div.title-wrapper .body {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 480px) {
  div.pagesection {
    padding-bottom: 15%;
  }
}

div.content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

div.content.sm {
  max-width: 740px;
}

@media only screen and (min-width: 1024px) {
  div.content.mid {
    max-width: 920px;
  }
}

div.text-container {
  width: 80%;
  max-width: 635px;
  font-size: 1.25rem;
  margin-top: 10px;
  line-height: 150%;
}
div.text-container.lrg {
  max-width: 730px;
}

div.text-container.xl {
  color: #002d3c;
  color: #454545;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  width: 100%;
  max-width: 920px;
}

div.text-container.light-font {
  font-weight: 300;
}

div.text-container.center {
  margin-left: auto;
  margin-right: auto;
}

div.text-container.maintenance {
  font-size: 1.25rem;
  padding: 0.5rem 6%;
  box-sizing: border-box;
}

div.text-container.section-intro {
  max-width: 635px;
  font-size: 1.5rem;
  margin-top: 16px;
  font-weight: 300;
}

div.text-container ol,
div.text-container ul {
  list-style-position: inside;
}

div.text-container h2 {
  display: block;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

div.text-container h3 {
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 0rem;
}

@media only screen and (max-width: 1024px) {
  div.text-container {
    width: 100%;
  }
  div.text-container.section-intro {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  div.text-container.section-intro {
    font-size: 1.125rem;
  }
}

/*** Column-wrappers ***/

div.col-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}

div.col-wrapper.justify-space-between {
  justify-content: space-between;
}
div.col-wrapper.align-items-center {
  align-items: center;
}
div.col-wrapper.just-center {
  justify-content: center;
}

div.col {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15px;
  box-sizing: border-box;
  position: relative;
}

div.col.col-1 {
  margin-left: 0px;
  margin-right: 0px;
}

div.col.margin-lg {
  margin: 20px 45px 10px;
}

div.col:first-of-type {
  margin-left: 0px;
}
div.col:last-of-type {
  margin-right: 0px;
}

div.col-2:nth-of-type(odd) {
  margin-left: 0px;
}
div.col-2:nth-of-type(even) {
  margin-right: 0px;
}

div.no-margin div.col {
  margin: 0px !important;
}

div.col-1 {
  flex-basis: 100%;
}
div.col-2 {
  flex-basis: calc((100% - 30px) / 2);
}
div.no-space div.col-2 {
  flex-basis: 50%;
  margin: 0px;
}
div.col-2.margin-lg {
  flex-basis: calc((100% - 90px) / 2);
}
div.col-3 {
  flex-basis: calc((100% - 60px) / 3);
}
div.col-4 {
  flex-basis: calc((100% - 120px) / 4);
}

div.col > .text-container {
  max-width: none;
  margin: 10px 0px 0px;
}

div.col.image {
  background-position: center center;
  background-size: cover;
  background-color: #ffffff;
}

div.split-content {
  margin: 50px auto 70px 0px;
  text-align: left;
  max-width: 540px;
  padding: 0px 30px;
}

div.split-content .text-container {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  div.col-2,
  div.col-4 {
    flex-basis: calc((100% - 30px) / 2);
  }

  div.col.margin-lg {
    flex-basis: calc((100% - 60px) / 2);
  }

  div.col.margin-lg:first-of-type {
    margin-right: 30px;
  }
  div.col.margin-lg:last-of-type {
    margin-left: 30px;
  }

  div.col-4:nth-child(odd) {
    margin-left: 0px;
  }
  div.col-4:nth-child(even) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 920px) {
  div.col-3 {
    flex-basis: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  div.no-space div.col-2 {
    flex-basis: 100%;
    margin: 0px;
  }
  div.no-space .col.image.horizontal {
    padding-top: 70%;
  }

  div.split-content {
    width: 92%;
    max-width: unset;
    margin: 0px;
    padding: 6% 4%;
    text-align: left;
  }
}

@media only screen and (max-width: 720px) {
  div.col-1,
  div.col-2,
  div.col.margin-lg,
  div.col-4 {
    flex-basis: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  div.col.image.vertical {
    padding-top: 120%;
  }
  div.col.image.horizontal {
    padding-top: 70%;
  }
  div.col.input {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  div.col-wrapper.reverse {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 640px) {
  div.split-content {
    width: 90%;
    max-width: unset;
    padding: 10% 5%;
    text-align: left;
  }
}

/*** DESKTOP TOPBAR ***/
div#desktop-topbar,
div#slim-topbar {
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 500;
}

div#desktop-topbar {
  position: absolute;
}

div#slim-topbar {
  opacity: 0;
  position: fixed;
  z-index: 1500;
  transform: translateY(-100%);
  background-color: #ffffff;
}

div#slim-topbar.showing {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  /* box-shadow: 0px 3px 10px rgba(252, 177, 176, 0.25); */
  /* box-shadow: 0px 3px 10px rgba(181,198,203,0.35); */
  box-shadow: 0px 3px 10px rgba(40, 40, 40, 0.1);
}

div.header {
  position: relative;
  width: 100%;
  max-width: 1170px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 16px 2%;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

div.header .menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.header div.logo-container,
div.header ul#menu {
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
}

.button_container {
  position: relative;
  box-sizing: border-box;
  height: 9px;
  width: 15px;
  cursor: pointer;
}

.button_container.open-menu-btn {
  height: 21px;
  width: 30px;
  padding: 5px;
  box-sizing: content-box;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

.button_container.active {
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
}

.button_container.active .top {
  -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
  -ms-transform: translateY(4px) translateX(0) rotate(45deg);
  transform: translateY(4px) translateX(0) rotate(45deg);
}
.button_container.active .middle {
  opacity: 0;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-4px) translateX(0) rotate(-45deg);
  transform: translateY(-4px) translateX(0) rotate(-45deg);
}

.button_container span {
  background: #303030;
  border: none;
  height: 1px;
  width: 15px;
  position: absolute;
  top: 0px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}

.button_container.open-menu-btn span {
  height: 2px;
  width: 20px;
  top: unset;
  position: relative;
}

div#slim-topbar .button_container span {
  background-color: #303030;
}

.button_container span:nth-of-type(2) {
  top: 4px;
}

.button_container.open-menu-btn span:nth-of-type(2) {
  top: unset;
}

.button_container.open-menu-btn span:nth-of-type(3) {
  top: unset;
}

.button_container span:nth-of-type(3) {
  top: 8px;
}

.overlay {
  position: fixed;
  background: rgba(0, 45, 60, 0.95);
  background: rgba(254, 254, 254, 0.95);
  background-image: url(/img/section-backgrounds/confetti-bg.jpg);
  background-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 2000;
  display: block;
}

.overlay .button_container {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 200;
}

.overlay.open li {
  -webkit-animation: fadeInLeft 0.5s ease forwards;
  animation: fadeInLeft 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.overlay.open li:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.overlay nav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 95%;
  font-size: 24px;
  text-align: center;
  z-index: 100;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  margin: 5% 0px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #92bcee;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.overlay ul li a.highlight {
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 50px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.overlay ul li a.highlight:hover {
  opacity: 0.9;
  box-shadow: inset 0px 0px 0px 4px rgba(254, 254, 254, 0.2);
}

.overlay ul li.small :first-of-type {
  margin: 10% 0px 2.5%;
}
.overlay ul li.small {
  margin: 2.5% 0px;
  font-size: 1.25rem;
}

.overlay ul li.small a {
  font-size: 1.25rem;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a.logo-main {
  display: block;
  width: 100px;
}

div#slim-topbar a.logo-main {
  width: 90px;
}

ul#menu {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

ul#menu li {
  display: block;
  list-style-type: none;
  margin-right: 8px;
  color: #fff;
}

div#slim-topbar ul#menu li {
  margin-right: 16px;
}

ul#menu li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  padding: 7px 9px;

  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
ul#menu li a.highlight {
  border-radius: 50px;
  /* color: #0C455B; */
  border: 2px solid #ffffff;
  /* background-color: #FFD99A; */
  padding: 6px 12px 8px;
}
ul#menu li a.highlight:hover {
  color: #303030;
  background-color: #ffffff;
}

div#slim-topbar ul#menu li a {
  font-family: "Lato";
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.3px;
  padding: 10px 18px;
  border-radius: 50px;
  box-sizing: border-box !important;
  /*border: 0px solid rgba(254,254,254,0.5);*/
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

div#slim-topbar ul#menu li a.highlight {
  color: #92bcee;
  border-color: rgba(146, 188, 238, 0.4);
  border-width: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
}

div#slim-topbar ul#menu li a:hover {
  opacity: 0.9;
  box-shadow: inset 0px 0px 0px 4px rgba(254, 254, 254, 0.2);
}

div#slim-topbar ul#menu li a.highlight:hover {
  opacity: 1;
  box-shadow: none;
  /*color: #FFFFFF;*/
  border-color: transparent;
  background-color: #e9f2fc;
}
/* ul#menu li a:last-of-type { padding-right: 0px; } */

@media only screen and (max-width: 1024px) {
  div#desktop-topbar {
    display: none;
  }
  div#slim-topbar {
    opacity: 1;
    transform: translateY(0);
    /*box-shadow: 0px 3px 10px rgba(181,198,203,0.35);*/
    box-shadow: 0px 3px 10px rgba(40, 40, 40, 0.1);
  }

  div#slim-topbar div.header {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  div#slim-topbar a.logo-main {
    width: 80px;
  }

  div#header {
    width: 100%;
    padding: 0px 0px !important;
  }

  .overlay {
    background-size: 100%;
  }
}

@media only screen and (max-width: 640px) {
  div#slim-topbar div.header {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .overlay {
    background-size: 140%;
  }

  div#logo-container {
    margin-left: 10px;
    float: none;
  }

  div#slim-topbar ul#menu li a.highlight {
    display: none;
  }

  ul#menu li:first-child {
    margin-left: 12px;
  }
}

/*** Hello bar ***/
div.hello-bar {
  /*font-family: "Baloo";*/
  padding: 0.75rem 2%;
  background-color: #ffffff;
  /* font-size: 0.875rem; */
  color: #bc71fe;

  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
}

div.hello-bar a {
  color: inherit;
}

div.hello-bar.fixed {
  color: #ffffff;
}

div.hello-bar-content {
  position: relative;
  z-index: 100;
}

@media only screen and (max-width: 1024px) {
  div.hello-bar {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media only screen and (max-width: 640px) {
  div.hello-bar {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/**************
/**** HOME ****
**************/

/*** Intital application ***/

div.application.init {
  margin-top: 3rem;
}

div.application.init .application-title {
  padding: 19px 0px 14px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px 8px 0px 0px;
  font-family: "Josefin Sans";
  font-size: 1.25rem;
  text-align: center;
  color: #ffffff;
}

div.application.init .application-wrapper {
  padding: 10px 20px 5rem;
  background-color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
}

.page-maintenance .application.init .application-wrapper {
  border-radius: 8px 8px 0px 0px;
}

.page-maintenance .application.init .application-wrapper .text-container a {
  color: inherit;
}

.page-maintenance .application.init .application-wrapper .text-container a:before {
  width: 100%;
  visibility: visible;
  background-color: #ffffff;
}

.application-wrapper .col-2 {
  margin: 4px 15px;
}

.slider-wrapper {
  margin-bottom: 1rem;
  align-items: flex-end !important;
}

.slider-wrapper .col-2 {
  margin: 8px 15px 0px;
}
div.application-interest {
  margin-top: 0.5rem;
}

div.slider-info {
  font-size: 1.25rem;
  padding-bottom: 12px;
  align-items: center;
}
#application-body div.slider-info {
  color: #ffffff;
}

div.slider-info .title {
  font-size: 16px;
  font-weight: 700;
}

div.slider-info .value {
  font-size: 22px;
}

.application-info-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
}

.application-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

.application-info .label {
  font-size: 0.6875rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.application-info .value {
  font-family: "Josefin Sans";
  font-size: 2rem;
  line-height: 100%;
}

div.cost-info {
  color: #92bcee;
  padding-bottom: 0px;
  flex-direction: column;
  text-align: center;
}

.light div.cost-info {
  color: #ffffff;
}

div.cost-info .title {
  margin-bottom: 10px;
}

div.cost-info .value {
  font-family: "Josefin Sans";
  font-size: 2.75rem;
  line-height: 100%;
  margin-top: 0px;
}

div#initial_application .content,
div#continued_application .content {
  background-color: #ffffff;
  padding-bottom: 80px;
  border-radius: 0 0 10px 10px;
  /*box-shadow: 0 10px 10px 0 rgba(0,0,0,0.03);*/
}

div.application-cost-detail-wrapper {
  margin-top: 1rem;
}

div.application-cost-detail {
  margin: 0.375rem 0 0.375rem;
  font-size: 1rem;
}

div.application-cost-detail.big {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

div.application-warning {
  width: 100%;
  box-sizing: border-box;
  margin: 2.25rem 0px 1rem;
  padding: 1rem;
  background-color: #ffffff;
  color: #303030;
}

div.application-warning .img {
  float: left;
  width: 3.5em;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

div.application-warning .img .st0 {
  fill: #e1606f;
}

div.application-warning .text {
  font-size: 14px;
  line-height: 130%;
}

div.application-warning .text .title {
  font-weight: 700;
  font-size: 15px;
}

div.application-example {
  position: relative;
  font-size: 13px;
  line-height: 150%;
  width: 100%;
  margin: 1.5rem auto 0px;
}

div.application-example a {
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  div.payment_plan {
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 900px) {
  div.application.init .application-title {
    padding: 19px 0px 14px;
    font-size: 1.5rem;
    margin-top: 6%;
  }

  div.application.init .application-wrapper {
    padding-top: 0px;
  }

  div.cost-info .value {
    margin-bottom: 0px;
  }

  div.application-example {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 720px) {
  .application-info-wrapper {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 480px) {
  div.application.init .application-title {
    font-size: 4.75vw;
  }

  div.payment_plan {
    font-size: 1.5em;
    line-height: 140%;
  }
  div.payment_plan br.break-title {
    display: block;
  }

  .application-info-wrapper {
    justify-content: space-between;
  }

  .application-info {
    text-align: left;
    gap: 0.75rem;
  }

  .application-info:nth-of-type(even) {
    text-align: right;
    align-items: flex-end;
  }

  .application-info .label {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
  }

  .application-info .value {
    font-size: 1.875rem;
  }
}

/*** Form - Under the fold ***/
form#continued-form {
  display: block;
  padding: 30px 0px 0px;
  width: 100%;
  box-sizing: border-box;
}

#continued-form div.application-warning {
  margin: 3.5rem 0px 1rem;
  padding: 0;
}

div#show-form-wrapper {
  display: none;
  padding-top: 2rem;
}

@media only screen and (max-width: 1024px) {
  /*form#initial-form { display: none; }*/
  div#show-form-wrapper {
    display: block;
  }
}

form.application-form label {
  display: block;
  /*margin-top: 15px;*/
  margin-top: 1rem;
  font-size: 16px;
  color: #454545;
  font-family: "Lato";
  line-height: 120%;
  font-weight: 700;
}

form.application-form label span {
  opacity: 0.6;
  font-size: 13px;
}

.light form.application-form label {
  color: #ffffff;
}

input.text-input,
select.text-input,
textarea.text-input {
  width: 100%;
  margin-top: 5px;
  padding: 15px;
  padding-left: 0px;
  box-sizing: border-box;
  font-family: "Lato";
  font-size: 1.125rem;
  background-color: transparent;
  color: #0c455b;
  color: #454545;
  border: none;
  border-bottom: 1px solid #cacaca;
  border-radius: 1px;
  /* Remove ios-styling */
  -webkit-appearance: none;
}

.light input.text-input,
.light select.text-input,
.light textarea.text-input {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

input.text-input.sm {
  padding: 0.5rem 0;
  font-size: 1rem;
  /* Remove ios-styling */
  -webkit-appearance: none;
}

input.text-input.invalid,
select.text-input.invalid {
  border-color: #ff5858;
  margin-top: 0.25rem;
}

.light input.text-input.invalid {
  border-color: #ffdede;
}

label a,
div.label-wrapper a {
  color: #084356;
}

form.application-form label.invalid {
  display: block !important;
  box-sizing: border-box;
  margin-top: 0.25rem;
  padding-top: 10px;
  font-family: "Lato";
  font-size: 14px;
  color: #ff5858 !important;
  line-height: 120%;
}

.light form.application-form label.invalid {
  color: #ffdede !important;
  margin-top: 0px;
}

.label-wrapper label.invalid {
  padding: 0px;
  margin-top: 5px;
}

textarea.text-input {
  padding: 15px 20px;
}

div.select-wrapper {
  position: relative;
}

div.select-wrapper:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 22px;
  top: 26px;
  background-image: url("../img/down-arrow.svg");
  background-size: 30px 15px;
  width: 30px;
  height: 15px;
  pointer-events: none;
}

/** Input placeholder **/
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cacaca;
}

.light ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.7);
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cacaca;
}

.light :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.7);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cacaca;
}

.light ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.7);
}

/** Input - atuofill */
.light input:-webkit-autofill,
.light input:-webkit-autofill:hover,
.light input:-webkit-autofill:focus,
.light select:-webkit-autofill,
.light select:-webkit-autofill:hover,
.light select:-webkit-autofill:focus {
  /*
	background-color: rgba(254,254,254,0.5);
	background-color: #ff00ff !important;
	*/

  /* border-bottom: 3px solid #FFFFFF !important; */
  border-bottom-width: 3px;
  -webkit-text-fill-color: #ffffff;
  /*-webkit-box-shadow: 0 0 0px 1000px transparent inset;*/
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

textarea.text-input {
  height: 200px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  /*border-color: rgba(157, 123, 54, 0.516);*/
  border-color: #92bcee;
}

div.cb-wrapper,
div.radio-wrapper {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

div.radio-wrapper {
  flex-direction: column;
}

input.cb,
div.cb-wrapper label {
  display: block;
}

input.cb {
  width: 16px;
  margin-right: 8px;
}
div.cb-wrapper label {
  margin-top: 0px;
  font-weight: 300;
}

div.radio-input {
  display: inline-block;
  width: 60px;
  margin-top: 1rem;
}

div.cb-wrapper .label-wrapper label,
div.cb-wrapper .label-wrapper div,
div.radio-wrapper .label-wrapper label,
div.radio-wrapper .label-wrapper div {
  width: 100%;
  color: #767676;
  font-size: 14px;
  line-height: 1.35;
  max-width: 600px;
  font-family: "Lato";
}

div#error-msg {
  display: none;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #df002b;
  text-align: center;
  font-size: 16px;
  line-height: 155%;
}

.btn-wrapper.left {
  text-align: left;
}
.btn-wrapper.center {
  text-align: center;
}
.btn-wrapper.right {
  text-align: right;
}

a.round-btn {
  display: inline-block;
  padding: 15px 50px;
  margin-top: 50px;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 100%;
  color: #ffffff;
  font-family: "Lato";
  font-weight: 700;
  letter-spacing: 1.5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.round-btn.disabled {
  opacity: 1;
}

a.round-btn:hover {
  opacity: 0.9;
  box-shadow: 8px 8px 0px 0 rgba(188, 113, 254, 0.25), inset 0px 0px 0px 4px rgba(254, 254, 254, 0.2);
}

.light a.round-btn:hover {
  box-shadow: 8px 8px 0px 0 rgba(0, 0, 0, 0.15), inset 0px 0px 0px 4px rgba(254, 254, 254, 0.2);
}

a.round-btn.no-bot-margin {
  margin-bottom: 0px;
}

a#init-application.round-btn {
  margin-top: 3rem;
}

a.round-btn.loading {
  pointer-events: none;
}
a.round-btn.done {
  pointer-events: none;
}
a.round-btn.loading .btn-title {
  display: none;
}

a.round-btn.gradient-bg {
  color: #ffffff;
  margin-top: 60px;
}
div.text-container a.round-btn.gradient-bg:before {
  display: none;
}

a.round-btn.dark-blue {
  background-color: #043c4e;
  color: #ffffff;
}

a.round-btn.dark-blue:hover {
  background-color: #12566a;
  box-shadow: 0 10px 10px 0 rgba(0, 45, 60, 0.04);
}

a.round-btn.light-blue {
  background-color: #469cbe;
  color: #ffffff;
}

a.round-btn.light-blue:hover {
  background-color: #469cbe;
  box-shadow: 5px 5px 0px 0 #417386;
}

div.col a.round-btn {
  display: flex;
  width: 100%;
  height: calc(100% - 10px);
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-top: 0px;
  padding: 0px;
  max-height: 53px;
}

a.round-btn .title {
  font-size: 1rem;
  color: #043c4e;
}

@media only screen and (max-width: 720px) {
  a.round-btn {
    margin: 18px auto 40px;
  }
  a.round-btn.top-margin {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 640px) {
  div.application-form {
    padding: 0px;
  }

  input.text-input,
  select.text-input,
  textarea.text-input {
    padding: 12px 15px;
    padding-left: 0px;
    font-size: 1rem;
  }

  div.select-wrapper:after {
    right: 20px;
    top: 20px;
    background-size: 26px 13px;
    width: 26px;
    height: 13px;
  }
}

@media only screen and (max-width: 480px) {
  form.application-form {
    padding: 15px 0px 0px;
  }
}

@media only screen and (max-width: 340px) {
  input.text-input,
  select.text-input,
  textarea.text-input {
    padding: 10px 12px;
    padding-left: 0px;
    font-size: 0.875rem;
  }

  div.select-wrapper:after {
    right: 18px;
    top: 18px;
    background-size: 22px 11px;
    width: 22px;
    height: 11px;
  }

  a.round-btn {
    padding-right: 23px;
    padding-left: 23px;
    font-size: 0.875rem;
  }
}

.spinner {
  margin: 0px auto;
  width: 150px;
  text-align: center;
  display: none;
}

/* Buttons */
.loading .spinner {
  display: inline-block;
  /*margin: 55px auto 0px;*/
  margin: 30px auto;
}

.btn-disabled {
  pointer-events: none;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* iFrame */
#kreditz-wrapper.loading .spinner {
  display: block;
  margin: 2rem auto;
}

.round-btn.loading .spinner {
  margin: 0px auto;
}

.spinner > div {
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#kreditz-wrapper .spinner > div {
  background-color: rgb(48 48 48 / 20%);
  width: 1.5rem;
  height: 1.5rem;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*** Quick points ***/
div.quick_points_wrapper {
  margin-top: 1.25rem;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
}

div.quick_point {
  flex-basis: calc((100% - 90px) / 3);
  margin: 15px;
  align-content: flex-start;
  flex-direction: row;
}

div.quick_point img,
div.quick_point div {
  align-self: flex-start;
}

div.quick_point img {
  flex-basis: 20px;
  margin-right: 15px;
  margin-top: 0.25rem;
}
div.quick_point div {
  flex: 1;
  line-height: 125%;
}

@media only screen and (max-width: 1024px) {
  div.quick_point {
    flex-basis: calc((100% - 60px) / 2);
  }
}

@media only screen and (max-width: 480px) {
  div.quick_point {
    flex-basis: 100%;
    margin: 10px;
  }

  div.quick_point img {
    margin-top: 0.125rem;
  }
}

/*** Services ***/
div#services {
  background-image: linear-gradient(135deg, #e899a2 0%, #ac69e6 50%, #e899a2 100%);
  /*background: linear-gradient(-45deg, #96EEDA, #92BCEE, #BC71FE, #FFA8B2);*/
  background-size: 600% 300%;

  -webkit-animation: Gradient 30s ease infinite;
  -moz-animation: Gradient 30s ease infinite;
  animation: Gradient 30s ease infinite;
}

div.service {
  margin-top: 2.5rem;
}

div.service .body {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 140%;
}

/*** Loan information ***/
div#loan_info {
  background-image: url(/img/section-backgrounds/confetti-bg.jpg);
  background-position: top center;
  background-repeat: repeat;
}

div#loan_info h2 {
  font-size: 2rem;
  line-height: 125%;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1024px) {
  div#loan_info {
    background-size: 120%;
  }
}

@media only screen and (max-width: 720px) {
  div#loan_info {
    background-size: 140%;
  }
}

@media only screen and (max-width: 480px) {
  div#loan_info {
    background-size: 180%;
  }
}

/* Selling point */

div.selling_point {
  margin-top: 3.75rem;
  flex-direction: row;
}

div.selling_point .col.icon {
  flex-basis: 30%;
}

div.selling_point .headline h2 {
  font-size: 1.75rem;
  color: #0c455b;
  line-height: 110%;
}

div.selling_point .col.text {
  flex: 1;
}

div#loan_info div.selling_point .col.text h2,
div#loan_info div.instruction h2 {
  margin-bottom: 0.5rem;
  font-family: "Lato";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 135%;
}

div.selling_point .text .body {
  font-size: 1.125rem;
  line-height: 140%;
}

@media only screen and (max-width: 1024px) {
  div.selling_point {
    margin-top: 6%;
  }
}

@media only screen and (max-width: 480px) {
  div.selling_point {
    margin-top: 5%;
    margin-bottom: 0px;
    flex-direction: row;
  }

  div.selling_point .col.headline {
    flex-basis: 100%;
    padding: 30px 30px 60px;
  }

  div.selling_point .col.text {
    flex-basis: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
}

/* Instructions */

div.instruction {
  text-align: center;
}

div.instruction .icon {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 128px;
}

div#loan_info div.instruction h2 {
  margin-top: 1rem;
}

div.instruction .body {
  font-size: 1.125rem;
  line-height: 150%;
}

/** Price calculation **/

#prices div.cost-info {
  padding-bottom: 0px;
  flex-direction: row;
}

#prices div.cost-info .col {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-slider {
  width: 100%;
  max-width: 540px;
  margin: 3rem auto 0px;
}

#prices div.cost-info .title {
  font-size: 14px;
  letter-spacing: 2.36px;
  text-transform: uppercase;
  text-align: center;
  line-height: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#prices div.cost-info .title .small {
  margin-top: 0.25rem;
  font-size: 12px;
  letter-spacing: 2px;
}

#prices div.cost-info .value {
  margin-bottom: 0px;
}

.price-slider div.cost-info .value {
  margin-top: 12px;
}

.price-detailed div.cost-info {
  color: #adadad;
  margin-top: 3rem;
}

@media only screen and (max-width: 720px) {
  .price-detailed {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .price-detailed div.col-4 {
    flex-basis: 50%;
  }
  .price-detailed div.col-4:nth-child(odd) {
    margin-left: 0px;
  }
  .price-detailed div.col-4:nth-child(even) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .price-detailed {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
  .price-detailed .cost-info .value {
    font-size: 2.25rem;
  }
  #prices div.cost-info .title {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 700;
  }

  #prices div.cost-info .title .small {
    letter-spacing: 0.45px;
  }
}

/*** Failed payment ***/

div#failed_payment {
  overflow: hidden;
  /*
  background-image: linear-gradient(135deg, #bc71fe 0%, #9ed4e2 50%, #bc71fe 100%);
  background-size: 600% 300%;

  -webkit-animation: Gradient 30s ease infinite;
  -moz-animation: Gradient 30s ease infinite;
  animation: Gradient 30s ease infinite;
  */
}

div#failed_payment .bg {
  position: absolute;
  z-index: -1;
  height: 90%;
  top: 10%;
  left: 0px;
}

@media only screen and (max-width: 1024px) {
  div#failed_payment .bg {
    height: unset;
    width: 60%;
    max-width: 280px;
    left: -10%;
  }
}

@media only screen and (max-width: 640px) {
  div#failed_payment .bg {
    width: 60%;
    max-width: unset;
    left: -20%;
  }
}

@media only screen and (max-width: 480px) {
  div#failed_payment .bg {
    width: 90%;
    max-width: unset;
    left: -20%;
  }
}

/*** Prices page ***/

.data-table {
  border: none;
  border-spacing: 0;
  min-width: 100%;
}

.data-table tbody tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}

.data-table tbody tr:nth-of-type(even) {
  background-color: #f8f8f8;
}

.data-table thead th {
  border: none;
  padding: 10px 12px;
  text-align: left;
  /*
	font-family: 'Josefin Sans';
	font-size: 1.125rem;
	*/
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
  color: #303030;
  /*white-space: nowrap*/
}
.data-table tbody td {
  /*borderborder-bottom: solid 1px #DDEFEF;*/
  /*color: #333;*/
  padding: 10px;
  font-size: 1rem;
  /*text-shadow: 1px 1px 1px #fff;*/
  white-space: nowrap;
}
.data-table-wrapper {
  position: relative;
  margin: 1.5rem 0px;
}

.data-table tr:nth-of-type(odd) td.sticky-col {
  background-color: #f1f1f1;
}
.data-table tr:nth-of-type(even) td.sticky-col {
  background-color: #f8f8f8;
}

div.data-table-message {
  padding: 10px;
  line-height: 120%;
  background-color: #303030;
  color: #ffffff;
}

@media only screen and (max-width: 900px) {
  .data-table-scroller {
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .data-table thead th {
    padding: 10px;
    font-size: 1.125rem;
  }
  .data-table tbody td {
    padding: 10px;
    font-size: 1rem;
  }
}

/*** FAQ  ***/
div#regular-faq.pagesection {
  background-color: #a3dbee;
}
div#regular-faq div.faq-wrapper {
  margin-top: 2.5rem;
}

div#faq div.faq-wrapper {
  margin-top: 1.25rem;
}

div#faq div.col {
  margin-top: 2rem;
}
div.faq-item {
  position: relative;
  flex-wrap: nowrap;
  padding: 0.875rem 0.625rem;
  box-sizing: border-box;
  border-top: 1px solid rgba(202, 202, 202, 0.5);
  cursor: pointer;
}

div.faq-item:last-of-type {
  border-bottom: 1px solid rgba(202, 202, 202, 0.5);
}
div#regular-faq div.faq-item {
  color: #ffffff;
  border-color: #ffffff;
}

div.faq-content-wrappper {
  flex: 1 1 auto;
  padding-right: 10px;
}

div.faq-question,
div.faq-answer {
  font-size: 1rem;
  line-height: 156%;
}

div.faq-question {
  font-weight: 700;
}

div.faq-answer {
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 8px;
}

div.faq-answer {
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
}

#regular-faq div.faq-answer a {
  color: #ffffff;
}

div.faq-answer a {
  color: #303030;
}

.step-1-faq-cat h2,
.step-1-faq-cat div.faq-item:hover div.faq-question,
.step-1-faq-cat div.faq-item.open div.faq-question {
  color: #ffa8b2;
}

.step-2-faq-cat h2,
.step-2-faq-cat div.faq-item:hover div.faq-question,
.step-2-faq-cat div.faq-item.open div.faq-question {
  color: #bc71fe;
}

.step-3-faq-cat h2,
.step-3-faq-cat div.faq-item:hover div.faq-question,
.step-3-faq-cat div.faq-item.open div.faq-question {
  color: #92bcee;
}

.general-faq-cat h2,
.general-faq-cat div.faq-item:hover div.faq-question,
.general-faq-cat div.faq-item.open div.faq-question {
  color: #8adfcb;
}

.toggle-faq {
  flex: 0 0 20px;
  position: relative;
  width: 20px;
  height: 20px;
}
.toggle-faq:before,
.toggle-faq:after {
  content: "";
  position: absolute;
  background-color: #303030;
  transition: transform 0.25s ease-out;
}

.light .toggle-faq:before,
.light .toggle-faq:after {
  background-color: #ffffff;
}

.step-1-faq-cat div.faq-item:hover .toggle-faq:before,
.step-1-faq-cat div.faq-item:hover .toggle-faq:after {
  background-color: #ffa8b2;
}

.step-2-faq-cat div.faq-item:hover .toggle-faq:before,
.step-2-faq-cat div.faq-item:hover .toggle-faq:after {
  background-color: #bc71fe;
}

.step-3-faq-cat div.faq-item:hover .toggle-faq:before,
.step-3-faq-cat div.faq-item:hover .toggle-faq:after {
  background-color: #92bcee;
}

.general-faq-cat div.faq-item:hover .toggle-faq:before,
.general-faq-cat div.faq-item:hover .toggle-faq:after {
  background-color: #8adfcb;
}

.toggle-faq:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.toggle-faq:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.toggle-faq:hover {
  cursor: pointer;
}

.open .toggle-faq:before {
  transform: rotate(90deg);
}
.open .toggle-faq:after {
  transform: rotate(180deg);
}

/*********************************
/**** APPLICATION - CONTINUED ****
*********************************/

div#init-application-values {
  color: #043c4f;
  padding: 0px 30px;
}

div#init-application-values div.col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0px;
  border-right: 1px solid #b5c6cb;
  flex-basis: calc((100% - 90px) / 3);
}

div#init-application-values div.col:last-of-type {
  border-right: none;
  border-bottom: none;
}

div#init-application-values .title {
  font-family: "Josefin Sans";
  font-size: 1.375rem;
}

div#init-application-values .value {
  font-weight: 300;
  font-size: 1.25rem;
  margin-top: 0.125rem;
}

div.form-header-wrapper {
  margin-top: 6rem;
  background: rgba(0, 0, 0, 0.2);
}

div#form-headers {
  padding: 0px 20px;
  padding: 0px;
  overflow: hidden;
  flex-wrap: nowrap;
}

div.form-header {
  padding: 12px 0px 10px 0;
  margin-left: 2.5vw;
  color: #ffffff;
  opacity: 0.7;
  line-height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

div.form-header .title {
  font-family: "Lato";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 100%;
}

div.form-header .step {
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  opacity: 0.7;
  text-transform: uppercase;
}

div.form-header.active,
div.form-header.slick-active {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  div.form-header.active,
  div.form-header.slick-active {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  div.form-header-wrapper {
    margin-top: 4rem;
  }

  div.form-header {
    padding: 8px 0px 6px 4vw;
  }

  div.form-header .title {
    font-size: 1.25rem;
  }
  div.form-header .step {
    margin-top: 0.375rem;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 920px) {
  div#init-application-values .title {
    font-size: 1.25rem;
  }
  div#init-application-values .value {
    font-size: 1.125rem;
    margin-top: 0.25rem;
  }
}

@media only screen and (max-width: 720px) {
  div.form-header-wrapper {
    margin-top: 3rem;
  }
  div#init-application-values div.col {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }

  div#init-application-values div.col {
    flex-basis: 100%;
    margin: 0px;
    padding: 1rem 0px;
    border-right: none;
    border-bottom: 1px solid #b5c6cb;
  }

  div#init-application-values .value {
    margin-top: 0rem;
  }
}

@media only screen and (max-width: 640px) {
  div.form-header-wrapper {
    margin-top: 2.5rem;
  }

  div.form-header {
    padding: 8px 0px 6px 5vw;
  }
}

@media only screen and (max-width: 380px) {
  div#init-application-values .title {
    font-size: 1.125rem;
  }
  div#init-application-values .value {
    font-size: 1rem;
  }
}

div.form-section {
  position: absolute;
  left: -10000px;
  opacity: 0;
  padding: 10px 0px;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

div.form-section.active {
  position: relative;
  left: 0px;
  opacity: 1;
}

div.form-section .preliminary-message {
  font-size: 1.375rem;
  margin-bottom: 1.5rem;
}

div.form-section .form-section-intro {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

div.form-section .form-section-intro.bot-pad-sm {
  margin-bottom: 0.75rem;
}

div#bank-status {
  display: none;
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 130%;
  color: #ff5858;
}

div#bank-status span {
  font-weight: 700;
}

div#main-loading-wrapper {
  margin: 40px 0px;
  text-align: center;
}

div.bankid-step {
  display: none;
  margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
  div.form-section .form-section-intro {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 640px) {
  div.form-section .form-section-intro {
    font-size: 1.125rem;
  }
}

div.bankid-step h1,
div.bankid-step h2,
div.bankid-step .instructions {
  text-align: center;
  line-height: 130%;
}

div.bankid-step h1 {
  font-size: 1.5rem;
}
div.bankid-step h2 {
  font-size: 1.375rem;
  margin: 0 !important;
  color: #303030;
}
div.bankid-step .instructions {
  font-size: 1.125rem;
}

img.step-icon {
  display: block;
  margin: 0 auto 25px;
  width: 100px;
}

img.step-icon.big {
  width: 140px;
}

a#start_mobile_bank_id.round-btn {
  background-color: #479cbe;
  color: #ffffff;
  text-transform: none;
  margin-top: 20px;
}

a#start_mobile_bank_id.round-btn:hover {
  background-color: #235971;
  box-shadow: 5px 5px 0px 0 #5da4bf;
}

div#bankid_step_scrape h2 {
  color: #454545;
}

div#bankid_step_scrape div.instructions {
  color: #adadad;
}

#kreditz-wrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#kreditz-iframe {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 1100px;
}

#kreditz-iframe.show {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  #kreditz-iframe {
    height: 1600px;
  }
}

div#countdown-text {
  max-width: 480px;
  margin: 0.25rem auto 0 auto;
}

div.countdown-section {
  width: 180px;
  height: 180px;
  margin: 3.5rem auto 0px;
  box-sizing: border-box;
  border-radius: 15%;
  justify-content: center;
  align-items: center;
  box-shadow: 10px 10px 0px 0 rgba(188, 113, 254, 0.2);
}

div.countdown-section {
  position: relative;
  border: 8px solid transparent;
  border-radius: 15%;
  background: #ffffff;
  background-clip: padding-box;
}

div.countdown-section::after {
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  background: #ead4fe;
  background: conic-gradient(from 90deg at center, #ffa8b2, #bc71fe, #96eeda, #f9ca7b, #92bcee);
  content: "";
  z-index: -1;
  border-radius: 15%;
}

div.countdown-wrapper {
  text-align: center;
  color: #303030;
}

div#countdowntimer {
  font-family: "Josefin Sans";
  font-size: 4.75rem;
  line-height: 80%;
}

div#countdown-type {
  font-size: 10px;
  color: #adadad;
  letter-spacing: 1.69px;
  text-align: center;
  line-height: 16px;
  text-transform: uppercase;
}

div#reason-other-wrapper {
  display: none;
}

.review-element {
  margin-top: 0.5rem;
  padding: 15px 10px;
  background-color: rgba(202, 202, 202, 0.3);
  pointer-events: none;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.review-element > a {
  text-decoration: none;
  color: inherit;
}

/*** Application error ***/
div#application-denied,
div#application-error {
  display: none;
  width: 100%;
  box-sizing: border-box;
}

div#application-denied {
  padding: 60px 30px 60px;
}
div#application-error {
  padding: 90px 30px 30px;
}

div#application-denied h1,
div#application-error h1,
div#application-denied h2,
div#application-error h2 {
  font-family: "Lato";
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.5625rem;
  line-height: 120%;
}

div#application-error h3 {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Lato";
}

div#application-error .btn-wrapper {
  display: flex;
  justify-content: center;
}

div#employment-info {
  display: none;
}

@media only screen and (min-width: 1024px) {
  div#application-error .round-btn:not(:first-of-type) {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  div#application-error {
    padding: 60px 15px 0px;
  }

  div#application-error .btn-wrapper {
    flex-direction: column;
    align-items: center;
  }

  div#application-error .round-btn:first-of-type {
    margin-bottom: 0rem;
  }
  div#application-error .round-btn:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}

@media only screen and (max-width: 380px) {
  div#application-error .round-btn {
    font-size: 0.75rem;
  }
}

/***** SESSION DEBUG *****/
div#session-debug {
  padding: 4%;
  white-space: pre-wrap; /* css-3 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

div#session-debug ul {
  list-style: none;
  margin-top: 0.375rem;
  margin-bottom: 0px;
}

div#session-debug ul li {
  color: #2c3e50;
  margin-top: 0.375rem;
  line-height: 1.3;
}

div#session-debug ul li ul li {
  color: #8e44ad;
}

div#session-debug ul li ul li ul li {
  color: #2980b9;
}

div#session-debug ul li ul li ul li ul li {
  color: #27ae60;
}

div#session-debug ul li ul li ul li ul li ul li {
  color: #1abc9c;
}

/***** FOOOTER ******/
div#footer {
  padding-bottom: 0px;
}

div#footer .col {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 145%;
}

div#footer .col a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}

div#footer .col a:hover {
  color: #92bcee;
}

div#footer b {
  font-weight: 700;
}

div#footer .title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-family: "Josefin Sans";
  font-size: 1.5rem;
}

div#footer-links {
  display: flex;
  flex-direction: column;
}

div#footer-links a {
  margin: 0.25rem 0px;
  line-height: 2.25rem;
}

div#footer-links a:first-of-type {
  margin-top: 0px;
}

div.contact-info {
  margin-top: 1rem;
}

div#footer-bottom {
  padding-top: 19px;
  padding-bottom: 15px;
  background: rgba(12, 69, 91, 0.3);
  font-size: 14px;
  line-height: 26px;
}

div#footer-bottom .col:first-of-type {
  flex-basis: 200px;
}
div#footer-bottom .col:last-of-type {
  flex: 1;
}

@media only screen and (max-width: 1024px) {
  div#footer div.col-3 {
    flex-basis: calc((100% - 30px) / 2);
  }
}

@media only screen and (min-width: 640px) {
  div#footer-bottom .col:last-of-type {
    text-align: right;
  }
}
@media only screen and (max-width: 640px) {
  div#footer,
  div#footer-bottom {
    text-align: center;
  }

  div#footer div.col-3,
  div#footer-bottom .col {
    flex-basis: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
  }

  div#footer-bottom .col:first-of-type {
    margin-bottom: 0px;
  }
  div#footer-bottom .col {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

/***** DEBUG ******/
.debug_0 {
  display: none;
}
.debug_1 {
  display: block;
}
