/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
:root {
  --color-primary: #9ABCB4;
  --color-primary-dark: #609689;
  --color-primary-light: #E8F0EE;
  --color-secondary: #EAD4DE;
  --color-secondary-dark: #E7C7C9;
  --color-secondary-light: #F4EDF0;
  --color-grey-light-1: #CACACA;
  --color-grey-dark-1: #97999B;
  --color-white: #ffffff;
  --color-black: #343434;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

summary {
  display: list-item;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

figure {
  margin: 1em 40px;
}

img {
  border-style: none;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea, optgroup {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

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

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.bg-primary {
  background-color: var(--color-primary);
}

.bg-primary-dark {
  background-color: var(--color-primary-dark);
}

.bg-secondary {
  background-color: var(--color-secondary);
}

.bg-secondary-dark {
  background-color: var(--color-secondary-dark);
}

.bg-secondary-light {
  background-color: var(--color-secondary-light);
}

.bg-grey-light-1 {
  background-color: var(--color-grey-light-1);
}

.bg-grey-light-2 {
  background-color: var(--color-grey-light-2);
}

.bg-grey-dark {
  background-color: var(--color-grey-dark);
}

.bg-grey-dark-2 {
  background-color: var(--color-grey-dark-2);
}

.bg-grey-dark-3 {
  background-color: var(--color-grey-dark-3);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-black {
  background-color: var(--color-black);
}

.bg-color-black-transparent-1 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-color-black-transparent-2 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-color-white-transparent-1 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-color-white-transparent-2 {
  background-color: rgba(255, 255, 255, 0.1);
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated, .modal {
  animation-duration: 2.2s;
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.animated.infinite, .infinite.modal {
  animation-iteration-count: infinite;
}

.animated.hinge, .hinge.modal {
  animation-duration: 2s;
}

.animated.flipOutX, .flipOutX.modal,
.animated.flipOutY,
.flipOutY.modal,
.animated.bounceIn,
.bounceIn.modal,
.animated.bounceOut,
.bounceOut.modal {
  animation-duration: 0.75s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn, .form__select-list-checkbox:checked ~ .form__select-list-wrapper, .modal {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip, .flip.modal {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

.animations-base, .zoomIn, .fadeOut, .fadeIn, .form__select-list-checkbox:checked ~ .form__select-list-wrapper, .modal, .colorChange, .moveInTop, .modal__content-display, .moveInBottom, .moveInRight, .right__aside, .moveInLeft {
  animation-duration: 1.3s;
  animation-fill-mode: backwards;
}
@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20rem);
  }
  80% {
    transform: translateX(2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.moveInLeft {
  animation-name: moveInLeft;
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(20rem);
  }
  83% {
    transform: translateX(-2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.moveInRight, .right__aside {
  animation-name: moveInRight;
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(20rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.moveInBottom {
  animation-name: moveInBottom;
}
@keyframes moveInTop {
  0% {
    opacity: 0;
    transform: translateY(-20rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.moveInTop, .modal__content-display {
  animation-name: moveInTop;
}
@keyframes colorChange {
  0% {
    color: transparent;
  }
  100% {
    color: var(--color-primary);
  }
}
.colorChange {
  animation-name: colorChange;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn, .form__select-list-checkbox:checked ~ .form__select-list-wrapper, .modal {
  animation-name: fadeIn;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  transition: all ease-in-out 0.22s;
}

html {
  font-size: 75%;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 120rem) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (max-width: 90rem) {
  html {
    font-size: 62.5;
  }
}
@media only screen and (min-width: 180rem) {
  html {
    font-size: 75%;
  }
}

body {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-gray-dark);
  background-color: var(--color-white);
}
@media only screen and (max-width: 90rem) {
  body {
    padding: 0;
    display: table;
  }
}

::-moz-selection {
  background-color: var(--color-secondary-light);
  color: var(--color-black);
}

::selection {
  background-color: var(--color-secondary-light);
  color: var(--color-black);
}

hr {
  height: 0.1rem;
  margin: 1vh auto;
  border: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background-color: var(--color-grey-dark-3);
}

a, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
}

button {
  background: transparent;
  border: 0;
  outline: none;
  color: inherit;
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

.margin-no {
  margin: 0 !important;
}

.padding-no {
  padding: 0;
}

.margin-tiny {
  margin: 0.15rem !important;
}

.padding-tiny {
  padding: 0.15rem;
}

.margin-small {
  margin: 0.65rem !important;
}

.padding-small, .icon {
  padding: 0.65rem;
}

.margin-medium {
  margin: 1rem !important;
}

.padding-medium, .modal__content-display {
  padding: 1rem;
}

.margin-large {
  margin: 1.5rem !important;
}

.padding-large {
  padding: 1.5rem;
}

.margin-xlarge {
  margin: 1.7rem !important;
}

.padding-xlarge {
  padding: 1.7rem;
}

.margin-no-h {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.padding-no-h {
  padding-left: 0;
  padding-right: 0;
}

.margin-tiny-h {
  margin-left: 1vw !important;
  margin-right: 1vw !important;
}

.padding-tiny-h {
  padding-left: 1vw;
  padding-right: 1vw;
}

.margin-small-h {
  margin-left: 3vw !important;
  margin-right: 3vw !important;
}

.padding-small-h {
  padding-left: 3vw;
  padding-right: 3vw;
}

.margin-medium-h {
  margin-left: 6vw !important;
  margin-right: 6vw !important;
}

.padding-medium-h {
  padding-left: 6vw;
  padding-right: 6vw;
}

.margin-large-h {
  margin-left: 8vw !important;
  margin-right: 8vw !important;
}

.padding-large-h {
  padding-left: 8vw;
  padding-right: 8vw;
}

.margin-xlarge-h {
  margin-left: 12vw !important;
  margin-right: 12vw !important;
}

.padding-xlarge-h {
  padding-left: 12vw;
  padding-right: 12vw;
}

.margin-no-v {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.padding-no-v {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-tiny-v {
  margin-top: 1vh !important;
  margin-bottom: 1vh !important;
}

.padding-tiny-v {
  padding-top: 1vh;
  padding-bottom: 1vh;
}

.margin-small-v {
  margin-top: 3vh !important;
  margin-bottom: 3vh !important;
}

.padding-small-v {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.margin-medium-v {
  margin-top: 4vh !important;
  margin-bottom: 4vh !important;
}

.padding-medium-v {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.margin-large-v {
  margin-top: 8vh !important;
  margin-bottom: 8vh !important;
}

.padding-large-v {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.margin-xlarge-v {
  margin-top: 10vh !important;
  margin-bottom: 10vh !important;
}

.padding-xlarge-v {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.base-font {
  font-family: "Poppins", sans-serif;
}
.base-font__regular {
  font-weight: 400;
}
.base-font__light {
  font-weight: 300;
}

.heading-font {
  font-family: "Roboto Condensed", sans-serif;
}
.heading-font__regular {
  font-weight: 400;
}
.heading-font__light {
  font-weight: 300;
}
.heading-font__bold {
  font-weight: 700;
}

.section-heading, .page-title {
  font-size: 400%;
  font-weight: 400;
  color: var(--color-primary-dark);
  width: 100%;
}

.heading-small {
  font-size: 150%;
  font-weight: 700;
  color: var(--color-grey-dark-3);
  width: 100%;
}

.material-icons, .form .icon__search-anything {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* Rules for sizing the icon. */
.material-icons.md-18, .form .md-18.icon__search-anything {
  font-size: 18px;
}

.material-icons.md-24, .form .md-24.icon__search-anything {
  font-size: 24px;
}

.material-icons.md-36, .form .md-36.icon__search-anything {
  font-size: 36px;
}

.material-icons.md-48, .form .md-48.icon__search-anything {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark, .form .md-dark.icon__search-anything {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive, .form .md-dark.md-inactive.icon__search-anything {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light, .form .md-light.icon__search-anything {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive, .form .md-light.md-inactive.icon__search-anything {
  color: rgba(255, 255, 255, 0.3);
}

h1 {
  font-size: 600%;
}

h2 {
  font-size: 440%;
}

h3 {
  font-size: 380%;
}

h4 {
  font-size: 290%;
}

h5 {
  font-size: 200%;
}

h6 {
  font-size: 130%;
}

.font-150 {
  font-size: 150%;
}

.font-200 {
  font-size: 200%;
}

.font-250 {
  font-size: 250%;
}

.font-300 {
  font-size: 300%;
}

.font-400 {
  font-size: 400%;
}

.text-center, .button, .button:link, .button:visited, input[type=submit], input[type=submit]:link, input[type=submit]:visited, input[type=reset], input[type=reset]:link, input[type=reset]:visited, input[type=button], input[type=button]:link, input[type=button]:visited {
  text-align: center;
}

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

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

.icon {
  margin: auto;
}

.element-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.element-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}

.element-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

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

.mr-india {
  display: none;
}

@media screen and (max-width: 599px) {
  .om-col-mrindia {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .om-col-sm-mrindia {
    display: none !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
  .om-col-md-mrindia {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1799px) {
  .om-col-lg-mrindia {
    display: none !important;
  }
}
@media screen and (min-width: 1800px) {
  .om-col-xl-mrindia {
    display: none !important;
  }
}
.background-cover {
  background-size: cover;
  background-position: center center;
}

.background-contain {
  background-size: contain;
  background-position: center center;
}

.border-primary {
  border: 1px solid var(--color-primary);
}

.border-primary-thick {
  border: 2px solid var(--color-primary);
}

.border-primary-dark {
  border: 1px solid var(--color-primary-dark);
}

.border-primary-dark-thick {
  border: 2px solid var(--color-primary-dark);
}

.border-grey {
  border: 1px solid var(--color-grey-light-1);
}

.border-grey-thick {
  border: 2px solid var(--color-grey-light-1);
}

.border-grey-dark {
  border: 1px solid var(--color-grey-dark-1);
}

.border-grey-dark-thick {
  border: 2px solid var(--color-grey-dark-1);
}

.border-round, .switch__slider::before, .switch__slider, .form__select-list, .form__fieldset, .form__checkbox-button {
  border-radius: 1rem;
}

.border-round-small, .form__checkbox-button::after {
  border-radius: 0.25rem;
}

.border-round-large {
  border-radius: 1rem;
}

.border-round-xlarge {
  border-radius: 2rem;
}

.border-round-xxlarge {
  border-radius: 4rem;
}

.border-round-circle {
  border-radius: 50%;
}

.button, .button:link, .button:visited, input[type=submit], input[type=submit]:link, input[type=submit]:visited, input[type=reset], input[type=reset]:link, input[type=reset]:visited, input[type=button], input[type=button]:link, input[type=button]:visited {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 90%;
  margin: 1rem auto;
  padding: 1rem 2rem;
  color: var(--color-white);
  text-decoration: none;
  border: 1px solid var(--color-primary);
  border-radius: 4rem;
  transition: all 0.2s;
  cursor: pointer;
}
.button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(var(--color-grey-dark), 0.4);
}
.button:hover::after, input[type=submit]:hover::after, input[type=reset]:hover::after, input[type=button]:hover::after {
  transform: scaleX(1.5) scaleY(1.7);
  opacity: 0;
}
.button:active, .button:focus, input[type=submit]:active, input[type=submit]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=button]:active, input[type=button]:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(var(--color-grey-dark), 0.2);
}
.button::after, input[type=submit]::after, input[type=reset]::after, input[type=button]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  z-index: -1;
  transition: all 0.4s;
}

.button--white {
  background-color: var(--color-white);
  color: var(--color-grey-dark);
}
.button--white::after {
  background-color: var(--color-white);
}

.button--primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
}
.button--primary::after {
  background-color: var(--color-primary);
}

.button--primary-hollow {
  background-color: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.button--primary-hollow::after {
  background-color: var(--color-primary);
}

.button--primary-dark {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  border: 1px solid var(--color-primary);
}
.button--primary-dark::after {
  background-color: var(--color-primary-dark);
}

.button--primary-dark-hollow {
  background-color: var(--color-white);
  color: var(--color-primary-dark);
  border: 1px solid var(--color-primary-dark);
}
.button--primary-dark-hollow::after {
  background-color: var(--color-primary-dark);
}

.button--secondary {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.button--secondary::after {
  background-color: var(--color-secondary);
}

.button--secondary-dark {
  background-color: var(--color-secondary-dark);
  color: var(--color-white);
}
.button--secondary-dark::after {
  background-color: var(--color-secondary-dark);
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9;
}
.modal__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.modal__content-display {
  position: relative;
  margin: auto;
  width: auto;
  max-width: 80%;
  min-width: 50%;
  background-color: var(--color-white);
  color: var(--color-grey-dark-3);
}
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 400%;
  cursor: pointer;
}
.modal__close:hover, .modal__close:focus {
  color: var(--color-black);
}

.form {
  display: block;
  margin: 2rem 0;
  /* Input type Radio */
  /* Input type Radio ends*/
  /* Input type Checkbox */
  /* Input type Checkbox ends */
  /* Fieldset */
  /* Fieldset ends*/
  /* Select list(ul) */
  /* Select list(ul) ends*/
}
.form__group {
  position: relative;
  padding: 3rem 0;
}
.form__group:not(:last-child) {
  margin-bottom: 2rem;
}
.form__group-title {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.form__input {
  display: block;
  width: 80%;
  padding: 1.3rem 4rem !important;
  background-color: var(--color-white);
  font-family: inherit;
  font-size: 1.3rem;
  color: inherit;
  border-radius: 4rem;
  transition: all 0.4s;
}
@media only screen and (max-width: 90rem) {
  .form__input {
    width: 80%;
  }
}
.form__input:focus {
  width: 95%;
  outline: none;
  box-shadow: 0 1rem 2rem rgba(var(--color-black), 0.1);
}
.form__input:focus:invalid {
  border-bottom: 2px solid var(--color-grey-dark-1);
}
.form__input::-webkit-input-placeholder {
  color: var(--color-grey-light-1);
}
.form__input:required ~ .form__input-label::after {
  position: absoute;
  top: 0;
  right: 0;
  content: " * ";
  color: var(--color-danger);
}
.form .flag-container ~ input[type=text] {
  padding-left: 5rem !important;
}
.form__input-label {
  position: relative;
  display: block;
  margin-top: -6.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.4s;
}
.form__input:-moz-placeholder-shown + .form__input-label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8rem);
}
.form__input:placeholder-shown + .form__input-label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8rem);
}
.form__input-icon {
  position: absolute;
  top: 2rem;
  left: 1.75rem;
}
.form .icon__search-anything {
  position: absolute;
  content: "e8b6";
  font-size: 1rem;
  right: 10% !important;
}
.form .input-number {
  width: 8rem !important;
  padding: 1.3rem 1rem;
  text-align: center;
}
.form .input-color {
  width: 4rem;
  height: 4rem;
  background-color: none;
  transition: all 0.4s;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
}
.form__radio-group {
  position: relative;
  display: inline-block;
  margin: 1rem 4rem 1rem 0;
}
@media only screen and (max-width: 90rem) {
  .form__radio-group {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.form__radio-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 9;
}
.form__radio-label {
  position: relative;
  font-size: inherit;
  cursor: pointer;
  padding-left: 4.5rem;
}
.form__radio-button {
  position: absolute;
  display: inline-block;
  top: -0.65rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
}
.form__radio-button::after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: var(--color-primary);
  opacity: 0;
  transition: opacity 0.4s;
}
.form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
  opacity: 1;
}
.form__checkbox-group {
  position: relative;
  display: inline-block;
  margin: auto 4rem auto 0;
}
@media only screen and (max-width: 90rem) {
  .form__checkbox-group {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.form__checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 9;
}
.form__checkbox-label {
  position: relative;
  font-size: inherit;
  cursor: pointer;
  padding-left: 4.5rem;
}
.form__checkbox-button {
  position: absolute;
  display: inline-block;
  top: -0.65rem;
  left: 0;
  width: 3rem;
  height: 3rem;
  border: 4px solid var(--color-primary);
}
.form__checkbox-button::after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--color-primary);
  opacity: 0;
  transition: opacity 0.4s;
}
.form__checkbox-input:checked ~ .form__checkbox-label .form__checkbox-button::after {
  opacity: 1;
}
.form__fieldset {
  position: relative;
  display: block;
  margin: 4rem auto;
  padding: 1rem;
  background-color: #c7e5ff;
  color: var(--color-primary-dark);
  border: 2px solid var(--color-primary-dark);
}
.form__fieldset-legend {
  display: block;
  padding: 0 0.5rem;
  font-size: 1.3rem;
}
.form__select-list {
  position: relative;
  width: 100%;
  height: 4rem;
  margin: 2rem 0;
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  font-size: 1.3rem;
  line-height: 4rem;
  border: 1px solid var(-color-primary-dark);
  cursor: pointer;
  z-index: 9;
}
.form__select-list .selected {
  width: 100%;
  padding: 0 2rem;
}
.form__select-list-checkbox {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  opacity: 0;
  z-index: 99;
}
.form__select-list-wrapper {
  display: none;
  background-color: rgba(255, 255, 255, 0.88);
  color: var(--color-primary-dark);
  list-style-type: none;
  z-index: 999;
  transition: all 0.4s;
}
.form__select-list-checkbox:checked ~ .form__select-list-wrapper {
  display: block;
  width: 100%;
  max-height: 30rem;
  padding: 1rem;
  margin-top: -3px;
  border: 2px solid var(--color-primary-dark);
  overflow-x: hidden;
}
.form__select-list-item {
  display: block;
}
.form__select-list-item:not(:last-child) {
  border-bottom: 2px solid var(--color-primary-dark);
}

.switch {
  position: relative;
  display: inline-block;
  width: 8rem;
  height: 4rem;
  z-index: 1;
}
.switch__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.switch__slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: var(--color-grey-dark-1);
  transition: 0.4s;
  z-index: 1;
}
.switch__slider::before {
  position: absolute;
  content: "";
  width: 3.5rem;
  height: 3rem;
  left: 0.5rem;
  bottom: 0.5rem;
  background-color: var(--color-white);
  transition: 0.4s;
  z-index: 1;
}
.switch__checkbox:checked + .switch__slider {
  background-color: var(--color-primary);
}
.switch__checkbox:focus + .switch__slider {
  box-shadow: 0 0 0.25rem var(--color-primary);
}
.switch__checkbox:checked + .switch__slider::before {
  transform: translateX(3.5rem);
}

.om-col-1 {
  flex-basis: 8.3133333333%;
  width: 8.3133333333%;
}

.om-col-2 {
  flex-basis: 16.6466666667%;
  width: 16.6466666667%;
}

.om-col-3 {
  flex-basis: 24.98%;
  width: 24.98%;
}

.om-col-4 {
  flex-basis: 33.3133333333%;
  width: 33.3133333333%;
}

.om-col-5 {
  flex-basis: 41.6466666667%;
  width: 41.6466666667%;
}

.om-col-6 {
  flex-basis: 49.98%;
  width: 49.98%;
}

.om-col-7 {
  flex-basis: 58.3133333333%;
  width: 58.3133333333%;
}

.om-col-8 {
  flex-basis: 66.6466666667%;
  width: 66.6466666667%;
}

.om-col-9 {
  flex-basis: 74.98%;
  width: 74.98%;
}

.om-col-10 {
  flex-basis: 83.3133333333%;
  width: 83.3133333333%;
}

.om-col-11 {
  flex-basis: 91.6466666667%;
  width: 91.6466666667%;
}

.om-col-12 {
  flex-basis: 99.98%;
  width: 99.98%;
}

@media screen and (min-width: 600px) {
  .om-col-sm-1 {
    flex-basis: 8.3133333333%;
    width: 8.3133333333%;
  }
  .om-col-sm-2 {
    flex-basis: 16.6466666667%;
    width: 16.6466666667%;
  }
  .om-col-sm-3 {
    flex-basis: 24.98%;
    width: 24.98%;
  }
  .om-col-sm-4 {
    flex-basis: 33.3133333333%;
    width: 33.3133333333%;
  }
  .om-col-sm-5 {
    flex-basis: 41.6466666667%;
    width: 41.6466666667%;
  }
  .om-col-sm-6 {
    flex-basis: 49.98%;
    width: 49.98%;
  }
  .om-col-sm-7 {
    flex-basis: 58.3133333333%;
    width: 58.3133333333%;
  }
  .om-col-sm-8 {
    flex-basis: 66.6466666667%;
    width: 66.6466666667%;
  }
  .om-col-sm-9 {
    flex-basis: 74.98%;
    width: 74.98%;
  }
  .om-col-sm-10 {
    flex-basis: 83.3133333333%;
    width: 83.3133333333%;
  }
  .om-col-sm-11 {
    flex-basis: 91.6466666667%;
    width: 91.6466666667%;
  }
  .om-col-sm-12 {
    flex-basis: 99.98%;
    width: 99.98%;
  }
}
@media screen and (min-width: 900px) {
  .om-col-md-1 {
    flex-basis: 8.3133333333%;
    width: 8.3133333333%;
  }
  .om-col-md-2 {
    flex-basis: 16.6466666667%;
    width: 16.6466666667%;
  }
  .om-col-md-3 {
    flex-basis: 24.98%;
    width: 24.98%;
  }
  .om-col-md-4 {
    flex-basis: 33.3133333333%;
    width: 33.3133333333%;
  }
  .om-col-md-5 {
    flex-basis: 41.6466666667%;
    width: 41.6466666667%;
  }
  .om-col-md-6 {
    flex-basis: 49.98%;
    width: 49.98%;
  }
  .om-col-md-7 {
    flex-basis: 58.3133333333%;
    width: 58.3133333333%;
  }
  .om-col-md-8 {
    flex-basis: 66.6466666667%;
    width: 66.6466666667%;
  }
  .om-col-md-9 {
    flex-basis: 74.98%;
    width: 74.98%;
  }
  .om-col-md-10 {
    flex-basis: 83.3133333333%;
    width: 83.3133333333%;
  }
  .om-col-md-11 {
    flex-basis: 91.6466666667%;
    width: 91.6466666667%;
  }
  .om-col-md-12 {
    flex-basis: 99.98%;
    width: 99.98%;
  }
}
@media screen and (min-width: 1200px) {
  .om-col-lg-1 {
    flex-basis: 8.3133333333%;
    width: 8.3133333333%;
  }
  .om-col-lg-2 {
    flex-basis: 16.6466666667%;
    width: 16.6466666667%;
  }
  .om-col-lg-3 {
    flex-basis: 24.98%;
    width: 24.98%;
  }
  .om-col-lg-4 {
    flex-basis: 33.3133333333%;
    width: 33.3133333333%;
  }
  .om-col-lg-5 {
    flex-basis: 41.6466666667%;
    width: 41.6466666667%;
  }
  .om-col-lg-6 {
    flex-basis: 49.98%;
    width: 49.98%;
  }
  .om-col-lg-7 {
    flex-basis: 58.3133333333%;
    width: 58.3133333333%;
  }
  .om-col-lg-8 {
    flex-basis: 66.6466666667%;
    width: 66.6466666667%;
  }
  .om-col-lg-9 {
    flex-basis: 74.98%;
    width: 74.98%;
  }
  .om-col-lg-10 {
    flex-basis: 83.3133333333%;
    width: 83.3133333333%;
  }
  .om-col-lg-11 {
    flex-basis: 91.6466666667%;
    width: 91.6466666667%;
  }
  .om-col-lg-12 {
    flex-basis: 99.98%;
    width: 99.98%;
  }
}
@media screen and (min-width: 1800px) {
  .om-col-xl-1 {
    flex-basis: 8.3133333333%;
    width: 8.3133333333%;
  }
  .om-col-xl-2 {
    flex-basis: 16.6466666667%;
    width: 16.6466666667%;
  }
  .om-col-xl-3 {
    flex-basis: 24.98%;
    width: 24.98%;
  }
  .om-col-xl-4 {
    flex-basis: 33.3133333333%;
    width: 33.3133333333%;
  }
  .om-col-xl-5 {
    flex-basis: 41.6466666667%;
    width: 41.6466666667%;
  }
  .om-col-xl-6 {
    flex-basis: 49.98%;
    width: 49.98%;
  }
  .om-col-xl-7 {
    flex-basis: 58.3133333333%;
    width: 58.3133333333%;
  }
  .om-col-xl-8 {
    flex-basis: 66.6466666667%;
    width: 66.6466666667%;
  }
  .om-col-xl-9 {
    flex-basis: 74.98%;
    width: 74.98%;
  }
  .om-col-xl-10 {
    flex-basis: 83.3133333333%;
    width: 83.3133333333%;
  }
  .om-col-xl-11 {
    flex-basis: 91.6466666667%;
    width: 91.6466666667%;
  }
  .om-col-xl-12 {
    flex-basis: 99.98%;
    width: 99.98%;
  }
}
.flexbox, .flexbox__left, .flexbox__center {
  display: flex;
}
.flexbox__row {
  flex-direction: row;
}
.flexbox__row-reverse {
  flex-direction: row-reverse;
}
.flexbox__column {
  flex-direction: column;
}
.flexbox__column-reverse {
  flex-direction: column-reverse;
}
.flexbox__content-center {
  justify-content: center;
}
.flexbox__content-start {
  justify-content: flex-start;
}
.flexbox__content-end {
  justify-content: flex-end;
}
.flexbox__content-spacearound {
  justify-content: space-around;
}
.flexbox__content-spacebetween {
  justify-content: space-between;
}
.flexbox__items-center {
  align-items: center;
}
.flexbox__items-start {
  align-items: flex-start;
}
.flexbox__items-end {
  align-items: flex-end;
}
.flexbox__items-stretch {
  align-items: stretch;
}
.flexbox__align-content-center {
  align-content: center;
}
.flexbox__align-content-start {
  align-content: flex-start;
}
.flexbox__align-content-end {
  align-content: flex-end;
}
.flexbox__align-content-spacearound {
  align-content: space-around;
}
.flexbox__align-content-spacebetween {
  align-content: space-between;
}
.flexbox__align-content-stretch {
  align-content: stretch;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
}

.flexbox__center {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.flexbox__left {
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.grid-container {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  display: grid;
  grid-template-areas: "left-content right-content";
  grid-template-columns: 4vw 95vw;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
@media only screen and (max-width: 90rem) {
  .grid-container {
    display: table;
  }
}
.grid-container .left-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 4vw;
  height: 100vh;
  grid-area: left-content;
  background-color: var(--color-primary);
  color: var(--color-grey-light-1);
  z-index: 9999;
}
@media only screen and (max-width: 90rem) {
  .grid-container .left-content {
    width: 100%;
    height: 8vh;
  }
}
.grid-container .right-content {
  height: 100%;
  padding-right: 1vw;
  grid-area: right-content;
}
@media only screen and (max-width: 90rem) {
  .grid-container .right-content {
    width: 100%;
  }
}

.navigation {
  position: relative;
}
.navigation__logo {
  width: 100%;
}
.navigation__logo--img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.navigation .menu {
  padding: 2vh 0;
}
.navigation .menu__primary-item {
  position: relative;
  display: flex;
  cursor: pointer;
}
.navigation .menu__primary-item__icon-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 2.5;
}
.navigation .menu__primary-item:hover, .navigation .menu__primary-item:focus {
  background-color: rgba(0, 0, 0, 0.29);
}
.navigation .menu__primary-item:hover .submenu, .navigation .menu__primary-item:focus .submenu {
  display: block;
}
.navigation .menu__primary-item .submenu-indicator {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-right: 0 !important;
}
.navigation .menu__primary-item .submenu {
  position: fixed;
  display: none;
  top: 0;
  left: 4vw;
  width: 10vw;
  height: 100vh;
  background-color: var(--color-primary-light);
}
.navigation .menu__primary-item .submenu__level1 {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
}
.navigation .menu__primary-item .submenu__level1 ul {
  width: 100%;
}
.navigation .menu__primary-item .submenu__level1 .submenu-item-level1 {
  position: relative;
  width: 100%;
  padding: 1rem 0.25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.navigation .menu__primary-item .submenu__level1 .submenu-item-level1:not(:last-child) {
  border-bottom: 1px solid var(--color-white);
}
.navigation .menu__primary-item .submenu__level1 .submenu-item-level1 span {
  margin: auto 0rem;
}
.navigation .menu__primary-item .submenu__level1 .submenu-item-level1 span.icon {
  padding: 0.25rem;
  margin-right: 0.25rem;
}
.navigation .menu__primary-item .submenu__level1:hover, .navigation .menu__primary-item .submenu__level1:focus {
  background-color: rgba(0, 0, 0, 0.29);
}
.navigation .menu__primary-item .submenu__level1:hover .submenu__level2, .navigation .menu__primary-item .submenu__level1:focus .submenu__level2 {
  display: block;
}
.navigation .menu__primary-item .submenu__level2 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 10vw;
  color: var(--color-black);
  background-color: var(--color-secondary-dark);
  list-style-type: none;
  z-index: 2;
}
.navigation .menu__primary-item .submenu__level2 .submenu-item-level2 {
  position: relative;
  width: 100%;
  display: block;
  padding: 1rem 0.5rem;
  text-align: left;
}
.navigation .menu__primary-item .submenu__level2 .submenu-item-level2 span {
  margin: auto;
}
.navigation .menu__primary-item .submenu__level2 .submenu-item-level2:hover {
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
}
.navigation .menu__primary-item .submenu__level2 .submenu-item-level2:first-child {
  padding-top: 1rem;
}
.navigation .menu__primary-item .submenu__level2 .submenu-item-level2:last-child {
  padding-bottom: 1rem;
}
.navigation .user {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1vh 0.5rem;
  color: var(--color-grey-light-1);
}
.navigation .user figure {
  margin: auto;
}
.navigation .user__info {
  width: 100%;
  padding: 0.25rem;
}
.navigation .user__avatar {
  width: 100%;
  margin-bottom: 1rem;
}
.navigation .user__avatar-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navigation .user__cta {
  width: 100%;
  padding-bottom: 1rem;
}
.navigation .user__cta .icon-text {
  margin: auto;
  display: none;
}

.right__aside {
  position: fixed;
  top: 0;
  right: 0;
  width: 25vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--color-grey-light-2);
  box-shadow: 1rem 0 2rem rgba(0, 0, 0, 0.44);
  z-index: 999;
}
.right__aside-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: var(--color-white);
  cursor: pointer;
}
.right__aside-title {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  height: 10vh;
  padding: 2vh 1rem;
  background-color: var(--color-secondary);
  color: var(--color-white);
  margin-bottom: 2rem;
}
.right__aside-content {
  width: 100%;
  height: 60vh;
  padding: 1rem;
  overflow-y: auto;
}
.right__aside-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.right__aside-cta button {
  display: inline-block;
  margin: 0 auto !important;
}/*# sourceMappingURL=journee.css.map */