@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://use.typekit.net/ncs0uqv.css");
/* ---------------------------------- Functions ----------------------------------  */
/* ---------------------------------- System Colors ----------------------------------  */
/* ---------------------------------- HTML5 Tags ----------------------------------  */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

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

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

/* ---------------------------------- Form Error ---------------------------------- */
select.error, input[type=text].error, input[type=password].error, input[type=email].error, input[type=tel].error, textarea.error, button.error {
  border: solid 1px #D14646;
  border-radius: 6px 6px 6px 0;
}

.errormsg {
  font-weight: normal;
  color: #FFFFFF;
  background-color: #D14646;
  padding: 5px 15px;
  line-height: 20px;
  white-space: nowrap;
}
.errormsg .arrow {
  display: none;
  z-index: 1;
  position: absolute;
  top: -8px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #D14646;
}

/* ---------------------------------- Responsive items ---------------------------------- */
table, img, iframe {
  max-width: 100%;
  height: auto;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.img-responsive, .vdo-responsive {
  width: 100%;
  display: block;
  border-radius: 4px;
}

.img-hidden {
  visibility: hidden;
}

/* ---------------------------------- Fluid Youtube Video ---------------------------------- */
.vdowrap {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.vdowrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------- Main ---------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
html:before {
  z-index: -1;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1249.838' height='1249.838' viewBox='0 0 1249.838 1249.838'%3E%3Cpath d='M672.3,88.259c-345.124,0-624.92,279.8-624.92,624.918s279.8,624.92,624.92,624.92,624.918-279.8,624.918-624.92h0c0-345.122-279.8-624.918-624.918-624.918Z' transform='translate(-47.383 -88.259)' fill='rgba(244, 244, 241, 0.7)'/%3E%3C/svg%3E%0A");
  background-position: 40vw 100%;
  background-repeat: no-repeat;
}

body {
  font-family: "proxima-nova";
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
}
body:after {
  content: "desktop";
  display: none;
}

@media (max-width: 992px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 768px) {
  body:after {
    content: "tablet";
  }
}
@media (max-width: 576px) {
  body:after {
    content: "mobile";
  }
}
@media (max-width: 320px) {
  body:after {
    content: "mobile";
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.clr {
  clear: both;
}

.point {
  cursor: pointer;
}

.anchor {
  padding-top: 40px;
  margin-top: -40px;
  display: block;
}

.border {
  border: solid 1px #D14646;
}

*:focus {
  outline: none !important;
}

.container {
  max-width: 940px;
}

/* ---------------------------------- H1, H2, H3 ---------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 600;
  color: #232744;
  overflow: hidden;
  text-overflow: ellipsis;
}

h1, .h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

h2, .h2 {
  font-size: 22px;
  font-weight: 400;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

@media (max-width: 576px) {
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 24px;
  }
}
/* ---------------------------------- A links ---------------------------------- */
a {
  color: #07B679;
  text-decoration: none;
}
a:hover {
  color: #07B679;
  text-decoration: underline;
}

/* ---------------------------------- Breadcrumb ---------------------------------- */
.breadcrumb {
  color: #232744;
  font-size: 14px;
  padding: 20px 0;
  margin-bottom: 40px;
}
.breadcrumb-wrapper {
  background-color: rgba(35, 39, 68, 0.05);
  margin: 0 auto;
  max-width: 1080px;
}
.breadcrumb a {
  color: #232744;
}
.breadcrumb .divider {
  color: #232744;
  padding: 0 5px;
}
.breadcrumb .active {
  color: #232744;
}

/* ---------------------------------- Helper ---------------------------------- */
.helper {
  color: rgba(183, 183, 183, 0.7176470588);
  font-size: 12px;
}

/* ---------------------------------- Helpbox ---------------------------------- */
.helpbox {
  cursor: pointer;
  color: #232744;
  position: absolute;
  margin-top: -2px;
  margin-left: 5px;
  font-size: 20px;
}

/* ---------------------------------- Input ---------------------------------- */
::-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}
::placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

::-webkit-input-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

:-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #B0C4CF !important;
  opacity: 1 !important;
}

input[type=button], input[type=submit] {
  border-radius: 0;
}

input[type=tel], input[type=email], input[type=number], input[type=text], input[type=search] {
  border-radius: 2px;
  border-color: #232744;
}

input.focus, input:focus, input.active.focus, input.active:focus, input:active.focus, input:active:focus, input.form-control:focus {
  border-color: #232744;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.input-group .form-control {
  border-radius: 0px 0px 0px 0px !important;
}
.input-group .input-group-text {
  border-radius: 2px 0px 0px 2px !important;
  background-color: #FFFFFF;
  border-color: #232744;
  font-size: 11px;
}
.input-group .input-group-text .material-icons {
  font-size: 15px;
}

/* ---------------------------------- Checkbox ---------------------------------- */
input[type=checkbox] {
  width: 13px;
  height: 13px;
  margin: 7px 0 0 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  display: block;
  float: left;
  position: relative;
  cursor: pointer;
}
input[type=checkbox]:after {
  border: solid 1px #232744;
  margin: -1px 0 0 -2px;
  height: 15px;
  width: 15px;
  font-size: 13px;
  line-height: 13px;
  background: #FFFFFF;
  content: "";
  text-align: center;
  position: absolute;
  cursor: pointer;
}
input[type=checkbox]:checked:after {
  background: #232744;
  content: "✓";
  color: #FFFFFF;
}
input[type=checkbox]:disabled:after {
  background: lightgray !important;
  border-color: lightgray !important;
}

.checkbox label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.checkbox label input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}

/* ---------------------------------- Radio ---------------------------------- */
input[type=radio]:after {
  border: 1px solid #07B679;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -3px;
  left: -2px;
  background-color: #FFFFFF;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}
input[type=radio]:checked:after {
  background-color: #232744;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  top: -3px;
  left: -2px;
  border: 0px solid white;
  position: relative;
  content: "";
  display: inline-block;
  visibility: visible;
}

.radio label {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.radio label input[type=radio] {
  margin-right: 8px;
  cursor: pointer;
}

/* ---------------------------------- Select ---------------------------------- */
select.focus, select:focus, select.active.focus, select.active:focus, select:active.focus, select:active:focus, select.form-control:focus {
  border-color: #232744;
  outline-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.select2-selection__rendered {
  line-height: 38px !important;
}

.select2-selection {
  height: 38px !important;
}

.select2-selection__arrow {
  height: 38px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-image: linear-gradient(#272727, #272727);
  color: #FFFFFF;
}

/* ---------------------------------- Datepicker ---------------------------------- */
.daterangepicker {
  left: 0;
  top: 0;
  margin: 0;
}
.daterangepicker .in-range {
  background-color: #272727 !important;
  color: #000000 !important;
}
.daterangepicker .today {
  background-color: #232744 !important;
  color: #FFFFFF !important;
}
.daterangepicker .start-date, .daterangepicker .end-date {
  background-color: #232744 !important;
  color: #FFFFFF !important;
}
.daterangepicker .btn {
  font-size: 12px !important;
}
.daterangepicker .btn-primary {
  background-color: #232744;
  color: #FFFFFF;
  border-color: #232744;
}
.daterangepicker .btn-primary:hover, .daterangepicker .btn-primary:active, .daterangepicker .btn-primary:focus {
  opacity: 0.7;
  background-color: #FFFFFF;
  color: #232744;
  border-color: #232744;
}

.datepicker:hover, .datepicker-notbeforetoday:hover, .daterangepicker:hover {
  cursor: pointer;
}

.ui-widget-header {
  background-color: transparent !important;
  border: none !important;
}
.ui-datepicker {
  z-index: 999;
  font-size: 16px;
}
.ui-datepicker-calendar {
  font-size: 12px !important;
}
.ui-datepicker-month {
  font-size: 12px !important;
}
.ui-datepicker-year {
  font-size: 12px !important;
}
.ui-datepicker-title {
  background-color: transparent !important;
}
.ui-datepicker-next, .ui-datepicker-prev {
  border: none;
}
.ui-datepicker-next-hover, .ui-datepicker-prev-hover {
  cursor: pointer;
  border: none !important;
  top: 2px !important;
}
.ui-datepicker-prev-hover {
  left: 2px !important;
}
.ui-datepicker-next-hover {
  right: 2px !important;
}
.ui-state-default {
  padding: 5px !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}
.ui-state-highlight {
  background-color: #232744 !important;
  border-color: #232744 !important;
  color: #FFFFFF !important;
}
.ui-state-active {
  background-color: #232744 !important;
  border-color: #232744 !important;
  color: #FFFFFF !important;
}

/* ---------------------------------- Buttons ---------------------------------- */
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-selected {
  text-decoration: none;
  cursor: pointer;
  color: #232744 !important;
  border-color: #232744 !important;
  background-color: #FFFFFF !important;
  opacity: 1 !important;
}

.btn {
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  border-width: 1px;
  position: relative;
}
.btn .bi {
  padding-right: 10px;
}
.btn-custom {
  margin-right: 15px;
  padding: 5px 40px;
}
.btn-small {
  padding: 2px 30px !important;
}
.btn-medium {
  padding: 4px 20px !important;
}
.btn-primary {
  background-color: #07B679;
  border-color: #07B679;
  color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border-color: #07B679 !important;
  color: #07B679 !important;
}
.btn-secondary {
  background-color: transparent;
  border-color: rgba(176, 196, 207, 0.5);
  color: #232744;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #232744 !important;
  border-color: #232744 !important;
  color: #FFFFFF !important;
}
.btn-link {
  color: #07B679;
  padding: 0px !important;
  margin: 0px !important;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  text-decoration: none;
  color: #232744;
}
.btn:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}
.btn.focus, .btn:focus, .btn.active.focus .btn.active:focus, .btn:active.focus, .btn:active:focus {
  outline: none !important;
  box-shadow: none;
}

@media (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 18px;
    padding: 10px 40px;
    margin: 15px 0 0 0 !important;
  }
}
/* ---------------------------------- Alert ---------------------------------- */
.alert {
  border-radius: 0;
  border: 0;
  margin: 0;
  margin-bottom: 30px;
}
.alert .bi {
  font-size: 40px;
}
.alert .headline {
  font-weight: 600;
  font-size: 20px;
  padding-top: 10px;
}
.alert-danger {
  color: #D14646;
}

@media (max-width: 576px) {
  .alert .bi {
    font-size: 30px;
  }
}
/* ---------------------------------- Spinner ---------------------------------- */
.spinner-border {
  color: #232744;
}

/* ---------------------------------- For Animation on Scroll ---------------------------------- */
.slideanim {
  visibility: hidden;
  visibility: visible\9 ; /*For old IE browsers IE6-8 */
}
.slideanim.slide, .slideanim.fadein.slide {
  visibility: visible;
  animation: fadeIn 2s;
}
.slideanim.slide-up.slide {
  animation: slideYUp 1s;
}
.slideanim.slide-down.slide {
  animation: slideYDown 1s;
}
.slideanim.slide-left.slide {
  animation: slideXLeft 1s;
}
.slideanim.slide-right.slide {
  animation: slideXRight 1s;
}
.slideanim::after {
  content: "";
  display: table;
  clear: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateZ(-50%);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes slideYUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideYDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideXLeft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideXRight {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ---------------------------------- Slanted ---------------------------------- */
.slanted-top-left {
  -webkit-clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 50px, 100% 0%, 100% 100%, 0% 100%);
}
.slanted-top-right {
  -webkit-clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 100%);
}
.slanted-bottom-left {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
}
.slanted-bottom-right {
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 50px), 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 50px), 0% 100%);
}

