/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Light version adapted by Adhesive/Brand+Digital Designers
 */

 *,
 *::before,
 *::after {
     box-sizing: border-box;
 }
 
 html {
     font-family: sans-serif;
     font-size: 14px;
     line-height: 1.2em;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     -ms-overflow-style: scrollbar;
     -webkit-tap-highlight-color: transparent;
 }
 
 @-ms-viewport {
     width: device-width;
 }
 
 article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
     display: block;
 }
 
 body {
     margin: 0;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.2em;
     color: #212529;
     text-align: left;
     background-color: #fff;
 }
 
 [tabindex="-1"]:focus {
     outline: 0 !important;
 }
 
 hr {
     box-sizing: content-box;
     height: 0;
     overflow: visible;
 }
 
 h1, h2, h3, h4, h5, h6 {
     margin-top: 0;
     margin-bottom: 0.5rem;
 }
 
 p {
     margin-top: 0;
     margin-bottom: 1rem;
 }
 
 abbr[title],
 abbr[data-original-title] {
     text-decoration: underline;
     -webkit-text-decoration: underline dotted;
     text-decoration: underline dotted;
     cursor: help;
     border-bottom: 0;
 }
 
 address {
     margin-bottom: 1rem;
     font-style: normal;
     line-height: inherit;
 }
 
 ol,
 ul,
 dl {
     margin-top: 0;
     margin-bottom: 1rem;
 }
 
 ol ol,
 ul ul,
 ol ul,
 ul ol {
     margin-bottom: 0;
 }
 
 dt {
     font-weight: 700;
 }
 
 dd {
     margin-bottom: .5rem;
     margin-left: 0;
 }
 
 blockquote {
     margin: 0 0 1rem;
 }
 
 dfn {
     font-style: italic;
 }
 
 b,
 strong {
     font-weight: bolder;
 }
 
 small {
     font-size: 80%;
 }
 
 sub,
 sup {
     position: relative;
     font-size: 75%;
     line-height: 0;
     vertical-align: baseline;
 }
 
 sub {
     bottom: -.25em;
 }
 
 sup {
     top: -.5em;
 }
 
 a {
     color: #007bff;
     text-decoration: none;
     background-color: transparent;
     -webkit-text-decoration-skip: objects;
 }
 
 a:hover {
     color: #0056b3;
     text-decoration: underline;
 }
 
 a:not([href]):not([tabindex]) {
     color: inherit;
     text-decoration: none;
 }
 
 a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
     color: inherit;
     text-decoration: none;
 }
 
 a:not([href]):not([tabindex]):focus {
     outline: 0;
 }
 
 pre,
 code,
 kbd,
 samp {
     font-family: monospace, monospace;
     font-size: 1em;
 }
 
 pre {
     margin-top: 0;
     margin-bottom: 1rem;
     overflow: auto;
     -ms-overflow-style: scrollbar;
 }
 
 figure {
     margin: 0 0 1rem;
 }
 
 img {
     vertical-align: middle;
     border-style: none;
 }
 
 svg:not(:root) {
     overflow: hidden;
 }
 
 table {
     border-collapse: collapse;
 }
 
 caption {
     padding-top: 0.75rem;
     padding-bottom: 0.75rem;
     color: #6c757d;
     text-align: left;
     caption-side: bottom;
 }
 
 th {
     text-align: inherit;
 }
 
 label {
     display: inline-block;
     margin-bottom: .5rem;
 }
 
 button {
     border-radius: 0;
 }
 
 button:focus {
     outline: 1px dotted;
     outline: 5px auto -webkit-focus-ring-color;
 }
 
 input,
 button,
 select,
 optgroup,
 textarea {
     margin: 0;
     font-family: inherit;
     font-size: inherit;
     line-height: inherit;
 }
 
 button,
 input {
     overflow: visible;
 }
 
 button,
 select {
     text-transform: none;
 }
 
 button,
 html [type="button"],
 [type="reset"],
 [type="submit"] {
     -webkit-appearance: button;
 }
 
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
     padding: 0;
     border-style: none;
 }
 
 input[type="radio"],
 input[type="checkbox"] {
     box-sizing: border-box;
     padding: 0;
 }
 
 input[type="date"],
 input[type="time"],
 input[type="datetime-local"],
 input[type="month"] {
     -webkit-appearance: listbox;
 }
 
 textarea {
     overflow: auto;
     resize: vertical;
 }
 
 fieldset {
     min-width: 0;
     padding: 0;
     margin: 0;
     border: 0;
 }
 
 legend {
     display: block;
     width: 100%;
     max-width: 100%;
     padding: 0;
     margin-bottom: .5rem;
     font-size: 1.5rem;
     line-height: inherit;
     color: inherit;
     white-space: normal;
 }
 
 progress {
     vertical-align: baseline;
 }
 
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
     height: auto;
 }
 
 [type="search"] {
     outline-offset: -2px;
     -webkit-appearance: none;
 }
 
 [type="search"]::-webkit-search-cancel-button,
 [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
 }
 
 ::-webkit-file-upload-button {
     font: inherit;
     -webkit-appearance: button;
 }
 
 output {
     display: inline-block;
 }
 
 summary {
     display: list-item;
     cursor: pointer;
 }
 
 template {
     display: none;
 }
 
 [hidden] {
     display: none !important;
 }
 
 h1, h2, h3, h4, h5, h6,
 .h1, .h2, .h3, .h4, .h5, .h6 {
     margin-bottom: 0.5rem;
     font-family: inherit;
     font-weight: 500;
     line-height: 1.2;
     color: inherit;
 }
 
 h1, .h1 {
     font-size: 2.5rem;
 }
 
 h2, .h2 {
     font-size: 2rem;
 }
 
 h3, .h3 {
     font-size: 1.75rem;
 }
 
 h4, .h4 {
     font-size: 1.5rem;
 }
 
 h5, .h5 {
     font-size: 1.25rem;
 }
 
 h6, .h6 {
     font-size: 1rem;
 }
 
 .lead {
     font-size: 1.25rem;
     font-weight: 300;
 }
 
 .display-1 {
     font-size: 6rem;
     font-weight: 300;
     line-height: 1.2;
 }
 
 .display-2 {
     font-size: 5.5rem;
     font-weight: 300;
     line-height: 1.2;
 }
 
 .display-3 {
     font-size: 4.5rem;
     font-weight: 300;
     line-height: 1.2;
 }
 
 .display-4 {
     font-size: 3.5rem;
     font-weight: 300;
     line-height: 1.2;
 }
 
 hr {
     margin-top: 1rem;
     margin-bottom: 1rem;
     border: 0;
     border-top: 1px solid rgba(0, 0, 0, 0.1);
 }
 
 small,
 .small {
     font-size: 80%;
     font-weight: 400;
 }
 
 mark,
 .mark {
     padding: 0.2em;
     background-color: #fcf8e3;
 }
 
 .list-unstyled {
     padding-left: 0;
     list-style: none;
 }
 
 .list-inline {
     padding-left: 0;
     list-style: none;
 }
 
 .list-inline-item {
     display: inline-block;
 }
 
 .list-inline-item:not(:last-child) {
     margin-right: 0.5rem;
 }
 
 .initialism {
     font-size: 90%;
     text-transform: uppercase;
 }
 
 .blockquote {
     margin-bottom: 1rem;
     font-size: 1.25rem;
 }
 
 .blockquote-footer {
     display: block;
     font-size: 80%;
     color: #6c757d;
 }
 
 .blockquote-footer::before {
     content: "\2014 \00A0";
 }
 
 .img-fluid {
     max-width: 100%;
     height: auto;
 }
 
 .img-thumbnail {
     padding: 0.25rem;
     background-color: #fff;
     border: 1px solid #dee2e6;
     border-radius: 0.25rem;
     max-width: 100%;
     height: auto;
 }
 
 .figure {
     display: inline-block;
 }
 
 .figure-img {
     margin-bottom: 0.5rem;
     line-height: 1;
 }
 
 .figure-caption {
     font-size: 90%;
     color: #6c757d;
 }
 
 code,
 kbd,
 pre,
 samp {
     font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
 }
 
 code {
     font-size: 87.5%;
     color: #e83e8c;
     word-break: break-word;
 }
 
 a > code {
     color: inherit;
 }
 
 kbd {
     padding: 0.2rem 0.4rem;
     font-size: 87.5%;
     color: #fff;
     background-color: #212529;
     border-radius: 0.2rem;
 }
 
 kbd kbd {
     padding: 0;
     font-size: 100%;
     font-weight: 700;
 }
 
 pre {
     display: block;
     font-size: 87.5%;
     color: #212529;
 }
 
 pre code {
     font-size: inherit;
     color: inherit;
     word-break: normal;
 }
 
 .pre-scrollable {
     max-height: 340px;
     overflow-y: scroll;
 }
 
 .container {
     width: 100%;
     padding-right: 1rem;
     padding-left: 1rem;
     margin-right: auto;
     margin-left: auto;
 }
 
 @media (min-width: 576px) {
     .container {
         max-width: 540px;
     }
 }
 
 @media (min-width: 768px) {
     .container {
         max-width: 720px;
     }
 }
 
 @media (min-width: 992px) {
     .container {
         max-width: 960px;
     }
 }
 
 @media (min-width: 1200px) {
     .container {
         max-width: 1140px;
     }
 }
 
 .container-fluid {
     width: 100%;
     padding-right: 1rem;
     padding-left: 1rem;
     margin-right: auto;
     margin-left: auto;
 }
 
 .row {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -.5rem;
     margin-left: -.5rem;
 }
 
 .no-gutters {
     margin-right: 0;
     margin-left: 0;
 }
 
 .no-gutters > .col,
 .no-gutters > [class*="col-"] {
     padding-right: 0;
     padding-left: 0;
 }
 
 .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto,
 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto,
 .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, .col-md, .col-md-auto,
 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto,
 .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
     position: relative;
     width: 100%;
     min-height: 1px;
     padding-right: .5rem;
     padding-left: .5rem;
 }
 
 .col {
     -ms-flex-preferred-size: 0;
     flex-basis: 0;
     -webkit-box-flex: 1;
     -ms-flex-positive: 1;
     flex-grow: 1;
     max-width: 100%;
 }
 
 .col-auto {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
     width: auto;
     max-width: none;
 }
 
 .col-1 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 8.333333%;
     flex: 0 0 8.333333%;
     max-width: 8.333333%;
 }
 
 .col-2 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 16.666667%;
     flex: 0 0 16.666667%;
     max-width: 16.666667%;
 }
 
 .col-3 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%;
 }
 
 .col-4 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 33.333333%;
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
 }
 
 .col-5 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 41.666667%;
     flex: 0 0 41.666667%;
     max-width: 41.666667%;
 }
 
 .col-6 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
 }
 
 .col-7 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 58.333333%;
     flex: 0 0 58.333333%;
     max-width: 58.333333%;
 }
 
 .col-8 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 66.666667%;
     flex: 0 0 66.666667%;
     max-width: 66.666667%;
 }
 
 .col-9 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 75%;
     flex: 0 0 75%;
     max-width: 75%;
 }
 
 .col-10 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 83.333333%;
     flex: 0 0 83.333333%;
     max-width: 83.333333%;
 }
 
 .col-11 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 91.666667%;
     flex: 0 0 91.666667%;
     max-width: 91.666667%;
 }
 
 .col-12 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
 }
 
 .order-first {
     -webkit-box-ordinal-group: 0;
     -ms-flex-order: -1;
     order: -1;
 }
 
 .order-last {
     -webkit-box-ordinal-group: 14;
     -ms-flex-order: 13;
     order: 13;
 }
 
 .order-0 {
     -webkit-box-ordinal-group: 1;
     -ms-flex-order: 0;
     order: 0;
 }
 
 .order-1 {
     -webkit-box-ordinal-group: 2;
     -ms-flex-order: 1;
     order: 1;
 }
 
 .order-2 {
     -webkit-box-ordinal-group: 3;
     -ms-flex-order: 2;
     order: 2;
 }
 
 .order-3 {
     -webkit-box-ordinal-group: 4;
     -ms-flex-order: 3;
     order: 3;
 }
 
 .order-4 {
     -webkit-box-ordinal-group: 5;
     -ms-flex-order: 4;
     order: 4;
 }
 
 .order-5 {
     -webkit-box-ordinal-group: 6;
     -ms-flex-order: 5;
     order: 5;
 }
 
 .order-6 {
     -webkit-box-ordinal-group: 7;
     -ms-flex-order: 6;
     order: 6;
 }
 
 .order-7 {
     -webkit-box-ordinal-group: 8;
     -ms-flex-order: 7;
     order: 7;
 }
 
 .order-8 {
     -webkit-box-ordinal-group: 9;
     -ms-flex-order: 8;
     order: 8;
 }
 
 .order-9 {
     -webkit-box-ordinal-group: 10;
     -ms-flex-order: 9;
     order: 9;
 }
 
 .order-10 {
     -webkit-box-ordinal-group: 11;
     -ms-flex-order: 10;
     order: 10;
 }
 
 .order-11 {
     -webkit-box-ordinal-group: 12;
     -ms-flex-order: 11;
     order: 11;
 }
 
 .order-12 {
     -webkit-box-ordinal-group: 13;
     -ms-flex-order: 12;
     order: 12;
 }
 
 .offset-1 {
     margin-left: 8.333333%;
 }
 
 .offset-2 {
     margin-left: 16.666667%;
 }
 
 .offset-3 {
     margin-left: 25%;
 }
 
 .offset-4 {
     margin-left: 33.333333%;
 }
 
 .offset-5 {
     margin-left: 41.666667%;
 }
 
 .offset-6 {
     margin-left: 50%;
 }
 
 .offset-7 {
     margin-left: 58.333333%;
 }
 
 .offset-8 {
     margin-left: 66.666667%;
 }
 
 .offset-9 {
     margin-left: 75%;
 }
 
 .offset-10 {
     margin-left: 83.333333%;
 }
 
 .offset-11 {
     margin-left: 91.666667%;
 }
 
 .offsetr-1 {
     margin-right: 8.333333%;
 }
 
 .offsetr-2 {
     margin-right: 16.666667%;
 }
 
 .offsetr-3 {
     margin-right: 25%;
 }
 
 .offsetr-4 {
     margin-right: 33.333333%;
 }
 
 .offsetr-5 {
     margin-right: 41.666667%;
 }
 
 .offsetr-6 {
     margin-right: 50%;
 }
 
 .offsetr-7 {
     margin-right: 58.333333%;
 }
 
 .offsetr-8 {
     margin-right: 66.666667%;
 }
 
 .offsetr-9 {
     margin-right: 75%;
 }
 
 .offsetr-10 {
     margin-right: 83.333333%;
 }
 
 .offsetr-11 {
     margin-right: 91.666667%;
 }
 
 @media (min-width: 768px) {
     .col-md {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -webkit-box-flex: 1;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
     }
     .col-md-auto {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: none;
     }
     .col-md-1 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 8.333333%;
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
     .col-md-2 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
     .col-md-3 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }
     .col-md-4 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
     .col-md-5 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
     .col-md-6 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-md-7 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 58.333333%;
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
     .col-md-8 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
     .col-md-9 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-md-10 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
     .col-md-11 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 91.666667%;
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
     .col-md-12 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
     .order-md-first {
         -webkit-box-ordinal-group: 0;
         -ms-flex-order: -1;
         order: -1;
     }
     .order-md-last {
         -webkit-box-ordinal-group: 14;
         -ms-flex-order: 13;
         order: 13;
     }
     .order-md-0 {
         -webkit-box-ordinal-group: 1;
         -ms-flex-order: 0;
         order: 0;
     }
     .order-md-1 {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
     }
     .order-md-2 {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
     }
     .order-md-3 {
         -webkit-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3;
     }
     .order-md-4 {
         -webkit-box-ordinal-group: 5;
         -ms-flex-order: 4;
         order: 4;
     }
     .order-md-5 {
         -webkit-box-ordinal-group: 6;
         -ms-flex-order: 5;
         order: 5;
     }
     .order-md-6 {
         -webkit-box-ordinal-group: 7;
         -ms-flex-order: 6;
         order: 6;
     }
     .order-md-7 {
         -webkit-box-ordinal-group: 8;
         -ms-flex-order: 7;
         order: 7;
     }
     .order-md-8 {
         -webkit-box-ordinal-group: 9;
         -ms-flex-order: 8;
         order: 8;
     }
     .order-md-9 {
         -webkit-box-ordinal-group: 10;
         -ms-flex-order: 9;
         order: 9;
     }
     .order-md-10 {
         -webkit-box-ordinal-group: 11;
         -ms-flex-order: 10;
         order: 10;
     }
     .order-md-11 {
         -webkit-box-ordinal-group: 12;
         -ms-flex-order: 11;
         order: 11;
     }
     .order-md-12 {
         -webkit-box-ordinal-group: 13;
         -ms-flex-order: 12;
         order: 12;
     }
     .offset-md-0 {
         margin-left: 0;
     }
     .offset-md-1 {
         margin-left: 8.333333%;
     }
     .offset-md-2 {
         margin-left: 16.666667%;
     }
     .offset-md-3 {
         margin-left: 25%;
     }
     .offset-md-4 {
         margin-left: 33.333333%;
     }
     .offset-md-5 {
         margin-left: 41.666667%;
     }
     .offset-md-6 {
         margin-left: 50%;
     }
     .offset-md-7 {
         margin-left: 58.333333%;
     }
     .offset-md-8 {
         margin-left: 66.666667%;
     }
     .offset-md-9 {
         margin-left: 75%;
     }
     .offset-md-10 {
         margin-left: 83.333333%;
     }
     .offset-md-11 {
         margin-left: 91.666667%;
     }
 
     .offsetr-md-0 {
         margin-right: 0;
     }
     .offsetr-md-1 {
         margin-right: 8.333333%;
     }
     .offsetr-md-2 {
         margin-right: 16.666667%;
     }
     .offsetr-md-3 {
         margin-right: 25%;
     }
     .offsetr-md-4 {
         margin-right: 33.333333%;
     }
     .offsetr-md-5 {
         margin-right: 41.666667%;
     }
     .offsetr-md-6 {
         margin-right: 50%;
     }
     .offsetr-md-7 {
         margin-right: 58.333333%;
     }
     .offsetr-md-8 {
         margin-right: 66.666667%;
     }
     .offsetr-md-9 {
         margin-right: 75%;
     }
     .offsetr-md-10 {
         margin-right: 83.333333%;
     }
     .offsetr-md-11 {
         margin-right: 91.666667%;
     }
 }
 
 @media (min-width: 992px) {
     .col-lg {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -webkit-box-flex: 1;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
     }
     .col-lg-auto {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: none;
     }
     .col-lg-1 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 8.333333%;
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
     .col-lg-2 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
     .col-lg-3 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }
     .col-lg-4 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
     .col-lg-5 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
     .col-lg-6 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-lg-7 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 58.333333%;
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
     .col-lg-8 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
     .col-lg-9 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-lg-10 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
     .col-lg-11 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 91.666667%;
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
     .col-lg-12 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
     .order-lg-first {
         -webkit-box-ordinal-group: 0;
         -ms-flex-order: -1;
         order: -1;
     }
     .order-lg-last {
         -webkit-box-ordinal-group: 14;
         -ms-flex-order: 13;
         order: 13;
     }
     .order-lg-0 {
         -webkit-box-ordinal-group: 1;
         -ms-flex-order: 0;
         order: 0;
     }
     .order-lg-1 {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
     }
     .order-lg-2 {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
     }
     .order-lg-3 {
         -webkit-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3;
     }
     .order-lg-4 {
         -webkit-box-ordinal-group: 5;
         -ms-flex-order: 4;
         order: 4;
     }
     .order-lg-5 {
         -webkit-box-ordinal-group: 6;
         -ms-flex-order: 5;
         order: 5;
     }
     .order-lg-6 {
         -webkit-box-ordinal-group: 7;
         -ms-flex-order: 6;
         order: 6;
     }
     .order-lg-7 {
         -webkit-box-ordinal-group: 8;
         -ms-flex-order: 7;
         order: 7;
     }
     .order-lg-8 {
         -webkit-box-ordinal-group: 9;
         -ms-flex-order: 8;
         order: 8;
     }
     .order-lg-9 {
         -webkit-box-ordinal-group: 10;
         -ms-flex-order: 9;
         order: 9;
     }
     .order-lg-10 {
         -webkit-box-ordinal-group: 11;
         -ms-flex-order: 10;
         order: 10;
     }
     .order-lg-11 {
         -webkit-box-ordinal-group: 12;
         -ms-flex-order: 11;
         order: 11;
     }
     .order-lg-12 {
         -webkit-box-ordinal-group: 13;
         -ms-flex-order: 12;
         order: 12;
     }
     .offset-lg-0 {
         margin-left: 0;
     }
     .offset-lg-1 {
         margin-left: 8.333333%;
     }
     .offset-lg-2 {
         margin-left: 16.666667%;
     }
     .offset-lg-3 {
         margin-left: 25%;
     }
     .offset-lg-4 {
         margin-left: 33.333333%;
     }
     .offset-lg-5 {
         margin-left: 41.666667%;
     }
     .offset-lg-6 {
         margin-left: 50%;
     }
     .offset-lg-7 {
         margin-left: 58.333333%;
     }
     .offset-lg-8 {
         margin-left: 66.666667%;
     }
     .offset-lg-9 {
         margin-left: 75%;
     }
     .offset-lg-10 {
         margin-left: 83.333333%;
     }
     .offset-lg-11 {
         margin-left: 91.666667%;
     }
 
     .offsetr-lg-0 {
         margin-right: 0;
     }
     .offsetr-lg-1 {
         margin-right: 8.333333%;
     }
     .offsetr-lg-2 {
         margin-right: 16.666667%;
     }
     .offsetr-lg-3 {
         margin-right: 25%;
     }
     .offsetr-lg-4 {
         margin-right: 33.333333%;
     }
     .offsetr-lg-5 {
         margin-right: 41.666667%;
     }
     .offsetr-lg-6 {
         margin-right: 50%;
     }
     .offsetr-lg-7 {
         margin-right: 58.333333%;
     }
     .offsetr-lg-8 {
         margin-right: 66.666667%;
     }
     .offsetr-lg-9 {
         margin-right: 75%;
     }
     .offsetr-lg-10 {
         margin-right: 83.333333%;
     }
     .offsetr-lg-11 {
         margin-right: 91.666667%;
     }
 }
 
 @media (min-width: 1200px) {
     .col-xl {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -webkit-box-flex: 1;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
     }
     .col-xl-auto {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: none;
     }
     .col-xl-1 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 8.333333%;
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
     .col-xl-2 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
     .col-xl-3 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }
     .col-xl-4 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
     .col-xl-5 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
     .col-xl-6 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-xl-7 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 58.333333%;
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
     .col-xl-8 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
     .col-xl-9 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-xl-10 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
     .col-xl-11 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 91.666667%;
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
     .col-xl-12 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
     .order-xl-first {
         -webkit-box-ordinal-group: 0;
         -ms-flex-order: -1;
         order: -1;
     }
     .order-xl-last {
         -webkit-box-ordinal-group: 14;
         -ms-flex-order: 13;
         order: 13;
     }
     .order-xl-0 {
         -webkit-box-ordinal-group: 1;
         -ms-flex-order: 0;
         order: 0;
     }
     .order-xl-1 {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
     }
     .order-xl-2 {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
     }
     .order-xl-3 {
         -webkit-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3;
     }
     .order-xl-4 {
         -webkit-box-ordinal-group: 5;
         -ms-flex-order: 4;
         order: 4;
     }
     .order-xl-5 {
         -webkit-box-ordinal-group: 6;
         -ms-flex-order: 5;
         order: 5;
     }
     .order-xl-6 {
         -webkit-box-ordinal-group: 7;
         -ms-flex-order: 6;
         order: 6;
     }
     .order-xl-7 {
         -webkit-box-ordinal-group: 8;
         -ms-flex-order: 7;
         order: 7;
     }
     .order-xl-8 {
         -webkit-box-ordinal-group: 9;
         -ms-flex-order: 8;
         order: 8;
     }
     .order-xl-9 {
         -webkit-box-ordinal-group: 10;
         -ms-flex-order: 9;
         order: 9;
     }
     .order-xl-10 {
         -webkit-box-ordinal-group: 11;
         -ms-flex-order: 10;
         order: 10;
     }
     .order-xl-11 {
         -webkit-box-ordinal-group: 12;
         -ms-flex-order: 11;
         order: 11;
     }
     .order-xl-12 {
         -webkit-box-ordinal-group: 13;
         -ms-flex-order: 12;
         order: 12;
     }
     .offset-xl-0 {
         margin-left: 0;
     }
     .offset-xl-1 {
         margin-left: 8.333333%;
     }
     .offset-xl-2 {
         margin-left: 16.666667%;
     }
     .offset-xl-3 {
         margin-left: 25%;
     }
     .offset-xl-4 {
         margin-left: 33.333333%;
     }
     .offset-xl-5 {
         margin-left: 41.666667%;
     }
     .offset-xl-6 {
         margin-left: 50%;
     }
     .offset-xl-7 {
         margin-left: 58.333333%;
     }
     .offset-xl-8 {
         margin-left: 66.666667%;
     }
     .offset-xl-9 {
         margin-left: 75%;
     }
     .offset-xl-10 {
         margin-left: 83.333333%;
     }
     .offset-xl-11 {
         margin-left: 91.666667%;
     }
 
     .offsetr-xl-0 {
         margin-right: 0;
     }
     .offsetr-xl-1 {
         margin-right: 8.333333%;
     }
     .offsetr-xl-2 {
         margin-right: 16.666667%;
     }
     .offsetr-xl-3 {
         margin-right: 25%;
     }
     .offsetr-xl-4 {
         margin-right: 33.333333%;
     }
     .offsetr-xl-5 {
         margin-right: 41.666667%;
     }
     .offsetr-xl-6 {
         margin-right: 50%;
     }
     .offsetr-xl-7 {
         margin-right: 58.333333%;
     }
     .offsetr-xl-8 {
         margin-right: 66.666667%;
     }
     .offsetr-xl-9 {
         margin-right: 75%;
     }
     .offsetr-xl-10 {
         margin-right: 83.333333%;
     }
     .offsetr-xl-11 {
         margin-right: 91.666667%;
     }
 }
 
 @media (min-width: 1540px) {
     .col-xxl {
         -ms-flex-preferred-size: 0;
         flex-basis: 0;
         -webkit-box-flex: 1;
         -ms-flex-positive: 1;
         flex-grow: 1;
         max-width: 100%;
     }
     .col-xxl-auto {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
         width: auto;
         max-width: none;
     }
     .col-xxl-1 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 8.333333%;
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
     .col-xxl-2 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 16.666667%;
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
     .col-xxl-3 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
         max-width: 25%;
     }
     .col-xxl-4 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 33.333333%;
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
     .col-xxl-5 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 41.666667%;
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
     .col-xxl-6 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-xxl-7 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 58.333333%;
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
     .col-xxl-8 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 66.666667%;
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
     .col-xxl-9 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 75%;
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-xxl-10 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 83.333333%;
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
     .col-xxl-11 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 91.666667%;
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
     .col-xxl-12 {
         -webkit-box-flex: 0;
         -ms-flex: 0 0 100%;
         flex: 0 0 100%;
         max-width: 100%;
     }
     .order-xxl-first {
         -webkit-box-ordinal-group: 0;
         -ms-flex-order: -1;
         order: -1;
     }
     .order-xxl-last {
         -webkit-box-ordinal-group: 14;
         -ms-flex-order: 13;
         order: 13;
     }
     .order-xxl-0 {
         -webkit-box-ordinal-group: 1;
         -ms-flex-order: 0;
         order: 0;
     }
     .order-xxl-1 {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
     }
     .order-xxl-2 {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
     }
     .order-xxl-3 {
         -webkit-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3;
     }
     .order-xxl-4 {
         -webkit-box-ordinal-group: 5;
         -ms-flex-order: 4;
         order: 4;
     }
     .order-xxl-5 {
         -webkit-box-ordinal-group: 6;
         -ms-flex-order: 5;
         order: 5;
     }
     .order-xxl-6 {
         -webkit-box-ordinal-group: 7;
         -ms-flex-order: 6;
         order: 6;
     }
     .order-xxl-7 {
         -webkit-box-ordinal-group: 8;
         -ms-flex-order: 7;
         order: 7;
     }
     .order-xxl-8 {
         -webkit-box-ordinal-group: 9;
         -ms-flex-order: 8;
         order: 8;
     }
     .order-xxl-9 {
         -webkit-box-ordinal-group: 10;
         -ms-flex-order: 9;
         order: 9;
     }
     .order-xxl-10 {
         -webkit-box-ordinal-group: 11;
         -ms-flex-order: 10;
         order: 10;
     }
     .order-xxl-11 {
         -webkit-box-ordinal-group: 12;
         -ms-flex-order: 11;
         order: 11;
     }
     .order-xxl-12 {
         -webkit-box-ordinal-group: 13;
         -ms-flex-order: 12;
         order: 12;
     }
     .offset-xxl-0 {
         margin-left: 0;
     }
     .offset-xxl-1 {
         margin-left: 8.333333%;
     }
     .offset-xxl-2 {
         margin-left: 16.666667%;
     }
     .offset-xxl-3 {
         margin-left: 25%;
     }
     .offset-xxl-4 {
         margin-left: 33.333333%;
     }
     .offset-xxl-5 {
         margin-left: 41.666667%;
     }
     .offset-xxl-6 {
         margin-left: 50%;
     }
     .offset-xxl-7 {
         margin-left: 58.333333%;
     }
     .offset-xxl-8 {
         margin-left: 66.666667%;
     }
     .offset-xxl-9 {
         margin-left: 75%;
     }
     .offset-xxl-10 {
         margin-left: 83.333333%;
     }
     .offset-xxl-11 {
         margin-left: 91.666667%;
     }
 
     .offsetr-xxl-0 {
         margin-right: 0;
     }
     .offsetr-xxl-1 {
         margin-right: 8.333333%;
     }
     .offsetr-xxl-2 {
         margin-right: 16.666667%;
     }
     .offsetr-xxl-3 {
         margin-right: 25%;
     }
     .offsetr-xxl-4 {
         margin-right: 33.333333%;
     }
     .offsetr-xxl-5 {
         margin-right: 41.666667%;
     }
     .offsetr-xxl-6 {
         margin-right: 50%;
     }
     .offsetr-xxl-7 {
         margin-right: 58.333333%;
     }
     .offsetr-xxl-8 {
         margin-right: 66.666667%;
     }
     .offsetr-xxl-9 {
         margin-right: 75%;
     }
     .offsetr-xxl-10 {
         margin-right: 83.333333%;
     }
     .offsetr-xxl-11 {
         margin-right: 91.666667%;
     }
 }
 
 
 .btn {
     display: inline-block;
     font-weight: 400;
     text-align: center;
     white-space: nowrap;
     vertical-align: middle;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     border: 1px solid transparent;
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     line-height: 1.5;
     border-radius: 0.25rem;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
 }
 
 .fade {
     opacity: 0;
     transition: opacity 0.15s linear;
 }
 
 .fade.show {
     opacity: 1;
 }
 
 .collapse {
     display: none;
 }
 
 .collapse.show {
     display: block;
 }
 
 .collapsing {
     position: relative;
     height: 0;
     overflow: hidden;
     transition: height 0.35s ease;
 }
 
 @-webkit-keyframes progress-bar-stripes {
     from {
         background-position: 1rem 0;
     }
     to {
         background-position: 0 0;
     }
 }
 
 @keyframes progress-bar-stripes {
     from {
         background-position: 1rem 0;
     }
     to {
         background-position: 0 0;
     }
 }
 
 .progress {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     height: 1rem;
     overflow: hidden;
     font-size: 0.75rem;
     background-color: #e9ecef;
     border-radius: 0.25rem;
 }
 
 .progress-bar {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     color: #fff;
     text-align: center;
     background-color: #007bff;
     transition: width 0.6s ease;
 }
 
 .progress-bar-striped {
     background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
     background-size: 1rem 1rem;
 }
 
 .progress-bar-animated {
     -webkit-animation: progress-bar-stripes 1s linear infinite;
     animation: progress-bar-stripes 1s linear infinite;
 }
 
 
 .modal-open {
     overflow: hidden;
 }
 
 .modal {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1050;
     display: none;
     overflow: hidden;
     outline: 0;
 }
 
 .modal-open .modal {
     overflow-x: hidden;
     overflow-y: auto;
 }
 
 
 .modal-content {
     position: relative;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     width: 100%;
     pointer-events: auto;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius: 0.3rem;
     outline: 0;
 }
 
 .modal-backdrop {
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1040;
     background-color: #000;
 }
 
 .modal-backdrop.fade {
     opacity: 0;
 }
 
 .modal-backdrop.show {
     opacity: 0.5;
 }
 
 .modal-header {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     padding: 1rem;
     border-bottom: 1px solid #e9ecef;
     border-top-left-radius: 0.3rem;
     border-top-right-radius: 0.3rem;
 }
 
 .modal-title {
     margin-bottom: 0;
     line-height: 1.5;
 }
 
 .modal-body {
     position: relative;
     -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     padding: 1rem;
 }
 
 .modal-footer {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     padding: 1rem;
     border-top: 1px solid #e9ecef;
 }
 
 
 .align-baseline {
     vertical-align: baseline !important;
 }
 
 .align-top {
     vertical-align: top !important;
 }
 
 .align-middle {
     vertical-align: middle !important;
 }
 
 .align-bottom {
     vertical-align: bottom !important;
 }
 
 .align-text-bottom {
     vertical-align: text-bottom !important;
 }
 
 .align-text-top {
     vertical-align: text-top !important;
 }
 
 
 .bg-white {
     background-color: #fff !important;
 }
 
 .bg-transparent {
     background-color: transparent !important;
 }
 
 .border {
     border: 1px solid #dee2e6 !important;
 }
 
 .border-top {
     border-top: 1px solid #dee2e6 !important;
 }
 
 .border-right {
     border-right: 1px solid #dee2e6 !important;
 }
 
 .border-bottom {
     border-bottom: 1px solid #dee2e6 !important;
 }
 
 .border-left {
     border-left: 1px solid #dee2e6 !important;
 }
 
 .border-0 {
     border: 0 !important;
 }
 
 .border-top-0 {
     border-top: 0 !important;
 }
 
 .border-right-0 {
     border-right: 0 !important;
 }
 
 .border-bottom-0 {
     border-bottom: 0 !important;
 }
 
 .border-left-0 {
     border-left: 0 !important;
 }
 
 .border-white {
     border-color: #fff !important;
 }
 
 .rounded {
     border-radius: 0.25rem !important;
 }
 
 .rounded-top {
     border-top-left-radius: 0.25rem !important;
     border-top-right-radius: 0.25rem !important;
 }
 
 .rounded-right {
     border-top-right-radius: 0.25rem !important;
     border-bottom-right-radius: 0.25rem !important;
 }
 
 .rounded-bottom {
     border-bottom-right-radius: 0.25rem !important;
     border-bottom-left-radius: 0.25rem !important;
 }
 
 .rounded-left {
     border-top-left-radius: 0.25rem !important;
     border-bottom-left-radius: 0.25rem !important;
 }
 
 .rounded-circle {
     border-radius: 50% !important;
 }
 
 .rounded-0 {
     border-radius: 0 !important;
 }
 
 .clearfix::after {
     display: block;
     clear: both;
     content: "";
 }
 
 .d-none {
     display: none !important;
 }
 
 .d-inline {
     display: inline !important;
 }
 
 .d-inline-block {
     display: inline-block !important;
 }
 
 .d-block {
     display: block !important;
 }
 
 .d-table {
     display: table !important;
 }
 
 .d-table-row {
     display: table-row !important;
 }
 
 .d-table-cell {
     display: table-cell !important;
 }
 
 .d-flex {
     display: -webkit-box !important;
     display: -ms-flexbox !important;
     display: flex !important;
 }
 
 .d-inline-flex {
     display: -webkit-inline-box !important;
     display: -ms-inline-flexbox !important;
     display: inline-flex !important;
 }
 
 @media (min-width: 576px) {
     .d-sm-none {
         display: none !important;
     }
     .d-sm-inline {
         display: inline !important;
     }
     .d-sm-inline-block {
         display: inline-block !important;
     }
     .d-sm-block {
         display: block !important;
     }
     .d-sm-table {
         display: table !important;
     }
     .d-sm-table-row {
         display: table-row !important;
     }
     .d-sm-table-cell {
         display: table-cell !important;
     }
     .d-sm-flex {
         display: -webkit-box !important;
         display: -ms-flexbox !important;
         display: flex !important;
     }
     .d-sm-inline-flex {
         display: -webkit-inline-box !important;
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
     }
 }
 
 @media (min-width: 768px) {
     .d-md-none {
         display: none !important;
     }
     .d-md-inline {
         display: inline !important;
     }
     .d-md-inline-block {
         display: inline-block !important;
     }
     .d-md-block {
         display: block !important;
     }
     .d-md-table {
         display: table !important;
     }
     .d-md-table-row {
         display: table-row !important;
     }
     .d-md-table-cell {
         display: table-cell !important;
     }
     .d-md-flex {
         display: -webkit-box !important;
         display: -ms-flexbox !important;
         display: flex !important;
     }
     .d-md-inline-flex {
         display: -webkit-inline-box !important;
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
     }
 }
 
 @media (min-width: 992px) {
     .d-lg-none {
         display: none !important;
     }
     .d-lg-inline {
         display: inline !important;
     }
     .d-lg-inline-block {
         display: inline-block !important;
     }
     .d-lg-block {
         display: block !important;
     }
     .d-lg-table {
         display: table !important;
     }
     .d-lg-table-row {
         display: table-row !important;
     }
     .d-lg-table-cell {
         display: table-cell !important;
     }
     .d-lg-flex {
         display: -webkit-box !important;
         display: -ms-flexbox !important;
         display: flex !important;
     }
     .d-lg-inline-flex {
         display: -webkit-inline-box !important;
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
     }
 }
 
 @media (min-width: 1200px) {
     .d-xl-none {
         display: none !important;
     }
     .d-xl-inline {
         display: inline !important;
     }
     .d-xl-inline-block {
         display: inline-block !important;
     }
     .d-xl-block {
         display: block !important;
     }
     .d-xl-table {
         display: table !important;
     }
     .d-xl-table-row {
         display: table-row !important;
     }
     .d-xl-table-cell {
         display: table-cell !important;
     }
     .d-xl-flex {
         display: -webkit-box !important;
         display: -ms-flexbox !important;
         display: flex !important;
     }
     .d-xl-inline-flex {
         display: -webkit-inline-box !important;
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
     }
 }
 
 @media (min-width: 1540px) {
     .d-xxl-none {
         display: none !important;
     }
     .d-xxl-inline {
         display: inline !important;
     }
     .d-xxl-inline-block {
         display: inline-block !important;
     }
     .d-xxl-block {
         display: block !important;
     }
     .d-xxl-table {
         display: table !important;
     }
     .d-xxl-table-row {
         display: table-row !important;
     }
     .d-xxl-table-cell {
         display: table-cell !important;
     }
     .d-xxl-flex {
         display: -webkit-box !important;
         display: -ms-flexbox !important;
         display: flex !important;
     }
     .d-xxl-inline-flex {
         display: -webkit-inline-box !important;
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
     }
 }
 
 @media print {
     .d-print-none {
         display: none !important;
     }
     .d-print-inline {
         display: inline !important;
     }
     .d-print-inline-block {
         display: inline-block !important;
     }
     .d-print-block {
         display: block !important;
     }
     .d-print-table {
         display: table !important;
     }
     .d-print-table-row {
         display: table-row !important;
     }
     .d-print-table-cell {
         display: table-cell !important;
     }
     .d-print-flex {
         display: -webkit-box !important;
         display: -ms-flexbox !important;
         display: flex !important;
     }
     .d-print-inline-flex {
         display: -webkit-inline-box !important;
         display: -ms-inline-flexbox !important;
         display: inline-flex !important;
     }
 }
 
 .flex-row {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: normal !important;
     -ms-flex-direction: row !important;
     flex-direction: row !important;
 }
 
 .flex-column {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: normal !important;
     -ms-flex-direction: column !important;
     flex-direction: column !important;
 }
 
 .flex-row-reverse {
     -webkit-box-orient: horizontal !important;
     -webkit-box-direction: reverse !important;
     -ms-flex-direction: row-reverse !important;
     flex-direction: row-reverse !important;
 }
 
 .flex-column-reverse {
     -webkit-box-orient: vertical !important;
     -webkit-box-direction: reverse !important;
     -ms-flex-direction: column-reverse !important;
     flex-direction: column-reverse !important;
 }
 
 .flex-wrap {
     -ms-flex-wrap: wrap !important;
     flex-wrap: wrap !important;
 }
 
 .flex-nowrap {
     -ms-flex-wrap: nowrap !important;
     flex-wrap: nowrap !important;
 }
 
 .flex-wrap-reverse {
     -ms-flex-wrap: wrap-reverse !important;
     flex-wrap: wrap-reverse !important;
 }
 
 .justify-content-start {
     -webkit-box-pack: start !important;
     -ms-flex-pack: start !important;
     justify-content: flex-start !important;
 }
 
 .justify-content-end {
     -webkit-box-pack: end !important;
     -ms-flex-pack: end !important;
     justify-content: flex-end !important;
 }
 
 .justify-content-center {
     -webkit-box-pack: center !important;
     -ms-flex-pack: center !important;
     justify-content: center !important;
 }
 
 .justify-content-between {
     -webkit-box-pack: justify !important;
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
 }
 
 .justify-content-around {
     -ms-flex-pack: distribute !important;
     justify-content: space-around !important;
 }
 
 .align-items-start {
     -webkit-box-align: start !important;
     -ms-flex-align: start !important;
     align-items: flex-start !important;
 }
 
 .align-items-end {
     -webkit-box-align: end !important;
     -ms-flex-align: end !important;
     align-items: flex-end !important;
 }
 
 .align-items-center {
     -webkit-box-align: center !important;
     -ms-flex-align: center !important;
     align-items: center !important;
 }
 
 .align-items-baseline {
     -webkit-box-align: baseline !important;
     -ms-flex-align: baseline !important;
     align-items: baseline !important;
 }
 
 .align-items-stretch {
     -webkit-box-align: stretch !important;
     -ms-flex-align: stretch !important;
     align-items: stretch !important;
 }
 
 .align-content-start {
     -ms-flex-line-pack: start !important;
     align-content: flex-start !important;
 }
 
 .align-content-end {
     -ms-flex-line-pack: end !important;
     align-content: flex-end !important;
 }
 
 .align-content-center {
     -ms-flex-line-pack: center !important;
     align-content: center !important;
 }
 
 .align-content-between {
     -ms-flex-line-pack: justify !important;
     align-content: space-between !important;
 }
 
 .align-content-around {
     -ms-flex-line-pack: distribute !important;
     align-content: space-around !important;
 }
 
 .align-content-stretch {
     -ms-flex-line-pack: stretch !important;
     align-content: stretch !important;
 }
 
 .align-self-auto {
     -ms-flex-item-align: auto !important;
     align-self: auto !important;
 }
 
 .align-self-start {
     -ms-flex-item-align: start !important;
     align-self: flex-start !important;
 }
 
 .align-self-end {
     -ms-flex-item-align: end !important;
     align-self: flex-end !important;
 }
 
 .align-self-center {
     -ms-flex-item-align: center !important;
     align-self: center !important;
 }
 
 .align-self-baseline {
     -ms-flex-item-align: baseline !important;
     align-self: baseline !important;
 }
 
 .align-self-stretch {
     -ms-flex-item-align: stretch !important;
     align-self: stretch !important;
 }
 
 @media (min-width: 576px) {
     .flex-sm-row {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
         flex-direction: row !important;
     }
     .flex-sm-column {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
         flex-direction: column !important;
     }
     .flex-sm-row-reverse {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
     }
     .flex-sm-column-reverse {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
     }
     .flex-sm-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
     }
     .flex-sm-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
     }
     .flex-sm-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
     }
     .justify-content-sm-start {
         -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
     }
     .justify-content-sm-end {
         -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
     }
     .justify-content-sm-center {
         -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
         justify-content: center !important;
     }
     .justify-content-sm-between {
         -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
     }
     .justify-content-sm-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
     }
     .align-items-sm-start {
         -webkit-box-align: start !important;
         -ms-flex-align: start !important;
         align-items: flex-start !important;
     }
     .align-items-sm-end {
         -webkit-box-align: end !important;
         -ms-flex-align: end !important;
         align-items: flex-end !important;
     }
     .align-items-sm-center {
         -webkit-box-align: center !important;
         -ms-flex-align: center !important;
         align-items: center !important;
     }
     .align-items-sm-baseline {
         -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
     }
     .align-items-sm-stretch {
         -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
     }
     .align-content-sm-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
     }
     .align-content-sm-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
     }
     .align-content-sm-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
     }
     .align-content-sm-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
     }
     .align-content-sm-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
     }
     .align-content-sm-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
     }
     .align-self-sm-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
     }
     .align-self-sm-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
     }
     .align-self-sm-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
     }
     .align-self-sm-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
     }
     .align-self-sm-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
     }
     .align-self-sm-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
     }
 }
 
 @media (min-width: 768px) {
     .flex-md-row {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
         flex-direction: row !important;
     }
     .flex-md-column {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
         flex-direction: column !important;
     }
     .flex-md-row-reverse {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
     }
     .flex-md-column-reverse {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
     }
     .flex-md-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
     }
     .flex-md-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
     }
     .flex-md-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
     }
     .justify-content-md-start {
         -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
     }
     .justify-content-md-end {
         -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
     }
     .justify-content-md-center {
         -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
         justify-content: center !important;
     }
     .justify-content-md-between {
         -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
     }
     .justify-content-md-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
     }
     .align-items-md-start {
         -webkit-box-align: start !important;
         -ms-flex-align: start !important;
         align-items: flex-start !important;
     }
     .align-items-md-end {
         -webkit-box-align: end !important;
         -ms-flex-align: end !important;
         align-items: flex-end !important;
     }
     .align-items-md-center {
         -webkit-box-align: center !important;
         -ms-flex-align: center !important;
         align-items: center !important;
     }
     .align-items-md-baseline {
         -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
     }
     .align-items-md-stretch {
         -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
     }
     .align-content-md-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
     }
     .align-content-md-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
     }
     .align-content-md-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
     }
     .align-content-md-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
     }
     .align-content-md-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
     }
     .align-content-md-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
     }
     .align-self-md-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
     }
     .align-self-md-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
     }
     .align-self-md-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
     }
     .align-self-md-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
     }
     .align-self-md-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
     }
     .align-self-md-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
     }
 }
 
 @media (min-width: 992px) {
     .flex-lg-row {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
         flex-direction: row !important;
     }
     .flex-lg-column {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
         flex-direction: column !important;
     }
     .flex-lg-row-reverse {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
     }
     .flex-lg-column-reverse {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
     }
     .flex-lg-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
     }
     .flex-lg-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
     }
     .flex-lg-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
     }
     .justify-content-lg-start {
         -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
     }
     .justify-content-lg-end {
         -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
     }
     .justify-content-lg-center {
         -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
         justify-content: center !important;
     }
     .justify-content-lg-between {
         -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
     }
     .justify-content-lg-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
     }
     .align-items-lg-start {
         -webkit-box-align: start !important;
         -ms-flex-align: start !important;
         align-items: flex-start !important;
     }
     .align-items-lg-end {
         -webkit-box-align: end !important;
         -ms-flex-align: end !important;
         align-items: flex-end !important;
     }
     .align-items-lg-center {
         -webkit-box-align: center !important;
         -ms-flex-align: center !important;
         align-items: center !important;
     }
     .align-items-lg-baseline {
         -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
     }
     .align-items-lg-stretch {
         -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
     }
     .align-content-lg-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
     }
     .align-content-lg-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
     }
     .align-content-lg-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
     }
     .align-content-lg-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
     }
     .align-content-lg-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
     }
     .align-content-lg-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
     }
     .align-self-lg-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
     }
     .align-self-lg-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
     }
     .align-self-lg-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
     }
     .align-self-lg-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
     }
     .align-self-lg-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
     }
     .align-self-lg-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
     }
 }
 
 @media (min-width: 1200px) {
     .flex-xl-row {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
         flex-direction: row !important;
     }
     .flex-xl-column {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
         flex-direction: column !important;
     }
     .flex-xl-row-reverse {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
     }
     .flex-xl-column-reverse {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
     }
     .flex-xl-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
     }
     .flex-xl-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
     }
     .flex-xl-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
     }
     .justify-content-xl-start {
         -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
     }
     .justify-content-xl-end {
         -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
     }
     .justify-content-xl-center {
         -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
         justify-content: center !important;
     }
     .justify-content-xl-between {
         -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
     }
     .justify-content-xl-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
     }
     .align-items-xl-start {
         -webkit-box-align: start !important;
         -ms-flex-align: start !important;
         align-items: flex-start !important;
     }
     .align-items-xl-end {
         -webkit-box-align: end !important;
         -ms-flex-align: end !important;
         align-items: flex-end !important;
     }
     .align-items-xl-center {
         -webkit-box-align: center !important;
         -ms-flex-align: center !important;
         align-items: center !important;
     }
     .align-items-xl-baseline {
         -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
     }
     .align-items-xl-stretch {
         -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
     }
     .align-content-xl-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
     }
     .align-content-xl-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
     }
     .align-content-xl-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
     }
     .align-content-xl-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
     }
     .align-content-xl-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
     }
     .align-content-xl-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
     }
     .align-self-xl-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
     }
     .align-self-xl-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
     }
     .align-self-xl-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
     }
     .align-self-xl-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
     }
     .align-self-xl-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
     }
     .align-self-xl-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
     }
 }
 
 @media (min-width: 1540px) {
     .flex-xxl-row {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: row !important;
         flex-direction: row !important;
     }
     .flex-xxl-column {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: normal !important;
         -ms-flex-direction: column !important;
         flex-direction: column !important;
     }
     .flex-xxl-row-reverse {
         -webkit-box-orient: horizontal !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: row-reverse !important;
         flex-direction: row-reverse !important;
     }
     .flex-xxl-column-reverse {
         -webkit-box-orient: vertical !important;
         -webkit-box-direction: reverse !important;
         -ms-flex-direction: column-reverse !important;
         flex-direction: column-reverse !important;
     }
     .flex-xxl-wrap {
         -ms-flex-wrap: wrap !important;
         flex-wrap: wrap !important;
     }
     .flex-xxl-nowrap {
         -ms-flex-wrap: nowrap !important;
         flex-wrap: nowrap !important;
     }
     .flex-xxl-wrap-reverse {
         -ms-flex-wrap: wrap-reverse !important;
         flex-wrap: wrap-reverse !important;
     }
     .justify-content-xxl-start {
         -webkit-box-pack: start !important;
         -ms-flex-pack: start !important;
         justify-content: flex-start !important;
     }
     .justify-content-xxl-end {
         -webkit-box-pack: end !important;
         -ms-flex-pack: end !important;
         justify-content: flex-end !important;
     }
     .justify-content-xxl-center {
         -webkit-box-pack: center !important;
         -ms-flex-pack: center !important;
         justify-content: center !important;
     }
     .justify-content-xxl-between {
         -webkit-box-pack: justify !important;
         -ms-flex-pack: justify !important;
         justify-content: space-between !important;
     }
     .justify-content-xxl-around {
         -ms-flex-pack: distribute !important;
         justify-content: space-around !important;
     }
     .align-items-xxl-start {
         -webkit-box-align: start !important;
         -ms-flex-align: start !important;
         align-items: flex-start !important;
     }
     .align-items-xxl-end {
         -webkit-box-align: end !important;
         -ms-flex-align: end !important;
         align-items: flex-end !important;
     }
     .align-items-xxl-center {
         -webkit-box-align: center !important;
         -ms-flex-align: center !important;
         align-items: center !important;
     }
     .align-items-xxl-baseline {
         -webkit-box-align: baseline !important;
         -ms-flex-align: baseline !important;
         align-items: baseline !important;
     }
     .align-items-xxl-stretch {
         -webkit-box-align: stretch !important;
         -ms-flex-align: stretch !important;
         align-items: stretch !important;
     }
     .align-content-xxl-start {
         -ms-flex-line-pack: start !important;
         align-content: flex-start !important;
     }
     .align-content-xxl-end {
         -ms-flex-line-pack: end !important;
         align-content: flex-end !important;
     }
     .align-content-xxl-center {
         -ms-flex-line-pack: center !important;
         align-content: center !important;
     }
     .align-content-xxl-between {
         -ms-flex-line-pack: justify !important;
         align-content: space-between !important;
     }
     .align-content-xxl-around {
         -ms-flex-line-pack: distribute !important;
         align-content: space-around !important;
     }
     .align-content-xxl-stretch {
         -ms-flex-line-pack: stretch !important;
         align-content: stretch !important;
     }
     .align-self-xxl-auto {
         -ms-flex-item-align: auto !important;
         align-self: auto !important;
     }
     .align-self-xxl-start {
         -ms-flex-item-align: start !important;
         align-self: flex-start !important;
     }
     .align-self-xxl-end {
         -ms-flex-item-align: end !important;
         align-self: flex-end !important;
     }
     .align-self-xxl-center {
         -ms-flex-item-align: center !important;
         align-self: center !important;
     }
     .align-self-xxl-baseline {
         -ms-flex-item-align: baseline !important;
         align-self: baseline !important;
     }
     .align-self-xxl-stretch {
         -ms-flex-item-align: stretch !important;
         align-self: stretch !important;
     }
 }
 
 .float-left {
     float: left !important;
 }
 
 .float-right {
     float: right !important;
 }
 
 .float-none {
     float: none !important;
 }
 
 @media (min-width: 576px) {
     .float-sm-left {
         float: left !important;
     }
     .float-sm-right {
         float: right !important;
     }
     .float-sm-none {
         float: none !important;
     }
 }
 
 @media (min-width: 768px) {
     .float-md-left {
         float: left !important;
     }
     .float-md-right {
         float: right !important;
     }
     .float-md-none {
         float: none !important;
     }
 }
 
 @media (min-width: 992px) {
     .float-lg-left {
         float: left !important;
     }
     .float-lg-right {
         float: right !important;
     }
     .float-lg-none {
         float: none !important;
     }
 }
 
 @media (min-width: 1200px) {
     .float-xl-left {
         float: left !important;
     }
     .float-xl-right {
         float: right !important;
     }
     .float-xl-none {
         float: none !important;
     }
 }
 
 @media (min-width: 1540px) {
     .float-xxl-left {
         float: left !important;
     }
     .float-xxl-right {
         float: right !important;
     }
     .float-xxl-none {
         float: none !important;
     }
 }
 
 .position-static {
     position: static !important;
 }
 
 .position-relative {
     position: relative !important;
 }
 
 .position-absolute {
     position: absolute !important;
 }
 
 .position-fixed {
     position: fixed !important;
 }
 
 .fixed-top {
     position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030;
 }
 
 .fixed-bottom {
     position: fixed;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 1030;
 }
 
 .w-25 {
     width: 25% !important;
 }
 
 .w-50 {
     width: 50% !important;
 }
 
 .w-75 {
     width: 75% !important;
 }
 
 .w-100 {
     width: 100% !important;
 }
 
 .h-25 {
     height: 25% !important;
 }
 
 .h-50 {
     height: 50% !important;
 }
 
 .h-75 {
     height: 75% !important;
 }
 
 .h-100 {
     height: 100% !important;
 }
 
 .mw-100 {
     max-width: 100% !important;
 }
 
 .mh-100 {
     max-height: 100% !important;
 }
 
 .m-0 {
     margin: 0 !important;
 }
 
 .mt-0,
 .my-0 {
     margin-top: 0 !important;
 }
 
 .mr-0,
 .mx-0 {
     margin-right: 0 !important;
 }
 
 .mb-0,
 .my-0 {
     margin-bottom: 0 !important;
 }
 
 .ml-0,
 .mx-0 {
     margin-left: 0 !important;
 }
 
 .m-1 {
     margin: 0.25rem !important;
 }
 
 .mt-1,
 .my-1 {
     margin-top: 0.25rem !important;
 }
 
 .mr-1,
 .mx-1 {
     margin-right: 0.25rem !important;
 }
 
 .mb-1,
 .my-1 {
     margin-bottom: 0.25rem !important;
 }
 
 .ml-1,
 .mx-1 {
     margin-left: 0.25rem !important;
 }
 
 .m-2 {
     margin: 0.5rem !important;
 }
 
 .mt-2,
 .my-2 {
     margin-top: 0.5rem !important;
 }
 
 .mr-2,
 .mx-2 {
     margin-right: 0.5rem !important;
 }
 
 .mb-2,
 .my-2 {
     margin-bottom: 0.5rem !important;
 }
 
 .ml-2,
 .mx-2 {
     margin-left: 0.5rem !important;
 }
 
 .m-3 {
     margin: 1rem !important;
 }
 
 .mt-3,
 .my-3 {
     margin-top: 1rem !important;
 }
 
 .mr-3,
 .mx-3 {
     margin-right: 1rem !important;
 }
 
 .mb-3,
 .my-3 {
     margin-bottom: 1rem !important;
 }
 
 .ml-3,
 .mx-3 {
     margin-left: 1rem !important;
 }
 
 .m-4 {
     margin: 1.5rem !important;
 }
 
 .mt-4,
 .my-4 {
     margin-top: 1.5rem !important;
 }
 
 .mr-4,
 .mx-4 {
     margin-right: 1.5rem !important;
 }
 
 .mb-4,
 .my-4 {
     margin-bottom: 1.5rem !important;
 }
 
 .ml-4,
 .mx-4 {
     margin-left: 1.5rem !important;
 }
 
 .m-5 {
     margin: 3rem !important;
 }
 
 .mt-5,
 .my-5 {
     margin-top: 3rem !important;
 }
 
 .mr-5,
 .mx-5 {
     margin-right: 3rem !important;
 }
 
 .mb-5,
 .my-5 {
     margin-bottom: 3rem !important;
 }
 
 .ml-5,
 .mx-5 {
     margin-left: 3rem !important;
 }
 
 .p-0 {
     padding: 0 !important;
 }
 
 .pt-0,
 .py-0 {
     padding-top: 0 !important;
 }
 
 .pr-0,
 .px-0 {
     padding-right: 0 !important;
 }
 
 .pb-0,
 .py-0 {
     padding-bottom: 0 !important;
 }
 
 .pl-0,
 .px-0 {
     padding-left: 0 !important;
 }
 
 .p-1 {
     padding: 0.25rem !important;
 }
 
 .pt-1,
 .py-1 {
     padding-top: 0.25rem !important;
 }
 
 .pr-1,
 .px-1 {
     padding-right: 0.25rem !important;
 }
 
 .pb-1,
 .py-1 {
     padding-bottom: 0.25rem !important;
 }
 
 .pl-1,
 .px-1 {
     padding-left: 0.25rem !important;
 }
 
 .p-2 {
     padding: 0.5rem !important;
 }
 
 .pt-2,
 .py-2 {
     padding-top: 0.5rem !important;
 }
 
 .pr-2,
 .px-2 {
     padding-right: 0.5rem !important;
 }
 
 .pb-2,
 .py-2 {
     padding-bottom: 0.5rem !important;
 }
 
 .pl-2,
 .px-2 {
     padding-left: 0.5rem !important;
 }
 
 .p-3 {
     padding: 1rem !important;
 }
 
 .pt-3,
 .py-3 {
     padding-top: 1rem !important;
 }
 
 .pr-3,
 .px-3 {
     padding-right: 1rem !important;
 }
 
 .pb-3,
 .py-3 {
     padding-bottom: 1rem !important;
 }
 
 .pl-3,
 .px-3 {
     padding-left: 1rem !important;
 }
 
 .p-4 {
     padding: 1.5rem !important;
 }
 
 .pt-4,
 .py-4 {
     padding-top: 1.5rem !important;
 }
 
 .pr-4,
 .px-4 {
     padding-right: 1.5rem !important;
 }
 
 .pb-4,
 .py-4 {
     padding-bottom: 1.5rem !important;
 }
 
 .pl-4,
 .px-4 {
     padding-left: 1.5rem !important;
 }
 
 .p-5 {
     padding: 3rem !important;
 }
 
 .pt-5,
 .py-5 {
     padding-top: 3rem !important;
 }
 
 .pr-5,
 .px-5 {
     padding-right: 3rem !important;
 }
 
 .pb-5,
 .py-5 {
     padding-bottom: 3rem !important;
 }
 
 .pl-5,
 .px-5 {
     padding-left: 3rem !important;
 }
 
 .m-auto {
     margin: auto !important;
 }
 
 .mt-auto,
 .my-auto {
     margin-top: auto !important;
 }
 
 .mr-auto,
 .mx-auto {
     margin-right: auto !important;
 }
 
 .mb-auto,
 .my-auto {
     margin-bottom: auto !important;
 }
 
 .ml-auto,
 .mx-auto {
     margin-left: auto !important;
 }
 
 @media (min-width: 576px) {
     .m-sm-0 {
         margin: 0 !important;
     }
     .mt-sm-0,
     .my-sm-0 {
         margin-top: 0 !important;
     }
     .mr-sm-0,
     .mx-sm-0 {
         margin-right: 0 !important;
     }
     .mb-sm-0,
     .my-sm-0 {
         margin-bottom: 0 !important;
     }
     .ml-sm-0,
     .mx-sm-0 {
         margin-left: 0 !important;
     }
     .m-sm-1 {
         margin: 0.25rem !important;
     }
     .mt-sm-1,
     .my-sm-1 {
         margin-top: 0.25rem !important;
     }
     .mr-sm-1,
     .mx-sm-1 {
         margin-right: 0.25rem !important;
     }
     .mb-sm-1,
     .my-sm-1 {
         margin-bottom: 0.25rem !important;
     }
     .ml-sm-1,
     .mx-sm-1 {
         margin-left: 0.25rem !important;
     }
     .m-sm-2 {
         margin: 0.5rem !important;
     }
     .mt-sm-2,
     .my-sm-2 {
         margin-top: 0.5rem !important;
     }
     .mr-sm-2,
     .mx-sm-2 {
         margin-right: 0.5rem !important;
     }
     .mb-sm-2,
     .my-sm-2 {
         margin-bottom: 0.5rem !important;
     }
     .ml-sm-2,
     .mx-sm-2 {
         margin-left: 0.5rem !important;
     }
     .m-sm-3 {
         margin: 1rem !important;
     }
     .mt-sm-3,
     .my-sm-3 {
         margin-top: 1rem !important;
     }
     .mr-sm-3,
     .mx-sm-3 {
         margin-right: 1rem !important;
     }
     .mb-sm-3,
     .my-sm-3 {
         margin-bottom: 1rem !important;
     }
     .ml-sm-3,
     .mx-sm-3 {
         margin-left: 1rem !important;
     }
     .m-sm-4 {
         margin: 1.5rem !important;
     }
     .mt-sm-4,
     .my-sm-4 {
         margin-top: 1.5rem !important;
     }
     .mr-sm-4,
     .mx-sm-4 {
         margin-right: 1.5rem !important;
     }
     .mb-sm-4,
     .my-sm-4 {
         margin-bottom: 1.5rem !important;
     }
     .ml-sm-4,
     .mx-sm-4 {
         margin-left: 1.5rem !important;
     }
     .m-sm-5 {
         margin: 3rem !important;
     }
     .mt-sm-5,
     .my-sm-5 {
         margin-top: 3rem !important;
     }
     .mr-sm-5,
     .mx-sm-5 {
         margin-right: 3rem !important;
     }
     .mb-sm-5,
     .my-sm-5 {
         margin-bottom: 3rem !important;
     }
     .ml-sm-5,
     .mx-sm-5 {
         margin-left: 3rem !important;
     }
     .p-sm-0 {
         padding: 0 !important;
     }
     .pt-sm-0,
     .py-sm-0 {
         padding-top: 0 !important;
     }
     .pr-sm-0,
     .px-sm-0 {
         padding-right: 0 !important;
     }
     .pb-sm-0,
     .py-sm-0 {
         padding-bottom: 0 !important;
     }
     .pl-sm-0,
     .px-sm-0 {
         padding-left: 0 !important;
     }
     .p-sm-1 {
         padding: 0.25rem !important;
     }
     .pt-sm-1,
     .py-sm-1 {
         padding-top: 0.25rem !important;
     }
     .pr-sm-1,
     .px-sm-1 {
         padding-right: 0.25rem !important;
     }
     .pb-sm-1,
     .py-sm-1 {
         padding-bottom: 0.25rem !important;
     }
     .pl-sm-1,
     .px-sm-1 {
         padding-left: 0.25rem !important;
     }
     .p-sm-2 {
         padding: 0.5rem !important;
     }
     .pt-sm-2,
     .py-sm-2 {
         padding-top: 0.5rem !important;
     }
     .pr-sm-2,
     .px-sm-2 {
         padding-right: 0.5rem !important;
     }
     .pb-sm-2,
     .py-sm-2 {
         padding-bottom: 0.5rem !important;
     }
     .pl-sm-2,
     .px-sm-2 {
         padding-left: 0.5rem !important;
     }
     .p-sm-3 {
         padding: 1rem !important;
     }
     .pt-sm-3,
     .py-sm-3 {
         padding-top: 1rem !important;
     }
     .pr-sm-3,
     .px-sm-3 {
         padding-right: 1rem !important;
     }
     .pb-sm-3,
     .py-sm-3 {
         padding-bottom: 1rem !important;
     }
     .pl-sm-3,
     .px-sm-3 {
         padding-left: 1rem !important;
     }
     .p-sm-4 {
         padding: 1.5rem !important;
     }
     .pt-sm-4,
     .py-sm-4 {
         padding-top: 1.5rem !important;
     }
     .pr-sm-4,
     .px-sm-4 {
         padding-right: 1.5rem !important;
     }
     .pb-sm-4,
     .py-sm-4 {
         padding-bottom: 1.5rem !important;
     }
     .pl-sm-4,
     .px-sm-4 {
         padding-left: 1.5rem !important;
     }
     .p-sm-5 {
         padding: 3rem !important;
     }
     .pt-sm-5,
     .py-sm-5 {
         padding-top: 3rem !important;
     }
     .pr-sm-5,
     .px-sm-5 {
         padding-right: 3rem !important;
     }
     .pb-sm-5,
     .py-sm-5 {
         padding-bottom: 3rem !important;
     }
     .pl-sm-5,
     .px-sm-5 {
         padding-left: 3rem !important;
     }
     .m-sm-auto {
         margin: auto !important;
     }
     .mt-sm-auto,
     .my-sm-auto {
         margin-top: auto !important;
     }
     .mr-sm-auto,
     .mx-sm-auto {
         margin-right: auto !important;
     }
     .mb-sm-auto,
     .my-sm-auto {
         margin-bottom: auto !important;
     }
     .ml-sm-auto,
     .mx-sm-auto {
         margin-left: auto !important;
     }
 }
 
 @media (min-width: 768px) {
     .m-md-0 {
         margin: 0 !important;
     }
     .mt-md-0,
     .my-md-0 {
         margin-top: 0 !important;
     }
     .mr-md-0,
     .mx-md-0 {
         margin-right: 0 !important;
     }
     .mb-md-0,
     .my-md-0 {
         margin-bottom: 0 !important;
     }
     .ml-md-0,
     .mx-md-0 {
         margin-left: 0 !important;
     }
     .m-md-1 {
         margin: 0.25rem !important;
     }
     .mt-md-1,
     .my-md-1 {
         margin-top: 0.25rem !important;
     }
     .mr-md-1,
     .mx-md-1 {
         margin-right: 0.25rem !important;
     }
     .mb-md-1,
     .my-md-1 {
         margin-bottom: 0.25rem !important;
     }
     .ml-md-1,
     .mx-md-1 {
         margin-left: 0.25rem !important;
     }
     .m-md-2 {
         margin: 0.5rem !important;
     }
     .mt-md-2,
     .my-md-2 {
         margin-top: 0.5rem !important;
     }
     .mr-md-2,
     .mx-md-2 {
         margin-right: 0.5rem !important;
     }
     .mb-md-2,
     .my-md-2 {
         margin-bottom: 0.5rem !important;
     }
     .ml-md-2,
     .mx-md-2 {
         margin-left: 0.5rem !important;
     }
     .m-md-3 {
         margin: 1rem !important;
     }
     .mt-md-3,
     .my-md-3 {
         margin-top: 1rem !important;
     }
     .mr-md-3,
     .mx-md-3 {
         margin-right: 1rem !important;
     }
     .mb-md-3,
     .my-md-3 {
         margin-bottom: 1rem !important;
     }
     .ml-md-3,
     .mx-md-3 {
         margin-left: 1rem !important;
     }
     .m-md-4 {
         margin: 1.5rem !important;
     }
     .mt-md-4,
     .my-md-4 {
         margin-top: 1.5rem !important;
     }
     .mr-md-4,
     .mx-md-4 {
         margin-right: 1.5rem !important;
     }
     .mb-md-4,
     .my-md-4 {
         margin-bottom: 1.5rem !important;
     }
     .ml-md-4,
     .mx-md-4 {
         margin-left: 1.5rem !important;
     }
     .m-md-5 {
         margin: 3rem !important;
     }
     .mt-md-5,
     .my-md-5 {
         margin-top: 3rem !important;
     }
     .mr-md-5,
     .mx-md-5 {
         margin-right: 3rem !important;
     }
     .mb-md-5,
     .my-md-5 {
         margin-bottom: 3rem !important;
     }
     .ml-md-5,
     .mx-md-5 {
         margin-left: 3rem !important;
     }
     .p-md-0 {
         padding: 0 !important;
     }
     .pt-md-0,
     .py-md-0 {
         padding-top: 0 !important;
     }
     .pr-md-0,
     .px-md-0 {
         padding-right: 0 !important;
     }
     .pb-md-0,
     .py-md-0 {
         padding-bottom: 0 !important;
     }
     .pl-md-0,
     .px-md-0 {
         padding-left: 0 !important;
     }
     .p-md-1 {
         padding: 0.25rem !important;
     }
     .pt-md-1,
     .py-md-1 {
         padding-top: 0.25rem !important;
     }
     .pr-md-1,
     .px-md-1 {
         padding-right: 0.25rem !important;
     }
     .pb-md-1,
     .py-md-1 {
         padding-bottom: 0.25rem !important;
     }
     .pl-md-1,
     .px-md-1 {
         padding-left: 0.25rem !important;
     }
     .p-md-2 {
         padding: 0.5rem !important;
     }
     .pt-md-2,
     .py-md-2 {
         padding-top: 0.5rem !important;
     }
     .pr-md-2,
     .px-md-2 {
         padding-right: 0.5rem !important;
     }
     .pb-md-2,
     .py-md-2 {
         padding-bottom: 0.5rem !important;
     }
     .pl-md-2,
     .px-md-2 {
         padding-left: 0.5rem !important;
     }
     .p-md-3 {
         padding: 1rem !important;
     }
     .pt-md-3,
     .py-md-3 {
         padding-top: 1rem !important;
     }
     .pr-md-3,
     .px-md-3 {
         padding-right: 1rem !important;
     }
     .pb-md-3,
     .py-md-3 {
         padding-bottom: 1rem !important;
     }
     .pl-md-3,
     .px-md-3 {
         padding-left: 1rem !important;
     }
     .p-md-4 {
         padding: 1.5rem !important;
     }
     .pt-md-4,
     .py-md-4 {
         padding-top: 1.5rem !important;
     }
     .pr-md-4,
     .px-md-4 {
         padding-right: 1.5rem !important;
     }
     .pb-md-4,
     .py-md-4 {
         padding-bottom: 1.5rem !important;
     }
     .pl-md-4,
     .px-md-4 {
         padding-left: 1.5rem !important;
     }
     .p-md-5 {
         padding: 3rem !important;
     }
     .pt-md-5,
     .py-md-5 {
         padding-top: 3rem !important;
     }
     .pr-md-5,
     .px-md-5 {
         padding-right: 3rem !important;
     }
     .pb-md-5,
     .py-md-5 {
         padding-bottom: 3rem !important;
     }
     .pl-md-5,
     .px-md-5 {
         padding-left: 3rem !important;
     }
     .m-md-auto {
         margin: auto !important;
     }
     .mt-md-auto,
     .my-md-auto {
         margin-top: auto !important;
     }
     .mr-md-auto,
     .mx-md-auto {
         margin-right: auto !important;
     }
     .mb-md-auto,
     .my-md-auto {
         margin-bottom: auto !important;
     }
     .ml-md-auto,
     .mx-md-auto {
         margin-left: auto !important;
     }
 }
 
 @media (min-width: 992px) {
     .m-lg-0 {
         margin: 0 !important;
     }
     .mt-lg-0,
     .my-lg-0 {
         margin-top: 0 !important;
     }
     .mr-lg-0,
     .mx-lg-0 {
         margin-right: 0 !important;
     }
     .mb-lg-0,
     .my-lg-0 {
         margin-bottom: 0 !important;
     }
     .ml-lg-0,
     .mx-lg-0 {
         margin-left: 0 !important;
     }
     .m-lg-1 {
         margin: 0.25rem !important;
     }
     .mt-lg-1,
     .my-lg-1 {
         margin-top: 0.25rem !important;
     }
     .mr-lg-1,
     .mx-lg-1 {
         margin-right: 0.25rem !important;
     }
     .mb-lg-1,
     .my-lg-1 {
         margin-bottom: 0.25rem !important;
     }
     .ml-lg-1,
     .mx-lg-1 {
         margin-left: 0.25rem !important;
     }
     .m-lg-2 {
         margin: 0.5rem !important;
     }
     .mt-lg-2,
     .my-lg-2 {
         margin-top: 0.5rem !important;
     }
     .mr-lg-2,
     .mx-lg-2 {
         margin-right: 0.5rem !important;
     }
     .mb-lg-2,
     .my-lg-2 {
         margin-bottom: 0.5rem !important;
     }
     .ml-lg-2,
     .mx-lg-2 {
         margin-left: 0.5rem !important;
     }
     .m-lg-3 {
         margin: 1rem !important;
     }
     .mt-lg-3,
     .my-lg-3 {
         margin-top: 1rem !important;
     }
     .mr-lg-3,
     .mx-lg-3 {
         margin-right: 1rem !important;
     }
     .mb-lg-3,
     .my-lg-3 {
         margin-bottom: 1rem !important;
     }
     .ml-lg-3,
     .mx-lg-3 {
         margin-left: 1rem !important;
     }
     .m-lg-4 {
         margin: 1.5rem !important;
     }
     .mt-lg-4,
     .my-lg-4 {
         margin-top: 1.5rem !important;
     }
     .mr-lg-4,
     .mx-lg-4 {
         margin-right: 1.5rem !important;
     }
     .mb-lg-4,
     .my-lg-4 {
         margin-bottom: 1.5rem !important;
     }
     .ml-lg-4,
     .mx-lg-4 {
         margin-left: 1.5rem !important;
     }
     .m-lg-5 {
         margin: 3rem !important;
     }
     .mt-lg-5,
     .my-lg-5 {
         margin-top: 3rem !important;
     }
     .mr-lg-5,
     .mx-lg-5 {
         margin-right: 3rem !important;
     }
     .mb-lg-5,
     .my-lg-5 {
         margin-bottom: 3rem !important;
     }
     .ml-lg-5,
     .mx-lg-5 {
         margin-left: 3rem !important;
     }
     .p-lg-0 {
         padding: 0 !important;
     }
     .pt-lg-0,
     .py-lg-0 {
         padding-top: 0 !important;
     }
     .pr-lg-0,
     .px-lg-0 {
         padding-right: 0 !important;
     }
     .pb-lg-0,
     .py-lg-0 {
         padding-bottom: 0 !important;
     }
     .pl-lg-0,
     .px-lg-0 {
         padding-left: 0 !important;
     }
     .p-lg-1 {
         padding: 0.25rem !important;
     }
     .pt-lg-1,
     .py-lg-1 {
         padding-top: 0.25rem !important;
     }
     .pr-lg-1,
     .px-lg-1 {
         padding-right: 0.25rem !important;
     }
     .pb-lg-1,
     .py-lg-1 {
         padding-bottom: 0.25rem !important;
     }
     .pl-lg-1,
     .px-lg-1 {
         padding-left: 0.25rem !important;
     }
     .p-lg-2 {
         padding: 0.5rem !important;
     }
     .pt-lg-2,
     .py-lg-2 {
         padding-top: 0.5rem !important;
     }
     .pr-lg-2,
     .px-lg-2 {
         padding-right: 0.5rem !important;
     }
     .pb-lg-2,
     .py-lg-2 {
         padding-bottom: 0.5rem !important;
     }
     .pl-lg-2,
     .px-lg-2 {
         padding-left: 0.5rem !important;
     }
     .p-lg-3 {
         padding: 1rem !important;
     }
     .pt-lg-3,
     .py-lg-3 {
         padding-top: 1rem !important;
     }
     .pr-lg-3,
     .px-lg-3 {
         padding-right: 1rem !important;
     }
     .pb-lg-3,
     .py-lg-3 {
         padding-bottom: 1rem !important;
     }
     .pl-lg-3,
     .px-lg-3 {
         padding-left: 1rem !important;
     }
     .p-lg-4 {
         padding: 1.5rem !important;
     }
     .pt-lg-4,
     .py-lg-4 {
         padding-top: 1.5rem !important;
     }
     .pr-lg-4,
     .px-lg-4 {
         padding-right: 1.5rem !important;
     }
     .pb-lg-4,
     .py-lg-4 {
         padding-bottom: 1.5rem !important;
     }
     .pl-lg-4,
     .px-lg-4 {
         padding-left: 1.5rem !important;
     }
     .p-lg-5 {
         padding: 3rem !important;
     }
     .pt-lg-5,
     .py-lg-5 {
         padding-top: 3rem !important;
     }
     .pr-lg-5,
     .px-lg-5 {
         padding-right: 3rem !important;
     }
     .pb-lg-5,
     .py-lg-5 {
         padding-bottom: 3rem !important;
     }
     .pl-lg-5,
     .px-lg-5 {
         padding-left: 3rem !important;
     }
     .m-lg-auto {
         margin: auto !important;
     }
     .mt-lg-auto,
     .my-lg-auto {
         margin-top: auto !important;
     }
     .mr-lg-auto,
     .mx-lg-auto {
         margin-right: auto !important;
     }
     .mb-lg-auto,
     .my-lg-auto {
         margin-bottom: auto !important;
     }
     .ml-lg-auto,
     .mx-lg-auto {
         margin-left: auto !important;
     }
 }
 
 @media (min-width: 1200px) {
     .m-xl-0 {
         margin: 0 !important;
     }
     .mt-xl-0,
     .my-xl-0 {
         margin-top: 0 !important;
     }
     .mr-xl-0,
     .mx-xl-0 {
         margin-right: 0 !important;
     }
     .mb-xl-0,
     .my-xl-0 {
         margin-bottom: 0 !important;
     }
     .ml-xl-0,
     .mx-xl-0 {
         margin-left: 0 !important;
     }
     .m-xl-1 {
         margin: 0.25rem !important;
     }
     .mt-xl-1,
     .my-xl-1 {
         margin-top: 0.25rem !important;
     }
     .mr-xl-1,
     .mx-xl-1 {
         margin-right: 0.25rem !important;
     }
     .mb-xl-1,
     .my-xl-1 {
         margin-bottom: 0.25rem !important;
     }
     .ml-xl-1,
     .mx-xl-1 {
         margin-left: 0.25rem !important;
     }
     .m-xl-2 {
         margin: 0.5rem !important;
     }
     .mt-xl-2,
     .my-xl-2 {
         margin-top: 0.5rem !important;
     }
     .mr-xl-2,
     .mx-xl-2 {
         margin-right: 0.5rem !important;
     }
     .mb-xl-2,
     .my-xl-2 {
         margin-bottom: 0.5rem !important;
     }
     .ml-xl-2,
     .mx-xl-2 {
         margin-left: 0.5rem !important;
     }
     .m-xl-3 {
         margin: 1rem !important;
     }
     .mt-xl-3,
     .my-xl-3 {
         margin-top: 1rem !important;
     }
     .mr-xl-3,
     .mx-xl-3 {
         margin-right: 1rem !important;
     }
     .mb-xl-3,
     .my-xl-3 {
         margin-bottom: 1rem !important;
     }
     .ml-xl-3,
     .mx-xl-3 {
         margin-left: 1rem !important;
     }
     .m-xl-4 {
         margin: 1.5rem !important;
     }
     .mt-xl-4,
     .my-xl-4 {
         margin-top: 1.5rem !important;
     }
     .mr-xl-4,
     .mx-xl-4 {
         margin-right: 1.5rem !important;
     }
     .mb-xl-4,
     .my-xl-4 {
         margin-bottom: 1.5rem !important;
     }
     .ml-xl-4,
     .mx-xl-4 {
         margin-left: 1.5rem !important;
     }
     .m-xl-5 {
         margin: 3rem !important;
     }
     .mt-xl-5,
     .my-xl-5 {
         margin-top: 3rem !important;
     }
     .mr-xl-5,
     .mx-xl-5 {
         margin-right: 3rem !important;
     }
     .mb-xl-5,
     .my-xl-5 {
         margin-bottom: 3rem !important;
     }
     .ml-xl-5,
     .mx-xl-5 {
         margin-left: 3rem !important;
     }
     .p-xl-0 {
         padding: 0 !important;
     }
     .pt-xl-0,
     .py-xl-0 {
         padding-top: 0 !important;
     }
     .pr-xl-0,
     .px-xl-0 {
         padding-right: 0 !important;
     }
     .pb-xl-0,
     .py-xl-0 {
         padding-bottom: 0 !important;
     }
     .pl-xl-0,
     .px-xl-0 {
         padding-left: 0 !important;
     }
     .p-xl-1 {
         padding: 0.25rem !important;
     }
     .pt-xl-1,
     .py-xl-1 {
         padding-top: 0.25rem !important;
     }
     .pr-xl-1,
     .px-xl-1 {
         padding-right: 0.25rem !important;
     }
     .pb-xl-1,
     .py-xl-1 {
         padding-bottom: 0.25rem !important;
     }
     .pl-xl-1,
     .px-xl-1 {
         padding-left: 0.25rem !important;
     }
     .p-xl-2 {
         padding: 0.5rem !important;
     }
     .pt-xl-2,
     .py-xl-2 {
         padding-top: 0.5rem !important;
     }
     .pr-xl-2,
     .px-xl-2 {
         padding-right: 0.5rem !important;
     }
     .pb-xl-2,
     .py-xl-2 {
         padding-bottom: 0.5rem !important;
     }
     .pl-xl-2,
     .px-xl-2 {
         padding-left: 0.5rem !important;
     }
     .p-xl-3 {
         padding: 1rem !important;
     }
     .pt-xl-3,
     .py-xl-3 {
         padding-top: 1rem !important;
     }
     .pr-xl-3,
     .px-xl-3 {
         padding-right: 1rem !important;
     }
     .pb-xl-3,
     .py-xl-3 {
         padding-bottom: 1rem !important;
     }
     .pl-xl-3,
     .px-xl-3 {
         padding-left: 1rem !important;
     }
     .p-xl-4 {
         padding: 1.5rem !important;
     }
     .pt-xl-4,
     .py-xl-4 {
         padding-top: 1.5rem !important;
     }
     .pr-xl-4,
     .px-xl-4 {
         padding-right: 1.5rem !important;
     }
     .pb-xl-4,
     .py-xl-4 {
         padding-bottom: 1.5rem !important;
     }
     .pl-xl-4,
     .px-xl-4 {
         padding-left: 1.5rem !important;
     }
     .p-xl-5 {
         padding: 3rem !important;
     }
     .pt-xl-5,
     .py-xl-5 {
         padding-top: 3rem !important;
     }
     .pr-xl-5,
     .px-xl-5 {
         padding-right: 3rem !important;
     }
     .pb-xl-5,
     .py-xl-5 {
         padding-bottom: 3rem !important;
     }
     .pl-xl-5,
     .px-xl-5 {
         padding-left: 3rem !important;
     }
     .m-xl-auto {
         margin: auto !important;
     }
     .mt-xl-auto,
     .my-xl-auto {
         margin-top: auto !important;
     }
     .mr-xl-auto,
     .mx-xl-auto {
         margin-right: auto !important;
     }
     .mb-xl-auto,
     .my-xl-auto {
         margin-bottom: auto !important;
     }
     .ml-xl-auto,
     .mx-xl-auto {
         margin-left: auto !important;
     }
 }
 
 @media (min-width: 1540px) {
     .m-xxl-0 {
         margin: 0 !important;
     }
     .mt-xxl-0,
     .my-xxl-0 {
         margin-top: 0 !important;
     }
     .mr-xxl-0,
     .mx-xxl-0 {
         margin-right: 0 !important;
     }
     .mb-xxl-0,
     .my-xxl-0 {
         margin-bottom: 0 !important;
     }
     .ml-xxl-0,
     .mx-xxl-0 {
         margin-left: 0 !important;
     }
     .m-xxl-1 {
         margin: 0.25rem !important;
     }
     .mt-xxl-1,
     .my-xxl-1 {
         margin-top: 0.25rem !important;
     }
     .mr-xxl-1,
     .mx-xxl-1 {
         margin-right: 0.25rem !important;
     }
     .mb-xxl-1,
     .my-xxl-1 {
         margin-bottom: 0.25rem !important;
     }
     .ml-xxl-1,
     .mx-xxl-1 {
         margin-left: 0.25rem !important;
     }
     .m-xxl-2 {
         margin: 0.5rem !important;
     }
     .mt-xxl-2,
     .my-xxl-2 {
         margin-top: 0.5rem !important;
     }
     .mr-xxl-2,
     .mx-xxl-2 {
         margin-right: 0.5rem !important;
     }
     .mb-xxl-2,
     .my-xxl-2 {
         margin-bottom: 0.5rem !important;
     }
     .ml-xxl-2,
     .mx-xxl-2 {
         margin-left: 0.5rem !important;
     }
     .m-xxl-3 {
         margin: 1rem !important;
     }
     .mt-xxl-3,
     .my-xxl-3 {
         margin-top: 1rem !important;
     }
     .mr-xxl-3,
     .mx-xxl-3 {
         margin-right: 1rem !important;
     }
     .mb-xxl-3,
     .my-xxl-3 {
         margin-bottom: 1rem !important;
     }
     .ml-xxl-3,
     .mx-xxl-3 {
         margin-left: 1rem !important;
     }
     .m-xxl-4 {
         margin: 1.5rem !important;
     }
     .mt-xxl-4,
     .my-xxl-4 {
         margin-top: 1.5rem !important;
     }
     .mr-xxl-4,
     .mx-xxl-4 {
         margin-right: 1.5rem !important;
     }
     .mb-xxl-4,
     .my-xxl-4 {
         margin-bottom: 1.5rem !important;
     }
     .ml-xxl-4,
     .mx-xxl-4 {
         margin-left: 1.5rem !important;
     }
     .m-xxl-5 {
         margin: 3rem !important;
     }
     .mt-xxl-5,
     .my-xxl-5 {
         margin-top: 3rem !important;
     }
     .mr-xxl-5,
     .mx-xxl-5 {
         margin-right: 3rem !important;
     }
     .mb-xxl-5,
     .my-xxl-5 {
         margin-bottom: 3rem !important;
     }
     .ml-xxl-5,
     .mx-xxl-5 {
         margin-left: 3rem !important;
     }
     .p-xxl-0 {
         padding: 0 !important;
     }
     .pt-xxl-0,
     .py-xxl-0 {
         padding-top: 0 !important;
     }
     .pr-xxl-0,
     .px-xxl-0 {
         padding-right: 0 !important;
     }
     .pb-xxl-0,
     .py-xxl-0 {
         padding-bottom: 0 !important;
     }
     .pl-xxl-0,
     .px-xxl-0 {
         padding-left: 0 !important;
     }
     .p-xxl-1 {
         padding: 0.25rem !important;
     }
     .pt-xxl-1,
     .py-xxl-1 {
         padding-top: 0.25rem !important;
     }
     .pr-xxl-1,
     .px-xxl-1 {
         padding-right: 0.25rem !important;
     }
     .pb-xxl-1,
     .py-xxl-1 {
         padding-bottom: 0.25rem !important;
     }
     .pl-xxl-1,
     .px-xxl-1 {
         padding-left: 0.25rem !important;
     }
     .p-xxl-2 {
         padding: 0.5rem !important;
     }
     .pt-xxl-2,
     .py-xxl-2 {
         padding-top: 0.5rem !important;
     }
     .pr-xxl-2,
     .px-xxl-2 {
         padding-right: 0.5rem !important;
     }
     .pb-xxl-2,
     .py-xxl-2 {
         padding-bottom: 0.5rem !important;
     }
     .pl-xxl-2,
     .px-xxl-2 {
         padding-left: 0.5rem !important;
     }
     .p-xxl-3 {
         padding: 1rem !important;
     }
     .pt-xxl-3,
     .py-xxl-3 {
         padding-top: 1rem !important;
     }
     .pr-xxl-3,
     .px-xxl-3 {
         padding-right: 1rem !important;
     }
     .pb-xxl-3,
     .py-xxl-3 {
         padding-bottom: 1rem !important;
     }
     .pl-xxl-3,
     .px-xxl-3 {
         padding-left: 1rem !important;
     }
     .p-xxl-4 {
         padding: 1.5rem !important;
     }
     .pt-xxl-4,
     .py-xxl-4 {
         padding-top: 1.5rem !important;
     }
     .pr-xxl-4,
     .px-xxl-4 {
         padding-right: 1.5rem !important;
     }
     .pb-xxl-4,
     .py-xxl-4 {
         padding-bottom: 1.5rem !important;
     }
     .pl-xxl-4,
     .px-xxl-4 {
         padding-left: 1.5rem !important;
     }
     .p-xxl-5 {
         padding: 3rem !important;
     }
     .pt-xxl-5,
     .py-xxl-5 {
         padding-top: 3rem !important;
     }
     .pr-xxl-5,
     .px-xxl-5 {
         padding-right: 3rem !important;
     }
     .pb-xxl-5,
     .py-xxl-5 {
         padding-bottom: 3rem !important;
     }
     .pl-xxl-5,
     .px-xxl-5 {
         padding-left: 3rem !important;
     }
     .m-xxl-auto {
         margin: auto !important;
     }
     .mt-xxl-auto,
     .my-xxl-auto {
         margin-top: auto !important;
     }
     .mr-xxl-auto,
     .mx-xxl-auto {
         margin-right: auto !important;
     }
     .mb-xxl-auto,
     .my-xxl-auto {
         margin-bottom: auto !important;
     }
     .ml-xxl-auto,
     .mx-xxl-auto {
         margin-left: auto !important;
     }
 }
 
 .text-justify {
     text-align: justify !important;
 }
 
 .text-nowrap {
     white-space: nowrap !important;
 }
 
 .text-truncate {
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }
 
 .text-left {
     text-align: left !important;
 }
 
 .text-right {
     text-align: right !important;
 }
 
 .text-center {
     text-align: center !important;
 }
 
 @media (min-width: 576px) {
     .text-sm-left {
         text-align: left !important;
     }
     .text-sm-right {
         text-align: right !important;
     }
     .text-sm-center {
         text-align: center !important;
     }
 }
 
 @media (min-width: 768px) {
     .text-md-left {
         text-align: left !important;
     }
     .text-md-right {
         text-align: right !important;
     }
     .text-md-center {
         text-align: center !important;
     }
 }
 
 @media (min-width: 992px) {
     .text-lg-left {
         text-align: left !important;
     }
     .text-lg-right {
         text-align: right !important;
     }
     .text-lg-center {
         text-align: center !important;
     }
 }
 
 @media (min-width: 1200px) {
     .text-xl-left {
         text-align: left !important;
     }
     .text-xl-right {
         text-align: right !important;
     }
     .text-xl-center {
         text-align: center !important;
     }
 }
 
 @media (min-width: 1540px) {
     .text-xxl-left {
         text-align: left !important;
     }
     .text-xxl-right {
         text-align: right !important;
     }
     .text-xxl-center {
         text-align: center !important;
     }
 }
 
 .text-lowercase {
     text-transform: lowercase !important;
 }
 
 .text-uppercase {
     text-transform: uppercase !important;
 }
 
 .text-capitalize {
     text-transform: capitalize !important;
 }
 
 .font-weight-light {
     font-weight: 300 !important;
 }
 
 .font-weight-normal {
     font-weight: 400 !important;
 }
 
 .font-weight-bold {
     font-weight: 700 !important;
 }
 
 .font-italic {
     font-style: italic !important;
 }
 
 .text-white {
     color: #fff !important;
 }
 
 .text-primary {
     color: #007bff !important;
 }
 
 a.text-primary:hover, a.text-primary:focus {
     color: #0062cc !important;
 }
 
 .text-secondary {
     color: #6c757d !important;
 }
 
 a.text-secondary:hover, a.text-secondary:focus {
     color: #545b62 !important;
 }
 
 .text-success {
     color: #28a745 !important;
 }
 
 a.text-success:hover, a.text-success:focus {
     color: #1e7e34 !important;
 }
 
 .text-info {
     color: #17a2b8 !important;
 }
 
 a.text-info:hover, a.text-info:focus {
     color: #117a8b !important;
 }
 
 .text-warning {
     color: #ffc107 !important;
 }
 
 a.text-warning:hover, a.text-warning:focus {
     color: #d39e00 !important;
 }
 
 .text-danger {
     color: #dc3545 !important;
 }
 
 a.text-danger:hover, a.text-danger:focus {
     color: #bd2130 !important;
 }
 
 .text-light {
     color: #f8f9fa !important;
 }
 
 a.text-light:hover, a.text-light:focus {
     color: #dae0e5 !important;
 }
 
 .text-dark {
     color: #343a40 !important;
 }
 
 a.text-dark:hover, a.text-dark:focus {
     color: #1d2124 !important;
 }
 
 .text-muted {
     color: #6c757d !important;
 }
 
 .text-hide {
     font: 0/0 a;
     color: transparent;
     text-shadow: none;
     background-color: transparent;
     border: 0;
 }
 
 .visible {
     visibility: visible !important;
 }
 
 .invisible {
     visibility: hidden !important;
 }
 
 @media print {
     *,
     *::before,
     *::after {
         text-shadow: none !important;
         box-shadow: none !important;
     }
     a:not(.btn) {
         text-decoration: underline;
     }
     abbr[title]::after {
         content: " (" attr(title) ")";
     }
     pre {
         white-space: pre-wrap !important;
     }
     pre,
     blockquote {
         border: 1px solid #999;
         page-break-inside: avoid;
     }
     thead {
         display: table-header-group;
     }
     tr,
     img {
         page-break-inside: avoid;
     }
     p,
     h2,
     h3 {
         orphans: 3;
         widows: 3;
     }
     h2,
     h3 {
         page-break-after: avoid;
     }
     @page {
         size: a3;
     }
     body {
         min-width: 992px !important;
     }
     .container {
         min-width: 992px !important;
     }
     .navbar {
         display: none;
     }
     .badge {
         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;
     }
 }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../themes/abddcms/assets/vendor/slick-v1.9.0/img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    /* src: url('../font/slick.eot');
    src: url('../font/slick.eot?#iefix') format('embedded-opentype'), url('../font/slick.woff') format('woff'), url('../font/slick.ttf') format('truetype'), url('../font/slick.svg#slick') format('svg'); */
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

