@charset "UTF-8";
/*

Theme Name: FASTSITE blank theme
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for our beloved client. Developed by FASTSITE.
Version: 1.0
Text Domain: cig-theme

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Overpass&display=swap");
@import url(c:\Users\Paulina Zielińska\Desktop\FASTSITE\CIG\cig-theme\assets\hamburgers\hamburgers.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: black;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

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

input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*!
 * Bootstrap Grid v4.1.3 (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)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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 {
    width: 90%;
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 90%;
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          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%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            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%;
  }
}

.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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: 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;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/*
COLORS
*/
/*
FONTS
*/
a,
p,
h1,
h2,
h3,
input,
label,
textarea,
li {
  font-family: "Overpass", sans-serif;
  line-height: 1.25;
}

a {
  text-decoration: none;
  font-size: 1rem;
}

h1 {
  font-size: 3.5rem;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 2.75rem;
  }
}

@media only screen and (max-width: 576px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 3rem;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

.button {
  padding: 1rem 2rem;
  border-radius: 2rem;
  display: inline-block;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.button:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  -webkit-box-shadow: 5px 5px 15px 5px #b5b5b5;
  box-shadow: 5px 5px 15px 5px #b5b5b5;
}

.red-button {
  background-color: #c92218;
  color: white;
}

.red-button2 {
  background-color: #c92218;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.red-button2:after {
  content: "";
  display: inline-block;
  background: url("../../../../../wp-content/themes/cig-theme/assets/img/arrow-pink.svg") no-repeat center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}

.red-button3 {
  background-color: #c92218;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 1.5rem;
}

.red-button3:after {
  content: "";
  display: inline-block;
  background: url("../../../../../wp-content/themes/cig-theme/assets/img/arrow-down.svg") no-repeat center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}

.white-button {
  background-color: white;
  color: #c92218;
}

.gold-button {
  background-color: #d7a546;
  color: white;
}

.gold-button2 {
  background-color: white;
  color: black;
  border: 1px solid #d7a546;
  padding: 0.5rem 1.5rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.gold-button2:hover, .gold-button2:active {
  background-color: #d7a546;
  color: white;
}

.gold-button3 {
  background-color: #d7a546;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gold-button3:before {
  content: "";
  display: inline-block;
  background: url("../../../../../wp-content/themes/cig-theme/assets/img/arrow-white.svg") no-repeat center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.gold-button4 {
  background-color: #d7a546;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gold-button4:after {
  content: "";
  content: "";
  display: inline-block;
  background: url("../../../../../wp-content/themes/cig-theme/assets/img/arrow-pink-2.svg") no-repeat center center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
}

.black-button {
  background-color: black;
  color: white;
}

/*
ADDITIONAL
*/
.collapse:not(.show) {
  display: none;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

header#main-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1001;
  height: 116px;
}

header#main-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media only screen and (max-width: 1032px) {
  header#main-header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

header#main-header .container .logo-wrapper {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding: 10px;
}

header#main-header .container .logo-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  height: inherit;
}

header#main-header .container .logo-wrapper a img {
  height: 100% !important;
  max-height: 100% !important;
  width: auto;
}

header#main-header .container .menu-wrapper {
  display: none;
}

header#main-header .container .menu-wrapper.desktop {
  position: relative;
  height: 100%;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header#main-header .container .menu-wrapper.desktop .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
}

header#main-header .container .menu-wrapper.desktop .nav li {
  padding: 2rem;
  position: relative;
}

header#main-header .container .menu-wrapper.desktop .nav li:nth-of-type(-n + 2):after {
  content: "/";
  color: #8c9bad;
  position: absolute;
  font-weight: 1000;
  font-size: 1.25rem;
  bottom: 2rem;
  right: 0;
}

header#main-header .container .menu-wrapper.desktop .nav li a {
  color: black;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

header#main-header .container .menu-wrapper.desktop .nav li a:hover {
  color: #c92218;
}

header#main-header .container .menu-wrapper.desktop .nav li:last-of-type {
  padding-left: 4rem;
}

@media only screen and (max-width: 1200px) {
  header#main-header .container .menu-wrapper.desktop .nav li:last-of-type {
    padding-left: 1rem;
  }
}

@media only screen and (max-width: 1032px) {
  header#main-header .container .menu-wrapper.desktop .nav li:last-of-type {
    display: none;
  }
}

header#main-header .container .menu-wrapper.desktop .nav li:last-of-type a {
  background-color: #c92218;
  color: white;
  padding: 1rem 2rem 1rem 3rem;
  border-radius: 1.5rem;
  position: relative;
  display: inline-block;
}

header#main-header .container .menu-wrapper.desktop .nav li:last-of-type a:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  -webkit-box-shadow: 5px 5px 15px 5px #b5b5b5;
  box-shadow: 5px 5px 15px 5px #b5b5b5;
}

header#main-header .container .menu-wrapper.desktop .nav li:last-of-type a:before {
  position: absolute;
  content: url("../../../../../wp-content/themes/cig-theme/assets/img/phone-1.svg");
  left: 1rem;
  top: 14px;
}