@media (max-width: 992px) {
  .slanted-top-left {
    -webkit-clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 40px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 40px));
  }
  .slanted-bottom-right {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 40px), 0% 100%);
  }
}
@media (max-width: 768px) {
  .slanted-top-left {
    -webkit-clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 30px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    -webkit-clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
  }
  .slanted-bottom-right {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 30px), 0% 100%);
  }
}
@media (max-width: 576px) {
  .slanted-top-left {
    -webkit-clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    -webkit-clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 20px));
  }
  .slanted-bottom-right {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 20px), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 20px), 0% 100%);
  }
}
@media (max-width: 320px) {
  .slanted-top-left {
    -webkit-clip-path: polygon(0% 10px, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 10px, 100% 0%, 100% 100%, 0% 100%);
  }
  .slanted-top-right {
    -webkit-clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 10px, 100% 100%, 0 100%);
  }
  .slanted-bottom-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10px));
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10px));
  }
  .slanted-bottom-right {
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 10px), 0% 100%);
  }
}
/* ---------------------------------- Header ---------------------------------- */
header {
  margin: 50px 0;
  height: 80px;
}
header nav {
  font-size: 16px;
  letter-spacing: 0;
  text-align: right;
}
header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header nav ul li {
  position: relative;
  display: inline-block;
  color: #232744;
  cursor: pointer;
}
header nav ul li a {
  color: #232744;
  text-decoration: none;
  padding-bottom: 15px;
}
header nav ul li a:hover {
  color: #07B679;
  opacity: 1;
  text-decoration: none;
  border-bottom: solid 1px #07B679;
}
header nav ul li a.current {
  opacity: 1;
  color: #07B679;
  border-bottom: solid 1px #07B679;
}
header nav ul li a.noborder {
  border-bottom: none;
}
header nav ul li:after {
  content: "";
  margin: 0 10px;
}
header nav ul li:last-child::after {
  content: "";
  margin-right: 0px;
}
header nav ul li.cart {
  padding-left: 20px;
  border-left: solid 1px rgba(176, 196, 207, 0.5);
  font-weight: 600;
}
header nav ul li.cart a:hover {
  border-bottom: none;
}
header nav ul li.cart .bi {
  margin-right: 5px;
}
header nav ul li.cart .bi-chevron-right {
  margin-left: 5px;
  margin-right: 0px;
  background-color: rgba(35, 39, 68, 0.05);
  border-radius: 100%;
  font-size: 11px;
  padding: 3px;
  font-weight: 600;
}
header nav ul .flexMenu-viewMore {
  font-size: 30px;
}
header nav ul .flexMenu-viewMore a:hover {
  border-bottom: none;
}
header nav ul .flexMenu-popup {
  font-size: 18px;
  right: 0px;
  z-index: 1;
  padding: 10px 20px !important;
  text-align: left;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(35, 39, 68, 0.1);
}
header nav ul .flexMenu-popup hr {
  margin: 5px 0;
}
header nav ul .flexMenu-popup li {
  color: #232744;
  white-space: nowrap;
  margin: 15px 0;
  display: flex;
  cursor: pointer;
}
header nav ul .flexMenu-popup li a {
  color: #232744;
  border-bottom: solid 1px transparent !important;
}
header nav ul .flexMenu-popup li a:hover {
  opacity: 1;
  color: #07B679;
  text-decoration: none;
  border-bottom: solid 1px #07B679;
}
header nav ul .flexMenu-popup li a.current {
  opacity: 1;
  color: #07B679;
  cursor: default;
}
header nav ul .flexMenu-popup li:after {
  content: "";
}
header nav ul .flexMenu-popup li.current {
  font-weight: bold;
  cursor: default;
}
header nav ul .flexMenu-popup li.cart {
  padding-left: 0;
  border-left: none;
}

