@charset "UTF-8";
@import url(/font/AllianzNeo/AllianzNeoFont.css);
@import url(/font/AllianzNeo/AllianzNeoFont.css);
@import url(https://fonts.googleapis.com/css?family=Roboto);
*,
*:after,
*:before {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #4B4B4D;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6;
  height: 100%;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: #E83363;
  border: 0.1rem solid #E83363;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 4.4rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease-out;
}

.button:focus, .button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #a31239;
  border-color: #a31239;
  color: #fff;
  outline: 0;
}

.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
  cursor: default;
  opacity: .5;
}

.button[disabled]:focus, .button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type='button'][disabled]:focus,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:focus,
input[type='submit'][disabled]:hover {
  background-color: #E83363;
  border-color: #E83363;
}

.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  background-color: transparent;
  color: #E83363;
}

.button.button-outline:focus, .button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type='button'].button-outline:focus,
input[type='button'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='submit'].button-outline:focus,
input[type='submit'].button-outline:hover {
  background-color: transparent;
  border-color: #4B4B4D;
  color: #4B4B4D;
}

.button.button-outline[disabled]:focus, .button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type='button'].button-outline[disabled]:focus,
input[type='button'].button-outline[disabled]:hover,
input[type='reset'].button-outline[disabled]:focus,
input[type='reset'].button-outline[disabled]:hover,
input[type='submit'].button-outline[disabled]:focus,
input[type='submit'].button-outline[disabled]:hover {
  border-color: inherit;
  color: #E83363;
}

.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #E83363;
}

.button.button-clear:focus, .button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type='button'].button-clear:focus,
input[type='button'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='submit'].button-clear:focus,
input[type='submit'].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #4B4B4D;
}

.button.button-clear[disabled]:focus, .button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type='button'].button-clear[disabled]:focus,
input[type='button'].button-clear[disabled]:hover,
input[type='reset'].button-clear[disabled]:focus,
input[type='reset'].button-clear[disabled]:hover,
input[type='submit'].button-clear[disabled]:focus,
input[type='submit'].button-clear[disabled]:hover {
  color: #E83363;
}

.button.button-block,
button.button-block,
input[type='button'].button-block,
input[type='reset'].button-block,
input[type='submit'].button-block {
  width: 100%;
}

code {
  background: #f4f5f6;
  border-radius: .4rem;
  font-size: 86%;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: nowrap;
}

pre {
  background: #f4f5f6;
  border-left: 0.3rem solid #E83363;
  overflow-y: hidden;
}

pre > code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

input,
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: .6rem 1.0rem;
  width: 100%;
  font-size: 16px;
}

input:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border-color: #E83363;
  outline: 0;
}

input[type='radio'],
input[type='checkbox'] {
  height: 1.4rem;
  width: auto;
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3.0rem;
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
}

textarea {
  min-height: 6.5rem;
}

label,
legend {
  display: block;
  font-size: 1.6rem;
  color: #4B4B4D;
  margin-bottom: .5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
  appearance: auto;
  height: 15px;
  width: 15px;
}

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem;
}

.container {
  margin: 0 auto;
  max-width: 112.0rem;
  padding: 0 2.0rem;
  position: relative;
  width: 100%;
}

.container-fluid {
  margin: 0 auto;
  padding: 0 2.0rem;
  position: relative;
  width: 100%;
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
  margin: 0;
}

.row.row-no-padding {
  padding: 0;
}

.row.row-no-padding > .column {
  padding: 0;
}

.row.row-wrap {
  flex-wrap: wrap;
}

.row.row-top {
  align-items: flex-start;
}

.row.row-bottom {
  align-items: flex-end;
}

.row.row-center {
  align-items: center;
}

.row.row-stretch {
  align-items: stretch;
}

.row.row-baseline {
  align-items: baseline;
}

.row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}

.row .column.column-offset-10 {
  margin-left: 10%;
}

.row .column.column-offset-20 {
  margin-left: 20%;
}

.row .column.column-offset-25 {
  margin-left: 25%;
}

.row .column.column-offset-40 {
  margin-left: 40%;
}

.row .column.column-offset-33, .row .column.column-offset-34 {
  margin-left: 33.3333%;
}