header#main-header .container .menu-wrapper.mobile {
  display: none;
  position: relative;
  width: 100%;
  background-color: white;
}

header#main-header .container .menu-wrapper.mobile.is-visible {
  display: block;
}

header#main-header .container .menu-wrapper.mobile .nav {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem 0.5rem;
}

header#main-header .container .menu-wrapper.mobile .nav li {
  display: block;
  position: relative;
  width: 100%;
}

header#main-header .container .menu-wrapper.mobile .nav li a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0.5rem;
  text-decoration: none;
  color: #c92218;
  font-size: 1rem !important;
  font-weight: 700;
  line-height: 2;
}

header#main-header .container .mobile-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 25%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}

@media only screen and (min-width: 1032px) {
  header#main-header .container .mobile-button-wrapper {
    display: none;
  }
}

footer#main-footer {
  border-top: 1px solid #8c9bad;
  padding: 2rem 0;
}

footer#main-footer .row .col:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer#main-footer .row .col:nth-of-type(1) span {
  color: #c92218;
}

footer#main-footer .row .col:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer#main-footer .row .col:nth-of-type(2) a {
  border-radius: 2rem;
  border: 1px solid #8c9bad;
  padding: 1rem 2rem;
  color: black;
}

footer#main-footer .row .col:nth-of-type(2) a:hover {
  text-decoration: underline;
}

footer#main-footer .row .col:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer#main-footer .row .col:nth-of-type(3) img {
  margin-right: 1rem;
}

footer#main-footer .row .col:nth-of-type(4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer#main-footer .row .col:nth-of-type(4) a {
  color: #c92218;
}

@media only screen and (max-width: 992px) {
  footer#main-footer .row .col {
    margin-bottom: 1rem;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

section {
  padding: 5rem 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  section {
    padding: 3rem 0;
  }
}

div.row {
  padding: 1rem 0;
}

section#title-section {
  padding: 6rem 0;
  min-height: 40vh;
  background: #f0f5fb url("../../../../../wp-content/themes/cig-theme/assets/img/china-shape.png") no-repeat center bottom -400px;
  background-size: 50%;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1500px) {
  section#title-section {
    background-position: center bottom -200px;
  }
}

@media only screen and (max-width: 898px) {
  section#title-section {
    background-position: center bottom -100px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 576px) {
  section#title-section {
    background-size: 75%;
    background-position: center bottom -100px;
  }
}

section#title-section .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#title-section .container .header-wrapper {
  margin: 1rem 0;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#title-section .container .header-wrapper h1 {
  text-align: center;
  font-weight: bold;
}

section#title-section .container .header-wrapper a {
  margin-top: 1rem;
}

section#contact .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  section#contact .col {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  section#contact .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section#contact .col:nth-of-type(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#contact .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section#contact .contact-wrapper .text-wrapper {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
}

section#contact .contact-wrapper .phone-wrapper {
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  section#contact .contact-wrapper .phone-wrapper {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section#contact .contact-wrapper .phone-wrapper p {
  color: #8c9bad;
  line-height: 1.5;
}

section#contact .contact-wrapper .phone-wrapper p:nth-of-type(1) {
  position: relative;
}

section#contact .contact-wrapper .phone-wrapper p:nth-of-type(1):before {
  content: url("../../../../../wp-content/themes/cig-theme/assets/img/phone-red.svg");
  position: absolute;
  bottom: -3px;
  left: -2rem;
}

section#contact .contact-wrapper .phone-wrapper a {
  color: black;
  font-weight: bold;
}

section#contact .contact-wrapper .mail-wrapper {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  section#contact .contact-wrapper .mail-wrapper {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section#contact .contact-wrapper .mail-wrapper p {
  color: #8c9bad;
  line-height: 1.5;
  position: relative;
}

section#contact .contact-wrapper .mail-wrapper p:before {
  content: url("../../../../../wp-content/themes/cig-theme/assets/img/mail-red.svg");
  position: absolute;
  bottom: -3px;
  left: -2rem;
}

section#contact .contact-wrapper .mail-wrapper a {
  color: black;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  section#contact .text-box .text-wrapper {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section#contact .text-box .text-wrapper p {
  font-weight: bold;
  font-size: 1.5rem;
}

section#contact .text-box .text-wrapper a {
  margin-top: 1rem;
}

section#contact .text-box .image-wrapper {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  section#contact .text-box .image-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section#contact .text-box .image-wrapper img:nth-of-type(1) {
  margin-right: 1rem;
}

.form-container p {
  font-weight: bold;
  font-size: 34px;
  color: #c92218;
}

.form-container .form-wrapper {
  margin-top: 2rem;
}

.form-container .form-wrapper form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-container .form-wrapper form .input-wrapper,
.form-container .form-wrapper form .textarea-wrapper {
  position: relative;
  border: 1px red;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  max-width: 50%;
  margin-bottom: 1rem;
  padding-right: 1rem;
}