html, body {
  font-family: 'Montserrat-Regular', sans-serif;
  font-size: 14px;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  margin: 0;
  background: #fff;
  color: #002e3a; }

html.no-scroll, body.no-scroll {
  overflow: hidden; }

::-moz-selection {
  color: #fff;
  background: #244e1a; }

::selection {
  color: #fff;
  background: #244e1a; }

button:focus {
  outline: none; }

.bgc-gradient {
  background: #0b438a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0b438a 2%, #25909c 29%, #2da8a2 38%, #31b5a5 52%, #3edeae 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0b438a 2%, #25909c 29%, #2da8a2 38%, #31b5a5 52%, #3edeae 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0b438a 2%, #25909c 29%, #2da8a2 38%, #31b5a5 52%, #3edeae 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.bgc-red {
  background: #e1001a; }

.bgc-dark-cyan {
  background: #0a2b33; }

.bgc-white {
  background: #fff; }

.c-red {
  color: #e1001a; }

.c-dark-cyan {
  color: #0a2b33; }

.c-fff {
  color: #fff; }

.c-limegreen {
  color: #befa5d; }

.c-darkblue {
  color: #002e3a !important; }

.c-darkgreen {
  color: #244e1a !important; }

.icon {
  display: inline-block;
  vertical-align: middle; }

button {
  outline: 0;
  border: 0;
  background: none;
  padding: 0; }

.btn {
  position: relative;
  outline: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  padding: 0 20px;
  min-height: 44px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease-out;
  font-family: 'Montserrat-Bold', sans-serif;
  white-space: normal;
  cursor: pointer; }

.btn--primary {
  background-color: #befa5d;
  border-radius: 2px;
  font-size: 16px;
  transition: 0.2s ease-out;
  color: #244e1a;
  text-decoration: none !important; }
  .btn--primary:hover {
    color: #fff;
    background-color: #002e3a;
    transition-duration: 0.1s; }
  .btn--primary.btn--smaller {
    height: auto;
    min-height: 40px;
    min-width: 0px; }

picture.responsive {
  position: relative; }

picture.responsive img {
  display: block;
  font-family: 'object-fit: cover;';
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-y-hidden {
  overflow-y: hidden; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.slick-track {
  display: flex;
  padding-top: 10px; }

.slick-slide {
  height: auto; }

a {
  display: inline-block;
  color: inherit;
  transition: color 0.2s ease-out; }
  a:hover {
    text-decoration: none;
    transition-duration: 0s; }
  a.special-link {
    position: relative; }
    a.special-link:hover {
      color: #befa5d; }
    a.special-link div {
      content: '';
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 100%;
      background-color: #befa5d;
      transition: transform 0.25s cubic-bezier(0.57, 0.61, 0, 1) 0s;
      transform: scaleX(0);
      transform-origin: 100% 0px; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

section .content ul {
  list-style-type: disc;
  margin-bottom: 1rem;
  padding-left: 40px; }

img {
  max-width: 100%; }

label {
  margin: 0; }

.text-input {
  height: 46px;
  line-height: 46px;
  font-size: 13px;
  color: #244e1a;
  padding: 0 22px;
  border: none;
  outline: 0;
  width: 100%;
  background-color: #fff; }

textarea.text-input {
  line-height: 1.2em;
  padding: 22px; }

.inset-shadow {
  -webkit-appearance: none;
  border-radius: 5px;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.2); }

.w-standout-text-input {
  position: relative; }
  .w-standout-text-input input {
    border-left: 4px solid #244e1a;
    padding: 0 18px; }
  .w-standout-text-input button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    background: url('../themes/abddcms/assets/img/icon_arrow.svg') center center no-repeat;
    background-size: 12px auto;
    transition: transform 0.1s ease-out; }
    .w-standout-text-input button[type="submit"]:hover {
      transform: translate(2px, -50%); }

.checkbox-holder {
  display: flex;
  align-items: center; }
  .checkbox-holder .checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    .checkbox-holder .checkbox::after {
      content: '';
      position: absolute;
      top: 1px;
      left: 8px;
      width: 8px;
      height: 13px;
      border-right: 2px solid #002e3a;
      border-bottom: 2px solid #002e3a;
      transform: rotate(45deg);
      opacity: 0; }
  .checkbox-holder .checkbox[type="switch"] {
    border-radius: 50px;
    width: 40px;
    min-width: 40px;
    height: 26px;
    background-color: rgba(36, 78, 26, 0.3);
    transition: 0.2s ease-out;
    box-shadow: none; }
    .checkbox-holder .checkbox[type="switch"]::after {
      opacity: 1;
      top: 3px;
      left: 3px;
      width: 20px;
      height: 20px;
      border: none;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      transition: 0.2s ease-out; }

input:checked + .checkbox[type="checkbox"]::after {
  opacity: 1; }

input:checked + .checkbox[type="switch"] {
  background-color: rgba(36, 78, 26, 1); }
  input:checked + .checkbox[type="switch"]::after {
    left: 16px; }
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.addthis_share_button[data-network="facebook"] {
  background: url('../themes/abddcms/assets/img/icon_sn_share_fb.svg') center center/80% no-repeat; }
  .addthis_share_button[data-network="twitter"] {
    background: url('../themes/abddcms/assets/img/icon_sn_share_tw.svg') center center/80% no-repeat; }
  .addthis_share_button[data-network="linkedin"] {
    background: url('../themes/abddcms/assets/img/icon_sn_share_in.svg') center center/80% no-repeat; }
  .addthis_share_button[data-network="whatsapp"] {
    background: url('../themes/abddcms/assets/img/icon_sn_share_wa.svg') center center/80% no-repeat; }
  .addthis_share_button[data-network="telegram"] {
    background: url('../themes/abddcms/assets/img/icon_sn_share_tg.svg') center center/80% no-repeat; }
  .addthis_share_button[data-network="google"] {
    background: url('../themes/abddcms/assets/img/icon_sn_share_g.svg') center center/80% no-repeat; }

.slick-dots {
  position: relative;
  display: flex;
  justify-content: center; }
  .slick-dots li button {
    position: relative;
    width: 16px;
    height: 16px;
    background: #befa5d;
    padding: 0;
    border-radius: 50%; }
    .slick-dots li button::before {
      font-size: 0;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #244e1a;
      width: 0px;
      height: 0px;
      border-radius: 50%;
      opacity: 0;
      transition: 0.2s ease-out; }
    .slick-dots li:hover button::before, .slick-dots li.slick-active button::before {
      opacity: 1;
      width: 10px;
      height: 10px; }

@keyframes loading {
  0% {
    opacity: 1;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 1); }

  100% {
    opacity: 0;
    box-shadow: 0px 0px 6px rgba(255, 255, 255, 0); } }

.loading-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out 0.3s; }
  .loading-fullscreen .spinner {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out 0.3s; }
    .loading-fullscreen .spinner div {
      position: absolute;
      width: 5px;
      border-radius: 3px;
      height: 18px;
      background-color: #fff;
      opacity: 0.05; }
    .loading-fullscreen .spinner div:nth-child(1) {
      transform: rotate(calc(0deg + 1 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(2) {
      transform: rotate(calc(0deg + 2 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(3) {
      transform: rotate(calc(0deg + 3 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(4) {
      transform: rotate(calc(0deg + 4 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(5) {
      transform: rotate(calc(0deg + 5 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(6) {
      transform: rotate(calc(0deg + 6 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(7) {
      transform: rotate(calc(0deg + 7 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(8) {
      transform: rotate(calc(0deg + 8 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(9) {
      transform: rotate(calc(0deg + 9 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(10) {
      transform: rotate(calc(0deg + 10 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(11) {
      transform: rotate(calc(0deg + 11 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(12) {
      transform: rotate(calc(0deg + 12 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(13) {
      transform: rotate(calc(0deg + 13 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(14) {
      transform: rotate(calc(0deg + 14 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(15) {
      transform: rotate(calc(0deg + 15 * 22.5deg)) translate(0, -26px); }
    .loading-fullscreen .spinner div:nth-child(16) {
      transform: rotate(calc(0deg + 16 * 22.5deg)) translate(0, -26px); }

body.loading .loading-fullscreen, body.oc-loading .loading-fullscreen {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }
  body.loading .loading-fullscreen .spinner, body.oc-loading .loading-fullscreen .spinner {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }
  body.loading .loading-fullscreen .spinner div, body.oc-loading .loading-fullscreen .spinner div {
    animation: loading 0.8s linear infinite; }
    body.loading .loading-fullscreen .spinner div:nth-child(1), body.oc-loading .loading-fullscreen .spinner div:nth-child(1) {
      animation-delay: calc(0.05s * 1); }
    body.loading .loading-fullscreen .spinner div:nth-child(2), body.oc-loading .loading-fullscreen .spinner div:nth-child(2) {
      animation-delay: calc(0.05s * 2); }
    body.loading .loading-fullscreen .spinner div:nth-child(3), body.oc-loading .loading-fullscreen .spinner div:nth-child(3) {
      animation-delay: calc(0.05s * 3); }
    body.loading .loading-fullscreen .spinner div:nth-child(4), body.oc-loading .loading-fullscreen .spinner div:nth-child(4) {
      animation-delay: calc(0.05s * 4); }
    body.loading .loading-fullscreen .spinner div:nth-child(5), body.oc-loading .loading-fullscreen .spinner div:nth-child(5) {
      animation-delay: calc(0.05s * 5); }
    body.loading .loading-fullscreen .spinner div:nth-child(6), body.oc-loading .loading-fullscreen .spinner div:nth-child(6) {
      animation-delay: calc(0.05s * 6); }
    body.loading .loading-fullscreen .spinner div:nth-child(7), body.oc-loading .loading-fullscreen .spinner div:nth-child(7) {
      animation-delay: calc(0.05s * 7); }
    body.loading .loading-fullscreen .spinner div:nth-child(8), body.oc-loading .loading-fullscreen .spinner div:nth-child(8) {
      animation-delay: calc(0.05s * 8); }
    body.loading .loading-fullscreen .spinner div:nth-child(9), body.oc-loading .loading-fullscreen .spinner div:nth-child(9) {
      animation-delay: calc(0.05s * 9); }
    body.loading .loading-fullscreen .spinner div:nth-child(10), body.oc-loading .loading-fullscreen .spinner div:nth-child(10) {
      animation-delay: calc(0.05s * 10); }
    body.loading .loading-fullscreen .spinner div:nth-child(11), body.oc-loading .loading-fullscreen .spinner div:nth-child(11) {
      animation-delay: calc(0.05s * 11); }
    body.loading .loading-fullscreen .spinner div:nth-child(12), body.oc-loading .loading-fullscreen .spinner div:nth-child(12) {
      animation-delay: calc(0.05s * 12); }
    body.loading .loading-fullscreen .spinner div:nth-child(13), body.oc-loading .loading-fullscreen .spinner div:nth-child(13) {
      animation-delay: calc(0.05s * 13); }
    body.loading .loading-fullscreen .spinner div:nth-child(14), body.oc-loading .loading-fullscreen .spinner div:nth-child(14) {
      animation-delay: calc(0.05s * 14); }
    body.loading .loading-fullscreen .spinner div:nth-child(15), body.oc-loading .loading-fullscreen .spinner div:nth-child(15) {
      animation-delay: calc(0.05s * 15); }
    body.loading .loading-fullscreen .spinner div:nth-child(16), body.oc-loading .loading-fullscreen .spinner div:nth-child(16) {
      animation-delay: calc(0.05s * 16); }

body > div:first-child {
  display: none !important; }

.expandable-holder {
  position: relative; }

.expand-toggle {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .expand-toggle::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out; }
  .expand-toggle.toggled::after {
    -webkit-transform: rotate(-135deg) translate(-4px, -2px);
    transform: rotate(-135deg) translate(-4px, -2px); }

.expandable-content, .expandable-list {
  opacity: 0;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.2s linear, opacity 0.2s ease-out 0.3s;
  transition: max-height 0.2s linear, opacity 0.2s ease-out 0.3s; }

.sn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .sn img {
    width: 30px;
    height: 30px; }

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 46, 58, 0.2);
  z-index: 1; }

.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.bgc-fff {
  background: #fff !important; }

.special-img {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease-out, transform 1s ease-out; }
  .special-img.show {
    opacity: 1;
    transform: translateY(0); }

img {
  transition: opacity 0.3s ease-out;
  opacity: 1; }
  img.lazy {
    opacity: 0; }

.oc-text-gray {
  color: #aaa !important; }

.oc-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0; }

.oc-text-spaced {
  letter-spacing: 1px; }

.oc-text-uppercase {
  text-transform: uppercase; }

blockquote {
  border-left: solid 6px rgba(36, 78, 26, 0.5);
  margin-left: 0;
  padding-left: 15px;
  color: #244e1a; }

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

.visibility-hidden {
  visibility: hidden; }

.page-list {
  display: flex;
  justify-content: center; }
  .page-list li {
    margin: 0 4px; }
  .page-list button {
    padding: 8px 14px;
    cursor: pointer; }
  .page-list button:hover {
    background-color: #befa5d;
    border-radius: 4px; }
  .page-list .active button {
    font-family: 'Montserrat-Bold', sans-serif;
    background-color: #befa5d;
    border-radius: 4px; }

*[id$="_forms_flash"] {
  margin-bottom: 20px; }
  *[id$="_forms_flash"] button {
    display: none; }
  *[id$="_forms_flash"] .alert {
    padding: 10px;
    border-radius: 4px; }
  *[id$="_forms_flash"] .alert-danger {
    background-color: rgba(255, 0, 0, 0.05); }
  *[id$="_forms_flash"] .alert-success {
    background-color: rgba(0, 255, 0, 0.05); }
  *[id$="_forms_flash"] h4, *[id$="_forms_flash"] p {
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 1.2rem;
    line-height: 1.2; }
  *[id$="_forms_flash"] p {
    margin-bottom: 0 !important; }

/*****************************************************************
 SMARTPHONE / BASE
 1px - 767px
 *****************************************************************/
@keyframes dash {
  to {
    stroke-dashoffset: 0; } }

@keyframes dashAndPop {
  0% {
    stroke-dashoffset: 100;
    -webkit-transform: scale(1);
    transform: scale(1); }

  50% {
    stroke-dashoffset: 0;
    -webkit-transform: scale(1);
    transform: scale(1); }

  70% {
    stroke-dashoffset: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.9; }

  100% {
    stroke-dashoffset: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@media (min-width: 1px) {
  /*=====================================================================
   Custom Grid margin/gutter
   =====================================================================*/
  /*=====================================================================
   General
   =====================================================================*/
  /*=====================================================================
   Header
   =====================================================================*/
  /*=====================================================================
   Footer
   =====================================================================*/
  /*=====================================================================
   Homepage
   =====================================================================*/
    .container-fluid {
      padding-right: 15px;
      padding-left: 15px; }
    .row {
      margin-right: calc(10px / -2);
      margin-left: calc(10px / -2); }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .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, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
      padding-right: calc(10px / 2);
      padding-left: calc(10px / 2); }
    h1, h2, h3, h4 {
      font-weight: normal;
      font-family: 'Montserrat-Bold', sans-serif; }
    strong {
      font-weight: normal;
      font-family: 'Montserrat-Bold', sans-serif; }
    .section--pretitle {
      font-family: 'Montserrat-Regular', sans-serif;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase; }
    .section--title {
      font-family: 'Montserrat-Bold', sans-serif;
      font-size: 25px;
      line-height: 30px; }
      .section--title.smaller {
        font-size: 20px;
        line-height: 24px; }
    .txt {
      font-size: 14px;
      line-height: 18px; }
      .txt a {
        text-decoration: underline; }
      .txt video {
        width: 100%; }
    .iframe-holder, .vid-holder, .fr-video {
      display: block;
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
      .iframe-holder iframe, .vid-holder iframe, .fr-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    iframe {
      max-width: 100%; }
    .underline {
      display: inline-block;
      border-bottom: 4px solid #befa5d;
      padding-bottom: 3px; }
    .see-more {
      position: relative;
      align-self: flex-end;
      color: #002e3a;
      font-size: 13px;
      line-height: 16px;
      margin-bottom: 14px;
      margin-right: 20px;
      font-family: 'Montserrat-Bold', sans-serif;
      cursor: pointer; }
      .see-more::after {
        content: '';
        position: absolute;
        top: 4px;
        right: -18px;
        background: url('../themes/abddcms/assets/img/arrow_right.svg') center center no-repeat;
        background-size: contain;
        width: 7px;
        height: 10px;
        -webkit-transition: transform 0.1s ease-out;
        transition: transform 0.1s ease-out; }
      .see-more:hover {
        color: inherit; }
        .see-more:hover::after {
          -webkit-transform: translateX(2px);
          transform: translateX(2px); }
    .btn--close {
      position: absolute;
      width: 44px;
      height: 44px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 2; }
      .btn--close .cross {
        width: 14px;
        height: 14px; }
        .btn--close .cross div {
          background: #000; }
          .btn--close .cross div:nth-child(1) {
            height: 1px; }
          .btn--close .cross div:nth-child(2) {
            width: 1px; }
    [drawer], [modal] {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0.2s;
      transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0.2s; }
    [drawer] {
      z-index: 11; }
      [drawer] > .content {
        position: relative;
        background-color: #fefefe;
        height: 100%;
        margin-left: auto;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        z-index: 1;
        overflow: auto; }
        [drawer] > .content .header {
          position: relative; }
        [drawer] > .content .btn--close {
          top: 8px;
          right: 15px; }
          [drawer] > .content .btn--close .cross div {
            background-color: #333; }
            [drawer] > .content .btn--close .cross div:nth-child(1) {
              height: 2px; }
            [drawer] > .content .btn--close .cross div:nth-child(2) {
              width: 2px; }
      [drawer] .content--header {
        text-align: center;
        margin-top: 60px;
        padding: 10px 0; }
        [drawer] .content--header .title {
          font-family: 'Montserrat-ExtraBold', sans-serif;
          font-size: 20px;
          line-height: 1.2; }
    [modal] {
      overflow: auto;
      z-index: 11; }
      [modal] > .content {
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(100% - 2 * 15px);
        -webkit-transform: translate(-50%, calc(-50% + 30px));
        transform: translate(-50%, calc(-50% + 30px));
        margin-top: 50px;
        margin-bottom: 50px;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 3px 10px rgba(109, 114, 120, 0.4);
        -webkit-transition: transform 0.2s ease-out 0.1s, opacity 0.2s ease-out 0.1s, visibility 0.2s ease-out 0.3s;
        transition: transform 0.2s ease-out 0.1s, opacity 0.2s ease-out 0.1s, visibility 0.2s ease-out 0.3s;
        z-index: 2; }
      [modal] .btn--close {
        top: 10px;
        right: 10px; }
    #toggle_filters:checked ~ main .modal--filters {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      #toggle_filters:checked ~ main .modal--filters > .content {
        transition-delay: 0s;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        opacity: 1;
        visibility: visible; }
      #toggle_filters:checked ~ main .modal--filters .btn--close {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
        #toggle_filters:checked ~ main .modal--filters .btn--close .cross div:nth-child(1) {
          width: 100%;
          -webkit-transition: width 0.2s ease-out 0.2s;
          transition: width 0.2s ease-out 0.2s; }
          #toggle_filters:checked ~ main .modal--filters .btn--close .cross div:nth-child(2) {
            height: 100%;
            -webkit-transition: height 0.2s ease-out 0.4s;
            transition: height 0.2s ease-out 0.4s; }
    .modal--filters .content {
      margin-top: 120px;
      top: 0;
      -webkit-transform: translate(-50%, 50px);
      transform: translate(-50%, 50px); }
      .modal--filters .content--header {
        padding: 32px 26px 12px; }
      .modal--filters .content--header .title {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .modal--filters .content--header img {
        margin-right: 14px; }
      .modal--filters .content--body {
        padding: 12px 26px 26px; }
      .modal--filters .content--body .title {
        padding-bottom: 26px; }
      .modal--filters .input-holder {
        margin-bottom: 20px; }
      .modal--filters .label {
        font-size: 13px;
        margin-bottom: 12px; }
      .modal--filters .btn {
        max-width: 320px;
        width: 100%;
        font-family: 'Montserrat-Bold', sans-serif; }
    .select-holder {
      position: relative; }
      .select-holder::after {
        content: '';
        position: absolute;
        top: 14px;
        right: 16px;
        width: 9px;
        height: 9px;
        border-bottom: 1px solid #4a4a4a;
        border-right: 1px solid #4a4a4a;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    select {
      font-size: 14px;
      opacity: 0.7;
      border: none;
      outline: 0;
      width: 100%;
      height: 40px;
      padding-left: 18px;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: ''; }
    footer, .menu-container {
      color: #fff; }
      footer a, .menu-container a {
        color: #fff; }
      footer a:hover, .menu-container a:hover {
        color: #befa5d; }
      footer .menu--holder, .menu-container .menu--holder {
        margin-bottom: 10px;
        text-align: center; }
      footer .menu--holder .title, .menu-container .menu--holder .title {
        font-family: 'Montserrat-ExtraBold', sans-serif;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px; }
      footer .menu--holder li, .menu-container .menu--holder li {
        padding: 6px 0;
        opacity: 0.8; }
      footer .sn, .menu-container .sn {
        margin: 0; }
      footer .expand-toggle, .menu-container .expand-toggle {
        display: block; }
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 66px;
      display: flex;
      align-items: center;
      z-index: 10;
      background-color: #fff;
      -webkit-transition: height 0.2s ease-out, box-shadow 0.2s ease-out;
      transition: height 0.2s ease-out, box-shadow 0.2s ease-out; }
      header .container-fluid {
        position: relative;
        z-index: 2; }
      header .logo-holder {
        position: relative;
        display: inline-flex;
        align-items: center;
        width: 100px;
        height: 90%; }
      header .logo-holder img {
        width: 100%;
        max-height: 90%; }
      header .logo-neg {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0; }
      header a {
        color: #244e1a;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
      header a:hover {
        color: #244e1a; }
      header ul {
        display: none; }
      header .btn--cta {
        border: 1px solid transparent;
        background-color: #befa5d;
        color: #002e3a;
        height: 34px;
        padding: 0 10px;
        border-radius: 4px;
        margin-right: 7px;
        font-size: 12px;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
      header .btn--cta:hover {
        color: #fff;
        background-color: #002e3a;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s;
        border: 1px solid transparent; }
      header.scrolled {
        box-shadow: 0 4px 20px rgba(19, 49, 11, 0.3); }
      header .toggle-search path, header .toggle-search ellipse {
        stroke: #244e1a; }
    .cross {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      width: 24px;
      height: 24px; }
      .cross div {
        position: absolute;
        top: 0;
        background: #fff; }
      .cross div:nth-child(1) {
        width: 0;
        height: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: width 0.25s ease-out 0s;
        transition: width 0.25s ease-out 0s; }
      .cross div:nth-child(2) {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 2px;
        height: 0;
        -webkit-transition: height 0.25s ease-out 0.2s;
        transition: height 0.25s ease-out 0.2s; }
    .toggle-search, .toggle-menu {
      position: relative;
      width: 38px;
      min-width: 38px;
      height: 38px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .toggle-search svg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.25s ease-out 0.2s, visibility 0s ease-out 0.2s;
        transition: opacity 0.25s ease-out 0.2s, visibility 0s ease-out 0.2s; }
      .toggle-search .cross div {
        background: #244e1a; }
    .toggle-menu .burger {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 20px;
      height: 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .toggle-menu .burger div {
        height: 2px;
        background: #244e1a; }
        .toggle-menu .burger div:nth-child(1) {
          width: 55%;
          margin-left: auto;
          position: relative;
          -webkit-transition: width 0.25s ease-out 0.3s;
          transition: width 0.25s ease-out 0.3s; }
        .toggle-menu .burger div:nth-child(2) {
          width: 100%;
          position: relative;
          -webkit-transition: width 0.25s ease-out 0.6s;
          transition: width 0.25s ease-out 0.6s; }
        .toggle-menu .burger div:nth-child(3) {
          width: 55%;
          -webkit-transition: width 0.25s ease-out 0.9s;
          transition: width 0.25s ease-out 0.9s; }
    .menu-container {
      z-index: 9; }
      .menu-container .content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        background: transparent;
        overflow: initial;
        display: flex;
        flex-direction: column; }
      .menu-container .content--header {
        height: 66px; }
      .menu-container .content--body {
        padding-top: 56px;
        flex: 1;
        overflow: auto;
        display: flex;
        flex-direction: column; }
      .menu-container .menu--holder {
        margin-bottom: 16px; }
      .menu-container .backdrop {
        display: none; }
      .menu-container .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(19, 49, 11, 0.96); }
      .menu-container .green-box {
        font-size: 12px; }
      .menu-container .green-box img {
        width: 22px;
        height: 22px; }
      .menu-container .green-box .sn-wrapper {
        margin-left: -10px;
        margin-right: -10px; }
      .menu-container .green-box .sn {
        margin: 0; }
    #toggle_menu:checked ~ main {
      filter: blur(3px); }
    #toggle_menu:checked ~ .menu-container {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      #toggle_menu:checked ~ .menu-container .content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: transform 0.2s ease-out, padding-top 0.2s ease-out;
        transition: transform 0.2s ease-out, padding-top 0.2s ease-out; }
      #toggle_menu:checked ~ .menu-container .btn--close {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
      #toggle_menu:checked ~ .menu-container .btn--close .cross div:nth-child(1) {
        width: 100%;
        -webkit-transition: width 0.2s ease-out 0.2s;
        transition: width 0.2s ease-out 0.2s; }
        #toggle_menu:checked ~ .menu-container .btn--close .cross div:nth-child(2) {
          height: 100%;
          -webkit-transition: height 0.2s ease-out 0.4s;
          transition: height 0.2s ease-out 0.4s; }
    #toggle_menu:checked ~ header {
      background-color: transparent;
      box-shadow: none; }
      #toggle_menu:checked ~ header::after {
        opacity: 1; }
      #toggle_menu:checked ~ header a {
        color: #fff; }
      #toggle_menu:checked ~ header .btn--cta {
        border: 2px solid #fff;
        background-color: transparent; }
      #toggle_menu:checked ~ header .toggle-menu .burger div {
        background-color: #fff; }
      #toggle_menu:checked ~ header .toggle-search path, #toggle_menu:checked ~ header .toggle-search ellipse {
        stroke: #fff; }
      #toggle_menu:checked ~ header .logo-pos {
        opacity: 0; }
      #toggle_menu:checked ~ header .logo-neg {
        opacity: 1; }
      #toggle_menu:checked ~ header .toggle-menu .burger div:nth-child(1) {
        width: 0;
        -webkit-transition: width 0.25s ease-out 0.4s;
        transition: width 0.25s ease-out 0.4s; }
        #toggle_menu:checked ~ header .toggle-menu .burger div:nth-child(2) {
          width: 0;
          -webkit-transition: width 0.25s ease-out 0.2s;
          transition: width 0.25s ease-out 0.2s; }
        #toggle_menu:checked ~ header .toggle-menu .burger div:nth-child(3) {
          width: 0;
          -webkit-transition: width 0.25s ease-out 0s;
          transition: width 0.25s ease-out 0s; }
      #toggle_menu:checked ~ header .toggle-menu .cross div:nth-child(1) {
        width: 100%;
        -webkit-transition: width 0.25s ease-out 0.5s;
        transition: width 0.25s ease-out 0.5s; }
        #toggle_menu:checked ~ header .toggle-menu .cross div:nth-child(2) {
          height: 100%;
          -webkit-transition: height 0.25s ease-out 0.6s;
          transition: height 0.25s ease-out 0.6s; }
    .green-box {
      margin-top: 30px;
      background-color: #befa5d;
      padding: 26px 48px 42px;
      color: #002e3a; }
    .search-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0.2s;
      transition: opacity 0.2s ease-out, visibility 0.2s ease-out 0.2s;
      z-index: 9; }
      .search-container .content {
        position: relative;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        background: transparent;
        z-index: 2;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        pointer-events: none; }
      .search-container .content input {
        pointer-events: auto; }
      .search-container .backdrop {
        background-color: rgba(19, 49, 11, 0.9); }
      .search-container .input-holder {
        position: relative; }
      .search-container .input-holder::before {
        content: '';
        position: absolute;
        top: 15px;
        left: 15px;
        width: 16px;
        height: 16px;
        background: url('../themes/abddcms/assets/img/icon_magnifier_green.svg') center center/contain no-repeat; }
      .search-container .input-holder button[type="submit"] {
        pointer-events: auto;
        cursor: pointer; }
      .search-container input {
        width: 242px;
        border-left: 4px solid #befa5d;
        padding: 0 18px 0 40px; }
    #toggle_search:checked ~ .search-container {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      #toggle_search:checked ~ .search-container .content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: transform 0.2s ease-out, padding-top 0.2s ease-out;
        transition: transform 0.2s ease-out, padding-top 0.2s ease-out; }
    #toggle_search:checked ~ header .toggle-search svg {
      opacity: 0;
      visibility: hidden;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      #toggle_search:checked ~ header .toggle-search .cross div:nth-child(1) {
        width: 100%;
        -webkit-transition: width 0.25s ease-out 0.1s;
        transition: width 0.25s ease-out 0.1s; }
        #toggle_search:checked ~ header .toggle-search .cross div:nth-child(2) {
          height: 100%;
          -webkit-transition: height 0.25s ease-out 0.2s;
          transition: height 0.25s ease-out 0.2s; }
    section.newsletter {
      background: #fff;
      background-size: cover; }
      section.newsletter .title-holder {
        text-align: center;
        color: #fff;
        padding: 40px 0; }
      section.newsletter .section--pretitle {
        margin-bottom: 14px; }
      section.newsletter .form-box {
        padding: 24px;
        background-color: #befa5d;
        margin-top: -114px;
        -webkit-transform: translateY(114px);
        transform: translateY(114px); }
      section.newsletter .input-holder {
        margin-bottom: 10px; }
      section.newsletter label {
        font-size: 10px;
        line-height: 14px;
        color: #244e1a; }
      section.newsletter label span {
        margin-left: 7px; }
      section.newsletter .checkbox-holder {
        padding-top: 12px; }
      section.newsletter button[type="submit"] {
        cursor: pointer; }
    footer {
      padding-top: 114px;
      background-color: #000; }
      footer .logo {
        display: inline-block;
        margin: 32px 0; }
      footer .logo img {
        width: 110px; }
      footer .copyrights {
        opacity: 0.5;
        font-size: 11px;
        line-height: 14px;
        padding: 20px 0 30px;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
      footer .abdd {
        font-size: 10px; }
    body.index main {
      overflow: hidden; }
    .hp-hero {
      position: relative;
      z-index: 3;
      height: calc(100vh - 66px);
      min-height: 462px;
      margin-top: 66px; }
      .hp-hero .slide {
        display: flex;
        flex-direction: column; }
      .hp-hero .media-holder {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100vw * 9 / 16);
        overflow: hidden; }
      .hp-hero .media-holder .inner {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transform: none; }
      .hp-hero .media-holder video, .hp-hero .media-holder img {
        min-height: 100%; }
      .hp-hero .media-holder .yt-video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%; }
      .hp-hero .info-holder {
        position: relative;
        flex: 1; }
      .hp-hero .info-holder .inner {
        position: relative;
        padding-top: 60px;
        z-index: 3; }
      .hp-hero .info-holder .xs-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .hp-hero .info-holder .xs-bg::after {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #154a2b;
          opacity: 0.9;
          z-index: 2; }
      .hp-hero .info-holder .btn {
        transition: 0.4s opacity, 0.4s transform;
        opacity: 0;
        transform: translateY(10px); }
        .hp-hero .info-holder .btn.animateIn {
          opacity: 1;
          transform: translateY(0); }
      .hp-hero .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1f6138;
        opacity: 0.9; }
      .hp-hero .slider, .hp-hero .slick-list, .hp-hero .slick-track, .hp-hero .slick-slide {
        height: 100%; }
      .hp-hero .slick-track {
        padding-top: 0; }
      .hp-hero .slider {
        overflow: hidden; }
      .hp-hero .title {
        font-size: 27px;
        line-height: 30px;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 1s ease-out, visibility 1s ease-out 1s;
        transition: opacity 1s ease-out, visibility 1s ease-out 1s;
        font-family: 'Montserrat-Black', sans-serif;
        letter-spacing: -0.5px; }
      .hp-hero .subtitle {
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 18px;
        letter-spacing: 0; }
      .hp-hero .slick-slide {
        position: relative;
        display: inline-flex !important; }
      .hp-hero .slick-dots {
        bottom: 40px;
        left: 0;
        width: 100%;
        justify-content: center; }
      .hp-hero .slick-dots li {
        display: flex;
        align-items: center; }
    body.loaded .hp-hero .slick-slide .title {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
    .special {
      user-select: none; }
    .special .word {
      display: inline-flex; }
    .special .letter {
      display: inline-block;
      opacity: 0; }
    section.news {
      position: relative;
      z-index: 2;
      background: #fff; }
      section.news.lazy-bg-loaded {
        background: url('../themes/abddcms/assets/img/bg_news_y.jpg') center center/100% auto no-repeat; }
      section.news .title-holder {
        display: flex;
        justify-content: space-between;
        padding-top: 116px;
        padding-bottom: 84px; }
      section.news .slider-holder {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        margin-top: -100px; }
    section.about {
      position: relative;
      padding-bottom: calc(100vw * 450 / 320);
      z-index: 1;
      background: #fff; }
      section.about .title-holder {
        padding-top: 200px;
        padding-bottom: 40px; }
      section.about ul {
        padding-top: 44px;
        padding-bottom: 30px;
        font-size: 15px;
        line-height: 18px; }
      section.about li {
        margin: 5px 0; }
      section.about li .icon-holder {
        width: 32px;
        min-width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 14px; }
        section.about li .icon-holder img {
          width: 100%; }
      section.about li a {
        display: inline-flex;
        align-items: center;
        padding: 6px 20px;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        color: #244e1a;
        border-radius: 6px;
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 15px; }
        section.about li a:hover {
          background-color: #fff;
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
          color: #002e3a; }
    section.projects {
      position: relative;
      margin-top: -320px;
      z-index: 2; }
      section.projects .title-holder {
        display: flex;
        justify-content: space-between;
        margin-bottom: 26px; }
      section.projects .title-holder .see-more {
        color: #fff;
        margin-bottom: 6px; }
        section.projects .title-holder .see-more::after {
          background: url('../themes/abddcms/assets/img/arrow_right_fff.svg') center center no-repeat; }
    section.workgroups {
      padding-top: 100px; }
      section.workgroups .title-holder {
        display: flex;
        justify-content: space-between;
        margin-bottom: 26px; }
      section.workgroups .slider .img-holder {
        position: relative;
        width: 100%;
        padding-bottom: calc(100% * 385 / 600); }
      section.workgroups .slider picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      section.workgroups .slider .title {
        margin-top: 30px;
        font-family: 'Montserrat-Regular', sans-serif;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 24px; }
      section.workgroups .slider .see-more {
        margin-top: 30px;
        color: #002e3a; }
        section.workgroups .slider .see-more:hover {
          color: #002e3a; }
    section.recruitment {
      padding-top: 56px;
      padding-bottom: 100px;
      background: #fff; }
      section.recruitment .title-holder {
        margin-bottom: 24px;
        flex: 1; }
      section.recruitment .txt {
        padding-bottom: 40px; }
      section.recruitment .item-wrapper {
        display: flex;
        flex-wrap: wrap;
        text-align: center; }
      section.recruitment .item-holder {
        flex-basis: 100%;
        padding: 11px 0; }
      section.recruitment .item-holder .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 100%;
        background-color: #fff;
        box-shadow: 0 3px 10px rgba(109, 114, 120, 0.4);
        padding: 20px;
        border-radius: 4px; }
      section.recruitment .item-holder .icon-holder {
        margin-bottom: 14px; }
      section.recruitment .item-holder img {
        height: 100%;
        max-height: 100%; }
      section.recruitment .item-holder .title-holder {
        margin-bottom: 0; }
      section.recruitment .item-holder .title {
        font-size: 17px;
        line-height: 22px;
        font-family: 'Montserrat-Bold', sans-serif;
        margin-bottom: 38px;
        max-width: 100%; }
      section.recruitment .item-holder .see-more {
        align-self: center;
        margin-bottom: 20px; }
      section.recruitment .item-holder .btn {
        width: 100%;
        max-width: 220px;
        height: 46px;
        line-height: 1.5em; }
      section.recruitment .see-more {
        font-family: 'Montserrat-Regular', sans-serif;
        color: #244e1a; }
    body.index section.event-list {
      padding-top: 66px;
      padding-bottom: 105px; }
      body.index section.event-list .btn-holder {
        display: flex;
        justify-content: center;
        padding-top: 30px; }
      body.index section.event-list .btn {
        width: 100%;
        max-width: 320px; }
    body.event-list .event-list {
      background: url('../themes/abddcms/assets/img/bg_news_y.jpg') center 280px/contain no-repeat; }
      .list-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px; }
      .list-header .toggle-filters {
        cursor: pointer; }
      .list-header .toggle-filters:nth-child(2) span {
        opacity: 0.7; }
      .list-header .label {
        font-size: 12px;
        line-height: 15px;
        opacity: 0.5; }
      .list-header .value {
        position: relative;
        display: inline-block;
        font-size: 15px; }
      .list-header .value::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: url('../themes/abddcms/assets/img/arrow_right.svg') center center/contain no-repeat;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 2px;
        margin-left: 15px; }
    section.event-list {
      padding-top: 20px;
      padding-bottom: 66px; }
      section.event-list .title-holder {
        margin-bottom: 50px; }
    [data-type="events"] .item-holder .info-holder {
      padding: 26px 24px 24px;
      color: #002e3a; }
      [data-type="events"] .item-holder .title {
        font-size: 19px;
        line-height: 23px;
        height: 69px;
        overflow: hidden; }
      [data-type="events"] .item-holder .day {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 30px;
        line-height: 0.75;
        margin-right: 3px; }
      [data-type="events"] .item-holder .month-year {
        text-transform: uppercase;
        font-size: 13px;
        line-height: 13px;
        font-family: 'Montserrat-Bold', sans-serif; }
      [data-type="events"] .item-holder .label-holder .icon-holder {
        margin-right: 3px; }
        [data-type="events"] .item-holder .label-holder .label {
          text-transform: uppercase;
          font-size: 13px; }
        [data-type="events"] .item-holder .label-holder .value {
          font-family: 'Montserrat-Bold', sans-serif; }
      [data-type="events"] .item-holder .icon-holder {
        min-width: 16px; }
        [data-type="events"] .item-holder .icon-holder img {
          width: 16px; }
        [data-type="events"] .item-holder .icon-holder .label {
          margin-top: 3px; }
      [data-type="events"] .item-holder .see-more {
        font-size: 13px;
        color: #002e3a; }
    section.testimonials {
      padding-bottom: 128px;
      text-align: center; }
      section.testimonials .title-holder {
        padding-bottom: 46px; }
      section.testimonials .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center; }
      section.testimonials img {
        display: inline-block;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        margin-bottom: 23px;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
      section.testimonials .title {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 16px;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
      section.testimonials .txt {
        font-size: 14px;
        line-height: 18px;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        margin-bottom: 30px; }
      section.testimonials .slick-slide {
        padding: 0 calc((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px);
        opacity: 0.3;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
      section.testimonials .slick-slide.slick-current {
        opacity: 1; }
    section.partners {
      padding-bottom: 90px;
      text-align: center; }
      section.partners .title-holder {
        padding-bottom: 30px; }
      section.partners img {
        height: 80px; }
      section.partners .slick-slide {
        display: flex;
        justify-content: center; }
    .card .item {
      display: flex;
      flex-direction: column;
      border-radius: 4px;
      overflow: hidden;
      background-color: #fff;
      box-shadow: 0 3px 10px rgba(109, 114, 120, 0.4);
      height: 100%;
      -webkit-transition: 0.2s ease-out;
      transition: 0.2s ease-out;
      outline: 0; }
      .card:hover .item {
        box-shadow: 0 1px 3px rgba(109, 114, 120, 0.3);
        -webkit-transform: translateY(2px);
        transform: translateY(2px); }
      .card .img-holder {
        position: relative;
        display: block;
        outline: 0;
        padding-bottom: calc(100% * 240 / 380);
        overflow: hidden; }
      .card picture {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #fafafa; }
      .card .logo-holder {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .card .info-holder {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 34px 24px 24px;
        color: #002e3a; }
      .card .see-more {
        align-self: flex-end;
        font-size: 12px;
        font-family: 'Montserrat-Bold', sans-serif;
        color: #002e3a; }
      .card .title {
        display: block;
        display: -webkit-box;
        font-size: 18px;
        line-height: 22px;
        font-family: 'Montserrat-Bold', sans-serif;
        margin-bottom: 10px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .card .txt {
        display: block;
        display: -webkit-box;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
        height: 38px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .card .date, .card .author {
        font-size: 10px; }
    .type-tag {
      position: absolute;
      background-color: #befa5d;
      border-radius: 8px;
      padding: 7px 20px 7px 12px;
      font-family: 'Montserrat-Bold', sans-serif;
      font-size: 12px;
      color: #002e3a;
      margin-left: 26px;
      margin-right: 26px;
      transform: translateY(-50%);
      display: inline-block;
      z-index: 2; }
    .swippables .slick-slide {
      padding: 0 calc(10px / 2) 20px; }
      .swippables .slider--centered .slick-list {
        padding-left: calc((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px - 10px / 2) !important;
        padding-right: calc((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px - 10px / 2) !important; }
      .swippables .slider--centered .slick-slide {
        width: calc(100vw - 2 * ((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px) + 10px); }
      .swippables .slider .slick-list {
        padding-left: calc((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px - 10px / 2); }
      .swippables .slider .slick-slide {
        width: calc(100vw - 2 * ((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px) + 10px); }
    .item-wrapper.grid {
      display: flex;
      flex-wrap: wrap; }
      .item-wrapper.grid .item-holder {
        flex-basis: 100%;
        padding: 0 calc(10px / 2) 20px; }
    .hero {
      position: relative;
      height: calc(100vw * 260 / 320);
      display: flex;
      align-items: center;
      background-color: #f9f9f9;
      z-index: 2;
      margin-top: 66px; }
      .hero .section--pretitle {
        color: #befa5d;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 8px; }
      .hero .section--title {
        color: #fff;
        font-size: 29px;
        line-height: 32px;
        font-family: 'Montserrat-Black', sans-serif;
        margin-bottom: 4px; }
      .hero .cta {
        position: absolute;
        width: 100%;
        bottom: -40px; }
      .hero .cta .box {
        background-color: #befa5d;
        padding: 20px;
        font-size: 16px;
        line-height: 17px; }
      .hero .cta .title {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 16px;
        line-height: 17px; }
      .hero.no-bg {
        background-color: #fff;
        min-height: calc(100vw * 208 / 320); }
      .hero.no-bg .section--pretitle {
        color: #002e3a; }
      .hero.no-bg .section--title {
        color: #002e3a; }
    body.loaded .hero .cta {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1; }
    section.blog-list {
      position: relative;
      z-index: 2; }
      section.blog-list.no-bg {
        background: #fff; }
      section.blog-list .title-holder {
        padding-bottom: 16px; }
      section.blog-list .slider-holder {
        -webkit-transform: translateY(140px);
        transform: translateY(140px);
        margin-top: -140px; }
      section.blog-list .slick-dots {
        display: none; }
      section.blog-list .btn-holder {
        padding-top: 46px; }
      section.blog-list .btn-holder .btn {
        width: 100%;
        max-width: 320px; }
    section.miscnews-list {
      padding-top: 106px;
      padding-bottom: 140px; }
      section.miscnews-list .select-holder {
        /* &::after {
         display: none;
         } */
        padding-right: 20px; }
      section.miscnews-list .item-holder .item {
        padding-top: 14px;
        padding-bottom: 14px;
        border-bottom: 1px solid rgba(151, 151, 151, 0.3); }
      section.miscnews-list .item-holder:last-child .item {
        border-bottom: 1px solid transparent; }
      section.miscnews-list .item-holder .date {
        font-size: 14px; }
      section.miscnews-list .item-holder .title {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 15px;
        line-height: 19px; }
      section.miscnews-list .item-holder .see-more {
        margin-top: 10px;
        margin-bottom: 0;
        color: #535353; }
    body.video-list section.video-list, body.news-list section.video-list {
      margin-bottom: 64px; }
      body.video-list section.video-list .btn-holder, body.news-list section.video-list .btn-holder {
        padding-top: 10px; }
        body.video-list section.video-list .btn-holder .btn, body.news-list section.video-list .btn-holder .btn {
          width: 100%;
          max-width: 320px; }
      body.video-list section.video-list .slick-dots, body.news-list section.video-list .slick-dots {
        bottom: 0; }
      body.video-list section.video-list .vid-holder, body.news-list section.video-list .vid-holder {
        position: relative;
        padding-bottom: calc(100% * 9 / 16);
        height: 0; }
        body.video-list section.video-list .vid-holder iframe, body.news-list section.video-list .vid-holder iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .even-odd-content .content {
      padding-top: 30px;
      padding-bottom: 30px; }
      .even-odd-content .content:nth-child(odd) {
        background-color: rgba(216, 216, 216, 0.1); }
      .even-odd-content .title-holder {
        display: flex;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 14px; }
      .even-odd-content .icon {
        width: 42px;
        margin-right: 14px; }
      .even-odd-content .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0;
        color: #244e1a;
        font-family: 'Montserrat-Regular', sans-serif; }
      .even-odd-content .txt {
        font-size: 14px;
        line-height: 18px; }
      .even-odd-content .img-holder {
        position: relative;
        display: block; }
      .even-odd-content .logo-holder {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .even-odd-content .see-more {
        color: #002e3a;
        font-family: 'Montserrat-Bold', sans-serif;
        float: right;
        margin-top: 30px; }
    section.map {
      position: relative; }
      section.map::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100vw * 192 / 320);
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none; }
    #map {
      height: calc(100vw * 520 / 320);
      max-height: 768px; }
      #map img {
        width: 100% !important;
        height: 100% !important; }
    section.contact-form {
      margin-top: calc(-100vw * 110 / 320); }
      section.contact-form .label {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 12px; }
      section.contact-form .input-holder {
        margin-bottom: 22px; }
      section.contact-form textarea {
        height: 90px; }
      section.contact-form .btn {
        width: 100%;
        font-family: 'Montserrat-Bold', sans-serif; }
    section.contacts {
      background-color: rgba(190, 250, 93, 0.2);
      margin-top: 60px;
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 74px;
      padding: 35px;
      font-size: 14px;
      line-height: 18px;
      color: #244e1a; }
      section.contacts .title {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 16px;
        line-height: 17px;
        margin-bottom: 20px; }
      section.contacts .icon {
        width: 24px;
        height: 24px;
        margin-right: 12px; }
      section.contacts .contact-holder {
        display: flex;
        margin-bottom: 6px; }
    body.o-geota .even-odd-content {
      background: url('../themes/abddcms/assets/img/bg_about_y.jpg') center bottom/100% auto no-repeat;
      padding-bottom: calc(100vw * 400 / 320); }
      body.o-geota .tabs .content-holder > .txt {
        margin-bottom: 40px; }
        body.o-geota .tabs .content-holder > .li {
          border-bottom: 1px solid rgba(151, 151, 151, 0.3);
          padding-bottom: 14px;
          margin-bottom: 32px; }
        body.o-geota .tabs .content-holder > .li .title-holder {
          margin-bottom: 26px; }
        body.o-geota .tabs .content-holder > .li:last-child {
          border-bottom: 1px solid transparent; }
        body.o-geota .tabs .content-holder .year:not(:first-child) {
          margin-top: 30px; }
        body.o-geota .tabs .content-holder .year + .file {
          border-top: 1px solid rgba(151, 151, 151, 0.3);
          margin-top: 6px; }
        body.o-geota .tabs .content-holder .file {
          border-bottom: 1px solid rgba(151, 151, 151, 0.3);
          padding: 10px 0; }
        body.o-geota .tabs .content-holder .file-title {
          font-family: 'Montserrat-Bold', sans-serif;
          font-size: 15px;
          margin-bottom: 4px; }
        body.o-geota .tabs .content-holder .file-dl {
          font-size: 11px;
          text-transform: uppercase; }
    .tabs .nav {
      margin-bottom: 24px;
      position: relative; }
      .tabs .nav::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 100%;
        background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
        z-index: 1; }
      .tabs .nav ul {
        padding-left: calc((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px);
        padding-right: calc((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px);
        padding-bottom: 14px;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto; }
      .tabs .nav-item {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        white-space: nowrap;
        margin-right: 16px;
        cursor: pointer;
        text-transform: none;
        font-size: 20px;
        line-height: 24px;
        padding-right: 40px;
        margin-right: 0; }
      .tabs .nav-item span {
        display: inline-block;
        opacity: 0.7;
        border-bottom: 2px solid transparent; }
      .tabs .nav-item.active span, .tabs .nav-item:hover span {
        opacity: 1;
        border-bottom: 2px solid #befa5d; }
      .tabs .content-wrapper {
        padding-left: calc((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px);
        padding-right: calc((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px); }
      .tabs .content-holder {
        display: none; }
      .tabs .content-holder.active {
        display: block; }
    body.o-geota .tabs {
      padding-top: 70px;
      padding-bottom: 40px; }
      body.o-geota .tabs .expand-toggle {
        display: block;
        margin-top: 1rem; }
      body.o-geota .tabs .expand-toggle::after {
        border-bottom: 2px solid #002e3a;
        border-right: 2px solid #002e3a; }
      body.o-geota .tabs .expand-toggle.toggled {
        opacity: 1; }
      body.o-geota .tabs .expandable-list, body.o-geota .tabs .expandable-content {
        padding-top: 14px; }
      body.o-geota .tabs [content-type="carousel"] {
        padding-bottom: 40px; }
      body.o-geota .tabs [content-type="carousel"]:not(:last-child) {
        border-bottom: 1px solid rgba(151, 151, 151, 0.3);
        margin-bottom: 44px; }
      body.o-geota .tabs [content-type="carousel"] .small-cards {
        margin-left: calc(-1 * ((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px));
        margin-right: calc(-1 * ((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px)); }
        body.o-geota .tabs [content-type="carousel"] .small-cards .slick-list {
          margin-right: 0 !important;
          margin-left: 0 !important; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .slick-arrow {
          top: 0;
          height: 100%;
          transform: none;
          width: 180px;
          display: flex;
          align-items: center;
          justify-content: center;
          pointer-events: none;
          z-index: 1; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .slick-prev {
          left: 0;
          background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); }
        body.o-geota .tabs [content-type="carousel"] .small-cards .slick-next {
          right: 0;
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); }
        body.o-geota .tabs [content-type="carousel"] .small-cards .slick-disabled {
          opacity: 0; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .slick-dots {
          margin-top: 20px;
          bottom: 0 !important; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .img-holder {
          width: 65px;
          height: 65px;
          border-radius: 50%;
          overflow: hidden; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .name {
          color: #002e3a;
          font-family: 'Montserrat-Bold', sans-serif;
          font-size: 15px;
          line-height: 19px;
          margin-bottom: 3px; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .role {
          color: #002e3a;
          font-size: 14px;
          line-height: 18px; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .see-more {
          color: #244e1a;
          font-size: 14px; }
      body.o-geota .tabs [content-type="carousel"] .title-holder .pretitle {
        font-size: 15px;
        line-height: 19px; }
        body.o-geota .tabs [content-type="carousel"] .title-holder .title {
          font-family: 'Montserrat-Bold', sans-serif;
          font-size: 20px;
          line-height: 20px; }
    section.intro {
      padding-top: 48px; }
      section.intro .title-holder {
        margin-bottom: 30px; }
      section.intro .btn {
        margin-top: 60px;
        width: 100%; }
      section.intro.with-bot-bg {
        padding-bottom: calc(100vw * 478 / 320);
        background: url('../themes/abddcms/assets/img/bg_about_y.jpg') center bottom/100% auto no-repeat; }
    section.gallery {
      margin-top: calc(100vw * -217 / 320);
      margin-bottom: 118px; }
      section.gallery .title-holder {
        color: #fff;
        margin-bottom: 44px; }
      section.gallery .slick-list {
        padding-left: calc((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px - 10px / 2);
        padding-bottom: 40px; }
      section.gallery .slick-slide {
        margin: 0 calc(10px / 2);
        padding-right: 12px; }
      section.gallery .img-holder {
        position: relative;
        padding-bottom: calc(100% * 213 / 241); }
      section.gallery picture {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      section.gallery .slick-dots {
        bottom: 0;
        margin-top: 6px;
        max-width: 100%;
        flex-wrap: wrap; }
      section.gallery .slick-dots li {
        margin: 4px 5px; }
    body.voluntariado section.testimonials {
      padding-bottom: 86px; }
      body.voluntariado section.testimonials .slick-dots {
        bottom: 0;
        margin-top: 10px; }
    body.associados section.intro.with-bot-bg {
      padding-bottom: calc(100vw * 386 / 320); }
      body.associados .intro + .swippables, body.associados .intro + .small-cards {
        margin-top: -220px;
        margin-bottom: 100px; }
      body.associados .small-cards .slide {
        margin: 36px 11px 40px; }
    .sub-section--associate-types .item-holder {
      padding: 0 calc(16px / 2) 20px; }
      .sub-section--associate-types .item {
        position: relative; }
      .sub-section--associate-types .info-holder {
        padding-top: 0; }
      .sub-section--associate-types .icon-holder {
        margin: 60px auto 0;
        display: flex;
        justify-content: center;
        width: 66px;
        height: 66px; }
      .sub-section--associate-types .icon-holder img {
        width: 100%; }
      .sub-section--associate-types .price-tag {
        background-color: #002e3a;
        font-size: 20px;
        font-family: 'Montserrat-Bold', sans-serif;
        color: #fff;
        padding: 5px 10px;
        display: inline-block;
        position: absolute;
        top: 20px;
        left: 20px;
        border-radius: 6px; }
      .sub-section--associate-types .title {
        font-family: 'Montserrat-Regular', sans-serif;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        width: 70%;
        margin: 0 auto; }
      .sub-section--associate-types .btn {
        margin-top: 20px; }
    .modal--associates .radio--btn-holder[data-type="associate-type"], .modal--associates-existing .radio--btn-holder[data-type="associate-type"] {
      width: 50%;
      min-width: 50%; }
      .modal--associates .radio--btn-holder[data-type="associate-type"] .radio--btn, .modal--associates-existing .radio--btn-holder[data-type="associate-type"] .radio--btn {
        width: auto;
        height: 100%;
        margin: 3px;
        padding: 0 10px 18px;
        align-items: flex-start; }
      .modal--associates .radio--btn-holder[data-type="associate-type"] .item, .modal--associates-existing .radio--btn-holder[data-type="associate-type"] .item {
        position: relative; }
      .modal--associates .radio--btn-holder[data-type="associate-type"] .icon-holder, .modal--associates-existing .radio--btn-holder[data-type="associate-type"] .icon-holder {
        margin-top: 35px;
        margin-left: auto;
        margin-right: auto;
        width: 40px;
        height: 40px; }
      .modal--associates .radio--btn-holder[data-type="associate-type"] .price-tag, .modal--associates-existing .radio--btn-holder[data-type="associate-type"] .price-tag {
        background-color: #002e3a;
        font-size: 12px;
        font-family: 'Montserrat-Regular', sans-serif;
        color: #fff;
        padding: 1px 5px;
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 0;
        border-radius: 6px; }
      .modal--associates .radio--btn-holder[data-type="associate-type"] .title, .modal--associates-existing .radio--btn-holder[data-type="associate-type"] .title {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        font-family: 'Montserrat-Regular', sans-serif;
        margin-top: 5px; }
      .modal--associates .radio--btn-holder[data-type="associate-type"] .subtxt, .modal--associates-existing .radio--btn-holder[data-type="associate-type"] .subtxt {
        font-size: 12px; }
      .modal--associates .radio--btn-holder[data-type="associate-type"] input:checked + .radio--btn .title, .modal--associates-existing .radio--btn-holder[data-type="associate-type"] input:checked + .radio--btn .title {
        font-family: 'Montserrat-Bold', sans-serif; }
    body.doacoes section.intro.with-bot-bg {
      padding-bottom: calc(100vw * 386 / 320); }
      body.doacoes .small-cards {
        margin-top: -220px;
        margin-bottom: 60px; }
      body.doacoes .small-cards .slide {
        margin: 56px 11px 20px; }
    body.investigacao section.intro {
      padding-bottom: 68px; }
    section.img-left--txt-right {
      margin-bottom: 64px; }
      section.img-left--txt-right .title-holder {
        margin-bottom: 34px; }
    .img-group {
      margin-top: 56px;
      position: relative;
      padding-bottom: 100%; }
      .img-group .img-holder {
        position: absolute;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        width: 60%; }
      .img-group .img-holder picture {
        width: 100%;
        height: 100%; }
      .img-group .img-holder:nth-child(1) {
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 1; }
      .img-group .img-holder:nth-child(2) {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 74%;
        z-index: 2; }
      .img-group .img-holder:nth-child(3) {
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        z-index: 1; }
    .img-group--3--right {
      position: relative;
      margin-top: 56px;
      padding-bottom: calc(100% / 264 * 300); }
      .img-group--3--right .img-holder {
        position: absolute;
        border-radius: 0; }
      .img-group--3--right .img-holder picture {
        width: 100%;
        height: 100%; }
      .img-group--3--right .img-holder:nth-child(1) {
        top: 0;
        right: 0;
        width: calc(100% / 264 * 188); }
      .img-group--3--right .img-holder:nth-child(2) {
        top: 40%;
        left: 0;
        width: calc(100% / 264 * 140); }
      .img-group--3--right .img-holder:nth-child(3) {
        bottom: 0;
        left: calc(100% / 264 * 140 + 11px);
        width: calc(100% / 264 * 104); }
    .img-group--4 {
      position: relative;
      margin-top: 56px;
      padding-bottom: calc(100% / 288 * 300); }
      .img-group--4 .img-holder {
        position: absolute;
        border-radius: 0;
        overflow: hidden; }
      .img-group--4 .img-holder picture {
        width: 100%;
        height: 100%; }
      .img-group--4 .img-holder:nth-child(1) {
        top: 0;
        left: calc(100% / 288 * 45);
        width: calc(100% / 288 * 180);
        height: calc(100% / 300 * 153); }
      .img-group--4 .img-holder:nth-child(2) {
        top: calc(100% / 300 * 58);
        left: calc(100% / 288 * 158);
        width: calc(100% / 288 * 84);
        height: calc(100% / 300 * 72); }
      .img-group--4 .img-holder:nth-child(3) {
        top: calc(100% / 300 * 140);
        left: 0;
        width: calc(100% / 288 * 117);
        height: calc(100% / 300 * 100); }
      .img-group--4 .img-holder:nth-child(4) {
        bottom: 0;
        right: 0;
        width: calc(100% / 288 * 160);
        height: calc(100% / 300 * 137); }
    .toggle-modal:checked + [modal], [modal].show {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
      .toggle-modal:checked + [modal] > .content, [modal].show > .content {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .toggle-modal:checked + [modal] .btn--close, [modal].show .btn--close {
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
      .toggle-modal:checked + [modal] .btn--close .cross div:nth-child(1), [modal].show .btn--close .cross div:nth-child(1) {
        width: 100%;
        -webkit-transition: width 0.2s ease-out 0.2s;
        transition: width 0.2s ease-out 0.2s; }
        .toggle-modal:checked + [modal] .btn--close .cross div:nth-child(2), [modal].show .btn--close .cross div:nth-child(2) {
          height: 100%;
          -webkit-transition: height 0.2s ease-out 0.4s;
          transition: height 0.2s ease-out 0.4s; }
    .modal--donations .content, .modal--volunteer .content, .modal--associates .content, .modal--associates-existing .content, .modal--investigators .content {
      margin-top: 120px;
      top: 0;
      -webkit-transform: translate(-50%, 50px);
      transform: translate(-50%, 50px);
      -webkit-transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0.3s;
      transition: transform 0.2s ease-out 0s, opacity 0.2s ease-out 0s, visibility 0.2s ease-out 0.3s; }
      .modal--donations .title, .modal--volunteer .title, .modal--associates .title, .modal--associates-existing .title, .modal--investigators .title {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 15px;
        line-height: 19px; }
      .modal--donations .content--header, .modal--volunteer .content--header, .modal--associates .content--header, .modal--associates-existing .content--header, .modal--investigators .content--header {
        padding: 25px 25px 5px;
        text-align: center; }
      .modal--donations .content--header .progress-holder, .modal--volunteer .content--header .progress-holder, .modal--associates .content--header .progress-holder, .modal--associates-existing .content--header .progress-holder, .modal--investigators .content--header .progress-holder {
        background-color: rgba(216, 216, 216, 0.5);
        height: 8px;
        border-radius: 5px;
        margin-top: 3px;
        margin-bottom: 20px;
        margin-right: auto;
        margin-left: auto;
        width: 75%; }
      .modal--donations .content--header .progress, .modal--volunteer .content--header .progress, .modal--associates .content--header .progress, .modal--associates-existing .content--header .progress, .modal--investigators .content--header .progress {
        background-color: #befa5d;
        height: 100%;
        width: 0%; }
      .modal--donations .content--header .step, .modal--volunteer .content--header .step, .modal--associates .content--header .step, .modal--associates-existing .content--header .step, .modal--investigators .content--header .step {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 13px;
        line-height: 16px;
        color: #d8d8d8;
        margin-bottom: 8px; }
      .modal--donations .content--body, .modal--volunteer .content--body, .modal--associates .content--body, .modal--associates-existing .content--body, .modal--investigators .content--body {
        padding: 5px 25px 28px; }
      .modal--donations .input-holder, .modal--volunteer .input-holder, .modal--associates .input-holder, .modal--associates-existing .input-holder, .modal--investigators .input-holder {
        margin-bottom: 20px; }
      .modal--donations .label, .modal--volunteer .label, .modal--associates .label, .modal--associates-existing .label, .modal--investigators .label {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 16px; }
      .modal--donations .btn-holder, .modal--volunteer .btn-holder, .modal--associates .btn-holder, .modal--associates-existing .btn-holder, .modal--investigators .btn-holder {
        padding-top: 40px; }
      .modal--donations .btn, .modal--volunteer .btn, .modal--associates .btn, .modal--associates-existing .btn, .modal--investigators .btn {
        width: 100%; }
      .modal--donations .alert-success, .modal--volunteer .alert-success, .modal--associates .alert-success, .modal--associates-existing .alert-success, .modal--investigators .alert-success {
        display: none; }
      .modal--donations .radio--btn-holder, .modal--volunteer .radio--btn-holder, .modal--associates .radio--btn-holder, .modal--associates-existing .radio--btn-holder, .modal--investigators .radio--btn-holder {
        margin-bottom: 14px; }
      .modal--donations .radio--btn, .modal--volunteer .radio--btn, .modal--associates .radio--btn, .modal--associates-existing .radio--btn, .modal--investigators .radio--btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 54px;
        font-size: 14px;
        line-height: 18px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        background-color: #fff;
        border-radius: 5px;
        -webkit-transition: box-shadow 0.2s ease-out;
        transition: box-shadow 0.2s ease-out;
        cursor: pointer; }
      .modal--donations .radio--btn:hover, .modal--volunteer .radio--btn:hover, .modal--associates .radio--btn:hover, .modal--associates-existing .radio--btn:hover, .modal--investigators .radio--btn:hover, .modal--donations input:checked + .radio--btn, .modal--volunteer input:checked + .radio--btn, .modal--associates input:checked + .radio--btn, .modal--associates-existing input:checked + .radio--btn, .modal--investigators input:checked + .radio--btn {
        box-shadow: 0 2px 10px #befa5c;
        background-color: #befa5c;
        font-family: 'Montserrat-Bold', sans-serif; }
      .modal--donations .confirmed-data, .modal--volunteer .confirmed-data, .modal--associates .confirmed-data, .modal--associates-existing .confirmed-data, .modal--investigators .confirmed-data {
        margin-top: 25px;
        margin-bottom: 40px; }
      .modal--donations .confirmed-data div, .modal--volunteer .confirmed-data div, .modal--associates .confirmed-data div, .modal--associates-existing .confirmed-data div, .modal--investigators .confirmed-data div {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 54px;
        border-radius: 5px;
        font-family: 'Montserrat-Bold', sans-serif;
        background: #fff; }
      .modal--donations .donation-amount, .modal--volunteer .donation-amount, .modal--associates .donation-amount, .modal--associates-existing .donation-amount, .modal--investigators .donation-amount {
        position: absolute;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        padding: 0 20px;
        font-size: 20px;
        line-height: 24px;
        z-index: 2; }
      .modal--donations .type-of-donation, .modal--volunteer .type-of-donation, .modal--associates .type-of-donation, .modal--associates-existing .type-of-donation, .modal--investigators .type-of-donation {
        position: relative;
        width: 100%;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        font-size: 14px;
        line-height: 18px;
        z-index: 1; }
      .modal--donations .type-of-donation .donation-amount, .modal--volunteer .type-of-donation .donation-amount, .modal--associates .type-of-donation .donation-amount, .modal--associates-existing .type-of-donation .donation-amount, .modal--investigators .type-of-donation .donation-amount {
        position: relative;
        opacity: 0; }
      .modal--donations .msg--info, .modal--volunteer .msg--info, .modal--associates .msg--info, .modal--associates-existing .msg--info, .modal--investigators .msg--info {
        padding: 24px 16px;
        background-color: rgba(13, 56, 59, 0.18);
        border-radius: 5px;
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 12px;
        line-height: 15px; }
      .modal--donations .text-input, .modal--volunteer .text-input, .modal--associates .text-input, .modal--associates-existing .text-input, .modal--investigators .text-input {
        color: #002e3a;
        opacity: 0.7; }
    .success-icon.success svg, .step-holder.success svg {
      width: 64px;
      height: 64px;
      margin-bottom: 32px; }
      .success-icon.success .circle, .step-holder.success .circle {
        stroke-dasharray: 500;
        stroke-dashoffset: 500;
        -webkit-animation: dash 1s linear forwards;
        animation: dash 1s linear forwards;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s; }
      .success-icon.success .check, .step-holder.success .check {
        stroke-dasharray: 100;
        stroke-dashoffset: 100;
        -webkit-animation: dashAndPop 0.6s ease-in-out forwards;
        animation: dashAndPop 0.6s ease-in-out forwards;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
      .success-icon.success .title, .step-holder.success .title {
        margin-bottom: 20px; }
      .success-icon.success p, .step-holder.success p {
        font-size: 14px;
        line-height: 18px; }
    .invalid-msg {
      color: red;
      margin-top: 2px;
      font-size: 14px; }
    .invalid .text-input, .invalid .radio--btn, .text-input:invalid {
      background-color: rgba(255, 0, 0, 0.05) !important; }
    .checkbox-holder {
      display: flex;
      font-size: 12px;
      line-height: 15px; }
      .checkbox-holder a {
        color: inherit; }
      .checkbox-holder .checkbox {
        width: 20px;
        min-width: 20px;
        height: 20px;
        margin-right: 12px;
        border-radius: 5px;
        box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.2);
        background-color: #eee; }
      .checkbox-holder input[type="checkbox"]:not(:checked) ~ .show-if-checked {
        display: none; }
      .checkbox-holder input[type="checkbox"]:checked ~ .show-if-checked {
        display: block; }
    body.search-results .hero {
      height: 160px; }
      body.search-results .search-results {
        padding: 46px 0 80px; }
      body.search-results .results-pretitle {
        font-size: 13px;
        margin-bottom: 6px;
        color: #244e1a; }
      body.search-results .results-title {
        font-size: 23px;
        line-height: 32px;
        font-family: 'Montserrat-Black', sans-serif;
        color: #244e1a; }
      body.search-results .item-holder {
        border-bottom: 1px solid rgba(151, 151, 151, 0.3);
        padding-top: 18px;
        padding-bottom: 20px; }
      body.search-results .item-holder .img-holder {
        width: 100%; }
      body.search-results .item-holder .title {
        display: block;
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 12px;
        color: #002e3a;
        font-family: 'Montserrat-Bold', sans-serif; }
        body.search-results .item-holder .title:hover {
          color: #002e3a; }
      body.search-results .item-holder .see-more {
        font-family: 'Montserrat-Regular', sans-serif;
        text-transform: uppercase;
        font-size: 11px;
        margin-bottom: 0;
        align-self: initial;
        color: #002e3a; }
        body.search-results .item-holder .see-more:hover {
          color: #002e3a; }
    body.blog-list .hero {
      height: calc(100vw * 290 / 320); }
      body.blog-list .hero .title-holder {
        margin-top: 34px; }
      body.blog-list section.blog-list {
        padding: 46px 0 115px;
        margin-top: calc(-100vw * 200 / 320);
        background-color: transparent; }
      body.blog-list section.blog-list .list-header {
        margin-bottom: 30px; }
    section.blog-detail, section.workgroup-detail, section.project-detail {
      padding: 66px 0 86px; }
      section.blog-detail .btn-holder, section.workgroup-detail .btn-holder, section.project-detail .btn-holder {
        display: flex;
        justify-content: center;
        padding-top: 20px; }
      section.blog-detail .btn, section.workgroup-detail .btn, section.project-detail .btn {
        width: 100%; }
      section.blog-detail .vid-holder, section.workgroup-detail .vid-holder, section.project-detail .vid-holder {
        position: relative;
        padding-bottom: calc(100% * 9 / 16);
        height: 0; }
      section.blog-detail .vid-holder iframe, section.workgroup-detail .vid-holder iframe, section.project-detail .vid-holder iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    body.event-list .hero, body.event-detail .hero, body.blog-detail .hero {
      min-height: calc(100vw * 140 / 320);
      height: calc(100vw * 140 / 320); }
    .blog-detail .item-holder {
      margin-bottom: 25px; }
      .blog-detail .title-holder {
        margin-bottom: 38px; }
      .blog-detail .day {
        font-size: 36px;
        font-family: 'Montserrat-Bold', sans-serif;
        margin-right: 12px; }
      .blog-detail .month-year {
        font-size: 13px;
        font-family: 'Montserrat-Bold', sans-serif; }
      .blog-detail .date-holder {
        margin-bottom: 20px;
        text-transform: uppercase; }
      .blog-detail .date-holder .icon-holder {
        margin-right: 16px; }
      .blog-detail .date-holder img {
        width: 30px; }
      .blog-detail .file-holder {
        border-top: 1px solid #979797;
        border-bottom: 1px solid #979797;
        padding-top: 20px;
        padding-bottom: 20px; }
      .blog-detail .author-holder {
        margin-bottom: 10px;
        font-size: 13px; }
      .blog-detail .author-holder .icon-holder {
        margin-right: 16px; }
      .blog-detail .author-holder img {
        width: 30px; }
      .blog-detail .author-holder .label {
        font-family: 'Montserrat-Bold', sans-serif; }
      .addthis_share_button {
        width: 44px;
        height: 44px;
        cursor: pointer; }
    .small-cards .slick-list {
      padding-left: calc((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px) !important;
      padding-right: calc((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px) !important; }
      .small-cards .slick-slide {
        width: calc(100vw - 2 * ((100vw - (2 * 15px) + 10px) * 0.08333333 + 15px) + 10px); }
      .small-cards .slide {
        margin: 20px 11px; }
      .small-cards .inner {
        height: 100%;
        padding: 26px 24px 24px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #002e3a;
        text-align: center; }
      .small-cards .img-holder {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        margin-bottom: 14px; }
      .small-cards img {
        max-height: 100%; }
      .small-cards .title {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 8px; }
      .small-cards .txt {
        font-size: 13px;
        line-height: 17px; }
    .team {
      margin-top: -260px; }
      .team .title-holder {
        margin-bottom: 30px;
        color: #fff; }
      .team .slick-list {
        padding-left: calc((100vw - 190px) / 2) !important;
        padding-right: calc((100vw - 190px) / 2) !important; }
      .team .slick-slide {
        width: 190px; }
      .team .title-holder {
        margin-bottom: 30px;
        color: #fff; }
      .team .img-holder {
        width: 80px;
        height: 80px;
        justify-content: center;
        border-radius: 50%;
        overflow: hidden; }
      .team .name {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 16px;
        line-height: 19px;
        color: #002e3a; }
      .team .role {
        font-size: 13px;
        line-height: 16px;
        color: #002e3a; }
      .team .see-more {
        color: #244e1a; }
    .sub-section .table {
      display: flex;
      margin: 9px auto 18px;
      max-width: 1046px;
      border: 1px solid #befa5d; }
      .sub-section .cell {
        position: relative;
        flex: 1;
        padding: 0 8px 0 12px;
        font-size: 11px;
        line-height: 14px;
        height: 48px;
        display: flex;
        align-items: center; }
      .sub-section .cell:nth-child(2) {
        border-right: 1px solid #befa5d;
        border-left: 1px solid #befa5d; }
      .sub-section .cell span {
        margin-right: 6px; }
      .sub-section .cell::after {
        content: '';
        width: 12px;
        height: 12px;
        background: url('../themes/abddcms/assets/img/arrow_right.svg') center center no-repeat; }
      .sub-section .table-desc {
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 64px; }
      .sub-section .question {
        font-size: 16px;
        line-height: 19px;
        font-family: 'Montserrat-Bold', sans-serif;
        margin-bottom: 28px; }
      .sub-section .txt {
        font-size: 13px;
        line-height: 17px; }
    .sub-section--pretitle {
      font-size: 17px;
      line-height: 1.2; }
    .sub-section--title {
      font-size: 19px;
      line-height: 1.2;
      font-family: 'Montserrat-Bold', sans-serif; }
    body.nif .hero .btn--lookalike {
      display: inline-flex;
      font-family: 'Montserrat-Bold', sans-serif;
      background-color: #befa5d;
      border-radius: 2px;
      font-size: 16px;
      color: #244e1a;
      height: 30px;
      padding: 0 8px;
      align-items: center; }
      body.nif .intro {
        padding-top: 56px; }
      body.nif .intro .txt {
        margin-bottom: 66px; }
      body.nif .contribute-importance {
        padding-top: 38px; }
      body.nif .contribute-importance .title-holder {
        margin-bottom: 26px; }
      body.nif .contribute-importance .section--pretitle {
        margin-bottom: 26px; }
      body.nif .contribute-importance .section--title {
        padding-bottom: 7px; }
      body.nif .contribute-importance .txt {
        font-size: 13px;
        line-height: 17px; }
      body.nif .contribute-importance .img {
        margin-top: 45px;
        margin-bottom: 48px; }
      body.nif .contribute-importance .item {
        text-align: center; }
        body.nif .contribute-importance .item .img-holder {
          width: 144px;
          height: 144px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0 auto 20px; }
        body.nif .contribute-importance .item .txt {
          margin-bottom: 18px;
          font-size: 13px;
          line-height: 17px; }
      body.nif .contribute-importance .slick-dots {
        bottom: 0; }
      body.nif .small-cards {
        margin-top: 80px; }
      body.nif .contact-form {
        margin-top: 90px;
        margin-bottom: 120px; }
      body.nif .contact-form .title-holder {
        margin-bottom: 22px; }
      body.nif .contact-form .txt {
        margin-bottom: 42px;
        font-size: 13px;
        line-height: 17px; }
    section.event-detail {
      position: relative;
      padding: 0 0 90px;
      z-index: 2; }
      section.event-detail .green-box {
        border-radius: 15px;
        padding: 22px;
        margin-top: -40px; }
      section.event-detail .green-box .section--title {
        font-size: 25px;
        line-height: 28px; }
      section.event-detail .date-holder {
        margin-bottom: 20px;
        text-transform: uppercase; }
      section.event-detail .date-holder .icon-holder {
        margin-right: 8px; }
      section.event-detail .date-holder img {
        width: 18px; }
      section.event-detail .date-holder .label {
        font-size: 16px; }
      section.event-detail .date-holder .day {
        font-size: 50px;
        font-family: 'Montserrat-Bold', sans-serif;
        margin-right: 20px; }
      section.event-detail .date-holder .month-year {
        font-size: 18px;
        line-height: 20px;
        font-family: 'Montserrat-Bold', sans-serif; }
      section.event-detail .extra-info {
        border: 1px solid #979797;
        border-radius: 15px;
        padding: 26px 24px; }
      section.event-detail .extra-info .bullet {
        width: 23px;
        height: 23px;
        border-radius: 50%;
        margin: 0 auto; }
      section.event-detail .extra-info .icon-holder {
        width: 30px;
        min-width: 30px;
        margin-right: 20px; }
        section.event-detail .extra-info .icon-holder img {
          width: 100%; }
      section.event-detail .extra-info .label {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 13px; }
      section.event-detail .extra-info .value {
        font-size: 14px; }
      section.event-detail .file-holder {
        border-top: 1px solid #979797;
        border-bottom: 1px solid #979797;
        padding-top: 20px;
        padding-bottom: 20px; }
      section.event-detail [data-type="events"] .item-holder {
        width: 100%; }
    section.podcast-list .title-holder {
      padding-top: 230px;
      padding-bottom: 20px; }
      section.podcast-list .card .info-holder {
        padding: 12px 16px; }
      section.podcast-list .card .title {
        font-size: 14px;
        line-height: 1.2;
        font-family: 'Montserrat-Bold', sans-serif;
        margin-bottom: 0;
        height: auto;
        color: #002e3a; }
      section.podcast-list .card .subtitle {
        font-size: 12px;
        line-height: 1.2;
        opacity: 0.7;
        font-family: 'Montserrat-Bold', sans-serif;
        margin-bottom: 12px; }
      section.podcast-list .card .date {
        font-size: 11px; }
      section.podcast-list .btn-holder {
        padding-top: 46px; }
      section.podcast-list .btn-holder .btn {
        width: 100%;
        max-width: 320px; }
    body.podcast-list .hero .subscribe {
      margin-top: 6px;
      font-family: 'Montserrat-Bold', sans-serif;
      font-size: 17px; }
      body.podcast-list .hero .subscribe span {
        margin-right: 5px; }
      body.podcast-list .hero .subscribe .icon-holder {
        width: 26px;
        height: 26px;
        margin: 0 5px; }
      body.podcast-list .hero .subscribe img {
        width: 100%;
        height: 100%; }
      body.podcast-list .podcast-logo {
        max-width: 120px;
        margin-bottom: 10px; }
      body.podcast-list section.podcast-list {
        padding: 46px 0 46px; }
    body.podcast-detail .video-section {
      padding: 40px 0; }
      body.podcast-detail .video-section .title-holder {
        margin-bottom: 24px; }
      body.podcast-detail .video-section p {
        margin-top: 28px;
        font-size: 12px;
        line-height: 1.2; }
      body.podcast-detail .audio-section {
        padding: 40px 0; }
      body.podcast-detail .audio-section .title-holder {
        margin-bottom: 24px; }
      body.podcast-detail .audio-section p {
        margin-top: 28px;
        font-size: 12px;
        line-height: 1.2; }
      body.podcast-detail .aud-holder iframe {
        max-width: 100%; }
      body.podcast-detail .vid-holder {
        position: relative;
        padding-bottom: calc(100% * 9 / 16);
        height: 0; }
      body.podcast-detail .vid-holder iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    section.basic-layout {
      margin-top: 120px; }
    body.help main section:not(.hero) {
      padding-top: 56px;
      padding-bottom: 46px; }
      body.help main section:not(.hero) .title-holder {
        margin-bottom: 36px; }
      body.help main section:not(.hero) .see-more {
        font-family: 'Montserrat-Regular', sans-serif;
        color: #244e1a;
        align-self: initial; }
      body.help main section:not(.hero) .btn-holder {
        margin-top: 50px; }
      body.help main section:not(.hero) .btn--primary {
        height: 47px;
        margin-top: 10px;
        min-width: 200px; }
      body.help main section:nth-of-type(3) .img-holder {
        margin-bottom: 39px; }
      body.help main section:nth-of-type(4) .img-holder {
        margin-bottom: 39px; }
      body.help main section:nth-of-type(5) .img-group--4 {
        margin-bottom: 53px; }
      body.help main section:nth-of-type(6) {
        padding-bottom: 150px; }
      body.help main section:nth-of-type(6) .img-holder {
        margin-bottom: 39px; }
    .more-info-modal.show .content {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .more-info-modal .content {
        max-width: 875px; }
      .more-info-modal .content--body {
        padding: 40px 25px 40px 25px; }
      .more-info-modal .info-holder {
        padding-bottom: 28px;
        border-bottom: 1px solid rgba(151, 151, 151, 0.3);
        margin-bottom: 26px; }
      .more-info-modal .img-holder {
        width: 65px;
        height: 65px;
        margin-right: 8px;
        border-radius: 50%;
        overflow: hidden; }
      .more-info-modal .name {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 5px; }
      .more-info-modal .role {
        font-size: 14px;
        line-height: 18px; }
      .more-info-modal .txt {
        font-size: 13px;
        line-height: 18px; }
    section.intro .sub-section--donations {
      margin-top: 95px;
      margin-bottom: 92px; }
      section.intro .sub-section--donations .section--title {
        margin-bottom: 42px; }
      section.intro .sub-section--donations .btn {
        margin-top: 0;
        margin-bottom: 17px; }
      section.intro .sub-section--paymentmethods {
        margin-bottom: 92px; }
      section.intro .sub-section--paymentmethods .section--title {
        margin-bottom: 22px; }
      section.intro .sub-section--paymentmethods .txt {
        margin-bottom: 30px; }
      section.intro .sub-section--paymentmethods .item {
        display: flex;
        justify-content: center;
        margin: 30px 0;
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 16px;
        line-height: 23px;
        text-align: center; }
    section.maintenance {
      height: 100vh; }
      section.maintenance .icon {
        width: 134px;
        margin-bottom: 32px; }
      section.maintenance .section--title {
        position: relative;
        font-family: 'Montserrat-ExtraBold', sans-serif;
        font-size: 35px;
        line-height: 35px;
        color: #244e1a;
        text-align: center;
        margin-bottom: 15px; }
      section.maintenance .section--title::before, section.maintenance .section--title::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 82px;
        height: 28px;
        background: url('../themes/abddcms/assets/img/icon_wave_path.svg') center center/contain no-repeat; }
      section.maintenance .section--title::before {
        right: 90%; }
      section.maintenance .section--title::after {
        left: 90%; }
      section.maintenance .txt {
        font-size: 14px;
        line-height: 18px;
        color: #244e1a;
        text-align: center; }
      section.maintenance .logo {
        margin-top: 75px;
        width: 130px; }
    section.s404 {
      margin-top: 66px;
      height: calc(100vh - 66px); }
      section.s404 .icon {
        width: 160px;
        margin-bottom: 5px; }
      section.s404 .section--title {
        position: relative;
        font-family: 'Montserrat-ExtraBold', sans-serif;
        font-size: 35px;
        line-height: 39px;
        color: #244e1a;
        text-align: center;
        margin-bottom: 15px; }
      section.s404 .section--title::before, section.s404 .section--title::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 82px;
        height: 28px;
        background: url('../themes/abddcms/assets/img/icon_wave_path.svg') center center/contain no-repeat; }
      section.s404 .section--title::before {
        right: 90%; }
      section.s404 .section--title::after {
        left: 90%; }
      section.s404 .txt {
        font-size: 14px;
        line-height: 18px;
        color: #244e1a;
        text-align: center; } }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.testimonials .inner {
    display: block !important; }

  .card .item {
    display: block; }

  section.recruitment .item-holder .item {
    display: block; } }

/*****************************************************************
 MD
 768px - 991px
 *****************************************************************/
@media (min-width: 768px) {
  /*=====================================================================
   Custom Grid margin/gutter
   =====================================================================*/
  /*=====================================================================
   Header
   =====================================================================*/
  /*=====================================================================
   Footer
   =====================================================================*/
  /*=====================================================================
   Homepage
   =====================================================================*/
    html, body {
      font-size: 16px; }
    .container-fluid {
      padding-right: 50px;
      padding-left: 50px; }
    .row {
      margin-right: calc(14px / -2);
      margin-left: calc(14px / -2); }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .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, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
      padding-right: calc(14px / 2);
      padding-left: calc(14px / 2); }
    .btn--primary {
      min-height: 52px;
      padding: 0 26px;
      border-radius: 4px; }
    .see-more {
      font-size: 16px; }
      .see-more::after {
        top: 3px;
        right: -16px; }
    .slick-dots {
      bottom: -35px; }
    .txt--2cols {
      column-count: 2; }
    header .btn--cta {
      border: 2px solid transparent;
      height: 40px;
      padding: 0 14px;
      font-size: 14px; }
      header .btn--cta:hover {
        border: 2px solid transparent; }
    .menu-container .bg {
      background: rgba(19, 49, 11, 0.96); }
      .menu-container .green-box {
        font-size: 14px;
        margin-top: -80px; }
      .menu-container .green-box .menu--holder {
        flex: 1;
        margin-bottom: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
      .menu-container .green-box img {
        width: 28px;
        height: 28px; }
      .menu-container .green-box .sn-wrapper {
        padding-left: 20px; }
      .menu-container .green-box .sn {
        margin-right: 14px; }
        .menu-container .green-box .sn img {
          width: 34px;
          height: 34px; }
    .search-container input {
      height: 66px;
      width: 500px;
      padding: 0 30px 0 60px;
      font-size: 18px; }
      .search-container .input-holder::before {
        top: 23px;
        left: 23px;
        width: 20px;
        height: 20px; }
      .search-container .input-holder button[type="submit"] {
        right: 7px;
        background-size: 18px auto; }
    section.newsletter .title-holder {
      padding: 100px 0;
      text-align: left; }
      section.newsletter .form-box {
        position: absolute;
        bottom: -40px;
        margin-top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      section.newsletter .input-holder {
        display: inline-block;
        width: 50%;
        padding: 0 5px; }
      section.newsletter .w-standout-text-input button[type="submit"] {
        right: 10px;
        background-size: 14px auto; }
    footer {
      padding-top: 0; }
      footer .copyrights {
        border-top: 2px solid rgba(255, 255, 255, 0.5); }
      footer .sn-wrapper .sn {
        margin-right: 4px; }
      footer .icon {
        min-width: 28px;
        width: 28px;
        height: 28px;
        margin-right: 10px; }
    footer, .menu-container {
      font-size: 14px;
      line-height: 1.2; }
      footer .menu--wrapper, .menu-container .menu--wrapper {
        display: flex;
        flex-wrap: wrap; }
      footer .menu--holder, .menu-container .menu--holder {
        flex-basis: calc(100% / 3);
        margin-bottom: 30px;
        text-align: left; }
      footer .menu--holder .title, .menu-container .menu--holder .title {
        display: inline-block;
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 16px;
        line-height: 19px;
        border-bottom: 4px solid #befa5d;
        padding-bottom: 6px;
        margin-bottom: 16px; }
      footer .menu--holder li, .menu-container .menu--holder li {
        opacity: 1; }
      footer .expand-toggle, .menu-container .expand-toggle {
        pointer-events: none;
        cursor: default; }
      footer .expand-toggle::after, .menu-container .expand-toggle::after {
        display: none; }
      footer .expandable-list, .menu-container .expandable-list {
        opacity: 1;
        max-height: none;
        overflow-y: visible;
        -webkit-transition: none;
        transition: none; }
    .hp-hero {
      max-height: 728px; }
      .hp-hero .media-holder {
        min-height: 100%; }
      .hp-hero .media-holder .yt-video {
        width: 1920px;
        height: 1080px;
        min-height: 100%;
        min-width: 100%; }
      .hp-hero .media-holder::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 30vw;
        height: 100%;
        background: linear-gradient(to left, rgba(36, 78, 26, 0) 0%, rgba(0, 0, 0, 0.45) 100%); }
      .hp-hero .slide {
        display: block; }
      .hp-hero .info-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .hp-hero .info-holder .inner {
        padding-top: 0;
        transform: translateY(160px); }
      .hp-hero .title {
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 12px;
        letter-spacing: 0; }
      .hp-hero .subtitle {
        font-size: 30px;
        line-height: 36px; }
      .hp-hero .slick-dots {
        bottom: 70px; }
    section.news.lazy-bg-loaded {
      background: url('../themes/abddcms/assets/img/bg_news_x.jpg') center center/100% auto no-repeat; }
      section.news .slider-holder {
        transform: translateY(160px);
        margin-top: -160px; }
      section.news .btn {
        margin-top: 20px;
        padding: 0px 80px; }
    section.about {
      padding-bottom: 450px; }
      section.about li a {
        font-size: 18px;
        line-height: 22px; }
        section.about .btn {
          height: 50px;
          padding: 0 40px; }
    section.about ul {
      margin-top: -10px;
      padding-top: 0; }
      section.about li .icon-holder {
        width: 38px;
        min-width: 38px;
        height: 38px; }
    .swippables .slick-slide {
      padding: 0 calc(14px / 2) 20px; }
      .swippables .slider--centered .slick-list {
        padding-left: 50px !important;
        padding-right: 50px !important; }
      .swippables .slider--centered .slick-slide {
        width: auto; }
      .swippables .slider .slick-list {
        padding-left: 50px; }
      .swippables .slider .slick-slide {
        width: calc((100vw - 2 * 50px) / 3); }
      .swippables .info-holder {
        padding: 24px; }
    .card .see-more {
      font-size: 14px; }
      .card .title {
        font-size: 16px;
        line-height: 19px; }
      .card .txt {
        font-size: 13px; }
      .card .date, .card .author {
        font-size: 12px; }
    section.workgroups .slider .info-holder {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      section.workgroups .slider .info-holder .see-more {
        align-self: flex-start; }
      section.workgroups .slider .info-holder {
        display: block; }
      section.workgroups .slider .title {
        font-family: 'Montserrat-Bold', sans-serif;
        margin-top: 0;
        margin-bottom: 10px; }
      section.workgroups .slider .see-more {
        font-size: 16px; }
    .overflowing-content {
      position: relative;
      overflow: hidden; }
      .overflowing-content::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        opacity: 0;
        pointer-events: none; }
      .overflowing-content.overflowing::after {
        opacity: 1; }
    section.recruitment .item-holder {
      flex-basis: 50%;
      max-width: 50%;
      padding: 5px; }
      section.recruitment .item-holder .icon-holder {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        min-width: 50px;
        height: 50px; }
      section.recruitment .item-holder .btn {
        font-size: 14px; }
      section.recruitment .item-holder.two-cols {
        max-width: 100%; }
      section.recruitment .item-holder.two-cols .item {
        display: block; }
      section.recruitment .item-holder.two-cols .icon-holder {
        margin-bottom: 0; }
      section.recruitment .item-holder.two-cols .title {
        margin-bottom: 0;
        margin-left: 16px; }
      section.recruitment .item-holder.two-cols .see-more {
        margin-bottom: 0; }
      section.recruitment .item-holder .see-more {
        font-size: 16px; }
    section.testimonials img {
      width: 80px;
      height: 80px;
      margin-bottom: 30px; }
      section.testimonials .title {
        font-size: 20px;
        line-height: 26px; }
      section.testimonials .txt {
        font-size: 16px;
        line-height: 21px; }
      section.testimonials .slick-list {
        padding-left: 25vw;
        padding-right: 25vw; }
      section.testimonials .slick-slide {
        padding: 0 30px;
        display: flex;
        align-items: center;
        transform: scale(0.85);
        filter: blur(2px);
        opacity: 0.2; }
      section.testimonials .slick-slide.slick-current {
        opacity: 1;
        transform: scale(1);
        filter: blur(0); }
    section.partners .slick-list {
      padding-right: 50px;
      padding-left: 50px; }
    .item-wrapper.grid {
      display: flex;
      flex-wrap: wrap;
      margin-right: -12px;
      margin-left: -12px; }
      .item-wrapper.grid .item-holder {
        flex-basis: calc(100% / 3); }
      .item-wrapper.grid .item-holder.cols-3 {
        flex-basis: 100%; }
      .item-wrapper.grid .item-holder.cols-3 .item {
        flex-direction: row; }
      .item-wrapper.grid .item-holder.cols-3 .img-holder-holder {
        position: relative;
        width: 50%; }
        .item-wrapper.grid .item-holder.cols-3 .img-holder-holder .type-tag {
          bottom: 30px;
          left: 30px;
          margin: 0;
          transform: none; }
        .item-wrapper.grid .item-holder.cols-3 .img-holder-holder .img-holder {
          height: 100%; }
      .item-wrapper.grid .item-holder.cols-3 .title {
        font-size: 20px;
        line-height: 24px;
        display: flex;
        align-items: flex-end; }
      .item-wrapper.grid .item-holder.cols-2 {
        flex-basis: calc(100% * (2 / 3)); }
      .item-wrapper.grid .item-holder.cols-2 .item {
        flex-direction: row; }
      .item-wrapper.grid .item-holder.cols-2 .img-holder-holder {
        position: relative;
        width: 50%; }
        .item-wrapper.grid .item-holder.cols-2 .img-holder-holder .type-tag {
          bottom: 30px;
          left: 30px;
          margin: 0;
          transform: none; }
      .item-wrapper.grid .item-holder.cols-2 .img-holder {
        padding-bottom: 0;
        height: 100%; }
        .item-wrapper.grid .item-holder.cols-2 .img-holder img {
          height: 100%;
          max-width: none;
          width: auto; }
        .item-wrapper.grid .item-holder.cols-2 .img-holder .alignment-0 img {
          position: absolute;
          top: 0;
          left: 0; }
        .item-wrapper.grid .item-holder.cols-2 .img-holder .alignment-1 img {
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
        .item-wrapper.grid .item-holder.cols-2 .img-holder .alignment-2 img {
          position: absolute;
          top: 0;
          right: 0; }
      .item-wrapper.grid .item-holder.cols-2 .title {
        font-size: 20px;
        line-height: 24px;
        display: flex;
        align-items: flex-end; }
    .newslist-hero, .bloglist-hero {
      height: calc(100vw * 610 / 1600); }
    section.blog-list .title-holder {
      padding-bottom: 40px; }
    body.blog-list .hero {
      height: calc(100vw * 544 / 1600); }
      body.blog-list .hero .title-holder {
        margin-top: 50px; }
      body.blog-list section.blog-list {
        padding: 46px 0 115px;
        margin-top: calc(-100vw * 300 / 1600);
        background-color: transparent; }
    section.podcast-list .title-holder {
      padding-bottom: 50px; }
    .even-odd-content .content:nth-child(odd) .img-holder {
      transform: translateX(50px); }
      .even-odd-content .content:nth-child(even) .img-holder {
        transform: translateX(-50px); }
      .even-odd-content .title-holder {
        margin-bottom: 24px; }
      .even-odd-content .icon {
        width: 50px; }
      .even-odd-content .title {
        font-size: 24px;
        line-height: 30px; }
      .even-odd-content .txt {
        font-size: 16px;
        line-height: 21px; }
    .hero.no-bg {
      min-height: calc(100vw * 380 / 1600); }
    .hero:not(.no-bg) {
      min-height: calc(100vw * 460 / 1600);
      max-height: none; }
      .hero:not(.no-bg) .container-fluid {
        padding-top: 90px;
        padding-bottom: 90px; }
    .hero {
      height: auto; }
      .hero .section--pretitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px; }
      .hero .section--title {
        font-size: 38px;
        line-height: 46px; }
      .hero .cta {
        font-size: 14px;
        line-height: 18px;
        bottom: 0;
        transform: translateY(60%) !important; }
      .hero .cta .box {
        padding: 35px; }
      .hero .cta .title {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px; }
      .hero .cta .icon {
        width: 24px;
        height: 24px;
        margin-right: 12px; }
      .hero .cta .contact-holder {
        display: flex;
        margin-bottom: 6px; }
    #map {
      height: calc(1024px - 100vw * 390 / 768);
      max-height: 768px; }
    section.contact-form {
      margin-top: calc(-100vw * 150 / 768); }
      section.contact-form .label {
        font-size: 14px;
        line-height: 17px; }
      section.contact-form .btn-holder {
        display: flex;
        justify-content: center;
        margin: 40px 0; }
      section.contact-form .btn {
        width: auto; }
      section.contact-form .checkbox-holder {
        font-size: 14px;
        line-height: 17px; }
      section.contact-form .checkbox {
        width: 25px;
        min-width: 25px;
        height: 25px;
        margin-right: 30px; }
      section.contact-form .checkbox::after {
        top: -3px;
        left: 11px;
        width: 12px;
        height: 20px;
        border-right: 3px solid #002e3a;
        border-bottom: 3px solid #002e3a; }
    body.o-geota .even-odd-content {
      padding-bottom: calc(100vw * 650 / 1600); }
    .team .img-holder {
      width: 100px;
      height: 100px;
      margin-bottom: 26px; }
      .team .name {
        font-size: 20px;
        line-height: 26px; }
      .team .role {
        font-size: 16px;
        line-height: 19px; }
    .tabs .nav {
      margin-bottom: 40px; }
      .tabs .nav ul {
        padding-left: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px);
        padding-right: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px); }
      .tabs .nav-item {
        font-size: 18px;
        line-height: 24px;
        margin-right: 24px; }
      .tabs .content-wrapper {
        padding-left: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px);
        padding-right: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px); }
      body.o-geota .tabs {
        padding-top: 90px;
        padding-bottom: 90px; }
      body.o-geota .tabs .content-holder .file {
        padding: 14px 0; }
      body.o-geota .tabs .content-holder .year {
        font-size: 20px; }
      body.o-geota .tabs .content-holder .file-title {
        font-size: 20px; }
      body.o-geota .tabs .content-holder .file-dl {
        font-size: 14px; }
      body.o-geota .tabs [content-type="carousel"] .small-cards {
        margin-left: calc(-1 * ((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px));
        margin-right: calc(-1 * ((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px)); }
      body.o-geota .tabs [content-type="carousel"] .small-cards .slick-list {
        padding-left: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px) !important;
        padding-right: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px) !important; }
      body.o-geota .tabs [content-type="carousel"] .small-cards .slick-arrow {
        pointer-events: auto; }
      body.o-geota .tabs [content-type="carousel"] .small-cards .slick-arrow::before {
        background: url('../themes/abddcms/assets/img/arrow_left_darkblue.svg') center center/contain no-repeat; }
      body.o-geota .tabs [content-type="carousel"] .small-cards .slick-arrow::after {
        background: url('../themes/abddcms/assets/img/arrow_left_darkblue.svg') center center/contain no-repeat; }
      body.o-geota .tabs [content-type="carousel"] .small-cards .img-holder {
        width: 85px;
        height: 85px; }
      body.o-geota .tabs [content-type="carousel"] .small-cards .name {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 4px; }
      body.o-geota .tabs [content-type="carousel"] .small-cards .role {
        font-size: 16px;
        line-height: 20px; }
      body.o-geota .tabs [content-type="carousel"] .small-cards .see-more {
        font-size: 15px; }
      body.o-geota .tabs [content-type="carousel"] .title-holder .pretitle {
        font-size: 20px;
        line-height: 29px; }
      body.o-geota .tabs [content-type="carousel"] .title-holder .title {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 35px;
        line-height: 29px; }
    body.event-list {
      background: url('../themes/abddcms/assets/img/bg_eventlist.jpg') center 0/contain no-repeat; }
      body.event-list .hero.no-bg {
        background: transparent; }
    .item-wrapper {
      display: flex;
      flex-wrap: wrap; }
      .item-wrapper.cols-4 .item-holder {
        width: calc(100% / 4); }
      .item-wrapper .item-holder {
        width: 50%;
        padding: 0 calc(14px / 2) 20px; }
    section.blog-detail .item-wrapper .item-holder {
      width: 100%;
      padding: 0; }
    body.event-list .event-list, body.event-detail .event-list {
      background: none; }
    .list-header .label, .list-header .value {
      font-size: 18px;
      line-height: 22px; }
      .list-header .value::after {
        width: 14px;
        height: 14px;
        top: 3px; }
      .list-header .toggle-filters img {
        margin-right: 16px; }
    section.event-list #eventlist_highlights {
      flex-direction: column; }
      section.event-list #eventlist_highlights .item-holder {
        width: 100%; }
      section.event-list #eventlist_highlights .item {
        flex-direction: row; }
      section.event-list #eventlist_highlights .img-holder-holder {
        position: relative;
        width: 46%; }
      section.event-list #eventlist_highlights .img-holder {
        padding: 0;
        height: 100%; }
      section.event-list #eventlist_highlights .position-relative {
        display: none; }
      section.event-list #eventlist_highlights .type-tag {
        bottom: 30px;
        left: 30px;
        margin: 0;
        transform: none; }
    [data-type="events"] .item-holder .info-holder {
      padding: 20px 26px; }
      [data-type="events"] .item-holder .title {
        font-size: 20px;
        line-height: 24px;
        height: 72px; }
      [data-type="events"] .item-holder .day {
        font-size: 34px;
        margin-right: 4px; }
      [data-type="events"] .item-holder .month-year {
        font-size: 12px;
        line-height: 12px; }
      [data-type="events"] .item-holder .label-holder .icon-holder {
        margin-right: 6px; }
      [data-type="events"] .item-holder .label-holder .label, [data-type="events"] .item-holder .label-holder .value {
        font-size: 14px;
        line-height: 14px; }
      [data-type="events"] .item-holder .see-more {
        font-size: 14px; }
    .modal--filters .content {
      max-width: 732px; }
      .modal--filters .content--header {
        padding: 58px 120px 54px; }
      .modal--filters .content--header .title {
        justify-content: flex-start;
        font-size: 25px;
        line-height: 30px; }
      .modal--filters .content--body {
        padding: 12px 120px 58px; }
      .modal--filters .content--body .title {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 34px; }
      .modal--filters .input-wrapper {
        display: flex;
        flex-wrap: wrap; }
      .modal--filters .input-holder {
        width: 50%;
        margin-bottom: 42px; }
      .modal--filters .input-holder:nth-child(odd) {
        padding-right: 10px; }
      .modal--filters .input-holder:nth-child(even) {
        padding-left: 10px; }
      .modal--filters .label {
        font-size: 17px;
        margin-bottom: 14px; }
      .modal--filters .btn-holder {
        margin-bottom: 30px; }
    .select-holder::after {
      top: 17px; }
    select {
      font-size: 18px;
      line-height: 22px;
      height: 46px;
      padding-left: 14px; }
    section.intro {
      padding-top: 100px; }
      section.intro .btn {
        width: auto; }
      section.intro.with-bot-bg {
        padding-bottom: calc(100vw * 750 / 1600);
        background: url('../themes/abddcms/assets/img/bg_about_x.jpg') center bottom/100% auto no-repeat; }
    section.gallery {
      margin-top: calc(100vw * -500 / 1600);
      margin-bottom: 160px; }
      section.gallery .slick-list {
        padding-left: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px - 14px / 2); }
      section.gallery .slick-slide {
        margin: 0 calc(14px / 2); }
      section.gallery .img-holder {
        padding-bottom: calc(100% * 452 / 587); }
      section.gallery .slick-dots {
        margin-top: 34px; }
    .modal--donations .content, .modal--volunteer .content, .modal--associates .content, .modal--associates-existing .content, .modal--investigators .content {
      max-width: 924px; }
      .modal--donations .content--body, .modal--volunteer .content--body, .modal--associates .content--body, .modal--associates-existing .content--body, .modal--investigators .content--body {
        padding: 20px 120px 110px; }
      .modal--donations .btn, .modal--volunteer .btn, .modal--associates .btn, .modal--associates-existing .btn, .modal--investigators .btn {
        width: auto;
        padding: 0 86px; }
    .modal--associates .radio--btn-holder[data-type="associate-type"], .modal--associates-existing .radio--btn-holder[data-type="associate-type"] {
      width: calc(100% / 3);
      min-width: calc(100% / 3); }
    body.search-results .hero {
      height: 290px; }
      body.search-results .search-results {
        padding: 115px 0 160px; }
      body.search-results .results-pretitle {
        font-size: 20px;
        opacity: 0.5; }
      body.search-results .results-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px; }
      body.search-results .item-holder {
        display: flex;
        justify-content: space-between;
        padding-top: 27px;
        padding-bottom: 35px; }
      body.search-results .item-holder .info-holder {
        display: flex;
        align-items: center; }
      body.search-results .item-holder .img-holder {
        width: 38%;
        max-width: 38%;
        min-width: 38%;
        margin-left: 40px; }
      body.search-results .item-holder .title {
        font-size: 20px;
        line-height: 26px; }
      body.search-results .item-holder .see-more {
        font-size: 14px; }
    section.blog-detail, section.workgroup-detail, section.project-detail {
      padding: 60px 0 110px; }
      section.blog-detail .txt, section.workgroup-detail .txt, section.project-detail .txt {
        font-size: 18px;
        line-height: 24px; }
      section.blog-detail .btn, section.workgroup-detail .btn, section.project-detail .btn {
        width: auto; }
    .small-cards .slick-list {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: calc(50px + 0px) !important;
      margin-right: calc(50px + 0px) !important;
      overflow: hidden; }
      .small-cards .slick-slide {
        width: auto; }
      .small-cards .slick-arrow {
        width: 30px;
        height: 30px; }
      .small-cards .slick-arrow::before {
        display: block;
        font-size: 0px;
        width: 20px;
        height: 20px;
        background: url('../themes/abddcms/assets/img/arrow_left_fff.svg') center center/contain no-repeat; }
      .small-cards .slick-prev {
        left: 50px; }
      .small-cards .slick-next {
        right: 50px; }
      .small-cards .slick-next::before {
        transform: scale(-1, 1); }
    .team .slick-list {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px) !important;
      margin-right: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px) !important; }
      .team .slick-slide {
        width: auto; }
    .sub-section--pretitle {
      font-size: 25px; }
    .sub-section--title {
      font-size: 30px; }
    .sub-section .table {
      margin: 50px auto 26px;
      border-width: 3px; }
      .sub-section .cell {
        height: 80px;
        font-size: 20px;
        line-height: 1.2;
        justify-content: center; }
      .sub-section .cell:nth-child(2) {
        border-width: 3px; }
      .sub-section .cell span {
        margin-right: 10px; }
      .sub-section .table-desc {
        font-size: 20px; }
      .sub-section .question {
        font-size: 20px;
        line-height: 25px; }
      .sub-section .txt {
        font-size: 14px;
        line-height: 18px; }
    body.nif .hero .btn--lookalike {
      height: 40px;
      font-size: 24px;
      padding: 0 16px; }
      body.nif .intro {
        padding-top: 100px; }
      body.nif .intro .txt {
        margin-bottom: 80px; }
      body.nif .contribute-importance {
        padding-top: 100px; }
      body.nif .contribute-importance .title-holder {
        margin-top: 70px;
        margin-bottom: 40px; }
      body.nif .contribute-importance .txt {
        font-size: 14px;
        line-height: 18px; }
      body.nif .contribute-importance .img {
        margin-top: 0;
        margin-bottom: 0; }
      body.nif .contribute-importance .slider {
        margin-top: 100px; }
      body.nif .contribute-importance .item .txt {
        font-size: 14px;
        line-height: 18px; }
      body.nif .small-cards {
        margin-top: 108px; }
      body.nif .small-cards .slick-list {
        margin: 0 !important; }
      body.nif .contact-form .txt {
        font-size: 14px;
        line-height: 18px; }
    body.associados section.intro.with-bot-bg, body.doacoes section.intro.with-bot-bg {
      padding-bottom: calc(100vw * 650 / 1600); }
      body.associados .intro + .swippables, body.doacoes .intro + .swippables, body.associados .intro + .small-cards, body.doacoes .intro + .small-cards {
        margin-top: calc(100vw * -424 / 1600);
        margin-bottom: 100px; }
      body.investigacao section.intro {
        padding-bottom: 110px; }
    section.img-left--txt-right {
      margin-bottom: 110px; }
      section.img-left--txt-right .title-holder {
        margin-bottom: 50px; }
    .img-group {
      margin-top: 0;
      margin-left: -50px;
      width: calc(100% + 50px);
      padding-bottom: calc((100% + 50px) * 860 / 680); }
      .img-group .img-holder {
        position: absolute;
        border-radius: 0; }
      .img-group .img-holder img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .img-group .img-holder:nth-child(1) {
        top: 0;
        left: 0;
        width: 72%;
        transform: none; }
      .img-group .img-holder:nth-child(2) {
        top: 40%;
        left: 60%;
        width: 45%;
        transform: none; }
      .img-group .img-holder:nth-child(3) {
        top: auto;
        right: auto;
        bottom: 0;
        left: 34%;
        width: 45%;
        transform: none; }
    section.miscnews-list .item-holder .date {
      font-size: 16px; }
      section.miscnews-list .item-holder .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 14px; }
      section.miscnews-list .item-holder .txt {
        font-size: 14px;
        line-height: 19px; }
      section.miscnews-list .item-holder .see-more {
        align-self: auto;
        white-space: nowrap; }
      section.miscnews-list .item-holder .img-holder {
        min-width: 220px;
        width: 220px;
        height: 165px; }
    body.news-list section.video-list {
      margin-bottom: 110px; }
    .video-list.swippables .slider .slick-slide {
      width: calc((100vw - 2 * 50px) / 2); }
    .modal--donations .content--header, .modal--volunteer .content--header, .modal--associates .content--header, .modal--associates-existing .content--header, .modal--investigators .content--header {
      padding: 50px 25px 25px; }
      .modal--donations .content--header .btn--close, .modal--volunteer .content--header .btn--close, .modal--associates .content--header .btn--close, .modal--associates-existing .content--header .btn--close, .modal--investigators .content--header .btn--close {
        top: 34px;
        right: 30px; }
      .modal--donations .content--header .btn--close .cross, .modal--volunteer .content--header .btn--close .cross, .modal--associates .content--header .btn--close .cross, .modal--associates-existing .content--header .btn--close .cross, .modal--investigators .content--header .btn--close .cross {
        width: 24px;
        height: 24px; }
      .modal--donations .content--header .progress-holder, .modal--volunteer .content--header .progress-holder, .modal--associates .content--header .progress-holder, .modal--associates-existing .content--header .progress-holder, .modal--investigators .content--header .progress-holder {
        height: 10px;
        margin-bottom: 50px; }
      .modal--donations .content--header .step, .modal--volunteer .content--header .step, .modal--associates .content--header .step, .modal--associates-existing .content--header .step, .modal--investigators .content--header .step {
        font-size: 17px;
        line-height: 21px; }
      .modal--donations .title, .modal--volunteer .title, .modal--associates .title, .modal--associates-existing .title, .modal--investigators .title {
        font-size: 24px;
        line-height: 32px; }
      .modal--donations .label, .modal--volunteer .label, .modal--associates .label, .modal--associates-existing .label, .modal--investigators .label {
        font-size: 17px;
        line-height: 21px; }
      .modal--donations .confirmed-data div, .modal--volunteer .confirmed-data div, .modal--associates .confirmed-data div, .modal--associates-existing .confirmed-data div, .modal--investigators .confirmed-data div, .modal--donations .radio--btn, .modal--volunteer .radio--btn, .modal--associates .radio--btn, .modal--associates-existing .radio--btn, .modal--investigators .radio--btn {
        height: 76px;
        font-size: 16px;
        line-height: 19px; }
      .modal--donations .confirmed-data div.bigger-txt, .modal--volunteer .confirmed-data div.bigger-txt, .modal--associates .confirmed-data div.bigger-txt, .modal--associates-existing .confirmed-data div.bigger-txt, .modal--investigators .confirmed-data div.bigger-txt, .modal--donations .radio--btn.bigger-txt, .modal--volunteer .radio--btn.bigger-txt, .modal--associates .radio--btn.bigger-txt, .modal--associates-existing .radio--btn.bigger-txt, .modal--investigators .radio--btn.bigger-txt {
        font-size: 22px;
        line-height: 26px; }
      .modal--donations .radio--btn:hover, .modal--volunteer .radio--btn:hover, .modal--associates .radio--btn:hover, .modal--associates-existing .radio--btn:hover, .modal--investigators .radio--btn:hover, .modal--donations input:checked + .radio--btn, .modal--volunteer input:checked + .radio--btn, .modal--associates input:checked + .radio--btn, .modal--associates-existing input:checked + .radio--btn, .modal--investigators input:checked + .radio--btn {
        box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
        font-size: 18px;
        line-height: 22px; }
      .modal--donations .radio--btn:hover.bigger-txt, .modal--volunteer .radio--btn:hover.bigger-txt, .modal--associates .radio--btn:hover.bigger-txt, .modal--associates-existing .radio--btn:hover.bigger-txt, .modal--investigators .radio--btn:hover.bigger-txt, .modal--donations input:checked + .radio--btn.bigger-txt, .modal--volunteer input:checked + .radio--btn.bigger-txt, .modal--associates input:checked + .radio--btn.bigger-txt, .modal--associates-existing input:checked + .radio--btn.bigger-txt, .modal--investigators input:checked + .radio--btn.bigger-txt {
        font-size: 22px;
        line-height: 26px; }
      .modal--donations .donation-amount, .modal--volunteer .donation-amount, .modal--associates .donation-amount, .modal--associates-existing .donation-amount, .modal--investigators .donation-amount {
        padding: 0 50px; }
      .modal--donations .input-holder, .modal--volunteer .input-holder, .modal--associates .input-holder, .modal--associates-existing .input-holder, .modal--investigators .input-holder {
        margin-bottom: 30px; }
      .modal--donations .text-input, .modal--volunteer .text-input, .modal--associates .text-input, .modal--associates-existing .text-input, .modal--investigators .text-input {
        font-size: 15px; }
      .modal--donations .checkbox-holder, .modal--volunteer .checkbox-holder, .modal--associates .checkbox-holder, .modal--associates-existing .checkbox-holder, .modal--investigators .checkbox-holder {
        font-size: 14px;
        line-height: 17px; }
      .modal--donations .checkbox-holder .checkbox, .modal--volunteer .checkbox-holder .checkbox, .modal--associates .checkbox-holder .checkbox, .modal--associates-existing .checkbox-holder .checkbox, .modal--investigators .checkbox-holder .checkbox {
        width: 25px;
        min-width: 25px;
        height: 25px;
        margin-right: 30px; }
      .modal--donations .checkbox-holder .checkbox::after, .modal--volunteer .checkbox-holder .checkbox::after, .modal--associates .checkbox-holder .checkbox::after, .modal--associates-existing .checkbox-holder .checkbox::after, .modal--investigators .checkbox-holder .checkbox::after {
        top: -3px;
        left: 11px;
        width: 12px;
        height: 20px;
        border-right: 3px solid #002e3a;
        border-bottom: 3px solid #002e3a; }
      .modal--donations .btn--prev-step, .modal--volunteer .btn--prev-step, .modal--associates .btn--prev-step, .modal--associates-existing .btn--prev-step, .modal--investigators .btn--prev-step {
        padding-left: 0;
        opacity: 0.8;
        -webkit-transition: 0.125s ease-out;
        transition: 0.125s ease-out; }
      .modal--donations .btn--prev-step:hover, .modal--volunteer .btn--prev-step:hover, .modal--associates .btn--prev-step:hover, .modal--associates-existing .btn--prev-step:hover, .modal--investigators .btn--prev-step:hover {
        opacity: 1;
        -webkit-transition-duration: 0s;
        transition-duration: 0s; }
      .modal--donations .msg--info, .modal--volunteer .msg--info, .modal--associates .msg--info, .modal--associates-existing .msg--info, .modal--investigators .msg--info, .modal--donations .msg--info.msg--donation-info, .modal--volunteer .msg--info.msg--donation-info, .modal--associates .msg--info.msg--donation-info, .modal--associates-existing .msg--info.msg--donation-info, .modal--investigators .msg--info.msg--donation-info {
        padding: 26px 26px 25px;
        font-size: 15px;
        line-height: 19px; }
      .modal--donations .step-holder.success svg, .modal--volunteer .step-holder.success svg, .modal--associates .step-holder.success svg, .modal--associates-existing .step-holder.success svg, .modal--investigators .step-holder.success svg {
        width: 100px;
        height: 100px;
        margin-bottom: 50px; }
      .modal--donations .step-holder.success p, .modal--volunteer .step-holder.success p, .modal--associates .step-holder.success p, .modal--associates-existing .step-holder.success p, .modal--investigators .step-holder.success p {
        font-size: 16px;
        line-height: 19px; }
    body.voluntariado section.testimonials {
      padding-bottom: 125px; }
      body.voluntariado section.testimonials .slick-dots {
        margin-top: 30px; }
    section.event-detail {
      padding: 0 0 100px; }
      section.event-detail .basic-info-list {
        padding-bottom: 60px; }
      section.event-detail .basic-info-list .key {
        opacity: 1;
        color: #244e1a;
        font-size: 16px;
        line-height: 20px; }
      section.event-detail .basic-info-list .value {
        font-size: 16px;
        line-height: 20px; }
      section.event-detail .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 34px; }
    section.podcast-list .card .info-holder {
      padding: 16px 20px; }
      section.podcast-list .card .title {
        font-size: 18px;
        margin-bottom: 2px; }
      section.podcast-list .card .subtitle {
        font-size: 15px;
        margin-bottom: 12px; }
      section.podcast-list .card .date {
        font-size: 13px; }
    body.podcast-list .hero .subscribe {
      margin-top: 12px;
      font-size: 24px; }
      body.podcast-list .hero .subscribe span {
        margin-right: 10px; }
      body.podcast-list .hero .subscribe .icon-holder {
        width: 34px;
        height: 34px;
        margin: 0 10px; }
      body.podcast-list .podcast-logo {
        max-width: 200px; }
      body.podcast-list section.podcast-list {
        padding: 100px 0; }
    body.podcast-detail .video-section {
      padding: 50px 0; }
      body.podcast-detail .video-section .title-holder {
        margin-bottom: 32px; }
      body.podcast-detail .video-section p {
        margin-top: 28px;
        font-size: 14px;
        text-align: center;
        color: #ababab; }
      body.podcast-detail .audio-section {
        padding: 50px 0; }
      body.podcast-detail .audio-section .title-holder {
        margin-bottom: 32px; }
      body.podcast-detail .audio-section p {
        margin-top: 28px;
        font-size: 14px;
        text-align: center;
        color: #ababab; }
    body.help main section:not(.hero) {
      padding-top: 75px;
      padding-bottom: 75px; }
      body.help main section .img-group--3--right {
        margin-right: -50px; }
      body.help main section .img-group--4 {
        margin-left: -50px; }
      body.help main section:nth-of-type(2) {
        padding-top: 150px; }
        body.help main section:nth-of-type(2) .txt, body.help main section:nth-of-type(2) .btn-holder {
          padding-right: 15%; }
      body.help main section:nth-of-type(3) .img-holder {
        padding-right: 4vw;
        margin-bottom: 0; }
      body.help main section:nth-of-type(4) .img-holder {
        padding-left: 4vw;
        margin-bottom: 0; }
      body.help main section:nth-of-type(5) .img-group--4 {
        padding-right: 4vw;
        margin-bottom: 0; }
      body.help main section:nth-of-type(6) {
        padding-bottom: 150px; }
        body.help main section:nth-of-type(6) .img-holder {
          padding-left: 4vw;
          margin-bottom: 0; }
    .more-info-modal .content--body {
      padding: 46px 82px 46px 82px; }
      .more-info-modal .info-holder {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
        border-right: 1px solid rgba(151, 151, 151, 0.3);
        margin-right: 26px;
        width: 224px;
        min-width: 224px;
        padding-right: 24px; }
      .more-info-modal .more-info {
        display: flex;
        align-items: center; }
      .more-info-modal .img-holder {
        width: 110px;
        height: 110px;
        margin-right: 0px;
        margin-bottom: 20px; }
      .more-info-modal .name {
        font-size: 24px;
        line-height: 30px; }
      .more-info-modal .role {
        font-size: 20px;
        line-height: 24px; }
      .more-info-modal .txt {
        font-size: 14px;
        line-height: 19px; }
    section.intro .sub-section--donations .btn {
      margin: 0 5px; }
      section.intro .sub-section--paymentmethods .item-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
    section.maintenance .section--title, section.s404 .section--title {
      font-size: 48px;
      line-height: 48px; }
      section.maintenance .section--title::before, section.s404 .section--title::before, section.maintenance .section--title::after, section.s404 .section--title::after {
        width: 360px;
        height: 122px; }
      section.maintenance .txt, section.s404 .txt {
        font-size: 19px;
        line-height: 24px; }
      section.maintenance .logo, section.s404 .logo {
        margin-top: 82px;
        width: 190px; }
    section.maintenance .icon {
      width: 134px; }
    section.s404 .icon {
      width: 240px;
      margin-bottom: 15px; } }

/*****************************************************************
 LG
 992px - 1199px
 *****************************************************************/
@media (min-width: 992px) {
  /*=====================================================================
   Header
   =====================================================================*/
  /*=====================================================================
   Footer
   =====================================================================*/
  /*=====================================================================
   Homepage
   =====================================================================*/
    .section--pretitle {
      font-size: 22px;
      line-height: 26px; }
    .section--title {
      font-size: 38px;
      line-height: 46px; }
      .section--title.smaller {
        font-size: 30px;
        line-height: 38px; }
    .txt {
      font-size: 16px;
      line-height: 22px; }
    header {
      height: 100px; }
      header ul {
        display: flex;
        font-size: 15px;
        line-height: 20px;
        margin-right: 30px; }
        header ul li {
          padding: 0 10px; }
        header ul a {
          position: relative;
          display: block;
          padding: 4px 0; }
          header ul a::after {
            content: '';
            position: absolute;
            left: 50%;
            transform: translate(-50%, 2px);
            bottom: 0;
            width: 80%;
            height: 2px;
            background-color: #befa5d;
            -webkit-transition: 0.15s ease-out;
            transition: 0.15s ease-out;
            opacity: 0; }
          header ul a:hover::after, header ul a.active::after {
            width: 100%;
            transform: translate(-50%, 0);
            opacity: 1; }
      header .logo-holder {
        width: 120px; }
      header .toggle-menu, header .toggle-search {
        width: 40px;
        min-width: 40px;
        height: 40px; }
        header .toggle-menu svg, header .toggle-search svg {
          width: 18px;
          height: 18px; }
        header .toggle-menu .burger, header .toggle-search .burger {
          width: 24px;
          height: 18px; }
      header.scrolled {
        height: 76px; }
    .menu-container .content--header {
      height: 100px; }
    footer .copyrights {
      opacity: 1;
      font-size: 15px;
      line-height: 19px;
      padding: 24px 0 36px; }
      footer .abdd {
        font-size: 13px; }
      footer .sn-wrapper .sn img {
        width: 36px;
        height: 36px;
        margin-right: 8px; }
    .hp-hero {
      max-height: 1024px;
      margin-top: 100px;
      height: calc(100vh - 40px - 100px); }
    section.recruitment {
      padding-top: 160px;
      padding-bottom: 0; }
      section.recruitment .item-wrapper {
        transform: translateY(60px);
        margin-top: -60px; }
    section.schedule {
      padding-top: 160px;
      padding-bottom: 160px; }
    .swippables .slider--centered .slick-list {
      padding-left: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px - 14px / 2) !important;
      padding-right: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px - 14px / 2) !important; }
      .swippables .slider--centered .slick-slide {
        width: auto; }
      .swippables .slider .slick-list {
        padding-left: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px - 14px / 2); }
      .swippables .slider .slick-slide {
        width: calc((100vw - 2 * 50px + 14px) * 10 / 12 / 3); }
    body.index section.event-list {
      padding-top: 150px;
      padding-bottom: 150px; }
    section.partners {
      padding-bottom: 150px; }
    section.workgroups .slider .title {
      font-size: 38px;
      line-height: 48px;
      margin-bottom: 20px; }
    .hero {
      margin-top: 100px;
      -webkit-transition: margin-top 0.2s ease-out;
      transition: margin-top 0.2s ease-out; }
      .hero .title-holder {
        margin-bottom: 50px; }
      .hero .section--pretitle {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 16px; }
      .hero .section--title {
        font-size: 50px;
        line-height: 60px; }
    section.map::after {
      display: none; }
    #map {
      height: calc(768px - 100vw * 562 / 1600); }
    section.contact-form {
      margin-top: 0;
      padding-top: 80px;
      padding-bottom: 80px; }
      section.contact-form .title-holder, section.contact-form .txt {
        padding-right: 20px; }
      section.contact-form .section--title {
        margin-bottom: 30px; }
      section.contact-form .box {
        border-radius: 5px;
        box-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
        padding: 40px; }
      section.contact-form .title {
        margin-bottom: 20px;
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 20px;
        line-height: 24px; }
      section.contact-form p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px; }
      section.contact-form .btn-holder {
        margin: 10px 0 0; }
    .even-odd-content .content {
      padding-top: 60px;
      padding-bottom: 60px; }
    section.intro {
      padding-top: 150px; }
      section.intro .title-holder {
        margin-bottom: 50px; }
      section.intro .txt {
        column-count: 2;
        column-gap: 80px; }
      section.intro .txt.no-cols {
        column-count: 1; }
      section.intro .btn {
        margin-top: 80px; }
    .sub-section .txt {
      font-size: 16px;
      line-height: 20px; }
    body.nif .contribute-importance .slider {
      margin-top: 130px; }
      body.nif .contribute-importance .item .txt {
        font-size: 16px;
        line-height: 20px; }
      body.nif .contact-form .txt {
        font-size: 16px;
        line-height: 20px; }
    body.associados .small-cards .slide, body.doacoes .small-cards .slide {
      margin: 40px 11px 90px; }
      body.associados .small-cards .inner, body.doacoes .small-cards .inner {
        padding: 70px 16px 74px; }
      body.associados .small-cards .title, body.doacoes .small-cards .title {
        font-size: 21px;
        line-height: 25px; }
      body.associados .small-cards .txt, body.doacoes .small-cards .txt {
        font-size: 15px;
        line-height: 22px; }
    .modal--associates .radio--btn-holder[data-type="associate-type"], .modal--associates-existing .radio--btn-holder[data-type="associate-type"] {
      width: calc(100% / 4);
      min-width: calc(100% / 4); }
      .modal--associates .radio--btn-holder[data-type="associate-type"] .price-tag, .modal--associates-existing .radio--btn-holder[data-type="associate-type"] .price-tag {
        font-size: 14px;
        padding: 5px 10px; }
      .modal--associates .radio--btn-holder[data-type="associate-type"] .icon-holder, .modal--associates-existing .radio--btn-holder[data-type="associate-type"] .icon-holder {
        width: 50px;
        height: 50px; }
        .modal--associates .radio--btn-holder[data-type="associate-type"] .icon-holder img, .modal--associates-existing .radio--btn-holder[data-type="associate-type"] .icon-holder img {
          width: 100%; }
      .modal--associates .radio--btn-holder[data-type="associate-type"] .title, .modal--associates-existing .radio--btn-holder[data-type="associate-type"] .title {
        font-size: 18px;
        line-height: 18px;
        font-family: 'Montserrat-Regular', sans-serif;
        margin-top: 5px; }
      .modal--associates .radio--btn-holder[data-type="associate-type"] .subtxt, .modal--associates-existing .radio--btn-holder[data-type="associate-type"] .subtxt {
        font-size: 12px;
        font-family: 'Montserrat-Regular', sans-serif; }
    [data-type="events"] .item-holder .info-holder {
      padding: 20px 26px; }
      [data-type="events"] .item-holder .day {
        font-size: 34px;
        margin-right: 4px; }
      [data-type="events"] .item-holder .month-year {
        font-size: 12px;
        line-height: 12px; }
      [data-type="events"] .item-holder .label-holder .icon-holder {
        margin-right: 6px; }
        [data-type="events"] .item-holder .label-holder .label, [data-type="events"] .item-holder .label-holder .value {
          font-size: 14px;
          line-height: 14px; }
    section.event-detail .basic-info-list li {
      margin-bottom: 0;
      padding-right: 20px; }
      section.event-detail .basic-info-list .key {
        margin-bottom: 6px; }
      section.event-detail .extra-info .item {
        margin-bottom: 34px; }
    .video-list.swippables .slider .slick-slide {
      width: calc((100vw - 2 * 50px) / 2); }
    section.intro .sub-section--donations .section--title {
      font-size: 32px;
      line-height: 40px; }
      section.intro .sub-section--paymentmethods .section--title {
        font-size: 32px;
        line-height: 40px; }
    body.event-list .hero, body.event-detail .hero, body.blog-detail .hero {
      min-height: calc(100vw * 336 / 1600);
      height: calc(100vw * 336 / 1600); }
    section.blog-detail /* ,
	.blog-detail */ {
      padding-top: 130px; }
      section.blog-detail /* ,
	.blog-detail */ .date-holder {
        margin-top: 40px; } }

/*****************************************************************
 XL
 1200px - 1539px
 *****************************************************************/
@media (min-width: 1200px) {
  /*=====================================================================
   Header
   =====================================================================*/
  /*=====================================================================
   Footer
   =====================================================================*/
  /*=====================================================================
   Homepage
   =====================================================================*/
    .btn--primary {
      min-height: 60px;
      padding: 0 30px;
      font-size: 18px; }
    .slick-dots {
      bottom: -50px; }
      .slick-dots li {
        margin: 0 6px; }
        .slick-dots li button {
          width: 20px;
          height: 20px; }
        .slick-dots li:hover button::before, .slick-dots li.slick-active button::before {
          width: 14px;
          height: 14px; }
    .see-more {
      font-size: 18px; }
    header {
      height: 115px; }
      header .logo-holder {
        width: 180px; }
      header ul {
        font-size: 18px;
        line-height: 21px; }
        header ul li {
          padding: 0 12px; }
        header ul a {
          padding: 5px 0; }
      header .btn--cta {
        height: 50px;
        padding: 0 18px;
        font-size: 16px; }
      header .toggle-menu, header .toggle-search {
        width: 50px;
        min-width: 50px;
        height: 50px; }
        header .toggle-menu svg, header .toggle-search svg {
          width: 20px;
          height: 20px; }
      header.scrolled {
        height: 76px; }
        header.scrolled ul {
          font-size: 16px; }
        header.scrolled .btn--cta {
          height: 44px;
          font-size: 15px; }
    .menu-container .content--header {
      height: 115px; }
      .menu-container .green-box {
        margin-top: -100px;
        padding: 44px 90px 44px;
        font-size: 16px; }
    .swippables[slidesToShowXL="4"] .slider .slick-slide {
      width: calc((100vw - 2 * 50px + 14px) * 10 / 12 / 4); }
    section.newsletter .form-box {
      padding: 42px 50px; }
      section.newsletter .input-holder {
        padding: 0 8px;
        margin-bottom: 16px; }
      section.newsletter .text-input {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        padding: 0 26px; }
      section.newsletter label span {
        font-size: 15px;
        line-height: 19px; }
      section.newsletter .w-standout-text-input input {
        padding: 0 22px;
        border-left: 6px solid #244e1a; }
      section.newsletter .w-standout-text-input button[type="submit"] {
        right: 20px;
        background-size: 18px auto; }
    .checkbox-holder .checkbox[type="switch"] {
      width: 70px;
      min-width: 70px;
      height: 40px; }
      .checkbox-holder .checkbox[type="switch"]::after {
        top: 5px;
        left: 5px;
        width: 30px;
        height: 30px; }
    input:checked + .checkbox[type="switch"]::after {
      left: 34px; }
    footer .logo {
      margin-top: 54px; }
      footer .logo img {
        width: 160px; }
      footer .icon {
        margin-right: 20px; }
    .hp-hero {
      margin-top: 115px;
      height: calc(100vh - 40px - 115px);
      min-height: 610px; }
      .hp-hero .media-holder video {
        min-width: 100%; }
      .hp-hero .title {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 4px; }
      .hp-hero .subtitle {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 20px; }
    section.news .slider-holder {
      transform: translateY(180px);
      margin-top: -180px; }
      section.news .btn {
        margin-top: 40px; }
    .video-list.swippables .slider .slick-slide {
      width: calc((100vw - 2 * 50px) / 3); }
    section.about {
      padding-bottom: calc(100vw * 780 / 1600); }
      section.about .title-holder {
        padding-top: 440px; }
      section.about .txt {
        font-size: 18px;
        line-height: 25px; }
    section.projects {
      margin-top: calc(100vw * -490 / 1600); }
    section.projects .card .title {
      height: 54px;
      overflow: hidden; }
    .card .info-holder {
      padding: 40px 30px 30px; }
      .card .title {
        font-size: 23px;
        line-height: 28px;
        height: 83px;
        overflow: hidden; }
      .card .txt {
        height: 58px;
        font-size: 17px;
        line-height: 20px; }
      .card .type-tag {
        padding: 8px 24px 8px 14px;
        font-size: 16px;
        margin-left: 30px;
        margin-right: 30px; }
    section.recruitment .txt {
      font-size: 18px;
      line-height: 25px; }
      section.recruitment .item-holder .item {
        padding: 30px 24px 24px; }
      section.recruitment .item-holder.two-cols .item {
        padding: 50px 24px 24px 50px; }
    body.index section.event-list {
      padding-top: 170px;
      padding-bottom: 200px; }
    section.testimonials {
      padding-bottom: 150px; }
    section.partners {
      padding-bottom: 190px; }
    [data-type="events"] .item-holder .info-holder {
      padding: 34px 30px; }
      [data-type="events"] .item-holder .title {
        font-size: 23px;
        line-height: 27px;
        height: 81px; }
      [data-type="events"] .item-holder .day {
        font-size: 32px; }
      [data-type="events"] .item-holder .month-year {
        font-size: 12px;
        line-height: 12px; }
    section.event-detail .extra-info {
      padding: 38px 32px; }
      section.event-detail .extra-info .label {
        font-size: 20px; }
      section.event-detail .extra-info .value {
        font-size: 18px;
        line-height: 25px; }
      section.event-detail .extra-info .item {
        margin-bottom: 38px; }
    .hero {
      margin-top: 115px; }
      .hero .section--pretitle {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px; }
      .hero .section--title {
        font-size: 70px;
        line-height: 70px; }
    body.podcast-list .podcast-logo {
      max-width: 100%;
      margin-bottom: 0; }
    #map {
      height: 628px; }
    section.contact-form {
      padding-top: 100px;
      padding-bottom: 100px; }
      section.contact-form .title-holder, section.contact-form .txt {
        padding-right: 0; }
      section.contact-form .txt {
        font-size: 18px;
        line-height: 25px; }
      section.contact-form .box {
        padding: 70px 60px; }
      section.contact-form .title {
        font-size: 22px;
        line-height: 26px; }
      section.contact-form p {
        font-size: 17px;
        line-height: 21px; }
      section.contact-form .label {
        font-size: 15px;
        line-height: 18px; }
      section.contact-form .checkbox-holder {
        font-size: 16px;
        line-height: 19px; }
    .even-odd-content .title-holder {
      margin-bottom: 38px; }
      .even-odd-content .icon {
        width: 64px; }
      .even-odd-content .title {
        font-size: 28px;
        line-height: 34px; }
      .even-odd-content .txt {
        font-size: 18px;
        line-height: 25px; }
    .team .inner {
      padding: 30px 16px 34px; }
      .team .img-holder {
        width: 110px;
        height: 110px;
        margin-bottom: 30px; }
      .team .name {
        font-size: 22px;
        line-height: 26px; }
      .team .role {
        font-size: 18px;
        line-height: 22px; }
    .small-cards .inner {
      padding: 30px 16px 34px; }
    .tabs .nav ul {
      flex-wrap: wrap; }
      .tabs .nav-item {
        font-size: 20px;
        line-height: 26px;
        margin-right: 40px;
        margin-bottom: 20px; }
    body.o-geota .tabs {
      padding-top: 110px;
      padding-bottom: 140px; }
      body.o-geota .tabs .expandable-list p {
        line-height: 21px;
        margin-bottom: 21px; }
      body.o-geota .tabs [content-type="carousel"] .small-cards {
        padding-top: 20px; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .img-holder {
          width: 100px;
          height: 100px;
          margin-bottom: 20px; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .name {
          font-size: 20px;
          line-height: 25px; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .role {
          font-size: 17px;
          line-height: 21px; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .see-more {
          font-size: 16px; }
    .modal--donations p, .modal--volunteer p, .modal--associates p, .modal--associates-existing p, .modal--investigators p {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 42px; }
      .modal--donations textarea, .modal--volunteer textarea, .modal--associates textarea, .modal--associates-existing textarea, .modal--investigators textarea {
        height: 170px; }
      .modal--donations .checkbox-holder, .modal--volunteer .checkbox-holder, .modal--associates .checkbox-holder, .modal--associates-existing .checkbox-holder, .modal--investigators .checkbox-holder {
        font-size: 16px;
        line-height: 19px; }
    body.nif .contribute-importance .txt {
      font-size: 20px;
      line-height: 26px; }
      body.nif .contribute-importance .item .txt {
        font-size: 18px;
        line-height: 22px; }
      body.nif .contact-form .txt {
        font-size: 20px;
        line-height: 26px; }
    body.help main section:not(.hero) .title-holder {
      margin-bottom: 58px; }
      body.help main section:not(.hero) .btn-holder {
        margin-top: 60px; }
      body.help main section:not(.hero) .btn--primary {
        height: 60px; }
      body.help main section .see-more-holder {
        padding-right: 30px; }
      body.help main section .see-more {
        margin-bottom: 0; }
      body.help main section .btn {
        margin-top: 0 0 !important; }
    .more-info-modal .img-holder {
      width: 150px;
      height: 150px;
      margin-bottom: 38px; }
      .more-info-modal .name {
        font-size: 30px;
        line-height: 37px; }
      .more-info-modal .role {
        font-size: 25px;
        line-height: 30px; }
      .more-info-modal .txt {
        font-size: 16px;
        line-height: 21px; }
    section.intro .sub-section--donations {
      margin-top: 110px;
      margin-bottom: 150px; }
      section.intro .sub-section--donations .section--title {
        font-size: 32px;
        line-height: 40px; }
      section.intro .sub-section--donations .btn {
        margin: 0 10px; }
      section.intro .sub-section--paymentmethods .item-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
    .item-wrapper.grid .item-holder.cols-3 .info-holder {
      padding: 60px 50px 34px; }
      .item-wrapper.grid .item-holder.cols-3 .title {
        font-size: 26px;
        line-height: 32px;
        height: auto; }
      .item-wrapper.grid .item-holder.cols-2 .info-holder {
        padding: 60px 40px 30px; }
      .item-wrapper.grid .item-holder.cols-2 .title {
        font-size: 26px;
        line-height: 32px;
        height: auto; }
    section.maintenance .section--title, section.s404 .section--title {
      font-size: 65px;
      line-height: 65px;
      margin-bottom: 20px; }
      section.maintenance .section--title::before, section.s404 .section--title::before, section.maintenance .section--title::after, section.s404 .section--title::after {
        width: 566px;
        height: 191px; }
      section.maintenance .txt, section.s404 .txt {
        font-size: 22px;
        line-height: 27px; }
      section.maintenance .logo, section.s404 .logo {
        margin-top: 92px;
        width: 226px; }
    section.maintenance .icon {
      width: 240px; }
    section.s404 .icon {
      width: 338px; } }

/*****************************************************************
 XXL
 1540px ++
 *****************************************************************/
@media (min-width: 1540px) {
  /*=====================================================================
   Header
   =====================================================================*/
  /*=====================================================================
   Footer
   =====================================================================*/
  /*=====================================================================
   Homepage
   =====================================================================*/
    html, body {
      font-size: 18px; }
    .section--pretitle {
      font-size: 27px;
      line-height: 33px; }
    .section--title {
      font-size: 50px;
      line-height: 60px; }
      .section--title.smaller {
        font-size: 40px;
        line-height: 50px; }
    .btn--primary {
      min-height: 65px;
      padding: 0 34px;
      font-size: 20px; }
    .slick-dots {
      bottom: -70px; }
    .see-more {
      font-size: 20px; }
    .txt {
      font-size: 18px;
      line-height: 29px; }
    .underline {
      border-bottom: 8px solid #befa5d;
      padding-bottom: 14px; }
    header {
      height: 130px; }
      header ul {
        font-size: 20px;
        line-height: 24px; }
        header ul li {
          padding: 0 14px; }
        header ul a {
          padding: 6px 0;
          -webkit-transition: 0.2s ease-out;
          transition: 0.2s ease-out; }
          header ul a::after {
            height: 3px; }
      header .logo-holder {
        width: 215px; }
      header .btn--cta {
        height: 60px;
        padding: 0 24px;
        font-size: 18px;
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out; }
      header.scrolled {
        height: 90px; }
        header.scrolled ul {
          font-size: 18px; }
        header.scrolled .btn--cta {
          height: 52px;
          font-size: 16px; }
    .menu-container .content--header {
      height: 130px; }
      .menu-container .green-box {
        padding: 52px 124px 52px;
        font-size: 18px; }
    .search-container input {
      height: 90px;
      width: 954px;
      padding: 0 30px 0 80px;
      font-size: 25px; }
      .search-container .input-holder::before {
        top: 29px;
        left: 26px;
        width: 30px;
        height: 30px; }
        .search-container .input-holder button[type="submit"] {
          right: 24px;
          background-size: 24px auto; }
    section.newsletter .title-holder {
      padding: 140px 0 152px; }
      section.newsletter .input-holder {
        padding: 0 10px;
        margin-bottom: 20px; }
      section.newsletter .text-input {
        height: 70px;
        line-height: 70px;
        font-size: 20px;
        padding: 0 30px; }
      section.newsletter label span {
        font-size: 16px;
        line-height: 20px; }
      section.newsletter .w-standout-text-input input {
        padding: 0 26px; }
      section.newsletter .w-standout-text-input button[type="submit"] {
        right: 30px;
        background-size: 22px auto; }
    footer .logo {
      margin-top: 54px; }
      footer .logo img {
        width: 184px; }
      footer .copyrights {
        font-size: 18px;
        line-height: 22px;
        padding: 28px 0 40px; }
      footer .abdd {
        font-size: 15px; }
      footer .icon {
        min-width: 32px;
        width: 32px;
        height: 32px;
        margin-right: 30px; }
    footer, .menu-container {
      font-size: 18px;
      line-height: 22px; }
      footer .menu--holder, .menu-container .menu--holder {
        margin-bottom: 50px; }
      footer .menu--holder .title, .menu-container .menu--holder .title {
        font-size: 20px;
        line-height: 24px; }
      footer .menu--holder li, .menu-container .menu--holder li {
        padding: 8px 0; }
    .menu-container .menu--holder .title {
      font-size: 22px;
      line-height: 28px; }
      .menu-container .green-box {
        margin-top: -100px; }
    .hp-hero {
      height: calc(100vh - 55px - 130px);
      margin-top: 130px;
      min-height: 660px; }
      .hp-hero .title {
        font-size: 72px;
        line-height: 72px; }
      .hp-hero .subtitle {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 30px; }
    section.news .title-holder {
      padding-top: 194px;
      padding-bottom: 108px; }
      section.news .slider-holder {
        transform: translateY(260px);
        margin-top: -260px; }
      section.news .btn {
        margin-top: 80px; }
    section.about .title-holder {
      padding-bottom: 60px; }
      section.about li {
        margin: 7px 0; }
      section.about li a {
        padding: 12px 22px;
        font-size: 25px;
        line-height: 30px; }
    section.about li .icon-holder {
      margin-right: 18px;
      width: 46px;
      min-width: 46px;
      height: 46px; }
    section.projects .title-holder {
      margin-bottom: 86px; }
    section.workgroups {
      padding-top: 140px; }
      section.workgroups .title-holder {
        padding-bottom: 86px; }
      section.workgroups .slider .title {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 40px;
        margin-top: 40px; }
      section.workgroups .slider .txt {
        font-size: 20px;
        line-height: 30px; }
    section.recruitment .title-holder {
      padding-bottom: 40px; }
      section.recruitment .txt {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 166px; }
      section.recruitment .item-holder .icon-holder {
        width: 74px;
        min-width: 74px;
        height: 74px; }
      section.recruitment .item-holder img {
        width: 100%; }
      section.recruitment .item-holder .item {
        padding: 40px 26px 28px; }
      section.recruitment .item-holder .title {
        font-size: 23px;
        line-height: 30px; }
      section.recruitment .item-holder .see-more {
        font-size: 18px; }
      section.recruitment .item-holder .btn {
        height: 60px;
        font-size: 18px;
        min-width: 268px; }
      section.recruitment .item-holder.two-cols .item {
        padding: 63px 26px 28px 50px; }
    section.schedule .title-holder {
      margin-bottom: 70px; }
      section.schedule .btn {
        margin-top: 60px;
        padding: 0 120px; }
    section.testimonials {
      padding-bottom: 160px; }
      section.testimonials img {
        width: 130px;
        height: 130px;
        margin-bottom: 42px; }
      section.testimonials .title {
        font-size: 25px;
        line-height: 30px; }
      section.testimonials .txt {
        font-size: 20px;
        line-height: 30px; }
    section.partners {
      padding-bottom: 192px; }
      section.partners .title-holder {
        padding-bottom: 110px; }
      section.partners img {
        height: 190px; }
    .swippables .slider--centered .slick-list {
      padding-left: calc((100vw - (2 * 50px) + 28px) * 0.08333333 + 50px - 28px / 2) !important;
      padding-right: calc((100vw - (2 * 50px) + 28px) * 0.08333333 + 50px - 28px / 2) !important; }
      .swippables .slider--centered .slick-slide {
        width: auto; }
      .swippables .slider .slick-list {
        padding-left: calc((100vw - (2 * 50px) + 28px) * 0.08333333 + 50px - 28px / 2); }
      .swippables .slider .slick-slide {
        width: calc((100vw - 2 * 50px + 28px) * 10 / 12 / 3); }
      .swippables .slick-slide {
        padding: 0 calc(28px / 2) 28px; }
    .item-wrapper.grid {
      margin-right: -15px;
      margin-left: -15px; }
      .item-wrapper.grid .item-holder.cols-3 .info-holder {
        padding: 120px 68px 38px; }
        .item-wrapper.grid .item-holder.cols-3 .title {
          font-size: 40px;
          line-height: 49px;
          height: 204px; }
      .item-wrapper.grid .item-holder.cols-2 .info-holder {
        padding: 100px 50px 30px; }
        .item-wrapper.grid .item-holder.cols-2 .title {
          font-size: 40px;
          line-height: 49px;
          height: auto; }
    .card .info-holder {
      padding: 50px 34px 30px; }
      .card .see-more {
        margin-top: 20px;
        font-size: 16px; }
      .card .type-tag {
        padding: 8px 26px 8px 16px;
        font-size: 18px;
        margin-left: 32px;
        margin-right: 32px; }
      .card .date, .card .author {
        font-size: 14px; }
    .cols-2--first-2-items .card:nth-child(1) .info-holder, .cols-2--first-2-items .card:nth-child(2) .info-holder {
      padding: 58px 70px 36px; }
      .cols-2--first-2-items .card:nth-child(1) .title, .cols-2--first-2-items .card:nth-child(2) .title {
        font-size: 30px;
        line-height: 40px;
        height: 96px; }
      .cols-2--first-2-items .card:nth-child(1) .txt, .cols-2--first-2-items .card:nth-child(2) .txt {
        height: 70px;
        font-size: 20px;
        line-height: 25px; }
      .cols-2--first-2-items .card:nth-child(1) .see-more, .cols-2--first-2-items .card:nth-child(2) .see-more {
        font-size: 18px; }
    section.about .txt, section.recruitment .txt {
      font-size: 20px;
      line-height: 29px; }
    [data-type="events"] .item-holder .info-holder {
      padding: 42px 32px 30px; }
      [data-type="events"] .item-holder .title {
        font-size: 25px;
        line-height: 30px;
        height: 90px; }
      [data-type="events"] .item-holder .day {
        font-size: 40px; }
      [data-type="events"] .item-holder .month-year {
        font-size: 16px;
        line-height: 16px; }
    .hero {
      margin-top: 130px; }
      .hero .section--pretitle {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 28px; }
      .hero .section--title {
        font-size: 74px;
        line-height: 74px; }
    section.contact-form {
      padding-top: 120px;
      padding-bottom: 120px; }
      section.contact-form .section--title {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 65px; }
      section.contact-form .box {
        padding: 90px 70px; }
      section.contact-form .txt {
        font-size: 20px;
        line-height: 29px; }
      section.contact-form .title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 44px; }
      section.contact-form p {
        font-size: 18px;
        line-height: 22px; }
      section.contact-form .label {
        font-size: 17px;
        line-height: 20px; }
      section.contact-form textarea {
        height: 100px; }
    .even-odd-content .content {
      padding-top: 70px;
      padding-bottom: 70px; }
      .even-odd-content .title-holder {
        margin-bottom: 46px; }
      .even-odd-content .icon {
        width: 74px; }
      .even-odd-content .title {
        font-size: 33px;
        line-height: 40px; }
      .even-odd-content .txt {
        font-size: 20px;
        line-height: 29px; }
    .team .img-holder {
      width: 132px;
      height: 132px;
      margin-bottom: 38px; }
      .team .name {
        font-size: 25px;
        line-height: 30px; }
      .team .role {
        font-size: 20px;
        line-height: 24px; }
    .tabs .nav {
      margin-bottom: 80px; }
      .tabs .nav-item {
        font-size: 23px;
        line-height: 28px;
        margin-right: 26px; }
    body.o-geota .tabs {
      padding-top: 132px;
      padding-bottom: 165px; }
      body.o-geota .tabs .nav-item {
        font-size: 23px;
        line-height: 28px; }
      body.o-geota .tabs .content-holder > .txt {
        font-size: 20px;
        line-height: 29px; }
      body.o-geota .tabs .content-holder > .li {
        padding-bottom: 14px;
        margin-bottom: 32px; }
        body.o-geota .tabs .content-holder > .li .title-holder {
          margin-bottom: 26px; }
      body.o-geota .tabs .content-holder .year {
        font-size: 25px; }
        body.o-geota .tabs .content-holder .year:not(:first-child) {
          margin-top: 30px; }
      body.o-geota .tabs .content-holder .file {
        padding: 20px 0; }
      body.o-geota .tabs .content-holder .file-title {
        font-size: 25px;
        margin-bottom: 4px; }
      body.o-geota .tabs .content-holder .file-dl {
        font-size: 18px; }
      body.o-geota .tabs [content-type="carousel"] .small-cards {
        padding-top: 26px; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .img-holder {
          width: 116px;
          height: 116px;
          margin-bottom: 30px; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .name {
          font-size: 22px;
          line-height: 27px; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .role {
          font-size: 18px;
          line-height: 22px; }
        body.o-geota .tabs [content-type="carousel"] .small-cards .see-more {
          font-size: 17px; }
    section.blog-detail, section.workgroup-detail, section.project-detail {
      padding: 130px 0 166px; }
      section.blog-detail .txt, section.workgroup-detail .txt, section.project-detail .txt {
        font-size: 24px;
        line-height: 34px; }
    .blog-detail .type-tag {
      font-size: 27px;
      line-height: 27px;
      padding: 10px 28px 10px 24px; }
      .blog-detail .item-holder {
        margin-bottom: 30px; }
      .blog-detail .title-holder {
        margin-bottom: 64px; }
      .blog-detail .day {
        font-size: 74px;
        margin-right: 14px; }
      .blog-detail .month-year {
        font-size: 25px;
        line-height: 28px; }
      .blog-detail .date-holder {
        margin-top: 60px;
        margin-bottom: 70px; }
      .blog-detail .date-holder .icon-holder {
        margin-right: 22px; }
      .blog-detail .date-holder img {
        width: 70px; }
      .blog-detail .author-holder {
        margin-bottom: 70px;
        font-size: 25px; }
      .blog-detail .author-holder .icon-holder {
        margin-right: 22px; }
      .blog-detail .author-holder img {
        width: 70px; }
      .blog-detail .author-holder .label, .blog-detail .author-holder .value {
        line-height: 27px; }
    section.intro {
      padding-top: 230px; }
      section.intro .title-holder {
        margin-bottom: 72px; }
      section.intro .txt {
        column-gap: 128px; }
      section.intro .btn {
        margin-top: 92px; }
    section.gallery {
      margin-bottom: 236px; }
    body.blog-list section.blog-list {
      padding: 166px 0 130px; }
    body.blog-list .hero .title-holder {
      margin-top: 90px; }
      body.blog-list section.blog-list .list-header {
        margin-bottom: 48px; }
    .small-cards .slick-list {
      margin-left: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px) !important;
      margin-right: calc((100vw - (2 * 50px) + 14px) * 0.08333333 + 50px) !important; }
    body.associados .small-cards, body.doacoes .small-cards {
      margin-bottom: 180px; }
      body.associados .small-cards .slide, body.doacoes .small-cards .slide {
        margin: 110px 11px 20px; }
      body.associados .small-cards .inner, body.doacoes .small-cards .inner {
        padding: 70px 32px 74px; }
      body.associados .small-cards .title, body.doacoes .small-cards .title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 22px; }
      body.associados .small-cards .txt, body.doacoes .small-cards .txt {
        font-size: 18px;
        line-height: 29px; }
    body.investigacao section.intro {
      padding-bottom: 200px; }
    section.img-left--txt-right {
      margin-bottom: 180px; }
      section.img-left--txt-right .title-holder {
        margin-bottom: 64px; }
    .sub-section--pretitle {
      font-size: 35px; }
    .sub-section--title {
      font-size: 40px; }
    .sub-section .table {
      margin: 76px auto 38px; }
      .sub-section .cell {
        height: 90px;
        font-size: 25px; }
      .sub-section .table-desc {
        font-size: 25px; }
      .sub-section .question {
        font-size: 25px;
        line-height: 30px; }
      .sub-section .txt {
        font-size: 18px;
        line-height: 24px; }
    body.nif .hero .btn--lookalike {
      height: 60px;
      font-size: 40px;
      padding: 0 30px; }
      body.nif .intro {
        padding-top: 162px; }
      body.nif .intro .txt {
        font-size: 18px;
        line-height: 29px;
        margin-bottom: 104px; }
      body.nif .contribute-importance {
        padding-top: 170px; }
      body.nif .contribute-importance .title-holder {
        margin-bottom: 56px; }
      body.nif .contribute-importance .txt {
        font-size: 25px;
        line-height: 30px; }
      body.nif .contribute-importance .slider {
        margin-top: 166px; }
      body.nif .contribute-importance .item .txt {
        font-size: 20px;
        line-height: 29px; }
      body.nif .small-cards {
        margin-top: 188px; }
      body.nif .small-cards .slide {
        margin: 110px 11px 20px; }
      body.nif .small-cards .inner {
        padding: 70px 32px 74px; }
      body.nif .small-cards .title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 22px; }
      body.nif .small-cards .txt {
        font-size: 18px;
        line-height: 29px; }
      body.nif .contact-form .txt {
        font-size: 25px;
        line-height: 30px; }
    .modal--donations .content--header .progress-holder, .modal--volunteer .content--header .progress-holder, .modal--associates .content--header .progress-holder, .modal--associates-existing .content--header .progress-holder, .modal--investigators .content--header .progress-holder {
      margin-bottom: 70px; }
      .modal--donations .content--header .step, .modal--volunteer .content--header .step, .modal--associates .content--header .step, .modal--associates-existing .content--header .step, .modal--investigators .content--header .step {
        font-size: 20px;
        line-height: 24px; }
      .modal--donations .content--body, .modal--volunteer .content--body, .modal--associates .content--body, .modal--associates-existing .content--body, .modal--investigators .content--body {
        padding: 0 120px 110px; }
      .modal--donations p, .modal--volunteer p, .modal--associates p, .modal--associates-existing p, .modal--investigators p {
        font-size: 22px;
        line-height: 27px; }
      .modal--donations textarea, .modal--volunteer textarea, .modal--associates textarea, .modal--associates-existing textarea, .modal--investigators textarea {
        height: 218px; }
      .modal--donations .title, .modal--volunteer .title, .modal--associates .title, .modal--associates-existing .title, .modal--investigators .title {
        font-size: 30px;
        line-height: 37px; }
      .modal--donations .label, .modal--volunteer .label, .modal--associates .label, .modal--associates-existing .label, .modal--investigators .label {
        font-size: 20px;
        line-height: 24px; }
      .modal--donations .confirmed-data div, .modal--volunteer .confirmed-data div, .modal--associates .confirmed-data div, .modal--associates-existing .confirmed-data div, .modal--investigators .confirmed-data div, .modal--donations .radio--btn, .modal--volunteer .radio--btn, .modal--associates .radio--btn, .modal--associates-existing .radio--btn, .modal--investigators .radio--btn {
        height: 100px;
        font-size: 18px;
        line-height: 24px; }
      .modal--donations .confirmed-data div.bigger-txt, .modal--volunteer .confirmed-data div.bigger-txt, .modal--associates .confirmed-data div.bigger-txt, .modal--associates-existing .confirmed-data div.bigger-txt, .modal--investigators .confirmed-data div.bigger-txt, .modal--donations .radio--btn.bigger-txt, .modal--volunteer .radio--btn.bigger-txt, .modal--associates .radio--btn.bigger-txt, .modal--associates-existing .radio--btn.bigger-txt, .modal--investigators .radio--btn.bigger-txt {
        font-size: 30px;
        line-height: 37px; }
      .modal--donations .radio--btn:hover, .modal--volunteer .radio--btn:hover, .modal--associates .radio--btn:hover, .modal--associates-existing .radio--btn:hover, .modal--investigators .radio--btn:hover, .modal--donations input:checked + .radio--btn, .modal--volunteer input:checked + .radio--btn, .modal--associates input:checked + .radio--btn, .modal--associates-existing input:checked + .radio--btn, .modal--investigators input:checked + .radio--btn {
        font-size: 20px;
        line-height: 24px; }
      .modal--donations .radio--btn:hover.bigger-txt, .modal--volunteer .radio--btn:hover.bigger-txt, .modal--associates .radio--btn:hover.bigger-txt, .modal--associates-existing .radio--btn:hover.bigger-txt, .modal--investigators .radio--btn:hover.bigger-txt, .modal--donations input:checked + .radio--btn.bigger-txt, .modal--volunteer input:checked + .radio--btn.bigger-txt, .modal--associates input:checked + .radio--btn.bigger-txt, .modal--associates-existing input:checked + .radio--btn.bigger-txt, .modal--investigators input:checked + .radio--btn.bigger-txt {
        font-size: 30px;
        line-height: 37px; }
      .modal--donations .donation-amount, .modal--volunteer .donation-amount, .modal--associates .donation-amount, .modal--associates-existing .donation-amount, .modal--investigators .donation-amount {
        padding: 0 78px; }
      .modal--donations .input-holder, .modal--volunteer .input-holder, .modal--associates .input-holder, .modal--associates-existing .input-holder, .modal--investigators .input-holder {
        margin-bottom: 40px; }
      .modal--donations .text-input, .modal--volunteer .text-input, .modal--associates .text-input, .modal--associates-existing .text-input, .modal--investigators .text-input {
        font-size: 18px; }
      .modal--donations .checkbox-holder, .modal--volunteer .checkbox-holder, .modal--associates .checkbox-holder, .modal--associates-existing .checkbox-holder, .modal--investigators .checkbox-holder {
        font-size: 17px;
        line-height: 20px; }
      .modal--donations .msg--info, .modal--volunteer .msg--info, .modal--associates .msg--info, .modal--associates-existing .msg--info, .modal--investigators .msg--info {
        padding: 28px 32px 27px;
        font-size: 18px;
        line-height: 22px; }
      .modal--donations .step-holder.success svg, .modal--volunteer .step-holder.success svg, .modal--associates .step-holder.success svg, .modal--associates-existing .step-holder.success svg, .modal--investigators .step-holder.success svg {
        width: 128px;
        height: 128px; }
      .modal--donations .step-holder.success p, .modal--volunteer .step-holder.success p, .modal--associates .step-holder.success p, .modal--associates-existing .step-holder.success p, .modal--investigators .step-holder.success p {
        font-size: 22px;
        line-height: 27px; }
    section.event-detail {
      padding: 0 0 150px; }
      section.event-detail .green-box {
        padding: 34px 48px; }
      section.event-detail .section--title {
        font-size: 35px;
        line-height: 44px; }
      section.event-detail .basic-info-list {
        padding-bottom: 114px; }
      section.event-detail .basic-info-list .key {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 20px; }
      section.event-detail .basic-info-list .value {
        font-size: 20px;
        line-height: 29px; }
      section.event-detail .title {
        font-size: 33px;
        line-height: 40px;
        margin-bottom: 50px; }
      section.event-detail .date-holder > div:first-child {
        width: 130px; }
      section.event-detail .date-holder .label {
        font-size: 22px;
        width: 60px;
        min-width: 60px; }
      section.event-detail .date-holder img {
        width: 50px; }
      section.event-detail .extra-info {
        padding: 44px 36px; }
      section.event-detail .extra-info .icon-holder {
        width: 34px;
        min-width: 34px;
        margin-right: 24px; }
      section.event-detail .extra-info .label {
        font-size: 20px; }
      section.event-detail .extra-info .value {
        font-size: 20px;
        line-height: 29px; }
      section.event-detail .extra-info .item {
        margin-bottom: 42px; }
    body.help main section .see-more-holder {
      padding-right: 54px; }
    section.podcast-list .card .info-holder {
      padding: 16px 40px; }
      section.podcast-list .card .title {
        font-size: 22px;
        margin-bottom: 2px; }
      section.podcast-list .card .subtitle {
        font-size: 16px;
        margin-bottom: 14px; }
      section.podcast-list .card .date {
        font-size: 16px; }
    body.podcast-list .hero .subscribe {
      margin-top: 28px;
      font-size: 30px; }
      body.podcast-list .hero .subscribe span {
        margin-right: 15px; }
      body.podcast-list .hero .subscribe .icon-holder {
        width: 54px;
        height: 54px;
        margin: 0 15px; }
      body.podcast-list section.podcast-list {
        padding: 124px 0; }
    body.podcast-detail .video-section .title-holder {
      margin-bottom: 32px; }
      body.podcast-detail .video-section p {
        margin-top: 28px;
        font-size: 18px; }
      body.podcast-detail .audio-section .title-holder {
        margin-bottom: 32px; }
      body.podcast-detail .audio-section p {
        margin-top: 28px;
        font-size: 18px; }
    section.miscnews-list .item-holder .date {
      font-size: 18px; }
      section.miscnews-list .item-holder .title {
        font-size: 25px;
        line-height: 29px;
        margin-bottom: 19px; }
      section.miscnews-list .item-holder .txt {
        font-size: 16px;
        line-height: 22px; }
    body.news-list section.video-list {
      margin-bottom: 240px; }
    section.contact-form .checkbox-holder {
      font-size: 17px;
      line-height: 20px; }
    body.search-results .results-pretitle {
      font-size: 30px; }
      body.search-results .results-title {
        font-size: 80px;
        line-height: 95px;
        margin-bottom: 58px; }
      body.search-results .item-holder .title {
        font-size: 25px;
        line-height: 29px; }
      body.search-results .item-holder .see-more {
        font-size: 16px; }
    section.intro .sub-section--donations {
      margin-top: 133px;
      margin-bottom: 192px; }
      section.intro .sub-section--donations .section--title {
        font-size: 45px;
        line-height: 53px; }
      section.intro .sub-section--donations .btn {
        margin: 0 10px; }
      section.intro .sub-section--paymentmethods .item-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
      section.maintenance .section--title, section.s404 .section--title {
        font-size: 65px;
        line-height: 65px;
        margin-bottom: 20px; }
      section.maintenance .section--title::before, section.s404 .section--title::before, section.maintenance .section--title::after, section.s404 .section--title::after {
        width: 800px;
        height: 270px; }
      section.maintenance .txt, section.s404 .txt {
        font-size: 22px;
        line-height: 27px; }
      section.maintenance .logo, section.s404 .logo {
        margin-top: 92px;
        width: 226px; }
    section.maintenance .icon {
      width: 270px; }
    section.s404 .icon {
      width: 388px; } }

body.loaded {
  opacity: 1;
  visibility: visible; }

body.oc-loading,
body.oc-loading * {cursor:wait !important}
.stripe-loading-indicator {height:5px;background:transparent;position:fixed;top:0;left:0;width:100%;overflow:hidden;z-index:2000}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {height:5px;display:block;background:#0090c0;position:absolute;-webkit-box-shadow:inset 0 1px 1px -1px #FFF,inset 0 -1px 1px -1px #FFF;box-shadow:inset 0 1px 1px -1px #FFF,inset 0 -1px 1px -1px #FFF}
.stripe-loading-indicator .stripe {width:100%;-webkit-animation:oc-infinite-loader 60s linear;animation:oc-infinite-loader 60s linear}
.stripe-loading-indicator .stripe-loaded {width:100%;transform:translate3d(-100%,0,0);opacity:0;filter:alpha(opacity=0)}
.stripe-loading-indicator.loaded {opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity 0.4s linear;transition:opacity 0.4s linear;-webkit-transition-delay:0.3s;transition-delay:0.3s}
.stripe-loading-indicator.loaded .stripe {animation-play-state:paused}
.stripe-loading-indicator.loaded .stripe-loaded {opacity:1;filter:alpha(opacity=100);transform:translate3d(0,0,0);-webkit-transition:transform 0.3s linear;transition:transform 0.3s linear}
.stripe-loading-indicator.hide {display:none}
body >p.flash-message {position:fixed;width:500px;left:50%;top:13px;margin-left:-250px;color:#fff;font-size:14px;padding:10px 30px 10px 15px;z-index:10300;word-wrap:break-word;text-shadow:0 -1px 0 rgba(0,0,0,0.15);text-align:center;-webkit-box-shadow:0 1px 6px rgba(0,0,0,0.12),0 1px 4px rgba(0,0,0,0.24);box-shadow:0 1px 6px rgba(0,0,0,0.12),0 1px 4px rgba(0,0,0,0.24);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
body >p.flash-message.fade {opacity:0;filter:alpha(opacity=0);-webkit-transition:all 0.5s,width 0s;transition:all 0.5s,width 0s;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}
body >p.flash-message.fade.in {opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
body >p.flash-message.success {background:#8da85e}
body >p.flash-message.error {background:#c30}
body >p.flash-message.warning {background:#f0ad4e}
body >p.flash-message.info {background:#5fb6f5}
body >p.flash-message button.close {float:none;position:absolute;right:10px;top:8px;color:white;font-size:21px;line-height:1;font-weight:bold;opacity:0.2;filter:alpha(opacity=20);padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;outline:none}
body >p.flash-message button.close:hover,
body >p.flash-message button.close:focus {color:white;text-decoration:none;cursor:pointer;opacity:0.5;filter:alpha(opacity=50)}
@media (max-width:768px) {body >p.flash-message {left:10px;right:10px;top:10px;margin-left:0;width:auto }}
[data-request][data-request-validate] [data-validate-for]:not(.visible),
[data-request][data-request-validate] [data-validate-error]:not(.visible) {display:none}
a.oc-loading:after,
button.oc-loading:after,
span.oc-loading:after {content:'';display:inline-block;vertical-align:middle;margin-left:.4em;height:1em;width:1em;animation:oc-rotate-loader 0.8s infinite linear;border:.2em solid currentColor;border-right-color:transparent;border-radius:50%;opacity:0.5;filter:alpha(opacity=50)}
@-moz-keyframes oc-rotate-loader {0% {-moz-transform:rotate(0deg) }100% {-moz-transform:rotate(360deg) }}
@-webkit-keyframes oc-rotate-loader {0% {-webkit-transform:rotate(0deg) }100% {-webkit-transform:rotate(360deg) }}
@-o-keyframes oc-rotate-loader {0% {-o-transform:rotate(0deg) }100% {-o-transform:rotate(360deg) }}
@-ms-keyframes oc-rotate-loader {0% {-ms-transform:rotate(0deg) }100% {-ms-transform:rotate(360deg) }}
@keyframes oc-rotate-loader {0% {transform:rotate(0deg) }100% {transform:rotate(360deg) }}
@-moz-keyframes oc-infinite-loader {0% {transform:translateX(-100%) }10% {transform:translateX(-50%) }20% {transform:translateX(-25%) }30% {transform:translateX(-12.5%) }40% {transform:translateX(-6.25%) }50% {transform:translateX(-3.125%) }60% {transform:translateX(-1.5625%) }70% {transform:translateX(-0.78125%) }80% {transform:translateX(-0.390625%) }90% {transform:translateX(-0.1953125%) }100% {transform:translateX(-0.09765625%) }}
@-webkit-keyframes oc-infinite-loader {0% {transform:translateX(-100%) }10% {transform:translateX(-50%) }20% {transform:translateX(-25%) }30% {transform:translateX(-12.5%) }40% {transform:translateX(-6.25%) }50% {transform:translateX(-3.125%) }60% {transform:translateX(-1.5625%) }70% {transform:translateX(-0.78125%) }80% {transform:translateX(-0.390625%) }90% {transform:translateX(-0.1953125%) }100% {transform:translateX(-0.09765625%) }}
@-o-keyframes oc-infinite-loader {0% {transform:translateX(-100%) }10% {transform:translateX(-50%) }20% {transform:translateX(-25%) }30% {transform:translateX(-12.5%) }40% {transform:translateX(-6.25%) }50% {transform:translateX(-3.125%) }60% {transform:translateX(-1.5625%) }70% {transform:translateX(-0.78125%) }80% {transform:translateX(-0.390625%) }90% {transform:translateX(-0.1953125%) }100% {transform:translateX(-0.09765625%) }}
@-ms-keyframes oc-infinite-loader {0% {transform:translateX(-100%) }10% {transform:translateX(-50%) }20% {transform:translateX(-25%) }30% {transform:translateX(-12.5%) }40% {transform:translateX(-6.25%) }50% {transform:translateX(-3.125%) }60% {transform:translateX(-1.5625%) }70% {transform:translateX(-0.78125%) }80% {transform:translateX(-0.390625%) }90% {transform:translateX(-0.1953125%) }100% {transform:translateX(-0.09765625%) }}
@keyframes oc-infinite-loader {0% {transform:translateX(-100%) }10% {transform:translateX(-50%) }20% {transform:translateX(-25%) }30% {transform:translateX(-12.5%) }40% {transform:translateX(-6.25%) }50% {transform:translateX(-3.125%) }60% {transform:translateX(-1.5625%) }70% {transform:translateX(-0.78125%) }80% {transform:translateX(-0.390625%) }90% {transform:translateX(-0.1953125%) }100% {transform:translateX(-0.09765625%) }}