@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,800;1,300;1,400;1,800&display=swap");
.clr-1 {
  color: #239A88 !important;
}

.clr-2 {
  color: #007FC5 !important;
}

.clr-3 {
  color: #FFBE00 !important;
}

.clr-4 {
  color: #005097 !important;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: 0.3s ease;
  transition-delay: 0s;
}

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:after, [aria-label=""]:before, [data-hint=""]:after, [data-hint=""]:before {
  display: none !important;
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top:after {
  transform: translateX(-50%);
}

.hint--top:hover:before {
  transform: translateY(-8px);
}

.hint--top:hover:after {
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom:after {
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before {
  transform: translateX(8px);
}

.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before {
  transform: translateX(-8px);
}

.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-left:after {
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--top-left:hover:before {
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-right:after {
  transform: translateX(0);
  margin-left: -12px;
}

.hint--top-right:hover:after, .hint--top-right:hover:before {
  transform: translateY(-8px);
}

.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  transform: translateX(0);
  margin-left: -12px;
}

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  transform: translateY(8px);
}

.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  transform: translateX(8px);
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:after, .hint--no-animate:before {
  transition-duration: 0s;
}

.hint--bounce:after, .hint--bounce:before {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  height: 100%;
}

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

body, body * {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

.nowrap {
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  white-space: nowrap;
}

.responsive-table {
  max-width: 100%;
  overflow-x: scroll;
}

*:active, *:focus {
  outline: none;
}

.clear {
  clear: both;
}

.clearfix:before, ol#breadcrumbs:before, ol#breadcrumbs-mob:before,
.clearfix:after,
ol#breadcrumbs:after,
ol#breadcrumbs-mob:after {
  content: " ";
  display: table;
  width: 0;
  height: 0;
}

.clearfix:after, ol#breadcrumbs:after, ol#breadcrumbs-mob:after, .row:after, .container:after {
  clear: both;
}

.clearfix, ol#breadcrumbs, ol#breadcrumbs-mob, .row, .container {
  *zoom: 1; /* ie6/7 only */
}

.hidden-dev {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 1080px) {
  .hidden-dev {
    display: none;
  }
}

.hidden-mob {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 767px) {
  .hidden-mob {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.hidden-port {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 479px) {
  .hidden-port {
    display: none;
  }
}

.incomplete {
  background-color: yellow;
  color: #222;
}

img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    height: auto;
  }
}

img[align=left],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 5px 40px 30px 0px;
}
@media (max-width: 767px) {
  img[align=left],
  img[style*="float: left"],
  img[style*="float:left"] {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

img[align=right],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 5px 0px 30px 40px;
}
@media (max-width: 767px) {
  img[align=right],
  img[style*="float: right"],
  img[style*="float:right"] {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

.small {
  font-size: 0.7em;
  font-family: inherit;
}
.small .clr1 {
  color: #239A88;
  display: inline-block;
  margin-bottom: 15px;
}

.disabled {
  opacity: 0.4;
}
.disabled input, .disabled .btn, .disabled i, .disabled select {
  cursor: not-allowed;
}

.alert {
  border: none;
  color: #fff;
  font-size: 0.9em;
  margin: 0 0 30px;
  padding: 15px 20px;
}
.alert * {
  color: inherit !important;
  font-size: 1em;
  font-weight: inherit;
}
.alert strong {
  font-weight: 700 !important;
}
.alert.alert-success, .alert.green {
  background: #47B03F;
}
.alert.alert-danger, .alert.red {
  background: #CD403C;
}
.alert ul {
  margin: 10px 0 0;
}
.alert ul li {
  line-height: 1.3em;
  list-style: disc;
  margin: 0 0 10px 20px;
  padding: 0;
}
.alert ul li:before {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table.table {
  width: 100%;
}
table tr th, table tr td {
  padding: 10px 15px;
  border: 1px solid rgba(255, 190, 0, 0.7);
  word-break: break-word;
}
table tr th, table tr .th {
  font-weight: bold;
  text-align: left;
}

@media (max-width: 479px) {
  table.details-table {
    background: #eee;
    display: block;
    padding: 20px;
  }
  table.details-table tr {
    display: block;
    margin: 0 0 20px;
  }
  table.details-table tr th, table.details-table tr td {
    border: none;
    display: block;
    line-height: 1;
    padding: 0;
  }
  table.details-table tr th:first-child, table.details-table tr td:first-child {
    font-weight: bold;
    padding: 0 0 5px;
  }
}

.responsive-embed {
  overflow: hidden;
  position: relative;
  margin: 40px auto 50px;
  width: 100%;
}
.responsive-embed:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.letterbox .responsive-embed:after {
  padding-bottom: 30%;
}

.circle-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  transform: translate3d(0, 0, 0);
}
.circle-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

/* COOKIE BAR */
.cookie-bar {
  background: #222;
  color: #fff;
  font-family: arial, sans-serif;
  line-height: 1.3em;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 25px;
  z-index: 999999999999;
}
.cookie-bar .cookie-bar-inner {
  display: table;
  width: 100%;
}
@media (max-width: 500px) {
  .cookie-bar .cookie-bar-inner {
    display: block;
  }
}
.cookie-bar .cookie-bar-inner .cookie-bar-left {
  color: #ddd;
  display: table-cell;
  padding: 0 50px 0 0;
  vertical-align: middle;
}
.cookie-bar .cookie-bar-inner .cookie-bar-left * {
  color: #ddd;
  font-size: 16px;
}
@media (max-width: 500px) {
  .cookie-bar .cookie-bar-inner .cookie-bar-left {
    display: block;
    padding: 0 0 20px;
    text-align: center;
    width: 100%;
  }
}
.cookie-bar .cookie-bar-inner .cookie-bar-left p:last-of-type {
  margin-bottom: 0;
}
.cookie-bar .cookie-bar-inner .cookie-bar-left a {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right {
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
@media (max-width: 500px) {
  .cookie-bar .cookie-bar-inner .cookie-bar-right {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn {
  font-size: 1em;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary {
  background: #1a7063;
  color: #fff;
  transition: 0.2s all ease-in-out;
  font-weight: 700 !important;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary:hover {
  background: #10473f;
  color: #fff;
  text-decoration: none !important;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary:active, .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-primary:focus {
  background: #0b322c;
  color: #fff;
  text-decoration: none !important;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default {
  background: #239A88;
  border-color: #239A88;
  color: #ddd;
  transition: 0.2s all ease-in-out;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default:hover {
  background: #29b39e;
  border-color: #29b39e;
  color: #ddd;
  text-decoration: none !important;
}
.cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default:active, .cookie-bar .cookie-bar-inner .cookie-bar-right .btn-default:focus {
  background: #2eccb4;
  border-color: #2eccb4;
  color: #ddd;
  text-decoration: none !important;
}

#cookie-bar-show-button {
  background: #239A88;
  border-color: #239A88;
  color: #fff;
  transition: 0.2s all ease-in-out;
  border-radius: 0;
  font-size: 0.9em;
  height: auto;
  line-height: 1;
  padding: 5px 7px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999999998;
}
#cookie-bar-show-button:hover {
  background: #29b39e;
  border-color: #29b39e;
  color: #fff;
  text-decoration: none !important;
}
#cookie-bar-show-button:active, #cookie-bar-show-button:focus {
  background: #2eccb4;
  border-color: #2eccb4;
  color: #fff;
  text-decoration: none !important;
}

/* DISPLAY TABLE */
.d-t {
  display: table;
  width: 100%;
}
.d-t .tr {
  display: table-row;
}
.d-t .tr + .tr .tc {
  padding-top: 10px;
}
.d-t.space-m .tr + .tr .tc {
  padding-top: 20px;
}
.d-t .tc {
  display: table-cell;
}
.d-t .tc.key {
  padding-right: 20px;
}
.d-t .tc.cbx, .d-t .tc.rad {
  padding-right: 10px;
}
.d-t .tc.cbx input[type=radio], .d-t .tc.cbx input[type=checkbox], .d-t .tc.rad input[type=radio], .d-t .tc.rad input[type=checkbox] {
  position: relative;
  top: 4px;
}
.d-t .tc.nw {
  white-space: nowrap;
}
.d-t .tc.min {
  white-space: nowrap;
  width: 1%;
}
.d-t .tc.top {
  vertical-align: top;
}
.d-t .tc.middle {
  vertical-align: middle;
}
.d-t .tc.bottom {
  vertical-align: bottom;
}
.d-t .tc.pr5 {
  padding-right: 5px;
}
.d-t .tc.pr10 {
  padding-right: 10px;
}
.d-t .tc.pr15 {
  padding-right: 15px;
}
.d-t .tc.pr20 {
  padding-right: 20px;
}

/* BACKGROUND IMAGE DIV */
.img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 100%;
}
.img.contain {
  background-size: contain;
}
.img:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.img.letterbox:after {
  padding-bottom: 30%;
}
.img[class*="16-9"]:after {
  padding-bottom: 56.25%;
}
.img[class*="4-3"]:after {
  padding-bottom: 75%;
}
.img[class*="1-1"]:after, .img.square:after {
  padding-bottom: 100%;
}
.img.circle {
  border-radius: 50%;
  overflow: hidden;
}
.img.circle:after {
  padding-bottom: 100%;
}
.img.portrait:after {
  padding-bottom: 120%;
}

/* LOADING */
.overlay {
  background: rgba(244, 244, 244, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.overlay .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

ol#breadcrumbs, ol#breadcrumbs-mob {
  margin: 0 0 25px;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  ol#breadcrumbs, ol#breadcrumbs-mob {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  ol#breadcrumbs, ol#breadcrumbs-mob {
    margin-top: 10px;
    margin-bottom: 3px;
  }
}
ol#breadcrumbs li, ol#breadcrumbs-mob li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  ol#breadcrumbs li, ol#breadcrumbs-mob li {
    float: none;
    display: inline-block;
    line-height: 1;
  }
}
ol#breadcrumbs li:before, ol#breadcrumbs-mob li:before {
  display: none;
}
ol#breadcrumbs li a, ol#breadcrumbs-mob li a {
  color: #fff;
  font-size: 19px;
  font-weight: 500 !important;
  opacity: 0.5;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  ol#breadcrumbs li a, ol#breadcrumbs-mob li a {
    font-size: 15px;
  }
}
ol#breadcrumbs li a *, ol#breadcrumbs-mob li a * {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
ol#breadcrumbs li a:hover, ol#breadcrumbs-mob li a:hover {
  opacity: 1;
  text-decoration: none;
}
ol#breadcrumbs li a img, ol#breadcrumbs-mob li a img {
  height: 15.19px;
  position: relative;
  top: 2px;
  width: 18px;
}
ol#breadcrumbs li.separator, ol#breadcrumbs-mob li.separator {
  display: inline-block;
  font-size: 1em;
  padding: 0 4px;
}
ol#breadcrumbs li.separator img, ol#breadcrumbs-mob li.separator img {
  display: inline-block;
  margin: 0 8px 0px 9px;
  height: 10px;
  opacity: 0.5;
  width: 7px;
  vertical-align: middle;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