.form-container .form-wrapper form .input-wrapper label,
.form-container .form-wrapper form .textarea-wrapper label {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 10;
  background-color: white;
  margin-bottom: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #656565;
}

.form-container .form-wrapper form .input-wrapper input,
.form-container .form-wrapper form .input-wrapper textarea,
.form-container .form-wrapper form .textarea-wrapper input,
.form-container .form-wrapper form .textarea-wrapper textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  border: 1px solid #c7d2da;
  padding: 0.5rem 1rem;
}

.form-container .form-wrapper form .input-wrapper input:hover,
.form-container .form-wrapper form .input-wrapper textarea:hover,
.form-container .form-wrapper form .textarea-wrapper input:hover,
.form-container .form-wrapper form .textarea-wrapper textarea:hover {
  border: 1px solid #d7a546;
}

.form-container .form-wrapper form .textarea-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  max-width: 100%;
}

.form-container .form-wrapper form .agreement-wrapper {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-container .form-wrapper form .agreement-wrapper .label {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
  color: black !important;
  padding-left: 1rem;
  font-family: "Overpass", sans-serif;
}

.form-container .form-wrapper form .agreement-wrapper input {
  border: 1px solid #d7a546;
}

.form-container .form-wrapper form input[type="file"] {
  display: none;
}

.form-container .form-wrapper form input[type="submit"] {
  border: none;
}

.form-container .form-wrapper form .custom-file-upload {
  width: calc(100% - 1rem);
  border: none;
  border-radius: 5px;
  border: 1px solid #c7d2da;
  padding: 0.5rem 1rem;
  top: 0 !important;
  left: 0 !important;
  cursor: pointer;
}

.form-container .form-wrapper form .custom-file-upload:hover {
  border: 1px solid #d7a546;
}

.decorators {
  background: url("../../../../../wp-content/themes/cig-theme/assets/img/letters-1.png") no-repeat top right;
  background-size: contain;
  position: relative;
}

.decorators:before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 70%;
  height: 20%;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/dragon.svg");
}

.decorators:after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 100%;
  height: 25%;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/letters.png");
}

section#subpage-header {
  padding-bottom: 0 !important;
  padding-top: 110px !important;
  background-color: #f0f5fb;
  position: relative;
  z-index: 2;
}

section#subpage-header .container-fluid {
  background-color: #f0f5fb;
  height: calc(100vh - 110px);
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/china-shape.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

section#subpage-header .container-fluid div.row {
  padding: 0;
  height: 100%;
}

section#subpage-header .container-fluid div.col {
  padding: 0;
}

section#subpage-header .container-fluid .content-box {
  height: 100%;
  padding: 2rem 1rem 2rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  section#subpage-header .container-fluid .content-box {
    padding: 2rem;
  }
}

section#subpage-header .container-fluid .content-box .content-box-inner {
  margin-bottom: 10rem;
  max-width: 32rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  section#subpage-header .container-fluid .content-box .content-box-inner {
    margin-bottom: 0rem;
  }
}

section#subpage-header .container-fluid .content-box .text-wrapper {
  margin-bottom: 2rem;
}

section#subpage-header .container-fluid .content-box .text-wrapper h1 {
  font-weight: bold;
}

section#subpage-header .container-fluid .content-box .text-wrapper p {
  color: #8c9bad;
}

section#subpage-header .container-fluid .content-box .button-wrapper a {
  margin-bottom: 1rem;
}

section#subpage-header .container-fluid .content-box .button-wrapper a:nth-of-type(1) {
  margin-right: 1rem;
}

section#subpage-header .container-fluid .image-box {
  height: 100%;
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/subpage-header-photo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  section#subpage-header .container-fluid .image-box {
    height: 20rem;
  }
}

section#popular-articles {
  padding: 0;
  position: relative;
  z-index: 3;
  margin-top: -10rem;
}

@media only screen and (max-width: 425px) {
  section#popular-articles {
    margin-top: -5rem;
  }
}

@media only screen and (max-width: 364px) {
  section#popular-articles {
    margin-top: -4rem;
  }
}

section#popular-articles .container .col {
  margin-bottom: 1rem;
}

section#popular-articles .container .popular-articles {
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0 0 15px 0 #b5b5b5;
  box-shadow: 0 0 15px 0 #b5b5b5;
}

section#popular-articles .container .popular-articles .header-box .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 576px) {
  section#popular-articles .container .popular-articles .header-box .text-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section#popular-articles .container .popular-articles .header-box .text-wrapper p {
  font-size: 1.75rem;
  font-weight: bold;
}

@media only screen and (max-width: 576px) {
  section#popular-articles .container .popular-articles .header-box .text-wrapper p {
    font-size: 1.2rem;
  }
}

section#popular-articles .container .popular-articles .header-box .text-wrapper a {
  position: relative;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  padding: 0.75rem 2rem;
  border-radius: 2rem;
}

