article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #666;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #666;
  color: #fff;
  text-shadow: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out;
}
.chocolat-open {
  overflow: hidden;
}
.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  background-color: #fff;
  display: none;
  opacity: 0.8;
}
.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 9999;
  color: #fff;
}
.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}
.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 121;
  background: url(/images/loader.gif);
  display: none;
}
.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 124;
  text-align: left;
}
.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(/images/left.png) 50% 50% no-repeat;
  z-index: 127;
  display: none;
}
.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(/images/right.png) 50% 50% no-repeat;
  z-index: 127;
  display: none;
}
.chocolat-wrapper .chocolat-right.active {
  display: block;
}
.chocolat-wrapper .chocolat-left.active {
  display: block;
}
.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 127;
  margin-bottom: 10px;
}
.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/close.png) 50% 50% no-repeat;
}
.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 127;
  padding-left: 15px;
  padding-right: 15px;
  background: #000000;
  text-align: right;
  margin-top: 10px;
}
.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
}
.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(/images/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right;
}
.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left;
}
body.chocolat-open>.chocolat-overlay {
  z-index: 125;
}
body.chocolat-open>.chocolat-loader {
  z-index: 125;
}
body.chocolat-open>.chocolat-content {
  z-index: 127;
}
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}
.chocolat-in-container {
  position: relative;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show {
  to {
    opacity: 1;
  }
}
.sliderCont {
  background-image: url(/img/mainbanner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  max-height: 75vh;
  overflow: hidden;
}
.sliderCont .licenceMobileCont {
  margin-bottom: 0.5em;
}
.sliderCont .introTxt {
  left: 0;
  position: absolute;
  top: 140px;
  width: 100%;
}
.sliderCont .introTxt h1 .part1 {
  background: #5e6649;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  padding: 12px 20px;
}
.sliderCont .introTxt h1 .part2 {
  display: inline-block;
}
.sliderCont .introTxt h1 .part2 p {
  background: #dc8d4e;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.5em;
  letter-spacing: -1px;
  line-height: 34px;
  color: #fff;
  font-weight: 300;
  text-align: left;
}
.sliderCont .introTxt h1 .part2 p:first-of-type {
  padding: 12px 20px 6px;
}
.sliderCont .introTxt h1 .part2 p:last-of-type {
  clear: left;
  margin-top: -6px;
  padding: 0 20px 12px;
}
.sliderCont .buttonsCont {
  padding: 2em 0;
  text-align: center;
}
.sliderCont .buttonsCont .rectButton {
  margin: 0 1em 0.5em;
}
.sliderCont #topSvg,
.sliderCont .mainImage {
  height: auto;
  margin-left: -1%;
  width: 102%;
  visibility: hidden;
}
.sliderCont .mainImage {
  border-bottom: 1px solid #d2cfcc;
}
.sliderCont #topSvg.static,
.sliderCont .mainImage.static {
  visibility: visible;
}
@media all and (max-width: 960px) {
  .sliderCont .introTxt {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .sliderCont .introTxt .commonHeader span {
    font-size: 2rem;
  }
  .sliderCont .introTxt .commonHeader small {
    line-height: 1.6;
  }
}
.mapCont {
  position: relative;
}
.mapCont #mapCont {
  min-height: 50vh !important;
}
.mapCont #mapCont iframe {
  border: 0 none;
  margin-bottom: -5px;
  min-height: 50vh;
  outline: none;
  position: relative;
  width: 100%;
  z-index: 50;
}
.mapCont .spinner {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
  top: 37vh;
}
.mapCont .double-bounce1,
.mapCont .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #284253;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.mapCont .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0.0);
  }
  50% {
    -webkit-transform: scale(1.0);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.contactRow {
  background: #f9f5f3;
  border-top: 1px solid #b4afa9;
  border-bottom: 1px solid #b4afa9;
  padding-bottom: 90px;
  position: relative;
}
.contactRow .contactIntro {
  line-height: 1.8;
  padding: 1.5em 0 3em;
}
.contactRow .widgetOuterCont {
  position: absolute;
  right: 0;
  max-width: 375px;
  top: 8.5em;
  z-index: 101;
}
.contactRow h2 {
  color: #68625e;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
.contactRow a {
  color: #68625e;
}
.contactRow li {
  border-top: 1px solid #c4beb7;
  float: left;
  margin-right: 6%;
  margin-bottom: 20px;
  padding-top: 0.75em;
  min-width: 190px;
  width: 16%;
  transition: width .2s linear;
}
.contactRow li.wide {
  width: 46%;
}
.contactRow li strong {
  font-weight: 600;
}
.contactRow .leftCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 1em;
  width: 50%;
}
.contactRow .rightCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.contactRow .txt {
  color: #68625e !important;
  font-size: 0.844em;
  line-height: 1.75;
  letter-spacing: 1px;
}
.contactRow .txt a {
  color: #d0b189 !important;
}
.contactRow .txt span {
  color: #f9f8f2 !important;
}
.contactRow .txt * {
  font-size: 1em !important;
}
@media all and (max-width: 1450px) {
  .contactRow {
    padding-bottom: 60px;
  }
  .contactRow .widgetOuterCont {
    position: static;
  }
}
@media all and (max-width: 800px) {
  .contactRow {
    padding-bottom: 40px;
  }
  .contactRow li {
    margin-bottom: 3em;
  }
}
.contactRowWithFormAside {
  background-color: #f8f4f2;
  padding: 0 0 5em;
}
.contactRowWithFormAside .commonHeader {
  margin-bottom: 0.5em;
}
.contactRowWithFormAside .leftCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
}
.contactRowWithFormAside .rightCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 5%;
  width: 50%;
}
.contactRowWithFormAside .rightCol a {
  color: #f7931e;
}
.contactRowWithFormAside .rightCol b {
  color: #252525;
}
.contactRowWithFormAside .rightCol p {
  margin-bottom: 1.5em;
}
.contactRowWithFormAside .rightCol .doubleLineHeight {
  line-height: 2;
}
.contactRowWithFormAside .asideContactForm .button {
  float: right;
}
.contactRowWithFormAside .asideContactForm .fieldRow,
.contactRowWithFormAside .asideContactForm .doubleFieldRow {
  margin-bottom: 1.875em;
}
.contactRowWithFormAside .asideContactForm .fieldRow input,
.contactRowWithFormAside .asideContactForm .fieldRow textarea,
.contactRowWithFormAside .asideContactForm .doubleFieldRow input,
.contactRowWithFormAside .asideContactForm .doubleFieldRow textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8b087;
  color: #858585;
  font-size: 0.875em;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}
