@charset "UTF-8";
/*!-----------------------------------------------------------------------------------

    Theme Name: Istituto Helvetico Sanders ( Desktop )
    Theme URI: https://www.sanders.it/
    Description: Istituto Helvetico Sanders Theme
    Author: Secret Key
    Author URI: http://www.secretkey.it/
    Tags: HTML5, CSS3, JS

    Version: 1.0

    Text Domain: sk_sanders

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

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

mark, .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
  width: 100%;
}

@media (min-width: 1024px) {
  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }

  input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

@font-face {
  font-family: "skicon";
  font-display: swap;
  src: url("_include/fonts/icons/skicon.eot");
  src: url("_include/fonts/icons/skicon.eot#iefix") format("embedded-opentype"), url("_include/fonts/icons/skicon.ttf") format("truetype"), url("_include/fonts/icons/skicon.woff") format("woff"), url("_include/fonts/icons/skicon.svg#skicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.sk-icon {
  font-family: "skicon" !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sk-icon-eye:before {
  content: "\e000";
}

.sk-icon-paper-clip:before {
  content: "\e001";
}

.sk-icon-mail:before {
  content: "\e002";
}

.sk-icon-toggle:before {
  content: "\e003";
}

.sk-icon-layout:before {
  content: "\e004";
}

.sk-icon-link:before {
  content: "\e005";
}

.sk-icon-bell:before {
  content: "\e006";
}

.sk-icon-lock:before {
  content: "\e007";
}

.sk-icon-unlock:before {
  content: "\e008";
}

.sk-icon-ribbon:before {
  content: "\e009";
}

.sk-icon-image:before {
  content: "\e010";
}

.sk-icon-signal:before {
  content: "\e011";
}

.sk-icon-target:before {
  content: "\e012";
}

.sk-icon-clipboard:before {
  content: "\e013";
}

.sk-icon-clock:before {
  content: "\e014";
}

.sk-icon-watch:before {
  content: "\e015";
}

.sk-icon-air-play:before {
  content: "\e016";
}

.sk-icon-camera:before {
  content: "\e017";
}

.sk-icon-video:before {
  content: "\e018";
}

.sk-icon-disc:before {
  content: "\e019";
}

.sk-icon-printer:before {
  content: "\e020";
}

.sk-icon-monitor:before {
  content: "\e021";
}

.sk-icon-server:before {
  content: "\e022";
}

.sk-icon-cog:before {
  content: "\e023";
}

.sk-icon-heart:before {
  content: "\e024";
}

.sk-icon-paragraph:before {
  content: "\e025";
}

.sk-icon-align-justify:before {
  content: "\e026";
}

.sk-icon-align-left:before {
  content: "\e027";
}

.sk-icon-align-center:before {
  content: "\e028";
}

.sk-icon-align-right:before {
  content: "\e029";
}

.sk-icon-book:before {
  content: "\e030";
}

.sk-icon-layers:before {
  content: "\e031";
}

.sk-icon-stack:before {
  content: "\e032";
}

.sk-icon-stack-2:before {
  content: "\e033";
}

.sk-icon-paper:before {
  content: "\e034";
}

.sk-icon-paper-stack:before {
  content: "\e035";
}

.sk-icon-search:before {
  content: "\e036";
}

.sk-icon-zoom-in:before {
  content: "\e037";
}

.sk-icon-zoom-out:before {
  content: "\e038";
}

.sk-icon-reply:before {
  content: "\e039";
}

.sk-icon-circle-plus:before {
  content: "\e040";
}

.sk-icon-circle-minus:before {
  content: "\e041";
}

.sk-icon-circle-check:before {
  content: "\e042";
}

.sk-icon-circle-cross:before {
  content: "\e043";
}

.sk-icon-square-plus:before {
  content: "\e044";
}

.sk-icon-square-minus:before {
  content: "\e045";
}

.sk-icon-square-check:before {
  content: "\e046";
}

.sk-icon-square-cross:before {
  content: "\e047";
}

.sk-icon-microphone:before {
  content: "\e048";
}

.sk-icon-record:before {
  content: "\e049";
}

.sk-icon-skip-back:before {
  content: "\e050";
}

.sk-icon-rewind:before {
  content: "\e051";
}

.sk-icon-play:before {
  content: "\e052";
}

.sk-icon-pause:before {
  content: "\e053";
}

.sk-icon-stop:before {
  content: "\e054";
}

.sk-icon-fast-forward:before {
  content: "\e055";
}

.sk-icon-skip-forward:before {
  content: "\e056";
}

.sk-icon-shuffle:before {
  content: "\e057";
}

.sk-icon-repeat:before {
  content: "\e058";
}

.sk-icon-folder:before {
  content: "\e059";
}

.sk-icon-umbrella:before {
  content: "\e060";
}

.sk-icon-moon:before {
  content: "\e061";
}

.sk-icon-thermometer:before {
  content: "\e062";
}

.sk-icon-drop:before {
  content: "\e063";
}

.sk-icon-sun:before {
  content: "\e064";
}

.sk-icon-cloud:before {
  content: "\e065";
}

.sk-icon-cloud-upload:before {
  content: "\e066";
}

.sk-icon-cloud-download:before {
  content: "\e067";
}

.sk-icon-upload:before {
  content: "\e068";
}

.sk-icon-download:before {
  content: "\e069";
}

.sk-icon-location:before {
  content: "\e070";
}

.sk-icon-location-2:before {
  content: "\e071";
}

.sk-icon-map:before {
  content: "\e072";
}

.sk-icon-battery:before {
  content: "\e073";
}

.sk-icon-head:before {
  content: "\e074";
}

.sk-icon-briefcase:before {
  content: "\e075";
}

.sk-icon-speech-bubble:before {
  content: "\e076";
}

.sk-icon-anchor:before {
  content: "\e077";
}

.sk-icon-globe:before {
  content: "\e078";
}

.sk-icon-box:before {
  content: "\e079";
}

.sk-icon-reload:before {
  content: "\e080";
}

.sk-icon-share:before {
  content: "\e081";
}

.sk-icon-marquee:before {
  content: "\e082";
}

.sk-icon-marquee-plus:before {
  content: "\e083";
}

.sk-icon-marquee-minus:before {
  content: "\e084";
}

.sk-icon-tag:before {
  content: "\e085";
}

.sk-icon-power:before {
  content: "\e086";
}

.sk-icon-command:before {
  content: "\e087";
}

.sk-icon-alt:before {
  content: "\e088";
}

.sk-icon-esc:before {
  content: "\e089";
}

.sk-icon-bar-graph:before {
  content: "\e090";
}

.sk-icon-bar-graph-2:before {
  content: "\e091";
}

.sk-icon-pie-graph:before {
  content: "\e092";
}

.sk-icon-star:before {
  content: "\e093";
}

.sk-icon-arrow-left:before {
  content: "\e094";
}

.sk-icon-arrow-right:before {
  content: "\e095";
}

.sk-icon-arrow-up:before {
  content: "\e096";
}

.sk-icon-arrow-down:before {
  content: "\e097";
}

.sk-icon-volume:before {
  content: "\e098";
}

.sk-icon-mute:before {
  content: "\e099";
}

.sk-icon-content-right:before {
  content: "\e100";
}

.sk-icon-content-left:before {
  content: "\e101";
}

.sk-icon-grid:before {
  content: "\e102";
}

.sk-icon-grid-2:before {
  content: "\e103";
}

.sk-icon-columns:before {
  content: "\e104";
}

.sk-icon-loader:before {
  content: "\e105";
}

.sk-icon-bag:before {
  content: "\e106";
}

.sk-icon-ban:before {
  content: "\e107";
}

.sk-icon-flag:before {
  content: "\e108";
}

.sk-icon-trash:before {
  content: "\e109";
}

.sk-icon-expand:before {
  content: "\e110";
}

.sk-icon-contract:before {
  content: "\e111";
}

.sk-icon-maximize:before {
  content: "\e112";
}

.sk-icon-minimize:before {
  content: "\e113";
}

.sk-icon-plus2:before {
  content: "\e114";
}

.sk-icon-minus2:before {
  content: "\e115";
}

.sk-icon-check2:before {
  content: "\e116";
}

.sk-icon-cross:before {
  content: "\e117";
}

.sk-icon-move:before {
  content: "\e118";
}

.sk-icon-delete:before {
  content: "\e119";
}

.sk-icon-menu:before {
  content: "\e120";
}

.sk-icon-archive:before {
  content: "\e121";
}

.sk-icon-inbox:before {
  content: "\e122";
}

.sk-icon-outbox:before {
  content: "\e123";
}

.sk-icon-file:before {
  content: "\e124";
}

.sk-icon-file-add:before {
  content: "\e125";
}

.sk-icon-file-subtract:before {
  content: "\e126";
}

.sk-icon-help:before {
  content: "\e127";
}

.sk-icon-open:before {
  content: "\e128";
}

.sk-icon-ellipsis:before {
  content: "\e129";
}

@font-face {
  font-family: "Karu";
  font-display: swap;
  src: url("_include/fonts/typo/Karu-Light.woff2") format("woff2"), url("_include/fonts/typo/Karu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Karu";
  font-display: swap;
  src: url("_include/fonts/typo/Karu-Regular.woff2") format("woff2"), url("_include/fonts/typo/Karu-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Karu";
  font-display: swap;
  src: url("_include/fonts/typo/Karu-Medium.woff2") format("woff2"), url("_include/fonts/typo/Karu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Karu";
  font-display: swap;
  src: url("_include/fonts/typo/Karu-Bold.woff2") format("woff2"), url("_include/fonts/typo/Karu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
body,
input,
button,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #F8F8F8;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3B6D89;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

.h-title {
  color: #3B6D89;
  font-size: 4.8rem;
}
@media (max-width: 1199px) {
  .h-title {
    font-size: 4rem;
  }
}

.h-md-title {
  color: #3B6D89;
  font-size: 3.6rem;
}
@media (max-width: 1199px) {
  .h-md-title {
    font-size: 3rem;
  }
}

.h-sm-title {
  color: #3B6D89;
  font-size: 2.4rem;
}

.h-sub-title {
  color: #3B6D89;
  font-size: 2.4rem;
  font-weight: 500;
}

/* TEXT COLORS */
.text-blue {
  color: #3B6D89;
}
.text-blue--italic {
  font-style: italic;
}

::-moz-selection {
  background: #878787;
  color: #F8F8F8;
}

::selection {
  background: #878787;
  color: #F8F8F8;
}

::-moz-selection {
  background: #878787;
  color: #F8F8F8;
}

html {
  position: relative;
  width: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth !important;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #878787;
  scroll-behavior: smooth !important;
}

a {
  color: #878787;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  outline: none !important;
  transition: color 0.25s ease;
}
.no-js a:hover, .no-js a:focus, .js.no-touchevents a:hover, .js.no-touchevents a:focus, .js.touchevents a:active {
  outline: 0;
  text-decoration: none;
}
a img {
  border: none;
}

b,
strong {
  font-weight: bold;
}

p {
  padding: 0.6em 0;
  margin: 0;
}

ul,
ol {
  margin: 10px 20px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 30px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.full-img-responsive {
  max-width: none;
  width: 100%;
  height: auto;
  display: block;
}
img.alignleft {
  margin: 6px 18px 10px 0;
}
img.alignright {
  margin: 6px 0 10px 18px;
}
img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}
img.alignnone {
  display: block;
  margin: 20px 0;
}

.svg-data {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  line-height: 0;
  vertical-align: baseline;
}
.svg-data svg {
  width: 100%;
  height: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  margin: 30px 30px 10px;
  max-width: 100%;
  text-align: center;
  font-style: italic;
}
.wp-caption .wp-image-link {
  margin: 0;
}

.wp-caption.aligncenter {
  margin: 20px auto;
}

.wp-caption.alignleft {
  margin-left: 0;
}

.wp-caption.alignright {
  margin-right: 0;
}

.wp-caption img,
.wp-caption img a {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-text {
  font-size: 1.8rem;
  margin: 10px 0 0 0;
  padding: 5px;
  color: #9993A8;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 13px;
}

/*
.wp-image-link {
    position: relative;
    margin: 10px 30px;
    background: $black;
    display: block;

    img {
        margin: 0;
        opacity: 0;
        @include transition( opacity 0.5s ease-in-out 0.1s );

        &.loaded {
            opacity: 1;
        }

    }

    &:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.15);
        @include transition( background 0.2s ease-in-out 0s );
        z-index: 2;
    }

    @include touch-hover() {

        &:after {
            background: rgba(0,0,0,0.5);
        }

    }

}
*/
.gallery-caption {
  margin-left: 0;
  font-style: italic;
}

blockquote cite {
  font-size: 1.3rem;
  display: block;
  margin-top: 20px;
}
blockquote cite:before {
  content: "-";
  margin: 0 9px;
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 24px;
  scroll-behavior: smooth !important;
}

abbr[title],
acronym[title],
dfn[title] {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

.through {
  text-decoration: line-through;
}

pre,
code {
  padding: 0 3px 2px;
  border-radius: 3px;
  color: #232527;
  font-size: 1.2rem;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  border: 1px solid #DDE4E9;
  background-color: #F6F6F6;
  color: #232527;
  white-space: nowrap;
}

pre {
  display: block;
  margin: 20px 0 0 0;
  padding: 25px !important;
  border: 1px solid #DDE4E9;
  border-radius: 4px;
  background-color: #FCFCFC;
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 50px 50px;
  white-space: pre;
  word-wrap: normal;
  word-break: break-all;
  font-size: 1.2rem;
  line-height: 2.5rem;
  overflow-x: visible;
  overflow-y: hidden;
}

pre code {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
}

.pre-scrollable {
  overflow-y: scroll;
  max-height: 340px;
}

table {
  width: 100%;
  border: 1px solid #EFEFEF;
  text-align: left;
}
table tr {
  border-top: 1px solid #EFEFEF;
}
table th,
table td {
  min-height: 41px;
  padding: 10px 14px 8px;
  border-right: 1px solid #EFEFEF;
}
table thead tr {
  border-top: none;
}
table thead h4 {
  font-size: 1rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

iframe,
object,
embed {
  max-width: 100%;
  border: none;
}

.sticky, .bypostauthor {
  content: "";
}

form,
.sk-form,
.sk-form-wrap {
  position: relative;
  float: left;
  width: 100%;
}

.sk-form .sk-form-modal-response {
  display: none;
}
.sk-form .sk-inputs-wrapper {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 26px;
}
.sk-form .sk-inputs-wrapper.min {
  margin-bottom: 18px;
}
.sk-form .sk-inputs-wrapper.check {
  margin: 15px 0 20px;
}
.sk-form .sk-inputs-wrapper.last {
  margin-bottom: 0 !important;
}
.sk-form .sk-input {
  position: relative;
  float: left;
}
.sk-form .sk-input > label {
  width: 100%;
  display: block;
  margin: 0;
}
.sk-form .sk-input.field-25 {
  width: 25%;
  padding: 0 10px;
}
.sk-form .sk-input.field-25.first {
  padding-left: 0;
}
.sk-form .sk-input.field-25.last {
  padding-right: 0;
}
.sk-form .sk-input.field-30 {
  width: 30%;
}
.sk-form .sk-input.field-30.first {
  padding-right: 10px;
}
.sk-form .sk-input.field-30.last {
  padding-left: 10px;
}
.sk-form .sk-input.field-33 {
  width: 33.3333%;
  padding: 0 10px;
}
.sk-form .sk-input.field-33.first {
  padding-left: 0;
}
.sk-form .sk-input.field-33.last {
  padding-right: 0;
}
.sk-form .sk-input.field-45 {
  width: 45%;
}
.sk-form .sk-input.field-45.first {
  padding-right: 10px;
}
.sk-form .sk-input.field-45.last {
  padding-left: 10px;
}
.sk-form .sk-input.field-50 {
  width: 50%;
}
.sk-form .sk-input.field-50.first {
  padding-right: 10px;
}
.sk-form .sk-input.field-50.last {
  padding-left: 10px;
}
.sk-form .sk-input.field-55 {
  width: 55%;
}
.sk-form .sk-input.field-55.first {
  padding-right: 10px;
}
.sk-form .sk-input.field-55.last {
  padding-left: 10px;
}
.sk-form .sk-input.field-60 {
  width: 60%;
}
.sk-form .sk-input.field-60.first {
  padding-right: 10px;
}
.sk-form .sk-input.field-60.last {
  padding-left: 10px;
}
.sk-form .sk-input.field-70 {
  width: 70%;
}
.sk-form .sk-input.field-70.first {
  padding-right: 10px;
}
.sk-form .sk-input.field-70.last {
  padding-left: 10px;
}
.sk-form .sk-input.field-100 {
  width: 100%;
}
.sk-form .sk-form-response {
  position: relative;
  float: left;
  width: 100%;
}
.sk-form .sk-form-response .f-output {
  color: #F8F8F8;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.sk-form .sk-form-response .f-output.f-error {
  color: #FF0000;
}
.sk-form .sk-form-response .f-output.f-success {
  color: #417505;
}
.sk-form .sk-form-response.t-white .f-output.f-error, .sk-form .sk-form-response.t-white .f-output.f-success {
  color: #FFFFFF;
}
.sk-form .sk-inputs-fields {
  opacity: 1;
  transition: opacity 0.215s ease-in-out 0s;
}
.sk-form .sk-inputs-fields.is-load {
  opacity: 0.35;
  pointer-events: none;
}
.sk-form .sk-form-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.sk-form .sk-form-loader.is-load {
  opacity: 1;
  visibility: visible;
  display: block;
}
.sk-form .sk-form-loader .form-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3E%3Cg transform='translate%281 1%29'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-opacity='0.5' d='M18,7.747c5.521,0,10,4.591,10,10.251 c0,5.666-4.479,10.256-10,10.256c-5.522,0-10-4.59-10-10.256C8,12.338,12.478,7.747,18,7.747z'/%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' d='M28,17.998c0-5.66-4.479-10.251-10-10.251'%3E%3CanimateTransform fill='remove' type='rotate' attributeName='transform' from='0 18 18' to='360 18 18' dur='0.5s' repeatCount='indefinite' accumulate='none' additive='replace' calcMode='linear' restart='always'%3E%3C/animateTransform%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.sk-form .sk-form-loader .form-spinner.l-azure {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3E%3Cg transform='translate%281 1%29'%3E%3Cpath fill='none' stroke='%2351B0CB' stroke-width='3' stroke-opacity='0.5' d='M18,7.747c5.521,0,10,4.591,10,10.251 c0,5.666-4.479,10.256-10,10.256c-5.522,0-10-4.59-10-10.256C8,12.338,12.478,7.747,18,7.747z'/%3E%3Cpath fill='none' stroke='%2351B0CB' stroke-width='3' d='M28,17.998c0-5.66-4.479-10.251-10-10.251'%3E%3CanimateTransform fill='remove' type='rotate' attributeName='transform' from='0 18 18' to='360 18 18' dur='0.5s' repeatCount='indefinite' accumulate='none' additive='replace' calcMode='linear' restart='always'%3E%3C/animateTransform%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.sk-form .lbl-f {
  position: relative;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.sk-form .lbl-f i {
  color: #FF0000;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000;
  opacity: 0.5;
}

input::placeholder,
textarea::placeholder {
  color: #000000;
  opacity: 0.5;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  opacity: 1;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 1;
}

input,
button,
select,
textarea,
input:focus,
textarea:focus,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 0;
}

label {
  outline: 0 none;
}

textarea {
  min-height: 200px;
  overflow: auto;
  resize: vertical;
}

input.sk-input-default,
select.sk-input-select,
textarea.sk-input-textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  color: #F8F8F8;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: normal;
  padding: 12px 20px 14px;
  margin: 0;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  resize: none;
}

input.sk-input-default,
textarea.sk-input-textarea {
  background: transparent;
  transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s, border 0.215s ease-in-out 0s;
}
input.sk-input-default:focus,
textarea.sk-input-textarea:focus {
  border-color: #F8F8F8;
  background: #FFFFFF;
}
input.sk-input-default.f-required,
textarea.sk-input-textarea.f-required {
  background: #FFDADA !important;
  border-color: #FF0000 !important;
}

select.sk-input-select {
  background-color: #FFFFFF;
  background-image: url(_include/img/select_arrow.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 22px 20px;
  cursor: pointer;
  transition: border 0.215s ease-in-out 0s;
}
select.sk-input-select option[disabled] {
  display: none;
}
select.sk-input-select.f-required {
  border-color: #FF0000 !important;
}

input[type=checkbox].sk-input-checkbox:not(:checked), input[type=checkbox].sk-input-checkbox:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].sk-input-checkbox:not(:checked) + label, input[type=checkbox].sk-input-checkbox:checked + label {
  position: relative;
  width: auto;
  padding-top: 2px;
  padding-left: 25px;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /*            
  @include touch-hover() {

      &:before {
          background: $white;
      }

  }
  */
}
input[type=checkbox].sk-input-checkbox:not(:checked) + label:before, input[type=checkbox].sk-input-checkbox:checked + label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  background: #FFFFFF;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
input[type=checkbox].sk-input-checkbox:not(:checked) + label:after, input[type=checkbox].sk-input-checkbox:checked + label:after {
  font-family: "skicon";
  content: "\e116";
  position: absolute;
  top: 0;
  left: 2px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #51B0CB;
  transition: opacity 0.2s ease-in-out;
}
input[type=checkbox].sk-input-checkbox:not(:checked) + label.is--red:after, input[type=checkbox].sk-input-checkbox:checked + label.is--red:after {
  color: #F5333F;
}
input[type=checkbox].sk-input-checkbox.w-gray:not(:checked), input[type=checkbox].sk-input-checkbox.w-gray:checked {
  position: absolute;
  left: -9999px;
}
input[type=checkbox].sk-input-checkbox.w-gray:not(:checked) + label:before, input[type=checkbox].sk-input-checkbox.w-gray:checked + label:before {
  border: 2px solid #DADADA;
}
input[type=checkbox].sk-input-checkbox:not(:checked) + label:after {
  opacity: 0;
}
input[type=checkbox].sk-input-checkbox:checked + label:after {
  opacity: 1;
}
input[type=checkbox].sk-input-checkbox:disabled:not(:checked) + label:before, input[type=checkbox].sk-input-checkbox:disabled:checked + label:before {
  box-shadow: none;
  border-color: #E0E0E0;
  background-color: #ECECEC;
}
input[type=checkbox].sk-input-checkbox:disabled:checked + label:after {
  color: #999999;
}
input[type=checkbox].sk-input-checkbox:disabled + label {
  color: #AAAAAA;
}
input[type=checkbox].sk-input-checkbox.f-required:not(:checked) + label:before {
  background: #FFDADA !important;
  border-color: #FF0000 !important;
}

input[type=radio].sk-input-radio {
  position: absolute;
  left: -9999px;
}
input[type=radio].sk-input-radio:not(:checked), input[type=radio].sk-input-radio:checked {
  position: absolute;
  visibility: hidden;
}
input[type=radio].sk-input-radio:not(:checked) + label, input[type=radio].sk-input-radio:checked + label {
  position: relative;
  padding-top: 3px;
  padding-left: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
}
input[type=radio].sk-input-radio:not(:checked) + label:before, input[type=radio].sk-input-radio:checked + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  background: #FFFFFF;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
input[type=radio].sk-input-radio:not(:checked) + label:after, input[type=radio].sk-input-radio:checked + label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #F5333F;
  transition: opacity 0.2s ease-in-out;
}
input[type=radio].sk-input-radio:not(:checked) + label.is--azure:after, input[type=radio].sk-input-radio:checked + label.is--azure:after {
  background-color: #51B0CB !important;
}
input[type=radio].sk-input-radio:not(:checked) + label:after {
  opacity: 0;
}
input[type=radio].sk-input-radio:checked + label:after {
  opacity: 1;
}
input[type=radio].sk-input-radio:disabled:not(:checked) + label:before, input[type=radio].sk-input-radio:disabled:checked + label:before {
  box-shadow: none;
  border-color: #E0E0E0;
  background-color: #ECECEC;
}
input[type=radio].sk-input-radio:disabled:checked + label:after {
  background-color: #999999;
}
input[type=radio].sk-input-radio:disabled + label {
  color: #AAAAAA;
}

.sk-form-blu input[type=radio].sk-input-radio + label.is--azure:after,
.sk-form-azure input[type=radio].sk-input-radio + label.is--azure:after {
  background-color: #F5333F !important;
}

input[type=submit].sk-input-submit {
  position: relative;
  width: auto;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 19px 35px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  background: #F8F8F8;
  color: #FFFFFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out;
}
.no-js input[type=submit].sk-input-submit:hover, .no-js input[type=submit].sk-input-submit:focus, .js.no-touchevents input[type=submit].sk-input-submit:hover, .js.no-touchevents input[type=submit].sk-input-submit:focus, .js.touchevents input[type=submit].sk-input-submit:active {
  background: #F8F8F8;
  color: #FFFFFF;
}
input[type=submit].sk-input-submit.btn-full {
  width: 100%;
}

input[type=file].sk-input-file {
  display: none;
}

input[type=range].sk-input-range {
  -webkit-appearance: slider-horizontal;
}

input[type=password].sk-input-password {
  width: 50%;
}

.sk-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.sk-input-group .sk-input-group-btn {
  position: relative;
  width: 1%;
  font-size: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.sk-input-group .sk-input-group-btn > .sk-button {
  position: relative;
  margin-right: -1px;
}
.sk-input-group .sk-upload-text {
  position: relative;
  float: left;
  width: 100%;
  display: table-cell;
  margin-bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.sk-input-group .sk-upload-text[readonly], .sk-input-group .sk-upload-text[readonly=readonly] {
  cursor: default;
  border-color: #F8F8F8 !important;
  background: #FFFFFF !important;
}
.sk-input-group .sk-upload-text.f-required {
  border-color: #FF0000 !important;
}
.sk-input-group .sk-input-info {
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 20px;
  margin-top: 10px;
  display: block;
}

.sk-selectpicker {
  /*
  .open {

      .btn {
          color: $mine-shaft;
          background: $white;
          border-color: $mine-shaft;
      }

  }
  */
}
.sk-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder, .sk-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .sk-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .sk-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: rgba(0, 0, 0, 0.5);
}
.sk-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder .filter-option, .sk-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder:active .filter-option, .sk-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder:focus .filter-option, .sk-selectpicker .bootstrap-select > .dropdown-toggle.bs-placeholder:hover .filter-option {
  opacity: 1;
}
.sk-selectpicker .bootstrap-select.btn-group .dropdown-toggle .caret {
  right: 20px;
}
.sk-selectpicker .bootstrap-select.open:after, .sk-selectpicker .bootstrap-select.open:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 20px;
  background: #FFFFFF;
}
.sk-selectpicker .bootstrap-select.open:before {
  left: 0;
  border-left: 1px solid #EBEBEB;
}
.sk-selectpicker .bootstrap-select.open:after {
  right: 0;
  border-right: 1px solid #EBEBEB;
}
.sk-selectpicker .bootstrap-select.dropup.open:after, .sk-selectpicker .bootstrap-select.dropup.open:before {
  bottom: 36px;
}
.sk-selectpicker .bootstrap-select.dropup .dropdown-menu {
  border-radius: 6px 6px 0 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: 0 none;
  margin-top: -1px;
  box-shadow: none;
}
.sk-selectpicker .btn-default:active:hover,
.sk-selectpicker .btn-default.active:hover,
.sk-selectpicker .open > .dropdown-toggle.btn-default:hover,
.sk-selectpicker .btn-default:active:focus,
.sk-selectpicker .btn-default.active:focus,
.sk-selectpicker .open > .dropdown-toggle.btn-default:focus,
.sk-selectpicker .btn-default:active.focus,
.sk-selectpicker .btn-default.active.focus,
.sk-selectpicker .open > .dropdown-toggle.btn-default.focus {
  outline: 0 !important;
  background: #F6F6F6;
  color: #F8F8F8;
  border-color: #F8F8F8;
}
.sk-selectpicker .btn-default:active,
.sk-selectpicker .btn-default.active,
.sk-selectpicker .open > .dropdown-toggle.btn-default {
  color: #3B6D89;
  background: #F6F6F6;
  border-color: #F8F8F8;
}
.sk-selectpicker .btn {
  border: 1px solid #F8F8F8;
  border-radius: 0;
  color: #3B6D89;
  background: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 12px 45px 14px 20px;
  box-shadow: none !important;
  transition: background 0.215s ease-in-out 0s, color 0.215s ease-in-out 0s, border 0.215s ease-in-out 0s;
}
.sk-selectpicker .btn:focus {
  outline: 0 !important;
}
.sk-selectpicker.f-required .btn {
  background: #FFDADA !important;
  border-color: #FF0000 !important;
}
.sk-selectpicker .dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  border-color: #EBEBEB;
  border-radius: 0 0 6px 6px;
  border-top: 0 none;
  box-shadow: 0 10px 7px -7px rgba(0, 0, 0, 0.11);
}
.sk-selectpicker .dropdown-menu .dropdown-header {
  padding: 5px 20px;
  font-size: 1.4rem;
  font-weight: bold;
  background: #EFEFEF;
}
.sk-selectpicker .dropdown-menu li {
  margin: 0;
  padding: 0;
}
.sk-selectpicker .dropdown-menu li:after {
  display: none;
}
.sk-selectpicker .dropdown-menu li > a {
  font-size: 1.6rem !important;
  font-weight: 300;
  color: #3B6D89 !important;
  padding: 8px 20px;
}
.sk-selectpicker .dropdown-menu li a.opt {
  padding-left: 20px !important;
}
.sk-selectpicker .filter-label {
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
.sk-selectpicker .text-muted {
  color: #F8F8F8;
  font-weight: bold;
  padding-left: 10px;
}

.sk-input-default.i-border {
  border-radius: 30px;
}
.sk-input-default.i-white-azure {
  background: #FFFFFF;
  color: #3B6D89;
}
.sk-input-default.i-white-azure:focus {
  border-color: #51B0CB;
}
.sk-input-default.i-white-blue {
  background: #FFFFFF;
  color: #878787;
}
.sk-input-default.i-white-blue:focus {
  border-color: #3B6D89;
}
.sk-input-default.i-grey-azure {
  border-color: #D2D2D2;
  background: #FFFFFF;
  color: #000000;
}
.sk-input-default.i-grey-azure:focus {
  border-color: #51B0CB;
}

.sk-input-textarea.i-border {
  border-radius: 12px;
}
.sk-input-textarea.i-white-azure {
  background: #FFFFFF;
  color: #3B6D89;
}
.sk-input-textarea.i-white-azure:focus {
  border-color: #51B0CB;
}
.sk-input-textarea.i-grey-azure {
  border-color: #D2D2D2;
}
.sk-input-textarea.i-grey-azure:focus {
  border-color: #51B0CB;
}

.sk-selectpicker.i-border {
  border-radius: 30px;
}
.sk-selectpicker.i-border .btn {
  border-radius: 30px;
}
.sk-selectpicker.i-border .btn:focus {
  outline: 0 !important;
}
.sk-selectpicker.i-white-blue {
  background: #FFFFFF;
}
.sk-selectpicker.i-white-blue .btn {
  border-color: #FFFFFF;
}
.sk-selectpicker.i-white-blue .btn-default:active:hover,
.sk-selectpicker.i-white-blue .btn-default.active:hover,
.sk-selectpicker.i-white-blue .open > .dropdown-toggle.btn-default:hover,
.sk-selectpicker.i-white-blue .btn-default:active:focus,
.sk-selectpicker.i-white-blue .btn-default.active:focus,
.sk-selectpicker.i-white-blue .open > .dropdown-toggle.btn-default:focus,
.sk-selectpicker.i-white-blue .btn-default:active.focus,
.sk-selectpicker.i-white-blue .btn-default.active.focus,
.sk-selectpicker.i-white-blue .open > .dropdown-toggle.btn-default.focus {
  background: #FFFFFF;
  border-color: #3B6D89;
}
.sk-selectpicker.i-white-blue .btn-default:active,
.sk-selectpicker.i-white-blue .btn-default.active,
.sk-selectpicker.i-white-blue .open > .dropdown-toggle.btn-default {
  background: #FFFFFF;
  border-color: #3B6D89;
}
.sk-selectpicker.i-white-azure {
  background: #FFFFFF;
}
.sk-selectpicker.i-white-azure .btn {
  border-color: #FFFFFF;
}
.sk-selectpicker.i-white-azure .btn-default:active:hover,
.sk-selectpicker.i-white-azure .btn-default.active:hover,
.sk-selectpicker.i-white-azure .open > .dropdown-toggle.btn-default:hover,
.sk-selectpicker.i-white-azure .btn-default:active:focus,
.sk-selectpicker.i-white-azure .btn-default.active:focus,
.sk-selectpicker.i-white-azure .open > .dropdown-toggle.btn-default:focus,
.sk-selectpicker.i-white-azure .btn-default:active.focus,
.sk-selectpicker.i-white-azure .btn-default.active.focus,
.sk-selectpicker.i-white-azure .open > .dropdown-toggle.btn-default.focus {
  background: #FFFFFF;
  border-color: #51B0CB;
}
.sk-selectpicker.i-white-azure .btn-default:active,
.sk-selectpicker.i-white-azure .btn-default.active,
.sk-selectpicker.i-white-azure .open > .dropdown-toggle.btn-default {
  background: #FFFFFF;
  border-color: #51B0CB;
}
.sk-selectpicker.i-grey-azure {
  background: #FFFFFF;
  border-color: #D2D2D2;
}
.sk-selectpicker.i-grey-azure .btn {
  border-color: #D2D2D2;
}
.sk-selectpicker.i-grey-azure li a {
  border-color: #D2D2D2;
}
.sk-selectpicker.i-grey-azure li:last-child a {
  border-bottom: 0 none;
}
.sk-selectpicker.i-grey-azure .btn-default:active:hover,
.sk-selectpicker.i-grey-azure .btn-default.active:hover,
.sk-selectpicker.i-grey-azure .open > .dropdown-toggle.btn-default:hover,
.sk-selectpicker.i-grey-azure .btn-default:active:focus,
.sk-selectpicker.i-grey-azure .btn-default.active:focus,
.sk-selectpicker.i-grey-azure .open > .dropdown-toggle.btn-default:focus,
.sk-selectpicker.i-grey-azure .btn-default:active.focus,
.sk-selectpicker.i-grey-azure .btn-default.active.focus,
.sk-selectpicker.i-grey-azure .open > .dropdown-toggle.btn-default.focus {
  background: #FFFFFF;
  border-color: #51B0CB;
}
.sk-selectpicker.i-grey-azure .btn-default:active,
.sk-selectpicker.i-grey-azure .btn-default.active,
.sk-selectpicker.i-grey-azure .open > .dropdown-toggle.btn-default {
  background: #FFFFFF;
  border-color: #51B0CB;
}
.sk-selectpicker.i-grey-azure .bootstrap-select.open:after,
.sk-selectpicker.i-grey-azure .bootstrap-select.open:before {
  background: #EFEFEF;
}
.sk-selectpicker.i-grey-azure .bootstrap-select.dropup.open:after,
.sk-selectpicker.i-grey-azure .bootstrap-select.dropup.open:before,
.sk-selectpicker.i-grey-azure .bootstrap-select.open:after,
.sk-selectpicker.i-grey-azure .bootstrap-select.open:before {
  background: #FFFFFF;
}

.sk-button {
  position: relative;
  width: auto;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  padding: 18px 24px;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  background: #000;
  color: #fff;
  border: 0 none;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.sk-button.nl {
  letter-spacing: 0;
}
.sk-button--landing {
  padding: 18px 42px;
}

.sk-btn-custom {
  padding: 14px 20px;
  text-transform: uppercase;
  margin-top: 25px;
}

.sk-btn-white {
  color: #3B6D89;
  background: #FFFFFF;
}

.sk-btn-green {
  color: #FFFFFF;
  background: #7ED321;
  /*
  @include touch-hover() {
      background: lighten( $lima-green, 3% );
  }

  @include touch-active() {
      background: darken( $lima-green, 3% );
  }
  */
}

.sk-btn-guardsman-red {
  color: #FFFFFF;
  background: #F5333F;
  transition: background ease-in 0.2s;
}
.sk-btn-guardsman-red:hover {
  background: #D42D37;
}
.sk-btn-guardsman-red.pulse {
  -webkit-animation: pulse-animation-red 2s infinite;
          animation: pulse-animation-red 2s infinite;
}
@-webkit-keyframes pulse-animation-red {
  0% {
    box-shadow: 0 0 0 0px rgba(245, 51, 63, 0.4);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(245, 51, 63, 0);
  }
}
@keyframes pulse-animation-red {
  0% {
    box-shadow: 0 0 0 0px rgba(245, 51, 63, 0.4);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(245, 51, 63, 0);
  }
}

.sk-btn-what-green {
  color: #FFFFFF;
  background: #00E676;
}

.sk-btn-azure {
  color: #FFFFFF;
  background: #51B0CB;
}

.sk-btn-blue {
  color: #FFFFFF;
  background: #3B6D89;
  transition: background ease-in 0.2s;
}
.sk-btn-blue.pulse {
  -webkit-animation: pulse-animation-blue 2s infinite;
          animation: pulse-animation-blue 2s infinite;
}
@-webkit-keyframes pulse-animation-blue {
  0% {
    box-shadow: 0 0 0 0px rgba(59, 109, 137, 0.4);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(59, 109, 137, 0);
  }
}
@keyframes pulse-animation-blue {
  0% {
    box-shadow: 0 0 0 0px rgba(59, 109, 137, 0.4);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(59, 109, 137, 0);
  }
}
.sk-btn-blue:hover {
  background: #6698AD;
}
.sk-btn-blue--light {
  background: #6698AD;
  transition: background ease-in 0.2s;
}
.sk-btn-blue--light:hover {
  background: #3B6D89;
}
.sk-btn-blue--light.pulse {
  -webkit-animation: pulse-animation-blue-light 2s infinite;
          animation: pulse-animation-blue-light 2s infinite;
}
@-webkit-keyframes pulse-animation-blue-light {
  0% {
    box-shadow: 0 0 0 0px rgba(102, 152, 173, 0.4);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(102, 152, 173, 0);
  }
}
@keyframes pulse-animation-blue-light {
  0% {
    box-shadow: 0 0 0 0px rgba(102, 152, 173, 0.4);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(102, 152, 173, 0);
  }
}

.sk-btn-header {
  background: #F5333F;
}

.sk-btn-gray {
  color: #51B0CB;
  background: #F5F5F5;
}

.sk-btn-gray-alto {
  color: #FFFFFF;
  background: #D2D2D2;
}

.sk-btn-rose {
  color: #FFFFFF;
  background: #F5333F;
}

.sk-btn-radius {
  border-radius: 50px;
}

.sk-btn-shadow {
  /*
  @include touch-hover() {
      box-shadow: 0 1px 3px -1px rgba(0,0,0,0.2);
  }

  @include touch-active() {
      box-shadow: none;
  }
  */
}

.sk-btn-250 {
  min-width: 250px;
}

.sk-btn-full {
  width: 100%;
}

.sk-btn-icon .svg-data {
  position: relative;
  display: inline-block;
}
.sk-btn-icon .svg-data + span {
  position: relative;
  font-size: 14px;
  padding-left: 10px;
  text-align: left;
  display: inline-block;
}

.sk-btns-groups .sk-button {
  margin-right: 5px;
}
.sk-btns-groups .sk-button + .sk-button {
  margin: 0 0 0 5px;
}

.cocoen {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cocoen * {
  box-sizing: inherit;
}

.cocoen::after,
.cocoen::before {
  box-sizing: inherit;
}

.cocoen img,
.cocoen picture > img {
  max-width: none;
}

.cocoen > img,
.cocoen > picture > img {
  display: block;
  width: 100%;
}

.cocoen > div:first-child,
picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}

.cocoen-drag {
  background: #fff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}

.cocoen-drag::before {
  border: 3px solid #fff;
  content: "";
  height: 30px;
  left: 50%;
  margin-left: -7px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 14px;
}

.no-anim .is-animated-content,
.no-anim .is-animated-grid-content {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-animation: none !important;
  animation: none !important;
}

/* Animate CSS */
.is-animated-content,
.is-animated-grid-content {
  opacity: 0;
  visibility: hidden;
}
.is-animated-content.is-animated, .is-animated-content.is-visible,
.is-animated-grid-content.is-animated,
.is-animated-grid-content.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateZ(0);
}
.is-animated-content .h-title,
.is-animated-content .h-md-title,
.is-animated-content .h-sm-title,
.is-animated-content .h-sub-title,
.is-animated-grid-content .h-title,
.is-animated-grid-content .h-md-title,
.is-animated-grid-content .h-sm-title,
.is-animated-grid-content .h-sub-title {
  transform: translateZ(0);
}

.is-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

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

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

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

.t-uppercase {
  text-transform: uppercase;
}

.t-capitalize {
  text-transform: capitalize;
}

.t-italic {
  font-style: italic;
}

.t-bold {
  font-weight: bold;
}

.t-500 {
  font-weight: 500;
}

.t-white {
  color: #FFFFFF;
}

.t-azure {
  color: #51B0CB;
}

.t-blue {
  color: #3B6D89;
}

.t-green {
  color: #7ED321;
}

.no-scroll {
  overflow: hidden;
}

.hidden {
  display: none;
}

.n-point {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.t-regular {
  font-weight: 400;
}

.pdg-t-0 {
  padding-top: 0 !important;
}

.pdg-b-0 {
  padding-bottom: 0 !important;
}

.mrg-t-0 {
  margin-top: 0 !important;
}

.mrg-t-10 {
  margin-top: 10px !important;
}

.mrg-b-0 {
  margin-bottom: 0 !important;
}

.mrg-b-10 {
  margin-bottom: 10px !important;
}

.mrg-b-20 {
  margin-bottom: 20px !important;
}

.mrg-b-30 {
  margin-bottom: 30px !important;
}

.mrg-b-50 {
  margin-bottom: 50px !important;
}

.ratio-img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ratio-63 {
  padding-bottom: 63.33%;
}

.ratio-64 {
  padding-bottom: 64.33%;
}

.ratio-66 {
  padding-bottom: 66.67%;
}

.container,
.container-fluid {
  position: relative;
  padding: 0 20px;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.sk-col {
  padding-left: 20px;
  padding-right: 20px;
}

.max-1500 {
  max-width: 1500px;
}

.max-1400 {
  max-width: 1400px;
}

.max-800 {
  max-width: 800px;
}

.max-655 {
  max-width: 655px;
}

.block-max {
  position: relative;
  margin: 0 auto;
}
.block-max:before, .block-max:after {
  content: "";
  display: table;
}
.block-max:after {
  clear: both;
}

@media (max-width: 1024px) {
  [class*=col-md] {
    left: auto;
    right: auto;
  }

  [class*=col-md-offset] {
    margin-left: 0;
  }
}
.flex-equals {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex-equals .flex-box {
  height: 100%;
  min-height: 400px;
  padding: 80px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
}
.flex-equals .flex-box.j-auto {
  min-height: auto;
}
.flex-equals .flex-box.j-npdg {
  padding: 0;
}
.flex-equals .flex-box.j-center {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.info-window-content .m-title {
  color: #878787;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.info-window-content p {
  color: #878787;
  font-size: 1.3rem;
  font-weight: 300;
  padding: 0;
}

.lazy-bg {
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.1s;
}
.lazy-bg.initial, .lazy-bg.loaded, .lazy-bg.error {
  opacity: 1;
}

.lazy-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.lazy-aspect-bg {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #F5F5F5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lazy-aspect-bg a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.lazy-aspect-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lazy-aspect-bg img:not([src]) {
  visibility: hidden;
}
.lazy-aspect-bg img:not(.initial) {
  transition: opacity 0.5s ease-in-out 0.1s;
}
.lazy-aspect-bg img.initial, .lazy-aspect-bg img.loaded, .lazy-aspect-bg img.error {
  opacity: 1;
}
.lazy-aspect-bg.no-lazy img {
  opacity: 1;
}
.lazy-aspect-bg.o-img {
  background: transparent;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: transparent;
}

.sk-ajax-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 30px 30px 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9997;
  box-sizing: border-box;
}
.sk-ajax-modal:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
  display: inline-block;
}
.sk-ajax-modal .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(45, 45, 45, 0.7);
}
.sk-ajax-modal .modal-dialog {
  position: relative;
  max-width: 750px;
  width: 100%;
  vertical-align: middle;
  padding: 30px;
  margin-bottom: 30px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  background: #FFFFFF;
  z-index: 9999;
  box-sizing: border-box;
}
.sk-ajax-modal .modal-content {
  position: relative;
  float: left;
  width: 100%;
}
.sk-ajax-modal .modal-content p {
  font-size: 1.6rem;
}
.sk-ajax-modal .modal-content p:first-of-type {
  padding-top: 0;
}
.sk-ajax-modal .modal-content p:last-of-type {
  padding-bottom: 0;
}
.sk-ajax-modal .close-modal {
  position: absolute;
  top: -35px;
  right: -10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 2;
}
.sk-ajax-modal .close-modal i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  color: #FFFFFF;
  margin: -7px 0 0 -7px;
}
.sk-ajax-modal .m-title {
  color: #3B6D89;
  font-size: 2.4rem;
  margin-bottom: 8px;
}
@media (max-width: 599px) {
  .sk-ajax-modal {
    padding: 40px 20px 20px;
  }
}
.sk-ajax-modal.modal-newsletter .modal-dialog {
  max-width: 450px;
}

#iubenda-pp {
  z-index: 1000000000 !important;
}

#iubenda-pp-overlay {
  z-index: 100000000 !important;
}

#iubenda-cs-banner {
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.iubenda-cs-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #51B0CB;
}

.iubenda-banner-content {
  outline: 0 !important;
}

.iubenda-cs-content {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  font-size: 1.4rem;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .iubenda-cs-content {
    font-size: 1.1rem;
    padding: 20px 15px;
  }
}

.iubenda-cs-opt-group {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.iubenda-cs-opt-group > div {
  display: inline-block;
}
@media (max-width: 480px) {
  .iubenda-cs-opt-group > div {
    display: block;
  }
}
.iubenda-cs-opt-group button {
  min-width: 150px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding: 16px 20px;
  margin: 0 10px;
  outline: 0 !important;
  border: 0 none;
  border-radius: 4px;
  background-color: #74add6;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.iubenda-cs-opt-group button.iubenda-cs-accept-btn {
  background-color: #7ed321;
}
@media (max-width: 480px) {
  .iubenda-cs-opt-group button.iubenda-cs-accept-btn {
    width: 100%;
    margin: 0;
  }
}

.iubenda-cs-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  text-indent: -99999px;
  outline: 0 !important;
  border: 0 none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60 0c1.1458 0 2.099.3802 2.8594 1.1406C63.6198 1.901 64 2.8542 64 4c0 1.125-.3854 2.073-1.1563 2.8438L37.6564 32l25.1874 25.1563C63.6146 57.927 64 58.875 64 60c0 1.1458-.3802 2.099-1.1406 2.8594C62.099 63.6198 61.1458 64 60 64c-1.125 0-2.073-.3854-2.8438-1.1563L32 37.6564 6.8437 62.8436C6.073 63.6146 5.125 64 4 64c-1.1458 0-2.099-.3802-2.8594-1.1406C.3802 62.099 0 61.1458 0 60c0-1.125.3854-2.073 1.1563-2.8438L26.3437 32 1.1563 6.8437C.3853 6.073 0 5.125 0 4c0-1.1458.3802-2.099 1.1406-2.8594C1.901.3802 2.8542 0 4 0c1.125 0 2.073.3854 2.8438 1.1563L32 26.3437 57.1563 1.1563C57.927.3853 58.875 0 60 0z' fill='%23FFF' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.iubenda-cs-cookie-policy-lnk {
  color: inherit;
  text-decoration: underline;
}

#sk-main,
.sk-main-content,
.sk-wrap-content,
.sk-content {
  position: relative;
  float: left;
  width: 100%;
}

#sk-main {
  overflow-x: hidden;
}

.sk-main-content {
  padding-top: 130px;
  background: #FFFFFF;
  z-index: 10;
}

.sk-content {
  z-index: 11;
  transform: translateZ(0);
}

#sk-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#sk-header .sk-head-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: block;
  background: #FFFFFF;
  z-index: 99;
}
#sk-header .sk-head-wrap {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: block;
}
#sk-header .sk-site-logo {
  position: absolute;
  top: 50%;
  left: 20px;
  width: auto;
  height: auto;
  line-height: 0;
  z-index: 11;
  transform: translateY(-50%);
}
#sk-header .sk-site-logo a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
#sk-header .sk-site-logo .svg-data {
  width: 254px;
  height: 55px;
}
#sk-header .sk-site-logo .svg-data svg {
  width: 100%;
  height: 100%;
}
#sk-header .nav-optionals {
  position: relative;
  top: 0;
  right: 0;
  float: right;
  width: auto;
  height: 100%;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
#sk-header .nav-optionals .op-col {
  position: relative;
  margin-right: 15px;
  display: inline-block;
}
#sk-header .nav-optionals .op-col:last-child {
  margin-right: 0;
}
#sk-header .nav-optionals .op-col .sk-button {
  font-size: 1.4rem;
  padding: 9px 20px 9px;
}
#sk-header .nav-optionals .op-col .sk-button .svg-data {
  position: relative;
  display: inline-block;
}
#sk-header .nav-optionals .op-col .sk-button .svg-data.h-tel {
  width: 20px;
  height: 20px;
}
#sk-header .nav-optionals .op-col .sk-button .svg-data.h-mail {
  width: 27px;
  height: 20px;
}
#sk-header .nav-optionals .op-col .sk-button .svg-data + span {
  position: relative;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
  display: inline-block;
}
#sk-header .nav-optionals .op-form {
  float: none;
  width: 210px;
  text-align: center;
}
#sk-header .nav-optionals .op-form .sk-input-default {
  padding: 10px 42px 12px 20px;
  border-color: #D2D2D2;
  display: inline-block;
}
#sk-header .nav-optionals .op-form .sk-input-default:focus {
  border-color: #51B0CB;
}
#sk-header .nav-optionals .op-form #searchsubmit {
  display: none;
}
#sk-header .nav-optionals .op-form .search-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 18px;
  margin-top: -9px;
  z-index: 2;
}

.sk-head-menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 98;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sk-head-menu .sk-head-menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: block;
  background: #3B6D89;
  z-index: 99;
}
.sk-head-menu .nav-panel {
  position: relative;
  width: 100%;
  max-width: 1170px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.sf-menu {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  z-index: 3;
}
.sf-menu > li {
  position: relative;
  width: auto;
  height: 100%;
  list-style: none;
}
.sf-menu > li > a {
  position: relative;
  width: auto;
  height: 100%;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.sf-menu > li > a .m-label {
  position: relative;
  display: inline-block;
}
.sf-menu > li > a .m-label:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 1px;
  background: #FFFFFF;
  z-index: -1;
  transition: width 0.25s ease-in-out 0s;
}
.sf-menu > li > a > .arrow-menu {
  display: none;
}
.no-js .sf-menu > li:hover > a .m-label:before, .no-js .sf-menu > li:focus > a .m-label:before, .js.no-touchevents .sf-menu > li:hover > a .m-label:before, .js.no-touchevents .sf-menu > li:focus > a .m-label:before, .js.touchevents .sf-menu > li:active > a .m-label:before {
  width: 100%;
}
.sf-menu > li.current > a .m-label:before, .sf-menu > li.current-page-parent > a .m-label:before {
  width: 100%;
}

.sf-menu > li[data-megamenu=true] .arrow-menu {
  display: none;
}
.sf-menu > li[data-megamenu=true] .ul-megamenu {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  background: #FFFFFF;
  box-shadow: 0 1px 10px -1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0.001s;
}
.no-js .sf-menu > li[data-megamenu=true]:hover .ul-megamenu, .no-js .sf-menu > li[data-megamenu=true]:focus .ul-megamenu, .js.no-touchevents .sf-menu > li[data-megamenu=true]:hover .ul-megamenu, .js.no-touchevents .sf-menu > li[data-megamenu=true]:focus .ul-megamenu, .js.touchevents .sf-menu > li[data-megamenu=true]:active .ul-megamenu {
  opacity: 1;
  visibility: visible;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu {
  position: relative;
  width: 100%;
  max-width: 1170px;
  padding: 40px 0;
  margin: 0 auto;
  display: none;
  z-index: 2;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu:after, .sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu:before {
  content: "";
  position: absolute;
  z-index: 1;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu:after {
  right: -90px;
  bottom: -60px;
  width: 83px;
  height: 320px;
  background: url(_include/img/h_menu_bg.svg) no-repeat center center;
  background-size: 100% auto;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu:before {
  left: -130px;
  bottom: -60px;
  width: 123px;
  height: 384px;
  background: url(_include/img/h_menu_bg_01.svg) no-repeat center center;
  background-size: 100% auto;
  transform: rotate(-15deg);
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu.is-active {
  display: table;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu > li {
  position: relative;
  float: none;
  width: auto;
  padding: 0 20px;
  display: table-cell;
  vertical-align: top;
  list-style: none;
  z-index: 3;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu > li > a {
  position: relative;
  color: #3B6D89;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu > li > a .m-label {
  position: relative;
  display: inline-block;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu > li.sk-megamenu-desc > .m-label {
  position: relative;
  color: #3B6D89;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 21px;
  display: inline-block;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu > li.sk-megamenu-desc > .m-label b {
  font-size: 1.8rem;
  font-weight: 500;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu > li.sk-megamenu-special:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #D2D2D2;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu > li.sk-megamenu-special > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu > li.sk-megamenu-special > a .m-title {
  position: relative;
  color: #3B6D89;
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  margin-top: 5px;
  text-transform: uppercase;
  display: block;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu > li.sk-megamenu-special > a .m-img {
  position: relative;
  margin-top: 20px;
  display: block;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu > li.sk-megamenu-special > a .m-img img {
  width: 100%;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu > li.sk-megamenu-special > a .m-btn {
  position: relative;
  margin-top: 20px;
  display: block;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu > li.sk-megamenu-special > a .m-btn .sk-button {
  font-size: 1.4rem;
  padding: 14px;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.third-menu {
  position: relative;
  margin: 0;
  padding: 0;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.third-menu > li {
  position: relative;
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.third-menu > li:last-child {
  margin-bottom: 0;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.third-menu > li > a {
  position: relative;
  color: #51B0CB;
  font-size: 1.6rem;
  font-weight: 400;
  display: inline-block;
}
.sf-menu > li[data-megamenu=true] .sf-sub-menu.third-menu > li > a .m-label {
  position: relative;
  display: inline-block;
}
.sf-menu > li[data-megamenu=true][data-megamenu-col="2"] .sf-sub-menu.second-menu > li {
  width: 50%;
}
.sf-menu > li[data-megamenu=true][data-megamenu-col="3"] .sf-sub-menu.second-menu > li {
  width: 33.33333333%;
}
.sf-menu > li[data-megamenu=true][data-megamenu-col="4"] .sf-sub-menu.second-menu > li {
  width: 25%;
}
.sf-menu > li[data-megamenu=true][data-megamenu-col="5"] .sf-sub-menu.second-menu > li {
  width: 20%;
}
.sf-menu > li[data-megamenu=true][data-megamenu-col="5"].is-special .sf-sub-menu.second-menu > li {
  width: 18.5%;
}
.sf-menu > li[data-megamenu=true][data-megamenu-col="5"].is-special .sf-sub-menu.second-menu > li.sk-megamenu-special {
  width: 26%;
}
.sf-menu > li[data-megamenu=false] .sf-sub-menu {
  position: absolute;
  top: 50px;
  left: -20px;
  width: 240px;
  margin: 0;
  padding: 13px 0;
  opacity: 0;
  visibility: hidden;
  background: #FFFFFF;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0.001s;
}
.sf-menu > li[data-megamenu=false] .sf-sub-menu li {
  position: relative;
  width: 100%;
  list-style: none;
  padding: 4px 20px;
}
.sf-menu > li[data-megamenu=false] .sf-sub-menu li a {
  position: relative;
  color: #51B0CB;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.sf-menu > li[data-megamenu=false] .sf-sub-menu li a .m-label {
  position: relative;
  display: inline-block;
}
.sf-menu > li[data-megamenu=false] .sf-sub-menu li a > .arrow-menu {
  position: absolute;
  width: 8px;
  height: 4px;
  top: 12px;
  right: 0;
  display: inline-block;
  transform: rotate(-90deg);
}
.sf-menu > li[data-megamenu=false] .sf-sub-menu li a > .arrow-menu svg path {
  stroke: #51B0CB;
}
.sf-menu > li[data-megamenu=false] .sf-sub-menu li > .third-menu {
  top: -13px;
  left: 100%;
  margin-left: 1px;
  opacity: 0;
  visibility: hidden;
}
.sf-menu > li[data-megamenu=false] .sf-sub-menu li > .third-menu .arrow-menu {
  display: none;
}
.no-js .sf-menu > li[data-megamenu=false] .sf-sub-menu li:hover > .third-menu, .no-js .sf-menu > li[data-megamenu=false] .sf-sub-menu li:focus > .third-menu, .js.no-touchevents .sf-menu > li[data-megamenu=false] .sf-sub-menu li:hover > .third-menu, .js.no-touchevents .sf-menu > li[data-megamenu=false] .sf-sub-menu li:focus > .third-menu, .js.touchevents .sf-menu > li[data-megamenu=false] .sf-sub-menu li:active > .third-menu {
  opacity: 1;
  visibility: visible;
}
.no-js .sf-menu > li[data-megamenu=false]:hover > .sf-sub-menu, .no-js .sf-menu > li[data-megamenu=false]:focus > .sf-sub-menu, .js.no-touchevents .sf-menu > li[data-megamenu=false]:hover > .sf-sub-menu, .js.no-touchevents .sf-menu > li[data-megamenu=false]:focus > .sf-sub-menu, .js.touchevents .sf-menu > li[data-megamenu=false]:active > .sf-sub-menu {
  opacity: 1;
  visibility: visible;
}

.page-template-template-video-testimonianze .sf-menu .tax-calvizie.current > a .m-label:before, .page-template-template-video-testimonianze .sf-menu .tax-calvizie.current-page-parent > a .m-label:before {
  display: none;
}

.tax-sedi .sf-menu .tax-risultati > a .m-label:before {
  width: 100%;
}

#sk-footer {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}
#sk-footer .sk-foo-container {
  position: relative;
  width: 100%;
  padding: 100px 10px 60px;
  margin: 0 auto;
}
#sk-footer .sk-foo-wrap {
  position: relative;
  width: 100%;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#sk-footer .sk-foo-section {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}
#sk-footer .sk-foo-col {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  padding: 0 10px;
  z-index: 2;
}
#sk-footer .sk-foo-col .h-sm-title {
  font-size: 2.4rem;
}
#sk-footer .sk-foo-col.f-flex {
  height: 100%;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#sk-footer .sk-foo-copyright {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 40px;
}
#sk-footer .sk-foo-copyright p {
  color: #51B0CB;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  padding: 0;
}
#sk-footer .sk-foo-copyright--landing p {
  color: #fff;
}
#sk-footer .sk-foo-credits {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 40px;
}
#sk-footer .sk-foo-credits p {
  color: #3B6D89;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 20px;
  padding: 0;
}
#sk-footer .sk-foo-credits .svg-data {
  position: relative;
  top: 3px;
  width: 79px;
  height: 22px;
  margin-left: 5px;
}
#sk-footer .sk-foo-policy {
  margin-top: 40px;
}
#sk-footer .sk-foo-policy .btn-policy {
  min-width: 120px;
  font-size: 1rem;
  font-style: italic;
  color: #3B6D89;
  background: #F5F5F5;
  margin: 0 5px;
  padding: 13px 18px;
  text-transform: uppercase;
}
#sk-footer .foo-social {
  margin: 20px 0 0 0;
  padding: 0;
}
#sk-footer .foo-social li {
  position: relative;
  list-style: none;
  margin: 0 5px 0 0;
  display: inline-block;
}
#sk-footer .foo-social li:last-child {
  margin-right: 0;
}
#sk-footer .foo-social li a {
  position: relative;
  width: 38px;
  height: 38px;
  display: block;
  border-radius: 100%;
  background: #F5333F;
}
#sk-footer .foo-social li a .svg-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sk-footer .foo-social li a .svg-data.s-fcb {
  width: 10px;
  height: 22px;
}
#sk-footer .foo-social li a .svg-data.s-isg {
  width: 22px;
  height: 22px;
}
#sk-footer .foo-social li a .svg-data.s-twt {
  width: 19px;
  height: 16px;
}
#sk-footer .foo-social li a .svg-data.s-ytb {
  width: 24px;
  height: 17px;
}
#sk-footer .foo-social li a .svg-data.s-lnk {
  width: 18px;
  height: 18px;
}
#sk-footer .foo-social li a .svg-data.s-ggl {
  width: 24px;
  height: 15px;
}
#sk-footer .foo-places {
  position: relative;
  margin: 10px 0 0 0;
  padding: 0;
}
#sk-footer .foo-places li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  list-style: none;
  line-height: 24px;
  display: inline-block;
}
#sk-footer .foo-places li:after {
  content: "";
  position: relative;
  top: -4px;
  width: 2px;
  height: 2px;
  margin: 0 5px;
  border-radius: 100%;
  background: #F8F8F8;
  display: inline-block;
}
#sk-footer .foo-places li:last-child:after {
  display: none;
}
#sk-footer .foo-places li a {
  font-weight: 300;
}
#sk-footer .foo-rating {
  position: relative;
  text-align: center;
}
#sk-footer .foo-rating .r-stars {
  width: 100%;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 94 30' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23D0021B' stroke='%23D0021B' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M47 10.8346L42.6738 14 44.2 8.6956 40 5.3476l5.2695-.113L47 0l1.7305 5.2346L54 5.3476l-4.2 3.348L51.3262 14zM67 15.8346L62.6738 19 64.2 13.6956l-4.2-3.348 5.2695-.113L67 5l1.7305 5.2346 5.2695.113-4.2 3.348L71.3262 19zM7 25.8346L2.6738 29 4.2 23.6956 0 20.3476l5.2695-.113L7 15l1.7305 5.2346 5.2695.113-4.2 3.348L11.3262 29zM87 25.8346L82.6738 29 84.2 23.6956l-4.2-3.348 5.2695-.113L87 15l1.7305 5.2346 5.2695.113-4.2 3.348L91.3262 29zM27 15.8346L22.6738 19 24.2 13.6956l-4.2-3.348 5.2695-.113L27 5l1.7305 5.2346 5.2695.113-4.2 3.348L31.3262 19z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 94px 30px;
}
#sk-footer .foo-rating .r-txt {
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
}
#sk-footer .foo-rating .r-rating {
  color: #51B0CB;
  font-size: 1.8rem;
}
#sk-footer .foo-rating .r-string {
  color: #3B6D89;
  font-size: 2rem;
}
#sk-footer .foo-rating .r-logo {
  max-width: 175px;
  margin-top: 4px;
}
#sk-footer .foo-cri .svg-data {
  position: absolute;
  top: 0;
  left: 10px;
  width: 80px;
  height: 80px;
}
#sk-footer .foo-cri p {
  font-size: 1.4rem;
  padding: 0 0 0 25px;
  margin-left: 80px;
}
@media (max-width: 1199px) {
  #sk-footer .foo-cri .svg-data {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
  }
  #sk-footer .foo-cri p {
    padding: 0;
    margin: 10px 0 0 0;
  }
}
#sk-footer .foo-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  height: 417px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 402 577' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23F5F5F5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke-width='4' d='M2 574.1705h296.999V537.742H2z'/%3E%3Cpath stroke-width='2' d='M144.9478 443.072l-41.5738 94.6666h168.5683l-24.6995-56.2405M126.0846 369.5191l-5.1366 11.3006c-2.2732 4.9836-2.47 10.5573-.5683 15.6743 1.9235 5.1344 5.7267 9.2022 10.7104 11.4754l22.0109 10.0328'/%3E%3Cpath d='M112.0734 363.1368l-5.1366 11.3006c-3.9781 8.7213-4.3278 18.47-.9617 27.4535 3.3442 8.9836 10.011 16.1115 18.7322 20.0875l21.7268 9.9016' stroke-width='2'/%3E%3Cpath stroke-width='4' d='M162.8931 386.2842L72.0603 344.894l8.5946-18.8634 90.8328 41.3945z'/%3E%3Cpath d='M220.7515 470.0892l25.2896 10.929c.3934.1748.7869.3475 1.2022.4808 29.7268 12.1093 63.9125-1.7945 76.6994-31.3901l71.7377-166.0984c12.94-29.989-.918-64.9159-30.907-77.8798l-105.4427-45.53' stroke-width='2'/%3E%3Cpath d='M248.664 185.3023l105.4427 45.53c16.3716 7.0798 23.9344 26.1421 16.8524 42.5115l-71.7158 166.1006c-7.082 16.3716-26.164 23.9344-42.5137 16.8502l-25.3552-10.9486-1.0273-.4371' stroke-width='2'/%3E%3Cpath stroke-width='2' d='M228.8605 183.0289l-10.6666 24.6775 17.53 7.5629 12.94-29.9672 10.6666-24.7017 13.2896-30.7737-17.5082-7.565-10.6667 24.6557v.0218'/%3E%3Cpath stroke-width='4' d='M228.8605 183.0289l-10.6666 24.6775-17.0273 39.4317M146.3908 223.466l77.1148-178.5137 7.6721 3.3006 39.4317 17.0273 7.6721 3.3202-23.1694 53.6612-10.6666 24.6558v.0218'/%3E%3Cpath stroke-width='2' d='M171.1987 295.4435l10.011-23.1475-39.4318-17.0274-10.011 23.1476'/%3E%3Cpath stroke-width='4' d='M170.4483 307.7364l-47.0973-20.341 4.588-10.6251 47.0973 20.341z'/%3E%3Cpath stroke-width='2' d='M245.7781 14.4817l-14.601 33.7705 39.4316 17.0274 14.6011-33.7705'/%3E%3Cpath stroke-width='4' d='M246.5274 2.1867l47.0973 20.3453-4.588 10.6208-47.095-20.341zM203.1145 281.7545l-83.2415-35.9519 12.2973-28.4765 83.2437 35.952zM245.4131 168.7657c-5.4885 12.7038-20.2295 18.553-32.9311 13.0666-12.7082-5.482-18.5596-20.2295-13.0689-32.9333 5.4842-12.7016 20.2317-18.553 32.9312-13.0645 12.7038 5.4798 18.5552 20.2274 13.0688 32.9312z'/%3E%3Cpath d='M232.2662 163.0857c-2.3497 5.4448-8.6666 7.954-14.1114 5.6044-5.447-2.352-7.952-8.671-5.6022-14.118 2.3563-5.4405 8.6732-7.9498 14.118-5.6 5.4448 2.3518 7.9497 8.6731 5.5956 14.1136z' stroke-width='2'/%3E%3Cpath d='M230.3814 443.0741c0 23.5913-19.13 42.717-42.7213 42.717-23.5912 0-42.7147-19.1257-42.7147-42.717 0-23.5934 19.1235-42.7191 42.7147-42.7191 23.5913 0 42.7213 19.1257 42.7213 42.7191z' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 417px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#sk-hero {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  transform: translateZ(0);
}
#sk-hero .hero-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#sk-hero .hero-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.2);
}

.hero-image {
  height: 50vh;
  max-height: 600px;
}
.hero-image .hero-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #F5F5F5;
}
.hero-image .hero-bg-wrapper .hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.hero-image .hero-bg-wrapper .hero-media.lazy-fallback {
  background: #000000;
}

.hero-video a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-video .e-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 40px;
  margin: -20px 0 0 -15px;
  z-index: 6;
}
.hero-video .e-play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -52px;
  border: 5px solid #FFFFFF;
  border-radius: 100%;
  z-index: 6;
}

.hero-slider {
  height: 600px;
}
.hero-slider .hero-bg-slider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  z-index: 0;
}
.hero-slider .swiper-container,
.hero-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.hero-slider .swiper-container {
  z-index: 3;
}
.hero-slider .sw-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 10;
}
.hero-slider .sw-box .sw-content {
  position: relative;
  width: 100%;
  padding: 0 20px;
  z-index: 3;
}
.hero-slider .sw-title {
  font-size: 4.8rem;
  font-weight: 400;
  font-style: italic;
  opacity: 0;
}
.hero-slider .sw-title b {
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .hero-slider .sw-title {
    font-size: 4rem;
  }
}
.hero-slider .sw-btn {
  margin-top: 20px;
  opacity: 0;
}
.hero-slider .sw-pag {
  bottom: 20px;
  height: 24px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.hero-slider .sw-pag .swiper-pagination-bullet {
  position: relative;
  width: 11px;
  height: 11px;
  border: 2px solid #3B6D89;
  background: transparent;
  opacity: 0.4;
}
.hero-slider .sw-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  opacity: 1;
}
.hero-slider.slider-level .swiper-container {
  overflow: visible;
}
.hero-slider.slider-level .s-dna {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 280px;
  height: 747px;
  margin-left: -145px;
  transform: rotate(-14deg);
  z-index: 1;
}
.hero-slider.slider-level .s-triangle {
  position: absolute;
  right: -230px;
  bottom: 70px;
  width: 503px;
  height: 503px;
  transform: rotate(-53deg);
  z-index: 1;
}
.hero-slider.slider-level .sw-box .sw-content {
  position: relative;
  width: 50%;
  text-align: right;
  z-index: 3;
}
.hero-slider.slider-level .sw-image {
  position: absolute;
  left: -50px;
  bottom: -5px;
  width: 516px;
  height: 577px;
  opacity: 0;
  transform: translateX(-20%);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}
.hero-slider.slider-level .sw-title {
  color: #3B6D89;
  transform: translateX(-20%);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
.hero-slider.slider-level .sw-btn {
  margin-right: 3px;
  transform: translateX(-20%);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.hero-slider.slider-level .swiper-slide.swiper-slide-active.swiper-slide-visible .sw-image,
.hero-slider.slider-level .swiper-slide.swiper-slide-active.swiper-slide-visible .sw-title,
.hero-slider.slider-level .swiper-slide.swiper-slide-active.swiper-slide-visible .sw-btn {
  opacity: 1;
  transform: translateX(0);
}
.hero-slider.slider-images .swiper-slide {
  overflow: hidden;
}
.hero-slider.slider-images .sw-content {
  margin: 0 auto;
  text-align: center;
}
.hero-slider.slider-images .sw-title {
  color: #FFFFFF;
  transform: translateX(-20%);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}
.hero-slider.slider-images .sw-btn {
  transform: translateX(-20%);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.3s;
}
.hero-slider.slider-images .sw-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  transition: opacity 0.5s ease-in-out 0.1s;
}
.hero-slider.slider-images .sw-bg.swiper-lazy-loaded {
  opacity: 1;
}
.hero-slider.slider-images .sw-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
}
.hero-slider.slider-images .swiper-slide.swiper-slide-active.swiper-slide-visible .sw-title,
.hero-slider.slider-images .swiper-slide.swiper-slide-active.swiper-slide-visible .sw-btn {
  opacity: 1;
  transform: translateX(0);
}
.hero-slider.slider-images .sw-pag .swiper-pagination-bullet {
  border-color: #FFFFFF;
}
.hero-slider.slider-images .sw-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3B6D89;
}

.hero-blog {
  height: 400px;
}
.hero-blog .hero-bg-blog-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F5F5;
  z-index: 0;
}
.hero-blog .bl-box {
  position: relative;
  height: 100%;
  padding: 20px 20px 20px 14px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 10;
}
.hero-blog .bl-box .bl-content {
  position: relative;
  width: 50%;
  text-align: right;
  z-index: 3;
}
.hero-blog .bl-image {
  position: absolute;
  left: -100px;
  bottom: -5px;
  width: 416px;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2;
}
.hero-blog .bl-title {
  color: #3B6D89;
  font-size: 4.8rem;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.hero-blog .bl-subtitle {
  color: #51B0CB;
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  margin-top: 5px;
}
.hero-blog .s-book {
  position: absolute;
  left: 50%;
  bottom: -110px;
  width: 395px;
  height: 400px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 166 168' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%2351B0CB' fill='none' fill-rule='evenodd' opacity='.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21.864 45.5303v-43.53h141.18v151.23c0 6.63-5.37 12-12 12H21.864v-22.18M21.864 105.3799v-22.189M21.8611 26.4844h141.181' stroke-width='4'/%3E%3Cpath d='M100.4705 15.6025h51.689M36.9001 15.6025h-3.441M47.782 15.6025h-3.441M58.6638 15.6025h-3.441' stroke-width='2'/%3E%3Cpath d='M82.7449 83.6142h-57.745c-6.627 0-12-5.372-12-12v-13.043l-11-13.044h80.745c6.627 0 12 5.373 12 12v14.087c0 6.628-5.373 12-12 12z' stroke-width='4'/%3E%3Cpath d='M25.2976 59.1299h19.764M44.3406 70.0117h38.268M53.2224 59.1299h10.522M25.2976 70.0117h11.521M72.0857 59.1299h10.522' stroke-width='2'/%3E%3Cpath d='M82.7449 143.4648h-57.745c-6.627 0-12-5.372-12-12v-13.043l-11-13.044h80.745c6.627 0 12 5.373 12 12v14.087c0 6.628-5.373 12-12 12z' stroke-width='4'/%3E%3Cpath d='M82.6082 129.8623h-19.765M63.5642 118.9805h-38.267M54.6824 129.8623h-10.521M82.6082 118.9805h-11.522M35.8191 129.8623h-10.521M110.6326 45.5273h39.527M131.864 56.4092h18.296M131.864 67.292h18.296M131.864 78.1738h18.296M110.6326 89.0557h39.527M131.864 99.9375h18.296M131.864 110.8193h18.296M131.864 121.7012h18.296M110.6326 132.583h39.527M131.864 143.4648h18.296' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.hero-blog .s-circle {
  position: absolute;
  top: 50%;
  right: -170px;
  width: 340px;
  height: 340px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 128 128' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='64' cy='64' r='64' fill='%23D0021B' fill-rule='evenodd' opacity='.1'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
  z-index: 1;
}

.hero-blog-single .hero-txt-wrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
}
.hero-blog-single .hero-txt-wrapper .hero-txt-content {
  position: relative;
  width: 100%;
  padding: 20px;
  z-index: 8;
}
.hero-blog-single .hero-txt-wrapper .hero-txt-content time {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  margin-bottom: 40px;
}
.hero-blog-single .hero-txt-wrapper .hero-txt-content .hero-title {
  color: #FFFFFF;
  font-size: 2.6rem;
}
.hero-blog-single .hero-txt-wrapper .hero-txt-content .hero-meta {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 20px;
  display: block;
}
.hero-blog-single .hero-txt-wrapper .hero-txt-content .hero-meta b {
  font-weight: 500;
}

.sk-section {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  z-index: 1;
}
.sk-section .sk-section-wrap {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  z-index: 4;
}
.sk-section .sk-wrap {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  z-index: 6;
}
.sk-section.bg-gray {
  background: #F5F5F5;
}
.sk-section.more-index {
  z-index: 2;
}

.bg-pattern {
  position: absolute;
  z-index: 2;
}
.bg-pattern.bg-molecolar {
  top: -60px;
  left: 0;
  right: 0;
  bottom: -60px;
}
.bg-pattern.bg-molecolar:after, .bg-pattern.bg-molecolar:before {
  content: "";
  position: absolute;
  width: 390px;
  height: 646px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
.bg-pattern.bg-molecolar:before {
  top: 55%;
  left: 60px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 390 646' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd' opacity='.2'%3E%3Cpath d='M381.6724 286.9204l-74.608 43.072-.246-.142-48.134-27.791v-1.138l48.38 27.932 73.87-42.645v-85.296l-72.512-41.862v-1.139l73.496 42.431v86.435zM270.9219 102.3462l.397-.229 61.209 35.337v-1.139l-61.209-35.338-.397.229z'/%3E%3Cpath d='M271.3194 246.6821l61.208-35.338v-1.139l-61.208 35.337-60.355-34.844v1.138z'/%3E%3Cpath d='M271.3711 275.1831l-87.039-50.251v-92.263h-.985v92.833l87.778 50.678.246.143 87.778-50.679.246-.142v-101.645l-86.361-49.861v1.14l85.376 49.291v100.505z'/%3E%3Cpath d='M72.8067 224.5366v-96.015l87.039-50.251 87.044 50.251v96.015h.985v-96.584l-87.783-50.679-.246-.142-87.778 50.678-.246.143v96.584z'/%3E%3Cpath d='M135.6919 196.5825v-54.751l47.663-27.519v-1.14l-48.648 28.089v55.321zM119.9722 54.665l47.518-27.433 47.663 27.516v53.994h.985V54.179l-48.648-28.086-47.518 27.433z'/%3E%3Cpath d='M167.1807 160.4058v-1.139l-66.53-38.411v-77.18l66.839-38.589 66.839 38.589v77.18l-.029.017h1.014v-77.767l-67.577-39.016-.247-.143-67.578 39.017-.246.142v78.32zM127.1124 308.8916l-.246-.143-74.609 43.073-.247.143v86.435l73.499 42.432v-1.14l-72.513-41.862v-85.295l73.87-42.646 70.963 40.97v-1.138zM218.3477 332.5903l-.121.069v1.14l.121-.069 52.685 30.415v60.837l-52.685 30.419-.121-.071v1.14l.121.07 53.67-30.988v-61.977zM163.0083 536.396l-.397.229-61.209-35.337v1.139l61.209 35.338.397-.229z'/%3E%3Cpath d='M162.6109 392.0601l-61.208 35.338v1.139l61.208-35.337 60.355 34.844v-1.138z'/%3E%3Cpath d='M75.5206 413.8096v100.506l38.792 22.396v1.139l-39.776-22.965v-101.645l.246-.142 87.71-50.642v1.141zM274.085 561.6109l-.246-.143-87.782-50.678v-79.113h.985v78.543l87.043 50.251 86.156-49.741v1.139z'/%3E%3Cpath d='M251.0391 414.6309l47.199 27.248v55.032l-47.662 27.518-.412-.237v1.14l.412.237 48.647-28.088v-56.172l-48.184-27.818zM227.7051 589.8228l47.389 27.359 47.518-27.433v-1.139l-47.518 27.433-47.389-27.359z'/%3E%3Cpath d='M275.0943 638.188l-65.933-38.065v1.138l65.686 37.925.247.142 67.578-39.016.246-.143v-78.32l-67.515-38.98v1.139l66.53 38.41v77.181zM72.4644 151.957l.246-.143 74.609 43.073.247.143v86.435l-73.499 42.431v-1.139l72.513-41.862V195.6l-73.87-42.646-70.963 40.97v-1.138zM38.6006 379.4614l.397.229 61.209-35.337v1.139l-61.209 35.338-.397-.229zM116.7212 112.7769l-47.518-27.432-47.663 27.516v53.994h-.985v-54.564l48.648-28.086 47.518 27.433zM68.6368 372.2256l-47.508 27.427v52.67h-.985v-53.24l48.493-27.997zM73.6851 594.5083l.397.229 61.209-35.337v1.138l-61.209 35.339-.397-.229zM74.0826 450.1724l61.208 35.338v1.139l-61.208-35.337-60.355 34.844v-1.138z'/%3E%3Cpath d='M75.7964 622.8579v-1.14l85.376-49.291v-100.505l-86.972-50.213v-1.14l87.711 50.642.247.141v101.645zM197.6953 293.2378l-61.208 35.338v1.139l61.208-35.337 60.355 34.844v-1.138zM301.5254 513.8276l-48.647-28.087v-31.742h.983v31.173l47.664 27.515 47.517-27.432v1.139z'/%3E%3Cpath d='M301.834 379.5137v1.139l66.53 38.411v77.181l-66.839 38.589-66.839-38.589v-77.181l.029-.017h-1.014v77.767l67.578 39.017.246.142 67.578-39.016.246-.143v-78.32z'/%3E%3Cpath d='M333.3228 343.3369v54.752l-47.663 27.518v1.14l48.648-28.088v-55.322zM306.4043 147.8594l61.208-35.338v-1.139l-61.208 35.337-60.355-34.844v1.139zM275.7554 245.7456c.112-2.417-1.764-4.476-4.182-4.59-1.231-.056-2.437.41-3.309 1.282a4.3757 4.3757 0 0 0-1.28 2.903c-.055 1.171.35 2.294 1.14 3.161.79.866 1.87 1.374 3.043 1.428 1.23.057 2.436-.411 3.308-1.283.775-.775 1.229-1.805 1.28-2.901m-4.152-5.231c2.771.131 4.922 2.49 4.794 5.261-.059 1.256-.58 2.437-1.468 3.325-1 .999-2.382 1.535-3.792 1.47-1.344-.062-2.582-.643-3.488-1.637-.906-.993-1.37-2.28-1.307-3.623a5.0226 5.0226 0 0 1 1.468-3.327c.999-.999 2.382-1.534 3.793-1.469'/%3E%3Cpath d='M273.4131 245.6362c.052-1.125-.822-2.083-1.949-2.136-1.083-.049-2.087.864-2.136 1.949-.052 1.125.821 2.084 1.948 2.136.573.027 1.134-.19 1.54-.596.361-.361.573-.841.597-1.353m-1.919-2.777c1.48.069 2.629 1.328 2.56 2.807-.031.672-.31 1.303-.784 1.777-.534.533-1.272.819-2.024.783-1.48-.068-2.628-1.327-2.56-2.807.031-.671.31-1.302.784-1.776.532-.533 1.27-.819 2.024-.784M191.668 111.3267c.112-2.417-1.764-4.476-4.182-4.59-1.231-.056-2.437.41-3.309 1.282-.776.776-1.23 1.806-1.281 2.903-.054 1.171.351 2.294 1.141 3.16.79.867 1.87 1.374 3.043 1.429 1.23.057 2.436-.411 3.308-1.283.775-.775 1.229-1.805 1.28-2.901m-4.152-5.231c2.771.13 4.922 2.49 4.794 5.26-.059 1.257-.58 2.438-1.468 3.326-1 .999-2.382 1.535-3.792 1.47-1.344-.062-2.582-.644-3.488-1.637-.906-.994-1.37-2.28-1.307-3.623a5.0226 5.0226 0 0 1 1.468-3.327c.999-.999 2.382-1.534 3.793-1.469'/%3E%3Cpath d='M189.3257 111.2173c.052-1.125-.822-2.083-1.949-2.136-1.083-.05-2.087.864-2.136 1.949-.052 1.125.821 2.084 1.948 2.136.573.027 1.134-.19 1.54-.596.361-.361.573-.842.597-1.353m-1.919-2.777c1.48.069 2.629 1.328 2.56 2.807-.031.671-.31 1.302-.784 1.777-.534.533-1.272.818-2.024.783-1.48-.068-2.628-1.327-2.56-2.807.031-.671.31-1.302.784-1.776.532-.533 1.27-.819 2.024-.784M139.7051 141.7012c.112-2.417-1.765-4.476-4.182-4.589-1.232-.057-2.438.41-3.309 1.282-.776.775-1.23 1.806-1.281 2.902-.055 1.172.351 2.294 1.14 3.161.79.867 1.871 1.374 3.043 1.428 1.231.057 2.436-.41 3.308-1.282a4.3837 4.3837 0 0 0 1.281-2.902m-4.152-5.23c2.771.13 4.922 2.49 4.793 5.26a5.0157 5.0157 0 0 1-1.468 3.325c-.999 1-2.381 1.536-3.792 1.471-1.343-.063-2.582-.644-3.487-1.638-.906-.993-1.37-2.28-1.308-3.623.059-1.256.58-2.438 1.469-3.326.999-.999 2.381-1.535 3.793-1.469'/%3E%3Cpath d='M137.3628 141.5923c.052-1.125-.822-2.083-1.949-2.136-1.083-.05-2.087.864-2.137 1.949-.052 1.125.822 2.084 1.948 2.136.573.027 1.135-.19 1.541-.596.36-.361.573-.842.597-1.353m-1.92-2.777c1.481.069 2.629 1.328 2.561 2.807a2.683 2.683 0 0 1-.785 1.777c-.533.533-1.271.818-2.023.783-1.48-.068-2.628-1.327-2.561-2.807.032-.671.31-1.302.784-1.776a2.6924 2.6924 0 0 1 2.024-.784M222.1841 110.0864c.165-3.551-2.592-6.577-6.145-6.744-1.809-.084-3.581.602-4.862 1.884-1.14 1.139-1.808 2.653-1.882 4.264-.081 1.722.515 3.371 1.675 4.645 1.161 1.273 2.749 2.019 4.471 2.099 1.808.083 3.58-.604 4.862-1.885 1.138-1.138 1.806-2.652 1.881-4.263m-6.101-7.687c4.072.193 7.232 3.66 7.044 7.73-.087 1.847-.852 3.582-2.157 4.887-1.469 1.468-3.499 2.256-5.572 2.16-1.975-.091-3.794-.946-5.125-2.405-1.331-1.46-2.012-3.351-1.921-5.324.086-1.846.852-3.582 2.158-4.888 1.467-1.468 3.499-2.255 5.573-2.16'/%3E%3Cpath d='M215.9214 105.8452c2.175.102 3.864 1.951 3.763 4.125a3.939 3.939 0 0 1-1.153 2.61 3.9475 3.9475 0 0 1-2.974 1.152c-2.174-.1-3.861-1.951-3.761-4.125.046-.986.455-1.913 1.151-2.61a3.9588 3.9588 0 0 1 2.974-1.152M241.3091 120.8257c.165-3.551-2.592-6.577-6.145-6.744-1.809-.084-3.581.602-4.862 1.884-1.14 1.139-1.808 2.653-1.882 4.264-.081 1.722.515 3.371 1.675 4.645 1.161 1.273 2.749 2.019 4.471 2.099 1.808.083 3.58-.604 4.862-1.885 1.138-1.138 1.806-2.652 1.881-4.263m-6.101-7.687c4.072.193 7.232 3.66 7.044 7.73-.087 1.847-.852 3.582-2.157 4.887-1.469 1.468-3.499 2.256-5.572 2.16-1.975-.091-3.794-.946-5.125-2.405-1.331-1.46-2.012-3.351-1.921-5.324.086-1.846.852-3.582 2.158-4.888 1.467-1.468 3.499-2.255 5.573-2.16'/%3E%3Cpath d='M235.0464 116.5845c2.175.102 3.864 1.952 3.763 4.125a3.939 3.939 0 0 1-1.153 2.61 3.9475 3.9475 0 0 1-2.974 1.152c-2.174-.1-3.861-1.95-3.761-4.125.046-.986.455-1.913 1.151-2.61a3.9588 3.9588 0 0 1 2.974-1.152M365.4419 187.8657c.164-3.551-2.593-6.576-6.145-6.744-1.81-.083-3.582.603-4.863 1.884-1.139 1.139-1.807 2.653-1.882 4.265-.08 1.721.515 3.37 1.676 4.644s2.748 2.019 4.471 2.099c1.808.083 3.58-.603 4.861-1.884 1.139-1.139 1.807-2.653 1.882-4.264m-6.102-7.686c4.073.192 7.233 3.659 7.044 7.73-.086 1.846-.851 3.581-2.157 4.887-1.469 1.468-3.499 2.255-5.572 2.159-1.974-.091-3.794-.945-5.124-2.405-1.331-1.46-2.013-3.351-1.922-5.324.086-1.846.852-3.582 2.158-4.888 1.468-1.468 3.499-2.255 5.573-2.159'/%3E%3Cpath d='M359.1792 183.625c2.175.101 3.863 1.951 3.763 4.125a3.9437 3.9437 0 0 1-1.153 2.61 3.9518 3.9518 0 0 1-2.974 1.151c-2.174-.1-3.862-1.95-3.761-4.124.045-.987.454-1.914 1.151-2.61.783-.783 1.867-1.204 2.974-1.152M388.3648 201.7666c.164-3.551-2.593-6.576-6.146-6.744-1.809-.083-3.581.603-4.862 1.884-1.139 1.139-1.807 2.653-1.882 4.265-.08 1.721.516 3.371 1.676 4.644 1.161 1.274 2.748 2.019 4.471 2.099 1.808.083 3.58-.603 4.861-1.884 1.139-1.139 1.807-2.653 1.882-4.264m-6.102-7.686c4.073.192 7.233 3.659 7.044 7.73-.086 1.846-.851 3.581-2.157 4.887-1.469 1.468-3.499 2.255-5.572 2.16-1.974-.092-3.794-.946-5.124-2.406-1.331-1.46-2.013-3.351-1.921-5.324.085-1.846.851-3.582 2.157-4.888 1.468-1.468 3.499-2.255 5.573-2.159'/%3E%3Cpath d='M382.1021 197.5259c2.175.102 3.863 1.951 3.763 4.125a3.9437 3.9437 0 0 1-1.153 2.61 3.949 3.949 0 0 1-2.974 1.152c-2.174-.101-3.862-1.951-3.761-4.125.045-.987.454-1.914 1.15-2.61a3.961 3.961 0 0 1 2.975-1.152M222.0274 54.5884c.165-3.551-2.592-6.577-6.145-6.744-1.81-.084-3.582.602-4.863 1.884-1.139 1.139-1.807 2.653-1.882 4.264-.08 1.722.516 3.371 1.676 4.645 1.161 1.273 2.749 2.019 4.471 2.099 1.808.083 3.58-.604 4.862-1.885 1.138-1.138 1.806-2.653 1.881-4.263m-6.101-7.687c4.072.192 7.232 3.66 7.043 7.73-.086 1.847-.851 3.582-2.156 4.887-1.469 1.468-3.499 2.256-5.573 2.16-1.974-.091-3.793-.946-5.124-2.405-1.331-1.46-2.012-3.351-1.921-5.324a7.382 7.382 0 0 1 2.157-4.888c1.468-1.469 3.5-2.255 5.574-2.16'/%3E%3Cpath d='M215.7647 50.3472c2.175.102 3.864 1.951 3.763 4.125a3.9437 3.9437 0 0 1-1.153 2.61 3.949 3.949 0 0 1-2.974 1.152c-2.174-.1-3.862-1.951-3.761-4.125.045-.987.455-1.913 1.151-2.61a3.9573 3.9573 0 0 1 2.974-1.152M250.0689 178.7012c.07-1.502-1.097-2.783-2.6-2.854a2.7354 2.7354 0 0 0-2.057.798 2.7205 2.7205 0 0 0-.797 1.804c-.034.729.218 1.426.709 1.965.492.539 1.163.855 1.892.889.765.035 1.515-.256 2.057-.798.482-.482.764-1.122.796-1.804m-2.581-3.252c1.723.081 3.06 1.548 2.98 3.271-.037.781-.36 1.515-.913 2.067-.621.622-1.48.955-2.357.914-.836-.039-1.606-.4-2.169-1.018-.563-.617-.851-1.417-.813-2.252.037-.781.361-1.516.914-2.068a3.139 3.139 0 0 1 2.358-.914'/%3E%3Cpath d='M247.419 176.9067c.92.043 1.635.826 1.592 1.746a1.666 1.666 0 0 1-.488 1.104c-.331.332-.79.509-1.258.487-.92-.042-1.634-.825-1.591-1.745.019-.418.192-.81.487-1.105.331-.331.79-.508 1.258-.487M186.8882 225.4399c.069-1.502-1.097-2.783-2.6-2.854a2.74 2.74 0 0 0-2.058.798 2.7241 2.7241 0 0 0-.796 1.804c-.034.729.218 1.426.709 1.965.491.539 1.163.855 1.892.889.765.035 1.515-.256 2.057-.798.482-.482.764-1.122.796-1.804m-2.582-3.252c1.723.081 3.061 1.548 2.98 3.271-.036.781-.36 1.515-.912 2.067-.621.622-1.481.955-2.358.914-.835-.039-1.605-.4-2.168-1.018-.563-.617-.852-1.417-.813-2.253.037-.78.36-1.515.913-2.067a3.1404 3.1404 0 0 1 2.358-.914'/%3E%3Cpath d='M184.2383 223.6455c.92.043 1.635.826 1.592 1.746a1.666 1.666 0 0 1-.488 1.104c-.332.332-.79.509-1.258.487-.92-.043-1.634-.825-1.592-1.745.019-.418.193-.81.488-1.104.331-.332.79-.509 1.258-.488M250.231 128.4604c.07-1.502-1.097-2.783-2.6-2.854a2.734 2.734 0 0 0-2.057.798 2.7205 2.7205 0 0 0-.797 1.804c-.034.729.219 1.426.709 1.965.492.539 1.163.854 1.892.888.765.036 1.515-.255 2.057-.797.482-.482.764-1.122.796-1.804m-2.581-3.252c1.723.081 3.06 1.548 2.98 3.271-.036.78-.36 1.515-.913 2.067-.621.622-1.48.955-2.357.914-.836-.039-1.606-.4-2.169-1.018-.563-.617-.851-1.418-.813-2.253.037-.781.361-1.515.914-2.068.621-.621 1.48-.953 2.358-.913'/%3E%3Cpath d='M247.5811 126.666c.92.043 1.635.826 1.592 1.745a1.67 1.67 0 0 1-.487 1.105c-.332.332-.791.509-1.259.487-.92-.043-1.634-.825-1.591-1.745.019-.418.192-.81.487-1.105.331-.331.79-.509 1.258-.487M274.0982 275.7905c.07-1.502-1.097-2.783-2.6-2.854a2.7354 2.7354 0 0 0-2.057.798 2.7205 2.7205 0 0 0-.797 1.804c-.034.729.219 1.426.709 1.965.492.539 1.163.855 1.892.889.765.035 1.515-.256 2.057-.798.482-.482.765-1.122.796-1.804m-2.581-3.252c1.723.081 3.06 1.548 2.98 3.271a3.116 3.116 0 0 1-.913 2.067c-.621.622-1.48.955-2.357.914-.836-.039-1.606-.4-2.169-1.018-.563-.617-.851-1.418-.813-2.253.037-.781.361-1.515.914-2.067.621-.622 1.48-.954 2.358-.914'/%3E%3Cpath d='M271.4483 273.9961c.921.043 1.635.826 1.592 1.746-.019.417-.193.809-.487 1.104-.332.332-.791.509-1.259.487-.92-.043-1.634-.825-1.591-1.745.019-.418.192-.81.487-1.105.331-.331.79-.509 1.258-.487M79.2764 413.6802c.104-2.254-1.646-4.175-3.901-4.281a4.1064 4.1064 0 0 0-3.086 1.196 4.0803 4.0803 0 0 0-1.195 2.707c-.051 1.092.327 2.14 1.064 2.948.737.808 1.744 1.282 2.838 1.332a4.104 4.104 0 0 0 3.086-1.196 4.093 4.093 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.323 4.471 4.906-.055 1.172-.54 2.274-1.369 3.102a4.7012 4.7012 0 0 1-3.537 1.371c-1.253-.058-2.408-.6-3.253-1.526-.845-.927-1.277-2.127-1.219-3.38a4.683 4.683 0 0 1 1.369-3.103c.932-.931 2.222-1.431 3.538-1.37'/%3E%3Cpath d='M75.3008 410.9878c1.381.064 2.453 1.239 2.388 2.619a2.4958 2.4958 0 0 1-.731 1.656c-.498.498-1.186.765-1.888.731-1.38-.063-2.451-1.238-2.388-2.618.03-.626.289-1.215.731-1.657a2.5132 2.5132 0 0 1 1.888-.731M79.0992 451.3609c.104-2.254-1.646-4.175-3.9-4.281a4.1071 4.1071 0 0 0-3.087 1.196 4.0918 4.0918 0 0 0-1.195 2.707c-.051 1.093.327 2.14 1.064 2.948.737.808 1.744 1.282 2.838 1.332a4.104 4.104 0 0 0 3.086-1.196 4.0883 4.0883 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.322 4.471 4.906-.055 1.172-.54 2.274-1.369 3.103-.932.932-2.221 1.432-3.537 1.371-1.253-.059-2.408-.601-3.253-1.527-.845-.927-1.277-2.127-1.219-3.38a4.683 4.683 0 0 1 1.369-3.103c.932-.931 2.222-1.43 3.538-1.37'/%3E%3Cpath d='M75.1236 448.6685c1.381.064 2.453 1.239 2.389 2.618a2.4993 2.4993 0 0 1-.732 1.657c-.498.498-1.186.764-1.888.731-1.38-.064-2.451-1.237-2.387-2.618a2.504 2.504 0 0 1 .73-1.657 2.5147 2.5147 0 0 1 1.888-.731M56.6031 353.0093c.104-2.254-1.646-4.175-3.9-4.281a4.1071 4.1071 0 0 0-3.087 1.196 4.0897 4.0897 0 0 0-1.195 2.707c-.05 1.092.328 2.14 1.064 2.948.737.808 1.744 1.282 2.838 1.332a4.1026 4.1026 0 0 0 3.086-1.196 4.0883 4.0883 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.323 4.472 4.906-.055 1.172-.541 2.274-1.37 3.102a4.7012 4.7012 0 0 1-3.537 1.371c-1.253-.058-2.408-.6-3.253-1.526-.844-.927-1.277-2.127-1.219-3.38a4.683 4.683 0 0 1 1.369-3.103c.932-.931 2.222-1.431 3.538-1.37'/%3E%3Cpath d='M52.628 350.3169c1.381.064 2.452 1.239 2.388 2.619a2.5005 2.5005 0 0 1-.731 1.656c-.498.498-1.186.765-1.888.731-1.38-.063-2.451-1.238-2.388-2.618a2.503 2.503 0 0 1 .731-1.657 2.5094 2.5094 0 0 1 1.888-.731M346.4473 542.9068c.104-2.254-1.646-4.174-3.9-4.28a4.1025 4.1025 0 0 0-3.087 1.195 4.0939 4.0939 0 0 0-1.195 2.707c-.05 1.093.328 2.14 1.064 2.948.737.809 1.744 1.283 2.838 1.332a4.0989 4.0989 0 0 0 3.086-1.196 4.0883 4.0883 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.323 4.472 4.906-.055 1.172-.541 2.275-1.37 3.103-.932.932-2.221 1.432-3.537 1.371-1.253-.059-2.408-.601-3.253-1.527-.844-.927-1.277-2.126-1.219-3.379a4.683 4.683 0 0 1 1.369-3.103c.932-.932 2.222-1.431 3.538-1.371'/%3E%3Cpath d='M342.4722 540.2153c1.38.063 2.452 1.238 2.388 2.618a2.5005 2.5005 0 0 1-.731 1.656c-.498.498-1.186.765-1.888.732-1.38-.064-2.451-1.238-2.388-2.618.029-.626.289-1.215.731-1.658a2.5086 2.5086 0 0 1 1.888-.73M190.7398 432.1519c.104-2.254-1.646-4.175-3.9-4.281a4.1071 4.1071 0 0 0-3.087 1.196 4.0897 4.0897 0 0 0-1.195 2.707c-.051 1.093.328 2.14 1.064 2.948.737.808 1.744 1.282 2.838 1.332a4.104 4.104 0 0 0 3.086-1.196 4.0883 4.0883 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.323 4.471 4.906-.055 1.172-.54 2.274-1.369 3.102a4.7012 4.7012 0 0 1-3.537 1.371c-1.253-.058-2.408-.6-3.253-1.526-.844-.927-1.277-2.127-1.219-3.38.054-1.172.54-2.274 1.369-3.102.932-.932 2.222-1.431 3.538-1.371'/%3E%3Cpath d='M186.7642 429.46c1.381.064 2.453 1.238 2.389 2.618a2.4993 2.4993 0 0 1-.732 1.657c-.498.498-1.186.764-1.887.731-1.381-.064-2.452-1.238-2.388-2.618.029-.626.288-1.215.73-1.657a2.5109 2.5109 0 0 1 1.888-.731M312.2632 329.3613c.13-2.795-2.041-5.177-4.836-5.309-1.425-.065-2.82.475-3.829 1.483-.897.897-1.422 2.089-1.481 3.357-.063 1.355.406 2.654 1.319 3.657.914 1.001 2.164 1.589 3.52 1.651a5.0867 5.0867 0 0 0 3.826-1.483c.897-.896 1.422-2.088 1.481-3.356m-4.802-6.05c3.205.151 5.692 2.881 5.544 6.084-.068 1.453-.67 2.82-1.698 3.847-1.155 1.156-2.754 1.775-4.386 1.701-1.554-.073-2.986-.746-4.033-1.894-1.048-1.149-1.584-2.638-1.513-4.191a5.8167 5.8167 0 0 1 1.699-3.848c1.155-1.155 2.754-1.774 4.387-1.699'/%3E%3Cpath d='M307.334 326.0229c1.712.08 3.041 1.536 2.961 3.247a3.1022 3.1022 0 0 1-.906 2.055c-.618.617-1.471.947-2.342.906-1.711-.079-3.039-1.535-2.96-3.247.036-.776.358-1.506.906-2.054.616-.616 1.469-.948 2.341-.907M78.1133 340.4756c.127-2.754-2.011-5.101-4.766-5.231-1.404-.065-2.778.468-3.772 1.461a4.9954 4.9954 0 0 0-1.46 3.308c-.062 1.336.4 2.615 1.3 3.603.901.987 2.132 1.566 3.468 1.628a5.0212 5.0212 0 0 0 3.771-1.462c.883-.883 1.401-2.057 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.996a5.726 5.726 0 0 1-1.673 3.791c-1.139 1.138-2.714 1.749-4.322 1.675-1.531-.071-2.943-.734-3.975-1.866-1.032-1.133-1.561-2.599-1.49-4.13a5.726 5.726 0 0 1 1.673-3.791c1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M73.2554 337.186c1.687.079 2.997 1.514 2.918 3.2a3.0565 3.0565 0 0 1-.893 2.024c-.608.609-1.449.934-2.307.893-1.687-.077-2.995-1.513-2.918-3.199.036-.765.353-1.484.893-2.024a3.068 3.068 0 0 1 2.307-.894M276.3628 426.2183c.127-2.754-2.011-5.101-4.767-5.231-1.403-.064-2.777.468-3.772 1.461a4.999 4.999 0 0 0-1.459 3.308c-.062 1.336.4 2.615 1.3 3.603.9.987 2.132 1.566 3.468 1.628 1.402.064 2.776-.468 3.771-1.462a4.9971 4.9971 0 0 0 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.996a5.7306 5.7306 0 0 1-1.673 3.791c-1.139 1.138-2.714 1.749-4.322 1.675-1.531-.071-2.943-.734-3.975-1.866-1.032-1.133-1.561-2.599-1.49-4.13.066-1.432.66-2.778 1.673-3.791 1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M271.5049 422.9292c1.687.078 2.997 1.513 2.918 3.199a3.059 3.059 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.893-1.687-.078-2.995-1.513-2.918-3.2.035-.765.353-1.483.893-2.024a3.071 3.071 0 0 1 2.307-.893M191.0547 510.7466c.128-2.755-2.011-5.102-4.766-5.231a5.0202 5.0202 0 0 0-3.772 1.46 5.0004 5.0004 0 0 0-1.46 3.309c-.062 1.335.4 2.614 1.3 3.603.901.987 2.132 1.565 3.469 1.628a5.019 5.019 0 0 0 3.77-1.462c.883-.883 1.401-2.058 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.995-.066 1.432-.66 2.779-1.673 3.791a5.7507 5.7507 0 0 1-4.322 1.675c-1.531-.071-2.943-.733-3.975-1.866-1.032-1.132-1.561-2.599-1.49-4.129.067-1.432.661-2.778 1.674-3.791 1.138-1.139 2.714-1.749 4.323-1.675'/%3E%3Cpath d='M186.1973 507.4566c1.687.079 2.997 1.514 2.918 3.2a3.059 3.059 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.892-1.687-.077-2.995-1.513-2.918-3.199.036-.765.353-1.484.893-2.024a3.068 3.068 0 0 1 2.307-.894M303.4951 497.7466c.127-2.754-2.011-5.101-4.766-5.23a5.0112 5.0112 0 0 0-3.772 1.46 4.9954 4.9954 0 0 0-1.46 3.308c-.062 1.336.4 2.615 1.3 3.603.901.988 2.132 1.566 3.468 1.628 1.402.065 2.777-.468 3.771-1.461a4.997 4.997 0 0 0 1.459-3.308m-4.732-5.962c3.158.15 5.609 2.839 5.463 5.996-.067 1.432-.661 2.779-1.673 3.79a5.7478 5.7478 0 0 1-4.322 1.676c-1.531-.071-2.943-.734-3.975-1.866-1.032-1.132-1.561-2.599-1.49-4.129.066-1.433.66-2.778 1.673-3.792 1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M298.6372 494.4575c1.687.078 2.997 1.514 2.918 3.199a3.0569 3.0569 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.893-1.687-.078-2.995-1.513-2.918-3.199a3.057 3.057 0 0 1 .893-2.024 3.068 3.068 0 0 1 2.307-.894M346.9121 522.2202c.127-2.755-2.011-5.102-4.766-5.231a5.0158 5.0158 0 0 0-3.772 1.461c-.884.883-1.402 2.058-1.46 3.308-.062 1.335.4 2.614 1.3 3.603.901.987 2.132 1.566 3.468 1.628a5.0212 5.0212 0 0 0 3.771-1.462 4.9992 4.9992 0 0 0 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.995-.067 1.433-.661 2.779-1.673 3.791-1.139 1.139-2.714 1.749-4.322 1.676-1.531-.071-2.943-.734-3.975-1.866-1.032-1.133-1.561-2.599-1.49-4.13.066-1.432.66-2.778 1.673-3.791 1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M342.0542 518.9302c1.687.079 2.997 1.514 2.918 3.2a3.059 3.059 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.892-1.687-.077-2.995-1.513-2.918-3.199.036-.765.353-1.484.893-2.024a3.068 3.068 0 0 1 2.307-.894M214.1402 601.062c.128-2.754-2.011-5.101-4.766-5.23a5.0112 5.0112 0 0 0-3.772 1.46 4.9954 4.9954 0 0 0-1.46 3.308c-.062 1.336.4 2.615 1.3 3.603.901.988 2.132 1.566 3.468 1.628 1.403.065 2.777-.468 3.771-1.461a4.997 4.997 0 0 0 1.459-3.308m-4.732-5.962c3.158.15 5.609 2.839 5.463 5.996a5.7193 5.7193 0 0 1-1.673 3.79 5.7478 5.7478 0 0 1-4.322 1.676c-1.531-.071-2.943-.733-3.975-1.866-1.032-1.132-1.561-2.599-1.49-4.129.066-1.433.661-2.778 1.674-3.792 1.138-1.139 2.714-1.749 4.323-1.675'/%3E%3Cpath d='M209.2827 597.773c1.687.078 2.997 1.514 2.918 3.199a3.0569 3.0569 0 0 1-.893 2.025c-.609.608-1.449.933-2.307.893-1.687-.078-2.996-1.513-2.918-3.199.035-.766.353-1.484.893-2.024a3.0666 3.0666 0 0 1 2.307-.894M140.6065 486.3696c.128-2.755-2.011-5.102-4.766-5.231a5.0202 5.0202 0 0 0-3.772 1.46c-.884.884-1.401 2.059-1.46 3.309-.062 1.335.4 2.614 1.3 3.603.901.987 2.132 1.565 3.468 1.628a5.0197 5.0197 0 0 0 3.771-1.462c.883-.883 1.401-2.058 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.995-.066 1.432-.66 2.779-1.673 3.791a5.7507 5.7507 0 0 1-4.322 1.675c-1.531-.071-2.943-.733-3.975-1.866-1.032-1.132-1.561-2.599-1.49-4.129.067-1.433.661-2.778 1.674-3.791 1.138-1.14 2.714-1.749 4.323-1.675'/%3E%3Cpath d='M135.7491 483.0796c1.687.079 2.997 1.514 2.918 3.199a3.0593 3.0593 0 0 1-.893 2.026c-.608.607-1.449.933-2.307.892-1.687-.077-2.995-1.513-2.918-3.199.035-.765.353-1.484.893-2.024a3.0666 3.0666 0 0 1 2.307-.894M167.5899 537.5659c.127-2.755-2.011-5.102-4.766-5.231a5.0158 5.0158 0 0 0-3.772 1.461c-.884.883-1.402 2.058-1.46 3.308-.062 1.335.4 2.614 1.3 3.603.901.987 2.132 1.566 3.468 1.628 1.402.064 2.776-.468 3.771-1.462a4.9992 4.9992 0 0 0 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.995-.067 1.433-.661 2.779-1.673 3.791-1.139 1.139-2.714 1.749-4.322 1.676-1.531-.071-2.943-.734-3.975-1.866-1.032-1.133-1.561-2.599-1.49-4.13.066-1.432.66-2.778 1.673-3.791 1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M162.732 534.2759c1.687.079 2.997 1.514 2.918 3.2a3.059 3.059 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.892-1.687-.077-2.995-1.513-2.918-3.199.036-.765.353-1.484.893-2.024a3.0719 3.0719 0 0 1 2.307-.894M247.1241 414.8604c0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M218.021 428.0444c0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M213.2823 456.4702c0-2.73 2.214-4.944 4.945-4.944 2.731 0 4.945 2.214 4.945 4.944 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M270.7676 483.9351c0-2.73 2.214-4.945 4.945-4.945 2.731 0 4.945 2.215 4.945 4.945 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M245.6304 525.5689c0-2.73 2.214-4.944 4.945-4.944 2.731 0 4.945 2.214 4.945 4.944 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M96.4576 502.4273c0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945 0 2.73-2.214 4.944-4.945 4.944-2.731 0-4.945-2.214-4.945-4.944M222.7603 589.8228c0-2.73 2.214-4.944 4.945-4.944 2.731 0 4.945 2.214 4.945 4.944 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M192.8843 349.7202c0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M356.5122 511.5151c0-2.059 1.669-3.728 3.729-3.728 2.058 0 3.727 1.669 3.727 3.728s-1.669 3.728-3.727 3.728c-2.06 0-3.729-1.669-3.729-3.728M112.7862 54.29c0-4.21 3.413-7.623 7.624-7.623 4.21 0 7.623 3.413 7.623 7.623 0 4.21-3.413 7.624-7.623 7.624-4.211 0-7.624-3.414-7.624-7.624M177.8433 133.77c0-3.229 2.618-5.846 5.847-5.846 3.228 0 5.846 2.617 5.846 5.846s-2.618 5.847-5.846 5.847c-3.229 0-5.847-2.618-5.847-5.847M97.0816 428.5371c0-2.387 1.935-4.321 4.321-4.321 2.387 0 4.321 1.934 4.321 4.321 0 2.386-1.934 4.321-4.321 4.321-2.386 0-4.321-1.935-4.321-4.321M155.0533 573.189c0-3.662 2.969-6.631 6.631-6.631 3.663 0 6.632 2.969 6.632 6.631 0 3.662-2.969 6.632-6.632 6.632-3.662 0-6.631-2.97-6.631-6.632M267.46 101.2065c0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462 0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462M270.5952 74.6152c0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462 0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462M244.4126 224.5366c0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462 0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462M164.0279 160.4058c0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462 0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462M97.7823 112.1489c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.488-1.114-2.488-2.488M97.7823 121.2095c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.488-1.114-2.488-2.488M157.2232 77.6274c0-1.375 1.114-2.488 2.488-2.488 1.374 0 2.488 1.113 2.488 2.488 0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.488-1.114-2.488-2.488M97.7823 43.2729c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.375-1.114 2.488-2.488 2.488-1.374 0-2.488-1.113-2.488-2.488M69.3335 127.9238c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.488-1.114-2.488-2.488M181.2017 201.4687c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.375-1.114 2.488-2.488 2.488-1.374 0-2.488-1.113-2.488-2.488M68.605 224.8589c0-2.026 1.643-3.669 3.668-3.669 2.027 0 3.669 1.643 3.669 3.669s-1.642 3.668-3.669 3.668c-2.025 0-3.668-1.642-3.668-3.668M255.7237 301.4712c0-1.635 1.326-2.961 2.961-2.961 1.635 0 2.961 1.326 2.961 2.961 0 1.635-1.326 2.961-2.961 2.961-1.635 0-2.961-1.326-2.961-2.961M192.8023 294.3774c0-2.703 2.19-4.894 4.893-4.894s4.893 2.191 4.893 4.894c0 2.702-2.19 4.893-4.893 4.893s-4.893-2.191-4.893-4.893M328.2588 398.3569c0-2.703 2.191-4.894 4.894-4.894 2.702 0 4.893 2.191 4.893 4.894 0 2.702-2.191 4.893-4.893 4.893-2.703 0-4.894-2.191-4.894-4.893M306.7471 158.9585c0-1.437 1.165-2.601 2.601-2.601 1.437 0 2.602 1.164 2.602 2.601s-1.165 2.602-2.602 2.602c-1.436 0-2.601-1.165-2.601-2.602M132.7207 194.9639c0-1.437 1.165-2.601 2.601-2.601 1.437 0 2.601 1.164 2.601 2.601s-1.164 2.602-2.601 2.602c-1.436 0-2.601-1.165-2.601-2.602M208.4405 211.064c0-1.437 1.165-2.602 2.601-2.602 1.437 0 2.602 1.165 2.602 2.602 0 1.437-1.165 2.601-2.602 2.601-1.436 0-2.601-1.164-2.601-2.601M329.9268 211.3437c0-1.437 1.165-2.601 2.601-2.601 1.437 0 2.602 1.164 2.602 2.601s-1.165 2.601-2.602 2.601c-1.436 0-2.601-1.164-2.601-2.601M322.8379 134.4233c0-3.077 2.495-5.572 5.572-5.572s5.573 2.495 5.573 5.572-2.496 5.572-5.573 5.572c-3.077 0-5.572-2.495-5.572-5.572M159.8921 362.457c0-1.437 1.165-2.601 2.601-2.601 1.437 0 2.602 1.164 2.602 2.601s-1.165 2.602-2.602 2.602c-1.436 0-2.601-1.165-2.601-2.602M167.6719.0044c2.175.101 3.864 1.951 3.763 4.125a3.939 3.939 0 0 1-1.153 2.61 3.9504 3.9504 0 0 1-2.974 1.151c-2.174-.1-3.861-1.95-3.761-4.124.046-.987.455-1.914 1.151-2.61.783-.783 1.868-1.204 2.974-1.152M359.1792 120.9604c2.175.101 3.863 1.951 3.763 4.125a3.9437 3.9437 0 0 1-1.153 2.61 3.9518 3.9518 0 0 1-2.974 1.151c-2.174-.1-3.862-1.95-3.761-4.124.045-.987.454-1.914 1.151-2.61.783-.783 1.867-1.204 2.974-1.152M143.543 285.1963a4.7205 4.7205 0 0 1-1.379-3.127c-.121-2.606 1.901-4.824 4.507-4.944 1.326-.062 2.624.44 3.564 1.38a4.7178 4.7178 0 0 1 1.381 3.128c.121 2.605-1.902 4.822-4.509 4.943-1.326.062-2.626-.442-3.564-1.38M70.0889 154.8774a3.0977 3.0977 0 0 1-.906-2.054c-.079-1.712 1.249-3.168 2.96-3.247.871-.041 1.724.289 2.342.906.548.549.871 1.279.907 2.055.079 1.711-1.25 3.167-2.962 3.247a3.117 3.117 0 0 1-2.341-.907M255.4766 451.9038c.522.522.83 1.218.864 1.958.075 1.632-1.191 3.021-2.822 3.096a2.9627 2.9627 0 0 1-2.232-.865 2.9556 2.9556 0 0 1-.865-1.959c-.076-1.63 1.191-3.018 2.824-3.094.83-.039 1.644.276 2.231.864M139.5537 326.207a3.865 3.865 0 0 1 1.129 2.559c.098 2.132-1.556 3.946-3.689 4.045a3.8797 3.8797 0 0 1-2.916-1.13 3.8603 3.8603 0 0 1-1.129-2.559c-.099-2.131 1.556-3.945 3.689-4.044a3.8759 3.8759 0 0 1 2.916 1.129M35.1387 380.6011c0 1.912 1.55 3.462 3.462 3.462 1.912 0 3.462-1.55 3.462-3.462 0-1.912-1.55-3.462-3.462-3.462-1.912 0-3.462 1.55-3.462 3.462M0 193.4819c0 1.437 1.165 2.601 2.601 2.601 1.437 0 2.602-1.164 2.602-2.601s-1.165-2.601-2.602-2.601c-1.436 0-2.601 1.164-2.601 2.601M71.4854 323.2852c0 1.437 1.165 2.601 2.601 2.601 1.437 0 2.601-1.164 2.601-2.601s-1.164-2.602-2.601-2.602c-1.436 0-2.601 1.165-2.601 2.602M97.4249 344.6377c0 1.437 1.165 2.601 2.601 2.601 1.437 0 2.602-1.164 2.602-2.601s-1.165-2.602-2.602-2.602c-1.436 0-2.601 1.165-2.601 2.602M250.9937 111.875c0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945 0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945M198.2476 55.9844c0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945 0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945M386.8648 286.7778c0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.946-2.214-4.946-4.945 0-2.731 2.215-4.945 4.946-4.945s4.945 2.214 4.945 4.945M352.1089 486.0357c0 1.84-1.492 3.332-3.332 3.332-1.84 0-3.332-1.492-3.332-3.332 0-1.84 1.492-3.332 3.332-3.332 1.84 0 3.332 1.492 3.332 3.332M373.3462 111.3828c0 3.167-2.567 5.734-5.733 5.734-3.167 0-5.735-2.567-5.735-5.734s2.568-5.734 5.735-5.734c3.166 0 5.733 2.567 5.733 5.734M304.9868 379.5137c0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462 0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462M371.2329 427.771c0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.489-1.114-2.489-2.488 0-1.375 1.115-2.488 2.489-2.488 1.374 0 2.488 1.113 2.488 2.488M371.2329 418.71c0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.489-1.114-2.489-2.488 0-1.374 1.115-2.488 2.489-2.488 1.374 0 2.488 1.114 2.488 2.488M371.2329 496.647c0 1.374-1.114 2.487-2.488 2.487-1.374 0-2.489-1.113-2.489-2.487 0-1.375 1.115-2.488 2.489-2.488 1.374 0 2.488 1.113 2.488 2.488M336.2945 344.9556c0 1.437-1.165 2.601-2.602 2.601-1.436 0-2.601-1.164-2.601-2.601s1.165-2.601 2.601-2.601c1.437 0 2.602 1.164 2.602 2.601M260.5742 328.856c0 1.437-1.165 2.601-2.601 2.601-1.437 0-2.601-1.164-2.601-2.601s1.164-2.601 2.601-2.601c1.436 0 2.601 1.164 2.601 2.601M225.7393 332.8145c0 4.149-3.363 7.512-7.512 7.512-4.149 0-7.512-3.363-7.512-7.512 0-4.149 3.363-7.512 7.512-7.512 4.149 0 7.512 3.363 7.512 7.512M18.6724 486.1568c0-2.731-2.214-4.945-4.945-4.945-2.731 0-4.945 2.214-4.945 4.945 0 2.73 2.214 4.945 4.945 4.945 2.731 0 4.945-2.215 4.945-4.945M140.2359 560.5386c0-2.73-2.214-4.944-4.945-4.944-2.731 0-4.945 2.214-4.945 4.944 0 2.731 2.214 4.945 4.945 4.945 2.731 0 4.945-2.214 4.945-4.945M25.8062 451.5698c0-2.73-2.214-4.944-4.945-4.944-2.731 0-4.945 2.214-4.945 4.944 0 2.731 2.214 4.945 4.945 4.945 2.731 0 4.945-2.214 4.945-4.945M120.5704 112.2754c0-2.125-1.723-3.849-3.849-3.849-2.126 0-3.849 1.724-3.849 3.849 0 2.126 1.723 3.849 3.849 3.849 2.126 0 3.849-1.723 3.849-3.849M83.42 622.8579c0-4.211-3.413-7.624-7.624-7.624-4.209 0-7.623 3.413-7.623 7.624 0 4.21 3.414 7.623 7.623 7.623 4.211 0 7.624-3.413 7.624-7.623M70.9805 371.9097c0-1.437-1.165-2.601-2.601-2.601-1.437 0-2.602 1.164-2.602 2.601s1.165 2.602 2.602 2.602c1.436 0 2.601-1.165 2.601-2.602M77.0552 421.5855c0-1.133-.918-2.051-2.051-2.051s-2.051.918-2.051 2.051.918 2.051 2.051 2.051 2.051-.918 2.051-2.051M231.3135 422.7881a3.8588 3.8588 0 0 0 2.9 1.125c1.028-.048 1.975-.493 2.668-1.253.692-.76 1.047-1.744.999-2.771-.044-.961-.442-1.865-1.122-2.544a3.8586 3.8586 0 0 0-2.902-1.124c-2.119.1-3.764 1.905-3.666 4.024.045.96.444 1.864 1.123 2.543m5.843-5.841a4.4034 4.4034 0 0 1 1.287 2.916c.055 1.177-.352 2.305-1.146 3.176-.794.871-1.88 1.381-3.058 1.436-1.237.057-2.448-.413-3.324-1.289a4.4014 4.4014 0 0 1-1.287-2.916c-.112-2.428 1.773-4.497 4.202-4.611 1.238-.058 2.45.412 3.326 1.288'/%3E%3Cpath d='M235.7017 418.4014c.416.416.66.969.687 1.557.06 1.297-.947 2.401-2.245 2.461a2.358 2.358 0 0 1-1.774-.687c-.416-.415-.66-.969-.687-1.557-.061-1.297.947-2.4 2.245-2.461.66-.031 1.307.22 1.774.687M318.0117 593.4126c1.281 1.281 3.053 1.969 4.861 1.885 1.723-.08 3.31-.825 4.471-2.099 1.161-1.273 1.756-2.923 1.676-4.644-.074-1.612-.742-3.126-1.882-4.265-1.281-1.281-3.053-1.968-4.863-1.884-3.552.167-6.309 3.193-6.144 6.744.074 1.611.742 3.125 1.881 4.263m9.793-9.79c1.306 1.306 2.072 3.042 2.158 4.888.091 1.973-.591 3.864-1.921 5.324-1.331 1.459-3.151 2.313-5.125 2.405-2.073.096-4.104-.691-5.572-2.16-1.305-1.305-2.071-3.04-2.157-4.887-.188-4.07 2.971-7.538 7.043-7.729 2.074-.096 4.106.69 5.574 2.159'/%3E%3Cpath d='M325.3667 586.0601a3.9463 3.9463 0 0 1 1.151 2.61c.1 2.174-1.587 4.025-3.761 4.125a3.9518 3.9518 0 0 1-2.974-1.151 3.938 3.938 0 0 1-1.152-2.61c-.101-2.174 1.587-4.024 3.762-4.125 1.107-.052 2.191.369 2.974 1.151M158.6114 474.4985a4.1064 4.1064 0 0 0 3.086 1.196c1.093-.05 2.101-.524 2.838-1.332.737-.808 1.115-1.855 1.064-2.948a4.0897 4.0897 0 0 0-1.195-2.707 4.1071 4.1071 0 0 0-3.087-1.196c-2.254.106-4.004 2.026-3.9 4.281.048 1.022.471 1.983 1.194 2.706m6.216-6.215a4.6841 4.6841 0 0 1 1.37 3.103c.058 1.253-.375 2.453-1.219 3.38-.845.925-2 1.468-3.253 1.526-1.316.061-2.605-.439-3.537-1.371-.829-.828-1.315-1.93-1.369-3.102-.12-2.584 1.886-4.785 4.47-4.906 1.317-.061 2.607.439 3.538 1.37'/%3E%3Cpath d='M163.2803 469.8316c.442.442.702 1.03.73 1.656.064 1.381-1.007 2.555-2.387 2.618a2.504 2.504 0 0 1-1.888-.73 2.503 2.503 0 0 1-.731-1.657c-.064-1.38 1.007-2.554 2.388-2.618.702-.033 1.391.234 1.888.731M110.9234 540.23a4.1064 4.1064 0 0 0 3.086 1.196c1.093-.05 2.101-.523 2.838-1.332.737-.808 1.115-1.855 1.063-2.948a4.0881 4.0881 0 0 0-1.194-2.707c-.814-.813-1.938-1.249-3.087-1.195-2.255.105-4.005 2.026-3.9 4.28a4.0836 4.0836 0 0 0 1.194 2.706m6.216-6.214c.829.828 1.315 1.931 1.37 3.103.058 1.252-.375 2.452-1.22 3.379-.845.926-1.999 1.468-3.253 1.527-1.315.06-2.604-.44-3.536-1.371a4.683 4.683 0 0 1-1.369-3.103c-.12-2.583 1.886-4.784 4.47-4.906a4.7057 4.7057 0 0 1 3.538 1.371'/%3E%3Cpath d='M115.5923 535.563c.442.442.702 1.031.73 1.657.064 1.38-1.007 2.555-2.387 2.618-.702.034-1.39-.233-1.888-.731a2.4958 2.4958 0 0 1-.731-1.656c-.064-1.38 1.007-2.555 2.388-2.618.702-.034 1.391.233 1.888.73M158.9541 396.1582a5.015 5.015 0 0 0 3.771 1.461c1.335-.062 2.567-.64 3.467-1.628.9-.987 1.363-2.267 1.3-3.602a4.997 4.997 0 0 0-1.459-3.308 5.0234 5.0234 0 0 0-3.772-1.462c-2.756.131-4.894 2.477-4.766 5.232a4.9898 4.9898 0 0 0 1.459 3.307m7.596-7.594c1.013 1.012 1.607 2.359 1.673 3.791.071 1.531-.457 2.997-1.49 4.13-1.032 1.131-2.444 1.794-3.975 1.865-1.608.075-3.183-.536-4.322-1.675-1.012-1.012-1.606-2.358-1.673-3.79-.146-3.158 2.305-5.847 5.463-5.996 1.609-.074 3.185.536 4.324 1.675'/%3E%3Cpath d='M164.6587 390.4551c.54.54.858 1.259.893 2.024.078 1.686-1.231 3.122-2.917 3.2-.858.04-1.699-.285-2.308-.893a3.059 3.059 0 0 1-.893-2.025c-.078-1.686 1.231-3.121 2.918-3.2.859-.04 1.7.287 2.307.894M71.5933 518.5591c.994.993 2.368 1.526 3.771 1.462 1.335-.063 2.567-.641 3.467-1.628.901-.988 1.363-2.268 1.3-3.604a4.9966 4.9966 0 0 0-1.459-3.307c-.994-.993-2.369-1.526-3.772-1.461-2.756.13-4.894 2.476-4.766 5.23a4.997 4.997 0 0 0 1.459 3.308m7.596-7.595a5.7315 5.7315 0 0 1 1.674 3.792c.07 1.531-.458 2.997-1.491 4.129-1.032 1.133-2.443 1.795-3.975 1.866-1.608.075-3.183-.536-4.322-1.674a5.7327 5.7327 0 0 1-1.673-3.791c-.146-3.158 2.305-5.847 5.463-5.997 1.609-.073 3.185.537 4.324 1.675'/%3E%3Cpath d='M77.2979 512.856c.541.54.858 1.26.893 2.024.078 1.687-1.231 3.122-2.917 3.2-.858.041-1.699-.286-2.307-.894a3.0555 3.0555 0 0 1-.894-2.024c-.078-1.686 1.231-3.121 2.918-3.2.859-.04 1.7.287 2.307.894M271.3863 642.8657a5.0197 5.0197 0 0 0 3.771 1.462c1.336-.062 2.567-.64 3.468-1.628.9-.987 1.362-2.267 1.299-3.603a4.9945 4.9945 0 0 0-1.459-3.307c-.994-.994-2.369-1.527-3.772-1.462-2.756.131-4.894 2.477-4.766 5.231.058 1.249.576 2.424 1.459 3.307m7.596-7.594c1.013 1.013 1.607 2.36 1.674 3.791.07 1.532-.458 2.998-1.491 4.13-1.032 1.132-2.443 1.795-3.975 1.866-1.608.075-3.182-.537-4.322-1.675a5.7245 5.7245 0 0 1-1.672-3.79c-.146-3.158 2.304-5.847 5.463-5.997 1.609-.074 3.185.537 4.323 1.675'/%3E%3Cpath d='M277.0913 637.1636c.54.54.857 1.259.893 2.023.078 1.687-1.231 3.123-2.917 3.201-.859.04-1.699-.286-2.308-.894-.54-.541-.858-1.26-.894-2.024-.078-1.687 1.232-3.121 2.919-3.2.859-.04 1.7.287 2.307.894M70.563 598.9849a5.0197 5.0197 0 0 0 3.771 1.462c1.336-.063 2.567-.641 3.468-1.628.9-.988 1.362-2.268 1.3-3.603-.059-1.25-.577-2.424-1.46-3.308-.994-.993-2.369-1.526-3.772-1.461-2.756.13-4.894 2.476-4.766 5.231.058 1.249.576 2.424 1.459 3.307m7.596-7.594c1.013 1.013 1.607 2.36 1.674 3.791.07 1.531-.458 2.997-1.491 4.13-1.032 1.132-2.443 1.795-3.974 1.865-1.608.075-3.183-.536-4.322-1.674a5.7212 5.7212 0 0 1-1.673-3.791c-.146-3.158 2.304-5.847 5.463-5.996 1.609-.074 3.185.537 4.323 1.675'/%3E%3Cpath d='M76.2681 593.2818c.54.54.857 1.26.893 2.024.078 1.687-1.231 3.122-2.917 3.2-.859.041-1.699-.285-2.308-.893-.54-.541-.858-1.26-.893-2.024-.079-1.687 1.231-3.121 2.918-3.201.859-.04 1.7.287 2.307.894M283.6929 428.3784c.671.671 1.6 1.031 2.547.987.903-.042 1.735-.432 2.343-1.099.608-.668.92-1.532.878-2.434a3.372 3.372 0 0 0-.986-2.235c-.672-.671-1.6-1.031-2.548-.987-1.861.088-3.306 1.673-3.22 3.534.039.844.389 1.637.986 2.234m5.131-5.13a3.8626 3.8626 0 0 1 1.131 2.561c.048 1.034-.309 2.025-1.007 2.79-.697.764-1.651 1.212-2.685 1.26a3.885 3.885 0 0 1-2.92-1.132c-.684-.683-1.085-1.593-1.13-2.56-.099-2.133 1.557-3.95 3.691-4.051a3.882 3.882 0 0 1 2.92 1.132'/%3E%3Cpath d='M287.5469 424.5254c.365.365.579.851.603 1.368.053 1.139-.832 2.109-1.971 2.161a2.0674 2.0674 0 0 1-1.558-.603c-.366-.365-.58-.851-.604-1.368-.053-1.139.832-2.108 1.971-2.162.58-.026 1.149.194 1.559.604'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-pattern.bg-molecolar:after {
  top: 40%;
  right: 60px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 390 646' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd' opacity='.2'%3E%3Cpath d='M381.6724 286.9204l-74.608 43.072-.246-.142-48.134-27.791v-1.138l48.38 27.932 73.87-42.645v-85.296l-72.512-41.862v-1.139l73.496 42.431v86.435zM270.9219 102.3462l.397-.229 61.209 35.337v-1.139l-61.209-35.338-.397.229z'/%3E%3Cpath d='M271.3194 246.6821l61.208-35.338v-1.139l-61.208 35.337-60.355-34.844v1.138z'/%3E%3Cpath d='M271.3711 275.1831l-87.039-50.251v-92.263h-.985v92.833l87.778 50.678.246.143 87.778-50.679.246-.142v-101.645l-86.361-49.861v1.14l85.376 49.291v100.505z'/%3E%3Cpath d='M72.8067 224.5366v-96.015l87.039-50.251 87.044 50.251v96.015h.985v-96.584l-87.783-50.679-.246-.142-87.778 50.678-.246.143v96.584z'/%3E%3Cpath d='M135.6919 196.5825v-54.751l47.663-27.519v-1.14l-48.648 28.089v55.321zM119.9722 54.665l47.518-27.433 47.663 27.516v53.994h.985V54.179l-48.648-28.086-47.518 27.433z'/%3E%3Cpath d='M167.1807 160.4058v-1.139l-66.53-38.411v-77.18l66.839-38.589 66.839 38.589v77.18l-.029.017h1.014v-77.767l-67.577-39.016-.247-.143-67.578 39.017-.246.142v78.32zM127.1124 308.8916l-.246-.143-74.609 43.073-.247.143v86.435l73.499 42.432v-1.14l-72.513-41.862v-85.295l73.87-42.646 70.963 40.97v-1.138zM218.3477 332.5903l-.121.069v1.14l.121-.069 52.685 30.415v60.837l-52.685 30.419-.121-.071v1.14l.121.07 53.67-30.988v-61.977zM163.0083 536.396l-.397.229-61.209-35.337v1.139l61.209 35.338.397-.229z'/%3E%3Cpath d='M162.6109 392.0601l-61.208 35.338v1.139l61.208-35.337 60.355 34.844v-1.138z'/%3E%3Cpath d='M75.5206 413.8096v100.506l38.792 22.396v1.139l-39.776-22.965v-101.645l.246-.142 87.71-50.642v1.141zM274.085 561.6109l-.246-.143-87.782-50.678v-79.113h.985v78.543l87.043 50.251 86.156-49.741v1.139z'/%3E%3Cpath d='M251.0391 414.6309l47.199 27.248v55.032l-47.662 27.518-.412-.237v1.14l.412.237 48.647-28.088v-56.172l-48.184-27.818zM227.7051 589.8228l47.389 27.359 47.518-27.433v-1.139l-47.518 27.433-47.389-27.359z'/%3E%3Cpath d='M275.0943 638.188l-65.933-38.065v1.138l65.686 37.925.247.142 67.578-39.016.246-.143v-78.32l-67.515-38.98v1.139l66.53 38.41v77.181zM72.4644 151.957l.246-.143 74.609 43.073.247.143v86.435l-73.499 42.431v-1.139l72.513-41.862V195.6l-73.87-42.646-70.963 40.97v-1.138zM38.6006 379.4614l.397.229 61.209-35.337v1.139l-61.209 35.338-.397-.229zM116.7212 112.7769l-47.518-27.432-47.663 27.516v53.994h-.985v-54.564l48.648-28.086 47.518 27.433zM68.6368 372.2256l-47.508 27.427v52.67h-.985v-53.24l48.493-27.997zM73.6851 594.5083l.397.229 61.209-35.337v1.138l-61.209 35.339-.397-.229zM74.0826 450.1724l61.208 35.338v1.139l-61.208-35.337-60.355 34.844v-1.138z'/%3E%3Cpath d='M75.7964 622.8579v-1.14l85.376-49.291v-100.505l-86.972-50.213v-1.14l87.711 50.642.247.141v101.645zM197.6953 293.2378l-61.208 35.338v1.139l61.208-35.337 60.355 34.844v-1.138zM301.5254 513.8276l-48.647-28.087v-31.742h.983v31.173l47.664 27.515 47.517-27.432v1.139z'/%3E%3Cpath d='M301.834 379.5137v1.139l66.53 38.411v77.181l-66.839 38.589-66.839-38.589v-77.181l.029-.017h-1.014v77.767l67.578 39.017.246.142 67.578-39.016.246-.143v-78.32z'/%3E%3Cpath d='M333.3228 343.3369v54.752l-47.663 27.518v1.14l48.648-28.088v-55.322zM306.4043 147.8594l61.208-35.338v-1.139l-61.208 35.337-60.355-34.844v1.139zM275.7554 245.7456c.112-2.417-1.764-4.476-4.182-4.59-1.231-.056-2.437.41-3.309 1.282a4.3757 4.3757 0 0 0-1.28 2.903c-.055 1.171.35 2.294 1.14 3.161.79.866 1.87 1.374 3.043 1.428 1.23.057 2.436-.411 3.308-1.283.775-.775 1.229-1.805 1.28-2.901m-4.152-5.231c2.771.131 4.922 2.49 4.794 5.261-.059 1.256-.58 2.437-1.468 3.325-1 .999-2.382 1.535-3.792 1.47-1.344-.062-2.582-.643-3.488-1.637-.906-.993-1.37-2.28-1.307-3.623a5.0226 5.0226 0 0 1 1.468-3.327c.999-.999 2.382-1.534 3.793-1.469'/%3E%3Cpath d='M273.4131 245.6362c.052-1.125-.822-2.083-1.949-2.136-1.083-.049-2.087.864-2.136 1.949-.052 1.125.821 2.084 1.948 2.136.573.027 1.134-.19 1.54-.596.361-.361.573-.841.597-1.353m-1.919-2.777c1.48.069 2.629 1.328 2.56 2.807-.031.672-.31 1.303-.784 1.777-.534.533-1.272.819-2.024.783-1.48-.068-2.628-1.327-2.56-2.807.031-.671.31-1.302.784-1.776.532-.533 1.27-.819 2.024-.784M191.668 111.3267c.112-2.417-1.764-4.476-4.182-4.59-1.231-.056-2.437.41-3.309 1.282-.776.776-1.23 1.806-1.281 2.903-.054 1.171.351 2.294 1.141 3.16.79.867 1.87 1.374 3.043 1.429 1.23.057 2.436-.411 3.308-1.283.775-.775 1.229-1.805 1.28-2.901m-4.152-5.231c2.771.13 4.922 2.49 4.794 5.26-.059 1.257-.58 2.438-1.468 3.326-1 .999-2.382 1.535-3.792 1.47-1.344-.062-2.582-.644-3.488-1.637-.906-.994-1.37-2.28-1.307-3.623a5.0226 5.0226 0 0 1 1.468-3.327c.999-.999 2.382-1.534 3.793-1.469'/%3E%3Cpath d='M189.3257 111.2173c.052-1.125-.822-2.083-1.949-2.136-1.083-.05-2.087.864-2.136 1.949-.052 1.125.821 2.084 1.948 2.136.573.027 1.134-.19 1.54-.596.361-.361.573-.842.597-1.353m-1.919-2.777c1.48.069 2.629 1.328 2.56 2.807-.031.671-.31 1.302-.784 1.777-.534.533-1.272.818-2.024.783-1.48-.068-2.628-1.327-2.56-2.807.031-.671.31-1.302.784-1.776.532-.533 1.27-.819 2.024-.784M139.7051 141.7012c.112-2.417-1.765-4.476-4.182-4.589-1.232-.057-2.438.41-3.309 1.282-.776.775-1.23 1.806-1.281 2.902-.055 1.172.351 2.294 1.14 3.161.79.867 1.871 1.374 3.043 1.428 1.231.057 2.436-.41 3.308-1.282a4.3837 4.3837 0 0 0 1.281-2.902m-4.152-5.23c2.771.13 4.922 2.49 4.793 5.26a5.0157 5.0157 0 0 1-1.468 3.325c-.999 1-2.381 1.536-3.792 1.471-1.343-.063-2.582-.644-3.487-1.638-.906-.993-1.37-2.28-1.308-3.623.059-1.256.58-2.438 1.469-3.326.999-.999 2.381-1.535 3.793-1.469'/%3E%3Cpath d='M137.3628 141.5923c.052-1.125-.822-2.083-1.949-2.136-1.083-.05-2.087.864-2.137 1.949-.052 1.125.822 2.084 1.948 2.136.573.027 1.135-.19 1.541-.596.36-.361.573-.842.597-1.353m-1.92-2.777c1.481.069 2.629 1.328 2.561 2.807a2.683 2.683 0 0 1-.785 1.777c-.533.533-1.271.818-2.023.783-1.48-.068-2.628-1.327-2.561-2.807.032-.671.31-1.302.784-1.776a2.6924 2.6924 0 0 1 2.024-.784M222.1841 110.0864c.165-3.551-2.592-6.577-6.145-6.744-1.809-.084-3.581.602-4.862 1.884-1.14 1.139-1.808 2.653-1.882 4.264-.081 1.722.515 3.371 1.675 4.645 1.161 1.273 2.749 2.019 4.471 2.099 1.808.083 3.58-.604 4.862-1.885 1.138-1.138 1.806-2.652 1.881-4.263m-6.101-7.687c4.072.193 7.232 3.66 7.044 7.73-.087 1.847-.852 3.582-2.157 4.887-1.469 1.468-3.499 2.256-5.572 2.16-1.975-.091-3.794-.946-5.125-2.405-1.331-1.46-2.012-3.351-1.921-5.324.086-1.846.852-3.582 2.158-4.888 1.467-1.468 3.499-2.255 5.573-2.16'/%3E%3Cpath d='M215.9214 105.8452c2.175.102 3.864 1.951 3.763 4.125a3.939 3.939 0 0 1-1.153 2.61 3.9475 3.9475 0 0 1-2.974 1.152c-2.174-.1-3.861-1.951-3.761-4.125.046-.986.455-1.913 1.151-2.61a3.9588 3.9588 0 0 1 2.974-1.152M241.3091 120.8257c.165-3.551-2.592-6.577-6.145-6.744-1.809-.084-3.581.602-4.862 1.884-1.14 1.139-1.808 2.653-1.882 4.264-.081 1.722.515 3.371 1.675 4.645 1.161 1.273 2.749 2.019 4.471 2.099 1.808.083 3.58-.604 4.862-1.885 1.138-1.138 1.806-2.652 1.881-4.263m-6.101-7.687c4.072.193 7.232 3.66 7.044 7.73-.087 1.847-.852 3.582-2.157 4.887-1.469 1.468-3.499 2.256-5.572 2.16-1.975-.091-3.794-.946-5.125-2.405-1.331-1.46-2.012-3.351-1.921-5.324.086-1.846.852-3.582 2.158-4.888 1.467-1.468 3.499-2.255 5.573-2.16'/%3E%3Cpath d='M235.0464 116.5845c2.175.102 3.864 1.952 3.763 4.125a3.939 3.939 0 0 1-1.153 2.61 3.9475 3.9475 0 0 1-2.974 1.152c-2.174-.1-3.861-1.95-3.761-4.125.046-.986.455-1.913 1.151-2.61a3.9588 3.9588 0 0 1 2.974-1.152M365.4419 187.8657c.164-3.551-2.593-6.576-6.145-6.744-1.81-.083-3.582.603-4.863 1.884-1.139 1.139-1.807 2.653-1.882 4.265-.08 1.721.515 3.37 1.676 4.644s2.748 2.019 4.471 2.099c1.808.083 3.58-.603 4.861-1.884 1.139-1.139 1.807-2.653 1.882-4.264m-6.102-7.686c4.073.192 7.233 3.659 7.044 7.73-.086 1.846-.851 3.581-2.157 4.887-1.469 1.468-3.499 2.255-5.572 2.159-1.974-.091-3.794-.945-5.124-2.405-1.331-1.46-2.013-3.351-1.922-5.324.086-1.846.852-3.582 2.158-4.888 1.468-1.468 3.499-2.255 5.573-2.159'/%3E%3Cpath d='M359.1792 183.625c2.175.101 3.863 1.951 3.763 4.125a3.9437 3.9437 0 0 1-1.153 2.61 3.9518 3.9518 0 0 1-2.974 1.151c-2.174-.1-3.862-1.95-3.761-4.124.045-.987.454-1.914 1.151-2.61.783-.783 1.867-1.204 2.974-1.152M388.3648 201.7666c.164-3.551-2.593-6.576-6.146-6.744-1.809-.083-3.581.603-4.862 1.884-1.139 1.139-1.807 2.653-1.882 4.265-.08 1.721.516 3.371 1.676 4.644 1.161 1.274 2.748 2.019 4.471 2.099 1.808.083 3.58-.603 4.861-1.884 1.139-1.139 1.807-2.653 1.882-4.264m-6.102-7.686c4.073.192 7.233 3.659 7.044 7.73-.086 1.846-.851 3.581-2.157 4.887-1.469 1.468-3.499 2.255-5.572 2.16-1.974-.092-3.794-.946-5.124-2.406-1.331-1.46-2.013-3.351-1.921-5.324.085-1.846.851-3.582 2.157-4.888 1.468-1.468 3.499-2.255 5.573-2.159'/%3E%3Cpath d='M382.1021 197.5259c2.175.102 3.863 1.951 3.763 4.125a3.9437 3.9437 0 0 1-1.153 2.61 3.949 3.949 0 0 1-2.974 1.152c-2.174-.101-3.862-1.951-3.761-4.125.045-.987.454-1.914 1.15-2.61a3.961 3.961 0 0 1 2.975-1.152M222.0274 54.5884c.165-3.551-2.592-6.577-6.145-6.744-1.81-.084-3.582.602-4.863 1.884-1.139 1.139-1.807 2.653-1.882 4.264-.08 1.722.516 3.371 1.676 4.645 1.161 1.273 2.749 2.019 4.471 2.099 1.808.083 3.58-.604 4.862-1.885 1.138-1.138 1.806-2.653 1.881-4.263m-6.101-7.687c4.072.192 7.232 3.66 7.043 7.73-.086 1.847-.851 3.582-2.156 4.887-1.469 1.468-3.499 2.256-5.573 2.16-1.974-.091-3.793-.946-5.124-2.405-1.331-1.46-2.012-3.351-1.921-5.324a7.382 7.382 0 0 1 2.157-4.888c1.468-1.469 3.5-2.255 5.574-2.16'/%3E%3Cpath d='M215.7647 50.3472c2.175.102 3.864 1.951 3.763 4.125a3.9437 3.9437 0 0 1-1.153 2.61 3.949 3.949 0 0 1-2.974 1.152c-2.174-.1-3.862-1.951-3.761-4.125.045-.987.455-1.913 1.151-2.61a3.9573 3.9573 0 0 1 2.974-1.152M250.0689 178.7012c.07-1.502-1.097-2.783-2.6-2.854a2.7354 2.7354 0 0 0-2.057.798 2.7205 2.7205 0 0 0-.797 1.804c-.034.729.218 1.426.709 1.965.492.539 1.163.855 1.892.889.765.035 1.515-.256 2.057-.798.482-.482.764-1.122.796-1.804m-2.581-3.252c1.723.081 3.06 1.548 2.98 3.271-.037.781-.36 1.515-.913 2.067-.621.622-1.48.955-2.357.914-.836-.039-1.606-.4-2.169-1.018-.563-.617-.851-1.417-.813-2.252.037-.781.361-1.516.914-2.068a3.139 3.139 0 0 1 2.358-.914'/%3E%3Cpath d='M247.419 176.9067c.92.043 1.635.826 1.592 1.746a1.666 1.666 0 0 1-.488 1.104c-.331.332-.79.509-1.258.487-.92-.042-1.634-.825-1.591-1.745.019-.418.192-.81.487-1.105.331-.331.79-.508 1.258-.487M186.8882 225.4399c.069-1.502-1.097-2.783-2.6-2.854a2.74 2.74 0 0 0-2.058.798 2.7241 2.7241 0 0 0-.796 1.804c-.034.729.218 1.426.709 1.965.491.539 1.163.855 1.892.889.765.035 1.515-.256 2.057-.798.482-.482.764-1.122.796-1.804m-2.582-3.252c1.723.081 3.061 1.548 2.98 3.271-.036.781-.36 1.515-.912 2.067-.621.622-1.481.955-2.358.914-.835-.039-1.605-.4-2.168-1.018-.563-.617-.852-1.417-.813-2.253.037-.78.36-1.515.913-2.067a3.1404 3.1404 0 0 1 2.358-.914'/%3E%3Cpath d='M184.2383 223.6455c.92.043 1.635.826 1.592 1.746a1.666 1.666 0 0 1-.488 1.104c-.332.332-.79.509-1.258.487-.92-.043-1.634-.825-1.592-1.745.019-.418.193-.81.488-1.104.331-.332.79-.509 1.258-.488M250.231 128.4604c.07-1.502-1.097-2.783-2.6-2.854a2.734 2.734 0 0 0-2.057.798 2.7205 2.7205 0 0 0-.797 1.804c-.034.729.219 1.426.709 1.965.492.539 1.163.854 1.892.888.765.036 1.515-.255 2.057-.797.482-.482.764-1.122.796-1.804m-2.581-3.252c1.723.081 3.06 1.548 2.98 3.271-.036.78-.36 1.515-.913 2.067-.621.622-1.48.955-2.357.914-.836-.039-1.606-.4-2.169-1.018-.563-.617-.851-1.418-.813-2.253.037-.781.361-1.515.914-2.068.621-.621 1.48-.953 2.358-.913'/%3E%3Cpath d='M247.5811 126.666c.92.043 1.635.826 1.592 1.745a1.67 1.67 0 0 1-.487 1.105c-.332.332-.791.509-1.259.487-.92-.043-1.634-.825-1.591-1.745.019-.418.192-.81.487-1.105.331-.331.79-.509 1.258-.487M274.0982 275.7905c.07-1.502-1.097-2.783-2.6-2.854a2.7354 2.7354 0 0 0-2.057.798 2.7205 2.7205 0 0 0-.797 1.804c-.034.729.219 1.426.709 1.965.492.539 1.163.855 1.892.889.765.035 1.515-.256 2.057-.798.482-.482.765-1.122.796-1.804m-2.581-3.252c1.723.081 3.06 1.548 2.98 3.271a3.116 3.116 0 0 1-.913 2.067c-.621.622-1.48.955-2.357.914-.836-.039-1.606-.4-2.169-1.018-.563-.617-.851-1.418-.813-2.253.037-.781.361-1.515.914-2.067.621-.622 1.48-.954 2.358-.914'/%3E%3Cpath d='M271.4483 273.9961c.921.043 1.635.826 1.592 1.746-.019.417-.193.809-.487 1.104-.332.332-.791.509-1.259.487-.92-.043-1.634-.825-1.591-1.745.019-.418.192-.81.487-1.105.331-.331.79-.509 1.258-.487M79.2764 413.6802c.104-2.254-1.646-4.175-3.901-4.281a4.1064 4.1064 0 0 0-3.086 1.196 4.0803 4.0803 0 0 0-1.195 2.707c-.051 1.092.327 2.14 1.064 2.948.737.808 1.744 1.282 2.838 1.332a4.104 4.104 0 0 0 3.086-1.196 4.093 4.093 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.323 4.471 4.906-.055 1.172-.54 2.274-1.369 3.102a4.7012 4.7012 0 0 1-3.537 1.371c-1.253-.058-2.408-.6-3.253-1.526-.845-.927-1.277-2.127-1.219-3.38a4.683 4.683 0 0 1 1.369-3.103c.932-.931 2.222-1.431 3.538-1.37'/%3E%3Cpath d='M75.3008 410.9878c1.381.064 2.453 1.239 2.388 2.619a2.4958 2.4958 0 0 1-.731 1.656c-.498.498-1.186.765-1.888.731-1.38-.063-2.451-1.238-2.388-2.618.03-.626.289-1.215.731-1.657a2.5132 2.5132 0 0 1 1.888-.731M79.0992 451.3609c.104-2.254-1.646-4.175-3.9-4.281a4.1071 4.1071 0 0 0-3.087 1.196 4.0918 4.0918 0 0 0-1.195 2.707c-.051 1.093.327 2.14 1.064 2.948.737.808 1.744 1.282 2.838 1.332a4.104 4.104 0 0 0 3.086-1.196 4.0883 4.0883 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.322 4.471 4.906-.055 1.172-.54 2.274-1.369 3.103-.932.932-2.221 1.432-3.537 1.371-1.253-.059-2.408-.601-3.253-1.527-.845-.927-1.277-2.127-1.219-3.38a4.683 4.683 0 0 1 1.369-3.103c.932-.931 2.222-1.43 3.538-1.37'/%3E%3Cpath d='M75.1236 448.6685c1.381.064 2.453 1.239 2.389 2.618a2.4993 2.4993 0 0 1-.732 1.657c-.498.498-1.186.764-1.888.731-1.38-.064-2.451-1.237-2.387-2.618a2.504 2.504 0 0 1 .73-1.657 2.5147 2.5147 0 0 1 1.888-.731M56.6031 353.0093c.104-2.254-1.646-4.175-3.9-4.281a4.1071 4.1071 0 0 0-3.087 1.196 4.0897 4.0897 0 0 0-1.195 2.707c-.05 1.092.328 2.14 1.064 2.948.737.808 1.744 1.282 2.838 1.332a4.1026 4.1026 0 0 0 3.086-1.196 4.0883 4.0883 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.323 4.472 4.906-.055 1.172-.541 2.274-1.37 3.102a4.7012 4.7012 0 0 1-3.537 1.371c-1.253-.058-2.408-.6-3.253-1.526-.844-.927-1.277-2.127-1.219-3.38a4.683 4.683 0 0 1 1.369-3.103c.932-.931 2.222-1.431 3.538-1.37'/%3E%3Cpath d='M52.628 350.3169c1.381.064 2.452 1.239 2.388 2.619a2.5005 2.5005 0 0 1-.731 1.656c-.498.498-1.186.765-1.888.731-1.38-.063-2.451-1.238-2.388-2.618a2.503 2.503 0 0 1 .731-1.657 2.5094 2.5094 0 0 1 1.888-.731M346.4473 542.9068c.104-2.254-1.646-4.174-3.9-4.28a4.1025 4.1025 0 0 0-3.087 1.195 4.0939 4.0939 0 0 0-1.195 2.707c-.05 1.093.328 2.14 1.064 2.948.737.809 1.744 1.283 2.838 1.332a4.0989 4.0989 0 0 0 3.086-1.196 4.0883 4.0883 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.323 4.472 4.906-.055 1.172-.541 2.275-1.37 3.103-.932.932-2.221 1.432-3.537 1.371-1.253-.059-2.408-.601-3.253-1.527-.844-.927-1.277-2.126-1.219-3.379a4.683 4.683 0 0 1 1.369-3.103c.932-.932 2.222-1.431 3.538-1.371'/%3E%3Cpath d='M342.4722 540.2153c1.38.063 2.452 1.238 2.388 2.618a2.5005 2.5005 0 0 1-.731 1.656c-.498.498-1.186.765-1.888.732-1.38-.064-2.451-1.238-2.388-2.618.029-.626.289-1.215.731-1.658a2.5086 2.5086 0 0 1 1.888-.73M190.7398 432.1519c.104-2.254-1.646-4.175-3.9-4.281a4.1071 4.1071 0 0 0-3.087 1.196 4.0897 4.0897 0 0 0-1.195 2.707c-.051 1.093.328 2.14 1.064 2.948.737.808 1.744 1.282 2.838 1.332a4.104 4.104 0 0 0 3.086-1.196 4.0883 4.0883 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.323 4.471 4.906-.055 1.172-.54 2.274-1.369 3.102a4.7012 4.7012 0 0 1-3.537 1.371c-1.253-.058-2.408-.6-3.253-1.526-.844-.927-1.277-2.127-1.219-3.38.054-1.172.54-2.274 1.369-3.102.932-.932 2.222-1.431 3.538-1.371'/%3E%3Cpath d='M186.7642 429.46c1.381.064 2.453 1.238 2.389 2.618a2.4993 2.4993 0 0 1-.732 1.657c-.498.498-1.186.764-1.887.731-1.381-.064-2.452-1.238-2.388-2.618.029-.626.288-1.215.73-1.657a2.5109 2.5109 0 0 1 1.888-.731M312.2632 329.3613c.13-2.795-2.041-5.177-4.836-5.309-1.425-.065-2.82.475-3.829 1.483-.897.897-1.422 2.089-1.481 3.357-.063 1.355.406 2.654 1.319 3.657.914 1.001 2.164 1.589 3.52 1.651a5.0867 5.0867 0 0 0 3.826-1.483c.897-.896 1.422-2.088 1.481-3.356m-4.802-6.05c3.205.151 5.692 2.881 5.544 6.084-.068 1.453-.67 2.82-1.698 3.847-1.155 1.156-2.754 1.775-4.386 1.701-1.554-.073-2.986-.746-4.033-1.894-1.048-1.149-1.584-2.638-1.513-4.191a5.8167 5.8167 0 0 1 1.699-3.848c1.155-1.155 2.754-1.774 4.387-1.699'/%3E%3Cpath d='M307.334 326.0229c1.712.08 3.041 1.536 2.961 3.247a3.1022 3.1022 0 0 1-.906 2.055c-.618.617-1.471.947-2.342.906-1.711-.079-3.039-1.535-2.96-3.247.036-.776.358-1.506.906-2.054.616-.616 1.469-.948 2.341-.907M78.1133 340.4756c.127-2.754-2.011-5.101-4.766-5.231-1.404-.065-2.778.468-3.772 1.461a4.9954 4.9954 0 0 0-1.46 3.308c-.062 1.336.4 2.615 1.3 3.603.901.987 2.132 1.566 3.468 1.628a5.0212 5.0212 0 0 0 3.771-1.462c.883-.883 1.401-2.057 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.996a5.726 5.726 0 0 1-1.673 3.791c-1.139 1.138-2.714 1.749-4.322 1.675-1.531-.071-2.943-.734-3.975-1.866-1.032-1.133-1.561-2.599-1.49-4.13a5.726 5.726 0 0 1 1.673-3.791c1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M73.2554 337.186c1.687.079 2.997 1.514 2.918 3.2a3.0565 3.0565 0 0 1-.893 2.024c-.608.609-1.449.934-2.307.893-1.687-.077-2.995-1.513-2.918-3.199.036-.765.353-1.484.893-2.024a3.068 3.068 0 0 1 2.307-.894M276.3628 426.2183c.127-2.754-2.011-5.101-4.767-5.231-1.403-.064-2.777.468-3.772 1.461a4.999 4.999 0 0 0-1.459 3.308c-.062 1.336.4 2.615 1.3 3.603.9.987 2.132 1.566 3.468 1.628 1.402.064 2.776-.468 3.771-1.462a4.9971 4.9971 0 0 0 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.996a5.7306 5.7306 0 0 1-1.673 3.791c-1.139 1.138-2.714 1.749-4.322 1.675-1.531-.071-2.943-.734-3.975-1.866-1.032-1.133-1.561-2.599-1.49-4.13.066-1.432.66-2.778 1.673-3.791 1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M271.5049 422.9292c1.687.078 2.997 1.513 2.918 3.199a3.059 3.059 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.893-1.687-.078-2.995-1.513-2.918-3.2.035-.765.353-1.483.893-2.024a3.071 3.071 0 0 1 2.307-.893M191.0547 510.7466c.128-2.755-2.011-5.102-4.766-5.231a5.0202 5.0202 0 0 0-3.772 1.46 5.0004 5.0004 0 0 0-1.46 3.309c-.062 1.335.4 2.614 1.3 3.603.901.987 2.132 1.565 3.469 1.628a5.019 5.019 0 0 0 3.77-1.462c.883-.883 1.401-2.058 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.995-.066 1.432-.66 2.779-1.673 3.791a5.7507 5.7507 0 0 1-4.322 1.675c-1.531-.071-2.943-.733-3.975-1.866-1.032-1.132-1.561-2.599-1.49-4.129.067-1.432.661-2.778 1.674-3.791 1.138-1.139 2.714-1.749 4.323-1.675'/%3E%3Cpath d='M186.1973 507.4566c1.687.079 2.997 1.514 2.918 3.2a3.059 3.059 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.892-1.687-.077-2.995-1.513-2.918-3.199.036-.765.353-1.484.893-2.024a3.068 3.068 0 0 1 2.307-.894M303.4951 497.7466c.127-2.754-2.011-5.101-4.766-5.23a5.0112 5.0112 0 0 0-3.772 1.46 4.9954 4.9954 0 0 0-1.46 3.308c-.062 1.336.4 2.615 1.3 3.603.901.988 2.132 1.566 3.468 1.628 1.402.065 2.777-.468 3.771-1.461a4.997 4.997 0 0 0 1.459-3.308m-4.732-5.962c3.158.15 5.609 2.839 5.463 5.996-.067 1.432-.661 2.779-1.673 3.79a5.7478 5.7478 0 0 1-4.322 1.676c-1.531-.071-2.943-.734-3.975-1.866-1.032-1.132-1.561-2.599-1.49-4.129.066-1.433.66-2.778 1.673-3.792 1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M298.6372 494.4575c1.687.078 2.997 1.514 2.918 3.199a3.0569 3.0569 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.893-1.687-.078-2.995-1.513-2.918-3.199a3.057 3.057 0 0 1 .893-2.024 3.068 3.068 0 0 1 2.307-.894M346.9121 522.2202c.127-2.755-2.011-5.102-4.766-5.231a5.0158 5.0158 0 0 0-3.772 1.461c-.884.883-1.402 2.058-1.46 3.308-.062 1.335.4 2.614 1.3 3.603.901.987 2.132 1.566 3.468 1.628a5.0212 5.0212 0 0 0 3.771-1.462 4.9992 4.9992 0 0 0 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.995-.067 1.433-.661 2.779-1.673 3.791-1.139 1.139-2.714 1.749-4.322 1.676-1.531-.071-2.943-.734-3.975-1.866-1.032-1.133-1.561-2.599-1.49-4.13.066-1.432.66-2.778 1.673-3.791 1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M342.0542 518.9302c1.687.079 2.997 1.514 2.918 3.2a3.059 3.059 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.892-1.687-.077-2.995-1.513-2.918-3.199.036-.765.353-1.484.893-2.024a3.068 3.068 0 0 1 2.307-.894M214.1402 601.062c.128-2.754-2.011-5.101-4.766-5.23a5.0112 5.0112 0 0 0-3.772 1.46 4.9954 4.9954 0 0 0-1.46 3.308c-.062 1.336.4 2.615 1.3 3.603.901.988 2.132 1.566 3.468 1.628 1.403.065 2.777-.468 3.771-1.461a4.997 4.997 0 0 0 1.459-3.308m-4.732-5.962c3.158.15 5.609 2.839 5.463 5.996a5.7193 5.7193 0 0 1-1.673 3.79 5.7478 5.7478 0 0 1-4.322 1.676c-1.531-.071-2.943-.733-3.975-1.866-1.032-1.132-1.561-2.599-1.49-4.129.066-1.433.661-2.778 1.674-3.792 1.138-1.139 2.714-1.749 4.323-1.675'/%3E%3Cpath d='M209.2827 597.773c1.687.078 2.997 1.514 2.918 3.199a3.0569 3.0569 0 0 1-.893 2.025c-.609.608-1.449.933-2.307.893-1.687-.078-2.996-1.513-2.918-3.199.035-.766.353-1.484.893-2.024a3.0666 3.0666 0 0 1 2.307-.894M140.6065 486.3696c.128-2.755-2.011-5.102-4.766-5.231a5.0202 5.0202 0 0 0-3.772 1.46c-.884.884-1.401 2.059-1.46 3.309-.062 1.335.4 2.614 1.3 3.603.901.987 2.132 1.565 3.468 1.628a5.0197 5.0197 0 0 0 3.771-1.462c.883-.883 1.401-2.058 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.995-.066 1.432-.66 2.779-1.673 3.791a5.7507 5.7507 0 0 1-4.322 1.675c-1.531-.071-2.943-.733-3.975-1.866-1.032-1.132-1.561-2.599-1.49-4.129.067-1.433.661-2.778 1.674-3.791 1.138-1.14 2.714-1.749 4.323-1.675'/%3E%3Cpath d='M135.7491 483.0796c1.687.079 2.997 1.514 2.918 3.199a3.0593 3.0593 0 0 1-.893 2.026c-.608.607-1.449.933-2.307.892-1.687-.077-2.995-1.513-2.918-3.199.035-.765.353-1.484.893-2.024a3.0666 3.0666 0 0 1 2.307-.894M167.5899 537.5659c.127-2.755-2.011-5.102-4.766-5.231a5.0158 5.0158 0 0 0-3.772 1.461c-.884.883-1.402 2.058-1.46 3.308-.062 1.335.4 2.614 1.3 3.603.901.987 2.132 1.566 3.468 1.628 1.402.064 2.776-.468 3.771-1.462a4.9992 4.9992 0 0 0 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.995-.067 1.433-.661 2.779-1.673 3.791-1.139 1.139-2.714 1.749-4.322 1.676-1.531-.071-2.943-.734-3.975-1.866-1.032-1.133-1.561-2.599-1.49-4.13.066-1.432.66-2.778 1.673-3.791 1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M162.732 534.2759c1.687.079 2.997 1.514 2.918 3.2a3.059 3.059 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.892-1.687-.077-2.995-1.513-2.918-3.199.036-.765.353-1.484.893-2.024a3.0719 3.0719 0 0 1 2.307-.894M247.1241 414.8604c0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M218.021 428.0444c0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M213.2823 456.4702c0-2.73 2.214-4.944 4.945-4.944 2.731 0 4.945 2.214 4.945 4.944 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M270.7676 483.9351c0-2.73 2.214-4.945 4.945-4.945 2.731 0 4.945 2.215 4.945 4.945 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M245.6304 525.5689c0-2.73 2.214-4.944 4.945-4.944 2.731 0 4.945 2.214 4.945 4.944 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M96.4576 502.4273c0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945 0 2.73-2.214 4.944-4.945 4.944-2.731 0-4.945-2.214-4.945-4.944M222.7603 589.8228c0-2.73 2.214-4.944 4.945-4.944 2.731 0 4.945 2.214 4.945 4.944 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M192.8843 349.7202c0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M356.5122 511.5151c0-2.059 1.669-3.728 3.729-3.728 2.058 0 3.727 1.669 3.727 3.728s-1.669 3.728-3.727 3.728c-2.06 0-3.729-1.669-3.729-3.728M112.7862 54.29c0-4.21 3.413-7.623 7.624-7.623 4.21 0 7.623 3.413 7.623 7.623 0 4.21-3.413 7.624-7.623 7.624-4.211 0-7.624-3.414-7.624-7.624M177.8433 133.77c0-3.229 2.618-5.846 5.847-5.846 3.228 0 5.846 2.617 5.846 5.846s-2.618 5.847-5.846 5.847c-3.229 0-5.847-2.618-5.847-5.847M97.0816 428.5371c0-2.387 1.935-4.321 4.321-4.321 2.387 0 4.321 1.934 4.321 4.321 0 2.386-1.934 4.321-4.321 4.321-2.386 0-4.321-1.935-4.321-4.321M155.0533 573.189c0-3.662 2.969-6.631 6.631-6.631 3.663 0 6.632 2.969 6.632 6.631 0 3.662-2.969 6.632-6.632 6.632-3.662 0-6.631-2.97-6.631-6.632M267.46 101.2065c0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462 0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462M270.5952 74.6152c0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462 0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462M244.4126 224.5366c0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462 0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462M164.0279 160.4058c0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462 0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462M97.7823 112.1489c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.488-1.114-2.488-2.488M97.7823 121.2095c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.488-1.114-2.488-2.488M157.2232 77.6274c0-1.375 1.114-2.488 2.488-2.488 1.374 0 2.488 1.113 2.488 2.488 0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.488-1.114-2.488-2.488M97.7823 43.2729c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.375-1.114 2.488-2.488 2.488-1.374 0-2.488-1.113-2.488-2.488M69.3335 127.9238c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.488-1.114-2.488-2.488M181.2017 201.4687c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.375-1.114 2.488-2.488 2.488-1.374 0-2.488-1.113-2.488-2.488M68.605 224.8589c0-2.026 1.643-3.669 3.668-3.669 2.027 0 3.669 1.643 3.669 3.669s-1.642 3.668-3.669 3.668c-2.025 0-3.668-1.642-3.668-3.668M255.7237 301.4712c0-1.635 1.326-2.961 2.961-2.961 1.635 0 2.961 1.326 2.961 2.961 0 1.635-1.326 2.961-2.961 2.961-1.635 0-2.961-1.326-2.961-2.961M192.8023 294.3774c0-2.703 2.19-4.894 4.893-4.894s4.893 2.191 4.893 4.894c0 2.702-2.19 4.893-4.893 4.893s-4.893-2.191-4.893-4.893M328.2588 398.3569c0-2.703 2.191-4.894 4.894-4.894 2.702 0 4.893 2.191 4.893 4.894 0 2.702-2.191 4.893-4.893 4.893-2.703 0-4.894-2.191-4.894-4.893M306.7471 158.9585c0-1.437 1.165-2.601 2.601-2.601 1.437 0 2.602 1.164 2.602 2.601s-1.165 2.602-2.602 2.602c-1.436 0-2.601-1.165-2.601-2.602M132.7207 194.9639c0-1.437 1.165-2.601 2.601-2.601 1.437 0 2.601 1.164 2.601 2.601s-1.164 2.602-2.601 2.602c-1.436 0-2.601-1.165-2.601-2.602M208.4405 211.064c0-1.437 1.165-2.602 2.601-2.602 1.437 0 2.602 1.165 2.602 2.602 0 1.437-1.165 2.601-2.602 2.601-1.436 0-2.601-1.164-2.601-2.601M329.9268 211.3437c0-1.437 1.165-2.601 2.601-2.601 1.437 0 2.602 1.164 2.602 2.601s-1.165 2.601-2.602 2.601c-1.436 0-2.601-1.164-2.601-2.601M322.8379 134.4233c0-3.077 2.495-5.572 5.572-5.572s5.573 2.495 5.573 5.572-2.496 5.572-5.573 5.572c-3.077 0-5.572-2.495-5.572-5.572M159.8921 362.457c0-1.437 1.165-2.601 2.601-2.601 1.437 0 2.602 1.164 2.602 2.601s-1.165 2.602-2.602 2.602c-1.436 0-2.601-1.165-2.601-2.602M167.6719.0044c2.175.101 3.864 1.951 3.763 4.125a3.939 3.939 0 0 1-1.153 2.61 3.9504 3.9504 0 0 1-2.974 1.151c-2.174-.1-3.861-1.95-3.761-4.124.046-.987.455-1.914 1.151-2.61.783-.783 1.868-1.204 2.974-1.152M359.1792 120.9604c2.175.101 3.863 1.951 3.763 4.125a3.9437 3.9437 0 0 1-1.153 2.61 3.9518 3.9518 0 0 1-2.974 1.151c-2.174-.1-3.862-1.95-3.761-4.124.045-.987.454-1.914 1.151-2.61.783-.783 1.867-1.204 2.974-1.152M143.543 285.1963a4.7205 4.7205 0 0 1-1.379-3.127c-.121-2.606 1.901-4.824 4.507-4.944 1.326-.062 2.624.44 3.564 1.38a4.7178 4.7178 0 0 1 1.381 3.128c.121 2.605-1.902 4.822-4.509 4.943-1.326.062-2.626-.442-3.564-1.38M70.0889 154.8774a3.0977 3.0977 0 0 1-.906-2.054c-.079-1.712 1.249-3.168 2.96-3.247.871-.041 1.724.289 2.342.906.548.549.871 1.279.907 2.055.079 1.711-1.25 3.167-2.962 3.247a3.117 3.117 0 0 1-2.341-.907M255.4766 451.9038c.522.522.83 1.218.864 1.958.075 1.632-1.191 3.021-2.822 3.096a2.9627 2.9627 0 0 1-2.232-.865 2.9556 2.9556 0 0 1-.865-1.959c-.076-1.63 1.191-3.018 2.824-3.094.83-.039 1.644.276 2.231.864M139.5537 326.207a3.865 3.865 0 0 1 1.129 2.559c.098 2.132-1.556 3.946-3.689 4.045a3.8797 3.8797 0 0 1-2.916-1.13 3.8603 3.8603 0 0 1-1.129-2.559c-.099-2.131 1.556-3.945 3.689-4.044a3.8759 3.8759 0 0 1 2.916 1.129M35.1387 380.6011c0 1.912 1.55 3.462 3.462 3.462 1.912 0 3.462-1.55 3.462-3.462 0-1.912-1.55-3.462-3.462-3.462-1.912 0-3.462 1.55-3.462 3.462M0 193.4819c0 1.437 1.165 2.601 2.601 2.601 1.437 0 2.602-1.164 2.602-2.601s-1.165-2.601-2.602-2.601c-1.436 0-2.601 1.164-2.601 2.601M71.4854 323.2852c0 1.437 1.165 2.601 2.601 2.601 1.437 0 2.601-1.164 2.601-2.601s-1.164-2.602-2.601-2.602c-1.436 0-2.601 1.165-2.601 2.602M97.4249 344.6377c0 1.437 1.165 2.601 2.601 2.601 1.437 0 2.602-1.164 2.602-2.601s-1.165-2.602-2.602-2.602c-1.436 0-2.601 1.165-2.601 2.602M250.9937 111.875c0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945 0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945M198.2476 55.9844c0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945 0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945M386.8648 286.7778c0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.946-2.214-4.946-4.945 0-2.731 2.215-4.945 4.946-4.945s4.945 2.214 4.945 4.945M352.1089 486.0357c0 1.84-1.492 3.332-3.332 3.332-1.84 0-3.332-1.492-3.332-3.332 0-1.84 1.492-3.332 3.332-3.332 1.84 0 3.332 1.492 3.332 3.332M373.3462 111.3828c0 3.167-2.567 5.734-5.733 5.734-3.167 0-5.735-2.567-5.735-5.734s2.568-5.734 5.735-5.734c3.166 0 5.733 2.567 5.733 5.734M304.9868 379.5137c0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462 0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462M371.2329 427.771c0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.489-1.114-2.489-2.488 0-1.375 1.115-2.488 2.489-2.488 1.374 0 2.488 1.113 2.488 2.488M371.2329 418.71c0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.489-1.114-2.489-2.488 0-1.374 1.115-2.488 2.489-2.488 1.374 0 2.488 1.114 2.488 2.488M371.2329 496.647c0 1.374-1.114 2.487-2.488 2.487-1.374 0-2.489-1.113-2.489-2.487 0-1.375 1.115-2.488 2.489-2.488 1.374 0 2.488 1.113 2.488 2.488M336.2945 344.9556c0 1.437-1.165 2.601-2.602 2.601-1.436 0-2.601-1.164-2.601-2.601s1.165-2.601 2.601-2.601c1.437 0 2.602 1.164 2.602 2.601M260.5742 328.856c0 1.437-1.165 2.601-2.601 2.601-1.437 0-2.601-1.164-2.601-2.601s1.164-2.601 2.601-2.601c1.436 0 2.601 1.164 2.601 2.601M225.7393 332.8145c0 4.149-3.363 7.512-7.512 7.512-4.149 0-7.512-3.363-7.512-7.512 0-4.149 3.363-7.512 7.512-7.512 4.149 0 7.512 3.363 7.512 7.512M18.6724 486.1568c0-2.731-2.214-4.945-4.945-4.945-2.731 0-4.945 2.214-4.945 4.945 0 2.73 2.214 4.945 4.945 4.945 2.731 0 4.945-2.215 4.945-4.945M140.2359 560.5386c0-2.73-2.214-4.944-4.945-4.944-2.731 0-4.945 2.214-4.945 4.944 0 2.731 2.214 4.945 4.945 4.945 2.731 0 4.945-2.214 4.945-4.945M25.8062 451.5698c0-2.73-2.214-4.944-4.945-4.944-2.731 0-4.945 2.214-4.945 4.944 0 2.731 2.214 4.945 4.945 4.945 2.731 0 4.945-2.214 4.945-4.945M120.5704 112.2754c0-2.125-1.723-3.849-3.849-3.849-2.126 0-3.849 1.724-3.849 3.849 0 2.126 1.723 3.849 3.849 3.849 2.126 0 3.849-1.723 3.849-3.849M83.42 622.8579c0-4.211-3.413-7.624-7.624-7.624-4.209 0-7.623 3.413-7.623 7.624 0 4.21 3.414 7.623 7.623 7.623 4.211 0 7.624-3.413 7.624-7.623M70.9805 371.9097c0-1.437-1.165-2.601-2.601-2.601-1.437 0-2.602 1.164-2.602 2.601s1.165 2.602 2.602 2.602c1.436 0 2.601-1.165 2.601-2.602M77.0552 421.5855c0-1.133-.918-2.051-2.051-2.051s-2.051.918-2.051 2.051.918 2.051 2.051 2.051 2.051-.918 2.051-2.051M231.3135 422.7881a3.8588 3.8588 0 0 0 2.9 1.125c1.028-.048 1.975-.493 2.668-1.253.692-.76 1.047-1.744.999-2.771-.044-.961-.442-1.865-1.122-2.544a3.8586 3.8586 0 0 0-2.902-1.124c-2.119.1-3.764 1.905-3.666 4.024.045.96.444 1.864 1.123 2.543m5.843-5.841a4.4034 4.4034 0 0 1 1.287 2.916c.055 1.177-.352 2.305-1.146 3.176-.794.871-1.88 1.381-3.058 1.436-1.237.057-2.448-.413-3.324-1.289a4.4014 4.4014 0 0 1-1.287-2.916c-.112-2.428 1.773-4.497 4.202-4.611 1.238-.058 2.45.412 3.326 1.288'/%3E%3Cpath d='M235.7017 418.4014c.416.416.66.969.687 1.557.06 1.297-.947 2.401-2.245 2.461a2.358 2.358 0 0 1-1.774-.687c-.416-.415-.66-.969-.687-1.557-.061-1.297.947-2.4 2.245-2.461.66-.031 1.307.22 1.774.687M318.0117 593.4126c1.281 1.281 3.053 1.969 4.861 1.885 1.723-.08 3.31-.825 4.471-2.099 1.161-1.273 1.756-2.923 1.676-4.644-.074-1.612-.742-3.126-1.882-4.265-1.281-1.281-3.053-1.968-4.863-1.884-3.552.167-6.309 3.193-6.144 6.744.074 1.611.742 3.125 1.881 4.263m9.793-9.79c1.306 1.306 2.072 3.042 2.158 4.888.091 1.973-.591 3.864-1.921 5.324-1.331 1.459-3.151 2.313-5.125 2.405-2.073.096-4.104-.691-5.572-2.16-1.305-1.305-2.071-3.04-2.157-4.887-.188-4.07 2.971-7.538 7.043-7.729 2.074-.096 4.106.69 5.574 2.159'/%3E%3Cpath d='M325.3667 586.0601a3.9463 3.9463 0 0 1 1.151 2.61c.1 2.174-1.587 4.025-3.761 4.125a3.9518 3.9518 0 0 1-2.974-1.151 3.938 3.938 0 0 1-1.152-2.61c-.101-2.174 1.587-4.024 3.762-4.125 1.107-.052 2.191.369 2.974 1.151M158.6114 474.4985a4.1064 4.1064 0 0 0 3.086 1.196c1.093-.05 2.101-.524 2.838-1.332.737-.808 1.115-1.855 1.064-2.948a4.0897 4.0897 0 0 0-1.195-2.707 4.1071 4.1071 0 0 0-3.087-1.196c-2.254.106-4.004 2.026-3.9 4.281.048 1.022.471 1.983 1.194 2.706m6.216-6.215a4.6841 4.6841 0 0 1 1.37 3.103c.058 1.253-.375 2.453-1.219 3.38-.845.925-2 1.468-3.253 1.526-1.316.061-2.605-.439-3.537-1.371-.829-.828-1.315-1.93-1.369-3.102-.12-2.584 1.886-4.785 4.47-4.906 1.317-.061 2.607.439 3.538 1.37'/%3E%3Cpath d='M163.2803 469.8316c.442.442.702 1.03.73 1.656.064 1.381-1.007 2.555-2.387 2.618a2.504 2.504 0 0 1-1.888-.73 2.503 2.503 0 0 1-.731-1.657c-.064-1.38 1.007-2.554 2.388-2.618.702-.033 1.391.234 1.888.731M110.9234 540.23a4.1064 4.1064 0 0 0 3.086 1.196c1.093-.05 2.101-.523 2.838-1.332.737-.808 1.115-1.855 1.063-2.948a4.0881 4.0881 0 0 0-1.194-2.707c-.814-.813-1.938-1.249-3.087-1.195-2.255.105-4.005 2.026-3.9 4.28a4.0836 4.0836 0 0 0 1.194 2.706m6.216-6.214c.829.828 1.315 1.931 1.37 3.103.058 1.252-.375 2.452-1.22 3.379-.845.926-1.999 1.468-3.253 1.527-1.315.06-2.604-.44-3.536-1.371a4.683 4.683 0 0 1-1.369-3.103c-.12-2.583 1.886-4.784 4.47-4.906a4.7057 4.7057 0 0 1 3.538 1.371'/%3E%3Cpath d='M115.5923 535.563c.442.442.702 1.031.73 1.657.064 1.38-1.007 2.555-2.387 2.618-.702.034-1.39-.233-1.888-.731a2.4958 2.4958 0 0 1-.731-1.656c-.064-1.38 1.007-2.555 2.388-2.618.702-.034 1.391.233 1.888.73M158.9541 396.1582a5.015 5.015 0 0 0 3.771 1.461c1.335-.062 2.567-.64 3.467-1.628.9-.987 1.363-2.267 1.3-3.602a4.997 4.997 0 0 0-1.459-3.308 5.0234 5.0234 0 0 0-3.772-1.462c-2.756.131-4.894 2.477-4.766 5.232a4.9898 4.9898 0 0 0 1.459 3.307m7.596-7.594c1.013 1.012 1.607 2.359 1.673 3.791.071 1.531-.457 2.997-1.49 4.13-1.032 1.131-2.444 1.794-3.975 1.865-1.608.075-3.183-.536-4.322-1.675-1.012-1.012-1.606-2.358-1.673-3.79-.146-3.158 2.305-5.847 5.463-5.996 1.609-.074 3.185.536 4.324 1.675'/%3E%3Cpath d='M164.6587 390.4551c.54.54.858 1.259.893 2.024.078 1.686-1.231 3.122-2.917 3.2-.858.04-1.699-.285-2.308-.893a3.059 3.059 0 0 1-.893-2.025c-.078-1.686 1.231-3.121 2.918-3.2.859-.04 1.7.287 2.307.894M71.5933 518.5591c.994.993 2.368 1.526 3.771 1.462 1.335-.063 2.567-.641 3.467-1.628.901-.988 1.363-2.268 1.3-3.604a4.9966 4.9966 0 0 0-1.459-3.307c-.994-.993-2.369-1.526-3.772-1.461-2.756.13-4.894 2.476-4.766 5.23a4.997 4.997 0 0 0 1.459 3.308m7.596-7.595a5.7315 5.7315 0 0 1 1.674 3.792c.07 1.531-.458 2.997-1.491 4.129-1.032 1.133-2.443 1.795-3.975 1.866-1.608.075-3.183-.536-4.322-1.674a5.7327 5.7327 0 0 1-1.673-3.791c-.146-3.158 2.305-5.847 5.463-5.997 1.609-.073 3.185.537 4.324 1.675'/%3E%3Cpath d='M77.2979 512.856c.541.54.858 1.26.893 2.024.078 1.687-1.231 3.122-2.917 3.2-.858.041-1.699-.286-2.307-.894a3.0555 3.0555 0 0 1-.894-2.024c-.078-1.686 1.231-3.121 2.918-3.2.859-.04 1.7.287 2.307.894M271.3863 642.8657a5.0197 5.0197 0 0 0 3.771 1.462c1.336-.062 2.567-.64 3.468-1.628.9-.987 1.362-2.267 1.299-3.603a4.9945 4.9945 0 0 0-1.459-3.307c-.994-.994-2.369-1.527-3.772-1.462-2.756.131-4.894 2.477-4.766 5.231.058 1.249.576 2.424 1.459 3.307m7.596-7.594c1.013 1.013 1.607 2.36 1.674 3.791.07 1.532-.458 2.998-1.491 4.13-1.032 1.132-2.443 1.795-3.975 1.866-1.608.075-3.182-.537-4.322-1.675a5.7245 5.7245 0 0 1-1.672-3.79c-.146-3.158 2.304-5.847 5.463-5.997 1.609-.074 3.185.537 4.323 1.675'/%3E%3Cpath d='M277.0913 637.1636c.54.54.857 1.259.893 2.023.078 1.687-1.231 3.123-2.917 3.201-.859.04-1.699-.286-2.308-.894-.54-.541-.858-1.26-.894-2.024-.078-1.687 1.232-3.121 2.919-3.2.859-.04 1.7.287 2.307.894M70.563 598.9849a5.0197 5.0197 0 0 0 3.771 1.462c1.336-.063 2.567-.641 3.468-1.628.9-.988 1.362-2.268 1.3-3.603-.059-1.25-.577-2.424-1.46-3.308-.994-.993-2.369-1.526-3.772-1.461-2.756.13-4.894 2.476-4.766 5.231.058 1.249.576 2.424 1.459 3.307m7.596-7.594c1.013 1.013 1.607 2.36 1.674 3.791.07 1.531-.458 2.997-1.491 4.13-1.032 1.132-2.443 1.795-3.974 1.865-1.608.075-3.183-.536-4.322-1.674a5.7212 5.7212 0 0 1-1.673-3.791c-.146-3.158 2.304-5.847 5.463-5.996 1.609-.074 3.185.537 4.323 1.675'/%3E%3Cpath d='M76.2681 593.2818c.54.54.857 1.26.893 2.024.078 1.687-1.231 3.122-2.917 3.2-.859.041-1.699-.285-2.308-.893-.54-.541-.858-1.26-.893-2.024-.079-1.687 1.231-3.121 2.918-3.201.859-.04 1.7.287 2.307.894M283.6929 428.3784c.671.671 1.6 1.031 2.547.987.903-.042 1.735-.432 2.343-1.099.608-.668.92-1.532.878-2.434a3.372 3.372 0 0 0-.986-2.235c-.672-.671-1.6-1.031-2.548-.987-1.861.088-3.306 1.673-3.22 3.534.039.844.389 1.637.986 2.234m5.131-5.13a3.8626 3.8626 0 0 1 1.131 2.561c.048 1.034-.309 2.025-1.007 2.79-.697.764-1.651 1.212-2.685 1.26a3.885 3.885 0 0 1-2.92-1.132c-.684-.683-1.085-1.593-1.13-2.56-.099-2.133 1.557-3.95 3.691-4.051a3.882 3.882 0 0 1 2.92 1.132'/%3E%3Cpath d='M287.5469 424.5254c.365.365.579.851.603 1.368.053 1.139-.832 2.109-1.971 2.161a2.0674 2.0674 0 0 1-1.558-.603c-.366-.365-.58-.851-.604-1.368-.053-1.139.832-2.108 1.971-2.162.58-.026 1.149.194 1.559.604'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-pattern.bg-side-molecolar {
  top: 50%;
  left: 50%;
  width: 390px;
  height: 646px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 390 646' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF' fill-rule='evenodd' opacity='.2'%3E%3Cpath d='M381.6724 286.9204l-74.608 43.072-.246-.142-48.134-27.791v-1.138l48.38 27.932 73.87-42.645v-85.296l-72.512-41.862v-1.139l73.496 42.431v86.435zM270.9219 102.3462l.397-.229 61.209 35.337v-1.139l-61.209-35.338-.397.229z'/%3E%3Cpath d='M271.3194 246.6821l61.208-35.338v-1.139l-61.208 35.337-60.355-34.844v1.138z'/%3E%3Cpath d='M271.3711 275.1831l-87.039-50.251v-92.263h-.985v92.833l87.778 50.678.246.143 87.778-50.679.246-.142v-101.645l-86.361-49.861v1.14l85.376 49.291v100.505z'/%3E%3Cpath d='M72.8067 224.5366v-96.015l87.039-50.251 87.044 50.251v96.015h.985v-96.584l-87.783-50.679-.246-.142-87.778 50.678-.246.143v96.584z'/%3E%3Cpath d='M135.6919 196.5825v-54.751l47.663-27.519v-1.14l-48.648 28.089v55.321zM119.9722 54.665l47.518-27.433 47.663 27.516v53.994h.985V54.179l-48.648-28.086-47.518 27.433z'/%3E%3Cpath d='M167.1807 160.4058v-1.139l-66.53-38.411v-77.18l66.839-38.589 66.839 38.589v77.18l-.029.017h1.014v-77.767l-67.577-39.016-.247-.143-67.578 39.017-.246.142v78.32zM127.1124 308.8916l-.246-.143-74.609 43.073-.247.143v86.435l73.499 42.432v-1.14l-72.513-41.862v-85.295l73.87-42.646 70.963 40.97v-1.138zM218.3477 332.5903l-.121.069v1.14l.121-.069 52.685 30.415v60.837l-52.685 30.419-.121-.071v1.14l.121.07 53.67-30.988v-61.977zM163.0083 536.396l-.397.229-61.209-35.337v1.139l61.209 35.338.397-.229z'/%3E%3Cpath d='M162.6109 392.0601l-61.208 35.338v1.139l61.208-35.337 60.355 34.844v-1.138z'/%3E%3Cpath d='M75.5206 413.8096v100.506l38.792 22.396v1.139l-39.776-22.965v-101.645l.246-.142 87.71-50.642v1.141zM274.085 561.6109l-.246-.143-87.782-50.678v-79.113h.985v78.543l87.043 50.251 86.156-49.741v1.139z'/%3E%3Cpath d='M251.0391 414.6309l47.199 27.248v55.032l-47.662 27.518-.412-.237v1.14l.412.237 48.647-28.088v-56.172l-48.184-27.818zM227.7051 589.8228l47.389 27.359 47.518-27.433v-1.139l-47.518 27.433-47.389-27.359z'/%3E%3Cpath d='M275.0943 638.188l-65.933-38.065v1.138l65.686 37.925.247.142 67.578-39.016.246-.143v-78.32l-67.515-38.98v1.139l66.53 38.41v77.181zM72.4644 151.957l.246-.143 74.609 43.073.247.143v86.435l-73.499 42.431v-1.139l72.513-41.862V195.6l-73.87-42.646-70.963 40.97v-1.138zM38.6006 379.4614l.397.229 61.209-35.337v1.139l-61.209 35.338-.397-.229zM116.7212 112.7769l-47.518-27.432-47.663 27.516v53.994h-.985v-54.564l48.648-28.086 47.518 27.433zM68.6368 372.2256l-47.508 27.427v52.67h-.985v-53.24l48.493-27.997zM73.6851 594.5083l.397.229 61.209-35.337v1.138l-61.209 35.339-.397-.229zM74.0826 450.1724l61.208 35.338v1.139l-61.208-35.337-60.355 34.844v-1.138z'/%3E%3Cpath d='M75.7964 622.8579v-1.14l85.376-49.291v-100.505l-86.972-50.213v-1.14l87.711 50.642.247.141v101.645zM197.6953 293.2378l-61.208 35.338v1.139l61.208-35.337 60.355 34.844v-1.138zM301.5254 513.8276l-48.647-28.087v-31.742h.983v31.173l47.664 27.515 47.517-27.432v1.139z'/%3E%3Cpath d='M301.834 379.5137v1.139l66.53 38.411v77.181l-66.839 38.589-66.839-38.589v-77.181l.029-.017h-1.014v77.767l67.578 39.017.246.142 67.578-39.016.246-.143v-78.32z'/%3E%3Cpath d='M333.3228 343.3369v54.752l-47.663 27.518v1.14l48.648-28.088v-55.322zM306.4043 147.8594l61.208-35.338v-1.139l-61.208 35.337-60.355-34.844v1.139zM275.7554 245.7456c.112-2.417-1.764-4.476-4.182-4.59-1.231-.056-2.437.41-3.309 1.282a4.3757 4.3757 0 0 0-1.28 2.903c-.055 1.171.35 2.294 1.14 3.161.79.866 1.87 1.374 3.043 1.428 1.23.057 2.436-.411 3.308-1.283.775-.775 1.229-1.805 1.28-2.901m-4.152-5.231c2.771.131 4.922 2.49 4.794 5.261-.059 1.256-.58 2.437-1.468 3.325-1 .999-2.382 1.535-3.792 1.47-1.344-.062-2.582-.643-3.488-1.637-.906-.993-1.37-2.28-1.307-3.623a5.0226 5.0226 0 0 1 1.468-3.327c.999-.999 2.382-1.534 3.793-1.469'/%3E%3Cpath d='M273.4131 245.6362c.052-1.125-.822-2.083-1.949-2.136-1.083-.049-2.087.864-2.136 1.949-.052 1.125.821 2.084 1.948 2.136.573.027 1.134-.19 1.54-.596.361-.361.573-.841.597-1.353m-1.919-2.777c1.48.069 2.629 1.328 2.56 2.807-.031.672-.31 1.303-.784 1.777-.534.533-1.272.819-2.024.783-1.48-.068-2.628-1.327-2.56-2.807.031-.671.31-1.302.784-1.776.532-.533 1.27-.819 2.024-.784M191.668 111.3267c.112-2.417-1.764-4.476-4.182-4.59-1.231-.056-2.437.41-3.309 1.282-.776.776-1.23 1.806-1.281 2.903-.054 1.171.351 2.294 1.141 3.16.79.867 1.87 1.374 3.043 1.429 1.23.057 2.436-.411 3.308-1.283.775-.775 1.229-1.805 1.28-2.901m-4.152-5.231c2.771.13 4.922 2.49 4.794 5.26-.059 1.257-.58 2.438-1.468 3.326-1 .999-2.382 1.535-3.792 1.47-1.344-.062-2.582-.644-3.488-1.637-.906-.994-1.37-2.28-1.307-3.623a5.0226 5.0226 0 0 1 1.468-3.327c.999-.999 2.382-1.534 3.793-1.469'/%3E%3Cpath d='M189.3257 111.2173c.052-1.125-.822-2.083-1.949-2.136-1.083-.05-2.087.864-2.136 1.949-.052 1.125.821 2.084 1.948 2.136.573.027 1.134-.19 1.54-.596.361-.361.573-.842.597-1.353m-1.919-2.777c1.48.069 2.629 1.328 2.56 2.807-.031.671-.31 1.302-.784 1.777-.534.533-1.272.818-2.024.783-1.48-.068-2.628-1.327-2.56-2.807.031-.671.31-1.302.784-1.776.532-.533 1.27-.819 2.024-.784M139.7051 141.7012c.112-2.417-1.765-4.476-4.182-4.589-1.232-.057-2.438.41-3.309 1.282-.776.775-1.23 1.806-1.281 2.902-.055 1.172.351 2.294 1.14 3.161.79.867 1.871 1.374 3.043 1.428 1.231.057 2.436-.41 3.308-1.282a4.3837 4.3837 0 0 0 1.281-2.902m-4.152-5.23c2.771.13 4.922 2.49 4.793 5.26a5.0157 5.0157 0 0 1-1.468 3.325c-.999 1-2.381 1.536-3.792 1.471-1.343-.063-2.582-.644-3.487-1.638-.906-.993-1.37-2.28-1.308-3.623.059-1.256.58-2.438 1.469-3.326.999-.999 2.381-1.535 3.793-1.469'/%3E%3Cpath d='M137.3628 141.5923c.052-1.125-.822-2.083-1.949-2.136-1.083-.05-2.087.864-2.137 1.949-.052 1.125.822 2.084 1.948 2.136.573.027 1.135-.19 1.541-.596.36-.361.573-.842.597-1.353m-1.92-2.777c1.481.069 2.629 1.328 2.561 2.807a2.683 2.683 0 0 1-.785 1.777c-.533.533-1.271.818-2.023.783-1.48-.068-2.628-1.327-2.561-2.807.032-.671.31-1.302.784-1.776a2.6924 2.6924 0 0 1 2.024-.784M222.1841 110.0864c.165-3.551-2.592-6.577-6.145-6.744-1.809-.084-3.581.602-4.862 1.884-1.14 1.139-1.808 2.653-1.882 4.264-.081 1.722.515 3.371 1.675 4.645 1.161 1.273 2.749 2.019 4.471 2.099 1.808.083 3.58-.604 4.862-1.885 1.138-1.138 1.806-2.652 1.881-4.263m-6.101-7.687c4.072.193 7.232 3.66 7.044 7.73-.087 1.847-.852 3.582-2.157 4.887-1.469 1.468-3.499 2.256-5.572 2.16-1.975-.091-3.794-.946-5.125-2.405-1.331-1.46-2.012-3.351-1.921-5.324.086-1.846.852-3.582 2.158-4.888 1.467-1.468 3.499-2.255 5.573-2.16'/%3E%3Cpath d='M215.9214 105.8452c2.175.102 3.864 1.951 3.763 4.125a3.939 3.939 0 0 1-1.153 2.61 3.9475 3.9475 0 0 1-2.974 1.152c-2.174-.1-3.861-1.951-3.761-4.125.046-.986.455-1.913 1.151-2.61a3.9588 3.9588 0 0 1 2.974-1.152M241.3091 120.8257c.165-3.551-2.592-6.577-6.145-6.744-1.809-.084-3.581.602-4.862 1.884-1.14 1.139-1.808 2.653-1.882 4.264-.081 1.722.515 3.371 1.675 4.645 1.161 1.273 2.749 2.019 4.471 2.099 1.808.083 3.58-.604 4.862-1.885 1.138-1.138 1.806-2.652 1.881-4.263m-6.101-7.687c4.072.193 7.232 3.66 7.044 7.73-.087 1.847-.852 3.582-2.157 4.887-1.469 1.468-3.499 2.256-5.572 2.16-1.975-.091-3.794-.946-5.125-2.405-1.331-1.46-2.012-3.351-1.921-5.324.086-1.846.852-3.582 2.158-4.888 1.467-1.468 3.499-2.255 5.573-2.16'/%3E%3Cpath d='M235.0464 116.5845c2.175.102 3.864 1.952 3.763 4.125a3.939 3.939 0 0 1-1.153 2.61 3.9475 3.9475 0 0 1-2.974 1.152c-2.174-.1-3.861-1.95-3.761-4.125.046-.986.455-1.913 1.151-2.61a3.9588 3.9588 0 0 1 2.974-1.152M365.4419 187.8657c.164-3.551-2.593-6.576-6.145-6.744-1.81-.083-3.582.603-4.863 1.884-1.139 1.139-1.807 2.653-1.882 4.265-.08 1.721.515 3.37 1.676 4.644s2.748 2.019 4.471 2.099c1.808.083 3.58-.603 4.861-1.884 1.139-1.139 1.807-2.653 1.882-4.264m-6.102-7.686c4.073.192 7.233 3.659 7.044 7.73-.086 1.846-.851 3.581-2.157 4.887-1.469 1.468-3.499 2.255-5.572 2.159-1.974-.091-3.794-.945-5.124-2.405-1.331-1.46-2.013-3.351-1.922-5.324.086-1.846.852-3.582 2.158-4.888 1.468-1.468 3.499-2.255 5.573-2.159'/%3E%3Cpath d='M359.1792 183.625c2.175.101 3.863 1.951 3.763 4.125a3.9437 3.9437 0 0 1-1.153 2.61 3.9518 3.9518 0 0 1-2.974 1.151c-2.174-.1-3.862-1.95-3.761-4.124.045-.987.454-1.914 1.151-2.61.783-.783 1.867-1.204 2.974-1.152M388.3648 201.7666c.164-3.551-2.593-6.576-6.146-6.744-1.809-.083-3.581.603-4.862 1.884-1.139 1.139-1.807 2.653-1.882 4.265-.08 1.721.516 3.371 1.676 4.644 1.161 1.274 2.748 2.019 4.471 2.099 1.808.083 3.58-.603 4.861-1.884 1.139-1.139 1.807-2.653 1.882-4.264m-6.102-7.686c4.073.192 7.233 3.659 7.044 7.73-.086 1.846-.851 3.581-2.157 4.887-1.469 1.468-3.499 2.255-5.572 2.16-1.974-.092-3.794-.946-5.124-2.406-1.331-1.46-2.013-3.351-1.921-5.324.085-1.846.851-3.582 2.157-4.888 1.468-1.468 3.499-2.255 5.573-2.159'/%3E%3Cpath d='M382.1021 197.5259c2.175.102 3.863 1.951 3.763 4.125a3.9437 3.9437 0 0 1-1.153 2.61 3.949 3.949 0 0 1-2.974 1.152c-2.174-.101-3.862-1.951-3.761-4.125.045-.987.454-1.914 1.15-2.61a3.961 3.961 0 0 1 2.975-1.152M222.0274 54.5884c.165-3.551-2.592-6.577-6.145-6.744-1.81-.084-3.582.602-4.863 1.884-1.139 1.139-1.807 2.653-1.882 4.264-.08 1.722.516 3.371 1.676 4.645 1.161 1.273 2.749 2.019 4.471 2.099 1.808.083 3.58-.604 4.862-1.885 1.138-1.138 1.806-2.653 1.881-4.263m-6.101-7.687c4.072.192 7.232 3.66 7.043 7.73-.086 1.847-.851 3.582-2.156 4.887-1.469 1.468-3.499 2.256-5.573 2.16-1.974-.091-3.793-.946-5.124-2.405-1.331-1.46-2.012-3.351-1.921-5.324a7.382 7.382 0 0 1 2.157-4.888c1.468-1.469 3.5-2.255 5.574-2.16'/%3E%3Cpath d='M215.7647 50.3472c2.175.102 3.864 1.951 3.763 4.125a3.9437 3.9437 0 0 1-1.153 2.61 3.949 3.949 0 0 1-2.974 1.152c-2.174-.1-3.862-1.951-3.761-4.125.045-.987.455-1.913 1.151-2.61a3.9573 3.9573 0 0 1 2.974-1.152M250.0689 178.7012c.07-1.502-1.097-2.783-2.6-2.854a2.7354 2.7354 0 0 0-2.057.798 2.7205 2.7205 0 0 0-.797 1.804c-.034.729.218 1.426.709 1.965.492.539 1.163.855 1.892.889.765.035 1.515-.256 2.057-.798.482-.482.764-1.122.796-1.804m-2.581-3.252c1.723.081 3.06 1.548 2.98 3.271-.037.781-.36 1.515-.913 2.067-.621.622-1.48.955-2.357.914-.836-.039-1.606-.4-2.169-1.018-.563-.617-.851-1.417-.813-2.252.037-.781.361-1.516.914-2.068a3.139 3.139 0 0 1 2.358-.914'/%3E%3Cpath d='M247.419 176.9067c.92.043 1.635.826 1.592 1.746a1.666 1.666 0 0 1-.488 1.104c-.331.332-.79.509-1.258.487-.92-.042-1.634-.825-1.591-1.745.019-.418.192-.81.487-1.105.331-.331.79-.508 1.258-.487M186.8882 225.4399c.069-1.502-1.097-2.783-2.6-2.854a2.74 2.74 0 0 0-2.058.798 2.7241 2.7241 0 0 0-.796 1.804c-.034.729.218 1.426.709 1.965.491.539 1.163.855 1.892.889.765.035 1.515-.256 2.057-.798.482-.482.764-1.122.796-1.804m-2.582-3.252c1.723.081 3.061 1.548 2.98 3.271-.036.781-.36 1.515-.912 2.067-.621.622-1.481.955-2.358.914-.835-.039-1.605-.4-2.168-1.018-.563-.617-.852-1.417-.813-2.253.037-.78.36-1.515.913-2.067a3.1404 3.1404 0 0 1 2.358-.914'/%3E%3Cpath d='M184.2383 223.6455c.92.043 1.635.826 1.592 1.746a1.666 1.666 0 0 1-.488 1.104c-.332.332-.79.509-1.258.487-.92-.043-1.634-.825-1.592-1.745.019-.418.193-.81.488-1.104.331-.332.79-.509 1.258-.488M250.231 128.4604c.07-1.502-1.097-2.783-2.6-2.854a2.734 2.734 0 0 0-2.057.798 2.7205 2.7205 0 0 0-.797 1.804c-.034.729.219 1.426.709 1.965.492.539 1.163.854 1.892.888.765.036 1.515-.255 2.057-.797.482-.482.764-1.122.796-1.804m-2.581-3.252c1.723.081 3.06 1.548 2.98 3.271-.036.78-.36 1.515-.913 2.067-.621.622-1.48.955-2.357.914-.836-.039-1.606-.4-2.169-1.018-.563-.617-.851-1.418-.813-2.253.037-.781.361-1.515.914-2.068.621-.621 1.48-.953 2.358-.913'/%3E%3Cpath d='M247.5811 126.666c.92.043 1.635.826 1.592 1.745a1.67 1.67 0 0 1-.487 1.105c-.332.332-.791.509-1.259.487-.92-.043-1.634-.825-1.591-1.745.019-.418.192-.81.487-1.105.331-.331.79-.509 1.258-.487M274.0982 275.7905c.07-1.502-1.097-2.783-2.6-2.854a2.7354 2.7354 0 0 0-2.057.798 2.7205 2.7205 0 0 0-.797 1.804c-.034.729.219 1.426.709 1.965.492.539 1.163.855 1.892.889.765.035 1.515-.256 2.057-.798.482-.482.765-1.122.796-1.804m-2.581-3.252c1.723.081 3.06 1.548 2.98 3.271a3.116 3.116 0 0 1-.913 2.067c-.621.622-1.48.955-2.357.914-.836-.039-1.606-.4-2.169-1.018-.563-.617-.851-1.418-.813-2.253.037-.781.361-1.515.914-2.067.621-.622 1.48-.954 2.358-.914'/%3E%3Cpath d='M271.4483 273.9961c.921.043 1.635.826 1.592 1.746-.019.417-.193.809-.487 1.104-.332.332-.791.509-1.259.487-.92-.043-1.634-.825-1.591-1.745.019-.418.192-.81.487-1.105.331-.331.79-.509 1.258-.487M79.2764 413.6802c.104-2.254-1.646-4.175-3.901-4.281a4.1064 4.1064 0 0 0-3.086 1.196 4.0803 4.0803 0 0 0-1.195 2.707c-.051 1.092.327 2.14 1.064 2.948.737.808 1.744 1.282 2.838 1.332a4.104 4.104 0 0 0 3.086-1.196 4.093 4.093 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.323 4.471 4.906-.055 1.172-.54 2.274-1.369 3.102a4.7012 4.7012 0 0 1-3.537 1.371c-1.253-.058-2.408-.6-3.253-1.526-.845-.927-1.277-2.127-1.219-3.38a4.683 4.683 0 0 1 1.369-3.103c.932-.931 2.222-1.431 3.538-1.37'/%3E%3Cpath d='M75.3008 410.9878c1.381.064 2.453 1.239 2.388 2.619a2.4958 2.4958 0 0 1-.731 1.656c-.498.498-1.186.765-1.888.731-1.38-.063-2.451-1.238-2.388-2.618.03-.626.289-1.215.731-1.657a2.5132 2.5132 0 0 1 1.888-.731M79.0992 451.3609c.104-2.254-1.646-4.175-3.9-4.281a4.1071 4.1071 0 0 0-3.087 1.196 4.0918 4.0918 0 0 0-1.195 2.707c-.051 1.093.327 2.14 1.064 2.948.737.808 1.744 1.282 2.838 1.332a4.104 4.104 0 0 0 3.086-1.196 4.0883 4.0883 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.322 4.471 4.906-.055 1.172-.54 2.274-1.369 3.103-.932.932-2.221 1.432-3.537 1.371-1.253-.059-2.408-.601-3.253-1.527-.845-.927-1.277-2.127-1.219-3.38a4.683 4.683 0 0 1 1.369-3.103c.932-.931 2.222-1.43 3.538-1.37'/%3E%3Cpath d='M75.1236 448.6685c1.381.064 2.453 1.239 2.389 2.618a2.4993 2.4993 0 0 1-.732 1.657c-.498.498-1.186.764-1.888.731-1.38-.064-2.451-1.237-2.387-2.618a2.504 2.504 0 0 1 .73-1.657 2.5147 2.5147 0 0 1 1.888-.731M56.6031 353.0093c.104-2.254-1.646-4.175-3.9-4.281a4.1071 4.1071 0 0 0-3.087 1.196 4.0897 4.0897 0 0 0-1.195 2.707c-.05 1.092.328 2.14 1.064 2.948.737.808 1.744 1.282 2.838 1.332a4.1026 4.1026 0 0 0 3.086-1.196 4.0883 4.0883 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.323 4.472 4.906-.055 1.172-.541 2.274-1.37 3.102a4.7012 4.7012 0 0 1-3.537 1.371c-1.253-.058-2.408-.6-3.253-1.526-.844-.927-1.277-2.127-1.219-3.38a4.683 4.683 0 0 1 1.369-3.103c.932-.931 2.222-1.431 3.538-1.37'/%3E%3Cpath d='M52.628 350.3169c1.381.064 2.452 1.239 2.388 2.619a2.5005 2.5005 0 0 1-.731 1.656c-.498.498-1.186.765-1.888.731-1.38-.063-2.451-1.238-2.388-2.618a2.503 2.503 0 0 1 .731-1.657 2.5094 2.5094 0 0 1 1.888-.731M346.4473 542.9068c.104-2.254-1.646-4.174-3.9-4.28a4.1025 4.1025 0 0 0-3.087 1.195 4.0939 4.0939 0 0 0-1.195 2.707c-.05 1.093.328 2.14 1.064 2.948.737.809 1.744 1.283 2.838 1.332a4.0989 4.0989 0 0 0 3.086-1.196 4.0883 4.0883 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.323 4.472 4.906-.055 1.172-.541 2.275-1.37 3.103-.932.932-2.221 1.432-3.537 1.371-1.253-.059-2.408-.601-3.253-1.527-.844-.927-1.277-2.126-1.219-3.379a4.683 4.683 0 0 1 1.369-3.103c.932-.932 2.222-1.431 3.538-1.371'/%3E%3Cpath d='M342.4722 540.2153c1.38.063 2.452 1.238 2.388 2.618a2.5005 2.5005 0 0 1-.731 1.656c-.498.498-1.186.765-1.888.732-1.38-.064-2.451-1.238-2.388-2.618.029-.626.289-1.215.731-1.658a2.5086 2.5086 0 0 1 1.888-.73M190.7398 432.1519c.104-2.254-1.646-4.175-3.9-4.281a4.1071 4.1071 0 0 0-3.087 1.196 4.0897 4.0897 0 0 0-1.195 2.707c-.051 1.093.328 2.14 1.064 2.948.737.808 1.744 1.282 2.838 1.332a4.104 4.104 0 0 0 3.086-1.196 4.0883 4.0883 0 0 0 1.194-2.706m-3.873-4.879c2.585.122 4.591 2.323 4.471 4.906-.055 1.172-.54 2.274-1.369 3.102a4.7012 4.7012 0 0 1-3.537 1.371c-1.253-.058-2.408-.6-3.253-1.526-.844-.927-1.277-2.127-1.219-3.38.054-1.172.54-2.274 1.369-3.102.932-.932 2.222-1.431 3.538-1.371'/%3E%3Cpath d='M186.7642 429.46c1.381.064 2.453 1.238 2.389 2.618a2.4993 2.4993 0 0 1-.732 1.657c-.498.498-1.186.764-1.887.731-1.381-.064-2.452-1.238-2.388-2.618.029-.626.288-1.215.73-1.657a2.5109 2.5109 0 0 1 1.888-.731M312.2632 329.3613c.13-2.795-2.041-5.177-4.836-5.309-1.425-.065-2.82.475-3.829 1.483-.897.897-1.422 2.089-1.481 3.357-.063 1.355.406 2.654 1.319 3.657.914 1.001 2.164 1.589 3.52 1.651a5.0867 5.0867 0 0 0 3.826-1.483c.897-.896 1.422-2.088 1.481-3.356m-4.802-6.05c3.205.151 5.692 2.881 5.544 6.084-.068 1.453-.67 2.82-1.698 3.847-1.155 1.156-2.754 1.775-4.386 1.701-1.554-.073-2.986-.746-4.033-1.894-1.048-1.149-1.584-2.638-1.513-4.191a5.8167 5.8167 0 0 1 1.699-3.848c1.155-1.155 2.754-1.774 4.387-1.699'/%3E%3Cpath d='M307.334 326.0229c1.712.08 3.041 1.536 2.961 3.247a3.1022 3.1022 0 0 1-.906 2.055c-.618.617-1.471.947-2.342.906-1.711-.079-3.039-1.535-2.96-3.247.036-.776.358-1.506.906-2.054.616-.616 1.469-.948 2.341-.907M78.1133 340.4756c.127-2.754-2.011-5.101-4.766-5.231-1.404-.065-2.778.468-3.772 1.461a4.9954 4.9954 0 0 0-1.46 3.308c-.062 1.336.4 2.615 1.3 3.603.901.987 2.132 1.566 3.468 1.628a5.0212 5.0212 0 0 0 3.771-1.462c.883-.883 1.401-2.057 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.996a5.726 5.726 0 0 1-1.673 3.791c-1.139 1.138-2.714 1.749-4.322 1.675-1.531-.071-2.943-.734-3.975-1.866-1.032-1.133-1.561-2.599-1.49-4.13a5.726 5.726 0 0 1 1.673-3.791c1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M73.2554 337.186c1.687.079 2.997 1.514 2.918 3.2a3.0565 3.0565 0 0 1-.893 2.024c-.608.609-1.449.934-2.307.893-1.687-.077-2.995-1.513-2.918-3.199.036-.765.353-1.484.893-2.024a3.068 3.068 0 0 1 2.307-.894M276.3628 426.2183c.127-2.754-2.011-5.101-4.767-5.231-1.403-.064-2.777.468-3.772 1.461a4.999 4.999 0 0 0-1.459 3.308c-.062 1.336.4 2.615 1.3 3.603.9.987 2.132 1.566 3.468 1.628 1.402.064 2.776-.468 3.771-1.462a4.9971 4.9971 0 0 0 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.996a5.7306 5.7306 0 0 1-1.673 3.791c-1.139 1.138-2.714 1.749-4.322 1.675-1.531-.071-2.943-.734-3.975-1.866-1.032-1.133-1.561-2.599-1.49-4.13.066-1.432.66-2.778 1.673-3.791 1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M271.5049 422.9292c1.687.078 2.997 1.513 2.918 3.199a3.059 3.059 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.893-1.687-.078-2.995-1.513-2.918-3.2.035-.765.353-1.483.893-2.024a3.071 3.071 0 0 1 2.307-.893M191.0547 510.7466c.128-2.755-2.011-5.102-4.766-5.231a5.0202 5.0202 0 0 0-3.772 1.46 5.0004 5.0004 0 0 0-1.46 3.309c-.062 1.335.4 2.614 1.3 3.603.901.987 2.132 1.565 3.469 1.628a5.019 5.019 0 0 0 3.77-1.462c.883-.883 1.401-2.058 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.995-.066 1.432-.66 2.779-1.673 3.791a5.7507 5.7507 0 0 1-4.322 1.675c-1.531-.071-2.943-.733-3.975-1.866-1.032-1.132-1.561-2.599-1.49-4.129.067-1.432.661-2.778 1.674-3.791 1.138-1.139 2.714-1.749 4.323-1.675'/%3E%3Cpath d='M186.1973 507.4566c1.687.079 2.997 1.514 2.918 3.2a3.059 3.059 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.892-1.687-.077-2.995-1.513-2.918-3.199.036-.765.353-1.484.893-2.024a3.068 3.068 0 0 1 2.307-.894M303.4951 497.7466c.127-2.754-2.011-5.101-4.766-5.23a5.0112 5.0112 0 0 0-3.772 1.46 4.9954 4.9954 0 0 0-1.46 3.308c-.062 1.336.4 2.615 1.3 3.603.901.988 2.132 1.566 3.468 1.628 1.402.065 2.777-.468 3.771-1.461a4.997 4.997 0 0 0 1.459-3.308m-4.732-5.962c3.158.15 5.609 2.839 5.463 5.996-.067 1.432-.661 2.779-1.673 3.79a5.7478 5.7478 0 0 1-4.322 1.676c-1.531-.071-2.943-.734-3.975-1.866-1.032-1.132-1.561-2.599-1.49-4.129.066-1.433.66-2.778 1.673-3.792 1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M298.6372 494.4575c1.687.078 2.997 1.514 2.918 3.199a3.0569 3.0569 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.893-1.687-.078-2.995-1.513-2.918-3.199a3.057 3.057 0 0 1 .893-2.024 3.068 3.068 0 0 1 2.307-.894M346.9121 522.2202c.127-2.755-2.011-5.102-4.766-5.231a5.0158 5.0158 0 0 0-3.772 1.461c-.884.883-1.402 2.058-1.46 3.308-.062 1.335.4 2.614 1.3 3.603.901.987 2.132 1.566 3.468 1.628a5.0212 5.0212 0 0 0 3.771-1.462 4.9992 4.9992 0 0 0 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.995-.067 1.433-.661 2.779-1.673 3.791-1.139 1.139-2.714 1.749-4.322 1.676-1.531-.071-2.943-.734-3.975-1.866-1.032-1.133-1.561-2.599-1.49-4.13.066-1.432.66-2.778 1.673-3.791 1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M342.0542 518.9302c1.687.079 2.997 1.514 2.918 3.2a3.059 3.059 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.892-1.687-.077-2.995-1.513-2.918-3.199.036-.765.353-1.484.893-2.024a3.068 3.068 0 0 1 2.307-.894M214.1402 601.062c.128-2.754-2.011-5.101-4.766-5.23a5.0112 5.0112 0 0 0-3.772 1.46 4.9954 4.9954 0 0 0-1.46 3.308c-.062 1.336.4 2.615 1.3 3.603.901.988 2.132 1.566 3.468 1.628 1.403.065 2.777-.468 3.771-1.461a4.997 4.997 0 0 0 1.459-3.308m-4.732-5.962c3.158.15 5.609 2.839 5.463 5.996a5.7193 5.7193 0 0 1-1.673 3.79 5.7478 5.7478 0 0 1-4.322 1.676c-1.531-.071-2.943-.733-3.975-1.866-1.032-1.132-1.561-2.599-1.49-4.129.066-1.433.661-2.778 1.674-3.792 1.138-1.139 2.714-1.749 4.323-1.675'/%3E%3Cpath d='M209.2827 597.773c1.687.078 2.997 1.514 2.918 3.199a3.0569 3.0569 0 0 1-.893 2.025c-.609.608-1.449.933-2.307.893-1.687-.078-2.996-1.513-2.918-3.199.035-.766.353-1.484.893-2.024a3.0666 3.0666 0 0 1 2.307-.894M140.6065 486.3696c.128-2.755-2.011-5.102-4.766-5.231a5.0202 5.0202 0 0 0-3.772 1.46c-.884.884-1.401 2.059-1.46 3.309-.062 1.335.4 2.614 1.3 3.603.901.987 2.132 1.565 3.468 1.628a5.0197 5.0197 0 0 0 3.771-1.462c.883-.883 1.401-2.058 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.995-.066 1.432-.66 2.779-1.673 3.791a5.7507 5.7507 0 0 1-4.322 1.675c-1.531-.071-2.943-.733-3.975-1.866-1.032-1.132-1.561-2.599-1.49-4.129.067-1.433.661-2.778 1.674-3.791 1.138-1.14 2.714-1.749 4.323-1.675'/%3E%3Cpath d='M135.7491 483.0796c1.687.079 2.997 1.514 2.918 3.199a3.0593 3.0593 0 0 1-.893 2.026c-.608.607-1.449.933-2.307.892-1.687-.077-2.995-1.513-2.918-3.199.035-.765.353-1.484.893-2.024a3.0666 3.0666 0 0 1 2.307-.894M167.5899 537.5659c.127-2.755-2.011-5.102-4.766-5.231a5.0158 5.0158 0 0 0-3.772 1.461c-.884.883-1.402 2.058-1.46 3.308-.062 1.335.4 2.614 1.3 3.603.901.987 2.132 1.566 3.468 1.628 1.402.064 2.776-.468 3.771-1.462a4.9992 4.9992 0 0 0 1.459-3.307m-4.732-5.962c3.158.149 5.609 2.838 5.463 5.995-.067 1.433-.661 2.779-1.673 3.791-1.139 1.139-2.714 1.749-4.322 1.676-1.531-.071-2.943-.734-3.975-1.866-1.032-1.133-1.561-2.599-1.49-4.13.066-1.432.66-2.778 1.673-3.791 1.139-1.139 2.715-1.749 4.324-1.675'/%3E%3Cpath d='M162.732 534.2759c1.687.079 2.997 1.514 2.918 3.2a3.059 3.059 0 0 1-.893 2.025c-.608.608-1.449.933-2.307.892-1.687-.077-2.995-1.513-2.918-3.199.036-.765.353-1.484.893-2.024a3.0719 3.0719 0 0 1 2.307-.894M247.1241 414.8604c0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M218.021 428.0444c0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M213.2823 456.4702c0-2.73 2.214-4.944 4.945-4.944 2.731 0 4.945 2.214 4.945 4.944 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M270.7676 483.9351c0-2.73 2.214-4.945 4.945-4.945 2.731 0 4.945 2.215 4.945 4.945 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M245.6304 525.5689c0-2.73 2.214-4.944 4.945-4.944 2.731 0 4.945 2.214 4.945 4.944 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M96.4576 502.4273c0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945 0 2.73-2.214 4.944-4.945 4.944-2.731 0-4.945-2.214-4.945-4.944M222.7603 589.8228c0-2.73 2.214-4.944 4.945-4.944 2.731 0 4.945 2.214 4.945 4.944 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M192.8843 349.7202c0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945 0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945M356.5122 511.5151c0-2.059 1.669-3.728 3.729-3.728 2.058 0 3.727 1.669 3.727 3.728s-1.669 3.728-3.727 3.728c-2.06 0-3.729-1.669-3.729-3.728M112.7862 54.29c0-4.21 3.413-7.623 7.624-7.623 4.21 0 7.623 3.413 7.623 7.623 0 4.21-3.413 7.624-7.623 7.624-4.211 0-7.624-3.414-7.624-7.624M177.8433 133.77c0-3.229 2.618-5.846 5.847-5.846 3.228 0 5.846 2.617 5.846 5.846s-2.618 5.847-5.846 5.847c-3.229 0-5.847-2.618-5.847-5.847M97.0816 428.5371c0-2.387 1.935-4.321 4.321-4.321 2.387 0 4.321 1.934 4.321 4.321 0 2.386-1.934 4.321-4.321 4.321-2.386 0-4.321-1.935-4.321-4.321M155.0533 573.189c0-3.662 2.969-6.631 6.631-6.631 3.663 0 6.632 2.969 6.632 6.631 0 3.662-2.969 6.632-6.632 6.632-3.662 0-6.631-2.97-6.631-6.632M267.46 101.2065c0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462 0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462M270.5952 74.6152c0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462 0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462M244.4126 224.5366c0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462 0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462M164.0279 160.4058c0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462 0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462M97.7823 112.1489c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.488-1.114-2.488-2.488M97.7823 121.2095c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.488-1.114-2.488-2.488M157.2232 77.6274c0-1.375 1.114-2.488 2.488-2.488 1.374 0 2.488 1.113 2.488 2.488 0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.488-1.114-2.488-2.488M97.7823 43.2729c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.375-1.114 2.488-2.488 2.488-1.374 0-2.488-1.113-2.488-2.488M69.3335 127.9238c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.488-1.114-2.488-2.488M181.2017 201.4687c0-1.374 1.114-2.488 2.488-2.488 1.374 0 2.488 1.114 2.488 2.488 0 1.375-1.114 2.488-2.488 2.488-1.374 0-2.488-1.113-2.488-2.488M68.605 224.8589c0-2.026 1.643-3.669 3.668-3.669 2.027 0 3.669 1.643 3.669 3.669s-1.642 3.668-3.669 3.668c-2.025 0-3.668-1.642-3.668-3.668M255.7237 301.4712c0-1.635 1.326-2.961 2.961-2.961 1.635 0 2.961 1.326 2.961 2.961 0 1.635-1.326 2.961-2.961 2.961-1.635 0-2.961-1.326-2.961-2.961M192.8023 294.3774c0-2.703 2.19-4.894 4.893-4.894s4.893 2.191 4.893 4.894c0 2.702-2.19 4.893-4.893 4.893s-4.893-2.191-4.893-4.893M328.2588 398.3569c0-2.703 2.191-4.894 4.894-4.894 2.702 0 4.893 2.191 4.893 4.894 0 2.702-2.191 4.893-4.893 4.893-2.703 0-4.894-2.191-4.894-4.893M306.7471 158.9585c0-1.437 1.165-2.601 2.601-2.601 1.437 0 2.602 1.164 2.602 2.601s-1.165 2.602-2.602 2.602c-1.436 0-2.601-1.165-2.601-2.602M132.7207 194.9639c0-1.437 1.165-2.601 2.601-2.601 1.437 0 2.601 1.164 2.601 2.601s-1.164 2.602-2.601 2.602c-1.436 0-2.601-1.165-2.601-2.602M208.4405 211.064c0-1.437 1.165-2.602 2.601-2.602 1.437 0 2.602 1.165 2.602 2.602 0 1.437-1.165 2.601-2.602 2.601-1.436 0-2.601-1.164-2.601-2.601M329.9268 211.3437c0-1.437 1.165-2.601 2.601-2.601 1.437 0 2.602 1.164 2.602 2.601s-1.165 2.601-2.602 2.601c-1.436 0-2.601-1.164-2.601-2.601M322.8379 134.4233c0-3.077 2.495-5.572 5.572-5.572s5.573 2.495 5.573 5.572-2.496 5.572-5.573 5.572c-3.077 0-5.572-2.495-5.572-5.572M159.8921 362.457c0-1.437 1.165-2.601 2.601-2.601 1.437 0 2.602 1.164 2.602 2.601s-1.165 2.602-2.602 2.602c-1.436 0-2.601-1.165-2.601-2.602M167.6719.0044c2.175.101 3.864 1.951 3.763 4.125a3.939 3.939 0 0 1-1.153 2.61 3.9504 3.9504 0 0 1-2.974 1.151c-2.174-.1-3.861-1.95-3.761-4.124.046-.987.455-1.914 1.151-2.61.783-.783 1.868-1.204 2.974-1.152M359.1792 120.9604c2.175.101 3.863 1.951 3.763 4.125a3.9437 3.9437 0 0 1-1.153 2.61 3.9518 3.9518 0 0 1-2.974 1.151c-2.174-.1-3.862-1.95-3.761-4.124.045-.987.454-1.914 1.151-2.61.783-.783 1.867-1.204 2.974-1.152M143.543 285.1963a4.7205 4.7205 0 0 1-1.379-3.127c-.121-2.606 1.901-4.824 4.507-4.944 1.326-.062 2.624.44 3.564 1.38a4.7178 4.7178 0 0 1 1.381 3.128c.121 2.605-1.902 4.822-4.509 4.943-1.326.062-2.626-.442-3.564-1.38M70.0889 154.8774a3.0977 3.0977 0 0 1-.906-2.054c-.079-1.712 1.249-3.168 2.96-3.247.871-.041 1.724.289 2.342.906.548.549.871 1.279.907 2.055.079 1.711-1.25 3.167-2.962 3.247a3.117 3.117 0 0 1-2.341-.907M255.4766 451.9038c.522.522.83 1.218.864 1.958.075 1.632-1.191 3.021-2.822 3.096a2.9627 2.9627 0 0 1-2.232-.865 2.9556 2.9556 0 0 1-.865-1.959c-.076-1.63 1.191-3.018 2.824-3.094.83-.039 1.644.276 2.231.864M139.5537 326.207a3.865 3.865 0 0 1 1.129 2.559c.098 2.132-1.556 3.946-3.689 4.045a3.8797 3.8797 0 0 1-2.916-1.13 3.8603 3.8603 0 0 1-1.129-2.559c-.099-2.131 1.556-3.945 3.689-4.044a3.8759 3.8759 0 0 1 2.916 1.129M35.1387 380.6011c0 1.912 1.55 3.462 3.462 3.462 1.912 0 3.462-1.55 3.462-3.462 0-1.912-1.55-3.462-3.462-3.462-1.912 0-3.462 1.55-3.462 3.462M0 193.4819c0 1.437 1.165 2.601 2.601 2.601 1.437 0 2.602-1.164 2.602-2.601s-1.165-2.601-2.602-2.601c-1.436 0-2.601 1.164-2.601 2.601M71.4854 323.2852c0 1.437 1.165 2.601 2.601 2.601 1.437 0 2.601-1.164 2.601-2.601s-1.164-2.602-2.601-2.602c-1.436 0-2.601 1.165-2.601 2.602M97.4249 344.6377c0 1.437 1.165 2.601 2.601 2.601 1.437 0 2.602-1.164 2.602-2.601s-1.165-2.602-2.602-2.602c-1.436 0-2.601 1.165-2.601 2.602M250.9937 111.875c0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945 0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945M198.2476 55.9844c0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.945-2.214-4.945-4.945 0-2.731 2.214-4.945 4.945-4.945 2.731 0 4.945 2.214 4.945 4.945M386.8648 286.7778c0 2.731-2.214 4.945-4.945 4.945-2.731 0-4.946-2.214-4.946-4.945 0-2.731 2.215-4.945 4.946-4.945s4.945 2.214 4.945 4.945M352.1089 486.0357c0 1.84-1.492 3.332-3.332 3.332-1.84 0-3.332-1.492-3.332-3.332 0-1.84 1.492-3.332 3.332-3.332 1.84 0 3.332 1.492 3.332 3.332M373.3462 111.3828c0 3.167-2.567 5.734-5.733 5.734-3.167 0-5.735-2.567-5.735-5.734s2.568-5.734 5.735-5.734c3.166 0 5.733 2.567 5.733 5.734M304.9868 379.5137c0 1.912-1.55 3.462-3.462 3.462-1.912 0-3.462-1.55-3.462-3.462 0-1.912 1.55-3.462 3.462-3.462 1.912 0 3.462 1.55 3.462 3.462M371.2329 427.771c0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.489-1.114-2.489-2.488 0-1.375 1.115-2.488 2.489-2.488 1.374 0 2.488 1.113 2.488 2.488M371.2329 418.71c0 1.374-1.114 2.488-2.488 2.488-1.374 0-2.489-1.114-2.489-2.488 0-1.374 1.115-2.488 2.489-2.488 1.374 0 2.488 1.114 2.488 2.488M371.2329 496.647c0 1.374-1.114 2.487-2.488 2.487-1.374 0-2.489-1.113-2.489-2.487 0-1.375 1.115-2.488 2.489-2.488 1.374 0 2.488 1.113 2.488 2.488M336.2945 344.9556c0 1.437-1.165 2.601-2.602 2.601-1.436 0-2.601-1.164-2.601-2.601s1.165-2.601 2.601-2.601c1.437 0 2.602 1.164 2.602 2.601M260.5742 328.856c0 1.437-1.165 2.601-2.601 2.601-1.437 0-2.601-1.164-2.601-2.601s1.164-2.601 2.601-2.601c1.436 0 2.601 1.164 2.601 2.601M225.7393 332.8145c0 4.149-3.363 7.512-7.512 7.512-4.149 0-7.512-3.363-7.512-7.512 0-4.149 3.363-7.512 7.512-7.512 4.149 0 7.512 3.363 7.512 7.512M18.6724 486.1568c0-2.731-2.214-4.945-4.945-4.945-2.731 0-4.945 2.214-4.945 4.945 0 2.73 2.214 4.945 4.945 4.945 2.731 0 4.945-2.215 4.945-4.945M140.2359 560.5386c0-2.73-2.214-4.944-4.945-4.944-2.731 0-4.945 2.214-4.945 4.944 0 2.731 2.214 4.945 4.945 4.945 2.731 0 4.945-2.214 4.945-4.945M25.8062 451.5698c0-2.73-2.214-4.944-4.945-4.944-2.731 0-4.945 2.214-4.945 4.944 0 2.731 2.214 4.945 4.945 4.945 2.731 0 4.945-2.214 4.945-4.945M120.5704 112.2754c0-2.125-1.723-3.849-3.849-3.849-2.126 0-3.849 1.724-3.849 3.849 0 2.126 1.723 3.849 3.849 3.849 2.126 0 3.849-1.723 3.849-3.849M83.42 622.8579c0-4.211-3.413-7.624-7.624-7.624-4.209 0-7.623 3.413-7.623 7.624 0 4.21 3.414 7.623 7.623 7.623 4.211 0 7.624-3.413 7.624-7.623M70.9805 371.9097c0-1.437-1.165-2.601-2.601-2.601-1.437 0-2.602 1.164-2.602 2.601s1.165 2.602 2.602 2.602c1.436 0 2.601-1.165 2.601-2.602M77.0552 421.5855c0-1.133-.918-2.051-2.051-2.051s-2.051.918-2.051 2.051.918 2.051 2.051 2.051 2.051-.918 2.051-2.051M231.3135 422.7881a3.8588 3.8588 0 0 0 2.9 1.125c1.028-.048 1.975-.493 2.668-1.253.692-.76 1.047-1.744.999-2.771-.044-.961-.442-1.865-1.122-2.544a3.8586 3.8586 0 0 0-2.902-1.124c-2.119.1-3.764 1.905-3.666 4.024.045.96.444 1.864 1.123 2.543m5.843-5.841a4.4034 4.4034 0 0 1 1.287 2.916c.055 1.177-.352 2.305-1.146 3.176-.794.871-1.88 1.381-3.058 1.436-1.237.057-2.448-.413-3.324-1.289a4.4014 4.4014 0 0 1-1.287-2.916c-.112-2.428 1.773-4.497 4.202-4.611 1.238-.058 2.45.412 3.326 1.288'/%3E%3Cpath d='M235.7017 418.4014c.416.416.66.969.687 1.557.06 1.297-.947 2.401-2.245 2.461a2.358 2.358 0 0 1-1.774-.687c-.416-.415-.66-.969-.687-1.557-.061-1.297.947-2.4 2.245-2.461.66-.031 1.307.22 1.774.687M318.0117 593.4126c1.281 1.281 3.053 1.969 4.861 1.885 1.723-.08 3.31-.825 4.471-2.099 1.161-1.273 1.756-2.923 1.676-4.644-.074-1.612-.742-3.126-1.882-4.265-1.281-1.281-3.053-1.968-4.863-1.884-3.552.167-6.309 3.193-6.144 6.744.074 1.611.742 3.125 1.881 4.263m9.793-9.79c1.306 1.306 2.072 3.042 2.158 4.888.091 1.973-.591 3.864-1.921 5.324-1.331 1.459-3.151 2.313-5.125 2.405-2.073.096-4.104-.691-5.572-2.16-1.305-1.305-2.071-3.04-2.157-4.887-.188-4.07 2.971-7.538 7.043-7.729 2.074-.096 4.106.69 5.574 2.159'/%3E%3Cpath d='M325.3667 586.0601a3.9463 3.9463 0 0 1 1.151 2.61c.1 2.174-1.587 4.025-3.761 4.125a3.9518 3.9518 0 0 1-2.974-1.151 3.938 3.938 0 0 1-1.152-2.61c-.101-2.174 1.587-4.024 3.762-4.125 1.107-.052 2.191.369 2.974 1.151M158.6114 474.4985a4.1064 4.1064 0 0 0 3.086 1.196c1.093-.05 2.101-.524 2.838-1.332.737-.808 1.115-1.855 1.064-2.948a4.0897 4.0897 0 0 0-1.195-2.707 4.1071 4.1071 0 0 0-3.087-1.196c-2.254.106-4.004 2.026-3.9 4.281.048 1.022.471 1.983 1.194 2.706m6.216-6.215a4.6841 4.6841 0 0 1 1.37 3.103c.058 1.253-.375 2.453-1.219 3.38-.845.925-2 1.468-3.253 1.526-1.316.061-2.605-.439-3.537-1.371-.829-.828-1.315-1.93-1.369-3.102-.12-2.584 1.886-4.785 4.47-4.906 1.317-.061 2.607.439 3.538 1.37'/%3E%3Cpath d='M163.2803 469.8316c.442.442.702 1.03.73 1.656.064 1.381-1.007 2.555-2.387 2.618a2.504 2.504 0 0 1-1.888-.73 2.503 2.503 0 0 1-.731-1.657c-.064-1.38 1.007-2.554 2.388-2.618.702-.033 1.391.234 1.888.731M110.9234 540.23a4.1064 4.1064 0 0 0 3.086 1.196c1.093-.05 2.101-.523 2.838-1.332.737-.808 1.115-1.855 1.063-2.948a4.0881 4.0881 0 0 0-1.194-2.707c-.814-.813-1.938-1.249-3.087-1.195-2.255.105-4.005 2.026-3.9 4.28a4.0836 4.0836 0 0 0 1.194 2.706m6.216-6.214c.829.828 1.315 1.931 1.37 3.103.058 1.252-.375 2.452-1.22 3.379-.845.926-1.999 1.468-3.253 1.527-1.315.06-2.604-.44-3.536-1.371a4.683 4.683 0 0 1-1.369-3.103c-.12-2.583 1.886-4.784 4.47-4.906a4.7057 4.7057 0 0 1 3.538 1.371'/%3E%3Cpath d='M115.5923 535.563c.442.442.702 1.031.73 1.657.064 1.38-1.007 2.555-2.387 2.618-.702.034-1.39-.233-1.888-.731a2.4958 2.4958 0 0 1-.731-1.656c-.064-1.38 1.007-2.555 2.388-2.618.702-.034 1.391.233 1.888.73M158.9541 396.1582a5.015 5.015 0 0 0 3.771 1.461c1.335-.062 2.567-.64 3.467-1.628.9-.987 1.363-2.267 1.3-3.602a4.997 4.997 0 0 0-1.459-3.308 5.0234 5.0234 0 0 0-3.772-1.462c-2.756.131-4.894 2.477-4.766 5.232a4.9898 4.9898 0 0 0 1.459 3.307m7.596-7.594c1.013 1.012 1.607 2.359 1.673 3.791.071 1.531-.457 2.997-1.49 4.13-1.032 1.131-2.444 1.794-3.975 1.865-1.608.075-3.183-.536-4.322-1.675-1.012-1.012-1.606-2.358-1.673-3.79-.146-3.158 2.305-5.847 5.463-5.996 1.609-.074 3.185.536 4.324 1.675'/%3E%3Cpath d='M164.6587 390.4551c.54.54.858 1.259.893 2.024.078 1.686-1.231 3.122-2.917 3.2-.858.04-1.699-.285-2.308-.893a3.059 3.059 0 0 1-.893-2.025c-.078-1.686 1.231-3.121 2.918-3.2.859-.04 1.7.287 2.307.894M71.5933 518.5591c.994.993 2.368 1.526 3.771 1.462 1.335-.063 2.567-.641 3.467-1.628.901-.988 1.363-2.268 1.3-3.604a4.9966 4.9966 0 0 0-1.459-3.307c-.994-.993-2.369-1.526-3.772-1.461-2.756.13-4.894 2.476-4.766 5.23a4.997 4.997 0 0 0 1.459 3.308m7.596-7.595a5.7315 5.7315 0 0 1 1.674 3.792c.07 1.531-.458 2.997-1.491 4.129-1.032 1.133-2.443 1.795-3.975 1.866-1.608.075-3.183-.536-4.322-1.674a5.7327 5.7327 0 0 1-1.673-3.791c-.146-3.158 2.305-5.847 5.463-5.997 1.609-.073 3.185.537 4.324 1.675'/%3E%3Cpath d='M77.2979 512.856c.541.54.858 1.26.893 2.024.078 1.687-1.231 3.122-2.917 3.2-.858.041-1.699-.286-2.307-.894a3.0555 3.0555 0 0 1-.894-2.024c-.078-1.686 1.231-3.121 2.918-3.2.859-.04 1.7.287 2.307.894M271.3863 642.8657a5.0197 5.0197 0 0 0 3.771 1.462c1.336-.062 2.567-.64 3.468-1.628.9-.987 1.362-2.267 1.299-3.603a4.9945 4.9945 0 0 0-1.459-3.307c-.994-.994-2.369-1.527-3.772-1.462-2.756.131-4.894 2.477-4.766 5.231.058 1.249.576 2.424 1.459 3.307m7.596-7.594c1.013 1.013 1.607 2.36 1.674 3.791.07 1.532-.458 2.998-1.491 4.13-1.032 1.132-2.443 1.795-3.975 1.866-1.608.075-3.182-.537-4.322-1.675a5.7245 5.7245 0 0 1-1.672-3.79c-.146-3.158 2.304-5.847 5.463-5.997 1.609-.074 3.185.537 4.323 1.675'/%3E%3Cpath d='M277.0913 637.1636c.54.54.857 1.259.893 2.023.078 1.687-1.231 3.123-2.917 3.201-.859.04-1.699-.286-2.308-.894-.54-.541-.858-1.26-.894-2.024-.078-1.687 1.232-3.121 2.919-3.2.859-.04 1.7.287 2.307.894M70.563 598.9849a5.0197 5.0197 0 0 0 3.771 1.462c1.336-.063 2.567-.641 3.468-1.628.9-.988 1.362-2.268 1.3-3.603-.059-1.25-.577-2.424-1.46-3.308-.994-.993-2.369-1.526-3.772-1.461-2.756.13-4.894 2.476-4.766 5.231.058 1.249.576 2.424 1.459 3.307m7.596-7.594c1.013 1.013 1.607 2.36 1.674 3.791.07 1.531-.458 2.997-1.491 4.13-1.032 1.132-2.443 1.795-3.974 1.865-1.608.075-3.183-.536-4.322-1.674a5.7212 5.7212 0 0 1-1.673-3.791c-.146-3.158 2.304-5.847 5.463-5.996 1.609-.074 3.185.537 4.323 1.675'/%3E%3Cpath d='M76.2681 593.2818c.54.54.857 1.26.893 2.024.078 1.687-1.231 3.122-2.917 3.2-.859.041-1.699-.285-2.308-.893-.54-.541-.858-1.26-.893-2.024-.079-1.687 1.231-3.121 2.918-3.201.859-.04 1.7.287 2.307.894M283.6929 428.3784c.671.671 1.6 1.031 2.547.987.903-.042 1.735-.432 2.343-1.099.608-.668.92-1.532.878-2.434a3.372 3.372 0 0 0-.986-2.235c-.672-.671-1.6-1.031-2.548-.987-1.861.088-3.306 1.673-3.22 3.534.039.844.389 1.637.986 2.234m5.131-5.13a3.8626 3.8626 0 0 1 1.131 2.561c.048 1.034-.309 2.025-1.007 2.79-.697.764-1.651 1.212-2.685 1.26a3.885 3.885 0 0 1-2.92-1.132c-.684-.683-1.085-1.593-1.13-2.56-.099-2.133 1.557-3.95 3.691-4.051a3.882 3.882 0 0 1 2.92 1.132'/%3E%3Cpath d='M287.5469 424.5254c.365.365.579.851.603 1.368.053 1.139-.832 2.109-1.971 2.161a2.0674 2.0674 0 0 1-1.558-.603c-.366-.365-.58-.851-.604-1.368-.053-1.139.832-2.108 1.971-2.162.58-.026 1.149.194 1.559.604'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 85% auto;
  transform: translate(-50%, -50%);
}
.bg-pattern.bg-double-molecolar {
  top: -60px;
  left: 0;
  right: 0;
  bottom: -60px;
}
.bg-pattern.bg-double-molecolar:after, .bg-pattern.bg-double-molecolar:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
.bg-pattern.bg-double-molecolar:before {
  left: -26px;
  width: 239px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 239 1263' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23F5F5F5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M127.5506 331.6236c4.5796 1.0572 7.5258 5.6374 6.446 10.3144-1.0573 4.5795-5.6372 7.5247-10.3151 6.4447-4.5786-1.057-7.5248-5.6371-6.445-10.3141 1.0572-4.5796 5.6372-7.5248 10.3141-6.445zM96.5898 227.9004c4.5795 1.0572 7.5257 5.6374 6.446 10.3144-1.0573 4.5795-5.6372 7.5247-10.3152 6.4447-4.5786-1.057-7.5248-5.6371-6.445-10.3141 1.1547-4.557 5.7356-7.502 10.3142-6.445zM155.2195 141.9873c1.0685-4.6282 5.6859-7.5135 10.3141-6.445 4.6283 1.0686 7.5126 5.6857 6.444 10.314-1.0685 4.6282-5.6849 7.5137-10.3131 6.4452-4.6283-1.0685-7.5136-5.6859-6.445-10.3142zM132.791 3.0816c4.5796 1.0573 7.5258 5.6374 6.446 10.3144-1.0573 4.5795-5.6382 7.5245-10.3151 6.4448-4.5796-1.0573-7.5248-5.6372-6.445-10.3142 1.1547-4.557 5.7346-7.5023 10.3141-6.445zM89.2326 521.1615c4.5786 1.057 7.5248 5.6372 6.445 10.3142-1.0573 4.5795-5.6372 7.5248-10.3142 6.445-4.5795-1.0573-7.5257-5.6374-6.446-10.3144 1.1557-4.5568 5.7356-7.502 10.3152-6.4448z' stroke-width='4'/%3E%3Cpath d='M121.066 347.2654l-51.8155 83.0733M158.5083 150.8543l-58.6882 78.6129M132.9472 19.744l28.6587 115.9178M97.1586 244.5553l25.9321 87.2702M85.3268 521.1834L66.7679 445.981' stroke-width='2'/%3E%3Cpath d='M117.1091 125.429l38.2964 15.8798M225.3571 77.602l-56.0643 59.8728M208.068 159.9603L171.7578 146.64M163.6257 220.8007l.0618-68.278' stroke-width='1.387'/%3E%3Cpath d='M221.9461 152.4458c6.4192 1.482 10.421 7.8864 8.939 14.3055-1.4817 6.4182-7.886 10.4201-14.3052 8.9381-6.4182-1.4817-10.42-7.8861-8.9383-14.3043 1.482-6.4191 7.8863-10.421 14.3045-8.9393zM230.5882 66.1177c3.7337.28 6.4786 3.5452 6.204 7.2104-.2803 3.7347-3.5454 6.4795-7.2106 6.205-3.7337-.28-6.4793-3.5464-6.2048-7.2116.2753-3.664 3.4767-6.4841 7.2114-6.2038zM111.199 113.9458c4.5942 1.0606 7.3852 5.6193 6.34 10.1462-1.045 4.527-5.6193 7.3853-10.1462 6.3401-4.5951-1.0608-7.3852-5.6193-6.34-10.1462 1.045-4.527 5.551-7.401 10.1462-6.3401zM165.8939 221.0652a10.0915 10.0915 0 0 1 7.5869 12.143 10.092 10.092 0 0 1-12.142 7.587 10.092 10.092 0 0 1-7.587-12.1419 10.0915 10.0915 0 0 1 12.142-7.588z' stroke-width='2.774'/%3E%3Cpath d='M56.4163 436.0849c1.0685-4.6283 5.6859-7.5136 10.3142-6.445 4.6282 1.0685 7.5125 5.6856 6.444 10.3139-1.0685 4.6283-5.685 7.5137-10.3132 6.4452-4.6283-1.0685-7.5135-5.6859-6.445-10.3141z' stroke-width='4'/%3E%3Cpath d='M18.306 419.5264l38.2963 15.8798M62.3233 429.7348l-20.87-69.9208M109.2649 454.0579l-36.31-13.3214' stroke-width='1.387'/%3E%3Cpath d='M46.9327 480.8052l14.5533-34.8576' stroke-width='1.099'/%3E%3Cpath d='M123.143 446.5433c6.4192 1.482 10.4211 7.8863 8.9394 14.3045-1.482 6.4192-7.8864 10.421-14.3055 8.939-6.4192-1.4819-10.4201-7.886-8.9381-14.3052 1.4817-6.4182 7.8851-10.4203 14.3043-8.9383zM45.547 355.9366c-1.36 3.4146-5.2583 5.146-8.7379 3.7608-3.4146-1.36-5.146-5.2584-3.7608-8.738 1.3598-3.4136 5.2584-5.146 8.738-3.7607 3.4786 1.385 5.1207 5.3233 3.7607 8.738zM12.3958 408.0433c4.5942 1.0607 7.3852 5.6194 6.3401 10.1463-1.0451 4.5269-5.6193 7.3852-10.1462 6.34-4.5952-1.0608-7.3853-5.6193-6.3401-10.1462 1.045-4.527 5.5511-7.401 10.1462-6.34z' stroke-width='2.774'/%3E%3Cpath d='M48.5041 481.7001a7.994 7.994 0 0 1 1.731 11.2087 7.994 7.994 0 0 1-11.2087 1.731 7.994 7.994 0 0 1-1.731-11.2087 7.9948 7.9948 0 0 1 11.2087-1.731z' stroke-width='2.197'/%3E%3Cpath d='M153.2872 340.1723l-19.0894.361' stroke-width='1.099'/%3E%3Cpath d='M153.55 337.9708a7.9947 7.9947 0 0 1 9.8033-5.7039 7.9938 7.9938 0 0 1 5.703 9.8032 7.9944 7.9944 0 0 1-9.8024 5.7041 7.994 7.994 0 0 1-5.704-9.8034z' stroke-width='2.197'/%3E%3Cpath d='M166.0159 358.5745l-2.7518-10.77' stroke-width='1.099'/%3E%3Cpath d='M168.219 358.326a7.9947 7.9947 0 0 1 7.7983 8.2354 7.9948 7.9948 0 0 1-8.2343 7.7985 7.9952 7.9952 0 0 1-7.7993-8.2355 7.9955 7.9955 0 0 1 8.2353-7.7983z' stroke-width='2.197'/%3E%3Cpath d='M72.7079 220.3001l13.6247 14.0582' stroke-width='1.099'/%3E%3Cpath d='M70.9652 221.6709a7.9943 7.9943 0 0 1-10.9649-2.899 7.9943 7.9943 0 0 1 2.8989-10.9648 7.9943 7.9943 0 0 1 10.965 2.8988 7.9943 7.9943 0 0 1-2.899 10.965z' stroke-width='2.197'/%3E%3Cpath d='M76.7198 198.2864l-5.6702 9.5615' stroke-width='1.099'/%3E%3Cpath d='M74.9862 196.9044a7.993 7.993 0 0 1 .3092-11.337 7.9918 7.9918 0 0 1 11.336.309 7.994 7.994 0 0 1-.3082 11.3372 7.994 7.994 0 0 1-11.337-.3092z' stroke-width='2.197'/%3E%3Cg%3E%3Cpath d='M127.5506 1053.514c4.5796 1.0573 7.5258 5.6374 6.446 10.3144-1.0573 4.5795-5.6372 7.5248-10.3151 6.4448-4.5786-1.057-7.5248-5.6372-6.445-10.3142 1.0572-4.5795 5.6372-7.5247 10.3141-6.445zM96.5898 949.7908c4.5795 1.0573 7.5257 5.6374 6.446 10.3144-1.0573 4.5795-5.6372 7.5248-10.3152 6.4448-4.5786-1.057-7.5248-5.6372-6.445-10.3142 1.1547-4.557 5.7356-7.502 10.3142-6.445zM155.2195 863.8778c1.0685-4.6283 5.6859-7.5135 10.3141-6.445 4.6283 1.0685 7.5126 5.6857 6.444 10.314-1.0685 4.6282-5.6849 7.5137-10.3131 6.4452-4.6283-1.0686-7.5136-5.686-6.445-10.3142zM132.791 724.972c4.5796 1.0573 7.5258 5.6375 6.446 10.3144-1.0573 4.5796-5.6382 7.5246-10.3151 6.4448-4.5796-1.0573-7.5248-5.6372-6.445-10.3142 1.1547-4.557 5.7346-7.5022 10.3141-6.445zM89.2326 1243.052c4.5786 1.057 7.5248 5.6372 6.445 10.3141-1.0573 4.5796-5.6372 7.5248-10.3142 6.445-4.5795-1.0572-7.5257-5.6374-6.446-10.3143 1.1557-4.5569 5.7356-7.502 10.3152-6.4448z' stroke-width='4'/%3E%3Cpath d='M121.066 1069.1559l-51.8155 83.0732M158.5083 872.7448l-58.6882 78.6128M132.9472 741.6344l28.6587 115.9178M97.1586 966.4457l25.9321 87.2702M85.3268 1243.0738l-18.5589-75.2022' stroke-width='2'/%3E%3Cpath d='M117.1091 847.3194l38.2964 15.8798M225.3571 799.4924l-56.0643 59.8728M208.068 881.8508l-36.3102-13.3204M163.6257 942.6912l.0618-68.2781' stroke-width='1.387'/%3E%3Cpath d='M221.9461 874.3363c6.4192 1.482 10.421 7.8863 8.939 14.3055-1.4817 6.4181-7.886 10.42-14.3052 8.938-6.4182-1.4817-10.42-7.886-8.9383-14.3042 1.482-6.4192 7.8863-10.421 14.3045-8.9393zM230.5882 788.0081c3.7337.2801 6.4786 3.5453 6.204 7.2104-.2803 3.7347-3.5454 6.4796-7.2106 6.205-3.7337-.28-6.4793-3.5464-6.2048-7.2116.2753-3.664 3.4767-6.484 7.2114-6.2038zM111.199 835.8362c4.5942 1.0607 7.3852 5.6194 6.34 10.1463-1.045 4.527-5.6193 7.3852-10.1462 6.34-4.5951-1.0608-7.3852-5.6193-6.34-10.1462 1.045-4.5269 5.551-7.401 10.1462-6.34zM165.8939 942.9557a10.0915 10.0915 0 0 1 7.5869 12.1429 10.092 10.092 0 0 1-12.142 7.5871 10.092 10.092 0 0 1-7.587-12.142 10.0915 10.0915 0 0 1 12.142-7.588z' stroke-width='2.774'/%3E%3Cpath d='M56.4163 1157.9753c1.0685-4.6282 5.6859-7.5135 10.3142-6.445 4.6282 1.0685 7.5125 5.6857 6.444 10.314-1.0685 4.6282-5.685 7.5137-10.3132 6.4452-4.6283-1.0685-7.5135-5.686-6.445-10.3142z' stroke-width='4'/%3E%3Cpath d='M18.306 1141.4169l38.2963 15.8798M62.3233 1151.6253l-20.87-69.9209M109.2649 1175.9483l-36.31-13.3214' stroke-width='1.387'/%3E%3Cpath d='M46.9327 1202.6957l14.5533-34.8577' stroke-width='1.099'/%3E%3Cpath d='M123.143 1168.4337c6.4192 1.482 10.4211 7.8864 8.9394 14.3045-1.482 6.4192-7.8864 10.4211-14.3055 8.9391-6.4192-1.482-10.4201-7.8861-8.9381-14.3053 1.4817-6.4181 7.8851-10.4203 14.3043-8.9383zM45.547 1077.827c-1.36 3.4147-5.2583 5.146-8.7379 3.7608-3.4146-1.36-5.146-5.2583-3.7608-8.7379 1.3598-3.4136 5.2584-5.146 8.738-3.7608 3.4786 1.385 5.1207 5.3234 3.7607 8.738zM12.3958 1129.9338c4.5942 1.0606 7.3852 5.6193 6.3401 10.1462-1.0451 4.527-5.6193 7.3852-10.1462 6.3401-4.5952-1.0609-7.3853-5.6193-6.3401-10.1463 1.045-4.5269 5.5511-7.401 10.1462-6.34z' stroke-width='2.774'/%3E%3Cpath d='M48.5041 1203.5906a7.994 7.994 0 0 1 1.731 11.2086 7.994 7.994 0 0 1-11.2087 1.731 7.994 7.994 0 0 1-1.731-11.2087 7.9948 7.9948 0 0 1 11.2087-1.731z' stroke-width='2.197'/%3E%3Cpath d='M153.2872 1062.0627l-19.0894.361' stroke-width='1.099'/%3E%3Cpath d='M153.55 1059.8613a7.9947 7.9947 0 0 1 9.8033-5.704 7.9938 7.9938 0 0 1 5.703 9.8032 7.9944 7.9944 0 0 1-9.8024 5.7041 7.994 7.994 0 0 1-5.704-9.8033z' stroke-width='2.197'/%3E%3Cpath d='M166.0159 1080.465l-2.7518-10.77' stroke-width='1.099'/%3E%3Cpath d='M168.219 1080.2165a7.9947 7.9947 0 0 1 7.7983 8.2353 7.9948 7.9948 0 0 1-8.2343 7.7986 7.9952 7.9952 0 0 1-7.7993-8.2356 7.9955 7.9955 0 0 1 8.2353-7.7983z' stroke-width='2.197'/%3E%3Cpath d='M72.7079 942.1906l13.6247 14.0582' stroke-width='1.099'/%3E%3Cpath d='M70.9652 943.5613a7.9943 7.9943 0 0 1-10.9649-2.8989 7.9943 7.9943 0 0 1 2.8989-10.9649 7.9943 7.9943 0 0 1 10.965 2.8989 7.9943 7.9943 0 0 1-2.899 10.9649z' stroke-width='2.197'/%3E%3Cpath d='M76.7198 920.1768l-5.6702 9.5616' stroke-width='1.099'/%3E%3Cpath d='M74.9862 918.7949a7.993 7.993 0 0 1 .3092-11.337 7.9918 7.9918 0 0 1 11.336.309 7.994 7.994 0 0 1-.3082 11.3372 7.994 7.994 0 0 1-11.337-.3092z' stroke-width='2.197'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 239px auto;
}
.bg-pattern.bg-double-molecolar:after {
  right: -10px;
  width: 199px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 199 1235' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23F5F5F5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M138.2973 304.8316c4.6137-.8968 9.168 2.089 10.084 6.8009.8967 4.6136-2.0893 9.167-6.802 10.0831-4.6127.8966-9.1672-2.0892-10.083-6.801-.8968-4.6136 2.0892-9.167 6.801-10.083zM67.8251 222.6687c4.6137-.8968 9.168 2.089 10.084 6.8009.8967 4.6136-2.0893 9.167-6.802 10.0831-4.6127.8966-9.1672-2.0892-10.083-6.801-.7987-4.6328 2.1883-9.1864 6.801-10.083zM86.442 120.3364c-.9063-4.6627 2.1383-9.1766 6.801-10.083 4.6628-.9063 9.1757 2.1386 10.082 6.8013.9064 4.6627-2.1373 9.1764-6.8 10.0827-4.6628.9064-9.1766-2.1383-10.083-6.801zM9.4546 2.5622c4.6136-.8968 9.168 2.089 10.0839 6.8008.8968 4.6137-2.0902 9.1673-6.802 10.0831-4.6137.8969-9.167-2.0892-10.083-6.801C1.855 8.0124 4.841 3.459 9.4545 2.5621zM180.384 493.5685c4.6127-.8966 9.1671 2.0893 10.083 6.801.8968 4.6137-2.0892 9.1672-6.801 10.083-4.6137.8968-9.168-2.089-10.084-6.8008-.7976-4.633 2.1884-9.1863 6.802-10.0832z' stroke-width='4'/%3E%3Cpath d='M138.7354 321.7588l-13.5468 96.9664M93.053 127.0991l-21.6396 95.687M16.3744 17.7205l73.329 94.2396M75.119 237.6524l59.186 69.1777M176.8248 495.1771l-47.5419-61.152' stroke-width='2'/%3E%3Cpath d='M44.8916 120.7105l41.4444-1.0696M124.3281 32.9899l-26.8649 77.5M142.0319 115.2601l-38.589 2.5999M126.1778 188.9169L98.463 126.5166' stroke-width='1.387'/%3E%3Cpath d='M151.6537 102.7505c6.467-1.257 12.7278 2.966 13.9848 9.433 1.2569 6.4659-2.966 12.7267-9.433 13.9837-6.466 1.2569-12.7268-2.966-13.9837-9.432-1.257-6.467 2.966-12.7278 9.4319-13.9847zM124.4358 20.3708c3.5249-1.2628 7.3605.6037 8.6004 4.0636 1.263 3.5258-.6034 7.3614-4.0634 8.6014-3.5248 1.2628-7.3616-.6045-8.6016-4.0644-1.2388-3.4592.5388-7.3376 4.0646-8.6006zM34.8218 112.624c4.6284-.8998 9.0323 2.1296 9.9188 6.6902.8865 4.5607-2.1297 9.0323-6.6903 9.9188-4.6294.8999-9.0323-2.1296-9.9188-6.6903-.8865-4.5606 2.061-9.019 6.6903-9.9188zM128.3575 188.236a10.0915 10.0915 0 0 1 11.87 8.0072 10.092 10.092 0 0 1-8.0063 11.8697 10.092 10.092 0 0 1-11.8698-8.0062 10.0915 10.0915 0 0 1 8.006-11.8707z' stroke-width='2.774'/%3E%3Cpath d='M115.801 429.1947c-.9063-4.6627 2.1384-9.1766 6.8011-10.083 4.6627-.9063 9.1756 2.1386 10.082 6.8013.9063 4.6627-2.1373 9.1764-6.8 10.0828-4.6628.9063-9.1767-2.1383-10.083-6.801z' stroke-width='4'/%3E%3Cpath d='M74.2506 429.5687l41.4444-1.0696M118.6146 420.991L71.1095 365.604M171.391 424.1184l-38.5892 2.599' stroke-width='1.387'/%3E%3Cpath d='M125.3268 473.9061l-.8828-37.7634' stroke-width='1.099'/%3E%3Cpath d='M181.0128 411.6087c6.467-1.257 12.7278 2.966 13.9847 9.432 1.257 6.4669-2.966 12.7277-9.433 13.9848-6.4669 1.257-12.7267-2.9662-13.9838-9.4331-1.2568-6.466 2.9652-12.7266 9.4321-13.9837zM73.2723 360.3966c.1464 3.6725-2.7107 6.8399-6.4529 6.9897-3.6725.1464-6.8399-2.7107-6.9896-6.4529-.1463-3.6715 2.7106-6.8399 6.4528-6.9897 3.7412-.1496 6.8433 2.7804 6.9897 6.4529zM64.1809 421.4822c4.6283-.8996 9.0323 2.1297 9.9188 6.6904.8865 4.5606-2.1297 9.0323-6.6904 9.9188-4.6293.8998-9.0323-2.1297-9.9188-6.6904-.8865-4.5606 2.061-9.019 6.6904-9.9188z' stroke-width='2.774'/%3E%3Cpath d='M127.1263 474.0845a7.994 7.994 0 0 1 6.1403 9.5356 7.994 7.994 0 0 1-9.5356 6.1403 7.994 7.994 0 0 1-6.1402-9.5356 7.9948 7.9948 0 0 1 9.5355-6.1403z' stroke-width='2.197'/%3E%3Cpath d='M165.286 302.1732l-17.2923 8.0943' stroke-width='1.099'/%3E%3Cpath d='M164.6305 300.0553a7.9947 7.9947 0 0 1 6.6359-9.1982 7.9938 7.9938 0 0 1 9.1972 6.636 7.9944 7.9944 0 0 1-6.6349 9.198 7.994 7.994 0 0 1-9.1982-6.6358z' stroke-width='2.197'/%3E%3Cpath d='M184.399 313.8073l-6.8945-8.7196' stroke-width='1.099'/%3E%3Cpath d='M186.3106 312.6843a7.9947 7.9947 0 0 1 10.4737 4.3514 7.9948 7.9948 0 0 1-4.3505 10.4736 7.9952 7.9952 0 0 1-10.4747-4.3513 7.9955 7.9955 0 0 1 4.3515-10.4737z' stroke-width='2.197'/%3E%3Cpath d='M42.9166 225.4392l18.1649 7.3011' stroke-width='1.099'/%3E%3Cpath d='M41.8822 227.4002a7.9943 7.9943 0 0 1-11.196 1.8116 7.9943 7.9943 0 0 1-1.8117-11.196 7.9943 7.9943 0 0 1 11.196-1.8116 7.9943 7.9943 0 0 1 1.8117 11.196z' stroke-width='2.197'/%3E%3Cpath d='M37.6279 203.6968l-1.291 11.0412' stroke-width='1.099'/%3E%3Cpath d='M35.4821 203.1394a7.993 7.993 0 0 1-4.3287-10.4826 7.9918 7.9918 0 0 1 10.4817-4.3285 7.994 7.994 0 0 1 4.3296 10.4824 7.994 7.994 0 0 1-10.4826 4.3287z' stroke-width='2.197'/%3E%3Cg%3E%3Cpath d='M138.2973 1026.722c4.6137-.8967 9.168 2.0891 10.084 6.801.8967 4.6136-2.0893 9.167-6.802 10.083-4.6127.8967-9.1672-2.0891-10.083-6.801-.8968-4.6136 2.0892-9.167 6.801-10.083zM67.8251 944.5592c4.6137-.8968 9.168 2.089 10.084 6.8008.8967 4.6137-2.0893 9.167-6.802 10.0831-4.6127.8967-9.1672-2.0892-10.083-6.801-.7987-4.6327 2.1883-9.1863 6.801-10.083zM86.442 842.2269c-.9063-4.6628 2.1383-9.1767 6.801-10.083 4.6628-.9063 9.1757 2.1385 10.082 6.8012.9064 4.6628-2.1373 9.1764-6.8 10.0828-4.6628.9063-9.1766-2.1383-10.083-6.801zM9.4546 724.4526c4.6136-.8968 9.168 2.089 10.0839 6.8009.8968 4.6136-2.0902 9.1672-6.802 10.083-4.6137.8969-9.167-2.0891-10.083-6.801-.7986-4.6327 2.1874-9.186 6.801-10.0829zM180.384 1215.459c4.6127-.8966 9.1671 2.0892 10.083 6.801.8968 4.6137-2.0892 9.1671-6.801 10.083-4.6137.8968-9.168-2.089-10.084-6.8009-.7976-4.6329 2.1884-9.1863 6.802-10.0831z' stroke-width='4'/%3E%3Cpath d='M138.7354 1043.6492l-13.5468 96.9664M93.053 848.9896l-21.6396 95.687M16.3744 739.611l73.329 94.2395M75.119 959.5428l59.186 69.1778M176.8248 1217.0676l-47.5419-61.1521' stroke-width='2'/%3E%3Cpath d='M44.8916 842.601l41.4444-1.0697M124.3281 754.8803l-26.8649 77.5M142.0319 837.1505l-38.589 2.6M126.1778 910.8073L98.463 848.4071' stroke-width='1.387'/%3E%3Cpath d='M151.6537 824.641c6.467-1.257 12.7278 2.9659 13.9848 9.4329 1.2569 6.466-2.966 12.7267-9.433 13.9838-6.466 1.2568-12.7268-2.9661-13.9837-9.4321-1.257-6.467 2.966-12.7278 9.4319-13.9846zM124.4358 742.2612c3.5249-1.2627 7.3605.6037 8.6004 4.0637 1.263 3.5258-.6034 7.3614-4.0634 8.6013-3.5248 1.2628-7.3616-.6044-8.6016-4.0644-1.2388-3.4592.5388-7.3376 4.0646-8.6006zM34.8218 834.5144c4.6284-.8997 9.0323 2.1296 9.9188 6.6903.8865 4.5606-2.1297 9.0323-6.6903 9.9188-4.6294.8998-9.0323-2.1297-9.9188-6.6903-.8865-4.5607 2.061-9.019 6.6903-9.9188zM128.3575 910.1264a10.0915 10.0915 0 0 1 11.87 8.0072 10.092 10.092 0 0 1-8.0063 11.8698 10.092 10.092 0 0 1-11.8698-8.0063 10.0915 10.0915 0 0 1 8.006-11.8707z' stroke-width='2.774'/%3E%3Cpath d='M115.801 1151.0852c-.9063-4.6628 2.1384-9.1766 6.8011-10.083 4.6627-.9063 9.1756 2.1385 10.082 6.8013.9063 4.6627-2.1373 9.1764-6.8 10.0827-4.6628.9064-9.1767-2.1383-10.083-6.801z' stroke-width='4'/%3E%3Cpath d='M74.2506 1151.4591l41.4444-1.0696M118.6146 1142.8815l-47.5051-55.3872M171.391 1146.0089l-38.5892 2.5989' stroke-width='1.387'/%3E%3Cpath d='M125.3268 1195.7966l-.8828-37.7634' stroke-width='1.099'/%3E%3Cpath d='M181.0128 1133.4992c6.467-1.257 12.7278 2.9659 13.9847 9.4319 1.257 6.467-2.966 12.7277-9.433 13.9848-6.4669 1.257-12.7267-2.9661-13.9838-9.433-1.2568-6.466 2.9652-12.7267 9.4321-13.9837zM73.2723 1082.287c.1464 3.6726-2.7107 6.84-6.4529 6.9897-3.6725.1465-6.8399-2.7107-6.9896-6.4528-.1463-3.6716 2.7106-6.84 6.4528-6.9897 3.7412-.1496 6.8433 2.7803 6.9897 6.4528zM64.1809 1143.3727c4.6283-.8997 9.0323 2.1297 9.9188 6.6903.8865 4.5606-2.1297 9.0323-6.6904 9.9188-4.6293.8999-9.0323-2.1297-9.9188-6.6903-.8865-4.5607 2.061-9.019 6.6904-9.9188z' stroke-width='2.774'/%3E%3Cpath d='M127.1263 1195.975a7.994 7.994 0 0 1 6.1403 9.5355 7.994 7.994 0 0 1-9.5356 6.1403 7.994 7.994 0 0 1-6.1402-9.5355 7.9948 7.9948 0 0 1 9.5355-6.1403z' stroke-width='2.197'/%3E%3Cpath d='M165.286 1024.0637l-17.2923 8.0942' stroke-width='1.099'/%3E%3Cpath d='M164.6305 1021.9457a7.9947 7.9947 0 0 1 6.6359-9.1982 7.9938 7.9938 0 0 1 9.1972 6.636 7.9944 7.9944 0 0 1-6.6349 9.198 7.994 7.994 0 0 1-9.1982-6.6358z' stroke-width='2.197'/%3E%3Cpath d='M184.399 1035.6978l-6.8945-8.7197' stroke-width='1.099'/%3E%3Cpath d='M186.3106 1034.5747a7.9947 7.9947 0 0 1 10.4737 4.3515 7.9948 7.9948 0 0 1-4.3505 10.4735 7.9952 7.9952 0 0 1-10.4747-4.3513 7.9955 7.9955 0 0 1 4.3515-10.4737z' stroke-width='2.197'/%3E%3Cpath d='M42.9166 947.3296l18.1649 7.3012' stroke-width='1.099'/%3E%3Cpath d='M41.8822 949.2906a7.9943 7.9943 0 0 1-11.196 1.8116 7.9943 7.9943 0 0 1-1.8117-11.196 7.9943 7.9943 0 0 1 11.196-1.8116 7.9943 7.9943 0 0 1 1.8117 11.196z' stroke-width='2.197'/%3E%3Cpath d='M37.6279 925.5873l-1.291 11.0412' stroke-width='1.099'/%3E%3Cpath d='M35.4821 925.0299a7.993 7.993 0 0 1-4.3287-10.4827 7.9918 7.9918 0 0 1 10.4817-4.3285 7.994 7.994 0 0 1 4.3296 10.4825 7.994 7.994 0 0 1-10.4826 4.3287z' stroke-width='2.197'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center -150%;
  background-repeat: no-repeat;
  background-size: 199px auto;
}
.bg-pattern.bg-repeat-molecolar {
  top: -60px;
  left: 0;
  right: 0;
  bottom: -60px;
}
.bg-pattern.bg-repeat-molecolar:after, .bg-pattern.bg-repeat-molecolar:before {
  content: "";
  position: absolute;
  height: 100%;
}
.bg-pattern.bg-repeat-molecolar:before {
  top: 160px;
  left: -26px;
  width: 239px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 239 1263' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23F5F5F5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M127.5506 331.6236c4.5796 1.0572 7.5258 5.6374 6.446 10.3144-1.0573 4.5795-5.6372 7.5247-10.3151 6.4447-4.5786-1.057-7.5248-5.6371-6.445-10.3141 1.0572-4.5796 5.6372-7.5248 10.3141-6.445zM96.5898 227.9004c4.5795 1.0572 7.5257 5.6374 6.446 10.3144-1.0573 4.5795-5.6372 7.5247-10.3152 6.4447-4.5786-1.057-7.5248-5.6371-6.445-10.3141 1.1547-4.557 5.7356-7.502 10.3142-6.445zM155.2195 141.9873c1.0685-4.6282 5.6859-7.5135 10.3141-6.445 4.6283 1.0686 7.5126 5.6857 6.444 10.314-1.0685 4.6282-5.6849 7.5137-10.3131 6.4452-4.6283-1.0685-7.5136-5.6859-6.445-10.3142zM132.791 3.0816c4.5796 1.0573 7.5258 5.6374 6.446 10.3144-1.0573 4.5795-5.6382 7.5245-10.3151 6.4448-4.5796-1.0573-7.5248-5.6372-6.445-10.3142 1.1547-4.557 5.7346-7.5023 10.3141-6.445zM89.2326 521.1615c4.5786 1.057 7.5248 5.6372 6.445 10.3142-1.0573 4.5795-5.6372 7.5248-10.3142 6.445-4.5795-1.0573-7.5257-5.6374-6.446-10.3144 1.1557-4.5568 5.7356-7.502 10.3152-6.4448z' stroke-width='4'/%3E%3Cpath d='M121.066 347.2654l-51.8155 83.0733M158.5083 150.8543l-58.6882 78.6129M132.9472 19.744l28.6587 115.9178M97.1586 244.5553l25.9321 87.2702M85.3268 521.1834L66.7679 445.981' stroke-width='2'/%3E%3Cpath d='M117.1091 125.429l38.2964 15.8798M225.3571 77.602l-56.0643 59.8728M208.068 159.9603L171.7578 146.64M163.6257 220.8007l.0618-68.278' stroke-width='1.387'/%3E%3Cpath d='M221.9461 152.4458c6.4192 1.482 10.421 7.8864 8.939 14.3055-1.4817 6.4182-7.886 10.4201-14.3052 8.9381-6.4182-1.4817-10.42-7.8861-8.9383-14.3043 1.482-6.4191 7.8863-10.421 14.3045-8.9393zM230.5882 66.1177c3.7337.28 6.4786 3.5452 6.204 7.2104-.2803 3.7347-3.5454 6.4795-7.2106 6.205-3.7337-.28-6.4793-3.5464-6.2048-7.2116.2753-3.664 3.4767-6.4841 7.2114-6.2038zM111.199 113.9458c4.5942 1.0606 7.3852 5.6193 6.34 10.1462-1.045 4.527-5.6193 7.3853-10.1462 6.3401-4.5951-1.0608-7.3852-5.6193-6.34-10.1462 1.045-4.527 5.551-7.401 10.1462-6.3401zM165.8939 221.0652a10.0915 10.0915 0 0 1 7.5869 12.143 10.092 10.092 0 0 1-12.142 7.587 10.092 10.092 0 0 1-7.587-12.1419 10.0915 10.0915 0 0 1 12.142-7.588z' stroke-width='2.774'/%3E%3Cpath d='M56.4163 436.0849c1.0685-4.6283 5.6859-7.5136 10.3142-6.445 4.6282 1.0685 7.5125 5.6856 6.444 10.3139-1.0685 4.6283-5.685 7.5137-10.3132 6.4452-4.6283-1.0685-7.5135-5.6859-6.445-10.3141z' stroke-width='4'/%3E%3Cpath d='M18.306 419.5264l38.2963 15.8798M62.3233 429.7348l-20.87-69.9208M109.2649 454.0579l-36.31-13.3214' stroke-width='1.387'/%3E%3Cpath d='M46.9327 480.8052l14.5533-34.8576' stroke-width='1.099'/%3E%3Cpath d='M123.143 446.5433c6.4192 1.482 10.4211 7.8863 8.9394 14.3045-1.482 6.4192-7.8864 10.421-14.3055 8.939-6.4192-1.4819-10.4201-7.886-8.9381-14.3052 1.4817-6.4182 7.8851-10.4203 14.3043-8.9383zM45.547 355.9366c-1.36 3.4146-5.2583 5.146-8.7379 3.7608-3.4146-1.36-5.146-5.2584-3.7608-8.738 1.3598-3.4136 5.2584-5.146 8.738-3.7607 3.4786 1.385 5.1207 5.3233 3.7607 8.738zM12.3958 408.0433c4.5942 1.0607 7.3852 5.6194 6.3401 10.1463-1.0451 4.5269-5.6193 7.3852-10.1462 6.34-4.5952-1.0608-7.3853-5.6193-6.3401-10.1462 1.045-4.527 5.5511-7.401 10.1462-6.34z' stroke-width='2.774'/%3E%3Cpath d='M48.5041 481.7001a7.994 7.994 0 0 1 1.731 11.2087 7.994 7.994 0 0 1-11.2087 1.731 7.994 7.994 0 0 1-1.731-11.2087 7.9948 7.9948 0 0 1 11.2087-1.731z' stroke-width='2.197'/%3E%3Cpath d='M153.2872 340.1723l-19.0894.361' stroke-width='1.099'/%3E%3Cpath d='M153.55 337.9708a7.9947 7.9947 0 0 1 9.8033-5.7039 7.9938 7.9938 0 0 1 5.703 9.8032 7.9944 7.9944 0 0 1-9.8024 5.7041 7.994 7.994 0 0 1-5.704-9.8034z' stroke-width='2.197'/%3E%3Cpath d='M166.0159 358.5745l-2.7518-10.77' stroke-width='1.099'/%3E%3Cpath d='M168.219 358.326a7.9947 7.9947 0 0 1 7.7983 8.2354 7.9948 7.9948 0 0 1-8.2343 7.7985 7.9952 7.9952 0 0 1-7.7993-8.2355 7.9955 7.9955 0 0 1 8.2353-7.7983z' stroke-width='2.197'/%3E%3Cpath d='M72.7079 220.3001l13.6247 14.0582' stroke-width='1.099'/%3E%3Cpath d='M70.9652 221.6709a7.9943 7.9943 0 0 1-10.9649-2.899 7.9943 7.9943 0 0 1 2.8989-10.9648 7.9943 7.9943 0 0 1 10.965 2.8988 7.9943 7.9943 0 0 1-2.899 10.965z' stroke-width='2.197'/%3E%3Cpath d='M76.7198 198.2864l-5.6702 9.5615' stroke-width='1.099'/%3E%3Cpath d='M74.9862 196.9044a7.993 7.993 0 0 1 .3092-11.337 7.9918 7.9918 0 0 1 11.336.309 7.994 7.994 0 0 1-.3082 11.3372 7.994 7.994 0 0 1-11.337-.3092z' stroke-width='2.197'/%3E%3Cg%3E%3Cpath d='M127.5506 1053.514c4.5796 1.0573 7.5258 5.6374 6.446 10.3144-1.0573 4.5795-5.6372 7.5248-10.3151 6.4448-4.5786-1.057-7.5248-5.6372-6.445-10.3142 1.0572-4.5795 5.6372-7.5247 10.3141-6.445zM96.5898 949.7908c4.5795 1.0573 7.5257 5.6374 6.446 10.3144-1.0573 4.5795-5.6372 7.5248-10.3152 6.4448-4.5786-1.057-7.5248-5.6372-6.445-10.3142 1.1547-4.557 5.7356-7.502 10.3142-6.445zM155.2195 863.8778c1.0685-4.6283 5.6859-7.5135 10.3141-6.445 4.6283 1.0685 7.5126 5.6857 6.444 10.314-1.0685 4.6282-5.6849 7.5137-10.3131 6.4452-4.6283-1.0686-7.5136-5.686-6.445-10.3142zM132.791 724.972c4.5796 1.0573 7.5258 5.6375 6.446 10.3144-1.0573 4.5796-5.6382 7.5246-10.3151 6.4448-4.5796-1.0573-7.5248-5.6372-6.445-10.3142 1.1547-4.557 5.7346-7.5022 10.3141-6.445zM89.2326 1243.052c4.5786 1.057 7.5248 5.6372 6.445 10.3141-1.0573 4.5796-5.6372 7.5248-10.3142 6.445-4.5795-1.0572-7.5257-5.6374-6.446-10.3143 1.1557-4.5569 5.7356-7.502 10.3152-6.4448z' stroke-width='4'/%3E%3Cpath d='M121.066 1069.1559l-51.8155 83.0732M158.5083 872.7448l-58.6882 78.6128M132.9472 741.6344l28.6587 115.9178M97.1586 966.4457l25.9321 87.2702M85.3268 1243.0738l-18.5589-75.2022' stroke-width='2'/%3E%3Cpath d='M117.1091 847.3194l38.2964 15.8798M225.3571 799.4924l-56.0643 59.8728M208.068 881.8508l-36.3102-13.3204M163.6257 942.6912l.0618-68.2781' stroke-width='1.387'/%3E%3Cpath d='M221.9461 874.3363c6.4192 1.482 10.421 7.8863 8.939 14.3055-1.4817 6.4181-7.886 10.42-14.3052 8.938-6.4182-1.4817-10.42-7.886-8.9383-14.3042 1.482-6.4192 7.8863-10.421 14.3045-8.9393zM230.5882 788.0081c3.7337.2801 6.4786 3.5453 6.204 7.2104-.2803 3.7347-3.5454 6.4796-7.2106 6.205-3.7337-.28-6.4793-3.5464-6.2048-7.2116.2753-3.664 3.4767-6.484 7.2114-6.2038zM111.199 835.8362c4.5942 1.0607 7.3852 5.6194 6.34 10.1463-1.045 4.527-5.6193 7.3852-10.1462 6.34-4.5951-1.0608-7.3852-5.6193-6.34-10.1462 1.045-4.5269 5.551-7.401 10.1462-6.34zM165.8939 942.9557a10.0915 10.0915 0 0 1 7.5869 12.1429 10.092 10.092 0 0 1-12.142 7.5871 10.092 10.092 0 0 1-7.587-12.142 10.0915 10.0915 0 0 1 12.142-7.588z' stroke-width='2.774'/%3E%3Cpath d='M56.4163 1157.9753c1.0685-4.6282 5.6859-7.5135 10.3142-6.445 4.6282 1.0685 7.5125 5.6857 6.444 10.314-1.0685 4.6282-5.685 7.5137-10.3132 6.4452-4.6283-1.0685-7.5135-5.686-6.445-10.3142z' stroke-width='4'/%3E%3Cpath d='M18.306 1141.4169l38.2963 15.8798M62.3233 1151.6253l-20.87-69.9209M109.2649 1175.9483l-36.31-13.3214' stroke-width='1.387'/%3E%3Cpath d='M46.9327 1202.6957l14.5533-34.8577' stroke-width='1.099'/%3E%3Cpath d='M123.143 1168.4337c6.4192 1.482 10.4211 7.8864 8.9394 14.3045-1.482 6.4192-7.8864 10.4211-14.3055 8.9391-6.4192-1.482-10.4201-7.8861-8.9381-14.3053 1.4817-6.4181 7.8851-10.4203 14.3043-8.9383zM45.547 1077.827c-1.36 3.4147-5.2583 5.146-8.7379 3.7608-3.4146-1.36-5.146-5.2583-3.7608-8.7379 1.3598-3.4136 5.2584-5.146 8.738-3.7608 3.4786 1.385 5.1207 5.3234 3.7607 8.738zM12.3958 1129.9338c4.5942 1.0606 7.3852 5.6193 6.3401 10.1462-1.0451 4.527-5.6193 7.3852-10.1462 6.3401-4.5952-1.0609-7.3853-5.6193-6.3401-10.1463 1.045-4.5269 5.5511-7.401 10.1462-6.34z' stroke-width='2.774'/%3E%3Cpath d='M48.5041 1203.5906a7.994 7.994 0 0 1 1.731 11.2086 7.994 7.994 0 0 1-11.2087 1.731 7.994 7.994 0 0 1-1.731-11.2087 7.9948 7.9948 0 0 1 11.2087-1.731z' stroke-width='2.197'/%3E%3Cpath d='M153.2872 1062.0627l-19.0894.361' stroke-width='1.099'/%3E%3Cpath d='M153.55 1059.8613a7.9947 7.9947 0 0 1 9.8033-5.704 7.9938 7.9938 0 0 1 5.703 9.8032 7.9944 7.9944 0 0 1-9.8024 5.7041 7.994 7.994 0 0 1-5.704-9.8033z' stroke-width='2.197'/%3E%3Cpath d='M166.0159 1080.465l-2.7518-10.77' stroke-width='1.099'/%3E%3Cpath d='M168.219 1080.2165a7.9947 7.9947 0 0 1 7.7983 8.2353 7.9948 7.9948 0 0 1-8.2343 7.7986 7.9952 7.9952 0 0 1-7.7993-8.2356 7.9955 7.9955 0 0 1 8.2353-7.7983z' stroke-width='2.197'/%3E%3Cpath d='M72.7079 942.1906l13.6247 14.0582' stroke-width='1.099'/%3E%3Cpath d='M70.9652 943.5613a7.9943 7.9943 0 0 1-10.9649-2.8989 7.9943 7.9943 0 0 1 2.8989-10.9649 7.9943 7.9943 0 0 1 10.965 2.8989 7.9943 7.9943 0 0 1-2.899 10.9649z' stroke-width='2.197'/%3E%3Cpath d='M76.7198 920.1768l-5.6702 9.5616' stroke-width='1.099'/%3E%3Cpath d='M74.9862 918.7949a7.993 7.993 0 0 1 .3092-11.337 7.9918 7.9918 0 0 1 11.336.309 7.994 7.994 0 0 1-.3082 11.3372 7.994 7.994 0 0 1-11.337-.3092z' stroke-width='2.197'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 239px auto;
}
.bg-pattern.bg-repeat-molecolar:after {
  top: 0;
  right: -10px;
  width: 199px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 199 1235' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23F5F5F5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M138.2973 304.8316c4.6137-.8968 9.168 2.089 10.084 6.8009.8967 4.6136-2.0893 9.167-6.802 10.0831-4.6127.8966-9.1672-2.0892-10.083-6.801-.8968-4.6136 2.0892-9.167 6.801-10.083zM67.8251 222.6687c4.6137-.8968 9.168 2.089 10.084 6.8009.8967 4.6136-2.0893 9.167-6.802 10.0831-4.6127.8966-9.1672-2.0892-10.083-6.801-.7987-4.6328 2.1883-9.1864 6.801-10.083zM86.442 120.3364c-.9063-4.6627 2.1383-9.1766 6.801-10.083 4.6628-.9063 9.1757 2.1386 10.082 6.8013.9064 4.6627-2.1373 9.1764-6.8 10.0827-4.6628.9064-9.1766-2.1383-10.083-6.801zM9.4546 2.5622c4.6136-.8968 9.168 2.089 10.0839 6.8008.8968 4.6137-2.0902 9.1673-6.802 10.0831-4.6137.8969-9.167-2.0892-10.083-6.801C1.855 8.0124 4.841 3.459 9.4545 2.5621zM180.384 493.5685c4.6127-.8966 9.1671 2.0893 10.083 6.801.8968 4.6137-2.0892 9.1672-6.801 10.083-4.6137.8968-9.168-2.089-10.084-6.8008-.7976-4.633 2.1884-9.1863 6.802-10.0832z' stroke-width='4'/%3E%3Cpath d='M138.7354 321.7588l-13.5468 96.9664M93.053 127.0991l-21.6396 95.687M16.3744 17.7205l73.329 94.2396M75.119 237.6524l59.186 69.1777M176.8248 495.1771l-47.5419-61.152' stroke-width='2'/%3E%3Cpath d='M44.8916 120.7105l41.4444-1.0696M124.3281 32.9899l-26.8649 77.5M142.0319 115.2601l-38.589 2.5999M126.1778 188.9169L98.463 126.5166' stroke-width='1.387'/%3E%3Cpath d='M151.6537 102.7505c6.467-1.257 12.7278 2.966 13.9848 9.433 1.2569 6.4659-2.966 12.7267-9.433 13.9837-6.466 1.2569-12.7268-2.966-13.9837-9.432-1.257-6.467 2.966-12.7278 9.4319-13.9847zM124.4358 20.3708c3.5249-1.2628 7.3605.6037 8.6004 4.0636 1.263 3.5258-.6034 7.3614-4.0634 8.6014-3.5248 1.2628-7.3616-.6045-8.6016-4.0644-1.2388-3.4592.5388-7.3376 4.0646-8.6006zM34.8218 112.624c4.6284-.8998 9.0323 2.1296 9.9188 6.6902.8865 4.5607-2.1297 9.0323-6.6903 9.9188-4.6294.8999-9.0323-2.1296-9.9188-6.6903-.8865-4.5606 2.061-9.019 6.6903-9.9188zM128.3575 188.236a10.0915 10.0915 0 0 1 11.87 8.0072 10.092 10.092 0 0 1-8.0063 11.8697 10.092 10.092 0 0 1-11.8698-8.0062 10.0915 10.0915 0 0 1 8.006-11.8707z' stroke-width='2.774'/%3E%3Cpath d='M115.801 429.1947c-.9063-4.6627 2.1384-9.1766 6.8011-10.083 4.6627-.9063 9.1756 2.1386 10.082 6.8013.9063 4.6627-2.1373 9.1764-6.8 10.0828-4.6628.9063-9.1767-2.1383-10.083-6.801z' stroke-width='4'/%3E%3Cpath d='M74.2506 429.5687l41.4444-1.0696M118.6146 420.991L71.1095 365.604M171.391 424.1184l-38.5892 2.599' stroke-width='1.387'/%3E%3Cpath d='M125.3268 473.9061l-.8828-37.7634' stroke-width='1.099'/%3E%3Cpath d='M181.0128 411.6087c6.467-1.257 12.7278 2.966 13.9847 9.432 1.257 6.4669-2.966 12.7277-9.433 13.9848-6.4669 1.257-12.7267-2.9662-13.9838-9.4331-1.2568-6.466 2.9652-12.7266 9.4321-13.9837zM73.2723 360.3966c.1464 3.6725-2.7107 6.8399-6.4529 6.9897-3.6725.1464-6.8399-2.7107-6.9896-6.4529-.1463-3.6715 2.7106-6.8399 6.4528-6.9897 3.7412-.1496 6.8433 2.7804 6.9897 6.4529zM64.1809 421.4822c4.6283-.8996 9.0323 2.1297 9.9188 6.6904.8865 4.5606-2.1297 9.0323-6.6904 9.9188-4.6293.8998-9.0323-2.1297-9.9188-6.6904-.8865-4.5606 2.061-9.019 6.6904-9.9188z' stroke-width='2.774'/%3E%3Cpath d='M127.1263 474.0845a7.994 7.994 0 0 1 6.1403 9.5356 7.994 7.994 0 0 1-9.5356 6.1403 7.994 7.994 0 0 1-6.1402-9.5356 7.9948 7.9948 0 0 1 9.5355-6.1403z' stroke-width='2.197'/%3E%3Cpath d='M165.286 302.1732l-17.2923 8.0943' stroke-width='1.099'/%3E%3Cpath d='M164.6305 300.0553a7.9947 7.9947 0 0 1 6.6359-9.1982 7.9938 7.9938 0 0 1 9.1972 6.636 7.9944 7.9944 0 0 1-6.6349 9.198 7.994 7.994 0 0 1-9.1982-6.6358z' stroke-width='2.197'/%3E%3Cpath d='M184.399 313.8073l-6.8945-8.7196' stroke-width='1.099'/%3E%3Cpath d='M186.3106 312.6843a7.9947 7.9947 0 0 1 10.4737 4.3514 7.9948 7.9948 0 0 1-4.3505 10.4736 7.9952 7.9952 0 0 1-10.4747-4.3513 7.9955 7.9955 0 0 1 4.3515-10.4737z' stroke-width='2.197'/%3E%3Cpath d='M42.9166 225.4392l18.1649 7.3011' stroke-width='1.099'/%3E%3Cpath d='M41.8822 227.4002a7.9943 7.9943 0 0 1-11.196 1.8116 7.9943 7.9943 0 0 1-1.8117-11.196 7.9943 7.9943 0 0 1 11.196-1.8116 7.9943 7.9943 0 0 1 1.8117 11.196z' stroke-width='2.197'/%3E%3Cpath d='M37.6279 203.6968l-1.291 11.0412' stroke-width='1.099'/%3E%3Cpath d='M35.4821 203.1394a7.993 7.993 0 0 1-4.3287-10.4826 7.9918 7.9918 0 0 1 10.4817-4.3285 7.994 7.994 0 0 1 4.3296 10.4824 7.994 7.994 0 0 1-10.4826 4.3287z' stroke-width='2.197'/%3E%3Cg%3E%3Cpath d='M138.2973 1026.722c4.6137-.8967 9.168 2.0891 10.084 6.801.8967 4.6136-2.0893 9.167-6.802 10.083-4.6127.8967-9.1672-2.0891-10.083-6.801-.8968-4.6136 2.0892-9.167 6.801-10.083zM67.8251 944.5592c4.6137-.8968 9.168 2.089 10.084 6.8008.8967 4.6137-2.0893 9.167-6.802 10.0831-4.6127.8967-9.1672-2.0892-10.083-6.801-.7987-4.6327 2.1883-9.1863 6.801-10.083zM86.442 842.2269c-.9063-4.6628 2.1383-9.1767 6.801-10.083 4.6628-.9063 9.1757 2.1385 10.082 6.8012.9064 4.6628-2.1373 9.1764-6.8 10.0828-4.6628.9063-9.1766-2.1383-10.083-6.801zM9.4546 724.4526c4.6136-.8968 9.168 2.089 10.0839 6.8009.8968 4.6136-2.0902 9.1672-6.802 10.083-4.6137.8969-9.167-2.0891-10.083-6.801-.7986-4.6327 2.1874-9.186 6.801-10.0829zM180.384 1215.459c4.6127-.8966 9.1671 2.0892 10.083 6.801.8968 4.6137-2.0892 9.1671-6.801 10.083-4.6137.8968-9.168-2.089-10.084-6.8009-.7976-4.6329 2.1884-9.1863 6.802-10.0831z' stroke-width='4'/%3E%3Cpath d='M138.7354 1043.6492l-13.5468 96.9664M93.053 848.9896l-21.6396 95.687M16.3744 739.611l73.329 94.2395M75.119 959.5428l59.186 69.1778M176.8248 1217.0676l-47.5419-61.1521' stroke-width='2'/%3E%3Cpath d='M44.8916 842.601l41.4444-1.0697M124.3281 754.8803l-26.8649 77.5M142.0319 837.1505l-38.589 2.6M126.1778 910.8073L98.463 848.4071' stroke-width='1.387'/%3E%3Cpath d='M151.6537 824.641c6.467-1.257 12.7278 2.9659 13.9848 9.4329 1.2569 6.466-2.966 12.7267-9.433 13.9838-6.466 1.2568-12.7268-2.9661-13.9837-9.4321-1.257-6.467 2.966-12.7278 9.4319-13.9846zM124.4358 742.2612c3.5249-1.2627 7.3605.6037 8.6004 4.0637 1.263 3.5258-.6034 7.3614-4.0634 8.6013-3.5248 1.2628-7.3616-.6044-8.6016-4.0644-1.2388-3.4592.5388-7.3376 4.0646-8.6006zM34.8218 834.5144c4.6284-.8997 9.0323 2.1296 9.9188 6.6903.8865 4.5606-2.1297 9.0323-6.6903 9.9188-4.6294.8998-9.0323-2.1297-9.9188-6.6903-.8865-4.5607 2.061-9.019 6.6903-9.9188zM128.3575 910.1264a10.0915 10.0915 0 0 1 11.87 8.0072 10.092 10.092 0 0 1-8.0063 11.8698 10.092 10.092 0 0 1-11.8698-8.0063 10.0915 10.0915 0 0 1 8.006-11.8707z' stroke-width='2.774'/%3E%3Cpath d='M115.801 1151.0852c-.9063-4.6628 2.1384-9.1766 6.8011-10.083 4.6627-.9063 9.1756 2.1385 10.082 6.8013.9063 4.6627-2.1373 9.1764-6.8 10.0827-4.6628.9064-9.1767-2.1383-10.083-6.801z' stroke-width='4'/%3E%3Cpath d='M74.2506 1151.4591l41.4444-1.0696M118.6146 1142.8815l-47.5051-55.3872M171.391 1146.0089l-38.5892 2.5989' stroke-width='1.387'/%3E%3Cpath d='M125.3268 1195.7966l-.8828-37.7634' stroke-width='1.099'/%3E%3Cpath d='M181.0128 1133.4992c6.467-1.257 12.7278 2.9659 13.9847 9.4319 1.257 6.467-2.966 12.7277-9.433 13.9848-6.4669 1.257-12.7267-2.9661-13.9838-9.433-1.2568-6.466 2.9652-12.7267 9.4321-13.9837zM73.2723 1082.287c.1464 3.6726-2.7107 6.84-6.4529 6.9897-3.6725.1465-6.8399-2.7107-6.9896-6.4528-.1463-3.6716 2.7106-6.84 6.4528-6.9897 3.7412-.1496 6.8433 2.7803 6.9897 6.4528zM64.1809 1143.3727c4.6283-.8997 9.0323 2.1297 9.9188 6.6903.8865 4.5606-2.1297 9.0323-6.6904 9.9188-4.6293.8999-9.0323-2.1297-9.9188-6.6903-.8865-4.5607 2.061-9.019 6.6904-9.9188z' stroke-width='2.774'/%3E%3Cpath d='M127.1263 1195.975a7.994 7.994 0 0 1 6.1403 9.5355 7.994 7.994 0 0 1-9.5356 6.1403 7.994 7.994 0 0 1-6.1402-9.5355 7.9948 7.9948 0 0 1 9.5355-6.1403z' stroke-width='2.197'/%3E%3Cpath d='M165.286 1024.0637l-17.2923 8.0942' stroke-width='1.099'/%3E%3Cpath d='M164.6305 1021.9457a7.9947 7.9947 0 0 1 6.6359-9.1982 7.9938 7.9938 0 0 1 9.1972 6.636 7.9944 7.9944 0 0 1-6.6349 9.198 7.994 7.994 0 0 1-9.1982-6.6358z' stroke-width='2.197'/%3E%3Cpath d='M184.399 1035.6978l-6.8945-8.7197' stroke-width='1.099'/%3E%3Cpath d='M186.3106 1034.5747a7.9947 7.9947 0 0 1 10.4737 4.3515 7.9948 7.9948 0 0 1-4.3505 10.4735 7.9952 7.9952 0 0 1-10.4747-4.3513 7.9955 7.9955 0 0 1 4.3515-10.4737z' stroke-width='2.197'/%3E%3Cpath d='M42.9166 947.3296l18.1649 7.3012' stroke-width='1.099'/%3E%3Cpath d='M41.8822 949.2906a7.9943 7.9943 0 0 1-11.196 1.8116 7.9943 7.9943 0 0 1-1.8117-11.196 7.9943 7.9943 0 0 1 11.196-1.8116 7.9943 7.9943 0 0 1 1.8117 11.196z' stroke-width='2.197'/%3E%3Cpath d='M37.6279 925.5873l-1.291 11.0412' stroke-width='1.099'/%3E%3Cpath d='M35.4821 925.0299a7.993 7.993 0 0 1-4.3287-10.4827 7.9918 7.9918 0 0 1 10.4817-4.3285 7.994 7.994 0 0 1 4.3296 10.4825 7.994 7.994 0 0 1-10.4826 4.3287z' stroke-width='2.197'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: repeat-y;
  background-size: 199px auto;
}
.bg-pattern.bg-esagon-molecolar {
  top: -60px;
  left: 0;
  right: 0;
  bottom: -60px;
}
.bg-pattern.bg-esagon-molecolar:after, .bg-pattern.bg-esagon-molecolar:before {
  content: "";
  position: absolute;
  width: 503px;
  height: 460px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.bg-pattern.bg-esagon-molecolar:before {
  top: -30px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 503 460' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23F5F5F5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke-width='4' d='M61.052 205.3927h117.4252l58.7143-101.6951L178.4772 2.0007H61.052L2.3378 103.6976z'/%3E%3Cpath d='M160.0625 28.3594H79.4667M164.857 176.261l40.2979-69.7962M34.3744 106.464L74.6723 176.26' stroke-width='2'/%3E%3Cpath stroke-width='4' d='M218.7779 457.8937h117.4233l58.716-101.6968-58.716-101.6952H218.778l-58.716 101.6952z'/%3E%3Cpath d='M317.7876 280.8603h-80.5958M322.5819 428.7618l40.2979-69.7961M192.0995 358.9648l40.2979 69.7962M218.7779 254.5016l-40.3014-49.108M61.052 205.3927l-40.3013 49.108M394.9166 356.1967h107.0836' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-pattern.bg-esagon-molecolar:after {
  right: 0;
  bottom: -30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 503 460' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23F5F5F5' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke-width='4' d='M441.948 205.3927H324.5227l-58.7143-101.6951L324.5228 2.0007H441.948l58.7143 101.6969z'/%3E%3Cpath d='M342.9375 28.3594h80.5958M338.143 176.261l-40.2979-69.7962M468.6256 106.464L428.3277 176.26' stroke-width='2'/%3E%3Cpath stroke-width='4' d='M284.2221 457.8937H166.7988l-58.716-101.6968 58.716-101.6952H284.222l58.716 101.6952z'/%3E%3Cpath d='M185.2124 280.8603h80.5958M180.4181 428.7618l-40.2979-69.7961M310.9005 358.9648l-40.2979 69.7962M284.2221 254.5016l40.3014-49.108M441.948 205.3927l40.3013 49.108M108.0834 356.1967H.9998' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-pattern.bg-build {
  left: 50%;
  bottom: -6px;
  width: 433px;
  height: 336px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 433 336' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%2351B0CB' fill='none' fill-rule='evenodd' opacity='.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke-width='5' d='M268.798 332.778h89.123V150.654h-89.123z'/%3E%3Cpath d='M329.7692 332.7777h-32.819v-26.117c0-9.063 7.346-16.409 16.409-16.409 9.063 0 16.41 7.346 16.41 16.409v26.117zM169.3 332.778h32.819v-42.526H169.3z' stroke-width='2'/%3E%3Cpath stroke-width='5' d='M141.219 332.778h88.982V117.373h-88.982z'/%3E%3Cpath d='M161.7087 254.1967h47.309M161.7087 232.0082h47.309M161.7087 209.8207h47.309M161.7087 187.6332h47.309M161.7087 165.4457h47.309M161.7087 143.2572h47.309' stroke-width='2'/%3E%3Cpath stroke-width='5' d='M246.2619 65.5697V2.5007h88.98v148.149'/%3E%3Cpath d='M266.7536 50.5775h47.309M266.7536 28.39h47.309' stroke-width='2'/%3E%3Cpath d='M313.3595 175.6147v94.298M293.9196 175.6147v94.298' stroke-width='2' stroke-dasharray='12,14'/%3E%3Cpath stroke-width='5' d='M181.0822 117.3695v-69.8h-79.8v285.21h39.94'/%3E%3Cpath d='M121.401 67.058v231.815M141.0173 67.058v47.149M160.633 67.058v47.149' stroke-width='2' stroke-dasharray='12,14'/%3E%3Cpath stroke-width='5' d='M310.0021 150.6498v-85.08h-79.8v267.21H310.0021'/%3E%3Cpath d='M333.7692 175.6147v94.298' stroke-width='2' stroke-dasharray='12,14'/%3E%3Cpath d='M374.1374 300.56V198.167' stroke-width='2' stroke-dasharray='9.742000000000001,11.366'/%3E%3Cpath stroke-width='5' d='M2.778 332.778h98.503V137.267H2.778zM357.921 332.778h71.691V175.615h-71.691z'/%3E%3Cpath stroke-width='1.696' d='M21.385 172.086h13.283v-13.282H21.385zM45.389 172.086h13.283v-13.282H45.389zM69.393 172.086h13.283v-13.282H69.393zM21.385 196.817h13.283v-13.283H21.385zM45.389 196.817h13.283v-13.283H45.389zM69.393 196.817h13.283v-13.283H69.393zM21.385 221.546h13.283v-13.283H21.385zM45.389 221.546h13.283v-13.283H45.389zM69.393 221.546h13.283v-13.283H69.393zM21.385 246.276h13.283v-13.283H21.385zM45.389 246.276h13.283v-13.283H45.389zM69.393 246.276h13.283v-13.283H69.393zM21.385 271.005h13.283v-13.283H21.385zM45.389 271.005h13.283v-13.283H45.389zM69.393 271.005h13.283v-13.283H69.393zM21.385 295.735h13.283v-13.282H21.385zM45.389 295.735h13.283v-13.282H45.389zM69.393 295.735h13.283v-13.282H69.393z'/%3E%3Cpath stroke-width='2' d='M395.431 213.834h15.667v-15.667h-15.667z'/%3E%3Cpath stroke-width='2.907' d='M253.559 102.504h33.087V86.837h-33.087zM253.559 126.096h33.087v-15.667h-33.087zM253.559 149.687h33.087v-15.666h-33.087zM268.8019 173.2797h-15.24v-15.67h15.24M268.8019 196.8695h-15.24v-15.67h15.24M268.8019 220.4603h-15.24v-15.67h15.24M268.8019 244.0502h-15.24v-15.66h15.24'/%3E%3Cpath stroke-width='2' d='M395.431 242.743h15.667v-15.667h-15.667zM395.431 271.651h15.667v-15.666h-15.667zM395.431 300.56h15.667v-15.667h-15.667z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateX(-50%);
}
.bg-pattern.bg-visit-molecolar {
  top: 50%;
  left: 50%;
  width: 794px;
  height: 709px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 794 709' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' opacity='.2'%3E%3Cpath d='M140.9471 460.6183c17.1734 5.04 35.6067 9.5666 55.1134 13.4866 37.8466 7.7 79.7533 13.3 124.4133 16.2867 24.64 1.6333 50.12 2.52 76.2067 2.52 26.0866 0 51.5666-.8867 76.2066-2.52 44.66-2.9867 86.5667-8.5867 124.4134-16.2867 115.5933-23.4266 193.06-66.5466 193.06-115.8266s-77.4667-92.4-193.06-115.8267c-37.8467-7.7-79.7534-13.3-124.4134-16.2867-24.64-1.6333-50.12-2.52-76.2066-2.52-26.0867 0-51.5667.8867-76.2067 2.52-44.66 2.9867-86.5667 8.5867-124.4133 16.2867-115.5934 23.4267-193.06 66.5467-193.06 115.8267 0 26.1333 21.7466 50.54 59.4533 71.1666' stroke='%23D2D2D2' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M610.6924 518.8606c-3.7333-14.4247-8.2133-29.3533-13.3933-44.758-12.2267-36.5867-28.3734-75.6933-48.1134-115.822-10.8733-22.2133-22.8666-44.7067-35.9333-67.298-13.0667-22.6287-26.5533-44.282-40.3667-64.8153-24.8733-37.1467-50.6333-70.6534-76.2066-99.54-78.0734-88.3867-154.14-133.9334-196.84-109.2934-42.7 24.64-41.3 113.3067-3.78 225.12 12.2266 36.5867 28.3733 75.6934 48.1133 115.8267 10.8733 22.2133 22.8667 44.7067 35.9333 67.2933 13.0667 22.6287 26.5534 44.2867 40.3667 64.8154 24.8733 37.1466 50.6333 70.658 76.2067 99.54 78.0733 88.3913 154.14 133.938 196.84 109.2933 24.36-14.042 34.3466-48.9533 31.5-97.062' stroke='%23D2D2D2' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M515.541 25.732c31.08-16.1466 58.1466-19.8333 77.98-8.4 42.7 24.64 41.3 113.3067 3.78 225.12-12.2267 36.5867-28.3734 75.6934-48.1134 115.8267-10.8733 22.2134-22.8667 44.7067-35.9333 67.2934-13.0667 22.6333-26.5534 44.2866-40.3667 64.82-24.8733 37.1466-50.6333 70.6533-76.2067 99.54-78.0733 88.3866-154.14 133.9333-196.84 109.2933-42.7-24.6353-41.3-113.302-3.78-225.12 12.2267-36.5867 28.3734-75.6933 48.1134-115.8267 10.8733-22.2133 22.8666-44.7066 35.9333-67.2933 13.0667-22.6333 26.5533-44.2867 40.3667-64.82 24.8733-37.1467 50.6333-70.6533 76.2066-99.54 16.9867-19.2733 33.9267-36.4933 50.4467-51.4267' stroke='%23D2D2D2' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M522.135 48.3178c0 23.3707-18.9467 42.3173-42.3174 42.3173s-42.3173-18.9466-42.3173-42.3173c0-23.3707 18.9466-42.3173 42.3173-42.3173 23.3707 0 42.3173 18.9466 42.3173 42.3173zM662.3585 560.168c0 23.3707-18.9467 42.3127-42.3174 42.3127-23.3706 0-42.3173-18.942-42.3173-42.3126 0-23.3754 18.9467-42.3174 42.3173-42.3174 23.3707 0 42.3174 18.942 42.3174 42.3174zM143.203 447.1153c0 23.3706-18.9467 42.3126-42.3173 42.3126-23.3707 0-42.3174-18.942-42.3174-42.3126 0-23.3754 18.9467-42.3174 42.3174-42.3174 23.3706 0 42.3173 18.942 42.3173 42.3174z' stroke='%23D2D2D2' stroke-width='12' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M455.332 358.2797c0 32.382-26.2546 58.6366-58.6413 58.6366-32.3866 0-58.6413-26.2546-58.6413-58.6366 0-32.3867 26.2547-58.6414 58.6413-58.6414 32.3867 0 58.6414 26.2547 58.6414 58.6414' fill='%23D2D2D2'/%3E%3Cpath d='M455.332 358.2797c0 32.382-26.2546 58.6366-58.6413 58.6366-32.3866 0-58.6413-26.2546-58.6413-58.6366 0-32.3867 26.2547-58.6414 58.6413-58.6414 32.3867 0 58.6414 26.2547 58.6414 58.6414z' stroke='%23D2D2D2' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
.bg-pattern.bg-visit-analisi {
  top: 50%;
  left: 50%;
  width: 579px;
  height: 480px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 588.771 486'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' opacity='.05'%3E%3Cpath stroke-width='4' d='M375.23 143c-12.824-36.251-18.916-80.793 2.822-109.245.244-.287.484-.628.776-.966A47.787 47.787 0 0 1 416.338 15h2.314' data-name='Stroke 1'/%3E%3Cpath stroke-width='4' d='M528.652 15a48.735 48.735 0 0 1 39.183 19.564c.342.533.728 1.063 1.115 1.6 20.707 29.462 16.702 71.878 5.351 105.836' data-name='Stroke 3'/%3E%3Cpath stroke-width='8' d='M146.652 457.02A224.479 224.479 0 0 0 249.921 482c122.237 0 221.72-96.925 224.731-218' data-name='Stroke 5'/%3E%3Cpath stroke-width='8' d='M77.979 402a223.889 223.889 0 0 1-52.327-144.168V256.6a224.59 224.59 0 0 1 3.415-38.066C46.608 119.158 129.452 42.323 231.652 34' data-name='Stroke 7'/%3E%3Cpath stroke-width='4' d='M265.173 65a31.5 31.5 0 0 1-12.266-60.528 31.51 31.51 0 0 1 24.526 58.05A31.256 31.256 0 0 1 265.173 65Zm0-43a11.5 11.5 0 1 0 11.521 11.479A11.513 11.513 0 0 0 265.173 22Z' data-name='Stroke 9'/%3E%3Cpath stroke-width='8' d='M5.652 444a116.708 116.708 0 0 0 72-42' data-name='Stroke 11'/%3E%3Cpath stroke-width='8' d='M5.652 443a116.6 116.6 0 0 0 79.365 31 116.377 116.377 0 0 0 61.635-17.518' data-name='Stroke 13'/%3E%3Cpath stroke-width='4' d='M360.652 225.911v63.206h-78.9V368h-63.2v-78.883h-78.9v-63.206h78.9V147h63.2v78.911Z' data-name='Stroke 15'/%3E%3Cpath stroke-width='8' d='M570.097 142a14.464 14.464 0 0 1 13.478 19.843c-12.413 30.27-29.7 55.589-41.126 67.946-5.035 5.411-20.38 21.934-43.761 28.311a86.573 86.573 0 0 1-22.12 2.9h-.631a88.613 88.613 0 0 1-27.545-4.974 119.852 119.852 0 0 1-35.675-20.926c-13.729-11.878-33.726-39.894-47.915-73.116a14.484 14.484 0 0 1 26.7-11.237c11.961 28.09 28.65 52.439 40.288 62.516a90.035 90.035 0 0 0 26.094 15.318 58.96 58.96 0 0 0 18.391 3.43 54.479 54.479 0 0 0 14.765-1.885c15.392-4.155 26.042-15.7 30.061-20 8.439-9.12 24.1-31.988 35.36-59.217A14.458 14.458 0 0 1 569.82 142Z' data-name='Stroke 17'/%3E%3Cpath stroke-width='8' d='m446.431 23.974-20.364-1.6a8.041 8.041 0 0 1 .112-16.037l20.466-1.319a7.774 7.774 0 0 1 6.514 2.631 10.651 10.651 0 0 1 2.451 7.758 10.587 10.587 0 0 1-2.8 6.21 7.85 7.85 0 0 1-6.379 2.357Z' data-name='Stroke 19'/%3E%3Cpath stroke-width='8' d='m500.873 23.974 20.363-1.6a8.041 8.041 0 0 0-.112-16.042L500.66 5.018a7.774 7.774 0 0 0-6.514 2.631 10.485 10.485 0 0 0 .347 13.969 7.85 7.85 0 0 0 6.38 2.356Z' data-name='Stroke 21'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
.bg-pattern.bg-reviews-molecolar {
  top: 50%;
  left: 50%;
  width: 727px;
  height: 707px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 727 707' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23D2D2D2' fill='none' fill-rule='evenodd' opacity='.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M675.7526 481.9516c0 41.5302-33.6376 75.1678-75.1678 75.1678H312.1754v.8503L153.3365 703.0858V557.1194H78.1687c-41.5302 0-75.1678-33.6376-75.1678-75.1678V148.9113c0-41.5255 33.6376-75.1677 75.1678-75.1677h329.4745' stroke-width='6'/%3E%3Cpath d='M378.0154 207.4111v222.1725c0 2.8611-2.3443 5.2007-5.2054 5.2007H254.9093c-2.706 0-4.9423-2.0812-5.1537-4.7356L229.8691 207.881c-.3101-3.0724 2.1328-5.6751 5.1537-5.6751H372.81c2.861 0 5.2054 2.3443 5.2054 5.2053z' stroke-width='12'/%3E%3Cpath d='M339.092 387.9877c0 9.4758-7.6811 17.1523-17.157 17.1523-9.4711 0-17.1523-7.6765-17.1523-17.1523 0-9.4759 7.6812-17.1524 17.1523-17.1524 9.4759 0 17.157 7.6765 17.157 17.1524z' stroke-width='6'/%3E%3Cpath d='M689.9429 232.6581H670.526c17.0208 0 30.8188 13.798 30.8188 30.8188 0 8.4846-3.439 16.1893-9.006 21.8128-5.6235 5.567-13.3282 9.006-21.8128 9.006h-13.0134c17.0208 0 30.7671 13.7933 30.7671 30.7624 0 8.541-3.439 16.241-9.006 21.8128-5.5719 5.5718-13.2766 9.006-21.7611 9.006h-17.9604c17.0208 0 30.814 13.798 30.814 30.8235 0 8.5362-3.4295 16.1846-9.0013 21.7564-5.5718 5.5718-13.2765 9.006-21.8127 9.006H425.855l-30.2973-17.2322h-17.5423V216.4172l24.049-14.2114 70.0704-113.851v-61.741s3.9557-20.6147 28.9443-20.6147c7.9114 0 34.3564 3.904 54.5577 76.159-1.198 12.8067-11.665 88.9188-11.665 88.9188h145.971c17.0256 0 30.8189 13.7933 30.8189 30.8141 0 8.4846-3.4343 16.1893-9.006 21.761-5.5672 5.5719-13.2766 9.0061-21.8128 9.0061z' stroke-width='12'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translate(-50%, -50%);
}
.bg-pattern.bg-molecolar-04 {
  top: -60px;
  left: 0;
  right: 0;
  bottom: -60px;
}
.bg-pattern.bg-molecolar-04:after, .bg-pattern.bg-molecolar-04:before {
  content: "";
  position: absolute;
  width: 277px;
  height: 211px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.entry-block {
  position: relative;
  width: 100%;
  float: left;
  display: block;
}

.entry-headings .h-title + .h-sub-title,
.entry-headings .h-sm-title + .h-sub-title,
.entry-headings .h-md-title + .h-sub-title {
  margin-top: 10px;
}
.entry-headings + .entry-content {
  margin-top: 22px;
}

.entry-content b,
.entry-content strong {
  font-weight: 500;
}
.entry-content p a {
  color: #51B0CB;
  font-weight: 400;
  border-bottom: 1px solid #51B0CB;
}
.entry-content p:first-of-type {
  padding-top: 0;
}
.entry-content p:last-of-type {
  padding-bottom: 0;
}
.entry-content ul {
  margin: 0;
  padding: 15px 10px;
}
.entry-content ul:last-child {
  padding-bottom: 0;
}
.entry-content ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
.entry-content ul li:last-child {
  margin-bottom: 0;
}
.entry-content ul li:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 5px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background: #F8F8F8;
}
.entry-content ul li b,
.entry-content ul li strong {
  font-weight: 500;
}
.entry-content ul li a {
  color: #51B0CB;
  font-weight: 400;
  border-bottom: 1px solid #51B0CB;
}
.entry-content ol {
  margin: 0 0 0 12px;
  padding: 10px 20px;
}
.entry-content ol li {
  position: relative;
  margin-bottom: 12px;
}
.entry-content ol li:last-child {
  margin-bottom: 0;
}
.entry-content + .entry-btn {
  margin-top: 30px;
}

.entry-video .e-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
.entry-video .e-mask .e-play {
  width: 30px;
  height: 40px;
}
.entry-video .e-mask i {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
}
.entry-video .e-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.entry-video .e-img {
  padding-bottom: 64.33%;
}

.entry-stripe-box {
  margin: 30px 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.entry-stripe-box .stripe-image {
  position: relative;
  display: block;
}
.entry-stripe-box .stripe-image img {
  position: relative;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.6s;
}
.entry-stripe-box .stripe-image .line {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 50px;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 1;
}
.entry-stripe-box .stripe-image .line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: width 0.3s ease-in-out 0.25s;
}
.entry-stripe-box .stripe-image.l-normal .line {
  width: 100%;
  max-width: 400px;
}
.entry-stripe-box .stripe-image.l-normal img {
  max-width: 500px;
}
.entry-stripe-box .stripe-image.l-full .line {
  width: 95%;
}
.entry-stripe-box .stripe-image.l-full img {
  max-width: 650px;
}
.entry-stripe-box .stripe-image.l-azure .line:after {
  background: #51B0CB;
}
.entry-stripe-box .stripe-image.l-blue .line:after {
  background: #3B6D89;
}
.entry-stripe-box .stripe-image.l-rose .line:after {
  background: #F5333F;
}
.entry-stripe-box.is-visible .stripe-image img {
  opacity: 1;
}
.entry-stripe-box.is-visible .stripe-image .line:after {
  width: 100%;
}

/*
.entry-read-block {

	.entry-mobile {
		position: relative;
		opacity: 1;
		visibility: visible;
		display: block;
	}

	.entry-mobile-full {
		position: relative;
		opacity: 0;
		visibility: hidden;
		display: none;
	}

	&.is-active {

		.entry-mobile {
			display: none;
		}

		.entry-mobile-full {
			display: block;
		}

	}

	.entry-read-arrow {
		position: relative;
		float: left;
		width: 100%;
		margin-top: 30px;
		text-align: center;

		a {
			position: relative;
			color: $congress-blue;
			font-size: rem(16px);
			font-weight: 500;
			font-style: italic;
			text-transform: lowercase;
			display: block;
			@include x-user-select;

			span {
				margin-bottom: 3px;
			}

			.is-open {
                display: block;
            }

            .is-close {
                display: none;
            }

            &:after {
            	content: '';
            	position: relative;
            	width: 20px;
            	height: 20px;
            	padding: 5px 0 0 0;
            	margin: 0 auto;
            	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%233B6D89' stroke-width='2' d='M11 1L6.01 6 1 1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            	background-position: center center;
            	background-repeat: no-repeat;
            	background-size: 12px 7px;
            	display: block;
            }

		}

		&.is-active {

			a {

				.is-open {
	                display: none;
	            }

	            .is-close {
	                display: block;
	            }

	            &:after {
					@include prefix( ( transform: rotate(180deg) ), webkit );
	            }

	        }

		}

	}

}
*/
.sk-section.no-divider .sk-cocoen {
  border: 2px solid #F5F5F5;
}

.sk-cocoen {
  padding-bottom: 64.33%;
  background: #F5F5F5;
  border: 2px solid #F5F5F5;
}
.sk-cocoen > div:first-child {
  z-index: 3;
}
.sk-cocoen .i-hair {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 80px;
  color: #3B6D89;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  text-align: center;
  z-index: 2;
}
.sk-cocoen .i-hair:before {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  background: url(_include/img/i-hair.svg) center center no-repeat;
  background-size: 24px 18px;
  display: block;
  margin: 0 auto;
}
.sk-cocoen img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sk-cocoen img:not([src]) {
  visibility: hidden;
}
.sk-cocoen img:not(.initial) {
  transition: opacity 0.5s ease-in-out 0.1s;
}
.sk-cocoen img.initial, .sk-cocoen img.loaded {
  opacity: 1;
}
.sk-cocoen img.is-first {
  z-index: 3;
}
.sk-cocoen img.is-last {
  z-index: 2;
}
.sk-cocoen .cocoen-drag {
  background: #F5F5F5;
  z-index: 3;
}
.sk-cocoen .cocoen-drag:before, .sk-cocoen .cocoen-drag:after {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 20px;
  width: 27px;
  height: 24px;
  border: 0 none;
  background: #3B6D89 center center no-repeat;
  background-size: 5px 8px;
}
.sk-cocoen .cocoen-drag:before {
  margin-left: -27px;
  border-radius: 20px 0 0 20px;
  border-right: 1px solid #F5F5F5;
  background-image: url(_include/img/arrow_left.svg);
}
.sk-cocoen .cocoen-drag:after {
  border-radius: 0 20px 20px 0;
  border-left: 1px solid #F5F5F5;
  background-image: url(_include/img/arrow_right.svg);
  background-position: 10px center;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='38px' height='38px' viewBox='0 0 38 38' enable-background='new 0 0 38 38' xml:space='preserve'%3E%3Cg transform='translate%281 1%29'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' stroke-opacity='0.5' d='M18,7.747c5.521,0,10,4.591,10,10.251 c0,5.666-4.479,10.256-10,10.256c-5.522,0-10-4.59-10-10.256C8,12.338,12.478,7.747,18,7.747z'/%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='3' d='M28,17.998c0-5.66-4.479-10.251-10-10.251'%3E%3CanimateTransform fill='remove' type='rotate' attributeName='transform' from='0 18 18' to='360 18 18' dur='0.5s' repeatCount='indefinite' accumulate='none' additive='replace' calcMode='linear' restart='always'%3E%3C/animateTransform%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.swiper-pag {
  position: relative;
  width: 100%;
  height: 40px;
  display: block;
  margin-top: 20px;
}
.swiper-pag .swiper-pagination {
  top: 50%;
  left: 50%;
  width: 100px;
  transform: translate(-50%, -50%);
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.swiper-pag .swiper-pagination-bullet {
  position: relative;
  width: 11px;
  height: 11px;
  border: 2px solid #3B6D89;
  background: transparent;
  margin: 0 3px;
  opacity: 0.4;
}
.swiper-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  background: #FFFFFF;
  opacity: 1;
}
.swiper-pag .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.swiper-pag .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pag .sk-btn-swipe:focus {
  outline: none;
}
.swiper-pag .sk-btn-swipe.swiper-button-prev, .swiper-pag .sk-btn-swipe.swiper-button-next {
  top: auto;
  bottom: 5px;
  width: 30px;
  height: 30px;
  margin-top: 0;
  background-size: 8px auto;
}
.swiper-pag .sk-btn-swipe.swiper-button-prev {
  left: 50%;
  background-image: url(_include/img/arrow_left_b.svg);
  background-position: center center;
  margin-left: -80px;
}
.swiper-pag .sk-btn-swipe.swiper-button-next {
  left: 50%;
  right: auto;
  background-image: url(_include/img/arrow_left_b.svg);
  background-position: center center;
  margin-left: 50px;
  transform: rotate(180deg);
}

.no-divider .sk-section-wrap {
  padding: 100px 0;
}

.svg-divider {
  margin: 100px 0;
}
.svg-divider .sk-section-wrap {
  padding: 150px 0;
}
.svg-divider.s-connected .sk-section-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.svg-divider.s-connected + .svg-divider {
  margin-top: -100px;
}

.s-gray .r-ball {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background: #D0021B;
  opacity: 0.1;
  z-index: -1;
}
.s-gray.sc-gray-s-top .r-ball {
  top: -100px;
  right: -50px;
}
.s-gray.sc-gray-s-bottom .r-ball, .s-gray.sc-gray-bottom .r-ball {
  left: -50px;
  bottom: -100px;
}
.s-gray .sk-section-wrap {
  background-color: #F8F8F8;
}

.s-azure .sk-section-wrap {
  background-color: #51B0CB;
}

.s-blue .sk-section-wrap {
  background-color: #3B6D89;
}

.s-red .sk-section-wrap {
  background-color: #F5333F;
}

.sk-content > .svg-divider:first-child .sk-section-wrap {
  padding-top: 100px;
}
.sk-content > .svg-divider:first-child:before {
  display: none;
}
.sk-content .sk-section-form-landing:first-child + .sk-section.svg-divider.s-gray .sk-section-wrap {
  padding-top: 100px;
}
.sk-content .sk-section-form-landing:first-child + .sk-section.svg-divider.s-gray:before {
  display: none;
}

.sk-forms-content {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 11;
}

.sk-form .w-link a {
  font-weight: 400;
  text-decoration: underline !important;
}
.sk-form .w-link.t-white a {
  color: #FFFFFF;
}

.entry-s-form .btn-groups {
  margin: 15px 0 10px 0;
}
.entry-s-form .btn-groups .sk-button {
  width: 280px;
  max-width: none;
  margin: 0 auto;
  display: inline-block;
}
.entry-s-form .btn-groups .sep {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
  margin: 0px 6px;
  display: inline-block;
}
.entry-s-form .btn-groups .svg-data.h-tel {
  top: 3px;
  width: 30px;
  height: 30px;
}
.entry-s-form .btn-groups .svg-data.h-mail {
  top: 2px;
  width: 42px;
  height: 30px;
}
@media (max-width: 1199px) {
  .entry-s-form .btn-groups {
    max-width: 280px;
    text-align: left;
  }
  .entry-s-form .btn-groups .sep {
    margin: 10px 0;
    display: block;
  }
}
.entry-s-form .sk-form {
  margin-top: 30px;
}
.entry-s-form .sk-form .sk-button {
  margin-bottom: 6px;
}
.entry-s-form .sk-form .r-group {
  display: inline-block;
}
.entry-s-form .sk-form .r-group + .r-group {
  margin-left: 15px;
}

.sk-visit-form .sk-form {
  min-height: 500px;
}
.sk-visit-form .sk-form .field-groups .f-g {
  width: calc(100% - 166px);
  display: inline-block;
}
.sk-visit-form .sk-form .field-groups .r-groups {
  float: right;
  width: 148px;
  margin: 6px 0 0 0;
  display: inline-block;
}
.sk-visit-form .sk-form .field-groups input[type=radio].sk-input-radio:not(:checked) + label,
.sk-visit-form .sk-form .field-groups input[type=radio].sk-input-radio:checked + label {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  padding-top: 8px;
  padding-left: 50px;
}
.sk-visit-form .sk-form .field-groups input[type=radio].sk-input-radio:not(:checked) + label:before,
.sk-visit-form .sk-form .field-groups input[type=radio].sk-input-radio:checked + label:before {
  width: 40px;
  height: 40px;
}
.sk-visit-form .sk-form .field-groups input[type=radio].sk-input-radio:not(:checked) + label:after,
.sk-visit-form .sk-form .field-groups input[type=radio].sk-input-radio:checked + label:after {
  top: 6px;
  left: 6px;
  width: 28px;
  height: 28px;
}
.sk-visit-form .sk-form .r-input {
  margin-bottom: 16px;
}
.sk-visit-form .sk-form .r-label {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: italic;
  margin: 0 16px 0 0;
  display: inline-block;
}

.sk-espert-form .sk-form {
  min-height: 570px;
}
.sk-espert-form .sk-form .m-check {
  margin-bottom: 10px;
}
.sk-espert-form .sk-form .field-groups input[type=radio].sk-input-radio:not(:checked) + label,
.sk-espert-form .sk-form .field-groups input[type=radio].sk-input-radio:checked + label {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  padding-top: 8px;
  padding-left: 50px;
}
.sk-espert-form .sk-form .field-groups input[type=radio].sk-input-radio:not(:checked) + label:before,
.sk-espert-form .sk-form .field-groups input[type=radio].sk-input-radio:checked + label:before {
  width: 40px;
  height: 40px;
}
.sk-espert-form .sk-form .field-groups input[type=radio].sk-input-radio:not(:checked) + label:after,
.sk-espert-form .sk-form .field-groups input[type=radio].sk-input-radio:checked + label:after {
  top: 6px;
  left: 6px;
  width: 28px;
  height: 28px;
}
.sk-espert-form .sk-form .field-groups .f-g {
  width: calc(100% - 166px);
  display: inline-block;
}
.sk-espert-form .sk-form .field-groups .r-groups {
  float: right;
  width: 148px;
  margin: 6px 0 0 0;
  display: inline-block;
}

.sk-guide-form .lead-image {
  position: relative;
  width: 100%;
  left: 30px;
}
.sk-guide-form .lead-image:before {
  content: "";
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 76.17%;
  display: block;
}
.sk-guide-form .lead-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}
.sk-guide-form .sk-form {
  min-height: 350px;
}
.sk-guide-form .sk-form .field-groups input[type=radio].sk-input-radio:not(:checked) + label,
.sk-guide-form .sk-form .field-groups input[type=radio].sk-input-radio:checked + label {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  padding-top: 8px;
  padding-left: 50px;
}
.sk-guide-form .sk-form .field-groups input[type=radio].sk-input-radio:not(:checked) + label:before,
.sk-guide-form .sk-form .field-groups input[type=radio].sk-input-radio:checked + label:before {
  width: 40px;
  height: 40px;
}
.sk-guide-form .sk-form .field-groups input[type=radio].sk-input-radio:not(:checked) + label:after,
.sk-guide-form .sk-form .field-groups input[type=radio].sk-input-radio:checked + label:after {
  top: 6px;
  left: 6px;
  width: 28px;
  height: 28px;
}
.sk-guide-form .sk-form .field-groups .f-g {
  width: calc(100% - 166px);
  display: inline-block;
}
.sk-guide-form .sk-form .field-groups .r-groups {
  float: right;
  width: 148px;
  margin: 6px 0 0 0;
  display: inline-block;
}
.sk-guide-form .sk-form .m-check {
  margin-bottom: 10px;
}

.sk-form-modal-intermediate {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D2D2D2;
}
.sk-form-modal-intermediate .bb {
  font-size: 2rem;
  margin-bottom: 20px;
}
.sk-form-modal-intermediate .bb-success {
  float: left;
  width: 100%;
  color: #417505;
  font-size: 1.8rem;
  font-weight: bold;
  display: none;
}
.sk-form-modal-intermediate .bb-error {
  float: left;
  width: 100%;
  color: #FF0000;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 15px 0 0;
  display: none;
}
.sk-form-modal-intermediate .r-groups-calv .r-group {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 25px;
  cursor: pointer;
  display: block;
  transition: opacity 0.2s ease-in-out;
}
.sk-form-modal-intermediate .r-groups-calv .calv-bg {
  position: relative;
  width: 124px;
  height: 73px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 124px 73px;
  display: block;
}
.sk-form-modal-intermediate .r-groups-calv .calv-title {
  position: relative;
  color: #3B6D89;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  margin-top: 15px;
  text-align: center;
}
.sk-form-modal-intermediate .r-groups-calv .r-group-01 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 124 73' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M108.762 62.0697V57.687c0-1.6434.4843-3.213 1.357-4.5743M68.1324 14.1956c-4.224 8.557-2.077 18.5478-2.077 18.5478l-6.5678 9.487c-1.2257 1.7956.1445 4.2434 2.239 4.2434h2.0204c.7898 0 1.44.6435 1.44 1.4348l-.0698 2.5174c0 .5043-.144.9348-.432 1.3652-.1484.2174-.2182.5044-.2182.9348 0 .574.432 1.0787 1.008 1.2222l.7937.2174c-.3622.0343-.6846.1952-.9464.43-.2619.2304-.4582.5347-.5673.8608-.2182.7174.2182 1.3653.864 1.6522.3622.1435.7942.3609 1.0123.7913 0 0 .3622 1.4391 0 2.444-.2884.5778-2.4528 7.3343 5.1928 7.3343 1.7323 0 4.7607-.9348 7.2872-1.5087.864-.1478 1.7324.5 1.7324 1.4348v4.0265M66.1982 54.0911h2.8132M48.5302 48.1252h.0074c-.2095.553-.4115 1.107-.5917 1.6535 0 .0717-.0725.2152-.0725.2873-.144.3592-.2164.7187-.2884 1.0779-.7213 3.0913-.7933 5.2478-2.8857 7.7634-.5773.647-.9382 1.2218-1.2986 1.7253-1.2262 1.7252-1.7315 2.6595-3.8239 3.8813-2.3083 1.2943-4.6891 1.8691-7.2144 2.013.0725.3591 0 .7909-.216 1.0065-.2888.2157-.7937.2157-1.0821.8622-.2165.4313-.361.7909-.4333.9344-.577.863-1.3702 2.1565-2.2364 2.2282h-.5049c-.8653-.0717-1.6595-1.3652-2.2363-2.2282-.072-.1435-.2165-.503-.433-.9344-.2884-.6465-.7932-.6465-1.0817-.8622-.2168-.2156-.2893-.6474-.2168-1.0065-2.5253-.1439-4.9056-.7187-7.2144-2.013-2.092-1.2218-2.5973-2.1561-3.8235-3.8813-.3608-.5035-.7217-1.0783-1.2986-1.7253-2.0923-2.5156-2.1643-4.6721-2.8856-7.7634-.072-.3592-.144-.7187-.2885-1.0779 0-.0721-.072-.2156-.072-.2873-.181-.5466-.3827-1.1005-.5921-1.661 1.0032-1.373.3028-4.7369-.0576-5.6717-3.3906-10.7817 5.6993-11.069 6.565-11.069 6.0603 0 7.7918 2.7312 8.585 3.953 2.3809 3.5943 5.2666 3.307 5.2666 3.307s2.886.2873 5.2669-3.307c.7933-1.2218 2.5248-3.953 8.5845-3.953.8658 0 9.9561.2873 6.5651 11.069-.3608.9348-1.0023 4.313.0075 5.6792z' stroke='%233B6D89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M121.7485 28.4304c0 12.8653-6.419 19.4087-10.2458 23-.5324.513-.9954 1.074-1.3833 1.6826l-.2007-.026c-2.2386-3.4522-7.0735-5.0348-7.65-5.6827 4.2594-3.0173 5.7736-5.8217 5.7736-8.0478 0-6.326-2.9585-7.7652-4.835-7.7652-4.5425 0-5.4113 5.1783-5.4113 5.1783h-5.6984c1.5879-5.7522-.2182-11.4305-1.4448-13.8044-.1436-.3565-.2134-.7913-.0694-1.1478 2.74-8.1957-4.0412-10.2783-5.123-10.713-5.337-2.0827-9.5214 1.6565-10.3902 2.5173-2.6439 2.6348-6.2134.961-6.9377.574C71.287 7.7913 78.0118 2.1913 91.8794 2.1913c16.0887 0 29.869 7.0435 29.869 26.2391' fill='%2351B0CB'/%3E%3Cpath d='M121.7485 28.4304c0 12.8653-6.419 19.4087-10.2458 23-.5324.513-.9954 1.074-1.3833 1.6826l-.2007-.026c-2.2386-3.4522-7.0735-5.0348-7.65-5.6827 4.2594-3.0173 5.7736-5.8217 5.7736-8.0478 0-6.326-2.9585-7.7652-4.835-7.7652-4.5425 0-5.4113 5.1783-5.4113 5.1783h-5.6984c1.5879-5.7522-.2182-11.4305-1.4448-13.8044-.1436-.3565-.2134-.7913-.0694-1.1478 2.74-8.1957-4.0412-10.2783-5.123-10.713-5.337-2.0827-9.5214 1.6565-10.3902 2.5173-2.6439 2.6348-6.2134.961-6.9377.574C71.287 7.7913 78.0118 2.1913 91.8794 2.1913c16.0887 0 29.869 7.0435 29.869 26.2391z' stroke='%2351B0CB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M54.15 31.161c-.4616 5.3622-3.542 11.3787-5.6125 16.9643h-.0074c-1.0097-1.366-.3683-4.7447-.0074-5.679 3.391-10.7823-5.6994-11.0696-6.5647-11.0696-6.0602 0-7.7917 2.7313-8.585 3.9534-2.3808 3.594-5.2669 3.3066-5.2669 3.3066s-2.8857.2873-5.2665-3.3066c-.7933-1.2221-2.5248-3.9534-8.585-3.9534-.8657 0-9.9556.2873-6.565 11.0695.3604.9344 1.0607 4.2987.0575 5.6718-2.07-5.5857-5.1508-11.5948-5.6125-16.957-.5769-6.9009.6493-14.1609 4.6896-19.696C11.65 4.8592 20.0766 1.5522 28.1423 2.0487c8.0658-.4965 16.492 2.8105 21.3186 9.4161 4.0398 5.5352 5.266 12.7952 4.6891 19.6961' fill='%2351B0CB'/%3E%3Cpath d='M54.15 31.161c-.4616 5.3622-3.542 11.3787-5.6125 16.9643h-.0074c-1.0097-1.366-.3683-4.7447-.0074-5.679 3.391-10.7823-5.6994-11.0696-6.5647-11.0696-6.0602 0-7.7917 2.7313-8.585 3.9534-2.3808 3.594-5.2669 3.3066-5.2669 3.3066s-2.8857.2873-5.2665-3.3066c-.7933-1.2221-2.5248-3.9534-8.585-3.9534-.8657 0-9.9556.2873-6.565 11.0695.3604.9344 1.0607 4.2987.0575 5.6718-2.07-5.5857-5.1508-11.5948-5.6125-16.957-.5769-6.9009.6493-14.1609 4.6896-19.696C11.65 4.8592 20.0766 1.5522 28.1423 2.0487c8.0658-.4965 16.492 2.8105 21.3186 9.4161 4.0398 5.5352 5.266 12.7952 4.6891 19.6961z' stroke='%2351B0CB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.sk-form-modal-intermediate .r-groups-calv .r-group-02 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 124 73' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M20.6251 9.6681c0-2.94 3.3618-5.3191 7.5029-5.3191 4.141 0 7.5028 2.3791 7.5028 5.3191 0 2.94-3.3617 5.3192-7.5028 5.3192S20.625 12.608 20.625 9.668zM48.7395 47.557c-.282.7479-.5485 1.4883-.7938 2.2213 0 .0718-.072.2153-.072.2879-.1444.3591-.2164.7187-.2888 1.0778-.7214 3.0909-.7934 5.2474-2.8857 7.763-.5769.6474-.9378 1.2222-1.2982 1.7253-1.2266 1.7256-1.7315 2.6595-3.8239 3.8817-2.3088 1.2943-4.6891 1.8691-7.2144 2.013.0725.3592 0 .7905-.2164 1.0061-.2889.2157-.7937.2157-1.0822.8626-.2164.4313-.3608.791-.4328.9344-.577.863-1.3707 2.1565-2.2364 2.2282H27.89c-.8662-.0717-1.6595-1.3652-2.2363-2.2282-.0725-.1435-.2165-.503-.433-.9344-.2888-.647-.7937-.647-1.0825-.8626-.216-.2156-.2885-.647-.216-1.006-2.5253-.144-4.906-.7188-7.2144-2.0131-2.0924-1.2222-2.5973-2.156-3.8239-3.8817-.3604-.503-.7213-1.0779-1.2986-1.7253-2.092-2.5156-2.164-4.6721-2.8857-7.763-.072-.3591-.1444-.7187-.2884-1.0778 0-.0726-.072-.2161-.072-.2879-.2453-.733-.5127-1.4734-.8012-2.2286h.0288c.5773-.5748 1.0102-1.7248.7938-2.6596-1.8755-7.1161 2.3808-10.4944 4.1123-11.0696 3.607-1.2939 7.9357 2.3722 8.585 3.0909 4.3283 4.8883 7.0704 4.097 7.0704 4.097s2.7412.7913 7.07-4.097c.6488-.7187 4.9775-4.3848 8.585-3.0909 1.731.5752 5.9877 3.9535 4.1118 11.0696-.2164.9348.2169 2.0848.7938 2.6596l.0506.0073zM108.7139 62.0697V57.687c0-1.6478.4844-3.2217 1.3571-4.5826M97.8965 2.552c9.0763 1.1217 16.8218 4.9526 20.845 12.5613M67.4558 15.5827c-3.3774 8.213-1.453 17.1609-1.453 17.1609l-6.563 9.487c-1.2262 1.7956.144 4.2434 2.2342 4.2434h2.0945c.7899 0 1.44.643 1.44 1.4348l-.0702 2.5174c0 .5043-.1436.9348-.4316 1.3648-.1483.2173-.2182.5043-.2182.9352 0 .5739.4316 1.0782 1.008 1.2217l.7942.2174c-.3622.0344-.685.1952-.9469.43-.2618.2309-.4582.5352-.5673.8613-.2181.717.2182 1.3652.864 1.6522.3622.1435.7942.3609 1.0124.7913 0 0 .3622 1.4391 0 2.4435-.288.5778-2.4524 7.3343 5.1927 7.3343 1.7324 0 4.7608-.9343 7.2873-1.5082.8684-.1479 1.732.5 1.732 1.4343v4.0265M66.2196 54.0911h2.8137' stroke='%233B6D89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M121.7 28.4304c0 12.8653-6.4233 19.4087-10.2454 23a9.1383 9.1383 0 0 0-1.3833 1.674l-.1313-.0174c-2.2381-3.4522-7.073-5.0348-7.649-5.6827 4.2585-3.0173 5.7726-5.8217 5.7726-8.0478 0-6.326-2.958-7.7652-4.8344-7.7652-4.6168 0-5.411 5.1783-5.411 5.1783H92.119c1.5888-5.6826-.6497-9.9957-2.0204-12.1479-.2133-.3608-.2875-.8652-.144-1.226 3.679-10.2783-2.958-12.4348-4.4727-12.7914-5.5545-1.2956-8.8756.7174-11.04 2.3-1.4923 1.1305-3.4075 3.2435-6.9862 2.6783C70.3095 8.6217 76.9727 2.1913 91.831 2.1913c2.0684 0 4.0975.1174 6.0655.3609-.275.5043-.0306 1.9652 6.9211 5.3174.7196.3608 1.2956.8652 1.732 1.513 2.012 3.0044 7.3051 9.5696 12.1924 5.7304 1.889 3.5696 2.9581 7.974 2.9581 13.3174' fill='%2351B0CB'/%3E%3Cpath d='M121.7 28.4304c0 12.8653-6.4233 19.4087-10.2454 23a9.1383 9.1383 0 0 0-1.3833 1.674l-.1313-.0174c-2.2381-3.4522-7.073-5.0348-7.649-5.6827 4.2585-3.0173 5.7726-5.8217 5.7726-8.0478 0-6.326-2.958-7.7652-4.8344-7.7652-4.6168 0-5.411 5.1783-5.411 5.1783H92.119c1.5888-5.6826-.6497-9.9957-2.0204-12.1479-.2133-.3608-.2875-.8652-.144-1.226 3.679-10.2783-2.958-12.4348-4.4727-12.7914-5.5545-1.2956-8.8756.7174-11.04 2.3-1.4923 1.1305-3.4075 3.2435-6.9862 2.6783C70.3095 8.6217 76.9727 2.1913 91.831 2.1913c2.0684 0 4.0975.1174 6.0655.3609-.275.5043-.0306 1.9652 6.9211 5.3174.7196.3608 1.2956.8652 1.732 1.513 2.012 3.0044 7.3051 9.5696 12.1924 5.7304 1.889 3.5696 2.9581 7.974 2.9581 13.3174z' stroke='%2351B0CB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.1281 14.9874c-4.141 0-7.5028-2.3795-7.5028-5.3191 0-2.94 3.3617-5.3196 7.5028-5.3196 4.1407 0 7.5024 2.3796 7.5024 5.3196 0 2.9396-3.3617 5.3191-7.5024 5.3191m21.333-3.5226c-4.8267-6.6056-13.2529-9.9121-21.319-9.416-8.0653-.4961-16.492 2.8104-21.3181 9.416C2.784 17 1.5575 24.26 2.1348 31.161c.4398 5.1757 3.34 10.9691 5.403 16.3891h.0293c.5769-.5752 1.0097-1.7252.7933-2.66-1.8755-7.116 2.3808-10.4943 4.1123-11.0695 3.6074-1.294 7.9361 2.3722 8.5854 3.0908 4.3283 4.8883 7.07 4.0974 7.07 4.0974s2.7412.791 7.07-4.0974c.6488-.7186 4.9776-4.3847 8.585-3.0908 1.7315.5752 5.9882 3.9535 4.1123 11.0695-.2165.9348.2164 2.0848.7933 2.66l.0506.007c2.0705-5.427 4.9632-11.2135 5.411-16.396.5768-6.901-.6494-14.161-4.6893-19.6962' fill='%2351B0CB'/%3E%3Cpath d='M28.1281 14.9874c-4.141 0-7.5028-2.3795-7.5028-5.3191 0-2.94 3.3617-5.3196 7.5028-5.3196 4.1407 0 7.5024 2.3796 7.5024 5.3196 0 2.9396-3.3617 5.3191-7.5024 5.3191zm21.333-3.5226c-4.8267-6.6056-13.2529-9.9121-21.319-9.416-8.0653-.4961-16.492 2.8104-21.3181 9.416C2.784 17 1.5575 24.26 2.1348 31.161c.4398 5.1757 3.34 10.9691 5.403 16.3891h.0293c.5769-.5752 1.0097-1.7252.7933-2.66-1.8755-7.116 2.3808-10.4943 4.1123-11.0695 3.6074-1.294 7.9361 2.3722 8.5854 3.0908 4.3283 4.8883 7.07 4.0974 7.07 4.0974s2.7412.791 7.07-4.0974c.6488-.7186 4.9776-4.3847 8.585-3.0908 1.7315.5752 5.9882 3.9535 4.1123 11.0695-.2165.9348.2164 2.0848.7933 2.66l.0506.007c2.0705-5.427 4.9632-11.2135 5.411-16.396.5768-6.901-.6494-14.161-4.6893-19.6962z' stroke='%2351B0CB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.sk-form-modal-intermediate .r-groups-calv .r-group-03 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 124 73' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M48.7536 47.5498a46.9372 46.9372 0 0 0-.8081 2.2287c0 .0718-.072.2152-.072.2874-.1445.3591-.2165.7187-.2885 1.0783-.7213 3.0908-.7937 5.2474-2.8856 7.763-.5773.647-.9378 1.2222-1.299 1.7252-1.2263 1.7257-1.7311 2.6596-3.823 3.8818-2.3089 1.2939-4.6892 1.8687-7.215 2.0126.0725.3595 0 .7909-.2163 1.0065-.2885.2157-.7934.2157-1.0818.8622-.2164.4317-.3609.7913-.4329.9348-.5773.8626-1.371 2.1565-2.2363 2.2282h-.5053c-.8658-.0717-1.659-1.3656-2.2364-2.2282-.0724-.1435-.2164-.503-.4329-.9348-.2884-.6465-.7933-.6465-1.0822-.8622-.2164-.2156-.2884-.647-.2164-1.0065-2.5248-.144-4.9056-.7187-7.214-2.0126-2.0923-1.2222-2.5976-2.1561-3.8238-3.8818-.3604-.503-.7213-1.0782-1.2986-1.7252-2.0924-2.5156-2.1644-4.6722-2.8857-7.763-.072-.3596-.1444-.7192-.2884-1.0783 0-.0722-.0725-.2156-.0725-.2874a46.4598 46.4598 0 0 0-.8081-2.2287h.0144c.5773-.5748 1.0102-1.7252.7937-2.6595-1.8755-7.1161 2.3808-10.4948 4.1123-11.0696 3.607-1.2944 7.9357 2.3722 8.5846 3.0904 4.3287 4.8883 7.0708 4.0974 7.0708 4.0974s2.7413.7909 7.07-4.0974c.6489-.7182 4.9776-4.3848 8.585-3.0904 1.731.5748 5.9878 3.9535 4.1119 11.0696-.2165.9343.2164 2.0847.7937 2.6595h.0864zM108.7609 62.0697V57.687c0-1.6304.4756-3.187 1.3357-4.5395M73.2714 7.6696c-10.7171 8.7913-7.2175 25.0739-7.2175 25.0739l-6.5673 9.487c-1.2257 1.7956.1484 4.2434 2.2386 4.2434h2.0203c.7942 0 1.4444.643 1.4444 1.4348l-.0737 2.5174c0 .5043-.1445.9348-.4325 1.3648-.144.2174-.2182.5048-.2182.9352 0 .5739.4325 1.0782 1.0128 1.2217l.7938.2174c-.3622.0348-.6895.1957-.9513.4305-.2614.2304-.4582.5347-.5673.8608-.2138.7174.2182 1.3652.8684 1.6522.3578.1435.7942.3609 1.008.7913 0 0 .3622 1.4391 0 2.4435-.288.5778-2.4524 7.3348 5.1971 7.3348 1.728 0 4.7612-.9348 7.283-1.5087.8683-.1479 1.7327.5 1.7327 1.4347v4.0261M66.198 54.0911h2.8136' stroke='%233B6D89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M121.747 28.4304c0 12.8653-6.419 19.4087-10.2415 23-.541.5218-1.0167 1.0957-1.4095 1.7174l-.2526-.0608c-2.2342-3.4522-7.0691-5.0348-7.6455-5.6827 4.2545-3.0173 5.7735-5.8217 5.7735-8.0478 0-6.326-2.959-7.7652-4.835-7.7652-4.5468 0-5.4113 5.1783-5.4113 5.1783h-5.6984c2.4523-8.5566-1.807-11.6479-3.0332-13.587 3.3207-8.7-.864-12.1478-1.6577-13.013-1.0827-1.0783-2.2342-1.7218-3.3168-2.1566-1.8066-.6434-3.7528-.7173-5.5545-.213-3.5084.9-4.8.213-5.1932-.1304 3.9622-3.2522 9.8666-5.4783 18.6114-5.4783 16.0887 0 29.8643 7.0435 29.8643 26.2391' fill='%2351B0CB'/%3E%3Cpath d='M121.747 28.4304c0 12.8653-6.419 19.4087-10.2415 23-.541.5218-1.0167 1.0957-1.4095 1.7174l-.2526-.0608c-2.2342-3.4522-7.0691-5.0348-7.6455-5.6827 4.2545-3.0173 5.7735-5.8217 5.7735-8.0478 0-6.326-2.959-7.7652-4.835-7.7652-4.5468 0-5.4113 5.1783-5.4113 5.1783h-5.6984c2.4523-8.5566-1.807-11.6479-3.0332-13.587 3.3207-8.7-.864-12.1478-1.6577-13.013-1.0827-1.0783-2.2342-1.7218-3.3168-2.1566-1.8066-.6434-3.7528-.7173-5.5545-.213-3.5084.9-4.8.213-5.1932-.1304 3.9622-3.2522 9.8666-5.4783 18.6114-5.4783 16.0887 0 29.8643 7.0435 29.8643 26.2391z' stroke='%2351B0CB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M54.1502 31.161c-.4403 5.1752-3.3404 10.9691-5.3965 16.3887h-.0864c-.5773-.5748-1.0102-1.7248-.7937-2.6596 1.8759-7.116-2.3808-10.4948-4.1123-11.0695-3.607-1.294-7.9357 2.3721-8.5846 3.0908-4.3287 4.8883-7.0704 4.097-7.0704 4.097s-2.7417.7913-7.0704-4.097c-.6489-.7187-4.9776-4.3847-8.585-3.0908-1.731.5747-5.9874 3.9534-4.1119 11.0695.2164.9348-.2164 2.0848-.7937 2.6596h-.0144C5.4747 42.1301 2.5746 36.3362 2.1348 31.161c-.5773-6.9009.6493-14.1609 4.6892-19.696C11.65 4.8592 20.0768 1.5522 28.142 2.0487c8.0662-.4965 16.4924 2.8105 21.3186 9.4161 4.0403 5.5352 5.2665 12.7952 4.6896 19.6961' fill='%2351B0CB'/%3E%3Cpath d='M54.1502 31.161c-.4403 5.1752-3.3404 10.9691-5.3965 16.3887h-.0864c-.5773-.5748-1.0102-1.7248-.7937-2.6596 1.8759-7.116-2.3808-10.4948-4.1123-11.0695-3.607-1.294-7.9357 2.3721-8.5846 3.0908-4.3287 4.8883-7.0704 4.097-7.0704 4.097s-2.7417.7913-7.0704-4.097c-.6489-.7187-4.9776-4.3847-8.585-3.0908-1.731.5747-5.9874 3.9534-4.1119 11.0695.2164.9348-.2164 2.0848-.7937 2.6596h-.0144C5.4747 42.1301 2.5746 36.3362 2.1348 31.161c-.5773-6.9009.6493-14.1609 4.6892-19.696C11.65 4.8592 20.0768 1.5522 28.142 2.0487c8.0662-.4965 16.4924 2.8105 21.3186 9.4161 4.0403 5.5352 5.2665 12.7952 4.6896 19.6961z' stroke='%2351B0CB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.sk-form-modal-intermediate .r-groups-calv .r-group-04 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 124 73' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M47.7367 44.7433c-.202.8012-.1733 1.6595.1946 2.3952.1732.3465.3897.635.6925.9164a46.9252 46.9252 0 0 0-.6781 1.8978c0 .072-.0724.216-.0724.2884-.144.3604-.2165.7213-.2885 1.0817-.7213 3.1021-.7933 5.2665-2.8857 7.7917-.5768.6494-.9377 1.2262-1.2986 1.7311-1.2262 1.7315-1.731 2.6697-3.8234 3.8959-2.3084 1.299-4.6892 1.8759-7.2144 2.0203.0724.3605 0 .7933-.2164 1.0098-.2889.2168-.7938.2168-1.0822.8657-.2164.4329-.3604.7938-.4329.9378-.5769.8661-1.3706 2.1643-2.2363 2.2363h-.505c-.8657-.072-1.6594-1.3702-2.2363-2.2363-.072-.144-.2169-.505-.4333-.9378-.2884-.6489-.7933-.6489-1.0817-.8657-.2165-.2165-.289-.6493-.2165-1.0098-2.5252-.1444-4.9056-.7213-7.2144-2.0203-2.0919-1.2262-2.5976-2.1644-3.8238-3.8959-.3605-.5049-.7213-1.0817-1.2986-1.731-2.0924-2.5253-2.1644-4.6897-2.8857-7.7918-.072-.3604-.144-.7213-.2885-1.0817 0-.0724-.072-.2164-.072-.2884a46.2815 46.2815 0 0 0-.6785-1.8978c.3033-.2814.5197-.5699.6855-.9164.3679-.7357.4041-1.594.202-2.3952-.4616-1.8397-1.385-4.9348-1.58-6.507-.8077-6.4857 9.48-11.839 21.1745-11.839 11.6872 0 21.9819 5.3533 21.1667 11.839-.195 1.5722-1.111 4.6673-1.5726 6.507zM108.762 62.2299v-4.3986c0-1.6276.4712-3.1854 1.3265-4.5377M85.8052 2.5444h-.0131C60.352 6.1662 66.0553 32.797 66.0553 32.797l-6.5677 9.5215c-1.2257 1.8065.1445 4.2589 2.239 4.2589h2.0204c.7898 0 1.44.6462 1.44 1.4404l-.0698 2.5266c0 .5057-.144.9377-.432 1.3701-.1484.2182-.2182.5062-.2182.9378 0 .576.432 1.0826 1.008 1.2266l.7937.2182c-.3622.0349-.6846.1964-.9464.432-.2619.2308-.4582.5406-.5673.8636-.2182.7243.2182 1.3706.864 1.6581.3622.1488.7942.3622 1.0123.7942 0 0 .3622 1.4448 0 2.4528-.2884.5804-2.4528 7.3615 5.1928 7.3615 1.7323 0 4.7607-.9386 7.2872-1.5142.864-.144 1.7324.5014 1.7324 1.44v4.0407M66.1982 54.2232h2.8132' stroke='%233B6D89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M121.7485 28.4683c0 12.9125-6.419 19.4797-10.2458 23.0837-.5455.524-1.0211 1.1083-1.4143 1.7415l-.1697-.0092c-2.2386-3.4603-7.0735-5.0483-7.65-5.6984 4.2594-3.0288 5.7736-5.8434 5.7736-8.082 0-6.3447-2.9585-7.789-4.835-7.789-4.6166 0-5.4113 5.1931-5.4113 5.1931h-5.6984c1.7323-6.2753 1.5142-10.6782.2182-12.6244 0 0 5.6984-2.3825 5.6984-9.7392 0-4.2637-4.193-11.3454-12.209-12 1.8546-.2705 3.875-.4106 6.0742-.4106 16.0887 0 29.869 7.0734 29.869 26.3345' fill='%2351B0CB'/%3E%3Cpath d='M121.7485 28.4683c0 12.9125-6.419 19.4797-10.2458 23.0837-.5455.524-1.0211 1.1083-1.4143 1.7415l-.1697-.0092c-2.2386-3.4603-7.0735-5.0483-7.65-5.6984 4.2594-3.0288 5.7736-5.8434 5.7736-8.082 0-6.3447-2.9585-7.789-4.835-7.789-4.6166 0-5.4113 5.1931-5.4113 5.1931h-5.6984c1.7323-6.2753 1.5142-10.6782.2182-12.6244 0 0 5.6984-2.3825 5.6984-9.7392 0-4.2637-4.193-11.3454-12.209-12 1.8546-.2705 3.875-.4106 6.0742-.4106 16.0887 0 29.869 7.0734 29.869 26.3345z' stroke='%2351B0CB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.1391 27.3046v7.2646M31.2755 27.3046v5.9555M34.4123 31.9512v-4.6464M21.8693 27.3046v4.6464M25.0057 27.3046v5.9555' stroke='%23D0021B' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M54.15 31.2672c-.4547 5.3023-3.4555 11.2469-5.526 16.7878-.303-.2815-.5193-.5699-.6926-.9164-.3683-.7357-.3966-1.594-.1946-2.3952.4612-1.8397 1.3776-4.9348 1.5722-6.507.8151-6.4861-9.4791-11.839-21.1667-11.839-11.694 0-21.9822 5.3529-21.174 11.839.1945 1.5722 1.1179 4.6673 1.58 6.507.202.8012.1658 1.6595-.202 2.3952-.1663.3465-.3827.635-.6856.9164-2.0705-5.541-5.0714-11.4855-5.526-16.7878-.577-6.926.6492-14.2123 4.6895-19.7677C11.65 4.8698 20.0766 1.551 28.1423 2.0492c8.0658-.4983 16.492 2.8206 21.3186 9.4503 4.0398 5.5554 5.266 12.8418 4.6891 19.7677' fill='%2351B0CB'/%3E%3Cpath d='M54.15 31.2672c-.4547 5.3023-3.4555 11.2469-5.526 16.7878-.303-.2815-.5193-.5699-.6926-.9164-.3683-.7357-.3966-1.594-.1946-2.3952.4612-1.8397 1.3776-4.9348 1.5722-6.507.8151-6.4861-9.4791-11.839-21.1667-11.839-11.694 0-21.9822 5.3529-21.174 11.839.1945 1.5722 1.1179 4.6673 1.58 6.507.202.8012.1658 1.6595-.202 2.3952-.1663.3465-.3827.635-.6856.9164-2.0705-5.541-5.0714-11.4855-5.526-16.7878-.577-6.926.6492-14.2123 4.6895-19.7677C11.65 4.8698 20.0766 1.551 28.1423 2.0492c8.0658-.4983 16.492 2.8206 21.3186 9.4503 4.0398 5.5554 5.266 12.8418 4.6891 19.7677z' stroke='%2351B0CB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.sk-form-modal-intermediate .r-groups-calv .r-group-05 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 124 73' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M13.1797 14.1065c0-5.41 6.6951-9.8004 14.9485-9.8004 8.253 0 14.948 4.3903 14.948 9.8004 0 5.4106-6.695 9.801-14.948 9.801-8.2534 0-14.9485-4.3904-14.9485-9.801zM49.259 38.2652c-.224 1.5767-1.7102 7.8553-.895 10.6037-.144.405-.2885.8102-.4185 1.2083 0 .0722-.072.2166-.072.2892-.1445.3614-.2165.7232-.2885 1.085-.7213 3.1102-.7933 5.2802-2.8856 7.8116-.577.651-.9382 1.2298-1.2987 1.736-1.2261 1.736-1.7314 2.6762-3.8234 3.906-2.3092 1.302-4.6896 1.8803-7.2148 2.0256.0724.3614 0 .7954-.2164 1.0124-.2885.217-.7934.217-1.0818.8675-.2164.4345-.3609.7963-.4329.9407-.5773.868-1.3706 2.17-2.2363 2.2422h-.5053c-.8658-.0722-1.659-1.3742-2.2364-2.2422-.0724-.1444-.2164-.5062-.4329-.9407-.2884-.6505-.7933-.6505-1.0822-.8675-.216-.217-.2884-.651-.216-1.0124-2.5256-.1453-4.9064-.7236-7.2148-2.0256-2.0924-1.2298-2.5972-2.17-3.8234-3.906-.3609-.5062-.7218-1.085-1.2986-1.736-2.0924-2.5314-2.1644-4.7014-2.8857-7.8116-.072-.3618-.1444-.7236-.2884-1.085 0-.0726-.072-.217-.072-.2892-.1375-.4051-.2745-.8107-.426-1.2153.8152-2.7559-.671-9.02-.895-10.5967-2.07-10.5311 4.4013-11.6021 5.5336-11.7898 2.85-.3977 4.9637-.1592 6.522.34 2.0054.6365 3.528 2.2058 4.4225 4.1155.8801 1.8804 2.5536 3.1828 4.6455 3.1828 2.0854 0 3.7593-1.3024 4.6464-3.1828.8875-1.9097 2.4096-3.479 4.4151-4.1155 1.5583-.4992 3.672-.7377 6.5219-.34 1.1324.1877 7.611 1.2587 5.5335 11.7898zM108.7139 62.3165v-4.4143c0-1.6581.4887-3.2463 1.3658-4.6196M84.6922 2.6418c2.1382-.3762 4.512-.5775 7.1389-.5775 14.6836 0 27.4473 5.9063 29.5593 21.6213M69.6551 11.4486c-6.2836 9.0388-3.6523 21.3544-3.6523 21.3544l-6.563 9.5506c-1.2261 1.807.144 4.2657 2.2342 4.2657h2.0946c.7898 0 1.44.6518 1.44 1.448l-.0703 2.5284c0 .508-.1435.941-.4315 1.3786-.1484.2143-.2182.503-.2182.9362 0 .5819.4315 1.085 1.008 1.2338l.7942.2143c-.3622.035-.6851.2013-.947.4375-.2618.232-.4581.5425-.5672.8663-.2182.7219.2182 1.3737.864 1.6625.3622.144.7942.3627 1.0123.7962 0 0 .3622 1.4434 0 2.4588-.288.5775-2.4523 7.3762 5.1928 7.3762 1.7323 0 4.7607-.9406 7.2872-1.5185.8684-.144 1.732.508 1.732 1.4485v4.0513M66.2196 54.2869h2.8137' stroke='%233B6D89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M111.4546 51.611c-.528.5075-.991 1.068-1.375 1.6712-2.3777-3.4781-7.2126-5.0702-7.7886-5.7225 4.2585-3.0362 5.7726-5.8577 5.7726-8.1025 0-6.3656-2.958-7.8094-4.8344-7.8094-4.6168 0-5.411 5.2067-5.411 5.2067H92.119c1.5146-5.6398.288-10.706-.864-13.0204-.2182-.4327-.2182-.9402.0703-1.3738 1.0119-1.7364 2.8839-6.51-2.3084-10.342-1.4448-1.0855-3.103-1.8069-4.835-2.2444-1.3705-.3592-3.098-.7223-4.9749-.578-1.5181.0744-2.8887.722-4.0407 1.6626-1.0643.8575-2.9018 1.645-5.5113.49 2.8407-4.0858 7.4967-7.4983 15.0371-8.807.6284.3938 2.6182 1.5357 6.1265 2.5337 1.6626.577 10.3899 2.5283 13.8546 8.6795 1.0822 1.9513 2.3088 3.9025 3.7484 5.5694 3.0855 3.6667 8.0203 7.7569 12.9687 4.2612.2055 1.5011.3098 3.0932.3098 4.7775 0 12.9505-6.4233 19.5305-10.2454 23.1482z' fill='%2351B0CB'/%3E%3Cpath d='M121.7 28.4628c0 12.9505-6.4233 19.5305-10.2454 23.1482-.528.5075-.991 1.068-1.375 1.6712l-.1396-.0087c-2.2381-3.4694-7.073-5.0615-7.649-5.7138 4.2585-3.0362 5.7726-5.8577 5.7726-8.1025 0-6.3656-2.958-7.8094-4.8344-7.8094-4.6168 0-5.411 5.2067-5.411 5.2067H92.119c1.5146-5.6398.288-10.706-.864-13.0204-.2182-.4327-.2182-.9402.0703-1.3738 1.0119-1.7364 2.8839-6.51-2.3084-10.342-1.4448-1.0855-3.103-1.8069-4.835-2.2444-1.3705-.3592-3.098-.7223-4.9749-.578-1.5181.0744-2.8887.722-4.0407 1.6626-1.0643.8575-2.9018 1.645-5.5113.49 2.8407-4.0858 7.4967-7.4983 15.0371-8.807.6284.3938 2.6182 1.5357 6.1265 2.5337 1.6626.577 10.3899 2.5283 13.8546 8.6795 1.0822 1.9513 2.3088 3.9025 3.7484 5.5694 3.0855 3.6667 8.0203 7.7569 12.9687 4.2612.2055 1.5011.3098 3.0932.3098 4.7775z' stroke='%2351B0CB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.1281 23.9076c-8.2534 0-14.9485-4.3904-14.9485-9.801 0-5.4105 6.6951-9.8008 14.9485-9.8008 8.253 0 14.948 4.3903 14.948 9.8009 0 5.4105-6.695 9.8009-14.948 9.8009m21.333-12.3835c-4.8267-6.647-13.2529-9.9746-21.319-9.475-8.0653-.4996-16.492 2.828-21.3181 9.475C2.784 17.094 1.5575 24.3993 2.1348 31.3433c.4686 5.5405 3.7082 11.7683 5.7788 17.5184.815-2.7558-.6712-9.0195-.895-10.5967-2.0701-10.531 4.4011-11.6016 5.5335-11.7898 2.8499-.3977 4.9636-.1588 6.5219.34 2.0055.637 3.528 2.2058 4.4225 4.116.8797 1.8803 2.5536 3.1823 4.6456 3.1823 2.0853 0 3.7588-1.302 4.6464-3.1823.8875-1.9102 2.4096-3.479 4.415-4.116 1.5583-.4988 3.672-.7377 6.522-.34 1.1323.1882 7.611 1.2587 5.5335 11.7898-.2238 1.5772-1.7101 7.8553-.895 10.6041 2.0706-5.7505 5.3171-11.9853 5.7862-17.5258.5769-6.944-.6493-14.2494-4.6892-19.8192' fill='%2351B0CB'/%3E%3Cpath d='M28.1281 23.9076c-8.2534 0-14.9485-4.3904-14.9485-9.801 0-5.4105 6.6951-9.8008 14.9485-9.8008 8.253 0 14.948 4.3903 14.948 9.8009 0 5.4105-6.695 9.8009-14.948 9.8009zm21.333-12.3835c-4.8267-6.647-13.2529-9.9746-21.319-9.475-8.0653-.4996-16.492 2.828-21.3181 9.475C2.784 17.094 1.5575 24.3993 2.1348 31.3433c.4686 5.5405 3.7082 11.7683 5.7788 17.5184.815-2.7558-.6712-9.0195-.895-10.5967-2.0701-10.531 4.4011-11.6016 5.5335-11.7898 2.8499-.3977 4.9636-.1588 6.5219.34 2.0055.637 3.528 2.2058 4.4225 4.116.8797 1.8803 2.5536 3.1823 4.6456 3.1823 2.0853 0 3.7588-1.302 4.6464-3.1823.8875-1.9102 2.4096-3.479 4.415-4.116 1.5583-.4988 3.672-.7377 6.522-.34 1.1323.1882 7.611 1.2587 5.5335 11.7898-.2238 1.5772-1.7101 7.8553-.895 10.6041 2.0706-5.7505 5.3171-11.9853 5.7862-17.5258.5769-6.944-.6493-14.2494-4.6892-19.8192z' stroke='%2351B0CB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.sk-form-modal-intermediate .r-groups-calv .r-group-06 {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 280 164' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M112.8 80.5c-.5 3-3.9 18.3-2.6 27.1-.7 1.8-1.3 3.6-1.9 5.3 0 .2-.2.5-.2.7-.3.8-.5 1.7-.7 2.5-1.7 7.1-1.8 12.1-6.6 17.9-1.3 1.5-2.1 2.8-3 4-2.8 4-4 6.1-8.8 8.9-5.3 3-10.7 4.3-16.5 4.6.2.8 0 1.8-.5 2.3-.7.5-1.8.5-2.5 2-.5 1-.8 1.8-1 2.1-1.3 2-3.1 5-5.1 5.1h-1.2c-2-.2-3.8-3.1-5.1-5.1-.2-.3-.5-1.2-1-2.1-.7-1.5-1.8-1.5-2.5-2-.5-.5-.7-1.5-.5-2.3-5.8-.3-11.2-1.7-16.5-4.6-4.8-2.8-6-5-8.8-8.9-.8-1.2-1.7-2.5-3-4-4.8-5.8-5-10.7-6.6-17.9-.2-.8-.3-1.7-.7-2.5 0-.2-.2-.5-.2-.7-.6-1.8-1.2-3.5-1.9-5.3 1.3-8.8-2.1-24.1-2.6-27.1-3.9-21.1 15.8-22.2 15.8-22.2-3.5-5.4-5.5-11.8-5.5-18.5 0-20.3 17.3-36.7 39.6-36.7s39.6 16.5 39.6 36.7c0 6.7-2 13.1-5.5 18.5.2 0 19.9 1.1 16 22.2z' stroke='%233B6D89' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg stroke='%233B6D89' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'%3E%3Cpath d='M195.3 4.2c4.2-.6 8.7-.9 13.7-.9 32.7 0 61.2 12.7 67.2 46.3M247.6 141v-10.1c0-3.7 1.1-7.3 3-10.4M153.3 33.5c-8.1 19-3.6 40-3.6 40l-15 21.8c-2.8 4.1.3 9.8 5.1 9.8h4.6c1.8 0 3.3 1.5 3.3 3.3l-.2 5.8c0 1.2-.3 2.1-1 3.1-.3.5-.5 1.2-.5 2.1 0 1.3 1 2.5 2.3 2.8l1.8.5c-1.7.2-3 1.5-3.5 3-.5 1.7.5 3.1 2 3.8.8.3 1.8.8 2.3 1.8 0 0 .8 3.3 0 5.6-.7 1.3-5.6 16.9 11.9 16.9 4 0 10.9-2.1 16.7-3.5 2-.3 4 1.2 4 3.3v9.3M150.1 122.7h6.4'/%3E%3C/g%3E%3Cg transform='translate(26 29)' fill='%23D0021B' fill-rule='nonzero'%3E%3Ccircle cx='1.9' cy='1.7' r='1.2'/%3E%3Ccircle cx='1.9' cy='6.3' r='1.2'/%3E%3Ccircle cx='1.9' cy='11' r='1.2'/%3E%3Ccircle cx='1.9' cy='15.7' r='1.2'/%3E%3Ccircle cx='1.9' cy='20.3' r='1.2'/%3E%3Ccircle cx='1.9' cy='25' r='1.2'/%3E%3Ccircle cx='6.5' cy='1.7' r='1.2'/%3E%3Ccircle cx='6.5' cy='6.3' r='1.2'/%3E%3Ccircle cx='6.5' cy='11' r='1.2'/%3E%3Ccircle cx='6.5' cy='15.7' r='1.2'/%3E%3Ccircle cx='6.5' cy='20.3' r='1.2'/%3E%3Ccircle cx='6.5' cy='25' r='1.2'/%3E%3Ccircle cx='11.2' cy='1.7' r='1.2'/%3E%3Ccircle cx='11.2' cy='6.3' r='1.2'/%3E%3Ccircle cx='11.2' cy='11' r='1.2'/%3E%3Ccircle cx='11.2' cy='15.7' r='1.2'/%3E%3Ccircle cx='11.2' cy='20.3' r='1.2'/%3E%3Ccircle cx='11.2' cy='25' r='1.2'/%3E%3Ccircle cx='15.9' cy='1.7' r='1.2'/%3E%3Ccircle cx='15.9' cy='6.3' r='1.2'/%3E%3Ccircle cx='15.9' cy='11' r='1.2'/%3E%3Ccircle cx='15.9' cy='15.7' r='1.2'/%3E%3Ccircle cx='15.9' cy='20.3' r='1.2'/%3E%3Ccircle cx='15.9' cy='25' r='1.2'/%3E%3Ccircle cx='20.5' cy='1.7' r='1.2'/%3E%3Ccircle cx='20.5' cy='6.3' r='1.2'/%3E%3Ccircle cx='20.5' cy='11' r='1.2'/%3E%3Ccircle cx='20.5' cy='15.7' r='1.2'/%3E%3Ccircle cx='20.5' cy='20.3' r='1.2'/%3E%3Ccircle cx='20.5' cy='25' r='1.2'/%3E%3Ccircle cx='25.2' cy='1.7' r='1.2'/%3E%3Ccircle cx='25.2' cy='6.3' r='1.2'/%3E%3Ccircle cx='25.2' cy='11' r='1.2'/%3E%3Ccircle cx='25.2' cy='15.7' r='1.2'/%3E%3Ccircle cx='25.2' cy='20.3' r='1.2'/%3E%3Ccircle cx='25.2' cy='25' r='1.2'/%3E%3Ccircle cx='25.2' cy='29.7' r='1.2'/%3E%3Ccircle cx='29.9' cy='1.7' r='1.2'/%3E%3Ccircle cx='29.9' cy='6.3' r='1.2'/%3E%3Ccircle cx='29.9' cy='11' r='1.2'/%3E%3Ccircle cx='29.9' cy='15.7' r='1.2'/%3E%3Ccircle cx='29.9' cy='20.3' r='1.2'/%3E%3Ccircle cx='29.9' cy='25' r='1.2'/%3E%3Ccircle cx='29.9' cy='29.7' r='1.2'/%3E%3Ccircle cx='29.9' cy='34.3' r='1.2'/%3E%3Ccircle cx='29.9' cy='39' r='1.2'/%3E%3Ccircle cx='34.5' cy='1.7' r='1.2'/%3E%3Ccircle cx='34.5' cy='6.3' r='1.2'/%3E%3Ccircle cx='34.5' cy='11' r='1.2'/%3E%3Ccircle cx='34.5' cy='15.7' r='1.2'/%3E%3Ccircle cx='34.5' cy='20.3' r='1.2'/%3E%3Ccircle cx='34.5' cy='25' r='1.2'/%3E%3Ccircle cx='34.5' cy='29.7' r='1.2'/%3E%3Ccircle cx='34.5' cy='34.3' r='1.2'/%3E%3Ccircle cx='34.5' cy='39' r='1.2'/%3E%3Ccircle cx='39.2' cy='1.7' r='1.2'/%3E%3Ccircle cx='39.2' cy='6.3' r='1.2'/%3E%3Ccircle cx='39.2' cy='11' r='1.2'/%3E%3Ccircle cx='39.2' cy='15.7' r='1.2'/%3E%3Ccircle cx='39.2' cy='20.3' r='1.2'/%3E%3Ccircle cx='39.2' cy='25' r='1.2'/%3E%3Ccircle cx='39.2' cy='29.7' r='1.2'/%3E%3Ccircle cx='39.2' cy='34.3' r='1.2'/%3E%3Ccircle cx='39.2' cy='39' r='1.2'/%3E%3Ccircle cx='34.5' cy='43.7' r='1.2'/%3E%3Ccircle cx='39.2' cy='43.7' r='1.2'/%3E%3Ccircle cx='43.9' cy='1.7' r='1.2'/%3E%3Ccircle cx='43.9' cy='6.3' r='1.2'/%3E%3Ccircle cx='43.9' cy='11' r='1.2'/%3E%3Ccircle cx='43.9' cy='15.7' r='1.2'/%3E%3Ccircle cx='43.9' cy='20.3' r='1.2'/%3E%3Ccircle cx='43.9' cy='25' r='1.2'/%3E%3Ccircle cx='43.9' cy='29.7' r='1.2'/%3E%3Ccircle cx='43.9' cy='34.3' r='1.2'/%3E%3Ccircle cx='43.9' cy='39' r='1.2'/%3E%3Ccircle cx='48.5' cy='1.7' r='1.2'/%3E%3Ccircle cx='48.5' cy='6.3' r='1.2'/%3E%3Ccircle cx='48.5' cy='11' r='1.2'/%3E%3Ccircle cx='48.5' cy='15.7' r='1.2'/%3E%3Ccircle cx='48.5' cy='20.3' r='1.2'/%3E%3Ccircle cx='48.5' cy='25' r='1.2'/%3E%3Ccircle cx='48.5' cy='29.7' r='1.2'/%3E%3Ccircle cx='53.2' cy='1.7' r='1.2'/%3E%3Ccircle cx='53.2' cy='6.3' r='1.2'/%3E%3Ccircle cx='53.2' cy='11' r='1.2'/%3E%3Ccircle cx='53.2' cy='15.7' r='1.2'/%3E%3Ccircle cx='53.2' cy='20.3' r='1.2'/%3E%3Ccircle cx='53.2' cy='25' r='1.2'/%3E%3Ccircle cx='57.9' cy='1.7' r='1.2'/%3E%3Ccircle cx='57.9' cy='6.3' r='1.2'/%3E%3Ccircle cx='57.9' cy='11' r='1.2'/%3E%3Ccircle cx='57.9' cy='15.7' r='1.2'/%3E%3Ccircle cx='57.9' cy='20.3' r='1.2'/%3E%3Ccircle cx='57.9' cy='25' r='1.2'/%3E%3Ccircle cx='62.5' cy='1.7' r='1.2'/%3E%3Ccircle cx='62.5' cy='6.3' r='1.2'/%3E%3Ccircle cx='62.5' cy='11' r='1.2'/%3E%3Ccircle cx='62.5' cy='15.7' r='1.2'/%3E%3Ccircle cx='62.5' cy='20.3' r='1.2'/%3E%3Ccircle cx='62.5' cy='25' r='1.2'/%3E%3Ccircle cx='67.2' cy='1.7' r='1.2'/%3E%3Ccircle cx='67.2' cy='6.3' r='1.2'/%3E%3Ccircle cx='67.2' cy='11' r='1.2'/%3E%3Ccircle cx='67.2' cy='15.7' r='1.2'/%3E%3Ccircle cx='67.2' cy='20.3' r='1.2'/%3E%3Ccircle cx='67.2' cy='25' r='1.2'/%3E%3Ccircle cx='71.9' cy='1.7' r='1.2'/%3E%3Ccircle cx='71.9' cy='6.3' r='1.2'/%3E%3Ccircle cx='71.9' cy='11' r='1.2'/%3E%3Ccircle cx='71.9' cy='15.7' r='1.2'/%3E%3Ccircle cx='71.9' cy='20.3' r='1.2'/%3E%3Ccircle cx='71.9' cy='25' r='1.2'/%3E%3C/g%3E%3Cg fill='%2351B0CB' fill-rule='nonzero' stroke='%2351B0CB' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'%3E%3Cpath d='M62.9 3.1c-8 0-15.2 2.1-21.4 5.7-4.8 2.8-8.8 6.5-11.9 10.9-1.4 2.1-2.7 4.2-3.6 6.5-1.8 4.2-2.7 8.8-2.7 13.5 0 6.4 1.8 12.5 5 17.8.1.2.3.5.4.7 0 0-2.2.1-5 1.1-5.5 1.9-13.4 7.1-10.8 21.1.6 3 3.9 18.3 2.6 27.1C10.8 95.1 4.2 81.8 3.2 70c-1.2-14.5 1-29.7 8.5-41.9.7-1.2 1.5-2.3 2.3-3.4 1.4-1.9 2.9-3.7 4.5-5.4l.4-.4c2.6-2.6 5.5-4.9 8.5-6.9 10.5-6.5 23.2-9.7 35.5-8.9zM122.5 70.1c-1 11.9-7.6 25.1-12.3 37.5-1.3-8.8 2.1-24.1 2.6-27.1 2.6-14.1-5.3-19.2-10.8-21.1-2.8-.9-5-1.1-5-1.1.1-.2.3-.5.5-.7 3.2-5.3 5-11.3 5-17.8 0-4.8-1-9.4-2.7-13.5-.3-.6-.6-1.3-.9-1.9-3.2-6.4-8.2-11.8-14.6-15.6C78.2 5.2 70.9 3.1 63 3.1c12.3-.8 25 2.4 35.4 9.1 3.2 2.1 6.2 4.5 8.9 7.2 1.7 1.7 3.2 3.5 4.6 5.4.1.2.2.3.3.5 2 2.8 3.7 5.8 5.1 9 4.8 10.9 6.2 23.6 5.2 35.8z'/%3E%3C/g%3E%3Cg transform='translate(159 3)' fill='%23D0021B' fill-rule='nonzero'%3E%3Ccircle cx='1.3' cy='20.5' r='1.2'/%3E%3Ccircle cx='6' cy='15.8' r='1.2'/%3E%3Ccircle cx='6' cy='20.5' r='1.2'/%3E%3Ccircle cx='10.6' cy='11.2' r='1.2'/%3E%3Ccircle cx='10.6' cy='15.8' r='1.2'/%3E%3Ccircle cx='15.3' cy='11.2' r='1.2'/%3E%3Ccircle cx='15.3' cy='15.8' r='1.2'/%3E%3Ccircle cx='20' cy='6.5' r='1.2'/%3E%3Ccircle cx='20' cy='11.2' r='1.2'/%3E%3Ccircle cx='20' cy='15.8' r='1.2'/%3E%3Ccircle cx='24.6' cy='6.5' r='1.2'/%3E%3Ccircle cx='24.6' cy='11.2' r='1.2'/%3E%3Ccircle cx='24.6' cy='15.8' r='1.2'/%3E%3Ccircle cx='29.3' cy='6.5' r='1.2'/%3E%3Ccircle cx='29.3' cy='11.2' r='1.2'/%3E%3Ccircle cx='29.3' cy='15.8' r='1.2'/%3E%3Ccircle cx='34' cy='1.9' r='1.2'/%3E%3Ccircle cx='34' cy='6.5' r='1.2'/%3E%3Ccircle cx='34' cy='11.2' r='1.2'/%3E%3Ccircle cx='34' cy='15.8' r='1.2'/%3E%3Ccircle cx='38.6' cy='1.9' r='1.2'/%3E%3Ccircle cx='38.6' cy='6.5' r='1.2'/%3E%3Ccircle cx='38.6' cy='11.2' r='1.2'/%3E%3Ccircle cx='38.6' cy='15.8' r='1.2'/%3E%3Ccircle cx='38.6' cy='20.5' r='1.2'/%3E%3Ccircle cx='43.3' cy='6.5' r='1.2'/%3E%3Ccircle cx='43.3' cy='11.2' r='1.2'/%3E%3Ccircle cx='43.3' cy='15.8' r='1.2'/%3E%3Ccircle cx='43.3' cy='20.5' r='1.2'/%3E%3Ccircle cx='48' cy='11.2' r='1.2'/%3E%3Ccircle cx='48' cy='15.8' r='1.2'/%3E%3Ccircle cx='48' cy='20.5' r='1.2'/%3E%3Ccircle cx='48' cy='25.2' r='1.2'/%3E%3Ccircle cx='52.6' cy='15.8' r='1.2'/%3E%3Ccircle cx='52.6' cy='20.5' r='1.2'/%3E%3Ccircle cx='52.6' cy='25.2' r='1.2'/%3E%3Ccircle cx='57.3' cy='15.8' r='1.2'/%3E%3Ccircle cx='57.3' cy='20.5' r='1.2'/%3E%3Ccircle cx='57.3' cy='25.2' r='1.2'/%3E%3Ccircle cx='62' cy='20.5' r='1.2'/%3E%3Ccircle cx='62' cy='25.2' r='1.2'/%3E%3Ccircle cx='66.6' cy='20.5' r='1.2'/%3E%3C/g%3E%3Cpath d='M277.4 63.6c0 29.6-14.7 44.6-23.5 52.9-1.3 1.2-2.3 2.5-3.3 4h-.4c-5.1-7.9-16.2-11.6-17.5-13.1 9.8-6.9 13.2-13.4 13.2-18.5 0-14.5-6.8-17.8-11.1-17.8-10.6 0-12.4 11.9-12.4 11.9h-13.1c3.6-21.8-1.1-28.3-4-32.7 3.8-10.1 2.5-16.7.2-21 0 0 15.2 1.5 22.3-4.9 4.5 3.6 36.1 31.5 48.2 25.3 1 4.2 1.4 8.9 1.4 13.9z' stroke='%2351B0CB' stroke-width='4' fill='%2351B0CB' fill-rule='nonzero' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M153.3 33.5C159 20 171 7.6 195.2 4.2' stroke='%233B6D89' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E") !important;
}

.sk-form-thanks-intermediate {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #F5F5F5;
}
.sk-form-thanks-intermediate .sk-form-modal-intermediate {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.sk-form-thanks-intermediate .sk-form-modal-intermediate .entry-headings {
  margin-bottom: 30px;
}
.sk-form-thanks-intermediate .sk-form-modal-intermediate .bb-success {
  margin: 20px 0;
}

.sk-tpl-page-builder .entry-image .lazy-aspect-bg {
  background: transparent;
}
.sk-tpl-page-builder .entry-content + .entry-content {
  margin-top: 22px;
}
.sk-tpl-page-builder .entry-btn.multi-links .b-link {
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.sk-tpl-page-builder .entry-btn.multi-links .b-link:last-child {
  margin-bottom: 0;
}
.sk-tpl-page-builder .entry-btn.multi-links .sk-btn-link {
  position: relative;
  font-size: 16px;
  color: #3B6D89;
}
.sk-tpl-page-builder .entry-btn.multi-links .sk-btn-link .b-lbl {
  border-bottom: 1px solid #3B6D89;
}
.sk-tpl-page-builder .entry-btn.multi-links .sk-btn-link .arrow-link {
  position: relative;
  top: -3px;
  width: 10px;
  height: 6px;
  margin-left: 6px;
  transform: rotate(-90deg);
  display: inline-block;
}
.sk-tpl-page-builder .entry-stripe-box {
  margin: 0;
}
.sk-tpl-page-builder .entry-stripe-box[data-position=ct] .stripe-image.l-full {
  max-width: 750px;
  margin: 0 auto;
}
.sk-tpl-page-builder .entry-headings + .entry-middle {
  margin-top: 30px;
}
.sk-tpl-page-builder .entry-middle + .entry-headings,
.sk-tpl-page-builder .entry-middle + .entry-content {
  margin-top: 30px;
}
.sk-tpl-page-builder .gallery.gallery-size-blog-gallery {
  position: relative;
  float: left;
  width: calc(100% + 20px);
  margin: 0 0 30px;
  display: block;
}
.sk-tpl-page-builder .gallery.gallery-size-blog-gallery .gallery-item {
  width: 50%;
}
@media (min-width: 480px) {
  .sk-tpl-page-builder .gallery.gallery-size-blog-gallery.gallery-columns-3 .gallery-item, .sk-tpl-page-builder .gallery.gallery-size-blog-gallery.gallery-columns-4 .gallery-item {
    width: 33.33333333%;
  }
}
@media (min-width: 600px) {
  .sk-tpl-page-builder .gallery.gallery-size-blog-gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.sk-tpl-page-builder .gallery.gallery-size-blog-gallery .gallery-item {
  position: relative;
  float: left;
  margin-top: 20px;
  padding-right: 20px;
}
.sk-tpl-page-builder .gallery.gallery-size-blog-gallery .gallery-item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.sk-tpl-page-builder .gallery.gallery-size-blog-gallery .gallery-item a img {
  width: 100%;
}
.sk-tpl-page-builder .gallery.gallery-size-blog-gallery .gallery-item .gallery-caption {
  display: none;
}
.sk-tpl-page-builder .iframe-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 56.25%;
}
.sk-tpl-page-builder .iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sk-tpl-page-builder .landing-img-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.sk-tpl-page-builder .landing-img-box.generic-img {
  left: -100px;
}
@media (max-width: 1199px) {
  .sk-tpl-page-builder .landing-img-box.generic-img {
    left: -190px;
  }
}
.sk-tpl-page-builder .landing-form-box {
  position: relative;
  float: right;
  width: 600px;
  height: auto;
  padding: 60px 35px 25px;
  z-index: 3;
}
.sk-tpl-page-builder .landing-form-box.sk-form-red {
  background: #F5333F;
}
.sk-tpl-page-builder .landing-form-box.sk-form-blu {
  background: #51B0CB;
}

.entry-faq {
  padding-top: 50px;
}
.entry-faq .faq-tabs {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin-top: 35px;
}
.entry-faq .faq-tab {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
}
.entry-faq .faq-tab:last-child {
  margin-bottom: 0;
}
.entry-faq .faq-tab .faq-title {
  position: relative;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 500;
  padding: 15px 45px 15px 15px;
  cursor: pointer;
}
.entry-faq .faq-tab .faq-title:before {
  content: "\e114";
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: "skicon";
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  text-align: center;
  transform: translateY(-50%);
}
.entry-faq .faq-tab .faq-content {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 20px 14px;
  background: #FFFFFF;
  display: none;
}
.entry-faq .faq-tab.tab-blue .faq-title {
  background: #3B6D89;
}
.entry-faq .faq-tab.tab-azure .faq-title {
  background: #51B0CB;
}
.entry-faq .faq-tab.is-open .faq-title {
  cursor: default;
}
.entry-faq .faq-tab.is-open .faq-title:before {
  content: "\e115";
}

.entry-espert {
  margin-top: 50px;
}
.entry-espert .wa-button {
  margin-top: 20px;
  padding-top: 14px;
  padding-bottom: 20px;
}
.entry-espert .wa-button .svg-data {
  top: 4px;
}
.entry-espert .wa-button .svg-data.s-whatsapp {
  top: 3px;
  width: 37px;
  height: 37px;
}

.sect-filter .sk-section-wrap {
  padding: 50px 0;
}

.entry-sedi-filter .h-sm-title {
  position: relative;
  top: 3px;
  margin-right: 30px;
  display: inline-block;
}
.entry-sedi-filter .sk-selectpicker {
  width: 240px;
  display: inline-block;
}
.entry-sedi-filter .sk-selectpicker.i-white-azure .btn {
  border-color: #EBEBEB;
}

.entry-reviews {
  margin-top: 50px;
}
.entry-reviews .rev-item {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.entry-reviews .rev-item:last-child {
  margin-bottom: 0;
}
.entry-reviews .rev-item.male-r .rev-avatar {
  background: #51B0CB;
}
.entry-reviews .rev-item.male-r .rev-user {
  color: #51B0CB;
}
.entry-reviews .rev-item.female-r .rev-avatar {
  background: #F5333F;
}
.entry-reviews .rev-item.female-r .rev-user {
  color: #F5333F;
}
.entry-reviews .rev-details {
  position: relative;
  width: 100%;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.entry-reviews .rev-details .rev-avatar {
  position: relative;
  width: 57px;
  height: 57px;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden;
}
.entry-reviews .rev-details .rev-avatar .svg-data {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 42px;
  height: 47px;
  margin-left: -21px;
  z-index: 1;
}
.entry-reviews .r-name {
  font-size: 2.2rem;
  font-weight: 500;
}
.entry-reviews .r-meta {
  font-size: 1.6rem;
  font-weight: 400;
}
.entry-reviews .r-title {
  color: #3B6D89;
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
}
.entry-reviews .rev-desc {
  position: relative;
  margin-top: 20px;
}
.entry-reviews .rev-desc b,
.entry-reviews .rev-desc strong {
  font-weight: 500;
}
.entry-reviews .rev-desc p a {
  color: #51B0CB;
  font-weight: 400;
  border-bottom: 1px solid #51B0CB;
}
.entry-reviews .rev-desc p:first-of-type {
  padding-top: 0;
}
.entry-reviews .rev-desc p:last-of-type {
  padding-bottom: 0;
}
.entry-reviews + .sk-pagination {
  margin-top: 40px;
}

.sect-arch-reviews .entry-reviews {
  margin-top: 70px;
}
.sect-arch-reviews .entry-reviews .rev-item {
  margin-bottom: 80px;
}
.sect-arch-reviews .entry-reviews .rev-item:last-child {
  margin-bottom: 30px;
}
.sect-arch-reviews .entry-reviews .rev-details {
  float: left;
  width: 20%;
  display: block;
  padding-right: 15px;
  text-align: right;
  -moz-align-items: unset;
  -ms-align-items: unset;
  align-items: unset;
}
.sect-arch-reviews .entry-reviews .rev-details .rev-avatar {
  margin-right: 0;
  display: inline-block;
}
.sect-arch-reviews .entry-reviews .rev-details .rev-user {
  display: block;
}
.sect-arch-reviews .entry-reviews .rev-desc {
  float: left;
  width: 80%;
  margin-top: 0;
  padding-left: 15px;
}

.entry-reviews-swipe {
  margin-top: 30px;
}
.entry-reviews-swipe .swiper-slide .rev-item {
  transform: scale(0.75);
  transition: transform 0.25s ease-in-out 0s;
}
.entry-reviews-swipe .swiper-slide.swiper-slide-active .rev-item, .entry-reviews-swipe .swiper-slide.swiper-slide-duplicate-active .rev-item {
  transform: scale(1);
}
.entry-reviews-swipe .r-title {
  display: none;
}
.entry-reviews-swipe .rev-details {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.entry-reviews-swipe .rev-desc {
  padding: 20px;
  border-radius: 8px;
  background: #FFFFFF;
  text-align: center;
}
.entry-reviews-swipe .rev-desc:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  width: 0;
  height: 0;
  vertical-align: middle;
  margin-left: -8px;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-bottom: 14px solid #FFFFFF;
}

.rev-btn-swipe {
  margin-top: 20px;
}

.sk-foo-reviews {
  transform: translateZ(0);
}
.sk-foo-reviews .rev-logo {
  position: relative;
  width: 120px;
  margin: 0 auto 25px;
}
.sk-foo-reviews .rev-logo:before {
  content: "";
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
}
.sk-foo-reviews .rev-logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sk-pagination {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  display: block;
}
.sk-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sk-pagination ul li {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 100%;
  line-height: normal;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sk-pagination ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.sk-pagination ul li a,
.sk-pagination ul li span {
  color: #51B0CB;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
  margin-left: -1px;
}
.sk-pagination ul li a.nothing,
.sk-pagination ul li span.nothing {
  pointer-events: none;
}
.sk-pagination ul li.active {
  width: 34px;
  height: 34px;
  background: #F5F5F5;
  box-shadow: 0 7px 3px -5px rgba(0, 0, 0, 0.13);
  pointer-events: none;
}
.sk-pagination .arr-nav {
  width: 5px;
  height: 8px;
}
.sk-pagination .arr-nav svg path {
  stroke: #51B0CB;
}
.sk-pagination .p-prev {
  margin-left: 0;
  margin-right: 10px;
}
.sk-pagination .p-next {
  margin-left: 10px;
  margin-right: 0;
}

.entry-loop-sede {
  margin-top: 50px;
}
.entry-loop-sede .h-sm-title {
  margin-bottom: 15px;
}
.entry-loop-sede + .clearfix {
  display: none;
}
@media (max-width: 1260px) {
  .entry-loop-sede {
    width: 50%;
  }
  .entry-loop-sede + .clearfix {
    display: block;
  }
}

.nav-centri {
  margin: 0;
  padding: 0;
}
.nav-centri li {
  position: relative;
  padding: 6px 0;
  list-style: none;
}
.nav-centri li > a {
  position: relative;
  color: #3B6D89;
  font-size: 1.8rem;
  font-weight: 400;
}
.nav-centri li .m-label {
  position: relative;
  display: inline-block;
}
.nav-centri li .m-label strong {
  font-weight: 500;
  font-style: italic;
}
.nav-centri li .arrow-link {
  position: relative;
  width: 6px;
  height: 10px;
  top: 0px;
  right: -9px;
  line-height: 1px;
  display: inline-block;
}
.nav-centri li .arrow-link svg path {
  stroke: #3B6D89;
}

.rev-centro .bg-pattern.bg-reviews-molecolar {
  background-size: 80% auto;
}

.sk-section-map + .sk-section-itinerary-form {
  margin-top: -55px;
}
.sk-section-map #map-canvas {
  width: 100%;
  height: 100%;
}
.sk-section-map .entry-map {
  height: 50vh;
  min-height: 700px;
}
.sk-section-map .entry-map .sk-map-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F5F5F5;
  z-index: 2;
}
.sk-section-map .entry-map .block-max {
  height: 100%;
}
.sk-section-map .entry-map .map-places {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 490px;
  height: 530px;
  padding: 50px;
  background: #FFFFFF;
  border-radius: 2px;
  text-align: center;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(-50%);
  z-index: 3;
}
.sk-section-map .entry-map .map-places .place-box {
  position: relative;
  z-index: 4;
}
.sk-section-map .entry-map .map-places .map-title {
  color: #3B6D89;
  font-size: 2.4rem;
  font-style: italic;
  text-transform: uppercase;
}
.sk-section-map .entry-map .map-places ul {
  position: relative;
  margin: 20px auto 0;
  padding: 0;
  text-align: center;
}
.sk-section-map .entry-map .map-places ul li {
  position: relative;
  font-size: 2.2rem;
  font-weight: 300;
  list-style: none;
  line-height: 40px;
  display: inline-block;
}
.sk-section-map .entry-map .map-places ul li:after {
  content: "";
  position: relative;
  top: -4px;
  width: 2px;
  height: 2px;
  margin: 0 5px;
  border-radius: 100%;
  background: #F8F8F8;
  display: inline-block;
}
.sk-section-map .entry-map .map-places ul li:last-child:after {
  display: none;
}
.sk-section-map .entry-map .map-places ul li a {
  font-weight: 300;
}
@media (max-width: 1400px) {
  .sk-section-map .entry-map .map-places {
    right: 0;
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .sk-section-map .entry-map .map-places {
    width: 450px;
    padding: 35px;
  }
}
.sk-section-map .entry-headings {
  padding: 0 20px;
  margin-bottom: 40px;
}

.sk-section-itinerary-form .entry-itinerary {
  margin-top: 30px;
}
.sk-section-itinerary-form .directions-mode {
  text-align: center;
}
.sk-section-itinerary-form .directions-mode a {
  position: relative;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0 16px;
  display: inline-block;
}
.sk-section-itinerary-form .directions-mode a:before {
  content: "";
  position: relative;
  top: -5px;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
}
.sk-section-itinerary-form .directions-mode a:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #51B0CB;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.15s ease-in-out 0s;
  z-index: 1;
}
.sk-section-itinerary-form .directions-mode a.m-d {
  margin-left: 0;
}
.sk-section-itinerary-form .directions-mode a.m-w {
  margin-right: 0;
}
.sk-section-itinerary-form .directions-mode a.m-w:after {
  top: 9px;
}
.sk-section-itinerary-form .directions-mode a.is-selected:after {
  opacity: 1;
}
.sk-section-itinerary-form .directions-mode a > div {
  margin-left: 8px;
  display: inline-block;
}
.sk-section-itinerary-form .directions-mode .m-label {
  position: relative;
  top: -9px;
  margin-left: 5px;
  display: inline-block;
}
.sk-section-itinerary-form .directions-mode .map-driving {
  width: 51px;
  height: 27px;
}
.sk-section-itinerary-form .directions-mode .map-walking {
  width: 41px;
  height: 30px;
}
.sk-section-itinerary-form .directions-inputs {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.sk-section-itinerary-form .directions-inputs .point {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
}
.sk-section-itinerary-form .directions-inputs .pac-input-wrap {
  position: relative;
  width: calc(100% - 28px);
  min-width: auto;
  margin-left: 10px;
  display: inline-block;
}
.sk-section-itinerary-form .directions-inputs .dir-input {
  float: left;
  width: 50%;
}
.sk-section-itinerary-form .directions-inputs .dir-input #pac-input-start {
  position: relative;
  z-index: 3;
}
.sk-section-itinerary-form .directions-inputs .dir-input.first {
  padding-right: 15px;
}
.sk-section-itinerary-form .directions-inputs .dir-input.last {
  padding-left: 15px;
}
.sk-section-itinerary-form .directions-inputs .dir-submit {
  float: left;
  width: 100%;
  margin-top: 30px;
}

#directionsPanel {
  padding-top: 50px;
  background: #FFFFFF;
  display: none;
}
#directionsPanel.is-calculate {
  display: block;
}
#directionsPanel .h-title {
  margin-bottom: 40px;
  padding: 0 20px;
}
#directionsPanel .adp-placemark {
  margin: 0;
  border: 1px solid #EBEBEB;
  border-bottom: 0 none;
  background: #F5F5F5;
}
#directionsPanel .adp-placemark td > img {
  max-width: none;
}
#directionsPanel .adp-placemark td {
  font-size: 1.8rem;
  font-weight: 500;
  border-right: 0 none;
}
#directionsPanel .adp-summary {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 10px 17px;
  text-align: center;
  border: 1px solid #EBEBEB;
  border-bottom: 0 none;
}
#directionsPanel .adp-summary + div {
  overflow-x: auto;
  min-height: 0.01%;
}
#directionsPanel .adp-directions {
  font-size: 1.6rem;
}
#directionsPanel .adp-step,
#directionsPanel .adp-substep {
  vertical-align: middle;
  padding: 10px;
  border-color: #EFEFEF;
}
#directionsPanel .adp-substep .adp-stepicon {
  margin: 0 auto;
}
#directionsPanel .adp-legal {
  font-size: 1.2rem;
  text-align: right;
  padding: 4px 8px;
  border-top: 1px solid #EBEBEB;
}
#directionsPanel .adp-list {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
  border: 0 none;
  font-size: 1.6rem;
}
#directionsPanel .adp {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
}
#directionsPanel .adp-listsel {
  color: #FFFFFF;
  background: #51B0CB;
}
#directionsPanel .adp-listheader {
  padding: 10px 14px 8px;
  font-weight: 500;
  text-transform: uppercase;
  background: #F5F5F5;
}
#directionsPanel .adp-fullwidth {
  border-bottom: 0 none;
}
#directionsPanel .adp-warnbox {
  font-size: 1.4rem;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
#directionsPanel .warnbox-content {
  padding: 10px 14px 8px;
}

.pac-container {
  top: 51px !important;
  left: 0 !important;
  width: 100% !important;
  border: 0 none;
  z-index: 2;
  box-shadow: 0 10px 7px -7px rgba(0, 0, 0, 0.11);
  overflow: visible;
}
.pac-container:after, .pac-container:before {
  content: "";
  position: absolute;
  top: -22px;
  width: 30px;
  height: 22px;
  background: #FFFFFF;
}
.pac-container:before {
  left: 0;
}
.pac-container:after {
  right: 0;
  background-image: none !important;
}
.pac-container .pac-item {
  cursor: pointer;
  padding: 4px 6px;
  position: relative;
}

.single-centro-tricologico .h-sub-title {
  margin-bottom: 10px;
}
.single-centro-tricologico .entry-arr-block {
  margin-top: 50px;
}
.single-centro-tricologico .entry-arr-block .h-sm-title {
  font-size: 2.4rem;
}
.single-centro-tricologico .entry-arr-block .entry-content {
  margin-top: 20px;
}
.single-centro-tricologico .entry-arr-block .entry-content ul {
  padding: 0;
}
.single-centro-tricologico .entry-arr-block .entry-content .ar-content {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.single-centro-tricologico .entry-arr-block .entry-content .ar-content.no-max {
  max-width: none;
}
.single-centro-tricologico .entry-grid {
  padding-top: 30px;
}
.single-centro-tricologico .entry-dr {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.single-centro-tricologico .entry-dr:last-child {
  margin-bottom: 0;
}
.single-centro-tricologico .entry-dr .dr-num {
  position: relative;
  top: -2.5px;
  float: left;
  font-size: 2rem;
  font-weight: 500;
}
.single-centro-tricologico .entry-dr .dr-content {
  position: relative;
  padding-left: 10px;
  margin-left: 20px;
}
.single-centro-tricologico .entry-dr .dr-content p {
  padding: 0;
}
.single-centro-tricologico .entry-dr .dr-question {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-centro-tricologico .landing-img-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.single-centro-tricologico .landing-img-box.generic-img {
  left: -100px;
}
@media (max-width: 1199px) {
  .single-centro-tricologico .landing-img-box.generic-img {
    left: -190px;
  }
}
.single-centro-tricologico .landing-form-box {
  position: relative;
  float: right;
  width: 600px;
  height: auto;
  padding: 60px 35px 25px;
  z-index: 3;
}
.single-centro-tricologico .landing-form-box.sk-form-red {
  background: #F5333F;
}
.single-centro-tricologico .landing-form-box.sk-form-blu {
  background: #51B0CB;
}
.single-centro-tricologico .sk-visit-form .sk-section-wrap {
  padding: 100px 0;
}
.single-centro-tricologico .sk-visit-form .h-title {
  font-size: 3rem;
}
.single-centro-tricologico .sk-visit-form .h-title.h-f {
  font-size: 3.8rem;
}
.single-centro-tricologico .sk-visit-form .sk-form-response .f-output {
  margin-top: 15px;
}

.page-template-template-contatti .sk-section-map {
  padding: 100px 0 0;
}
.page-template-template-contatti .sk-section-map .entry-headings {
  margin-bottom: 100px;
}
.page-template-template-contatti .sk-forms-content {
  margin-top: -60px;
}

.entry-visit-icons {
  margin-top: 50px;
}
.entry-visit-icons .entry-item-ico {
  position: relative;
  float: left;
  width: 20%;
  display: block;
  padding: 0 20px;
}
.entry-visit-icons .entry-item-ico:first-child {
  padding-left: 0;
}
.entry-visit-icons .entry-item-ico:last-child {
  padding-right: 0;
}
.entry-visit-icons .ico-svg {
  position: relative;
  width: 100%;
  height: 112px;
  margin-bottom: 20px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  overflow: hidden;
}
.entry-visit-icons .ico-svg .svg-data {
  position: relative;
  width: 180px;
  height: 180px;
}
.entry-visit-icons .ico-svg #vis-ico-svg-1 {
  width: 160px;
  height: 160px;
}
.entry-visit-icons .ico-svg #vis-ico-svg-4 {
  width: 200px;
  height: 200px;
}
.entry-visit-icons .ico-content .h-sub-title {
  font-size: 2rem;
  margin-bottom: 5px;
}
.entry-visit-icons .ico-content p {
  padding: 0;
}

.entry-psn-icons {
  margin-top: 50px;
}
.entry-psn-icons .entry-item-ico {
  position: relative;
  margin-bottom: 70px;
}
.entry-psn-icons .entry-item-ico:last-child {
  margin-bottom: 0;
}
.entry-psn-icons .ico-svg {
  position: relative;
  width: 100%;
  height: 190px;
  margin-bottom: 20px;
  display: -moz-flex;
  display: flex;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  overflow: hidden;
}
.entry-psn-icons .ico-svg .svg-data {
  position: relative;
  top: -3px;
  width: 220px;
  height: 220px;
}
.entry-psn-icons .ico-svg.psn-ico-svg-2 {
  height: 190px;
}
.entry-psn-icons .ico-svg.psn-ico-svg-2 .svg-data {
  top: 0;
}
.entry-psn-icons .ico-svg.psn-ico-svg-4 .svg-data {
  width: 240px;
  height: 240px;
}
.entry-psn-icons .ico-svg.psn-ico-svg-5 {
  height: 180px;
}
.entry-psn-icons .ico-svg.psn-ico-svg-5 .svg-data {
  width: 200px;
  height: 200px;
}
.entry-psn-icons .ico-svg.psn-ico-svg-7 {
  height: 162px;
}
.entry-psn-icons .ico-svg.psn-ico-svg-7 .svg-data {
  width: 180px;
  height: 180px;
}
.entry-psn-icons .ico-svg.psn-ico-svg-8 .svg-data {
  width: 230px;
  height: 230px;
}
.entry-psn-icons .ico-content b,
.entry-psn-icons .ico-content strong {
  font-weight: 500;
}
.entry-psn-icons .ico-content .ico-title {
  color: #878787;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.entry-psn-icons .ico-content .ico-title b,
.entry-psn-icons .ico-content .ico-title strong {
  color: #F5333F;
}
.entry-psn-icons .ico-content p {
  text-align: center;
}
.entry-psn-icons .ico-content p a {
  color: #51B0CB;
  font-weight: 400;
  border-bottom: 1px solid #51B0CB;
}
.entry-psn-icons .ico-content p:first-of-type {
  padding-top: 0;
}
.entry-psn-icons .ico-content p:last-of-type {
  padding-bottom: 0;
}
.entry-psn-icons .ico-content ul {
  max-width: 620px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
}
.entry-psn-icons .ico-content ul:last-child {
  padding-bottom: 0;
}
@media (min-width: 481px) {
  .entry-psn-icons .ico-content ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.entry-psn-icons .ico-content ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
.entry-psn-icons .ico-content ul li:last-child {
  margin-bottom: 0;
}
.entry-psn-icons .ico-content ul li:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 5px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background: #F8F8F8;
}
.entry-psn-icons .ico-content ul li b,
.entry-psn-icons .ico-content ul li strong {
  font-weight: 500;
}
.entry-psn-icons .ico-content ul li a {
  color: #51B0CB;
  font-weight: 400;
  border-bottom: 1px solid #51B0CB;
}
.entry-psn-icons .ico-content ol {
  margin: 0;
  padding: 0 20px;
}

.entry-grid {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  padding-top: 50px;
}

.entry-grid-wrapper {
  position: relative;
  margin-top: -20px;
  margin-left: -20px;
}

.entry-grid-container {
  position: relative;
  float: left;
  width: 100%;
  margin-left: 20px;
}

.entry-grid-item {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-right: 20px;
}
.entry-grid-item .e-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
.entry-grid-item .e-mask .e-play {
  width: 30px;
  height: 40px;
}
.entry-grid-item .e-mask .e-zoom {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 30px;
  height: 40px;
  z-index: 2;
}
.entry-grid-item .e-mask i {
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  margin-top: 5px;
}
.entry-grid-item .e-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.entry-grid-item.is-hide {
  opacity: 0;
  display: none;
}

.entry-infinite-btn {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 40px;
  padding-left: 20px;
  text-align: center;
  display: block;
}
.entry-infinite-btn.is-hide {
  display: none;
}

[data-cols="1"] .entry-grid-item {
  width: 100%;
}

[data-cols="2"] .entry-grid-item {
  width: 50%;
}

[data-cols="3"] .entry-grid-item {
  width: 33.333333%;
}

[data-cols="4"] .entry-grid-item {
  width: 25%;
}

.grid-image .e-mask {
  background: rgba(0, 0, 0, 0.2);
}
.grid-image .e-img {
  padding-bottom: 66.67%;
}

.grid-video.v-tras .entry-grid-item {
  margin-top: 40px;
}
.grid-video.v-tras .entry-grid-item .e-link {
  margin-top: 20px;
}
.grid-video .t-video {
  position: relative;
}
.grid-video .t-video .h-sm-title {
  margin-bottom: 10px;
}
.grid-video .t-video p {
  padding: 0 20px;
}
.grid-video .t-video .e-img {
  padding-bottom: 64.33%;
}
.grid-video .t-video .e-img.fix-img img {
  transform: translate(-50%, -50%) scale(1.17);
}

.grid-video-testimonianze .h-md-title {
  margin-bottom: 40px;
}
.grid-video-testimonianze .t-video {
  margin: 0;
}
.grid-video-testimonianze .t-video .e-link {
  margin: 0;
}

.grid-mockup .entry-grid-item {
  margin-top: 40px;
}
.grid-mockup .entry-grid-item .e-link {
  margin-top: 40px;
}
.grid-mockup .t-mockup {
  position: relative;
}
.grid-mockup .t-mockup .h-sm-title {
  margin-bottom: 10px;
}
.grid-mockup .t-mockup .e-img {
  width: 199px;
  height: 178px;
  margin: 0 auto;
}

.home .entry-btn {
  margin-top: 40px;
}

.section-calvizie .c-title {
  position: relative;
  color: #3B6D89;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}
.section-calvizie .c-title span {
  position: relative;
  padding: 0 6px;
}
.section-calvizie .c-male .c-calv-img-block {
  position: relative;
  width: 100%;
  max-width: 275px;
}
.section-calvizie .c-male .c-calv-img-block:before {
  content: "";
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 105.49%;
  display: block;
}
.section-calvizie .c-male img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-calvizie .c-male .c-title {
  top: 38px;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .section-calvizie .c-male .c-calv-img-block {
    max-width: 225px;
  }
  .section-calvizie .c-male .c-title {
    top: 26px;
  }
}
.section-calvizie .c-female .c-calv-img-block {
  position: relative;
  width: 100%;
  max-width: 225px;
}
.section-calvizie .c-female .c-calv-img-block:before {
  content: "";
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 190.38%;
  display: block;
}
.section-calvizie .c-female img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-calvizie .c-female .c-title {
  top: -32px;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .section-calvizie .c-female .c-calv-img-block {
    max-width: 185px;
  }
}
.section-calvizie .col-md-6 a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.section-risultati .c-video {
  margin-top: 30px;
}
.section-risultati .c-prima {
  margin-top: 30px;
}
.section-risultati .c-prima .swiper-split-gallery {
  width: calc(100% + 40px);
  padding: 0 20px;
  margin-left: -20px;
}
.section-risultati .c-prima .sk-btn-swipe:focus {
  outline: none;
}
.section-risultati .c-prima .sk-btn-swipe.swiper-button-prev, .section-risultati .c-prima .sk-btn-swipe.swiper-button-next {
  top: 50%;
  width: 42px;
  height: 34px;
  margin-top: -17px;
  border-radius: 20px;
  background: #3B6D89 no-repeat;
  background-size: 9px 12px;
}
.section-risultati .c-prima .sk-btn-swipe.swiper-button-prev {
  left: 0;
  background-image: url(_include/img/arrow_left.svg);
  background-position: 15px center;
}
.section-risultati .c-prima .sk-btn-swipe.swiper-button-next {
  right: 0;
  background-image: url(_include/img/arrow_right.svg);
  background-position: 17px center;
}

.section-perche-sceglierci .entry-item-ico {
  max-width: 400px;
  margin: 0 auto 50px;
}
.section-perche-sceglierci .ico-svg.psn-ico-svg-2 {
  height: 190px;
}
.section-perche-sceglierci .ico-svg.psn-ico-svg-2 .svg-data {
  top: -8px;
}
.section-perche-sceglierci .ico-svg.psn-ico-svg-5 {
  height: 190px;
}
.section-perche-sceglierci .ico-svg.psn-ico-svg-5 .svg-data {
  top: 16px;
}

.section-esperienza .c-esperienza .c-esp {
  position: relative;
  text-align: center;
  margin: 50px 0;
}
.section-esperienza .c-esperienza .c-esp:after {
  content: "";
  position: relative;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #3B6D89;
  margin-top: 10px;
  display: block;
}
.section-esperienza .c-esperienza .c-esp .h-title {
  font-size: 4rem;
}
@media (max-width: 1199px) {
  .section-esperienza .c-esperienza .c-esp .h-title {
    font-size: 3.2rem;
  }
}
.section-esperienza .c-esperienza .c-esp .h-sub-title {
  font-size: 2.2rem;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 1199px) {
  .section-esperienza .c-esperienza .c-esp .h-sub-title {
    font-size: 2.2rem;
  }
}
.section-esperienza .c-esperienza .c-esp .c-count {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #51B0CB;
  font-size: 22rem;
  font-weight: bold;
  opacity: 0.1;
  transform: translate(-50%, -50%);
}

.section-dove-siamo {
  margin-top: 0;
  z-index: 2;
}

.section-latest-blog .c-blog {
  margin-top: 40px;
}
.section-latest-blog .swiper-pag {
  margin-top: 35px;
}
.section-latest-blog .entry-btn {
  margin-top: 20px;
}

.section-trattamenti .trt-item {
  position: relative;
  width: 100%;
  margin-top: 30px;
  background-color: #3B6D89;
}
.section-trattamenti .trt-title {
  font-size: 36px;
  color: #3B6D89;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0 0 0;
  background: #F8F8F8;
}
.section-trattamenti .b-img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.section-trattamenti .b-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-trattamenti .sk-button {
  position: absolute;
  left: 50%;
  bottom: -20px;
  min-width: 320px;
  padding: 12px 20px 14px;
  z-index: 4;
  transform: translateX(-50%);
}

.sk-blog-filters {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}
.sk-blog-filters .f-trig {
  position: relative;
  float: left;
  width: 50%;
  height: 50px;
  padding: 0 20px;
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.sk-blog-filters .f-trig.is-only {
  width: 100%;
}
.sk-blog-filters .f-trig a {
  pointer-events: none;
}
.sk-blog-filters .f-trig.f-cats {
  background: #3B6D89;
}
.sk-blog-filters .f-trig.f-cats .svg-data {
  position: relative;
  top: -1px;
  right: 0;
  width: 8px;
  height: 4px;
  line-height: 0;
  margin-left: 10px;
  transform-origin: center center;
  transition: transform 0.15s ease-in-out 0s;
}
.sk-blog-filters .f-trig.f-cats .svg-data svg path {
  stroke: #FFFFFF;
}
.sk-blog-filters .f-trig.f-cats.is-open .svg-data {
  transform: rotate(-180deg);
}
.sk-blog-filters .f-trig.f-search {
  background: #51B0CB;
}
.sk-blog-filters .f-trig.f-search .svg-data {
  position: relative;
  top: 3px;
  right: 0;
  width: 15px;
  height: 16px;
  margin-left: 10px;
}
.sk-blog-filters .f-trig.f-search .svg-data svg g {
  stroke: #FFFFFF;
}
.sk-blog-filters .f-trig a {
  position: relative;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
}
.sk-blog-filters .f-panel {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px;
  display: none;
}
.sk-blog-filters .f-panel.panel-cats {
  background: #3B6D89;
}
.sk-blog-filters .f-panel.panel-cats .block-max {
  padding: 0 10px;
}
.sk-blog-filters .f-panel.panel-cats .cat-item {
  position: relative;
  float: left;
  min-width: 210px;
  margin: 10px;
  text-align: center;
}
.sk-blog-filters .f-panel.panel-cats .cat-item a {
  position: relative;
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
  background: #51B0CB;
  display: block;
}
.sk-blog-filters .f-panel.panel-search {
  background: #51B0CB;
}
.sk-blog-filters .f-panel.panel-search .sk-input-default {
  font-size: 1.8rem;
  padding-right: 46px;
}
.sk-blog-filters .f-panel.panel-search .sk-form {
  float: none;
  max-width: 500px;
  margin: 0 auto;
}
.sk-blog-filters .f-panel.panel-search #searchsubmitblog {
  display: none;
}
.sk-blog-filters .f-panel.panel-search .search-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 18px;
  margin-top: -9px;
  z-index: 2;
}

.blog-item {
  position: relative;
  float: left;
  display: block;
}
.blog-item .b-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 2;
}
.blog-item .b-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.blog-item .b-link time {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 20px 20px 0;
  z-index: 3;
}
.blog-item .b-link .b-content {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 20px 20px;
  z-index: 3;
}
.blog-item .b-link .b-content .b-title {
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
.blog-item .b-link .b-content .b-meta {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 7px;
  display: block;
}
.blog-item .b-link .b-content .b-meta b {
  font-weight: 500;
}
.blog-item .a-img {
  padding-bottom: 63.33%;
}
.blog-item .b-img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #F5F5F5;
  /*padding-bottom: 83.33%;*/
}
.blog-item .b-img img {
  position: absolute;
  width: 100%;
  max-width: none;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease-in-out 0.1s;
}
.blog-item .b-img img.swiper-lazy-loaded {
  opacity: 1;
}
.blog-item .b-btn {
  position: absolute;
  left: 50%;
  bottom: -20px;
  min-width: 140px;
  padding: 12px 20px 14px;
  z-index: 4;
  transform: translateX(-50%);
}
.blog-item .b-btn .arrow {
  width: 5px;
  height: 8px;
  margin-left: 8px;
}
.blog-item .b-btn .arrow svg path {
  stroke: #51B0CB;
}
.blog-item .b-btn .arrow--white svg path {
  stroke: #FFFFFF;
}

.entry-blog-swipe .blog-item {
  width: 100%;
}

.entry-articles .no-results {
  text-align: center;
  margin-top: -20px;
}
.entry-articles .no-results h3 {
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
}
.entry-articles.grid-articles {
  padding-top: 0;
  margin-bottom: 20px;
}
.entry-articles.grid-articles + .sk-pagination {
  margin-top: 40px;
}
.entry-articles.grid-articles .blog-item {
  width: 33.333333%;
  margin-top: 40px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .entry-articles.grid-articles .blog-item {
    width: 50%;
  }
}

.archive-title {
  margin-bottom: 40px;
}

.entry-single-article .sk-col-content {
  width: calc(100% - 395px);
}
.entry-single-article .sk-col-sidebar {
  position: relative;
  float: left;
  width: 395px;
  display: block;
}
.entry-single-article .sk-section-wrap {
  padding-top: 50px;
}
.entry-single-article .entry-content h2 {
  color: #51B0CB;
  font-size: 3rem;
  font-style: italic;
  font-weight: bold;
  margin-top: 30px;
}
.entry-single-article .entry-content h2 b,
.entry-single-article .entry-content h2 strong {
  font-size: bold;
}
.entry-single-article .entry-content h2:first-child {
  margin-top: 0;
  margin-bottom: 12px;
}
.entry-single-article .entry-content h3, .entry-single-article .entry-content h4, .entry-single-article .entry-content h5, .entry-single-article .entry-content h6 {
  font-weight: bold;
  margin-top: 10px;
}
.entry-single-article .entry-content h3 b,
.entry-single-article .entry-content h3 strong, .entry-single-article .entry-content h4 b,
.entry-single-article .entry-content h4 strong, .entry-single-article .entry-content h5 b,
.entry-single-article .entry-content h5 strong, .entry-single-article .entry-content h6 b,
.entry-single-article .entry-content h6 strong {
  font-size: bold;
}
.entry-single-article .entry-content h3 {
  font-size: 2.4rem;
}
.entry-single-article .entry-content h4 {
  font-size: 2rem;
}
.entry-single-article .entry-content h5 {
  font-size: 1.8rem;
}
.entry-single-article .entry-content h6 {
  font-size: 1.6rem;
}
.entry-single-article .entry-content blockquote {
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  color: #F8F8F8;
  padding: 26px;
  margin: 30px 40px 40px;
  background: #F5F5F5;
  border-radius: 6px;
  border: 0 none;
}
.entry-single-article .entry-content .wp-caption.alignnone, .entry-single-article .entry-content .wp-caption.alignleft, .entry-single-article .entry-content .wp-caption.alignright {
  float: none;
  width: 100% !important;
  margin: 20px 0 5px;
}
.entry-single-article .entry-content .wp-caption.alignnone img.size-blog-image-full, .entry-single-article .entry-content .wp-caption.alignleft img.size-blog-image-full, .entry-single-article .entry-content .wp-caption.alignright img.size-blog-image-full {
  width: 100%;
}
.entry-single-article .entry-content .wp-caption .wp-caption-text {
  color: #A9A9A9;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  margin-top: 5px;
}
.entry-single-article .entry-content .wp-caption .wp-caption-text a {
  color: #A9A9A9;
  font-weight: 500;
  border-bottom: 1px solid #A9A9A9;
}
.entry-single-article .entry-content .wp-image-parent {
  padding: 0;
  margin: 20px 0;
}
.entry-single-article .entry-content .wp-image-parent .wp-image-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.entry-single-article .entry-content .wp-image-parent .wp-image-link img.size-blog-image-full.alignnone, .entry-single-article .entry-content .wp-image-parent .wp-image-link img.size-blog-image-full.alignleft, .entry-single-article .entry-content .wp-image-parent .wp-image-link img.size-blog-image-full.alignright {
  float: none;
  width: 100% !important;
  margin: 0;
}
.entry-single-article .entry-content .gallery.gallery-size-blog-gallery {
  position: relative;
  float: left;
  width: calc(100% + 20px);
  margin: 0 0 30px;
  display: block;
}
.entry-single-article .entry-content .gallery.gallery-size-blog-gallery .gallery-item {
  width: 50%;
}
@media (min-width: 480px) {
  .entry-single-article .entry-content .gallery.gallery-size-blog-gallery.gallery-columns-3 .gallery-item, .entry-single-article .entry-content .gallery.gallery-size-blog-gallery.gallery-columns-4 .gallery-item {
    width: 33.33333333%;
  }
}
@media (min-width: 600px) {
  .entry-single-article .entry-content .gallery.gallery-size-blog-gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.entry-single-article .entry-content .gallery.gallery-size-blog-gallery .gallery-item {
  position: relative;
  float: left;
  margin-top: 20px;
  padding-right: 20px;
}
.entry-single-article .entry-content .gallery.gallery-size-blog-gallery .gallery-item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.entry-single-article .entry-content .gallery.gallery-size-blog-gallery .gallery-item a img {
  width: 100%;
}
.entry-single-article .entry-content .gallery.gallery-size-blog-gallery .gallery-item .gallery-caption {
  display: none;
}
.entry-single-article .entry-content .iframe-box {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-top: 56.25%;
}
.entry-single-article .entry-content .iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-foo-article {
  margin: 40px 0;
  padding: 30px 0;
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
}
.entry-foo-article .e-like {
  position: relative;
}
.entry-foo-article .e-like #___plusone_0 {
  position: relative;
  top: 3px;
  margin-right: 5px !important;
}
.entry-foo-article .e-share {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.entry-foo-article .e-share ul {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}
.entry-foo-article .e-share ul li {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  list-style: none;
  line-height: 1;
  margin-right: 10px;
}
.entry-foo-article .e-share ul li:last-child {
  margin-right: 0;
}
.entry-foo-article .e-share .sk-social-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.entry-foo-article .e-share .sk-social-link .svg-data {
  position: relative;
}
.entry-foo-article .e-share .ss-fcb {
  background-color: #3B5998;
}
.entry-foo-article .e-share .ss-fcb .svg-fcb {
  width: 10px;
  height: 22px;
}
.entry-foo-article .e-share .ss-twt {
  background-color: #55ACEE;
}
.entry-foo-article .e-share .ss-twt .svg-twt {
  width: 20px;
  height: 17px;
}
.entry-foo-article .e-share .ss-ggl {
  background-color: #DC4E41;
}
.entry-foo-article .e-share .ss-ggl .svg-ggl {
  width: 25px;
  height: 16px;
}
.entry-foo-article .e-share .ss-lnk {
  background-color: #007AB9;
}
.entry-foo-article .e-share .ss-lnk .svg-lnk {
  top: -1px;
  width: 20px;
  height: 19px;
}
.entry-foo-article .e-share .ss-mail {
  background-color: #A5A5A5;
}
.entry-foo-article .e-share .ss-mail .svg-mail {
  width: 24px;
  height: 15px;
}
.entry-foo-article .e-foo-cats {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.entry-foo-article .e-foo-cats span {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  margin-right: 10px;
  text-transform: lowercase;
}
.entry-foo-article .e-foo-cats .cat-link {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 7px 7px 0;
  padding: 5px 15px;
  border-radius: 30px;
  text-align: center;
  background: #6698AD;
  color: #FFFFFF;
  display: inline-block;
}

.entry-foo-related .r-blog {
  margin-top: 30px;
}
.entry-foo-related .r-blog .swiper-pag {
  margin-top: 30px;
}
.entry-foo-related .h-title {
  font-size: 3rem;
}

.entry-foo-comments {
  margin-top: 40px;
}
.entry-foo-comments .e-disqus {
  margin-top: 30px;
}
.entry-foo-comments .h-title {
  font-size: 3rem;
}

.sk-lead-blog-content {
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 30px;
  margin: 30px 0 35px;
  background: #51B0CB;
  display: block;
}
.sk-lead-blog-content .lead-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sk-lead-blog-content .lead-image img {
  max-width: 400px;
}
.sk-lead-blog-content .lead-block {
  position: relative;
  left: 40%;
  width: 60%;
  display: block;
}
@media (max-width: 1199px) {
  .sk-lead-blog-content .lead-image {
    position: relative;
    float: left;
    top: auto;
    width: 100%;
    transform: none;
    text-align: center;
    display: block;
    margin-bottom: 25px;
  }
  .sk-lead-blog-content .lead-image img {
    max-width: 256px;
  }
  .sk-lead-blog-content .lead-block {
    float: left;
    left: auto;
    width: 100%;
  }
}
.sk-lead-blog-content .h-title {
  color: #FFFFFF !important;
  font-size: 3rem !important;
}
.sk-lead-blog-content .sk-form {
  margin-top: 10px;
}
.sk-lead-blog-content .sk-form .m-check {
  margin-bottom: 10px;
}
.sk-lead-blog-content .sk-form .field-groups input[type=radio].sk-input-radio:not(:checked) + label,
.sk-lead-blog-content .sk-form .field-groups input[type=radio].sk-input-radio:checked + label {
  font-size: 1.8rem;
  font-weight: bold;
  font-style: italic;
  padding-top: 8px;
  padding-left: 50px;
}
.sk-lead-blog-content .sk-form .field-groups input[type=radio].sk-input-radio:not(:checked) + label:before,
.sk-lead-blog-content .sk-form .field-groups input[type=radio].sk-input-radio:checked + label:before {
  width: 40px;
  height: 40px;
}
.sk-lead-blog-content .sk-form .field-groups input[type=radio].sk-input-radio:not(:checked) + label:after,
.sk-lead-blog-content .sk-form .field-groups input[type=radio].sk-input-radio:checked + label:after {
  top: 6px;
  left: 6px;
  width: 28px;
  height: 28px;
}
.sk-lead-blog-content .sk-form .field-groups .f-g {
  width: calc(100% - 166px);
  display: inline-block;
}
.sk-lead-blog-content .sk-form .field-groups .r-groups {
  float: right;
  width: 148px;
  margin: 6px 0 0 0;
  display: inline-block;
}
.sk-lead-blog-content .sk-form .field-groups .r-group {
  display: inline-block;
}
.sk-lead-blog-content .sk-form .field-groups .r-group:last-child {
  margin-left: 15px;
}

.sk-sidebar {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  padding: 40px 35px;
  background: #F5F5F5;
}
.sk-sidebar .widgets-content {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}
.sk-sidebar .widget-area {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}
.sk-sidebar .widget-area .widget {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sk-sidebar .widget-area .widget:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sk-sidebar .widget-area .widget-title {
  color: #51B0CB;
  font-size: 2.2rem;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.sk-sidebar .custom-html-widget {
  text-align: center;
}
.sk-sidebar .custom-html-widget #fb-root {
  display: none;
}
.sk-sidebar .custom-html-widget .fb_iframe_widget,
.sk-sidebar .custom-html-widget .fb_iframe_widget span,
.sk-sidebar .custom-html-widget .fb_iframe_widget span iframe[style] {
  max-width: 100% !important;
}
.sk-sidebar .widget_search .side-form .sk-input-default {
  font-size: 1.8rem;
  padding-right: 46px;
}
.sk-sidebar .widget_search .side-form .search-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 18px;
  margin-top: -9px;
  z-index: 2;
}
.sk-sidebar .widget_search .side-form #search_submit_sideblog {
  display: none;
}
.sk-sidebar .widget_sk_featured_content .widget-title {
  color: #3B6D89;
  font-weight: bold;
  text-transform: uppercase;
}
.sk-sidebar .widget_sk_featured_content .f-img {
  padding-bottom: 64.33%;
  margin-bottom: 15px;
}
.sk-sidebar .widget_sk_featured_content .sk-button {
  font-size: 1.4rem;
}
.sk-sidebar .widget_sk_categories_dropdown .cats-dropdown {
  position: relative;
  float: left;
  width: 100%;
}
.sk-sidebar .widget_sk_categories_dropdown .cats-dropdown .cat-item {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 0;
  text-align: center;
}
.sk-sidebar .widget_sk_categories_dropdown .cats-dropdown .cat-item a {
  position: relative;
  width: 100%;
  padding: 10px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
  background: #51B0CB;
  display: block;
}
.sk-sidebar .widget_sk_categories_dropdown .cats-dropdown .drop-hide {
  position: relative;
  float: left;
  width: 100%;
  display: none;
}
.sk-sidebar .widget_sk_categories_dropdown .cats-dropdown .cat-item-drop {
  position: relative;
  float: left;
  width: 100%;
  color: #3B6D89;
  font-size: 1.4rem;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  margin-top: 15px;
  cursor: pointer;
  display: block;
}
.sk-sidebar .widget_sk_categories_dropdown .cats-dropdown .cat-item-drop .arrow-drop {
  position: relative;
  width: 8px;
  height: 5px;
  top: -1px;
  margin-left: 10px;
  display: inline-block;
  transform-origin: center center;
  transition: transform 0.15s ease-in-out 0s;
}
.sk-sidebar .widget_sk_categories_dropdown .cats-dropdown .cat-item-drop.is-open .arrow-drop {
  transform: rotate(-180deg);
}
.sk-sidebar .widget_sk_social_profiles .widget-title {
  color: #3B6D89;
  font-weight: bold;
  text-transform: uppercase;
}
.sk-sidebar .widget_sk_social_profiles .foo-social {
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}
.sk-sidebar .widget_sk_social_profiles .foo-social li {
  position: relative;
  list-style: none;
  margin: 0 5px 0 0;
  display: inline-block;
}
.sk-sidebar .widget_sk_social_profiles .foo-social li:last-child {
  margin-right: 0;
}
.sk-sidebar .widget_sk_social_profiles .foo-social li a {
  position: relative;
  width: 38px;
  height: 38px;
  display: block;
  border-radius: 100%;
  background: #F5333F;
}
.sk-sidebar .widget_sk_social_profiles .foo-social li a .svg-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sk-sidebar .widget_sk_social_profiles .foo-social li a .svg-data.s-facebook {
  width: 10px;
  height: 22px;
}
.sk-sidebar .widget_sk_social_profiles .foo-social li a .svg-data.s-instagram {
  width: 22px;
  height: 22px;
}
.sk-sidebar .widget_sk_social_profiles .foo-social li a .svg-data.s-twitter {
  width: 19px;
  height: 16px;
}
.sk-sidebar .widget_sk_social_profiles .foo-social li a .svg-data.s-youtube {
  width: 24px;
  height: 17px;
}
.sk-sidebar .widget_sk_social_profiles .foo-social li a .svg-data.s-linkedin {
  width: 18px;
  height: 18px;
}
.sk-sidebar .widget_sk_social_profiles .foo-social li a .svg-data.s-google {
  width: 24px;
  height: 15px;
}

.sk-side-form.svg-divider:before {
  display: none;
}
.sk-side-form.svg-divider .sk-section-wrap {
  padding-bottom: 0;
}
.sk-side-form.svg-divider .sk-wrap {
  padding-left: 35px;
  padding-right: 35px;
}
.sk-side-form .h-title {
  font-size: 2.8rem;
}

.sk-breadcrumbs {
  position: relative;
  float: left;
  width: 100%;
  background: #F5F5F5;
  color: #3B6D89;
  font-size: 1.4rem;
  font-style: italic;
  display: block;
  box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.15);
  z-index: 15;
}
.sk-breadcrumbs .entry-bread {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  padding: 15px 5px;
}
.sk-breadcrumbs .b-current {
  position: relative;
}
.sk-breadcrumbs .b-link {
  position: relative;
  color: #3B6D89;
  font-weight: 400;
  display: inline-block;
}
.sk-breadcrumbs .arrow-bread {
  width: 6px;
  height: 9px;
  margin: 0 10px 0 12px;
}
.sk-breadcrumbs .arrow-bread svg path {
  stroke: #3B6D89;
  stroke-width: 1;
}

.sk-tpl-error .entry-btn {
  margin-top: 30px;
}

.entry-calvizie {
  margin-top: 30px;
}
.entry-calvizie .calv-grid {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}
.entry-calvizie .calv-item {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.entry-calvizie .calv-image {
  width: 120px;
  height: 70px;
  margin: 0 auto;
}
.entry-calvizie .calv-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.entry-calvizie .calv-title {
  position: relative;
  color: #3B6D89;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: italic;
  margin-top: 20px;
}
.entry-calvizie .calv-title b {
  font-weight: bold;
}
.entry-calvizie .calv-title span {
  position: relative;
  padding: 0 6px;
}
.entry-calvizie .calv-title span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #51B0CB;
  border-radius: 6px;
  z-index: 1;
}
.entry-calvizie.calv-man .calv-item {
  width: 16.6666667%;
}

.entry-calvizie-results .lvl-item {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.entry-calvizie-results .lvl-item .h-sm-title {
  margin-bottom: 5px;
}
.entry-calvizie-results .lvl-item:last-child {
  margin-bottom: 0;
}
.entry-calvizie-results .lvl-item:last-child .separator {
  display: none;
}
.entry-calvizie-results .lvl-item .separator {
  margin-top: 40px;
  text-align: center;
}
.entry-calvizie-results .lvl-item .separator .lvl-sep {
  width: 78px;
  height: 30px;
}
.entry-calvizie-results .lvl-details {
  position: relative;
  margin-bottom: 30px;
}
.entry-calvizie-results .lvl-typo {
  position: relative;
  margin-bottom: 30px;
}
.entry-calvizie-results .lvl-typo .e-img {
  padding-bottom: 33%;
  margin-bottom: 15px;
}
.entry-calvizie-results .lvl-typo .e-img:last-child {
  margin-bottom: 0;
}
.entry-calvizie-results .lvl-desc {
  position: relative;
}
.entry-calvizie-results .lvl-desc b,
.entry-calvizie-results .lvl-desc strong {
  font-weight: 500;
}
.entry-calvizie-results .lvl-desc h2, .entry-calvizie-results .lvl-desc h3 {
  color: #51B0CB;
  font-size: 2.4rem;
  font-style: italic;
  margin-top: 20px;
}
.entry-calvizie-results .lvl-desc p a {
  color: #51B0CB;
  font-weight: 400;
  border-bottom: 1px solid #51B0CB;
}
.entry-calvizie-results .lvl-desc p:first-of-type {
  padding-top: 0;
}
.entry-calvizie-results .lvl-desc p:last-of-type {
  padding-bottom: 0;
}
.entry-calvizie-results + .sk-pagination {
  margin-top: 40px;
}

.tax-calvizie .entry-calvizie {
  margin-top: 15px;
}
.tax-calvizie .entry-calvizie .calv-title {
  margin: 0 0 25px;
}
.tax-calvizie .entry-calvizie .calv-image {
  width: 120px;
  height: 70px;
}

.sk-tpl-testimonianze .entry-calvizie {
  margin-top: 20px;
  margin-bottom: 10px;
}
.sk-tpl-testimonianze .entry-calvizie .h-sub-title {
  margin: 20px 0 30px;
  text-align: center;
}
.sk-tpl-testimonianze .tmz-video {
  margin-bottom: 50px;
}
.sk-tpl-testimonianze .entry-video,
.sk-tpl-testimonianze .entry-split-gallery {
  margin: 40px 0;
}

.sk-tpl-prima-dopo .sk-pagination {
  margin-top: 40px;
}
.sk-tpl-prima-dopo .entry-button-group {
  margin-top: 25px;
}
.sk-tpl-prima-dopo .entry-button-group .btn-item {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 0;
}
.sk-tpl-prima-dopo .entry-button-group .btn-item .sk-button {
  width: 100%;
}
@media (min-width: 414px) {
  .sk-tpl-prima-dopo .entry-button-group .btn-item {
    width: 50%;
  }
  .sk-tpl-prima-dopo .entry-button-group .btn-item:nth-child(odd) {
    padding-right: 5px;
  }
  .sk-tpl-prima-dopo .entry-button-group .btn-item:nth-child(even) {
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  .sk-tpl-prima-dopo .entry-button-group {
    text-align: center;
  }
  .sk-tpl-prima-dopo .entry-button-group .btn-item {
    float: none;
    width: auto;
    padding: 5px;
    display: inline-block;
  }
  .sk-tpl-prima-dopo .entry-button-group .btn-item .sk-button {
    width: auto;
  }
}
.sk-tpl-prima-dopo .pd-separator {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.sk-tpl-prima-dopo .pd-separator .lvl-sep {
  width: 78px;
  height: 30px;
}

.entry-prima-dopo .pd-item {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
.entry-prima-dopo .pd-item .h-sm-title {
  margin-bottom: 5px;
}
.entry-prima-dopo .pd-item:last-child {
  margin-bottom: 0;
}
.entry-prima-dopo .pd-details {
  position: relative;
  margin-bottom: 20px;
}
.entry-prima-dopo .pd-details .pd-headings {
  position: relative;
  width: calc(100% - 90px);
}
.entry-prima-dopo .pd-link {
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 50px;
  z-index: 1;
}
.entry-prima-dopo .pd-typo {
  position: relative;
}
.entry-prima-dopo .pd-typo .e-img {
  padding-bottom: 33%;
  margin-bottom: 15px;
}
.entry-prima-dopo .pd-typo .e-img:last-child {
  margin-bottom: 0;
}

.sk-tpl-prima-dopo-gallery .grid-image {
  padding-top: 50px;
}
.sk-tpl-prima-dopo-gallery .grid-image .e-img {
  padding-bottom: 33%;
}

.page-template-template-questionario #sk-header {
  position: absolute;
}
.page-template-template-questionario #sk-header .sk-site-logo {
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-template-questionario .sk-main-content {
  padding-top: 80px;
}
.page-template-template-questionario .entry-questionario {
  padding: 25px 0 0;
  margin-top: 30px;
  background: #F5F5F5;
}
.page-template-template-questionario .question-title {
  color: #3B6D89;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-right: 70px;
}
.page-template-template-questionario .sk-form .sk-inputs-wrapper:not(.inner) {
  padding: 26px 30px;
  margin-bottom: 0;
  border-top: 1px dashed #D2D2D2;
}
.page-template-template-questionario .sk-form .sk-inputs-wrapper:not(.inner):first-child {
  padding-top: 0;
  border-top: 0 none;
}
.page-template-template-questionario .sk-form .sk-inputs-wrapper:not(.inner):last-child {
  margin-bottom: 0;
}
.page-template-template-questionario .sk-form .r-quest {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}
.page-template-template-questionario .sk-form .r-quest:last-child {
  margin-bottom: 0;
}
.page-template-template-questionario .sk-form .r-quest input[type=radio].sk-input-radio:not(:checked) + label,
.page-template-template-questionario .sk-form .r-quest input[type=radio].sk-input-radio:checked + label {
  font-size: 1.6rem;
  padding-top: 8px;
  padding-left: 50px;
  min-width: 250px;
}
.page-template-template-questionario .sk-form .r-quest input[type=radio].sk-input-radio:not(:checked) + label:before,
.page-template-template-questionario .sk-form .r-quest input[type=radio].sk-input-radio:checked + label:before {
  width: 36px;
  height: 36px;
  border: 1px solid #D2D2D2;
}
.page-template-template-questionario .sk-form .r-quest input[type=radio].sk-input-radio:not(:checked) + label:after,
.page-template-template-questionario .sk-form .r-quest input[type=radio].sk-input-radio:checked + label:after {
  top: 6px;
  left: 6px;
  width: 24px;
  height: 24px;
}
.page-template-template-questionario .sk-form .r-check {
  margin-bottom: 5px;
}
.page-template-template-questionario .sk-form .r-check input[type=checkbox].sk-input-checkbox:not(:checked) + label:before,
.page-template-template-questionario .sk-form .r-check input[type=checkbox].sk-input-checkbox:checked + label:before {
  border: 1px solid #D2D2D2;
}
.page-template-template-questionario .sk-form .sk-form-response .f-output {
  margin: 0 0 20px;
}
.page-template-template-questionario .sk-form .m-final.is-hidden {
  display: none;
}
.page-template-template-questionario .sk-form .m-final.last {
  padding-bottom: 25px;
}
.page-template-template-questionario .sk-form .m-quest.is-selected {
  border: 2px solid #51B0CB;
}
.page-template-template-questionario .sk-form .m-quest.is-hidden {
  display: none;
}
.page-template-template-questionario .f-timer {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  opacity: 0;
}
.page-template-template-questionario .f-timer span {
  color: #51B0CB;
  text-align: center;
  display: block;
}
.page-template-template-questionario .f-timer .t-num {
  font-size: 2rem;
  font-weight: bold;
}
.page-template-template-questionario .f-timer .t-lbl {
  font-size: 1.2rem;
  font-weight: 400;
}
.page-template-template-questionario .sk-inputs-wrapper.is-first .f-timer {
  top: 0;
}
.page-template-template-questionario .sk-inputs-wrapper.is-first.is-selected {
  border: 0 none;
}
.page-template-template-questionario .sk-inputs-wrapper.is-selected .f-timer {
  opacity: 1;
}

.modal-questionario .m-bg-img {
  position: relative;
  left: -30px;
  bottom: -30px;
  width: calc(100% + 60px);
  height: 210px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
@media (max-width: 599px) {
  .modal-questionario {
    left: -20px;
    bottom: -20px;
    width: calc(100% + 40px);
  }
}

.page-template-template-squeeze #sk-header {
  position: absolute;
}
.page-template-template-squeeze #sk-header .sk-head-wrapper {
  height: 110px;
  background: transparent;
}
.page-template-template-squeeze .sk-main-content {
  padding-top: 0;
}
.page-template-template-squeeze .sk-content > .svg-divider:first-child .sk-section-wrap {
  padding-top: 220px;
}

.page-template-template-landing #sk-header .sk-head-wrapper {
  height: 70px;
}
.page-template-template-landing #sk-header .nav-optionals {
  height: 100%;
}
.page-template-template-landing #sk-header .nav-optionals .op-col {
  width: 300px;
  height: 100%;
  margin-right: 0;
}
.page-template-template-landing #sk-header .nav-optionals .op-col .sk-button {
  height: 100%;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.page-template-template-landing #sk-header .nav-optionals .op-col .sk-button .svg-data.h-tel {
  width: 24px;
  height: 22px;
}
.page-template-template-landing .sk-main-content {
  padding-top: 70px;
}
.page-template-template-landing .landing-img-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.page-template-template-landing .landing-img-box.male-img {
  left: -200px;
}
@media (max-width: 1199px) {
  .page-template-template-landing .landing-img-box.male-img {
    left: -300px;
  }
}
.page-template-template-landing .landing-img-box.female-img {
  left: -415px;
}
.page-template-template-landing .landing-img-box.generic-img {
  left: -100px;
}
@media (max-width: 1199px) {
  .page-template-template-landing .landing-img-box.generic-img {
    left: -190px;
  }
}
.page-template-template-landing .landing-form-box {
  position: relative;
  float: right;
  width: 600px;
  height: auto;
  padding: 60px 35px 25px;
  z-index: 3;
}
.page-template-template-landing .landing-form-box.sk-form-red {
  background: #F5333F;
}
.page-template-template-landing .landing-form-box.sk-form-blu {
  background: #51B0CB;
}
.page-template-template-landing .sk-visit-form .sk-section-wrap {
  padding: 100px 0;
}
.page-template-template-landing .sk-visit-form .h-title {
  font-size: 3rem;
}
.page-template-template-landing .sk-visit-form .h-title.h-f {
  font-size: 3.8rem;
}
.page-template-template-landing .sk-visit-form .sk-form-response .f-output {
  margin-top: 15px;
}

/* HOMEPAGE */
#psn-ico-svg-0 svg g g:nth-child(1) > path {
  stroke: #3B6D89;
}
#psn-ico-svg-0 svg g g:last-child g:first-child > path {
  fill: #51B0CB;
  stroke: #51B0CB;
}
#psn-ico-svg-0 svg g g:last-child g:last-child path {
  stroke: #fff;
}
#psn-ico-svg-0 svg g g:nth-child(-n+5) path {
  stroke: #3B6D89;
}
#psn-ico-svg-0 svg g g:nth-child(-n+2) path {
  fill: #F5333F;
}
#psn-ico-svg-0 svg g g:nth-child(18) path {
  stroke: #F5333F;
}

#psn-ico-svg-1 svg g g > path {
  stroke: #3B6D89;
}
#psn-ico-svg-1 svg g g:nth-child(6) path {
  fill: #F5333F;
  stroke: #F5333F;
}
#psn-ico-svg-1 svg g g:nth-child(7) path,
#psn-ico-svg-1 svg g g:nth-child(8) path,
#psn-ico-svg-1 svg g g:nth-child(9) path,
#psn-ico-svg-1 svg g g:nth-child(10) path,
#psn-ico-svg-1 svg g g:nth-child(11) path,
#psn-ico-svg-1 svg g g:nth-child(12) path,
#psn-ico-svg-1 svg g g:nth-child(13) path,
#psn-ico-svg-1 svg g g:nth-child(14) path,
#psn-ico-svg-1 svg g g:nth-child(15) path {
  stroke: #fff;
}

#psn-ico-svg-2 svg g g path {
  stroke: #3B6D89;
}
#psn-ico-svg-2 svg g g:nth-child(14) path {
  fill: #51B0CB;
  stroke: #fff;
}

#psn-ico-svg-3 svg g g path {
  stroke: #3B6D89;
  fill: #51B0CB;
}
#psn-ico-svg-3 svg g g:nth-child(2) g:nth-child(1) path {
  fill: #F5333F;
  stroke: #F5333F;
}
#psn-ico-svg-3 svg g g:nth-child(2) g:nth-child(2) path,
#psn-ico-svg-3 svg g g:nth-child(2) g:nth-child(3) path {
  stroke: #fff;
}
#psn-ico-svg-3 svg g g:nth-child(6) path,
#psn-ico-svg-3 svg g g:nth-child(7) path,
#psn-ico-svg-3 svg g g:nth-child(8) path {
  stroke: #51B0CB;
}

#psn-ico-svg-4 svg g g:nth-child(1) path,
#psn-ico-svg-4 svg g g:nth-child(2) path {
  stroke: #3B6D89;
}
#psn-ico-svg-4 svg g g:nth-child(3) path {
  fill: #51B0CB;
  stroke: #51B0CB;
}
#psn-ico-svg-4 svg g g:nth-child(4) path {
  fill: #F5333F;
  stroke: #F5333F;
}

#psn-ico-svg-5 svg g > g:nth-child(1) path {
  stroke: #3B6D89;
}
#psn-ico-svg-5 svg g > g:nth-child(2) path,
#psn-ico-svg-5 svg g g:nth-child(3) path,
#psn-ico-svg-5 svg g g:nth-child(4) path,
#psn-ico-svg-5 svg g g:nth-child(5) path,
#psn-ico-svg-5 svg g g:nth-child(5) path,
#psn-ico-svg-5 svg g g:nth-child(6) path,
#psn-ico-svg-5 svg g g:nth-child(7) path,
#psn-ico-svg-5 svg g g:nth-child(8) path,
#psn-ico-svg-5 svg g g:nth-child(9) path,
#psn-ico-svg-5 svg g g:nth-child(10) path,
#psn-ico-svg-5 svg g g:nth-child(11) path,
#psn-ico-svg-5 svg g g:nth-child(12) path,
#psn-ico-svg-5 svg g g:nth-child(13) path {
  stroke: #51B0CB;
}
#psn-ico-svg-5 svg g > g:last-child > g:last-child path {
  stroke: #F5333F;
  fill: #F5333F;
}
#psn-ico-svg-5 svg g > g:nth-child(28) > g:last-child path,
#psn-ico-svg-5 svg g g:nth-child(27) > g:last-child path,
#psn-ico-svg-5 svg g g:nth-child(26) > g:last-child path,
#psn-ico-svg-5 svg g g:nth-child(25) > g:last-child path,
#psn-ico-svg-5 svg g g:nth-child(24) > g:last-child path,
#psn-ico-svg-5 svg g g:nth-child(23) > g:last-child path,
#psn-ico-svg-5 svg g g:nth-child(22) > g:last-child path,
#psn-ico-svg-5 svg g g:nth-child(21) > g:last-child path,
#psn-ico-svg-5 svg g g:nth-child(20) > g:last-child path,
#psn-ico-svg-5 svg g g:nth-child(19) > g:last-child path,
#psn-ico-svg-5 svg g g:nth-child(18) > g:last-child path,
#psn-ico-svg-5 svg g g:nth-child(17) > g:last-child path,
#psn-ico-svg-5 svg g g:nth-child(16) > g:last-child path {
  stroke: #F5333F;
  fill: #F5333F;
}

#psn-ico-svg-6 svg g g path {
  stroke: #3B6D89;
}
#psn-ico-svg-6 svg g g:nth-child(7) path,
#psn-ico-svg-6 svg g g:nth-child(8) path,
#psn-ico-svg-6 svg g g:nth-child(9) path,
#psn-ico-svg-6 svg g g:nth-child(10) path,
#psn-ico-svg-6 svg g g:nth-child(11) path,
#psn-ico-svg-6 svg g g:nth-child(12) path,
#psn-ico-svg-6 svg g g:nth-child(13) path,
#psn-ico-svg-6 svg g g:nth-child(14) path {
  stroke: #F5333F;
}
#psn-ico-svg-6 svg g g:nth-child(20) path,
#psn-ico-svg-6 svg g g:nth-child(21) path {
  stroke: #51B0CB;
  fill: #51B0CB;
}

#psn-ico-svg-7 svg g g:nth-child(1) path {
  stroke: #F5333F;
}
#psn-ico-svg-7 svg g g:nth-child(2) path,
#psn-ico-svg-7 svg g g:nth-child(4) path {
  stroke: #51B0CB;
}
#psn-ico-svg-7 svg g g:nth-child(3) path {
  stroke: #3B6D89;
}

#psn-ico-svg-8 svg g g path {
  stroke: #3B6D89;
}
#psn-ico-svg-8 svg g g:nth-child(2) path,
#psn-ico-svg-8 svg g g:nth-child(7) path {
  stroke: #F5333F;
}
#psn-ico-svg-8 svg g g:nth-child(4) path,
#psn-ico-svg-8 svg g g:nth-child(3) path {
  fill: #51B0CB;
  stroke: #51B0CB;
}
#psn-ico-svg-8 svg g g:nth-child(5) path {
  stroke: #fff;
}

/* VISITA */
#vis-ico-svg-0 svg g g path {
  stroke: #3B6D89;
  fill: #F5333F;
}
#vis-ico-svg-0 svg g g:nth-child(3) path {
  stroke: #F5333F;
}

#vis-ico-svg-1 svg g g path {
  stroke: #3B6D89;
}
#vis-ico-svg-1 svg g g:nth-child(18) path {
  stroke: #F5333F;
  fill: #F5333F;
}

#vis-ico-svg-2 svg g g path {
  stroke: #3B6D89;
}
#vis-ico-svg-2 svg g g:nth-child(4) path {
  fill: #F5333F;
  stroke: #F5333F;
}
#vis-ico-svg-2 svg g g:nth-child(6) path {
  fill: #51B0CB;
  stroke: #51B0CB;
}

#vis-ico-svg-3 svg g g:nth-child(4) path,
#vis-ico-svg-3 svg g g:nth-child(5) path,
#vis-ico-svg-3 svg g g:nth-child(6) path {
  stroke: #3B6D89 !important;
}
#vis-ico-svg-3 svg g g:nth-child(1) path,
#vis-ico-svg-3 svg g g:nth-child(2) path {
  stroke: #F5333F;
}
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(1) path {
  fill: #51B0CB;
  stroke: #51B0CB;
}
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(2) path,
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(3) path,
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(4) path,
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(5) path,
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(6) path,
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(7) path,
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(8) path,
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(9) path,
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(10) path,
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(11) path,
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(12) path,
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(13) path {
  stroke: #fff !important;
}
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(14) path,
#vis-ico-svg-3 svg g g:nth-child(3) g:nth-child(15) path {
  stroke: #3B6D89;
}

#vis-ico-svg-4 svg g g path {
  stroke: #3B6D89;
}
#vis-ico-svg-4 svg g g:nth-child(9) g:nth-child(2) path,
#vis-ico-svg-4 svg g g:nth-child(7) g:nth-child(2) path {
  stroke: #51B0CB;
  fill: #51B0CB;
}
#vis-ico-svg-4 svg g g:nth-child(8) g:nth-child(2) path,
#vis-ico-svg-4 svg g g:nth-child(6) g:nth-child(2) path {
  stroke: #F5333F;
  fill: #F5333F;
}

@media (max-width: 1024px) {
  body {
    width: 1024px;
    overflow-x: auto;
  }

  #sk-header,
.sk-head-menu {
    position: relative;
  }

  .sf-menu > li[data-megamenu=true] .ul-megamenu {
    width: 1024px !important;
    overflow: auto;
  }

  .sf-menu > li[data-megamenu=true] .sf-sub-menu.second-menu {
    max-width: 1024px;
  }

  .container {
    width: 970px;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
/* NEW LANDING */
/* @start: New Landing Header (DESKTOP) */
#sk-header .sk-header-hello-bar {
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6698AD;
  color: #FFFFFF;
}
#sk-header .sk-header-hello-bar__content span {
  display: none;
}
#sk-header .sk-head-wrapper {
  position: initial;
}
#sk-header .nav-optionals .h-tel {
  width: 2rem;
  height: 2rem;
  margin-right: 6.5px;
}
#sk-header .nav-optionals a {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* @start: LANDING HERO [DESKTOP] */
.sk-hero__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.sk-hero-card {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.sk-hero-card--head {
  padding: 2rem 3rem;
  background-color: #F5333F;
  color: #FFFFFF;
}
.sk-hero-card--head__title {
  font-size: 2.6rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 6px;
}
.sk-hero-card--head__subtitle {
  font-size: 2.2rem;
}
.sk-hero-card--body {
  padding: 2rem 3rem;
}
.sk-hero-card--body__title {
  font-size: 2rem;
}
.sk-hero-card--body__list {
  margin-top: 1.4rem;
}
.sk-hero-card--body__list li {
  margin-top: 1.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  list-style: none;
  display: flex;
  align-items: center;
}
.sk-hero-card--body__list li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 500px;
  background-color: #878787;
}
.sk-hero-card--body__list li span {
  margin-left: 8px;
}
.sk-hero-card--body__list li strong {
  color: #F5333F;
}
.sk-hero-card--body__list li:first-child {
  margin-top: 0;
}
.sk-hero-card--footer {
  padding: 2rem 3rem 3rem 3rem;
}
.sk-hero-card--footer__subtitle {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 15px;
}
.sk-hero__bollino {
  position: absolute;
  top: -3rem;
  right: -3rem;
  width: 120px;
  height: 120px;
}

/* @start: BLOCK TEXT */
.sk-text--left {
  text-align: left;
}
.sk-text--center {
  text-align: center;
}
.sk-text--right {
  text-align: right;
}
.sk-text__title {
  font-size: 3rem;
  font-weight: bold;
  color: #3B6D89;
}
.sk-text__subtitle {
  font-size: 2.4rem;
  color: #6698AD;
}
.sk-text__text {
  margin-top: 2.5rem;
  font-size: 2rem;
  line-height: 1.6;
}
.sk-text__text strong {
  font-weight: bold;
}

/* @start: STEPS [DESKTOP] */
.sk-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
}
.sk-steps__item {
  width: 26.5rem;
  height: 26.5rem;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #FFFFFF;
  counter-increment: steps;
  position: relative;
}
.sk-steps__item:before {
  content: counter(steps);
  font-size: 3rem;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6698AD;
  color: #FFFFFF;
  box-shadow: 0 0 0 8px rgba(102, 152, 173, 0.3), 0 0 0 16px rgba(102, 152, 173, 0.15);
}
.sk-steps__item-title {
  font-size: 2.4rem;
  color: #6698AD;
  width: 80%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-20%);
}
.sk-steps__item-title strong {
  color: #3B6D89;
}
.sk-steps__arrow {
  display: block;
  width: 7rem;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 10'%3E%3Cpath d='m75.633.072.082.036 8.027 4.452a.5.5 0 0 1 .083.817l-.077.054-7.973 4.549a.5.5 0 0 1-.57-.817l.075-.052 6.315-3.603-6.086.037L.503 6a.5.5 0 0 1-.096-.991L.497 5l75.006-.455 6.084-.037L75.23.983A.5.5 0 0 1 75 .386l.036-.083a.5.5 0 0 1 .597-.231Z' fill='%23054C90' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 20px;
}
.sk-steps__arrow:last-child {
  background-image: unset;
  display: none;
}
.sk-steps__title {
  font-size: 3rem;
  font-weight: bold;
  color: #3B6D89;
  text-align: center;
  margin-bottom: 50px;
}
.sk-steps__cta {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.sk-block-steps {
  background-color: #F8F8F8;
}

/* @start: Services [DESKTOP] */
.sk-block-services .sk-services {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
}
.sk-block-services .sk-services__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sk-block-services .sk-services__image img {
  border-radius: 500px;
  border: 5px solid #3B6D89;
  box-shadow: 0 0 0 12px rgba(102, 152, 173, 0.3), 0 0 0 30px rgba(102, 152, 173, 0.15);
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.sk-block-services .sk-services__item {
  width: 100%;
  max-width: 40rem;
  text-align: center;
}
.sk-block-services .sk-services__item a {
  margin: 2rem auto 0 auto;
  font-size: 30px;
  width: 80%;
}
.sk-block-services .sk-services__item img {
  width: 80% !important;
  height: 80% !important;
}
.sk-block-services .sk-services__cta {
  width: 100%;
  text-align: center;
  margin-top: 5rem;
}
.sk-block-services .sk-services__cta a {
  max-width: 500px;
}

/* @start: Table Comparison [DESKTOP] */
.sk-block-table {
  background: #F8F8F8;
}
.sk-block-table__wrapper {
  max-width: 84rem;
  margin: 0 auto;
}
.sk-block-table__wrapper h4 {
  text-align: center;
}
.sk-block-table .sk-table {
  background: #FFFFFF;
  padding: 6rem 4rem;
  font-weight: bold;
  margin-top: 9rem;
}
.sk-block-table .sk-table-row {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.sk-block-table .sk-table-row__title {
  font-size: 2.4rem;
  width: 60%;
  border-bottom: 1px solid #D8D8D8;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.sk-block-table .sk-table-row__sanders, .sk-block-table .sk-table-row__cliniche {
  width: 20%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  height: 100%;
  font-size: 2.2rem;
  color: #3B6D89;
}
.sk-block-table .sk-table-row__sanders {
  border-right: 1px solid #D8D8D8;
  border-left: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.sk-block-table .sk-table-row .check-icon {
  width: 3rem;
  height: 3rem;
}
.sk-block-table .sk-table-row:first-child .sk-table-row__sanders,
.sk-block-table .sk-table-row:first-child .sk-table-row__cliniche,
.sk-block-table .sk-table-row:first-child .sk-table-row__title {
  border: none;
}
.sk-block-table .sk-table-row:last-child .sk-table-row__sanders,
.sk-block-table .sk-table-row:last-child .sk-table-row__cliniche,
.sk-block-table .sk-table-row:last-child .sk-table-row__title {
  border-bottom: none;
}
.sk-block-table .sk-table__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
}
.sk-block-table .sk-table__cta a {
  min-width: 70%;
}

/* @start: Reviews [DESKTOP} */
.sk-block-reviews {
  background: #F8F8F8;
}
.sk-block-reviews .sk-reviews__headings {
  width: 100%;
  text-align: center;
  margin-bottom: 6.5rem;
}
.sk-block-reviews .sk-reviews__headings .sk-text__title {
  margin-top: 1.5rem;
}
.sk-block-reviews .sk-reviews__item {
  background: #FFFFFF;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.08);
  padding: 3.5rem 3rem;
  border-radius: 2rem;
}
.sk-block-reviews .sk-reviews__item .sk-reviews__image {
  width: 100%;
  height: 100%;
  text-align: center;
}
.sk-block-reviews .sk-reviews__item .sk-reviews__image img {
  width: 11rem;
  height: 11rem;
}
.sk-block-reviews .sk-reviews__stars {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  margin-top: 2px;
}
.sk-block-reviews .sk-reviews__stars svg {
  width: 10rem;
  height: 2rem;
}
.sk-block-reviews .sk-reviews__title {
  font-size: 2rem;
  font-weight: bold;
  color: #6698AD;
  text-align: center;
  display: block;
  margin-top: 3rem;
}
.sk-block-reviews .sk-reviews__text {
  font-size: 18px;
  color: #878787;
}
.sk-block-reviews .sk-reviews__slide > .swiper-pagination {
  position: initial;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sk-block-reviews .sk-reviews__slide > .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 3px solid rgba(59, 109, 137, 0.4);
  width: 13px;
  height: 13px;
  transition: all 0.2s;
}
.sk-block-reviews .sk-reviews__slide > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 17px !important;
  height: 17px !important;
  border: 3px solid #3B6D89 !important;
}
.sk-block-reviews .sk-reviews__slide > .swiper-button-prev {
  background-image: unset !important;
  z-index: 1;
  top: 25% !important;
}
.sk-block-reviews .sk-reviews__slide > .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #3B6D89;
  border-radius: 500px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  z-index: -1;
}
.sk-block-reviews .sk-reviews__slide > .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #3B6D89;
  border-radius: 500px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 15'%3E%3Cpath d='M7 2 1.61 7.39 7 12.78' stroke='%23FFF' stroke-width='3' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.sk-block-reviews .sk-reviews__slide > .swiper-button-next {
  background-image: unset !important;
  z-index: 1;
  top: 25% !important;
}
.sk-block-reviews .sk-reviews__slide > .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #3B6D89;
  border-radius: 500px;
  width: 50px;
  height: 50px;
  transform: translate(-47.5%, -50%);
  z-index: -1;
}
.sk-block-reviews .sk-reviews__slide > .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  background-color: #3B6D89;
  border-radius: 500px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 15'%3E%3Cpath d='m2 2 5.39 5.39L2 12.78' stroke='%23FFF' stroke-width='3' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center;
  background-repeat: no-repeat;
}

.sk-media {
  display: flex;
  justify-content: center;
}
.sk-media__item {
  margin-left: 3rem;
}
.sk-media__item:first-child {
  margin-left: 0;
}
.sk-media__image {
  border: 6px solid #6698AD;
}
.sk-media__title {
  margin-top: 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #6698AD;
}
.sk-media__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10.5rem;
  height: 10.5rem;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.35);
  border-radius: 500px;
}
.sk-media__play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52.5%;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 38'%3E%3Cpath d='M31.961 20.736 2.992 37.29A2 2 0 0 1 0 35.554V2.446A2 2 0 0 1 2.992.71l28.97 16.554a2 2 0 0 1 0 3.472Z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  width: 4rem;
  height: 4rem;
}
.sk-media__text {
  font-size: 18px;
  color: #878787;
  font-style: italic;
}

.sk-block-media .sk-text__title {
  margin-bottom: 7rem;
  text-align: center;
}

/* @start: Partner [DESKTOP] */
.sk-block-partner .sk-partner__slide {
  height: auto;
}
.sk-block-partner .sk-partner__slide > .swiper-pagination {
  position: initial;
  margin-top: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sk-block-partner .sk-partner__slide > .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 3px solid rgba(59, 109, 137, 0.4);
  width: 13px;
  height: 13px;
  transition: all 0.2s;
}
.sk-block-partner .sk-partner__slide > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 17px !important;
  height: 17px !important;
  border: 3px solid #3B6D89 !important;
}
.sk-block-partner .sk-partner__slide:hover > .swiper-button-prev {
  opacity: 1;
}
.sk-block-partner .sk-partner__slide:hover > .swiper-button-next {
  opacity: 1;
}
.sk-block-partner .sk-partner__slide > .swiper-button-prev {
  background-image: unset !important;
  z-index: 1;
  top: 50% !important;
  opacity: 0;
  transition: opacity ease 0.1s;
}
.sk-block-partner .sk-partner__slide > .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #3B6D89;
  border-radius: 500px;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  z-index: -1;
}
.sk-block-partner .sk-partner__slide > .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #3B6D89;
  border-radius: 500px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 15'%3E%3Cpath d='M7 2 1.61 7.39 7 12.78' stroke='%23FFF' stroke-width='3' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center;
  background-repeat: no-repeat;
}
.sk-block-partner .sk-partner__slide > .swiper-button-next {
  background-image: unset !important;
  z-index: 1;
  top: 50% !important;
  opacity: 0;
  transition: opacity ease 0.1s;
}
.sk-block-partner .sk-partner__slide > .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #3B6D89;
  border-radius: 500px;
  width: 50px;
  height: 50px;
  transform: translate(-47.5%, -50%);
  z-index: -1;
}
.sk-block-partner .sk-partner__slide > .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  background-color: #3B6D89;
  border-radius: 500px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 15'%3E%3Cpath d='m2 2 5.39 5.39L2 12.78' stroke='%23FFF' stroke-width='3' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-position: center;
  background-repeat: no-repeat;
}

/* @start: FAQ */
.sk-block-faq .sk-faq {
  margin-top: 3rem;
}
.sk-block-faq .sk-faq.hidefaq {
  display: none;
}
.sk-block-faq .sk-faq__item {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.08);
  padding: 2.5rem 5rem;
  border-radius: 40px;
  margin-bottom: 3rem;
  position: relative;
  cursor: pointer;
}
.sk-block-faq .sk-faq__item:last-child {
  margin-bottom: 0;
}
.sk-block-faq .sk-faq__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #6698AD;
  width: 10%;
  height: 100%;
  border-radius: 0 40px 40px 0;
  z-index: 0;
  pointer-events: none;
}
.sk-block-faq .sk-faq__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cg stroke='%23FFF' stroke-width='4' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 2.968V17.5M2.734 10.234h14.532'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: 20px;
  transition: all 0.2s;
  pointer-events: none;
}
.sk-block-faq .sk-faq__item.is--active:after {
  background-color: #3B6D89;
}
.sk-block-faq .sk-faq__item.is--active:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20' xml:space='preserve'%3E%3Cpath d='M2.7 10.2h14.5' style='fill:none;stroke:%23fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round'/%3E%3C/svg%3E");
}
.sk-block-faq .sk-faq__description {
  width: 92%;
}
.sk-block-faq .sk-faq__load-more {
  text-align: center;
  margin-top: 5rem;
}
.sk-block-faq .sk-faq__load-more-btn {
  font-size: 20px;
  color: #6698AD;
  background: transparent;
  border: none;
  text-decoration: underline;
}

/* @start: Form */
.sk-form-new__footer div.t-white {
  font-size: 20px;
}
.sk-form-new__footer > a {
  margin: 4rem auto 3rem auto !important;
  max-width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sk-form-new__footer > a svg {
  width: 2rem;
  height: 2rem;
  margin-right: 5px;
}

#sk-landing-form {
  scroll-margin-top: 300px;
}

/* @start: Footer */
.sk-footer__logo {
  width: 16rem;
}

/* @start: Map Gallery */
.sk-block-map .sk-map__gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sk-block-map .sk-map__gallery-item {
  width: 50%;
  display: inline-block;
}
.sk-block-map .sk-map__gallery-item:nth-child(odd) {
  padding: 0 1.5rem 3rem 0;
}
.sk-block-map .sk-map__gallery-item:nth-child(even) {
  padding: 0 0 3rem 1.5rem;
}
.sk-block-map .entry-map {
  min-height: 68rem;
}
.sk-block-map .sk-text__title {
  margin-bottom: 0;
}

/* @start: Tabs */
.sk-block-tabs .sk-tab__title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
  color: #3B6D89;
}
.sk-block-tabs .sk-tab__controls {
  display: flex;
  justify-content: center;
}
.sk-block-tabs .sk-tab__controls-item {
  margin-right: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-style: italic;
  filter: grayscale(100);
  transition: ease 0.05s;
  cursor: pointer;
  width: 12rem;
}
.sk-block-tabs .sk-tab__controls-item.is--active {
  filter: grayscale(0);
}
.sk-block-tabs .sk-tab__controls-item.is--active span {
  color: #F5333F;
}
.sk-block-tabs .sk-tab__controls-item:hover {
  filter: grayscale(0);
  color: #F5333F;
}
.sk-block-tabs .sk-tab__controls-item span {
  margin-top: 8px;
  border-bottom: 2px solid #F5333F;
  font-size: 1.8rem;
  font-weight: bold;
}
.sk-block-tabs .sk-tab__controls-item:last-child {
  margin-right: 0;
}
.sk-block-tabs .sk-tab__controls-title {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  margin-bottom: 3rem;
}
.sk-block-tabs .sk-tab__content {
  display: none;
  visibility: hidden;
  opacity: 0;
  margin-top: 7.5rem;
}
.sk-block-tabs .sk-tab__content.is--active {
  display: flex;
  flex-wrap: wrap;
  visibility: visible;
  opacity: 1;
}
.sk-block-tabs .sk-tab__content .col-md-4 {
  margin-top: 15px;
}

/* @start: Decorations */
.sk-decoration__microscope--right {
  position: absolute;
  top: 50%;
  right: -1%;
  transform: translateY(-50%);
  z-index: -1;
  width: 400px;
}
.sk-decoration__atom--left {
  position: absolute;
  top: 5%;
  left: 5%;
  transform: translateY(-50%);
  width: 40rem;
  transform: rotate(45deg);
  z-index: -1;
}
.sk-decoration__atom--left span {
  width: 400px;
}
.sk-decoration__atom--right {
  position: absolute;
  bottom: -20%;
  right: -4%;
  transform: translateY(-50%);
  z-index: -1;
}
.sk-decoration__atom--right > span {
  width: 736px;
}
.sk-decoration__dna--right {
  position: absolute;
  bottom: 0;
  right: 5%;
  height: 90rem;
  width: 40rem;
  transform: scaleX(-1) rotate(180deg);
  z-index: -1;
}
.sk-decoration__dna--left {
  position: absolute;
  top: 0;
  left: 5%;
  height: 74rem;
  width: 35rem;
  z-index: -1;
}
.sk-decoration__like-bg {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 72rem;
  height: 72rem;
  z-index: -1;
}

/* @start: BASE [DESKTOP] */
.container.container__landing {
  width: 1440px;
  margin: auto;
}

@media only screen and (max-width: 1440px) {
  .container.container__landing {
    width: 1060px;
    margin: auto;
  }
}
.sk-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.b-img {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.b-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* PADDINGS */
.pdg-top--4x {
  padding-top: 12rem;
}

.pdg-top--3x {
  padding-top: 9rem;
}

.pdg-top--2x {
  padding-top: 6rem;
}

.pdg-top--1x {
  padding-top: 3rem;
}

.pdg-top--0x {
  padding-top: 0;
}

.pdg-bottom--0x {
  padding-bottom: 0;
}

.pdg-bottom--1x {
  padding-bottom: 3rem;
}

.pdg-bottom--2x {
  padding-bottom: 6rem;
}

.pdg-bottom--3x {
  padding-bottom: 9rem;
}

.pdg-bottom--4x {
  padding-bottom: 12rem;
}

.no-paddings {
  padding: 0 !important;
}

.sk-section {
  background: #FFFFFF;
}
.sk-section--gray {
  background: #F8F8F8;
}
.sk-section--dark-gray {
  background: #B1B4B3;
}
.sk-section--blu {
  background: #3B6D89;
}
.sk-section--azure {
  background: #51B0CB;
}
.sk-section--red {
  background: #F5333F;
}/*# sourceMappingURL=style.css.map */