@media (max-width: 576px) {
  header {
    margin: 20px 0;
  }
}
/* ---------------------------------- Main ---------------------------------- */
main {
  min-height: calc(100vh - 539px - 5rem);
}

/* ---------------------------------- Selection types ---------------------------------- */
.selectiontypes {
  background-color: #232744;
  padding: 0;
}
.selectiontypes .selectiontype {
  display: inline-block;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  height: 100%;
  padding: 8px 30px;
}
.selectiontypes .selectiontype:hover {
  cursor: pointer;
}
.selectiontypes .selectiontype .bi {
  margin-right: 5px;
}
.selectiontypes .selectiontype.selected {
  color: #232744;
  background-color: #FFFFFF;
}

/* ---------------------------------- Insurances ---------------------------------- */
.insurances-top {
  margin-top: 80px;
}
.insurances .teaser {
  font-size: 16px;
}
.insurances-items {
  font-size: 15px;
}
.insurances-items-item {
  cursor: pointer;
  border: solid 1px rgba(176, 196, 207, 0.5);
  padding: 10px;
  margin-top: 30px;
  border-radius: 4px;
}
.insurances-items-item:hover {
  box-shadow: 0 0 15px rgba(35, 39, 68, 0.1);
}
.insurances-items-item .icon {
  text-align: center;
}
.insurances-items-item .icon svg {
  max-width: 30%;
}
.insurances-items-item .icon svg path {
  fill: #232744;
}
.insurances-items-item .name {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 576px) {
  .insurances {
    margin-top: 30px;
  }
}
/* ---------------------------------- Benefits ---------------------------------- */
.benefits {
  margin-top: 80px;
}
.benefits .h1 {
  margin-bottom: 10px;
}
.benefits .teaser {
  font-size: 22px;
}
.benefits-item {
  font-size: 20px;
  margin-bottom: 10px;
}
.benefits-item .bi {
  color: #07B679;
}