.contactRowWithFormAside .asideContactForm .fieldRow input,
.contactRowWithFormAside .asideContactForm .doubleFieldRow input {
  height: 3.429em;
  line-height: 3.429em;
}
.contactRowWithFormAside .asideContactForm .fieldRow textarea,
.contactRowWithFormAside .asideContactForm .doubleFieldRow textarea {
  min-height: 12.143em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.contactRowWithFormAside .asideContactForm .doubleFieldRow input {
  width: 47.5%;
}
.contactRowWithFormAside .asideContactForm .doubleFieldRow input:first-of-type {
  margin-right: 5%;
}
@media all and (max-width: 840px) {
  .contactRowWithFormAside {
    padding: 3em 0 3.5em;
  }
  .contactRowWithFormAside .leftCol,
  .contactRowWithFormAside .rightCol {
    float: none;
    width: 100%;
  }
  .contactRowWithFormAside .leftCol {
    margin-bottom: 3em;
  }
}
@media all and (max-width: 480px) {
  .contactRowWithFormAside .asideContactForm .doubleFieldRow input,
  .contactRowWithFormAside .asideContactForm .doubleFieldRow textarea,
  .contactRowWithFormAside .asideContactForm .doubleFieldRow select {
    margin-right: 0 !important;
    margin-bottom: 1.875em;
    width: 100%;
  }
  .contactRowWithFormAside .asideContactForm .doubleFieldRow input:last-of-type,
  .contactRowWithFormAside .asideContactForm .doubleFieldRow textarea:last-of-type,
  .contactRowWithFormAside .asideContactForm .doubleFieldRow select:last-of-type {
    margin-bottom: 0;
  }
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
ul,
li,
input,
img,
div {
  border: 0 none;
  margin: 0;
  padding: 0;
}
a {
  color: #8d847d;
  text-decoration: none;
}
a:hover {
  color: #8d847d;
  text-decoration: underline;
}
ul {
  list-style: none;
}
img {
  border: 0 none;
}
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #8d847d;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  overflow-x: hidden;
  padding: 130px 0 0;
}
@media all and (max-width: 380px) {
  body {
    overflow-x: initial;
  }
}
.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  min-width: 280px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 1170px;
  z-index: 100;
}
.cmsOutput ul {
  list-style: disc inside;
}
.cmsOutput ul li {
  margin-left: 1em;
}
.cmsOutput img {
  height: auto;
  max-width: 100%;
}
.pdfLinkCms {
  color: #747474 !important;
  font-weight: 700 !important;
  position: relative;
}
.pdfLinkCms:after {
  content: '';
  margin-left: 1.5em;
  background-image: url('/img/sprite.png');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: -514px -104px;
  width: 61px;
  height: 30px;
  margin-top: -1px;
}
.fc .fc-header-toolbar .fc-left {
  color: #747474;
  text-transform: capitalize;
}
.fc .fc-header-toolbar .fc-left h2 {
  font-size: 18px;
}
.fc .fc-header-toolbar .fc-right {
  font-size: 13px;
}
.fc .fc-head-container {
  border-width: 0;
}
.fc th {
  border-width: 0;
  text-align: center;
}
.fc td {
  border-width: 1px 0 0 0;
  text-align: center;
}
.fc .fc-day-header {
  color: #2c3e50;
  font-size: 12px;
  text-transform: uppercase;
}
.fc.fc-ltr .fc-dayGrid-view .fc-day-top {
  color: #2c3e50;
}
.fc.fc-ltr .fc-dayGrid-view .fc-day-top.fc-past {
  color: #8f98a2;
}
.fc.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  display: block;
  float: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  height: 40px;
  position: relative;
  top: 10px;
}
.fc a.fc-event {
  border-radius: 8px;
  display: inline-block;
  font-size: 0;
  height: 8px;
  margin: 2px;
  position: relative;
  top: -4px;
  vertical-align: top;
  width: 8px;
}
.fc .fc-event-category-0 {
  background-color: #305e9b !important;
  border-color: #305e9b !important;
}
.fc .fc-event-category-1 {
  background-color: #f8b32f !important;
  border-color: #f8b32f !important;
}
.fc .fc-event-category-2 {
  background-color: #f8632f !important;
  border-color: #f8632f !important;
}
.fc .fc-event-category-3 {
  background-color: #e50f0f !important;
  border-color: #e50f0f !important;
}
.fc .fc-event-category-4 {
  background-color: #6eba45 !important;
  border-color: #6eba45 !important;
}
.fc .fc-event-category-5 {
  background-color: #9f61af !important;
  border-color: #9f61af !important;
}
.fc .fc-event-category-6 {
  background-color: #49c7ab !important;
  border-color: #49c7ab !important;
}
.fc .fc-event-category-7 {
  background-color: #5c5c5c !important;
  border-color: #5c5c5c !important;
}
.doubleLineHeight {
  line-height: 2;
}
.tripleLineHeight {
  line-height: 3;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button !important;
}
.noPaddingBottom {
  padding-bottom: 0 !important;
}
.noPaddingTop {
  padding-top: 0 !important;
}
.pdfLink,
.docLink {
  color: #747474 !important;
  font-weight: 700 !important;
}
.pdfLink .ico-pdf-download,
.docLink .ico-pdf-download {
  margin-left: 1.5em;
}
.pdfLink .ico-doc-download,
.docLink .ico-doc-download {
  margin-left: 1.5em;
}
.filesList .name {
  display: block;
  font-size: 0.813em;
  margin-bottom: 0.5em;
}
.filesList li {
  margin-bottom: 2em;
}
.linksList li {
  margin-bottom: 1em;
}
.linksList .desc {
  display: block;
  font-size: 0.813em;
  font-weight: 700;
}
.linksList a {
  font-size: 0.813em;
}
.zebraSections section:nth-child(even) {
  background-color: #faf8f6;
  margin-top: 4em;
  padding-bottom: 3em;
}
.zebraSections section:nth-child(even):last-of-type {
  margin-bottom: -3em;
}
.paginationCont {
  margin-top: 3em;
  text-align: center;
}
.paginationCont a {
  color: #c2bbb4;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.paginationCont a.active {
  color: #1b4d91;
  font-weight: 700;
}
.paginationCont .prevPage {
  margin-right: 2em;
}
.paginationCont .nextPage {
  margin-left: 2em;
}
.breadcrumbsCont {
  text-transform: uppercase;
}
.breadcrumbsCont .container {
  border-bottom: 1px solid #ece8e4;
  margin-bottom: 2em;
  padding-top: 2.25em;
  padding-bottom: 0.5em;
}
.breadcrumbsCont .printWholePage {
  color: #747474;
  float: right;
  font-size: 0.813em;
  text-transform: none;
}
.breadcrumbsCont .breadcrumbsLink {
  color: #2e5c9a;
  font-size: 0.813em;
}
.breadcrumbsCont .notClickable {
  color: #747474;
  font-size: 0.813em;
}
.breadcrumbsCont .item:after {
  content: '>';
  margin-left: 0.25em;
  margin-right: 0.5em;
}
.breadcrumbsCont .item:last-child:after {
  display: none;
}
.twoColumns {
  overflow: hidden;
}
.twoColumns.withBg .leftCol,
.twoColumns.withBg .rightCol {
  margin-bottom: -200vh;
  padding-bottom: 200vh;
}
.twoColumns.withBg .leftCol:before,
.twoColumns.withBg .rightCol:before {
  background-color: #f3f3f4;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 50vw;
  z-index: -1;
}
.twoColumns.withBg .rightCol:before {
  background-color: #faf8f6;
  left: 0;
  right: auto;
}
.twoColumns .leftCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: -200vh;
  padding-right: 1.75em;
  padding-bottom: 200vh;
  position: relative;
  width: 50%;
}
.twoColumns .rightCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 1.75em;
  position: relative;
  width: 50%;
}
@media all and (max-width: 840px) {
  .twoColumns .leftCol,
  .twoColumns .rightCol {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .twoColumns .rightCol {
    margin-top: 2em;
  }
}
.slick-dots {
  margin-top: 0.5em;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.25em;
}
.slick-dots li button {
  background-color: #E5E5E5;
  border: 0;
  border-radius: 16px;
  height: 16px;
  font-size: 0;
  outline: 0 none;
  padding: 0;
  width: 16px;
}
.slick-dots li.slick-active button {
  background-color: #1b4d91;
}
.commonHeader {
  color: #000;
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.25em;
  padding-top: 1.75em;
  padding-bottom: 0.75em;
  position: relative;
}
.commonHeader.medium {
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 1px;
}
.commonHeader.noUnderline:after {
  display: none;
}
.commonHeader:after {
  background: #dc8d4e;
  border: 1px solid #eeceb5;
  content: '';
  display: block;
  height: 2px;
  max-width: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,-0.75em);
  width: 138px;
}
.commonHeader a {
  color: #2e5c9a;
}
.commonHeader.noPaddingTop {
  padding-top: 0;
}
.commonHeader small {
  color: #747474;
  display: block;
  font-size: 0.5em;
}
.commonSubHeader {
  color: #747474;
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 1em;
  padding-top: 1.75em;
}
.commonSubHeader .date {
  float: right;
  font-size: 0.7em;
  font-weight: 400;
  margin-left: 3em;
}
.commonTxtCont {
  line-height: 2;
  letter-spacing: 0;
}
.commonTxtCont h2 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
.commonTxtCont h3 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
.commonTxtCont a {
  color: #662483;
  text-decoration: none;
}
.commonTxtCont a:hover {
  text-decoration: underline;
}
.commonTxtCont .indent {
  margin-right: 1.5em;
}
.commonTxtCont .leftCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 4%;
  width: 50%;
}
.commonTxtCont .rightCol {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 4%;
  width: 50%;
}
.commonTxtCont .photoCont img {
  display: block;
  height: auto;
  max-width: 100%;
}
.commonTxtCont .thin {
  width: 40% !important;
}
.commonTxtCont .wide {
  width: 60% !important;
}
.commonTxtCont cite {
  display: block;
  margin: 0.75em auto;
  text-align: center;
}
.commonTxtCont ul,
.commonTxtCont ol {
  font-size: 0.813em;
}
.commonTxtCont ul {
  list-style: outside disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.25em;
}
.commonTxtCont ul.dashed {
  list-style-type: none;
}
.commonTxtCont ul.dashed > li {
  text-indent: -5px;
}
.commonTxtCont ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}
.whiteTxt {
  color: #fff !important;
}
.transparent {
  color: transparent !important;
}
.button {
  background-color: #fff;
  border: 1px solid #6f6e6e;
  color: #000;
  display: inline-block;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 8px 16px;
  -webkit-transition: background-color .1s ease-in, border-color .1s ease-in, color .1s ease-in;
  -moz-transition: background-color .1s ease-in, border-color .1s ease-in, color .1s ease-in;
  -ms-transition: background-color .1s ease-in, border-color .1s ease-in, color .1s ease-in;
  -o-transition: background-color .1s ease-in, border-color .1s ease-in, color .1s ease-in;
  text-transform: uppercase;
  white-space: nowrap;
}
.button.bg-transparent {
  background-color: transparent;
}
.button:hover {
  background-color: #c8dbe3;
  border-color: #000;
  text-decoration: none;
}
.button:hover:after {
  background-position: -554px -29px;
}
.button.onWhiteBg {
  border-color: #ebe7e3;
  color: #1b4d91;
}
.button.onWhiteBg:after {
  background-position: -554px -29px;
}
.button.wide {
  padding-left: 24px;
  padding-right: 24px;
}
.button.xs {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 8px 12px;
}
.button.prev:after {
  display: none !important;
}
.button.prev:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('/img/sprite.png');
  background-position: -554px -70px;
  background-repeat: no-repeat;
  display: inline-block;
  content: '';
  height: 17px;
  margin-right: 1em;
  vertical-align: middle;
  width: 10px;
}
.button.prev.onWhiteBg:after {
  background-position: -554px -70px;
}
.commonPagePadding {
  padding: 2em 15px 3em;
}
.textBlockCont {
  border-top: 1px solid #e6dfd4;
  min-height: 35vw;
  position: relative;
}
.textBlockCont:before {
  content: '';
  display: block;
  background: #d0b189;
  height: 2px;
  left: 0;
  max-width: 200px;
  position: absolute;
  top: 0;
  width: 20%;
}
.textBlockCont h1 {
  color: #d0b189;
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 1em;
}
.textBlockCont p {
  font-size: 0.875em;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-bottom: 1.5em;
}
.submitHelper {
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-size: 0;
  position: absolute;
  border: 0 none;
  padding: 0;
  background-color: transparent;
}
.triangleTop:after {
  content: "";
  position: absolute;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: #000 transparent;
  display: block;
  width: 0;
  top: -10px;
  left: 50%;
  margin-left: -12px;
}
.curtainRelative {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #aaa;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 99;
}
.curtainRelative .loader {
  background: url("/img/loader.gif") no-repeat center center;
  height: 32px;
  left: 50%;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 50%;
  width: 32px;
  z-index: 100;
}
.curtainFull {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=7);
  z-index: 1110;
}
.curtainFull .loader {
  left: 49%;
  position: fixed;
  top: 49%;
  z-index: 111;
}
.messageBox {
  background-color: #fff;
  color: #333;
  font-size: 18px;
  line-height: 1.2;
  padding: 25px 45px;
}
.messageBox.dark {
  background-color: #6a7356;
  color: #fff;
}
.messageBox .title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 50px;
}
.messageBox .title.warning {
  color: #8B0000;
}
.messageBox .title.info {
  color: #000080;
}
.messageBox .title.error {
  color: #ff0000;
}
.absoluteMessageBox {
  position: fixed;
  left: 50%;
  margin-left: -200px;
  overflow: hidden;
  top: 25%;
  text-overflow: elipsis;
  width: 400px;
  z-index: 1111;
}
.absoluteMessageBox.xl {
  width: 750px;
  margin-left: -375px;
}
.lbClose {
  color: #000;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
@keyframes around {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ico-go-to-top {
  margin-top: -22.5px;
  position: fixed;
  right: 0;
  top: 89%;
  z-index: 102;
}
.headerCont {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #fff;
  height: 130px;
  left: 0;
  padding-top: 39px;
  position: fixed;
  top: 0;
  transition: all .05s ease-in;
  width: 100%;
  z-index: 999;
}
.headerCont.toFront {
  z-index: 2000;
}
.headerCont .logo img {
  max-width: 80%;
  height: auto;
}
.headerCont .logo:hover {
  text-decoration: none;
}
.headerCont.slim {
  height: 80px;
  padding-top: 15px;
}
.headerCont.slim .logo img {
  height: auto;
  max-width: 100%;
  width: 220px;
}
.headerCont.slim .logo .licenceInfoMobileVersion {
  font-size: 12px;
  margin-top: 0.25em;
}
.headerCont.slim .simpleMenu {
  margin-top: 0.375em;
}
.headerCont.slim .simpleMenu .firstLevelItem a {
  font-size: 1.125em;
}
.headerCont .inputContainer {
  position: relative;
}
.headerCont .icon-container {
  display: none;
  position: absolute;
  right: 33px;
  top: 10px;
  z-index: 99999;
}
.headerCont .loader {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  animation: around 5.4s infinite;
}
.headerCont .loader::after,
.headerCont .loader::before {
  content: "";
  background: white;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: around 0.7s ease-in-out infinite;
}
.headerCont .loader::after {
  animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}
.headerCont .simpleMenu {
  font-weight: 700;
  margin-top: 0.55em;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem .accordionMenu a {
  font-size: 1em !important;
  text-transform: uppercase;
}
.headerCont {
  background-color: #fff;
}
.headerCont .burger {
  display: none !important;
  cursor: pointer;
  float: right;
  font-size: 26px;
  font-weight: 600;
  margin-top: -11px;
}
.headerCont .simpleMenu {
  float: right;
}
.headerCont .simpleMenu.uppercase .firstLevelItem {
  text-transform: uppercase;
}
.headerCont .simpleMenu.borderedItemsOnHover .firstLevelItem a {
  border: 2px solid transparent;
}
.headerCont .simpleMenu.borderedItemsOnHover .firstLevelItem a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #68625e;
  transition: width .3s;
}
.headerCont .simpleMenu.borderedItemsOnHover .firstLevelItem a:hover:after,
.headerCont .simpleMenu.borderedItemsOnHover .firstLevelItem a.active:after {
  width: 100%;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem  .accordionMenu {
  text-transform: none;
  font-weight: 400;
  border-top: 0;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem  .accordionMenu li {
  white-space: nowrap;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem  .accordionMenu a,
.headerCont .simpleMenu.withSubmenu .firstLevelItem  .accordionMenu label {
  color: #2e5c9a;
  font-size: 0.750rem;
  line-height: 1.875rem;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem  .accordionMenu > a,
.headerCont .simpleMenu.withSubmenu .firstLevelItem  .accordionMenu > label {
  padding-left: 1rem;
  padding-right: 1rem;
}
.headerCont .simpleMenu .firstLevelItem {
  float: left;
  line-height: 1.2;
}
.headerCont .simpleMenu .firstLevelItem.menuIconsCont {
  top: -2px;
}
.headerCont .simpleMenu .firstLevelItem a {
  color: #68625e;
  display: block;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 3px;
  margin: 0;
  padding: 0.325em 0.75em;
  transition: color .3s;
  text-decoration: none;
}
.headerCont .simpleMenu .firstLevelItem a:hover,
.headerCont .simpleMenu .firstLevelItem a.active {
  color: #000;
  text-decoration: none;
}
.headerCont .simpleMenu .firstLevelItem a.spriteOuterCont {
  display: inline-block;
  margin-left: 0.25em;
  padding-left: 0;
  padding-right: 0;
}
.headerCont .simpleMenu .firstLevelItem a.spriteOuterCont.fbOuterCont {
  margin-left: 0.75em;
}
.headerCont .simpleMenu .firstLevelItem a.spriteOuterCont:first-of-type {
  margin-left: 0.75em;
}
.headerCont .simpleMenu .firstLevelItem a.spriteOuterCont:after {
  display: none;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem {
  position: relative;
  padding-bottom: 16px;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem:hover ul {
  display: block;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem > ul {
  background: #fff;
  border-top: 3px solid #f8941e;
  display: none;
  left: 0;
  min-width: 100%;
  position: absolute;
  top: 100%;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem > ul:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAKCAYAAABSfLWiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpiDJ++UI6BgWEyEKcA8WsG4oE4EK8C4hwmIDEViP2AeD8Qi5JgAEi9HRBPARmSDMRXgVibSINgBmgC8XUgDgcZ8gqInYg0CN0AkL4XTFBJYgzCagBIgglJET6DJHAZgG4ILoNA9D5cBoAACxZ/wwzaBzXgLBCz4zIAm0vQDfoGNeALLgPwGQIzyAuI3wKxAy4DQAAgwACrOzEOe/6EPAAAAABJRU5ErkJggg==);
  bottom: 100%;
  left: 50%;
  transform: translate(-10px,-3px);
  position: absolute;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem .secondLevelItem {
  white-space: nowrap;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem .secondLevelItem a {
  color: #2e5c9a;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem .secondLevelItem a:hover,
.headerCont .simpleMenu.withSubmenu .firstLevelItem .secondLevelItem a.active {
  color: #535354;
}
.headerCont .simpleMenu.withSubmenu .firstLevelItem .secondLevelItem a:after {
  display: none;
}
.headerCont .accordionMenu label {
  display: block;
  padding: 0.325em 0.75em;
}
.headerCont .accordionMenu label,
.headerCont .accordionMenu a {
  position: relative;
}
.headerCont .accordionMenu label:hover:after,
.headerCont .accordionMenu a:hover:after {
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-opacity: 0.055;
  -moz-opacity: 0.055;
  opacity: 0.055;
}
.headerCont .accordionMenu .ico-arrow-right-xs {
  float: right;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.headerCont .accordionMenu .group-list a,
.headerCont .accordionMenu .group-list label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #faf8f6;
  display: block;
  padding-left: 1.75rem !important;
  min-width: 100%;
}
.headerCont .accordionMenu .group-list a:focus,
.headerCont .accordionMenu .group-list a:hover,
.headerCont .accordionMenu .group-list label:focus,
.headerCont .accordionMenu .group-list label:hover {
  color: #535354 !important;
  background: #d6c5b4;
}
.headerCont .accordionMenu .sub-group-list a,
.headerCont .accordionMenu .sub-group-list label {
  padding-left: 2.5rem !important;
  margin-right: 1rem !important;
  background: #f1ebe6;
}
.headerCont .accordionMenu .sub-group-list a:focus,
.headerCont .accordionMenu .sub-group-list a:hover,
.headerCont .accordionMenu .sub-group-list label:focus,
.headerCont .accordionMenu .sub-group-list label:hover {
  color: #535354 !important;
  background: #d6c5b4;
}
.headerCont .accordionMenu .sub-sub-group-list a,
.headerCont .accordionMenu .sub-sub-group-list label {
  padding-left: 3.25rem !important;
  background: #e8dfd5;
}
.headerCont .accordionMenu .sub-sub-group-list a:focus,
.headerCont .accordionMenu .sub-sub-group-list a:hover,
.headerCont .accordionMenu .sub-sub-group-list label:focus,
.headerCont .accordionMenu .sub-sub-group-list label:hover {
  color: #535354 !important;
  background: #d6c5b4;
}
.headerCont .accordionMenu .group-list,
.headerCont .accordionMenu .sub-group-list,
.headerCont .accordionMenu .sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
}
.headerCont .accordionMenu input[type=checkbox]:checked + label + ul {
  max-height: 1000px;
}
.sidenav {
  background-color: rgba(0,0,0,0.9);
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  transition: 0.2s;
  width: 0;
  z-index: 1001;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav .secondLevelItem {
  margin-left: 1em;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  outline: none;
}
@media all and (max-width: 1200px) {
  .headerCont .burger {
    display: inline-block !important;
  }
  .headerCont .firstLevelItem {
    display: none;
  }
  .headerCont .firstLevelItem.menuIconsCont {
    display: block;
  }
}
@media all and (max-width: 960px) {
  .headerCont .logo .licenceInfoMobileVersion {
    display: block !important;
    visibility: visible !important;
  }
}
@media all and (max-width: 640px) {
  .headerCont {
    padding-top: 20px;
  }
}
@media all and (max-width: 360px) {
  .headerCont {
    padding-top: 10px;
  }
  .headerCont .logo img {
    margin-top: 15px;
    height: auto;
    max-width: 80%;
    width: 80%;
  }
  .headerCont .logo .licenceInfoMobileVersion {
    font-size: 12px;
  }
}
.footerCont {
  background-color: #8ccfd6;
  background: url('/img/footer_bg.svg');
}
.footerCont .container {
  padding-top: 35px;
  padding-bottom: 25px;
}
.footerCont .menuCont {
  color: #fff;
  float: right;
  text-transform: uppercase;
}
.footerCont .menuCont a {
  color: #fff;
}
.footerCont .menuCont ul {
  border-top: 1px solid #fff;
  float: left;
  margin-right: 60px;
  padding-top: 0.5em;
}
.footerCont .menuCont ul:last-of-type {
  margin-right: 0;
}
.footerCont .menuCont .title {
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.75;
}
.footerCont .menuCont .link {
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.75;
}
.footerCont {
  background-color: #6a7356;
  position: relative;
}
.footerCont .logo {
  display: block;
  height: auto;
  margin: 2em auto;
  max-width: 90%;
}
.footerCont.centered {
  text-align: center;
}
.footerCont.centered .infoCont .id2itCont {
  float: none;
  font-size: 1em;
}
.footerCont .cookiesCont {
  background-color: #6a7356;
  bottom: 0;
  display: none;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 101;
}
.footerCont .cookiesCont .container {
  text-align: center;
}
.footerCont .cookiesCont p {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.footerCont .cookiesCont p a {
  color: #fff;
  text-decoration: underline;
}
.footerCont .cookiesCont p a:hover {
  color: #fff;
}
.footerCont .cookiesCont .close-ico {
  cursor: pointer;
  float: right;
}
.footerCont .infoCont {
  letter-spacing: 3px;
  line-height: 1.6;
  font-weight: 300;
  text-transform: uppercase;
}
.footerCont .infoCont .infoTxt {
  color: #fff;
  font-size: 12px;
  margin-top: 40px;
  text-align: right;
  padding: 10px 20px;
}
.footerCont .infoCont .id2itCont {
  color: #fff;
  display: block;
}
.footerCont .infoCont .id2itCont .id2itWebsiteLink {
  color: #fff;
}
@media all and (max-width: 800px) {
  .footerCont .menuCont ul {
    float: none;
    margin-bottom: 1em;
  }
  .footerCont .menuCont ul:last-of-type {
    margin-right: 60px;
  }
}
@media all and (max-width: 640px) {
  .footerCont .infoCont .id2itCont {
    display: block;
    float: none;
    margin-bottom: 2em;
  }
}
.aboutCont section {
  padding-bottom: 5em;
}
.aboutCont .commonTxtCont p {
  margin-bottom: 2em;
  text-align: justify;
}
.aboutCont .commonTxtCont .signatureCont {
  text-align: right;
}
.aboutCont .commonTxtCont .signatureCont img {
  max-width: 95%;
  height: auto;
}
.contactCont .iframesCont iframe {
  display: block;
  width: 100%;
}
.contactCont .contactRowMapWithFormCont .leftCont {
  border-right: 0;
  display: block;
  float: none;
  padding-right: 0;
  width: 100%;
}
.contactCont .contactRowMapWithFormCont .mapCont {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: none;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}
.mainCont .colsCont {
  display: flex;
  flex-wrap: wrap;
  padding: 4em 0 2em;
}
.mainCont .colsCont .col {
  flex: 1 0 21%;
  margin-bottom: 2em;
  padding: 0 20px;
  position: relative;
  text-align: center;
}
.mainCont .colsCont .col:hover img {
  transform: scale(1.1);
}
.mainCont .colsCont .col:hover .desc {
  color: #000;
}
.mainCont .colsCont .col a:hover {
  text-decoration: none;
}
.mainCont .colsCont .col img {
  display: block;
  margin: 0 auto;
  transition: all .2s ease-in;
}
.mainCont .colsCont .col .commonHeader {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5em 0 1.25em;
}
.mainCont .colsCont .col .desc {
  display: block;
  transition: color .2s ease-in;
}
@media all and (max-width: 800px) {
  .mainCont .colsCont .col {
    flex: 1 0 30%;
  }
  .mainCont .aboutCont .signatureCont {
    margin-top: 2em;
  }
}
@media all and (max-width: 530px) {
  .mainCont .colsCont .col {
    flex: 1 0 45%;
  }
}
.offerCont {
  min-height: 80vh;
}
.offerCont h4 {
  color: #dc8d4e;
  font-size: 1.25em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.offerCont section {
  border-bottom: 1px solid #a49e98;
  margin-bottom: 3em;
  padding-bottom: 1em;
}
.fixedCont {
  min-height: 80vh;
  padding-bottom: 5em;
}
.fixedCont .topLinksCont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0.5em -0.75em 3em;
}
.fixedCont .topLinksCont span {
  border-left: 1px solid #7c7773;
  border-right: 1px solid #b9b6b4;
  height: 1.5em;
  margin-top: 0.333em;
  overflow-x: hidden;
  width: 0;
}
.fixedCont .topLinksCont a {
  display: flex;
  font-size: 1.425em;
  letter-spacing: 1px;
  color: #68625e;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  margin: 0 0.5em 0.25em;
  position: relative;
  white-space: nowrap;
}
.fixedCont .topLinksCont a:hover {
  text-decoration: none;
}
.fixedCont .topLinksCont a:hover:after {
  background: #a3c6b7;
  border: 1px solid #f3f8f6;
  content: '';
  display: block;
  height: 2px;
  max-width: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,0);
  width: 138px;
}
.fixedCont table {
  border-collapse: collapse;
  margin-bottom: 1em;
  width: 100%;
}
.fixedCont table tr:hover td,
.fixedCont table tr:hover th {
  background-color: #fbfbfb;
}
.fixedCont table td,
.fixedCont table th {
  border-color: #958d85;
  border-style: solid;
  border-width: 0 0 1px;
  letter-spacing: 0;
  padding: 8px 0;
  vertical-align: top;
}
.fixedCont table th {
  font-weight: 400;
  text-align: left;
}
.fixedCont table th b,
.fixedCont table th strong {
  font-weight: 600;
}
.fixedCont table th.indent {
  padding-left: 4em;
}
.fixedCont table th.indent:before {
  content: '• ';
}
.fixedCont table .price {
  text-align: right;
  white-space: nowrap;
}
.fixedCont table .action {
  text-align: right;
  white-space: nowrap;
}
.fixedCont table caption {
  caption-side: bottom;
  padding-top: 3em;
  text-align: left;
}
.fixedCont table .commonHeader.medium {
  padding-top: 2.5em;
  padding-bottom: 1em;
}
.fixedCont .commonTxt ol > li {
  margin-bottom: 1em;
}
.cosmetologyCont .introCont {
  padding-top: 3em;
  padding-bottom: 3em;
}
.cosmetologyCont .introCont .txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-right: 5em;
  width: 60%;
}
.cosmetologyCont .introCont .txt .commonHeader {
  padding-top: 0;
}
.cosmetologyCont .introCont p {
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.cosmetologyCont .introCont .photoMarta {
  float: right;
  height: auto;
  width: 40%;
}
.cosmetologyCont .introCont ul {
  list-style: circle inside;
  margin-bottom: 1.5em;
}
@media all and (max-width: 640px) {
  .cosmetologyCont .introCont .txt {
    float: none;
    padding-right: 0;
    width: auto;
  }
  .cosmetologyCont .introCont .photoMarta {
    display: block;
    float: none;
    margin: 0 auto 2em;
    max-width: 380px;
    width: 80%;
  }
}
@media print {
  .sliderCont,
  .mainFrontBanner,
  .headerSearchTxtResults,
  .sidenav,
  .mobileSliderCont,
  .sprite.ico-go-to-top,
  .slick-dots,
  .more,
  .menuIconsCont {
    display: none !important;
  }
  .sprite {
    -webkit-print-color-adjust: exact;
  }
  .headerCont {
    background-color: #000 !important;
    position: static;
    -webkit-print-color-adjust: exact;
  }
  .twoColumns .leftCol,
  .twoColumns .rightCol {
    display: block !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .mainCont .bigMenu .container {
    top: 0;
  }
  .slick-track {
    transform: none !important;
    width: 100% !important;
  }
}