section#popular-articles .container .popular-articles .header-box .text-wrapper a:after {
  content: url("../../../../../wp-content/themes/cig-theme/assets/img/arrow-down.svg");
  padding-left: 0.5rem;
}

section#popular-articles .container .popular-articles .header-box .text-wrapper a:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  -webkit-box-shadow: 5px 5px 15px 5px #b5b5b5;
  box-shadow: 5px 5px 15px 5px #b5b5b5;
}

section#popular-articles .container .popular-articles .article-box {
  background-color: white;
  padding: 1rem;
  border-radius: 0.5rem;
  height: 13rem;
  background-repeat: no-repeat;
  background-position: 0 13rem;
  background-size: cover;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

section#popular-articles .container .popular-articles .article-box p a {
  color: inherit;
}

section#popular-articles .container .popular-articles .article-box .text-wrapper p:nth-of-type(2) {
  padding-bottom: 1rem;
}

section#popular-articles .container .popular-articles .article-box p {
  color: black;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

section#popular-articles .container .popular-articles .article-box .text-wrapper p:nth-of-type(1) {
  color: #c92218;
  font-weight: 600;
  margin-bottom: 1rem;
}

section#popular-articles .container .popular-articles .article-box .text-wrapper p:nth-of-type(2) {
  font-weight: bold;
}

section#popular-articles .container .popular-articles .article-box .text-wrapper p:nth-of-type(3) {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}

section#popular-articles .container .popular-articles .article-box .text-wrapper .arrow {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  border: 1px solid #8c9bad;
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
}

section#popular-articles .container .popular-articles .article-box:hover {
  background-position: center center;
}

section#popular-articles .container .popular-articles .article-box:hover p {
  color: white !important;
}

section#popular-articles .container .popular-articles .article-box:hover .arrow {
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/arrow-white.svg");
  background-color: #c92218;
  border: 1px solid #c92218;
}

section#popular-articles .container .popular-articles .middle {
  position: relative;
}

section#popular-articles .container .popular-articles .middle:after {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #8c9bad;
  top: 0;
  right: -1rem;
}

section#popular-articles .container .popular-articles .middle:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #8c9bad;
  top: 0;
  left: -1rem;
}

@media only screen and (max-width: 1200px) {
  section#popular-articles .container .popular-articles .middle:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  section#popular-articles .container .popular-articles .middle:after {
    display: unset;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -0.5rem;
    top: unset;
  }
  section#popular-articles .container .popular-articles .middle:before {
    width: 100%;
    height: 1px;
    left: 0;
    top: -0.5rem;
  }
}

section#newest-articles {
  padding-top: 2.5rem;
}

section#newest-articles .row {
  padding: 0;
}

section#newest-articles .col {
  padding-bottom: 1rem;
}

section#newest-articles .container {
  margin-bottom: 3rem;
}

section#newest-articles .header-box .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 576px) {
  section#newest-articles .header-box .text-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section#newest-articles .header-box .text-wrapper a {
  position: relative;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  padding: 0.5rem 1.75rem;
  border-radius: 2rem;
}

section#newest-articles .header-box .text-wrapper a:after {
  content: url("../../../../../wp-content/themes/cig-theme/assets/img/arrow-down.svg");
  padding-right: 0.5rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  padding-top: 1rem;
}

section#newest-articles .header-box .text-wrapper a:hover {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  -webkit-box-shadow: 5px 5px 15px 5px #b5b5b5;
  box-shadow: 5px 5px 15px 5px #b5b5b5;
}

section#newest-articles .article-box-big {
  height: 24rem;
  background-color: white;
  border: 1px solid #8c9bad;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 15px 0 #b5b5b5;
  box-shadow: 0 0 15px 0 #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

section#newest-articles .article-box-big .article-box-big-image {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section#newest-articles .article-box-big .article-box-big-text {
  width: 50%;
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section#newest-articles .article-box-big .article-box-big-text a {
  color: inherit;
  text-decoration: none;
}

section#newest-articles .article-box-big .article-box-big-text .category-date-wrapper {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#newest-articles .article-box-big .article-box-big-text .category-date-wrapper p {
  font-size: 0.85rem;
}

section#newest-articles .article-box-big .article-box-big-text .category-date-wrapper p:nth-of-type(1) {
  color: white;
  background-color: #c92218;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

section#newest-articles .article-box-big .article-box-big-text .category-date-wrapper p:nth-of-type(2) {
  color: #656565;
}

section#newest-articles .article-box-big .article-box-big-text .title-wrapper > p {
  color: black;
  font-weight: bold;
  font-size: 1.25rem;
}

section#newest-articles .article-box-big .article-box-big-text .title-wrapper .abstract-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section#newest-articles .article-box-big .article-box-big-text .title-wrapper .abstract-wrapper p {
  font-size: 0.85rem;
  color: #656565;
  margin-bottom: 1rem;
}