@media (max-width: 768px) {
  .benefits-item {
    font-size: 16px;
    margin: 15px 0 0 0;
  }
}
@media (max-width: 576px) {
  .benefits {
    margin-top: 30px;
  }
}
/* ---------------------------------- Trustpilot ---------------------------------- */
.trustpilot {
  margin-top: 60px;
}

/* ---------------------------------- Contact ---------------------------------- */
.contact {
  margin-top: 80px;
}
.contact a {
  color: #07B679;
}
.contact-element {
  padding: 20px;
  border-radius: 4px;
  cursor: pointer;
}
.contact-element:hover {
  box-shadow: 0 0 15px rgba(35, 39, 68, 0.1);
}
.contact-phone {
  background-color: rgba(7, 182, 121, 0.15);
  color: #07B679;
}
.contact-email {
  border: solid 1px rgba(176, 196, 207, 0.5);
}
.contact .icon {
  display: inline-block;
}
.contact .text {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  margin-left: 5px;
}
.contact .text-sub {
  font-size: 15px;
  font-weight: 400;
}

@media (max-width: 600px) {
  .contact {
    margin-top: 50px;
  }
  .contact-element {
    text-align: center;
  }
  .contact .icon {
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .contact-element {
    margin-bottom: 15px;
    text-align: left;
  }
}
@media (max-width: 320px) {
  .contact .icon {
    display: block;
    margin-bottom: 10px;
  }
  .contact .text {
    display: block;
    margin-left: 0px;
  }
}
/* ---------------------------------- FAQ ---------------------------------- */
.faq {
  position: relative;
  z-index: 2;
}
.faq-top {
  margin-top: 80px;
  margin-bottom: -210px;
}
.faq h3 {
  margin-bottom: 45px;
}
.faq-box {
  padding: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px rgba(35, 39, 68, 0.1);
  border-radius: 4px;
}
.faq-box-inner {
  min-height: 210px;
}
.faq-box-question {
  padding: 10px 10px 10px 15px;
  font-size: 18px;
  font-weight: 600;
}
.faq-box-question.selected {
  background-color: rgba(7, 182, 121, 0.15);
  border-radius: 4px 4px 0 0;
}
.faq-box-question .bi {
  font-size: 28px !important;
}
.faq-box-answer {
  padding: 0 10px 10px 8px;
  font-size: 15px;
  margin-bottom: 20px;
}
.faq-box-answer.selected {
  background-color: rgba(7, 182, 121, 0.15);
  border-radius: 0 0 4px 4px;
}
.faq-box-extra {
  font-size: 15px;
  margin-top: 30px;
}
.faq-box-extra .bi {
  color: #07B679;
}

@media (max-width: 576px) {
  .faq-top {
    margin: 30px 0 30px 0;
  }
  .faq h3 {
    margin-bottom: 20px;
  }
  .faq-box {
    padding: 0;
    box-shadow: none;
    min-height: 0px;
  }
}
/* ---------------------------------- Terms ---------------------------------- */
.terms .term {
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
  border: solid 1px rgba(176, 196, 207, 0.5);
  border-radius: 4px;
  margin-bottom: 30px;
}
.terms .term:hover {
  box-shadow: 0 0 15px rgba(35, 39, 68, 0.1);
}
.terms .term .bi {
  font-size: 18px;
  color: #232744;
  font-weight: 600;
}
.terms .term .bi-file-earmark {
  color: #07B679;
  font-size: 30px;
}
.terms .term .teaser {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 576px) {
  .terms .term {
    margin-bottom: 15px;
  }
}
/* ---------------------------------- Top Media ---------------------------------- */
.topmedia {
  margin: 0 auto 60px auto;
  border-radius: 4px;
  max-width: 1080px;
  height: 370px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.topmedia .breadcrumb {
  color: #FFFFFF;
  background: transparent;
  position: absolute;
  padding-bottom: 0;
  margin-bottom: 0;
}
.topmedia .breadcrumb a, .topmedia .breadcrumb .active, .topmedia .breadcrumb .divider {
  color: #FFFFFF;
}
.topmedia .breadcrumb .divider {
  opacity: 0.5;
}
.topmedia .h1, .topmedia .h2 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
.topmedia .h1 {
  font-size: 45px !important;
}
.topmedia .h2 {
  font-size: 20px !important;
  font-weight: 400 !important;
  margin-top: 20px;
}
.topmedia .btn {
  margin-top: 20px;
}

@media (max-width: 576px) {
  .topmedia {
    height: 340px;
    margin-bottom: 30px;
  }
  .topmedia .h1 {
    font-size: 30px !important;
  }
  .topmedia .h2 {
    font-size: 16px !important;
  }
}
/* Sub menu */
/* ---------------------------------- Document ---------------------------------- */
.document {
  font-size: 15px;
  margin-bottom: 100px;
}
.document h1 {
  font-size: 25px;
}
.document h2 {
  font-size: 16px;
}
.document hr {
  margin: 40px 0;
  color: #232744;
}
.document-submenu a {
  display: block;
  color: #232744;
  padding: 8px 5px;
}
.document-submenu a:hover, .document-submenu a.current {
  color: #07B679;
  text-decoration: none; /*padding-bottom: 32px; border-bottom: solid 1px $Secondary-Color;*/
}
.document-submenu-spacer {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px rgba(35, 39, 68, 0.1);
}
.document .text {
  margin-top: 30px;
}
.document .faq h3 {
  margin-bottom: 10px;
}
.document .faq-box {
  padding: 10px;
  background-color: transparent;
}
.document .faq-box-inner {
  min-height: 0px;
}
.document .faq-box-question.selected {
  background-color: transparent;
}
.document .faq-box-answer {
  padding: 0 10px 10px 8px;
}
.document .faq-box-answer.selected {
  background-color: transparent;
}
.document.thanks .bi {
  font-size: 50px;
  color: #07B679;
}

@media (max-width: 576px) {
  .document {
    margin-bottom: 50px;
  }
  .document-submenu a {
    display: inline-block;
    padding-bottom: 10px;
  }
  .document-submenu a:hover, .document-submenu a.current {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .document-submenu-spacer {
    margin-top: 20px;
  }
}
/* ---------------------------------- Contacts ---------------------------------- */
.contacts-cards {
  margin-top: 20px;
}
.contacts-cards-card {
  width: 100%;
  margin-bottom: 30px;
}
.contacts-cards-card .image .bi {
  font-size: 100px;
  line-height: 60px;
  color: #07B679;
  padding: 0 !important;
  margin: 0 !important;
}
.contacts-cards-card .image img {
  border-radius: 10px;
}
.contacts-cards-card .name {
  font-size: 18px;
  font-weight: 600;
}
.contacts-cards-card .title {
  font-size: 16px;
}
.contacts-cards-card .info {
  margin-top: 12px;
}
.contacts-cards-card .info .bi {
  font-size: 16px;
  margin-right: 10px;
}

/* ---------------------------------- Footer ---------------------------------- */
.has-rounded-top {
  pointer-events: none;
  position: relative;
  height: 5rem;
  width: 100%;
  margin-bottom: -1px;
  background-color: transparent;
  display: flex;
  overflow: hidden;
  z-index: -1;
}
.has-rounded-top:after {
  content: "";
  background-color: #232744;
  width: 200%;
  position: absolute;
  left: 40%;
  top: 1rem;
  transform: translateX(-50%);
  height: 700%;
  border-radius: 50%;
}

@media (max-width: 576px) {
  .has-rounded-top:after {
    height: 300%;
  }
}
footer {
  z-index: 1;
  padding-bottom: 50px;
  font-size: 15px;
  font-weight: 400 !important;
  color: #FFFFFF;
  position: relative;
  min-height: 250px;
  background-color: #232744;
}
footer.front {
  padding-top: 210px;
}
footer a {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
footer .copyright {
  margin-top: 20px;
}
footer .headline {
  margin-bottom: 24px;
  font-weight: 600;
}
footer .footer-contact, footer .footer-social {
  margin-bottom: 5px;
}
footer .address {
  margin: 15px 0 !important;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
}

@media (max-width: 576px) {
  footer.front {
    padding-top: 0px;
  }
  footer .headline {
    margin: 50px 0 15px 0;
  }
}