.row .column.column-offset-50 {
  margin-left: 50%;
}

.row .column.column-offset-66, .row .column.column-offset-67 {
  margin-left: 66.6666%;
}

.row .column.column-offset-75 {
  margin-left: 75%;
}

.row .column.column-offset-80 {
  margin-left: 80%;
}

.row .column.column-offset-90 {
  margin-left: 90%;
}

.row .column.column-10 {
  flex: 0 0 10%;
  max-width: 10%;
}

.row .column.column-20 {
  flex: 0 0 20%;
  max-width: 20%;
}

.row .column.column-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

.row .column.column-33, .row .column.column-34 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.row .column.column-40 {
  flex: 0 0 40%;
  max-width: 40%;
}

.row .column.column-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.row .column.column-60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.row .column.column-66, .row .column.column-67 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.row .column.column-75 {
  flex: 0 0 75%;
  max-width: 75%;
}

.row .column.column-80 {
  flex: 0 0 80%;
  max-width: 80%;
}

.row .column.column-90 {
  flex: 0 0 90%;
  max-width: 90%;
}

.row .column .column-top {
  align-self: flex-start;
}

.row .column .column-bottom {
  align-self: flex-end;
}

.row .column .column-center {
  align-self: center;
}

.row.row-mobile {
  flex-direction: row;
}

@media (min-width: 40rem) {
  .row {
    flex-direction: row;
    margin-left: -1.0rem;
    width: 100%;
  }
  .row .column {
    margin-bottom: inherit;
    padding: 0 1.0rem;
  }
  .row.row-no-margin {
    margin-left: 0;
  }
}