section#newest-articles .article-box-big .article-box-big-text .title-wrapper .abstract-wrapper p:nth-of-type(2) {
  color: black;
  border: 1px solid #8c9bad;
  padding: 1rem 1.5rem;
  border-radius: 1.5rem;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  section#newest-articles .article-box-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 28rem;
  }
  section#newest-articles .article-box-big .article-box-big-image {
    width: 100%;
  }
  section#newest-articles .article-box-big .article-box-big-text {
    width: 100%;
  }
}

section#newest-articles .article-box-big:hover {
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
}

section#newest-articles .article-box {
  height: 24rem;
  background-color: white;
  border: 1px solid #8c9bad;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 15px 0 #b5b5b5;
  box-shadow: 0 0 15px 0 #b5b5b5;
  overflow: hidden;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

@media only screen and (max-width: 768px) {
  section#newest-articles .article-box {
    min-height: 25rem;
  }
}

section#newest-articles .article-box a {
  color: inherit;
  text-decoration: none;
}

section#newest-articles .article-box .article-box-image {
  height: 40%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

section#newest-articles .article-box .article-box-text {
  padding: 1rem;
  padding-top: 1.5rem;
}

section#newest-articles .article-box .article-box-text .category-date-wrapper {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#newest-articles .article-box .article-box-text .category-date-wrapper p {
  font-size: 0.85rem;
}

section#newest-articles .article-box .article-box-text .category-date-wrapper p:nth-of-type(1) {
  color: white;
  background-color: #c92218;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

section#newest-articles .article-box .article-box-text .category-date-wrapper p:nth-of-type(2) {
  color: #656565;
}

section#newest-articles .article-box .article-box-text .title-wrapper > p {
  color: black;
  font-weight: bold;
  font-size: 1.25rem;
}

section#newest-articles .article-box .article-box-text .title-wrapper .abstract-wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}

section#newest-articles .article-box .article-box-text .title-wrapper .abstract-wrapper p {
  font-size: 0.85rem;
  color: #656565;
  margin-bottom: 1rem;
}

section#newest-articles .article-box .article-box-text .title-wrapper .abstract-wrapper .arrow {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  border: 1px solid #8c9bad;
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
}

section#newest-articles .article-box:hover {
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
}

section#newest-articles .article-box:hover .article-box-image {
  height: 30%;
  background-image: unset !important;
  background-color: #c92218 !important;
}

section#newest-articles .article-box:hover .article-box-text .title-wrapper .abstract-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section#newsletter {
  background-color: #c92218;
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/newsletter.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section#newsletter:before {
  content: "";
  position: absolute;
  top: -5rem;
  left: 0;
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/dragon.svg");
}

@media only screen and (max-width: 992px) {
  section#newsletter .col {
    margin-bottom: 2rem;
  }
}

section#newsletter .row .col:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section#newsletter .header-box h2 {
  color: #d7a546;
}

section#newsletter .header-box p {
  color: white;
}

section#newsletter .mail-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section#newsletter .mail-box .input-wrapper {
  padding: 2rem 0;
}

@media only screen and (max-width: 768px) {
  section#newsletter .mail-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

section#newsletter .mail-box input[type="email"] {
  background-color: white;
  padding: 1rem 2rem;
  border-radius: 1.75rem;
  border: 1px solid white;
  width: 100%;
}

section#newsletter .mail-box input[type="submit"]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

section#all-articles .container:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

section#all-articles .search-panel {
  width: 90%;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 15px 5px #b5b5b5;
  box-shadow: 5px 5px 15px 5px #b5b5b5;
  padding: 1rem;
  margin-top: -8rem;
  margin-bottom: 4rem;
}

section#all-articles .search-panel .search-wrapper {
  padding: 0.5rem 0;
}

section#all-articles .search-panel .search-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

section#all-articles .search-panel .search-wrapper label {
  position: absolute;
  top: 10px;
  left: 30px;
  background-color: white;
  margin-bottom: 0;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #656565;
}

section#all-articles .search-panel .search-wrapper input {
  border: none;
  padding: 0.5rem;
  border: 1px solid #8c9bad;
  border-radius: 20px;
  width: 100%;
  display: block;
  background: url("../../../../../wp-content/themes/cig-theme/assets/img/search.svg") no-repeat scroll left 8px center;
  padding-left: 30px;
}

section#all-articles .search-panel .filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5rem;
}

@media only screen and (max-width: 1049px) {
  section#all-articles .search-panel .filter-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

section#all-articles .search-panel .filter-wrapper .button-wrapper {
  padding: 0.5rem 0.5rem 0 0;
}

section#all-articles .article-box-big {
  height: 24rem;
  background-color: white;
  border: 1px solid #8c9bad;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 15px 0 #b5b5b5;
  box-shadow: 0 0 15px 0 #b5b5b5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 1rem;
  -webkit-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}

section#all-articles .article-box-big .article-box-big-image {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section#all-articles .article-box-big .article-box-big-text {
  width: 50%;
  height: 100%;
  padding: 2rem;
}

section#all-articles .article-box-big .article-box-big-text .category-date-wrapper {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#all-articles .article-box-big .article-box-big-text .category-date-wrapper p {
  font-size: 0.85rem;
}