@media (max-width: 600px) {
  .flex {
    margin-right: 10px;
  }
}
.flex > .cell {
  flex: 1 0 0;
  margin-right: 20px;
}
.flex > .cell.min {
  flex: 0 1 0;
}
.flex > .cell.min-10 {
  flex: 1 0 10px;
}
@media (max-width: 10px) {
  .flex > .cell.min-10 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-20 {
  flex: 1 0 20px;
}
@media (max-width: 20px) {
  .flex > .cell.min-20 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-30 {
  flex: 1 0 30px;
}
@media (max-width: 30px) {
  .flex > .cell.min-30 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-40 {
  flex: 1 0 40px;
}
@media (max-width: 40px) {
  .flex > .cell.min-40 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-50 {
  flex: 1 0 50px;
}
@media (max-width: 50px) {
  .flex > .cell.min-50 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-60 {
  flex: 1 0 60px;
}
@media (max-width: 60px) {
  .flex > .cell.min-60 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-70 {
  flex: 1 0 70px;
}
@media (max-width: 70px) {
  .flex > .cell.min-70 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-80 {
  flex: 1 0 80px;
}
@media (max-width: 80px) {
  .flex > .cell.min-80 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-90 {
  flex: 1 0 90px;
}
@media (max-width: 90px) {
  .flex > .cell.min-90 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-100 {
  flex: 1 0 100px;
}
@media (max-width: 100px) {
  .flex > .cell.min-100 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-110 {
  flex: 1 0 110px;
}
@media (max-width: 110px) {
  .flex > .cell.min-110 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-120 {
  flex: 1 0 120px;
}
@media (max-width: 120px) {
  .flex > .cell.min-120 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-130 {
  flex: 1 0 130px;
}
@media (max-width: 130px) {
  .flex > .cell.min-130 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-140 {
  flex: 1 0 140px;
}
@media (max-width: 140px) {
  .flex > .cell.min-140 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-150 {
  flex: 1 0 150px;
}
@media (max-width: 150px) {
  .flex > .cell.min-150 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-160 {
  flex: 1 0 160px;
}
@media (max-width: 160px) {
  .flex > .cell.min-160 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-170 {
  flex: 1 0 170px;
}
@media (max-width: 170px) {
  .flex > .cell.min-170 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-180 {
  flex: 1 0 180px;
}
@media (max-width: 180px) {
  .flex > .cell.min-180 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-190 {
  flex: 1 0 190px;
}
@media (max-width: 190px) {
  .flex > .cell.min-190 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-200 {
  flex: 1 0 200px;
}
@media (max-width: 200px) {
  .flex > .cell.min-200 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-210 {
  flex: 1 0 210px;
}
@media (max-width: 210px) {
  .flex > .cell.min-210 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-220 {
  flex: 1 0 220px;
}
@media (max-width: 220px) {
  .flex > .cell.min-220 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-230 {
  flex: 1 0 230px;
}
@media (max-width: 230px) {
  .flex > .cell.min-230 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-240 {
  flex: 1 0 240px;
}
@media (max-width: 240px) {
  .flex > .cell.min-240 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-250 {
  flex: 1 0 250px;
}
@media (max-width: 250px) {
  .flex > .cell.min-250 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-260 {
  flex: 1 0 260px;
}
@media (max-width: 260px) {
  .flex > .cell.min-260 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-270 {
  flex: 1 0 270px;
}
@media (max-width: 270px) {
  .flex > .cell.min-270 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-280 {
  flex: 1 0 280px;
}
@media (max-width: 280px) {
  .flex > .cell.min-280 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-290 {
  flex: 1 0 290px;
}
@media (max-width: 290px) {
  .flex > .cell.min-290 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-300 {
  flex: 1 0 300px;
}
@media (max-width: 300px) {
  .flex > .cell.min-300 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-310 {
  flex: 1 0 310px;
}
@media (max-width: 310px) {
  .flex > .cell.min-310 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-320 {
  flex: 1 0 320px;
}
@media (max-width: 320px) {
  .flex > .cell.min-320 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-330 {
  flex: 1 0 330px;
}
@media (max-width: 330px) {
  .flex > .cell.min-330 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-340 {
  flex: 1 0 340px;
}
@media (max-width: 340px) {
  .flex > .cell.min-340 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-350 {
  flex: 1 0 350px;
}
@media (max-width: 350px) {
  .flex > .cell.min-350 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-360 {
  flex: 1 0 360px;
}
@media (max-width: 360px) {
  .flex > .cell.min-360 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-370 {
  flex: 1 0 370px;
}
@media (max-width: 370px) {
  .flex > .cell.min-370 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-380 {
  flex: 1 0 380px;
}
@media (max-width: 380px) {
  .flex > .cell.min-380 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-390 {
  flex: 1 0 390px;
}
@media (max-width: 390px) {
  .flex > .cell.min-390 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-400 {
  flex: 1 0 400px;
}
@media (max-width: 400px) {
  .flex > .cell.min-400 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-410 {
  flex: 1 0 410px;
}
@media (max-width: 410px) {
  .flex > .cell.min-410 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-420 {
  flex: 1 0 420px;
}
@media (max-width: 420px) {
  .flex > .cell.min-420 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-430 {
  flex: 1 0 430px;
}
@media (max-width: 430px) {
  .flex > .cell.min-430 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-440 {
  flex: 1 0 440px;
}
@media (max-width: 440px) {
  .flex > .cell.min-440 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-450 {
  flex: 1 0 450px;
}
@media (max-width: 450px) {
  .flex > .cell.min-450 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-460 {
  flex: 1 0 460px;
}
@media (max-width: 460px) {
  .flex > .cell.min-460 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-470 {
  flex: 1 0 470px;
}
@media (max-width: 470px) {
  .flex > .cell.min-470 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-480 {
  flex: 1 0 480px;
}
@media (max-width: 480px) {
  .flex > .cell.min-480 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-490 {
  flex: 1 0 490px;
}
@media (max-width: 490px) {
  .flex > .cell.min-490 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-500 {
  flex: 1 0 500px;
}
@media (max-width: 500px) {
  .flex > .cell.min-500 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-510 {
  flex: 1 0 510px;
}
@media (max-width: 510px) {
  .flex > .cell.min-510 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-520 {
  flex: 1 0 520px;
}
@media (max-width: 520px) {
  .flex > .cell.min-520 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-530 {
  flex: 1 0 530px;
}
@media (max-width: 530px) {
  .flex > .cell.min-530 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-540 {
  flex: 1 0 540px;
}
@media (max-width: 540px) {
  .flex > .cell.min-540 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-550 {
  flex: 1 0 550px;
}
@media (max-width: 550px) {
  .flex > .cell.min-550 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-560 {
  flex: 1 0 560px;
}
@media (max-width: 560px) {
  .flex > .cell.min-560 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-570 {
  flex: 1 0 570px;
}
@media (max-width: 570px) {
  .flex > .cell.min-570 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-580 {
  flex: 1 0 580px;
}
@media (max-width: 580px) {
  .flex > .cell.min-580 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-590 {
  flex: 1 0 590px;
}
@media (max-width: 590px) {
  .flex > .cell.min-590 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-600 {
  flex: 1 0 600px;
}
@media (max-width: 600px) {
  .flex > .cell.min-600 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-610 {
  flex: 1 0 610px;
}
@media (max-width: 610px) {
  .flex > .cell.min-610 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-620 {
  flex: 1 0 620px;
}
@media (max-width: 620px) {
  .flex > .cell.min-620 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-630 {
  flex: 1 0 630px;
}
@media (max-width: 630px) {
  .flex > .cell.min-630 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-640 {
  flex: 1 0 640px;
}
@media (max-width: 640px) {
  .flex > .cell.min-640 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-650 {
  flex: 1 0 650px;
}
@media (max-width: 650px) {
  .flex > .cell.min-650 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-660 {
  flex: 1 0 660px;
}
@media (max-width: 660px) {
  .flex > .cell.min-660 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-670 {
  flex: 1 0 670px;
}
@media (max-width: 670px) {
  .flex > .cell.min-670 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-680 {
  flex: 1 0 680px;
}
@media (max-width: 680px) {
  .flex > .cell.min-680 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-690 {
  flex: 1 0 690px;
}
@media (max-width: 690px) {
  .flex > .cell.min-690 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-700 {
  flex: 1 0 700px;
}
@media (max-width: 700px) {
  .flex > .cell.min-700 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-710 {
  flex: 1 0 710px;
}
@media (max-width: 710px) {
  .flex > .cell.min-710 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-720 {
  flex: 1 0 720px;
}
@media (max-width: 720px) {
  .flex > .cell.min-720 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-730 {
  flex: 1 0 730px;
}
@media (max-width: 730px) {
  .flex > .cell.min-730 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-740 {
  flex: 1 0 740px;
}
@media (max-width: 740px) {
  .flex > .cell.min-740 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-750 {
  flex: 1 0 750px;
}
@media (max-width: 750px) {
  .flex > .cell.min-750 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-760 {
  flex: 1 0 760px;
}
@media (max-width: 760px) {
  .flex > .cell.min-760 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-770 {
  flex: 1 0 770px;
}
@media (max-width: 770px) {
  .flex > .cell.min-770 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-780 {
  flex: 1 0 780px;
}
@media (max-width: 780px) {
  .flex > .cell.min-780 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-790 {
  flex: 1 0 790px;
}
@media (max-width: 790px) {
  .flex > .cell.min-790 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.min-800 {
  flex: 1 0 800px;
}
@media (max-width: 800px) {
  .flex > .cell.min-800 {
    flex: 0 0 100% !important;
  }
}
.flex > .cell.fixed-10 {
  flex: 0 0 10px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-10 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-20 {
  flex: 0 0 20px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-20 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-30 {
  flex: 0 0 30px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-30 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-40 {
  flex: 0 0 40px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-40 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-50 {
  flex: 0 0 50px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-50 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-60 {
  flex: 0 0 60px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-60 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-70 {
  flex: 0 0 70px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-70 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-80 {
  flex: 0 0 80px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-80 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-90 {
  flex: 0 0 90px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-90 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-100 {
  flex: 0 0 100px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-100 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-110 {
  flex: 0 0 110px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-110 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-120 {
  flex: 0 0 120px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-120 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-130 {
  flex: 0 0 130px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-130 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-140 {
  flex: 0 0 140px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-140 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-150 {
  flex: 0 0 150px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-150 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-160 {
  flex: 0 0 160px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-160 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-170 {
  flex: 0 0 170px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-170 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-180 {
  flex: 0 0 180px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-180 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-190 {
  flex: 0 0 190px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-190 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-200 {
  flex: 0 0 200px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-200 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-210 {
  flex: 0 0 210px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-210 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-220 {
  flex: 0 0 220px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-220 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-230 {
  flex: 0 0 230px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-230 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-240 {
  flex: 0 0 240px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-240 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-250 {
  flex: 0 0 250px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-250 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-260 {
  flex: 0 0 260px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-260 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-270 {
  flex: 0 0 270px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-270 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-280 {
  flex: 0 0 280px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-280 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-290 {
  flex: 0 0 290px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-290 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-300 {
  flex: 0 0 300px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-300 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-310 {
  flex: 0 0 310px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-310 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-320 {
  flex: 0 0 320px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-320 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-330 {
  flex: 0 0 330px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-330 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-340 {
  flex: 0 0 340px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-340 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-350 {
  flex: 0 0 350px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-350 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-360 {
  flex: 0 0 360px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-360 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-370 {
  flex: 0 0 370px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-370 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-380 {
  flex: 0 0 380px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-380 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-390 {
  flex: 0 0 390px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-390 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-400 {
  flex: 0 0 400px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-400 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-410 {
  flex: 0 0 410px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-410 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-420 {
  flex: 0 0 420px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-420 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-430 {
  flex: 0 0 430px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-430 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-440 {
  flex: 0 0 440px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-440 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-450 {
  flex: 0 0 450px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-450 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-460 {
  flex: 0 0 460px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-460 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-470 {
  flex: 0 0 470px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-470 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-480 {
  flex: 0 0 480px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-480 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-490 {
  flex: 0 0 490px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-490 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-500 {
  flex: 0 0 500px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-500 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-510 {
  flex: 0 0 510px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-510 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-520 {
  flex: 0 0 520px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-520 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-530 {
  flex: 0 0 530px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-530 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-540 {
  flex: 0 0 540px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-540 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-550 {
  flex: 0 0 550px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-550 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-560 {
  flex: 0 0 560px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-560 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-570 {
  flex: 0 0 570px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-570 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-580 {
  flex: 0 0 580px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-580 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-590 {
  flex: 0 0 590px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-590 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-600 {
  flex: 0 0 600px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-600 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-610 {
  flex: 0 0 610px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-610 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-620 {
  flex: 0 0 620px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-620 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-630 {
  flex: 0 0 630px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-630 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-640 {
  flex: 0 0 640px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-640 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-650 {
  flex: 0 0 650px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-650 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-660 {
  flex: 0 0 660px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-660 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-670 {
  flex: 0 0 670px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-670 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-680 {
  flex: 0 0 680px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-680 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-690 {
  flex: 0 0 690px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-690 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-700 {
  flex: 0 0 700px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-700 {
    flex: 1 0 200px !important;
  }
}
.flex > .cell.no-wrap {
  white-space: nowrap;
}
.flex > .cell.no-wrap * {
  white-space: nowrap;
}
.flex > .cell.block {
  flex: 1 0 100%;
}
.flex.gap-0 {
  margin-right: -0px;
}
.flex.gap-0 > .cell {
  margin-right: 0px;
}
@media (max-width: 600px) {
  .flex.gap-0 {
    margin-right: 0;
  }
  .flex.gap-0 > .cell {
    margin-right: 0;
  }
}
.flex.gap-10 {
  margin-right: -10px;
}
.flex.gap-10 > .cell {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .flex.gap-10 {
    margin-right: 0;
  }
  .flex.gap-10 > .cell {
    margin-right: 0;
  }
}
.flex.gap-20 {
  margin-right: -20px;
}
.flex.gap-20 > .cell {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .flex.gap-20 {
    margin-right: 0;
  }
  .flex.gap-20 > .cell {
    margin-right: 0;
  }
}
.flex.gap-30 {
  margin-right: -30px;
}
.flex.gap-30 > .cell {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .flex.gap-30 {
    margin-right: 0;
  }
  .flex.gap-30 > .cell {
    margin-right: 0;
  }
}
.flex.gap-40 {
  margin-right: -40px;
}
.flex.gap-40 > .cell {
  margin-right: 40px;
}
@media (max-width: 600px) {
  .flex.gap-40 {
    margin-right: 0;
  }
  .flex.gap-40 > .cell {
    margin-right: 0;
  }
}
.flex.gap-50 {
  margin-right: -50px;
}
.flex.gap-50 > .cell {
  margin-right: 50px;
}
@media (max-width: 600px) {
  .flex.gap-50 {
    margin-right: 0;
  }
  .flex.gap-50 > .cell {
    margin-right: 0;
  }
}
.flex.gap-60 {
  margin-right: -60px;
}
.flex.gap-60 > .cell {
  margin-right: 60px;
}
@media (max-width: 600px) {
  .flex.gap-60 {
    margin-right: 0;
  }
  .flex.gap-60 > .cell {
    margin-right: 0;
  }
}
.flex.gap-70 {
  margin-right: -70px;
}
.flex.gap-70 > .cell {
  margin-right: 70px;
}
@media (max-width: 600px) {
  .flex.gap-70 {
    margin-right: 0;
  }
  .flex.gap-70 > .cell {
    margin-right: 0;
  }
}
.flex.gap-80 {
  margin-right: -80px;
}
.flex.gap-80 > .cell {
  margin-right: 80px;
}
@media (max-width: 600px) {
  .flex.gap-80 {
    margin-right: 0;
  }
  .flex.gap-80 > .cell {
    margin-right: 0;
  }
}
.flex.gap-90 {
  margin-right: -90px;
}
.flex.gap-90 > .cell {
  margin-right: 90px;
}
@media (max-width: 600px) {
  .flex.gap-90 {
    margin-right: 0;
  }
  .flex.gap-90 > .cell {
    margin-right: 0;
  }
}
.flex.gap-100 {
  margin-right: -100px;
}
.flex.gap-100 > .cell {
  margin-right: 100px;
}
@media (max-width: 600px) {
  .flex.gap-100 {
    margin-right: 0;
  }
  .flex.gap-100 > .cell {
    margin-right: 0;
  }
}
.flex.gap-110 {
  margin-right: -110px;
}
.flex.gap-110 > .cell {
  margin-right: 110px;
}
@media (max-width: 600px) {
  .flex.gap-110 {
    margin-right: 0;
  }
  .flex.gap-110 > .cell {
    margin-right: 0;
  }
}
.flex.gap-120 {
  margin-right: -120px;
}
.flex.gap-120 > .cell {
  margin-right: 120px;
}
@media (max-width: 600px) {
  .flex.gap-120 {
    margin-right: 0;
  }
  .flex.gap-120 > .cell {
    margin-right: 0;
  }
}
.flex.gap-130 {
  margin-right: -130px;
}
.flex.gap-130 > .cell {
  margin-right: 130px;
}
@media (max-width: 600px) {
  .flex.gap-130 {
    margin-right: 0;
  }
  .flex.gap-130 > .cell {
    margin-right: 0;
  }
}
.flex.vgap-0 {
  margin-top: -0px;
}
.flex.vgap-0 > .cell {
  margin-top: 0px;
}
.flex.vgap-5 {
  margin-top: -5px;
}
.flex.vgap-5 > .cell {
  margin-top: 5px;
}
.flex.vgap-10 {
  margin-top: -10px;
}
.flex.vgap-10 > .cell {
  margin-top: 10px;
}
.flex.vgap-15 {
  margin-top: -15px;
}
.flex.vgap-15 > .cell {
  margin-top: 15px;
}
.flex.vgap-20 {
  margin-top: -20px;
}
.flex.vgap-20 > .cell {
  margin-top: 20px;
}
.flex.vgap-25 {
  margin-top: -25px;
}
.flex.vgap-25 > .cell {
  margin-top: 25px;
}
.flex.vgap-30 {
  margin-top: -30px;
}
.flex.vgap-30 > .cell {
  margin-top: 30px;
}
.flex.vgap-35 {
  margin-top: -35px;
}
.flex.vgap-35 > .cell {
  margin-top: 35px;
}
.flex.vgap-40 {
  margin-top: -40px;
}
.flex.vgap-40 > .cell {
  margin-top: 40px;
}
.flex.vgap-45 {
  margin-top: -45px;
}
.flex.vgap-45 > .cell {
  margin-top: 45px;
}
.flex.vgap-50 {
  margin-top: -50px;
}
.flex.vgap-50 > .cell {
  margin-top: 50px;
}
.flex.vgap-55 {
  margin-top: -55px;
}
.flex.vgap-55 > .cell {
  margin-top: 55px;
}
.flex.vgap-60 {
  margin-top: -60px;
}
.flex.vgap-60 > .cell {
  margin-top: 60px;
}
.flex.vgap-65 {
  margin-top: -65px;
}
.flex.vgap-65 > .cell {
  margin-top: 65px;
}
.flex.vgap-70 {
  margin-top: -70px;
}
.flex.vgap-70 > .cell {
  margin-top: 70px;
}
.flex.vgap-75 {
  margin-top: -75px;
}
.flex.vgap-75 > .cell {
  margin-top: 75px;
}
.flex.vgap-80 {
  margin-top: -80px;
}
.flex.vgap-80 > .cell {
  margin-top: 80px;
}
.flex.vgap-85 {
  margin-top: -85px;
}
.flex.vgap-85 > .cell {
  margin-top: 85px;
}
.flex.vgap-90 {
  margin-top: -90px;
}
.flex.vgap-90 > .cell {
  margin-top: 90px;
}
.flex.vgap-95 {
  margin-top: -95px;
}
.flex.vgap-95 > .cell {
  margin-top: 95px;
}
.flex.vgap-100 {
  margin-top: -100px;
}
.flex.vgap-100 > .cell {
  margin-top: 100px;
}
.flex.vgap-105 {
  margin-top: -105px;
}
.flex.vgap-105 > .cell {
  margin-top: 105px;
}
.flex.vgap-110 {
  margin-top: -110px;
}
.flex.vgap-110 > .cell {
  margin-top: 110px;
}
.flex.vgap-115 {
  margin-top: -115px;
}
.flex.vgap-115 > .cell {
  margin-top: 115px;
}
.flex.vgap-120 {
  margin-top: -120px;
}
.flex.vgap-120 > .cell {
  margin-top: 120px;
}
.flex.vgap-125 {
  margin-top: -125px;
}
.flex.vgap-125 > .cell {
  margin-top: 125px;
}
.flex.vgap-130 {
  margin-top: -130px;
}
.flex.vgap-130 > .cell {
  margin-top: 130px;
}
.flex.inline {
  display: inline-flex;
}
@media (max-width: 600px) {
  .flex.inline {
    display: flex;
  }
}
@media (max-width: 600px) {
  .flex.inline > .cell {
    flex: 0 0 100%;
  }
}
.flex.middle {
  align-items: center;
}
@media (max-width: 767px) {
  .flex .cell {
    flex: 0 0 100% !important;
  }
}

body {
  color: #52170C;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

body * {
  color: #52170C;
  font-size: 1em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.55;
}

strong {
  font-weight: 800;
  color: inherit;
  text-transform: inherit;
}

em {
  font-style: italic;
}

h1 {
  color: #007FC5;
  font-size: 41px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 40px;
}
@media (max-width: 1080px) {
  h1 {
    font-size: 36px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    margin: 0 0 25px;
  }
}
h1 .highlight {
  color: #239A88;
  font-weight: inherit;
}

h2 {
  color: #239A88;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  clear: left;
  line-height: 1.3;
  margin: 50px 0 20px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    margin: 30px 0 20px;
  }
}

.services-page h2, .service-page h2 {
  margin: 70px 0 40px;
}
@media (max-width: 767px) {
  .services-page h2, .service-page h2 {
    font-size: 28px;
    margin: 30px 0 20px;
  }
}

.left h2:first-child {
  margin-top: -30px;
}

h1 + h2 {
  margin-top: -30px;
}

h3 {
  color: #005097;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h3.red {
  color: #239A88;
}

h2 + h3 {
  margin-top: -10px;
}

h4, h5, h6 {
  color: #007FC5;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 30px;
}

p {
  color: #52170C;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
}

blockquote p {
  clear: none;
  color: #000;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 30px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  blockquote p:last-child {
    margin-bottom: 20px;
  }
}

a {
  color: #239A88;
  font-weight: 800;
  text-decoration: none;
}
a[href^=tel] {
  white-space: nowrap;
}
a:hover {
  text-decoration: underline;
}

ol {
  counter-reset: ol-counter;
  list-style: none;
  margin: 0;
  padding: 1em 0 1.5em 2em;
}
ol li {
  color: #52170C;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 1px 0 0 37px;
  position: relative;
}
@media (max-width: 767px) {
  ol li {
    font-size: 16px;
    line-height: 1.4;
  }
}
ol li + li {
  margin-top: 20px;
}
ol li:before {
  background: #239A88;
  border-radius: 50%;
  color: #fff;
  content: counter(ol-counter);
  counter-increment: ol-counter;
  font-weight: 800 !important;
  width: 27px;
  height: 26px;
  font-size: 20px;
  line-height: 1.2em;
  position: absolute;
  top: 2px;
  left: -5px;
  text-align: center;
  padding: 2px 0 0;
}
ol li h2 {
  color: #239A88;
  font-size: 23px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

ul {
  margin: 2em 0 2.5em 1.2em;
  padding: 0;
}
@media (max-width: 991px) {
  ul {
    margin: 1.7em 0 2.5em 0.3em;
  }
}
ul:last-child {
  margin-bottom: 0;
}
ul li {
  color: #52170C;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  padding: 0 0 0 33px;
  position: relative;
}
@media (max-width: 767px) {
  ul li {
    font-size: 16px;
    line-height: 1.4;
  }
}
ul li + li {
  margin-top: 20px;
}
ul li:last-of-type {
  margin-bottom: 0;
}
ul li:before {
  background: #239A88;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 9px;
  left: 6px;
}
ul li a {
  font-weight: 400;
}
ul li strong {
  color: #005097;
  font-size: 1.1em;
  font-weight: 800;
}
ul li ul {
  margin-top: 1.5em;
  margin-left: 0;
}
ul li ul li {
  margin-bottom: 0.6em;
}
ul li ul li:before {
  background: #aaa;
  height: 1px;
  top: 9px;
}

hr {
  border: none;
  border-top: 1px solid #cacaca;
  clear: both;
  margin: 30px 0;
}
@media (max-width: 767px) {
  hr {
    margin: 30px 0;
  }
}
hr.m10 {
  margin: 10px 0;
}
hr.m20 {
  margin: 20px 0;
}
hr.m30 {
  margin: 30px 0;
}
hr.m40 {
  margin: 40px 0;
}
hr.m50 {
  margin: 50px 0;
}
hr.m60 {
  margin: 60px 0;
}
hr.m70 {
  margin: 70px 0;
}
hr.m80 {
  margin: 80px 0;
}
hr.m90 {
  margin: 90px 0;
}
hr.m100 {
  margin: 100px 0;
}
hr.m110 {
  margin: 110px 0;
}
hr.m120 {
  margin: 120px 0;
}
hr.m130 {
  margin: 130px 0;
}
hr.m140 {
  margin: 140px 0;
}
hr.m150 {
  margin: 150px 0;
}
hr.m160 {
  margin: 160px 0;
}
hr.m170 {
  margin: 170px 0;
}
hr.m180 {
  margin: 180px 0;
}
hr.m190 {
  margin: 190px 0;
}
hr.m200 {
  margin: 200px 0;
}
hr.m210 {
  margin: 210px 0;
}
hr.m220 {
  margin: 220px 0;
}
hr.m230 {
  margin: 230px 0;
}
hr.m240 {
  margin: 240px 0;
}
hr.m250 {
  margin: 250px 0;
}
hr.m260 {
  margin: 260px 0;
}
hr.m270 {
  margin: 270px 0;
}
hr.m280 {
  margin: 280px 0;
}
hr.m290 {
  margin: 290px 0;
}
hr.m300 {
  margin: 300px 0;
}
@media (max-width: 767px) {
  hr.m10 {
    margin: 4px 0;
  }
  hr.m20 {
    margin: 8px 0;
  }
  hr.m30 {
    margin: 12px 0;
  }
  hr.m40 {
    margin: 16px 0;
  }
  hr.m50 {
    margin: 20px 0;
  }
  hr.m60 {
    margin: 24px 0;
  }
  hr.m70 {
    margin: 28px 0;
  }
  hr.m80 {
    margin: 32px 0;
  }
  hr.m90 {
    margin: 36px 0;
  }
  hr.m100 {
    margin: 40px 0;
  }
  hr.m110 {
    margin: 44px 0;
  }
  hr.m120 {
    margin: 48px 0;
  }
  hr.m130 {
    margin: 52px 0;
  }
  hr.m140 {
    margin: 56px 0;
  }
  hr.m150 {
    margin: 60px 0;
  }
  hr.m160 {
    margin: 64px 0;
  }
  hr.m170 {
    margin: 68px 0;
  }
  hr.m180 {
    margin: 72px 0;
  }
  hr.m190 {
    margin: 76px 0;
  }
  hr.m200 {
    margin: 80px 0;
  }
  hr.m210 {
    margin: 84px 0;
  }
  hr.m220 {
    margin: 88px 0;
  }
  hr.m230 {
    margin: 92px 0;
  }
  hr.m240 {
    margin: 96px 0;
  }
  hr.m250 {
    margin: 100px 0;
  }
  hr.m260 {
    margin: 104px 0;
  }
  hr.m270 {
    margin: 108px 0;
  }
  hr.m280 {
    margin: 112px 0;
  }
  hr.m290 {
    margin: 116px 0;
  }
  hr.m300 {
    margin: 120px 0;
  }
}

.hr {
  background: url("/images/dot-h.png") bottom/auto 3px repeat-x;
  height: 3px;
  margin: 30px 0;
  width: 100%;
}
.hr.m10 {
  margin: 10px 0;
}
.hr.m20 {
  margin: 20px 0;
}
.hr.m30 {
  margin: 30px 0;
}
.hr.m40 {
  margin: 40px 0;
}
.hr.m50 {
  margin: 50px 0;
}
.hr.m60 {
  margin: 60px 0;
}
.hr.m70 {
  margin: 70px 0;
}
.hr.m80 {
  margin: 80px 0;
}
.hr.m90 {
  margin: 90px 0;
}
.hr.m100 {
  margin: 100px 0;
}
.hr.m110 {
  margin: 110px 0;
}
.hr.m120 {
  margin: 120px 0;
}
.hr.m130 {
  margin: 130px 0;
}
.hr.m140 {
  margin: 140px 0;
}
.hr.m150 {
  margin: 150px 0;
}
.hr.m160 {
  margin: 160px 0;
}
.hr.m170 {
  margin: 170px 0;
}
.hr.m180 {
  margin: 180px 0;
}
.hr.m190 {
  margin: 190px 0;
}
.hr.m200 {
  margin: 200px 0;
}
.hr.m210 {
  margin: 210px 0;
}
.hr.m220 {
  margin: 220px 0;
}
.hr.m230 {
  margin: 230px 0;
}
.hr.m240 {
  margin: 240px 0;
}
.hr.m250 {
  margin: 250px 0;
}
.hr.m260 {
  margin: 260px 0;
}
.hr.m270 {
  margin: 270px 0;
}
.hr.m280 {
  margin: 280px 0;
}
.hr.m290 {
  margin: 290px 0;
}
.hr.m300 {
  margin: 300px 0;
}
@media (max-width: 767px) {
  .hr.m10 {
    margin: 7px 0;
  }
  .hr.m20 {
    margin: 14px 0;
  }
  .hr.m30 {
    margin: 21px 0;
  }
  .hr.m40 {
    margin: 28px 0;
  }
  .hr.m50 {
    margin: 35px 0;
  }
  .hr.m60 {
    margin: 42px 0;
  }
  .hr.m70 {
    margin: 49px 0;
  }
  .hr.m80 {
    margin: 56px 0;
  }
  .hr.m90 {
    margin: 63px 0;
  }
  .hr.m100 {
    margin: 70px 0;
  }
  .hr.m110 {
    margin: 77px 0;
  }
  .hr.m120 {
    margin: 84px 0;
  }
  .hr.m130 {
    margin: 91px 0;
  }
  .hr.m140 {
    margin: 98px 0;
  }
  .hr.m150 {
    margin: 105px 0;
  }
  .hr.m160 {
    margin: 112px 0;
  }
  .hr.m170 {
    margin: 119px 0;
  }
  .hr.m180 {
    margin: 126px 0;
  }
  .hr.m190 {
    margin: 133px 0;
  }
  .hr.m200 {
    margin: 140px 0;
  }
  .hr.m210 {
    margin: 147px 0;
  }
  .hr.m220 {
    margin: 154px 0;
  }
  .hr.m230 {
    margin: 161px 0;
  }
  .hr.m240 {
    margin: 168px 0;
  }
  .hr.m250 {
    margin: 175px 0;
  }
  .hr.m260 {
    margin: 182px 0;
  }
  .hr.m270 {
    margin: 189px 0;
  }
  .hr.m280 {
    margin: 196px 0;
  }
  .hr.m290 {
    margin: 203px 0;
  }
  .hr.m300 {
    margin: 210px 0;
  }
}

.text-center {
  text-align: center !important;
}
.text-center p, .text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6 {
  text-align: center !important;
}

@media (max-width: 767px) {
  .text-center-mob {
    text-align: center;
  }
}

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

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

.small-print {
  color: #52170C;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.4;
}

body {
  padding-top: 100px;
}
@media (max-width: 1080px) {
  body {
    padding-top: 60px;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
  width: 100%;
}
.container.mw1450 {
  max-width: 1450px;
}
@media (max-width: 1650px) {
  .container.mw1450 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1300 {
  max-width: 1300px;
}
@media (max-width: 1500px) {
  .container.mw1300 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1200 {
  max-width: 1200px;
}
@media (max-width: 1280px) {
  .container.mw1200 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1050 {
  max-width: 1050px;
}
@media (max-width: 1130px) {
  .container.mw1050 {
    max-width: calc(100% - 160px);
  }
}
.container.mw800 {
  max-width: 800px;
}
@media (max-width: 880px) {
  .container.mw800 {
    max-width: calc(100% - 160px);
  }
}
@media (max-width: 1320px) {
  .container {
    max-width: calc(100% - 120px) !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 479px) {
  .container {
    max-width: calc(100% - 40px) !important;
  }
}

.container-full {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 160px);
  position: relative;
  width: 100%;
}
@media (max-width: 1080px) {
  .container-full {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .container-full {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 479px) {
  .container-full {
    max-width: calc(100% - 50px);
  }
}

.page, .page-contact {
  margin: 100px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1080px) {
  .page, .page-contact {
    margin: 70px 0;
  }
}
@media (max-width: 767px) {
  .page, .page-contact {
    margin: 30px 0 80px;
  }
}
.page .inner, .page-contact .inner {
  display: flex;
  flex-wrap: wrap;
}
.page .inner .left, .page-contact .inner .left {
  flex: 1 0 0;
  margin-right: 60px;
}
@media (max-width: 1080px) {
  .page .inner .left, .page-contact .inner .left {
    flex: 0 0 100%;
    margin: 0 0 50px;
  }
}
.page .inner .right, .page-contact .inner .right {
  flex: 0 0 330px;
  position: relative;
  z-index: 4;
}
@media (max-width: 1080px) {
  .page .inner .right, .page-contact .inner .right {
    flex: 0 0 100%;
    margin-top: 0;
  }
}

.page-full-width {
  margin: 100px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1080px) {
  .page-full-width {
    margin: 70px 0;
  }
}
@media (max-width: 767px) {
  .page-full-width {
    margin: 30px 0 80px;
  }
}

.page-contact .inner {
  display: flex;
  flex-wrap: wrap;
}
.page-contact .inner .left {
  flex: 0 0 700px;
  margin-right: 60px;
}
@media (max-width: 1080px) {
  .page-contact .inner .left {
    flex: 0 0 100%;
  }
}
.page-contact .inner .left .contact-block {
  display: flex;
  align-items: center;
}
.page-contact .inner .left .contact-block + .contact-block {
  align-items: flex-start;
  margin-top: 45px;
}
.page-contact .inner .left .contact-block .icon {
  flex: 0 0 48px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .page-contact .inner .left .contact-block .icon {
    flex: 0 0 30px;
    margin-right: 20px;
  }
}
.page-contact .inner .left .contact-block .details {
  flex: 1 0 0;
}
.page-contact .inner .left .contact-block .details .details-label {
  color: #007FC5;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-contact .inner .left .contact-block .details .details-label {
    font-size: 18px;
  }
}
.page-contact .inner .left .contact-block .details .details-link {
  color: #239A88;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page-contact .inner .left .contact-block .details .details-link {
    font-size: 22px;
  }
}
.page-contact .inner .left .contact-block .details .social-icons {
  margin-top: 10px;
}
.page-contact .inner .left .contact-block .details .social-icons a + a {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .page-contact .inner .left .contact-block .details .social-icons a img {
    width: 34px;
  }
}
.page-contact .inner .right {
  flex: 1 0 0;
}
@media (max-width: 1080px) {
  .page-contact .inner .right {
    flex: 0 0 100%;
  }
}
.page-contact .inner .right .contact-form {
  background: #eee;
  margin-top: 70px;
  padding: 30px;
}
@media (max-width: 767px) {
  .page-contact .inner .right .contact-form {
    margin-top: 40px;
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .page-contact .inner .right .contact-form .sobmit-group {
    text-align: center;
  }
}

.page-section {
  margin: 100px 0;
}
@media (max-width: 991px) {
  .page-section {
    margin: 70px 0;
  }
}
@media (max-width: 767px) {
  .page-section {
    margin: 50px 0;
  }
}

.button {
  border: 2px solid #52170C;
  background: none;
  color: #52170C;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  padding: 0 12px;
  text-transform: uppercase;
  transition: 0.2s all ease-in-out;
}
.button:hover {
  background: #52170C;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.button.white {
  border-color: #fff;
  color: #fff;
}
.button.white:hover {
  background: #fff;
  color: #005097;
}

.hp {
  display: none !important;
}

.form-group {
  margin: 0 0 20px;
  position: relative;
}

label {
  color: #007FC5;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 5px;
  text-transform: uppercase;
}
label.error {
  color: red;
  font-size: 11px;
}

select {
  appearance: none;
  border: none;
  box-shadow: none;
  outline: 0;
}

.form-control {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #d1d1d1;
  color: #007FC5;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 55px;
  line-height: 55px;
  outline: 0px !important;
  padding: 10px 17px 0;
  width: 100%;
}
.form-control::placeholder {
  color: #007FC5;
}
.form-control:focus {
  border: 1px solid #007FC5;
  box-shadow: 0 0 3px #ccc;
}
.form-control.error {
  border: 1px solid #CD403C;
}
.form-control.error:focus {
  border: 1px solid #CD403C;
  box-shadow: 0 0 3px #CD403C;
}

textarea {
  height: 100px;
  line-height: 1.64;
}

label.checkbox,
label.radio {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
label.checkbox + .checkbox,
label.radio + .checkbox {
  margin-top: 7px;
}
label.checkbox input[type=checkbox],
label.checkbox input[type=radio],
label.radio input[type=checkbox],
label.radio input[type=radio] {
  appearance: none;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  flex: 0 0 18px;
  margin: 0 8px 0 0 !important;
  height: 18px;
  position: relative !important;
  width: 18px;
}
label.checkbox input[type=checkbox]:after,
label.checkbox input[type=radio]:after,
label.radio input[type=checkbox]:after,
label.radio input[type=radio]:after {
  background: url("/images/checkmark.svg") top center/contain no-repeat;
  content: "";
  cursor: pointer;
  height: 14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 14px;
}
label.checkbox input[type=checkbox]:hover:after,
label.checkbox input[type=radio]:hover:after,
label.radio input[type=checkbox]:hover:after,
label.radio input[type=radio]:hover:after {
  opacity: 0.5;
}
label.checkbox input[type=checkbox]:checked:after,
label.checkbox input[type=radio]:checked:after,
label.radio input[type=checkbox]:checked:after,
label.radio input[type=radio]:checked:after {
  background: url("/images/checkmark.svg") top center/contain no-repeat;
  opacity: 1;
}
label.checkbox input[type=checkbox]:focus, label.checkbox input[type=checkbox]:active,
label.checkbox input[type=radio]:focus,
label.checkbox input[type=radio]:active,
label.radio input[type=checkbox]:focus,
label.radio input[type=checkbox]:active,
label.radio input[type=radio]:focus,
label.radio input[type=radio]:active {
  box-shadow: none;
  outline: none;
}
label.checkbox span,
label.radio span {
  flex: 1 0 0;
}

/* FANCY PLACEHOLDER LABELS */
label.fancy-label {
  box-shadow: none;
  color: #007FC5;
  cursor: text;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 14px;
  left: 18px;
  transition: 0.2s all ease-in-out;
  text-transform: none;
}
label.fancy-label.aside {
  left: 18px;
  padding: 0;
  color: #239A88;
  background: none;
  top: 7px;
  font-size: 11px;
}

#success-msg {
  background: #f1f1f1;
  border-top: 4px solid #239A88;
  padding: 20px 25px;
}
#success-msg h2 {
  margin: 0 0 10px;
}

.box {
  clip-path: polygon(30px 0, 0 30px, 0 100%, calc(100% - 30px) 100%, 100% calc(100% - 30px), 100% 0);
  padding: 40px;
}
@media (max-width: 767px) {
  .box {
    clip-path: polygon(20px 0, 0 20px, 0 100%, calc(100% - 20px) 100%, 100% calc(100% - 20px), 100% 0);
    padding: 20px;
  }
}
.box.grey {
  background: #eee;
}
.box .buttons .btn {
  padding: 0 40px;
}
.box .buttons .btn + .btn {
  margin-left: 40px;
}
.box h3 {
  color: #239A88;
}
.box ul {
  margin-bottom: 10px;
}
.box ul:first-child {
  margin-top: 0;
}
.box ul li:last-of-type {
  margin-bottom: inherit;
}
.box ul li + li {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .box .cell {
    flex: 0 0 100%;
  }
}
.box.bottom-box {
  margin: 100px 0 80px;
}
@media (max-width: 767px) {
  .box.bottom-box {
    margin: 50px 0;
  }
}

@media (max-width: 767px) {
  .page-section + .container .bottom-box {
    margin-top: -20px;
  }
}

.header {
  background: #239A88;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s all ease-in-out;
  transform: translate3d(0, 0, 0);
  z-index: 99999;
}
@media (max-width: 1080px) {
  .header {
    display: none;
  }
}
.header .sunburst {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.header .sunburst .container {
  height: 100%;
}
.header .sunburst .sunburst-inner {
  background: url("/images/sunburst.svg") center/contain no-repeat;
  content: "";
  height: 200vw;
  position: absolute;
  top: 44%;
  left: -40px;
  transform: translate3d(-50%, -50%, 0);
  width: 200vw;
}
.header .header-inner {
  align-items: center;
  display: flex;
  height: 100px;
  transition: 0.2s all ease-in-out;
  width: 100%;
}
.header .header-inner .logo {
  flex: 0 1 0;
  margin-right: 20px;
}
.header .header-inner .logo a {
  display: block;
  position: relative;
  z-index: 2;
}
.header .header-inner .logo a img {
  display: block;
  height: auto;
  position: relative;
  transition: 0.2s all ease-in-out;
  max-width: none;
  width: 250px;
}
@media (max-width: 1475px) {
  .header .header-inner .logo a img {
    max-width: 170px;
  }
}
.header .header-inner .header-right {
  align-items: flex-end;
  display: flex;
  flex: 1 0 0;
  height: 100%;
  justify-content: flex-end;
  position: relative;
  transition: 0.2s all ease-in-out;
  z-index: 2;
}
.header .header-inner .header-right .inner .top {
  display: flex;
  justify-content: flex-end;
  padding-right: 5px;
}
.header .header-inner .header-right .inner .top a.social-icon {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 0;
  transition: 0.2s all ease-in-out;
}
.header .header-inner .header-right .inner .bottom {
  display: flex;
  justify-content: flex-end;
}
.header.compact {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  top: 35px;
  transform: translate3d(0, -35px, 0);
  transition: 0.4s all ease-in-out;
}
.header.compact .header-inner {
  height: 60px;
  transition: 0.4s all ease-in-out;
}
.header.compact .header-inner .logo a img {
  transition: 0.4s all ease-in-out;
  top: 0;
  width: 200px;
}
.header.compact .header-inner .header-right .top .social-icon {
  top: -10px !important;
}

.nav-open .mobile-header {
  box-shadow: none !important;
}

.mobile-header {
  background: #239A88;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  display: none;
  height: 60px;
  margin-top: -60px;
  position: fixed;
  transition: 0.2s all ease-in-out;
  width: 100%;
  z-index: 9998;
}
@media (max-width: 1080px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header .mobile-logo img {
  height: 38px !important;
  position: absolute;
  top: 11px;
  left: 12px;
  width: auto;
}
@media (max-width: 400px) {
  .mobile-header .mobile-logo img {
    height: 34px !important;
    top: 13px;
  }
}
.mobile-header .menu-button {
  cursor: pointer;
  height: 60px;
  -webkit-touch-action: manipulation;
  -moz-touch-action: manipulation;
  -o-touch-action: manipulation;
  touch-action: manipulation;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s all ease-in-out;
  width: 56px;
}
.mobile-header .menu-button i {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.mobile-header .menu-button i.fa-bars {
  opacity: 1;
  visibility: visible;
}
.mobile-header .menu-button i.fa-times {
  opacity: 0;
  visibility: hidden;
}
.mobile-header .phone-button {
  display: none;
}
@media (max-width: 1080px) {
  .mobile-header .phone-button {
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    top: 0;
    right: 60px;
    width: 56px;
  }
  .mobile-header .phone-button i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}
.mobile-header .email-button {
  display: none;
}
@media (max-width: 1080px) {
  .mobile-header .email-button {
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    top: 0;
    right: 120px;
    width: 56px;
  }
}
@media (max-width: 1080px) and (max-width: 400px) {
  .mobile-header .email-button {
    display: none;
  }
}
@media (max-width: 1080px) {
  .mobile-header .email-button i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 23px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}

.nav-open .mobile-header .menu-button i.fa-bars {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  visibility: hidden;
}
.nav-open .mobile-header .menu-button i.fa-times {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0);
  visibility: visible;
}

.homepage-banner, .banner {
  background: #FFBE00 url("/images/banner-bottom-overlay.svg") bottom -2px left 0/100% 120px no-repeat;
  margin-top: 10px;
  padding: 70px 0 110px;
  position: relative;
}
@media (max-width: 767px) {
  .homepage-banner, .banner {
    overflow: hidden;
    padding: 20px 0 50px;
  }
}
.homepage-banner .sunburst, .banner .sunburst {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.homepage-banner .sunburst .container, .banner .sunburst .container {
  height: 100%;
}
.homepage-banner .sunburst .sunburst-inner, .banner .sunburst .sunburst-inner {
  background: url("/images/sunburst.svg") center/contain no-repeat;
  content: "";
  height: 200vw;
  position: absolute;
  top: -64px;
  left: -40px;
  transform: translate3d(-50%, -50%, 0);
  width: 200vw;
}
.homepage-banner .inner, .banner .inner {
  align-items: stretch;
  display: flex;
  position: relative;
  z-index: 4;
}
.homepage-banner .inner .left, .banner .inner .left {
  flex: 1 0 0;
}
@media (max-width: 767px) {
  .homepage-banner .inner .left, .banner .inner .left {
    flex: 2 0 0;
  }
}
@media (max-width: 479px) {
  .homepage-banner .inner .left, .banner .inner .left {
    flex: 1 0 0;
  }
}
.homepage-banner .inner .left .title, .banner .inner .left .title {
  background: #52170C;
  box-shadow: -10px 0px 0 #52170C;
  display: inline;
  color: #fff;
  font-size: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  padding: 10px;
  text-transform: uppercase;
  white-space: pre-wrap;
}
@media (max-width: 1300px) {
  .homepage-banner .inner .left .title, .banner .inner .left .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .homepage-banner .inner .left .title, .banner .inner .left .title {
    background: none;
    box-shadow: none;
    color: #52170C;
    font-size: 24px;
    line-height: 1.1;
    padding: 0;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .homepage-banner .inner .left .title br, .banner .inner .left .title br {
    display: none;
  }
}
.homepage-banner .inner .left .caption, .banner .inner .left .caption {
  color: #52170C;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.5;
  margin: 40px 0 20px;
}
@media (max-width: 767px) {
  .homepage-banner .inner .left .caption, .banner .inner .left .caption {
    font-size: 15px;
    margin: 10px 0 17px;
  }
}
@media (max-width: 479px) {
  .homepage-banner .inner .left .caption, .banner .inner .left .caption {
    font-size: 14px;
    margin-right: 10px;
  }
}
.homepage-banner .inner .right, .banner .inner .right {
  flex: 1 0 0;
  position: relative;
}
@media (max-width: 479px) {
  .homepage-banner .inner .right, .banner .inner .right {
    margin-left: 20px;
  }
}
.homepage-banner .inner .right .girl, .banner .inner .right .girl {
  display: block;
  height: calc(100% + 260px);
  max-width: none;
  position: absolute;
  top: -20px;
  right: 10px;
  z-index: 3;
}
@media (max-width: 991px) {
  .homepage-banner .inner .right .girl, .banner .inner .right .girl {
    height: calc(100% + 180px);
    max-width: 100%;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .homepage-banner .inner .right .girl, .banner .inner .right .girl {
    height: calc(100% + 180px);
    max-width: calc(100% + 50px);
    top: -100px;
    margin-right: -50px;
  }
}
@media (max-width: 479px) {
  .homepage-banner .inner .right .girl, .banner .inner .right .girl {
    height: calc(100% + 180px);
    max-width: calc(100% + 110px);
    top: -140px;
    margin-right: -60px;
  }
}
.homepage-banner .inner .right .spanner, .banner .inner .right .spanner {
  display: block;
  height: calc(100% + 70px);
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 2;
}

.banner.compact {
  padding: 40px 0;
}
.banner .inner .left {
  margin-right: 50px;
  padding: 40px 20px 20px 0;
}
@media (max-width: 479px) {
  .banner .inner .left {
    margin-right: 0;
  }
}
.banner .inner .right .feat-img {
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .inner .right .feat-img.cover {
  background-size: cover;
  border: 10px solid #fff;
}
.banner .inner .right .feat-img.pb75:after {
  padding-bottom: 75%;
}
.banner .inner .right .feat-img.pb125:after {
  padding-bottom: 125%;
}

ul.nav {
  float: right;
  list-style: none;
  margin: 0;
  text-align: center;
}
@media (max-width: 1080px) {
  ul.nav.desktop {
    display: none;
  }
}
ul.nav.mobile {
  display: none;
  padding: 0;
}
@media (max-width: 1080px) {
  ul.nav.mobile {
    background: #239A88;
    display: block;
    opacity: 0;
    padding-top: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow: auto;
    transform: translate3d(0, -100%, 0);
    transition: 0.2s all ease-in-out;
    visibility: hidden;
    z-index: 99;
  }
}
ul.nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  z-index: 1;
}
@media (max-width: 1475px) {
  ul.nav li {
    padding: 0 15px;
  }
}
ul.nav li:hover {
  z-index: 2;
}
ul.nav li:before {
  display: none;
}
@media (max-width: 1080px) {
  ul.nav li {
    display: block;
  }
}
ul.nav li:last-of-type {
  padding-right: 0;
}
ul.nav li a {
  color: #fff;
  display: block;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.4px;
  padding: 12px 15px 20px;
  position: relative;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 1475px) {
  ul.nav li a {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  ul.nav li a {
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 0;
    line-height: 1;
    height: auto;
    padding: 15px 25px;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: auto;
  }
}
ul.nav li a:active, ul.nav li a:focus {
  outline: none;
  text-decoration: none;
}
ul.nav li a:hover {
  color: #FFBE00;
  text-decoration: none;
}
ul.nav li a.active {
  background: #FFBE00;
  color: #005097;
  font-weight: 400;
  text-decoration: none;
}
ul.nav li a > i.fa-chevron-down {
  color: #005097;
  font-size: 11px;
  position: relative;
  top: -3px;
  right: -3px;
}
@media (max-width: 1080px) {
  ul.nav li a > i.fa-chevron-down {
    background: rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    color: #005097;
    font-size: 16px;
    height: 34px;
    margin-left: 10px;
    padding-top: 10px;
    top: -1px;
    width: 34px;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translate3d(0, -50%, 0);
  }
}
ul.nav li.has-submenu a:hover:after {
  display: none;
}
ul.nav li.active-submenu a:after {
  display: none;
}
ul.nav li .mobile-social-icons {
  margin-top: 20px;
  text-align: center;
}
ul.nav li .mobile-social-icons a {
  color: #52170C;
  display: inline-block;
  padding: 5px;
}
ul.nav li .mobile-social-icons a + a {
  margin-left: 2px;
}
ul.nav li .mobile-social-icons a i {
  color: #52170C;
  font-size: 1.7em;
}
ul.nav li .mobile-social-icons a:hover {
  text-decoration: none;
}
ul.nav li ul {
  background: #FFBE00;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: block;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: auto;
  transition: 0.2s all ease-in-out;
  z-index: 99999;
}
@media (max-width: 1080px) {
  ul.nav li ul {
    background: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  ul.nav li ul.open {
    display: block;
  }
}
ul.nav li ul.two-cols {
  columns: 2;
  gap: 20px;
}
ul.nav li ul:before {
  display: none;
  content: "";
  border-right: 10px solid rgba(255, 255, 255, 0);
  border-bottom: 15px solid #239A88;
  border-left: 10px solid rgba(255, 255, 255, 0);
  position: absolute;
  top: -10px;
  left: 50px;
}
@media (max-width: 1080px) {
  ul.nav li ul:before {
    display: none;
  }
}
ul.nav li ul:after {
  content: "";
  height: 15px;
  position: absolute;
  top: -15px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
}
@media (max-width: 1080px) {
  ul.nav li ul:after {
    display: none;
  }
}
ul.nav li ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.nav li ul li:before {
  display: none;
}
ul.nav li ul li a {
  color: #005097;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  height: auto;
  padding: 8px 30px 8px 13px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  transition: none;
}
@media (max-width: 1080px) {
  ul.nav li ul li a {
    color: #005097;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 15px;
    text-align: center;
  }
}
ul.nav li ul li a i {
  color: #005097;
  font-size: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}
ul.nav li ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #005097;
}
ul.nav li ul li a.active {
  background: rgba(0, 0, 0, 0.1);
  color: #005097;
  font-weight: 400;
}
ul.nav li ul li a.active:after {
  display: none;
}
ul.nav li ul li:first-of-type {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
ul.nav li ul li:last-of-type {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
ul.nav li ul li ul {
  position: absolute;
  top: -7px;
  left: calc(100% + 7px);
  transition: 0.2s all ease-in-out;
  transform: translate3d(-10px, 0, 0);
  opacity: 0;
  visibility: hidden;
}
ul.nav li ul li ul:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7px;
  width: 7px;
}
ul.nav li ul li:hover ul {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
ul.nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.compact .main-nav ul li a:after {
  top: calc(100% - 15px) !important;
}

.compact .main-nav ul li ul {
  top: calc(100% + 5px) !important;
}

.nav-open ul.nav.mobile {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.nav-open #cookie-bar-show-button {
  display: none;
}

.intro-section {
  margin: 30px 0 30px;
}
.intro-section .inner {
  display: flex;
}
.intro-section .inner .column {
  flex: 1 0 0;
}
@media (max-width: 991px) {
  .intro-section .inner .column {
    flex: 0 0 100%;
  }
  .intro-section .inner .column:nth-child(2) {
    display: none;
  }
}

.homepage-content {
  border-top: 10px solid #005097;
  border-bottom: 10px solid #005097;
  overflow: hidden;
  padding: 40px 0 80px;
  position: relative;
}
.homepage-content .spanner-bg {
  background: url("/images/spanner-repeatable-pattern.png") center/60px auto repeat;
  height: 200vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  width: 200%;
}
@media (max-width: 767px) {
  .homepage-content .spanner-bg {
    height: 1000vw;
    width: 1000vw;
  }
}
.homepage-content .bottom-overlay {
  background: rgba(0, 42, 79, 0.5);
  border-top: 10px solid #005097;
  height: 100px;
  position: absolute;
  top: 100%;
  left: -10%;
  transform: translate3d(0, -33%, 0) rotate(2deg);
  width: 120%;
}
.homepage-content .inner {
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .homepage-content .inner {
    flex-wrap: wrap;
  }
}
.homepage-content .inner .testimonial {
  display: flex;
  flex: 0 0 25%;
}
@media (max-width: 767px) {
  .homepage-content .inner .testimonial {
    flex: 0 0 100%;
    margin-top: 40px;
    order: 3;
  }
}
.homepage-content .inner .testimonial .left {
  flex: 0 0 45px;
  margin: 5px 10px 0 0;
}
.homepage-content .inner .testimonial .right {
  flex: 1 0 0;
  color: #fff;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: normal;
}
.homepage-content .inner .feat-img {
  border: 10px solid #005097;
  border-radius: 50%;
  flex: 0 0 25%;
  margin-left: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .homepage-content .inner .feat-img {
    flex: 0 0 100%;
    order: 1;
    margin-left: 0;
  }
}
.homepage-content .inner .feat-img .spanner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.homepage-content .inner .content {
  flex: 1 1 0;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .homepage-content .inner .content {
    flex: 0 0 100%;
    order: 2;
    margin-left: 0;
    margin-top: 40px;
  }
}
.homepage-content .inner .content h1 {
  color: #fff;
  margin: 0 0 20px;
}
.homepage-content .inner .content p {
  color: #fff;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: normal;
}
.homepage-content .inner .content a {
  color: #fff;
  border-bottom: 2px dotted #fff;
}
.homepage-content .inner .content a:hover {
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

.services {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .services {
    padding-bottom: 60px;
  }
}
@media (max-width: 479px) {
  .services {
    padding: 40px 0;
  }
}
.services .inner {
  align-items: stretch;
  display: flex;
}
@media (max-width: 991px) {
  .services .inner {
    flex-wrap: wrap;
  }
}
.services .inner .service {
  flex: 1 0 0;
  padding: 40px 20px 150px;
  position: relative;
}
@media (max-width: 991px) {
  .services .inner .service {
    flex: 0 0 50%;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .services .inner .service {
    align-items: flex-start;
    display: flex;
    flex: 0 0 100%;
    padding-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .services .inner .service {
    align-items: center;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .services .inner .service:nth-child(odd) {
    background: #ECE3E1;
  }
}
.services .inner .service .img-wrap {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .services .inner .service .img-wrap {
    flex: 0 0 130px;
  }
}
@media (max-width: 479px) {
  .services .inner .service .img-wrap {
    flex: 0 0 90px;
  }
}
@media (max-width: 400px) {
  .services .inner .service .img-wrap {
    flex: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .services .inner .service .bottom-wrap {
    flex: 1 0 0;
    margin-left: 20px;
  }
}
.services .inner .service .bottom-wrap .title-wrap {
  margin: 0 0 20px 10px;
}
@media (max-width: 767px) {
  .services .inner .service .bottom-wrap .title-wrap {
    margin: 0 0 10px 10px;
  }
}
.services .inner .service .bottom-wrap .title-wrap .title {
  background: #52170C;
  box-shadow: -10px 0px 0 #52170C;
  display: inline;
  color: #fff;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  padding: 0px 10px 0 0;
  text-transform: uppercase;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .services .inner .service .bottom-wrap .title-wrap .title {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .services .inner .service .bottom-wrap .intro {
    display: none;
  }
}
.services .inner .service .bottom-wrap .button {
  position: absolute;
  bottom: 100px;
  left: 20px;
}
@media (max-width: 991px) {
  .services .inner .service .bottom-wrap .button {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .services .inner .service .bottom-wrap .button {
    font-size: 15px;
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .services .inner .service .bottom-wrap .button {
    display: none;
  }
}
.services .inner .service:nth-child(3) .title-wrap:not(.fw), .services .inner .service:nth-child(4) .title-wrap:not(.fw) {
  width: 180px;
}
@media (max-width: 767px) {
  .services .inner .service:nth-child(3) .title-wrap:not(.fw), .services .inner .service:nth-child(4) .title-wrap:not(.fw) {
    width: auto;
  }
}
@media (max-width: 479px) {
  .services .inner .service:nth-child(3) .title-wrap:not(.fw), .services .inner .service:nth-child(4) .title-wrap:not(.fw) {
    width: 140px;
  }
}
.services .inner .service:hover {
  text-decoration: none;
}

.card-of-the-week {
  margin: 0 auto;
  max-width: 330px;
}
.card-of-the-week .girl {
  display: block;
  margin: 0 0 -84px;
  position: relative;
  z-index: 2;
  width: 290px;
}
.card-of-the-week .yellow-box {
  background: #FFBE00;
  border-top: 10px solid #D09A00;
  border-right: 10px solid #D09A00;
  border-left: 10px solid #D09A00;
  padding: 10px 10px 0;
  position: relative;
  z-index: 1;
}
.card-of-the-week .yellow-box .title-wrap {
  padding: 0 0 20px 45%;
}
@media (max-width: 767px) {
  .card-of-the-week .yellow-box .title-wrap {
    padding: 0 0 10px 45%;
  }
}
.card-of-the-week .yellow-box .title-wrap .title {
  background: #52170C;
  box-shadow: -10px 0px 0 #52170C;
  display: inline;
  color: #fff;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  padding: 0px 10px 0 0;
  text-transform: uppercase;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .card-of-the-week .yellow-box .title-wrap .title {
    font-size: 22px;
  }
}
.card-of-the-week .yellow-box .button {
  margin: 5px 0 0 10px;
}
.card-of-the-week .card-of-week-bottom {
  display: block;
  position: relative;
  top: -1px;
}

.articles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 70px 50px;
}
.articles .article {
  display: block;
}
.articles .article .img-wrap {
  margin: 0 0 20px;
}
.articles .article .title-wrap {
  margin: 0 0 20px 10px;
}
@media (max-width: 767px) {
  .articles .article .title-wrap {
    margin: 0 0 10px 10px;
  }
}
.articles .article .title-wrap .title {
  background: #52170C;
  box-shadow: -10px 0px 0 #52170C;
  display: inline;
  color: #fff;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  padding: 0px 10px 0 0;
  text-transform: uppercase;
  white-space: pre-wrap;
}
@media (max-width: 767px) {
  .articles .article .title-wrap .title {
    font-size: 22px;
  }
}
.articles .article .snippet {
  margin-bottom: 20px;
}
.articles .article:hover {
  text-decoration: none;
}

.email-signup {
  align-items: center;
  background: #239A88;
  display: flex;
  opacity: 0;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(660px, 0, 0);
  transition: 0.2s all ease-in-out;
  width: 660px;
  visibility: hidden;
  z-index: 99999;
}
@media (max-width: 767px) {
  .email-signup {
    left: 0;
    width: 100vw;
  }
}
.email-signup:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100vh;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
}
.email-signup.visible {
  visibility: visible;
}
.email-signup.opaque {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.email-signup .inner {
  margin: 0 100px;
}
@media (max-width: 767px) {
  .email-signup .inner {
    margin: 0 50px;
  }
}
@media (max-width: 479px) {
  .email-signup .inner {
    margin: 0 30px;
  }
}
.email-signup .inner h3 {
  color: #fff;
  font-size: 45px;
  margin: 0 0 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .email-signup .inner h3 {
    font-size: 30px;
  }
}
.email-signup .inner p {
  color: #fff;
}
.email-signup .inner .form-control {
  background: #fff;
  border: none;
  padding: 20px 25px;
  height: auto;
  line-height: 1;
}
.email-signup .inner .form-control::placeholder {
  color: #888;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: normal;
}
.email-signup .inner .button {
  font-size: 27px;
  margin-top: 30px;
}
.email-signup .close-button {
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 30px;
  right: 30px;
}
.email-signup .close-button img {
  cursor: pointer;
  transform: translate3d(0, 0, 0) scale(1);
  transition: 0.2s all ease-in-out;
  width: 50px;
}
@media (max-width: 767px) {
  .email-signup .close-button img {
    width: 30px;
  }
}
.email-signup .close-button:hover img {
  transform: translate3d(0, 0, 0) scale(1.1);
}

.shop-wrap iframe {
  height: 2000px;
  width: 100%;
}

.testimonials {
  margin-top: 50px;
}
.testimonials .testimonial {
  align-items: flex-start;
  display: flex;
}
.testimonials .testimonial + .testimonial {
  margin: 40px 0 0;
}
.testimonials .testimonial .tleft {
  flex: 0 0 45px;
  margin: 0 20px 0 0;
}
.testimonials .testimonial .tleft i {
  color: #d3d3d3;
  font-size: 40px;
}
.testimonials .testimonial .tright {
  flex: 1 0 0;
}
.testimonials .testimonial .tright .name {
  color: #239A88;
  font-weight: 700;
  margin: 0 0 5px;
}
.footer-cta {
  background: #FFBE00;
  clip-path: polygon(0 3.6vw, 100% 0, 100% 100%, 0 100%);
  margin-top: -3.6vw;
  overflow: hidden;
  padding: 100px 0 30px;
  position: relative;
  z-index: 2;
}
.footer-cta:before {
  background: #D09A00;
  content: "";
  height: 10px;
  position: absolute;
  top: 1.8vw;
  left: 50%;
  transform: translate3d(-50%, 0, 0) rotate(-2.1deg);
  transform-origin: center;
  width: 200vw;
}
.footer-cta .sunburst {
  height: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.footer-cta .sunburst .container {
  height: 100%;
}
.footer-cta .sunburst .sunburst-inner {
  background: url("/images/sunburst.svg") center/contain no-repeat;
  content: "";
  height: 200vw;
  position: absolute;
  bottom: -52px;
  left: -40px;
  transform: translate3d(-50%, 50%, 0);
  width: 200vw;
}
.footer-cta .inner {
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .footer-cta .inner {
    flex-wrap: wrap;
  }
}
.footer-cta .inner > .left {
  flex: 1 0 0;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .footer-cta .inner > .left {
    flex: 0 0 100%;
    text-align: center;
    margin-right: 0;
    margin-top: 30px;
    order: 2;
  }
}
.footer-cta .inner > .left .title-wrap {
  margin: 0 0 20px;
}
.footer-cta .inner > .left .title-wrap .title {
  background: #52170C;
  box-shadow: -10px 0px 0 #52170C;
  display: inline;
  color: #fff;
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.4;
  padding: 0 10px 0 0;
  text-transform: uppercase;
  white-space: pre-wrap;
}
@media (max-width: 991px) {
  .footer-cta .inner > .left .title-wrap .title {
    font-size: 35px;
  }
}
@media (max-width: 479px) {
  .footer-cta .inner > .left .title-wrap .title {
    font-size: 32px;
  }
}
.footer-cta .inner > .left .bottom {
  display: flex;
  max-width: 840px;
}
@media (max-width: 991px) {
  .footer-cta .inner > .left .bottom {
    flex-wrap: wrap;
  }
}
.footer-cta .inner > .left .bottom > .left {
  flex: 1 0 0;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .footer-cta .inner > .left .bottom > .left {
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer-cta .inner > .left .bottom > .right {
  flex: 0 1 0;
}
@media (max-width: 991px) {
  .footer-cta .inner > .left .bottom > .right {
    flex: 0 0 100%;
    margin-top: 30px;
    text-align: center;
  }
}
.footer-cta .inner > .left .bottom > .right .button {
  font-size: 26px;
  white-space: nowrap;
}
.footer-cta .inner > .right {
  flex: 0 0 240px;
}
@media (max-width: 991px) {
  .footer-cta .inner > .right {
    flex: 0 0 100%;
    text-align: center;
    order: 1;
  }
}
.footer-cta .inner > .right .girls-head {
  margin-top: -60px;
  margin-bottom: -30px;
}
@media (max-width: 479px) {
  .footer-cta .inner > .right .girls-head {
    max-width: 200px;
  }
}

.footer {
  background: #239A88;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 1250px) {
  .footer {
    padding: 30px 0;
  }
}
.footer .sunburst {
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1250px) {
  .footer .sunburst {
    display: none;
  }
}
.footer .sunburst .container {
  height: 100%;
}
.footer .sunburst .sunburst-inner {
  background: url("/images/sunburst.svg") center/contain no-repeat;
  content: "";
  height: 200vw;
  position: absolute;
  top: 44%;
  left: -40px;
  transform: translate3d(-50%, -50%, 0);
  width: 200vw;
}
.footer .footer-inner {
  align-items: center;
  display: flex;
  height: 100px;
  transition: 0.2s all ease-in-out;
  width: 100%;
}
@media (max-width: 1250px) {
  .footer .footer-inner {
    flex-wrap: wrap;
    height: auto;
  }
}
.footer .footer-inner .logo {
  flex: 0 1 0;
  margin-right: 20px;
}
@media (max-width: 1250px) {
  .footer .footer-inner .logo {
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer .footer-inner .logo a {
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 1250px) {
  .footer .footer-inner .logo a {
    display: inline;
  }
}
.footer .footer-inner .logo a img {
  display: block;
  height: auto;
  position: relative;
  transition: 0.2s all ease-in-out;
  max-width: none;
  width: 200px;
}
@media (max-width: 1475px) {
  .footer .footer-inner .logo a img {
    max-width: 170px;
  }
}
@media (max-width: 1250px) {
  .footer .footer-inner .logo a img {
    display: inline-block;
    max-width: 100%;
    width: 230px;
  }
}
.footer .footer-inner .footer-right {
  flex: 1 0 0;
  position: relative;
  text-align: right;
  transition: 0.2s all ease-in-out;
  z-index: 2;
}
@media (max-width: 1250px) {
  .footer .footer-inner .footer-right {
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer .footer-inner .footer-right .inner .top {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1250px) {
  .footer .footer-inner .footer-right .inner .top {
    display: block;
    margin: 20px 0;
    text-align: center;
  }
}
.footer .footer-inner .footer-right .inner .top a {
  color: #fff;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 1250px) {
  .footer .footer-inner .footer-right .inner .top a {
    display: block;
    text-align: center;
  }
}
.footer .footer-inner .footer-right .inner .top a + a {
  margin-left: 30px;
}
@media (max-width: 1250px) {
  .footer .footer-inner .footer-right .inner .top a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}
.footer .footer-inner .footer-right .inner .bottom {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1250px) {
  .footer .footer-inner .footer-right .inner .bottom {
    display: block;
    text-align: center;
  }
}
.footer .footer-inner .footer-right .inner .bottom p {
  color: #fff;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: normal;
  margin: 0;
}
.footer .footer-inner .footer-right .inner .bottom p a {
  color: #fff;
  font-size: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-weight: normal;
}
.footer .footer-inner .footer-logos {
  flex: 0 1 0;
  margin-left: 30px;
  padding-top: 6px;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
@media (max-width: 1250px) {
  .footer .footer-inner .footer-logos {
    flex: 0 0 100%;
    margin-left: 0;
    padding-top: 40px;
    text-align: center;
  }
}
.footer .footer-inner .footer-logos a {
  display: inline-block;
}
.footer .footer-inner .footer-logos a + a {
  margin-left: 10px;
}
.footer .footer-inner .footer-logos a img {
  display: block;
  height: auto;
  max-width: none;
  width: 84px;
}