a {
  color: #E83363;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

a:focus, a:hover {
  color: #a31239;
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 1.0rem;
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
  font-family: 'Allianz Neo Condensed', sans-serif;
  color: #E83363;
  text-transform: uppercase;
}

p {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: -.1rem;
  margin-bottom: 2.0rem;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
}

h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.2rem;
  letter-spacing: -.08rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  letter-spacing: -.05rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.flex {
  display: flex;
}

.flex.center {
  align-items: center;
}

.flex.bottom {
  align-items: flex-end;
}

.flex.top {
  align-items: flex-start;
}

.flex.spaced {
  justify-content: space-between;
}

.flex.wrap {
  flex-direction: row;
  flex-wrap: wrap;
}

.flex.justify-center {
  justify-content: center;
}

.flex.evenly {
  justify-content: space-evenly;
}

.flex.column {
  flex-direction: column;
}

.flex.column.direction-row {
  display: flex;
  flex-direction: row;
}

.flex.strech {
  align-items: stretch;
}

.flex.end {
  justify-content: flex-end;
}

.flex.start {
  justify-content: flex-start;
}

.flex.vertical-align {
  align-items: center;
}

.flex > .grow-1 {
  flex-grow: 1;
}

.flex > .grow-2 {
  flex-grow: 2;
}

.flex.row-reverse {
  flex-direction: row-reverse;
}

.mt-2 {
  margin-top: 2em;
}

.mt-1 {
  margin-top: 1em;
}

.text-right {
  text-align: right;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

body {
  background: white;
  color: #333333;
  font-family: 'Allianz Neo', sans-serif;
  margin: 0;
  line-height: 1.4;
}

h1 {
  color: #E83363;
}

@media (max-width: 767px) {
  h1 {
    font-size: 3.6rem;
  }
}

h1, h2, h3, h4, h5 {
  color: #E83363;
}

address {
  font-style: normal;
  margin-bottom: 0;
}

label {
  font-size: 1.2rem;
  font-weight: normal;
}

@media (min-width: 1200px) {
  label {
    font-size: 1.5rem;
  }
}

img {
  max-width: 100%;
  object-fit: cover;
}

textarea {
  resize: vertical;
  font-family: 'Allianz Neo', sans-serif;
  min-height: 5em;
}

input[type='date'] {
  font-family: 'Allianz Neo', sans-serif;
}

details {
  margin-bottom: 20px;
  width: 100%;
}

details p {
  padding: 20px;
}

summary {
  padding: 20px;
  background-color: #E83363;
  border: 1px solid #E83363;
  color: white;
  outline: none;
  font-weight: bold;
  font-size: 20px;
}

summary:hover,
summary:focus {
  cursor: pointer;
}

details[open] {
  background: #fff;
}

details[open] summary {
  background-color: #E83363;
  border: 1px solid #E83363;
}

header {
  height: 110px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}

header .language-bar {
  background-color: #E83363;
  width: 100%;
  height: 30px;
  padding: 0 2rem;
}

header .language-bar .nav-link {
  color: white;
}

header .language-bar .nav-link:hover {
  color: #4B4B4D;
}

header .language-bar .nav-link.nav-link--active {
  text-decoration: underline;
  color: white;
}

header .main-nav {
  height: 80px;
  background-color: white;
  width: 100%;
  padding: 0 2rem;
}

header .main-nav .nav-link {
  font-size: 18px;
}

@media (max-width: 767px) {
  header .nav-bar {
    display: none;
  }
}

header .logo-link {
  line-height: 0;
}

.nav-link {
  margin: 0 0.5em;
  color: #4B4B4D;
}

.nav-link:hover {
  color: #E83363;
}

.nav-link.nav-link--active {
  color: #E83363;
  text-decoration: underline;
}

.nav-link.button {
  background-color: #4c9b8a;
  border-color: #4c9b8a;
  color: white;
}

.mobile-nav {
  width: 100%;
  height: auto;
  z-index: 199;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  height: 0;
  background: white;
  display: none;
  transition: opacity 0.2s ease-out;
}

@media (max-width: 767px) {
  .mobile-nav {
    display: block;
  }
}

.mobile-nav .nav-bar {
  height: 0;
}

.mobile-nav .nav-link {
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(200vh);
  opacity: 0;
  font-size: 24px;
  margin: 12px;
}

.mobile-nav .nav-link:nth-child(1) {
  transition-delay: 0.03s;
}

.mobile-nav .nav-link:nth-child(2) {
  transition-delay: 0.06s;
}

.mobile-nav .nav-link:nth-child(3) {
  transition-delay: 0.09s;
}

.mobile-nav .nav-link:nth-child(4) {
  transition-delay: 0.12s;
}

.mobile-nav .nav-link:nth-child(5) {
  transition-delay: 0.15s;
}

.mobile-nav .nav-link:nth-child(6) {
  transition-delay: 0.18s;
}

.mobile-nav .nav-link:nth-child(7) {
  transition-delay: 0.21s;
}

.mobile-nav .nav-link:nth-child(8) {
  transition-delay: 0.24s;
}

.mobile-nav .nav-link:nth-child(9) {
  transition-delay: 0.27s;
}

.mobile-nav.mobile-nav--open {
  opacity: 1;
  height: 100%;
}

.mobile-nav.mobile-nav--open .nav-bar {
  height: 100%;
}

.mobile-nav.mobile-nav--open .nav-link {
  transform: translate(0);
  opacity: 1;
}

.mobile-nav-handler {
  /*position: fixed;
    top: 20px;
    right: 40px;
    z-index: 401;*/
  display: none;
}

@media (max-width: 767px) {
  .mobile-nav-handler {
    display: block;
  }
}

.hamburger {
  position: relative;
  cursor: pointer;
  z-index: 5;
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger span, .hamburger span:after, .hamburger span:before {
  display: block;
  transition-property: all;
  transition-duration: .1s;
}

.hamburger span {
  margin: 0 auto;
  position: relative;
  background-color: #E83363;
}

.hamburger span:before, .hamburger span:after {
  position: absolute;
  content: '';
  background-color: #E83363;
}

.hamburger.lines span, .hamburger.lines span:after, .hamburger.lines span:before {
  width: 20px;
  height: 2px;
}

.hamburger.lines span:before {
  transform: translateY(-5px);
}

.hamburger.lines span:after {
  transform: translateY(5px);
}

.hamburger.lines:hover span:before {
  transform: translateY(-7px);
}

.hamburger.lines:hover span:after {
  transform: translateY(7px);
}

.hamburger.lines:hover.active span:before {
  transform: rotate(45deg);
}

.hamburger.lines:hover.active span:after {
  transform: rotate(-45deg);
}

.hamburger.lines.active span {
  background-color: transparent !important;
}

.hamburger.lines.active span:after, .hamburger.lines.active span:before {
  transform: translateY(0);
}

.hamburger.lines.active span:before {
  transform: rotate(45deg);
}

.hamburger.lines.active span:after {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .nav-bar {
    flex-direction: column;
  }
}

footer {
  padding: 2rem;
  margin-top: 2rem;
}

footer .footer-content {
  border-top: 1px solid #c4c4c4;
  padding: 2rem;
  color: #4B4B4D;
}

@media (max-width: 767px) {
  footer .footer-content .row {
    display: block;
  }
  footer .footer-content .column-xs-100 {
    max-width: 100% !important;
    margin-left: 0 !important;
    display: block;
    width: 100%;
    flex: none !important;
  }
}

.hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "img" "left-box" "right-box";
}

@media (min-width: 992px) {
  .hero {
    grid-template-areas: "title img" "left-box right-box" "down-icon down-icon";
    grid-template-columns: 3fr 3fr;
    -ms-grid-columns: 3fr 3fr;
    padding: 0 6rem 4rem 6rem;
  }
}

.hero .hero-text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  max-width: 40em;
  padding: 0 6rem 0 4rem;
}

@media (min-width: 992px) {
  .hero .hero-text {
    padding: 0;
  }
}

.hero .hero-image {
  width: 100%;
  max-width: 562px;
  z-index: 1;
  margin-top: -19rem;
  margin-left: auto;
}

@media (min-width: 992px) {
  .hero .hero-image {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}

.hero .section__description {
  font-size: 18px;
}

.info-section {
  display: grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "title" "text";
  align-items: center;
}

@media (min-width: 992px) {
  .info-section {
    grid-template-areas: "title text";
    grid-template-columns: 3fr 3fr;
    -ms-grid-columns: 3fr 3fr;
    margin-bottom: 4rem;
  }
}

.info-section .title-box {
  grid-area: title;
  height: 100%;
  padding: 4rem;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.info-section .title-box .info-icon {
  grid-area: icon;
  padding-bottom: 1rem;
  padding-right: 6rem;
}

.info-section .title-box .text-content {
  grid-area: text;
}

@media (min-width: 992px) {
  .info-section .title-box .text-content {
    max-width: 40em;
    float: right;
  }
}

.info-section .title-box h2 {
  margin: 0;
  color: inherit;
}

.info-section .title-box p {
  font-weight: bold;
  margin-top: 1em;
}

@media (min-width: 992px) {
  .info-section .title-box {
    margin-right: 4rem;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.info-section .title-box.pink {
  background-color: #E83363;
  color: white;
}

.info-section .title-box.yellow {
  background-color: #E5DC32;
  color: #E83363;
}

.info-section .title-box.blue {
  background-color: #3A9FAC;
  color: white;
}

.info-section .title-box.petrol {
  background-color: #4C9B8A;
  color: white;
}

.info-section .title-box.anthrazit {
  background-color: #4B4B4D;
  color: white;
}

.info-section .title-box.white {
  background-color: white;
  color: #4B4B4D;
}

.info-section .title-box .title-content {
  display: grid;
  grid-template-areas: "text";
}

@media (min-width: 992px) {
  .info-section .title-box .title-content {
    margin-left: auto;
    max-width: 38em;
  }
}

.info-section .title-box .title-content-icon {
  display: grid;
  grid-template-areas: "icon" "text";
}

@media (min-width: 992px) {
  .info-section .title-box .title-content-icon {
    grid-template-areas: "icon text";
    grid-template-columns: 120px 1fr;
    margin-left: auto;
    max-width: 37em;
  }
}

.info-section .content-box {
  grid-area: text;
  padding: 4rem;
  max-width: 40em;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

@media (min-width: 992px) {
  .info-section .content-box {
    padding-left: 0;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

.info-section .content-box p:last-child {
  margin-bottom: 0;
}

.people h3 {
  margin: 0;
  color: #E83363;
}

.people img {
  object-fit: cover;
  width: 160px;
  height: 160px;
}

.center-section, .vc-section {
  margin-top: 4rem;
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "title text";
  align-items: center;
}

@media (min-width: 992px) {
  .center-section, .vc-section {
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
  }
}

.center-section .title-box, .vc-section .title-box {
  grid-area: title;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  height: 100%;
  padding: 4rem 4rem 4rem 4rem;
  text-align: center;
}

.center-section .title-box h2, .vc-section .title-box h2 {
  margin: 0;
}

.center-section .title-box.subtitle, .vc-section .title-box.subtitle {
  padding: 4rem;
}

@media (min-width: 992px) {
  .center-section .title-box.subtitle, .vc-section .title-box.subtitle {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .center-section .title-box, .vc-section .title-box {
    text-align: right;
    padding-right: 0;
    margin-right: 4rem;
  }
}

.center-section .content-box, .vc-section .content-box {
  grid-area: text;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  padding: 4rem;
}

@media (min-width: 992px) {
  .center-section .content-box, .vc-section .content-box {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .center-section .content-box, .vc-section .content-box {
    min-width: 350px;
  }
}

.center-section .content-box p:last-child, .vc-section .content-box p:last-child {
  margin-bottom: 0;
}

.slick-slider {
  margin: 2rem 0;
}

.slick-slider .slide {
  margin: 0 25px;
  text-align: center;
}

.slick-slider .slide img {
  margin: 0 auto;
}

.vc-section {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  display: -ms-grid;
  align-items: start;
}

@media (min-width: 992px) {
  .vc-section {
      display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr;
  }
}

.phone-call-field .number {
  font-size: 18px;
  font-weight: bold;
  color: #4B4B4D;
  padding: 0 4rem 0 1rem;
  letter-spacing: 0.1px;
}

.blogposts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-template-rows: minmax(25em, 40em);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.blogpost {
  border: 1px solid #4B4B4D;
  overflow: hidden;
  max-width: 450px;
}

.blogpost .blog-image {
  background: #F0EA74;
  height: 200px;
  width: 100%;
}

.blogpost .blog-info {
  padding: 20px;
  flex-grow: 2;
}

.blogpost .blog-info .blogpost-meta {
  text-align: right;
}

.blogpost .actions {
  text-align: right;
  padding: 20px;
  align-self: flex-end;
}

.blogpost .actions button {
  margin-bottom: 0;
}

.blogpost-hero {
  background: #F0EA74;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .blogpost-hero {
    height: 400px;
  }
}

main {
  display: block;
  margin-top: 110px;
}

.section-header {
  padding-top: 2rem;
}

@media (min-width: 992px) {
  .section-header {
    padding-top: 4rem;
  }
}

a.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

.button.rounded {
  border-radius: 100px;
  line-height: 2.2;
  padding: 0 1.4em;
}

.people .portrait {
    background: #4B4B4D;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    filter: saturate(0);
}

.text-center {
  text-align: center;
}

#mapid {
  min-height: 400px;
}

.text-pink {
  color: #E83363;
}

input.input-validation-error, select.input-validation-error {
  margin-bottom: 0;
}

.error.field-validation-error {
  color: #d8000c;
  margin-bottom: 20px;
  display: block;
}

.input-wrapper-300 {
  min-width: 300px;
  margin-right: 2rem;
}

.input-wrapper-300 > input {
  height: 4.8rem;
  margin-top: 4px;
}

.umb-grid .col-md-4.column > div {
  text-align: center;
}

.button.btn-secondary {
  border-color: #E83363;
  background: white;
  color: #E83363;
  margin: 0 1.5rem 1rem 0;
}

.button.btn-secondary:hover {
  border-color: #E83363;
  background: #E83363;
  color: white;
}

@media screen and (max-width: 501px) {
  .button.btn-secondary {
    margin: 0 0 1rem;
  }
}

.carousel {
  max-width: 137rem;
  width: 100%;
}

.carousel-inner > .item {
  -webkit-transition: -webkit-transform 1.5s ease-in-out;
  -o-transition: -o-transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out;
}

.carousel-indicators {
  bottom: -30px;
}

.carousel-indicators li {
  border: 1px solid #E83363;
}

.carousel-indicators .active {
  background-color: #E83363;
}

.carousel-control {
  width: 10%;
  opacity: 1;
}

@media (min-width: 992px) {
  .carousel-control {
    width: auto;
    padding-left: 1rem;
  }
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
  transform: rotate(180deg);
}

.news-slider-section {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .news-slider-section .content-box {
    padding: 4rem;
  }
}

.slick-initialized .slider-container.slick-slide {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "title" "image" "text";
  padding: 0 4rem 4rem 4rem;
}

@media (min-width: 992px) {
  .slick-initialized .slider-container.slick-slide {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-areas: "title image" "text image";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 2fr;
    grid-template-rows: 1fr 2fr;
    padding: 0 6rem 4rem 6rem;
  }
}

.slider-image {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: image;
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .slider-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    padding: 0;
  }
}

.slider-image img {
  width: 100%;
  height: 100%;
}

.slider-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #E83363;
}

@media (min-width: 992px) {
  .slider-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    padding-right: 8rem;
  }
}

.slider-text {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: text;
  font-size: 16px;
  letter-spacing: 0.13px;
  color: #4B4B4D;
}

@media (min-width: 992px) {
  .slider-text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    padding-right: 8rem;
  }
}

.flex .column-row-reverse {
  flex-direction: column-reverse;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .flex .column-row-reverse {
    flex-direction: row-reverse;
  }
}

.hero-text h1 {
  font-size: 34px;
}

.hero-box {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "icon text" "button button";
  -ms-grid-columns: 90px 1fr;
  grid-template-columns: 90px 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  justify-items: flex-start;
  padding: 3rem 4rem 2.5rem 4rem;
}

@media (min-width: 992px) {
  .hero-box {
    height: 100%;
    max-width: 610px;
    grid-template-areas: "icon text" "unused button";
    -ms-grid-columns: 90px 1fr;
    grid-template-columns: 90px 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
}

.hero-left-box {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: left-box;
}

.hero-right-box {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: right-box;
}

@media (min-width: 992px) {
  .hero-left-box {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .hero-right-box {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media (min-width: 992px) {
  .hero-left-box {
    margin-right: 1.5rem;
  }
  .hero-right-box {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1345px) {
  .hero-left-box {
    width: 610px;
    margin-left: auto;
  }
  .hero-right-box {
    width: 610px;
    margin-right: auto;
  }
}

.hero-box.yellow {
  background-color: #E5DC32;
}

.hero-box.pink {
  background-color: #e83363;
}

.hero-box.petrol {
  background-color: #4c9b8a;
}

.hero-box.blue {
  background-color: #3a9fac;
}

.hero-box.anthrazit {
  background-color: #4b4b4d;
}

.hero-box.white {
  background-color: #ffffff;
}

.hero-box .hero-box-icon-container {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: icon;
  height: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-box .hero-box-icon {
  max-width: 57px;
  padding-top: 0.5rem;
  padding-bottom: 2rem;
}

.hero-box .hero-subtext {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: text;
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 1.25;
  padding-bottom: 2rem;
}

.hero-box .button {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: button;
  line-height: 4rem;
  -ms-grid-column-align: start;
  align-self: flex-end;
}

.hero-image-container {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: img;
}

@media (min-width: 992px) {
  .hero-image-container {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    padding: 0 2rem 0 3.5rem;
  }
}

.hero-down-icon-container {
  visibility: hidden;
}

@media (min-width: 992px) {
  .hero-down-icon-container {
    visibility: visible;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: down-icon;
    padding-top: 4rem;
  }
}

.background-container {
  z-index: -1;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.background-container img {
  position: absolute;
}

.hero-background {
  top: -2rem;
  left: -1.7rem;
  max-width: 120%;
  width: 107%;
}

.hero-background-addon {
  top: 12rem;
  left: -3rem;
  width: 43%;
}

@media (min-width: 992px) {
  .hero-background {
    top: 6.6rem;
    left: -3.9rem;
    max-width: 120%;
    width: 114%;
  }
  .hero-background-addon {
    top: 7.8rem;
    left: -5.5rem;
    width: 25%;
  }
}

/* People */
    .people {
  max-width: 1240px;
  margin: auto;
}

.people .people__heading {
  margin: 3rem 0;
}

.people__wrapper {
  padding: 0 2rem;
}

@media only screen and (min-width: 992px) {
  .people__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 3rem;
  }
}

.person__tile {
  background-color: #fff;
  text-align: center;
  padding: 3rem;
  transition: all .3s ease-in-out;
}

.person__img {
  border-radius: 100%;
  background-image: linear-gradient(-90deg, #f8f8f8, #bebebe1c);
  transition: transform .3s ease-in-out;
  transform-origin: top;
}

.person__name {
  margin-bottom: 0;
}

.person__icon {
  transform: translateY(-10px);
  opacity: 0;
  transition: all .3s ease-in-out;
}

.person__tile:hover .person__icon {
  opacity: 1;
}

.person__tile:hover {
  background-color: #edf5f3;
}

.person__tile:hover .person__img {
  transform: scale(1.3);
}

.person__info {
  transition: all .3s ease-in-out;
}

.person__tile:hover .person__info {
  transform: translateY(-2rem);
  opacity: 0;
  pointer-events: none;
}

.person__position {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.person__tile .person__name {
  margin-top: 0.5rem;
}

/* Job Page */
@media only screen and (min-width: 992px) {
  .job {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.job__tile {
  padding: 3rem 1.8rem;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .job__tile {
    padding: 5rem;
  }
}

.job__tile--yellow {
  background-color: #E5DC32;
  color: white;
}

.job__tile--pink {
  background-color: #E83363;
  color: white;
}

.job__tile--petrol {
  background-color: #4C9B8A;
  color: white;
}

.job__tile--anthrazit {
  background-color: #4B4B4D;
  color: white;
}

.job__tile--blue {
  background-color: #3A9FAC;
  color: white;
}

.job__tile--white {
  background-color: white;
  color: #4B4B4D;
}

.job__title {
  color: inherit;
  margin-bottom: 0.5rem;
  font-size: 3rem;
}

@media only screen and (min-width: 992px) {
  .job__title {
    font-size: 3.6rem;
  }
}

.job__workspace {
  margin-bottom: 0;
  font-size: 2.1rem;
}

.job__link {
  color: inherit;
  text-decoration: underline;
  font-size: 1.8rem;
  cursor: pointer;
}

.job__link:hover {
  color: #fff;
  opacity: 0.7;
}

/* Job Main Page */
.job__pageTitle {
  padding: 0 6rem;
  margin-bottom: 5rem;
  margin-top: 17rem;
}

.job-hero__img {
  width: 100%;
  height: 390px;
}

.job-hero__video {
  width: 100%;
  border: 0;
}

.job-hero__inner {
  padding: 3rem 2rem;
}

@media only screen and (min-width: 992px) {
  .job-hero__inner {
    padding: 4rem 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .job-hero__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(50%, 1fr));
  }
}

.job-hero__left {
  color: #333;
}

.job-hero__right p {
  margin-bottom: 0;
  font-size: 2rem;
  max-width: 80%;
}

/* Job Details Page  */
.job-details {
  max-width: 133rem;
  margin: auto;
}

.job-details__pageTitle {
  padding: 0 6rem;
  margin-bottom: 5rem;
  margin-top: 17rem;
}

.job-details__hero {
  margin-bottom: 5rem;
}

.job-details__img {
  width: 100%;
  height: 390px;
}

.job-details__video {
  width: 100%;
  border: 0;
}

.job-details__inner {
  padding: 0 2rem;
}

@media only screen and (min-width: 992px) {
  .job-details__inner {
    padding: 0 6rem;
  }
}

.job-details__title {
  margin-bottom: 6rem;
}

.job-details__item,
.job-details__extra {
  margin-bottom: 4rem;
}

.job-details__item p {
  margin-bottom: 1rem;
}

.job-details__item strong {
  color: #333;
}

.job-details__item ul {
  padding-left: 2rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .job-details__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(50%, 1fr));
    grid-gap: 5rem;
  }
  .job-details__item {
    margin-bottom: 0;
  }
  .job-details__extra {
    margin-top: 4rem;
  }
}

/* Text with image */
.text-with-image {
  padding: 0 4rem;
}

.text-with-image__left {
  margin-bottom: 2rem;
}

.text-with-image__right h5 {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .text-with-image {
    display: -ms-grid;
    display: grid;
    max-width: 137rem;
    margin: auto;
    -ms-grid-columns: 1fr 5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3rem;
  }
  .text-with-image__left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    margin-bottom: 0;
  }
  .text-with-image__right {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.slick-slider .slide:focus {
  outline: none;
}

.slick-slider .slide a:focus {
  outline: none;
}

.slick-initialized .slider-container.slick-slide:focus {
  outline: none;
}

/* Covid Icon Style */
.corona {
  position: fixed;
  z-index: 180;
  bottom: 5rem;
  right: 0;
  transform: scale(0.7);
}

@media only screen and (min-width: 992px) {
  .corona {
    transform: scale(1);
    bottom: 6rem;
    right: 2rem;
  }
}

.corona__text {
  background-color: white;
  position: absolute;
  z-index: 4;
  padding: 1rem;
  width: 120px;
  right: 20px;
  top: -90px;
  height: 120px;
  border-radius: 100%;
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: bold;
  box-shadow: 0 0 13px 0px #e8326321;
}

#covid-19 {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 5;
  right: 1rem;
}

.feedback-grid .grid-section > div > .container {
  max-width: 100%;
  padding: 0;
}

.feedback-grid .grid-section > div > .container > .row {
  margin: 0;
}

.feedback-grid .grid-section > div > .container > .row > .column {
  padding: 0;
}

.rate {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  height: 100px;
  padding: 0 10px;
  max-width: 370px;
  margin: 0 auto;
}

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked) > input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > input:checked + label:hover,
.rate:not(:checked) > input:checked + label:hover ~ label,
.rate:not(:checked) > input:checked ~ label:hover,
.rate:not(:checked) > input:checked ~ label:hover ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 64px;
  color: #ECECED;
  -webkit-text-stroke: 2px #ffc700;
  transition: all .2s ease-in-out;
}

.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:hover ~ input:checked ~ label {
  color: #ffc700;
}

.rate:not(:checked) > label:before {
  content: '★ ';
  display: flex;
  justify-content: center;
}

.rate
.rate:not(:checked)
.rate:not(:checked) > label
.rate > input
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #ffc700;
}

.rate-labels {
  max-width: 370px;
  margin: -1rem auto 0;
}

.rate-labels .column {
  padding: 0;
}

.slidecontainer {
  width: 100%;
  /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 10px;
  /* Specified height */
  background: #ECECED;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 1;
  transition: all .2s ease-in-out;
  overflow: visible;
  padding: 0;
}

.slider:focus, .slider:hover, .slider:active {
  border-color: transparent;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #E83363;
  cursor: pointer;
  /* Cursor on hover */
  border-radius: 50%;
}

.slider::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #E83363;
  cursor: pointer;
  /* Cursor on hover */
}

.slider-labels {
  margin: 0;
}

.slider-labels .column {
  padding: 0;
}

.feedback-form .container {
  max-width: 540px;
}

@media (max-width: 767px) {
  .feedback-form .button {
    width: 100%;
  }
}

.feedback-form .half-button-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.feedback-form .store-button {
  display: block;
  margin-bottom: 2rem;
}

.feedback-form .doctor-image {
  margin-top: 6rem;
}

.feedback-form .title {
  text-transform: none;
}

.feedback-form .question {
  text-transform: none;
  font-size: 3rem;
}

.well-section {
  background: #ECECED;
  padding: 4rem 0;
  margin-top: 4rem;
}

.well-section b {
  color: #50CE8A;
}

.well-section .image {
  margin: 0 1rem;
}

.well-section .button {
  margin-top: 2rem;
}

.photo-section {
  background: #ECECED url("/Content/Images/well-bg.png") no-repeat center center/cover;
  color: white;
}

.image {
  margin: 0;
}

.progress-wrapper {
  background: #ECECED;
  height: 20px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 4rem;
}

.progress-wrapper .progress {
  background: #E83363;
  transition: all .4s ease-in-out;
  border-radius: 10px;
  height: 100%;
}

/*# sourceMappingURL=main.css.map */
.video-container {
    margin-top: 1rem;
    display: flex;    
    flex-direction: column;  
}
    
.video-container iframe {
    padding: 1rem;
    aspect-ratio: 16 / 9;
    width: 100vw;
}

@media(min-width: 1000px){
    .video-container {
      flex-direction: row;  
    }
    .video-container iframe {
        padding: 3rem;
    }
}