section#all-articles .article-box-big .article-box-big-text .category-date-wrapper p:nth-of-type(1) {
  color: white;
  background-color: #c92218;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

section#all-articles .article-box-big .article-box-big-text .category-date-wrapper p:nth-of-type(2) {
  color: #656565;
}

section#all-articles .article-box-big .article-box-big-text .title-wrapper > p {
  color: black;
  font-weight: bold;
  font-size: 1.25rem;
}

section#all-articles .article-box-big .article-box-big-text .title-wrapper > p a {
  font-size: inherit;
  color: inherit;
}

section#all-articles .article-box-big .article-box-big-text .abstract-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section#all-articles .article-box-big .article-box-big-text .abstract-wrapper p {
  font-size: 0.85rem;
  color: #656565;
  margin-bottom: 1rem;
}

section#all-articles .article-box-big .article-box-big-text .abstract-wrapper .button-wrapper {
  margin-top: 2rem;
}

section#all-articles .article-box-big .article-box-big-text .abstract-wrapper .button-wrapper a {
  color: black;
  border: 1px solid #8c9bad;
}

@media only screen and (max-width: 1230px) {
  section#all-articles .article-box-big .article-box-big-text .category-date-wrapper {
    margin-bottom: 1rem;
  }
  section#all-articles .article-box-big .article-box-big-text .abstract-wrapper .button-wrapper {
    margin-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  section#all-articles .article-box-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 35rem;
  }
  section#all-articles .article-box-big .article-box-big-image {
    width: 100%;
  }
  section#all-articles .article-box-big .article-box-big-text {
    width: 100%;
  }
}

section#all-articles .article-box-big:hover {
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
}

section#all-articles .more-articles {
  margin-top: 2rem;
}

section#all-articles .more-articles .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.article-box {
  height: 30rem;
  background-color: white;
  border: 1px solid #8c9bad;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 15px 0 #b5b5b5;
  box-shadow: 0 0 15px 0 #b5b5b5;
  overflow: hidden;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

@media only screen and (max-width: 768px) {
  .article-box {
    min-height: 25rem;
  }
}

.article-box .article-box-image {
  height: 40%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.article-box .article-box-text {
  padding: 1rem;
}

.article-box .article-box-text .category-date-wrapper {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-box .article-box-text .category-date-wrapper p {
  font-size: 0.85rem;
}

.article-box .article-box-text .category-date-wrapper p:nth-of-type(1) {
  color: white;
  background-color: #c92218;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

.article-box .article-box-text .category-date-wrapper p:nth-of-type(2) {
  color: #656565;
}

.article-box .article-box-text .title-wrapper > p {
  color: black;
  font-weight: bold;
  font-size: 1.25rem;
}

.article-box .article-box-text .title-wrapper > p a {
  color: inherit;
}

.article-box .article-box-text .title-wrapper .abstract-wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}

.article-box .article-box-text .title-wrapper .abstract-wrapper p {
  font-size: 0.85rem;
  color: #656565;
  margin-bottom: 1rem;
}

.article-box .article-box-text .title-wrapper .abstract-wrapper .arrow {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  border: 1px solid #8c9bad;
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: white;
}

.article-box:hover {
  -webkit-transform: scale(0.985);
          transform: scale(0.985);
}

.article-box:hover .article-box-image {
  height: 30%;
}

.article-box:hover .article-box-text .title-wrapper .abstract-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section#post .post-box .post-box-image {
  margin-bottom: 1rem;
}

section#post .post-box .post-box-image .image-wrapper {
  background-color: pink;
  border-radius: 5px;
  height: 20rem;
}

section#post .post-box .post-box-image .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#post .post-box .text-wrapper img {
  max-width: 100%;
  display: block;
  position: relative;
}

section#post .post-box .text-wrapper p {
  padding-bottom: 1rem;
}

section#post .post-box .text-wrapper ul {
  list-style: disc;
  padding-left: 1rem;
  padding-bottom: 1rem;
}

section#post .post-box .post-box-text .category-date-wrapper {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#post .post-box .post-box-text .category-date-wrapper p {
  font-size: 0.85rem;
}

section#post .post-box .post-box-text .category-date-wrapper p:nth-of-type(1) {
  color: white;
  background-color: #c92218;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

section#post .post-box .post-box-text .category-date-wrapper p:nth-of-type(2) {
  color: #656565;
}

section#post .post-box .button-wrapper {
  margin-top: 2rem;
}

section#post .post-box .button-wrapper a {
  float: right;
}

section#post .article-box {
  margin-bottom: 1rem;
}

section#post .col:nth-of-type(2) {
  margin-top: 5rem;
}

@media only screen and (max-width: 992px) {
  section#post .col:nth-of-type(2) {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section#post .col:nth-of-type(2) .article-box:nth-of-type(1) {
    margin-right: 1rem;
  }
  section#post .col:nth-of-type(2) .article-box:nth-of-type(3) {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  section#post .col:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#post .col:nth-of-type(2) .article-box {
    width: 80%;
  }
  section#post .col:nth-of-type(2) .article-box:nth-of-type(1) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 576px) {
  section#post .col:nth-of-type(2) .article-box {
    width: 100%;
  }
}

section#members .member-box {
  border-radius: 5px;
  border: 1px solid #e3e7ea;
  height: 25rem;
  margin-bottom: 1.5rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

section#members .member-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 5px 5px 15px 5px #b5b5b5;
  box-shadow: 5px 5px 15px 5px #b5b5b5;
}

section#members .member-box .member-box-image {
  height: 45%;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e3e7ea));
  background: linear-gradient(white, #e3e7ea);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#members .member-box .member-box-text {
  background-color: white;
  height: 55%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section#members .member-box .member-box-text .member-box-text-wrapper .member-name p:nth-of-type(1) {
  color: black;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

section#members .member-box .member-box-text .member-box-text-wrapper .member-name p:nth-of-type(2) {
  font-size: 14px;
  color: #535353;
}

section#members .member-box .member-box-text .member-box-text-wrapper .member-data {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.75rem;
}

section#members .member-box .member-box-text .member-box-text-wrapper .member-data a {
  color: black;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

section#members .member-box .member-box-text .member-box-text-wrapper .member-data a:before {
  content: "";
  display: inline-block;
  background: url("../../../../../wp-content/themes/cig-theme/assets/img/member-page.svg") no-repeat center center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

section#members .member-box .member-box-text .member-box-text-wrapper .member-data a:nth-of-type(2):before {
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/member-mail.svg");
}

section#members .member-box .member-box-text .member-box-text-wrapper .member-data a:nth-of-type(3):before {
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/member-phone.svg");
}

@media only screen and (max-width: 992px) {
  section#members .col {
    margin-bottom: 1rem;
  }
}

section#contact-detailed .row .col:nth-of-type(1) > div.text-wrapper {
  margin-bottom: 2rem;
}

section#contact-detailed .row .col:nth-of-type(1) > div.text-wrapper p {
  font-weight: bold;
  font-size: 34px;
  color: #c92218;
}

section#contact-detailed .contact-wrapper {
  margin-bottom: 2rem;
}

section#contact-detailed .contact-wrapper p {
  color: #d7a546;
  line-height: 1.5;
}

section#contact-detailed .contact-wrapper a {
  color: black;
  font-weight: bold;
}

section#contact-detailed .contact-wrapper .text-wrapper p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1rem;
  color: black;
}

section#contact-detailed .contact-wrapper .data-wrapper {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 1rem;
}

section#contact-detailed .contact-wrapper .data-wrapper:before {
  content: "";
  background: url("../../../../../wp-content/themes/cig-theme/assets/img/member-phone.svg") no-repeat center center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  bottom: 1rem;
}

section#contact-detailed .contact-wrapper .phone-wrapper:before {
  left: 0;
  bottom: 1rem;
}

section#contact-detailed .contact-wrapper .mail-wrapper:before {
  content: "";
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/member-mail.svg");
  left: 0;
  bottom: 0;
}

section#contact-detailed .contact-wrapper .address-wrapper p {
  color: black;
  font-weight: bold;
}

section#contact-detailed .contact-wrapper .address-wrapper:before {
  content: "";
  background-image: url("../../../../../wp-content/themes/cig-theme/assets/img/member-pin.svg");
  left: 0;
  bottom: 40px;
}

section#contact-detailed .contact-wrapper .phone-wrapper-china:before {
  left: 0;
  bottom: 0;
}

section#contact-detailed .qr-container {
  margin-top: 2rem;
}

section#contact-detailed .qr-container .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section#contact-detailed .qr-container .image-wrapper img:nth-of-type(1) {
  margin-right: 1rem;
}

section#join-us .title-wrapper h2 {
  color: #c92218;
  font-weight: 700;
}

section#join-us .text-wrapper {
  padding: 0 4rem;
}

section#join-us .reason-box {
  border: 1px solid #e3e7ea;
  background-color: white;
  border-radius: 5px;
  padding: 2rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 260px;
  margin-bottom: 2rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

section#join-us .reason-box .reason-box-image {
  margin-bottom: 3rem;
}

section#join-us .reason-box .reason-box-text p {
  font-size: 30px;
  font-weight: 800;
}

section#join-us .reason-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 5px 5px 15px 5px #b5b5b5;
  box-shadow: 5px 5px 15px 5px #b5b5b5;
  border: 3px solid #c92218;
}

section#join-us .step-box {
  border: 1px solid #e3e7ea;
  border-radius: 5px;
  padding: 2rem;
  height: 220px;
  margin-bottom: 2rem;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

section#join-us .step-box .text-wrapper {
  padding: 0;
}

section#join-us .step-box .text-wrapper p:nth-of-type(1) {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 2rem;
}

section#join-us .step-box .text-wrapper p:nth-of-type(1) span {
  background-color: #c92218;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}

section#join-us .step-box .text-wrapper p:nth-of-type(2) {
  color: #535353;
}

section#join-us .step-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 5px 5px 15px 5px #b5b5b5;
  box-shadow: 5px 5px 15px 5px #b5b5b5;
  border: 3px solid #d7a546;
}

section#join-us .download-wrapper {
  margin-bottom: 2rem;
}

section#join-us .download-wrapper p {
  font-weight: bold;
  font-size: 34px;
  color: #c92218;
  margin-bottom: 2rem;
}

section#join-us .download-wrapper .buttons-wrapper a {
  margin-right: 1rem;
}

section#join-us .row:nth-of-type(2) {
  margin: 3rem 0;
}

section#join-us .row:nth-of-type(5) {
  margin-top: 3rem;
}

section#about-us .title-wrapper h2 {
  color: #c92218;
  font-weight: 700;
}

section#about-us .text-wrapper {
  padding: 0 4rem;
  margin: 3rem 0;
}

@media only screen and (max-width: 992px) {
  section#about-us .text-wrapper {
    padding: 0;
  }
}

section#about-us .image-wrapper {
  padding: 0 4rem;
}

@media only screen and (max-width: 992px) {
  section#about-us .image-wrapper {
    padding: 0;
  }
}

section#about-us .image-wrapper img {
  width: 100%;
}

section#tasks .title-wrapper {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section#tasks .title-wrapper h2 {
  color: #c92218;
  font-weight: 700;
}

section#tasks .task-box {
  margin-bottom: 1rem;
  border: 1px solid #e3e7ea;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 1.5rem;
  height: 416px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

@media only screen and (max-width: 992px) {
  section#tasks .task-box {
    padding: 0;
  }
}

section#tasks .task-box .task-box-image {
  height: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#tasks .task-box .task-box-text {
  margin-top: 1rem;
}

section#tasks .task-box .task-box-text p:nth-of-type(1) {
  font-size: 25px;
  color: black;
  margin-bottom: 1rem;
  text-align: center;
}

section#tasks .task-box .task-box-text p:nth-of-type(2) {
  color: #535353;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

section#tasks .task-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 5px 5px 15px 5px #b5b5b5;
  box-shadow: 5px 5px 15px 5px #b5b5b5;
  border: 2px solid #c92218;
}

section#management .title-wrapper h2 {
  color: #c92218;
  font-weight: 700;
  margin-bottom: 2rem;
}

section#management .title-wrapper p {
  font-size: 1rem;
  padding-left: 4rem;
}

@media only screen and (max-width: 992px) {
  section#management .title-wrapper p {
    padding-left: 0;
  }
}

section#management .row:nth-of-type(3) {
  padding: 0;
}

section#management .row:nth-of-type(4) {
  padding: 0;
}

section#management .row:nth-of-type(5) {
  padding: 0;
}

section#management .row:nth-of-type(7) {
  padding: 0;
}

section#management .row:nth-of-type(8) {
  padding: 0;
}

section#management .member-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

section#management .member-box .member-box-image {
  height: 182px;
}

section#management .member-box .member-box-text {
  margin-left: 1rem;
}

section#management .member-box .member-box-text p:nth-of-type(1) {
  font-size: 36px;
  color: black;
}

section#management .member-box .member-box-text p:nth-of-type(2) {
  color: #d7a546;
  font-size: 36px;
  margin: 8px 0;
}

section#management .member-box .member-box-text p:nth-of-type(3) {
  font-size: 18px;
  color: #c92218;
  font-size: 600;
  font-style: italic;
}

section#management .subtitle-wrapper p {
  color: #d7a546;
  padding-left: 4rem;
  font-size: 36px;
  font-weight: 700;
}

.policy-privacy {
  padding: 0 1rem;
}

.policy-privacy h1 {
  margin-top: 4rem;
  text-align: center;
}

.policy-privacy ol li {
  list-style: decimal;
  list-style-position: inside;
}

.mail-box .agreement-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: revert;
          flex-direction: revert;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}

.mail-box .agreement-wrapper > div.label {
  width: calc(100% - 2rem) !important;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Overpass", sans-serif;
  color: white;
  font-weight: 500;
}

.mail-box .agreement-wrapper > div {
  width: 2rem;
}

.mail-box section#newsletter .mail-box .input-wrapper {
  padding-bottom: 1rem;
}

.mail-box .gold-button {
  font-family: "Overpass", sans-serif;
  border: solid 2px #d7a546;
}

.mail-box .agreement-wrapper > div span.wpcf7-form-control-wrap span.wpcf7-list-item {
  margin: 0;
}

.mail-box .wpcf7 form.invalid .wpcf7-response-output, .mail-box .wpcf7 form.unaccepted .wpcf7-response-output {
  color: white;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Overpass", sans-serif;
}

.mail-box span.wpcf7-not-valid-tip {
  color: white;
  padding-top: 0.5rem;
  font-weight: 500;
  font-family: "Overpass", sans-serif;
}
/*# sourceMappingURL=style.css.map */