/*
@mixin shadow {
    box-shadow: 2px 20px 30px rgba(0, 0, 0, 0.20), 0px 0px 1px rgba(0, 0, 0, 0.20);
}
*/
@keyframes gradient {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -200% 0; } }

[data-align="center"] {
  text-align: center; }

[data-align="left"] {
  text-align: left; }

[data-align="right"] {
  text-align: right; }

@media only screen and (min-width: 1260px) {
  [data-width="small"] {
    width: 40% !important;
    max-width: 40% !important;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (min-width: 1260px) {
  [data-width="medium"] {
    width: 60% !important;
    max-width: 60% !important;
    margin-left: auto;
    margin-right: auto; } }

@media only screen and (min-width: 1260px) {
  [data-width="large"] {
    width: 80% !important;
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 55%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: sans-serif; }
  html body {
    margin: 0; }

@font-face {
  font-family: "ctg-light";
  src: url("../../fonts/ctg-light-webfont.woff2") format("woff2"), url("../../fonts/ctg-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ctg-book";
  src: url("../../fonts/ctg-book-webfont.woff2") format("woff2"), url("../../fonts/ctg-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ctg-medium";
  src: url("../../fonts/ctg-medium-webfont.woff2") format("woff2"), url("../../fonts/ctg-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ctg-bold";
  src: url("../../fonts/ctg-bold-webfont.woff2") format("woff2"), url("../../fonts/ctg-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

h1,
h2,
h3,
h4,
.tabs__heading a,
.pa thead tr,
.carousel-wrap .numbers-carousel a {
  font-family: "ctg-light", Helvetica, Arial, sans-serif;
  margin: 0;
  margin-bottom: 0.5em;
  font-weight: 300;
  letter-spacing: -0.5px;
  overflow-wrap: normal; }

h5, .header__help,
h6 {
  font-family: "ctg-book", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0.83em;
  color: #424446;
  font-weight: 600;
  text-transform: uppercase;
  overflow-wrap: normal; }

h1,
.h1 {
  font-size: 2.3em;
  line-height: 1.1;
  font-weight: 300; }
  @media only screen and (min-width: 1260px) {
    h1,
    .h1 {
      font-size: 2.7em;
      line-height: 1.2; } }
  @media only screen and (min-width: 1480px) {
    h1,
    .h1 {
      font-size: 3.4em; } }

h2,
.h2 {
  font-size: 2.6em;
  line-height: 1.1; }
  @media only screen and (min-width: 1023px) {
    h2,
    .h2 {
      font-size: 3.2em;
      line-height: 1.1; } }

h3,
.h3 {
  font-size: 1.75em;
  line-height: 1.1; }
  @media only screen and (min-width: 1023px) {
    h3,
    .h3 {
      font-size: 2.6em;
      line-height: 1.1; } }
  @media only screen and (min-width: 1260px) {
    h3,
    .h3 {
      line-height: 1.37; } }


h4,
.tabs__heading a,
.pa thead tr,
.carousel-wrap .numbers-carousel a,
.h4 {
  font-size: 1.2em;
  line-height: 1.37;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "ctg-bold";
  letter-spacing: 1px; }

h5, .header__help,
.h5 {
  font-size: 0.95em;
  letter-spacing: 1px; }

h6,
.h6 {
  font-size: 0.69em; }

h1[data-color="secondary"],
h2[data-color="secondary"],
h3[data-color="secondary"],
h4[data-color="secondary"],
.tabs__heading a[data-color="secondary"],
.pa thead tr[data-color="secondary"],
.carousel-wrap .numbers-carousel a[data-color="secondary"],
h5[data-color="secondary"],
.header__help[data-color="secondary"],
h6[data-color="secondary"],
p[data-color="secondary"],
span[data-color="secondary"],
strong[data-color="secondary"] {
  color: #17191e; }

h1[data-size="120"],
h2[data-size="120"],
h3[data-size="120"],
h4[data-size="120"],
.tabs__heading a[data-size="120"],
.pa thead tr[data-size="120"],
.carousel-wrap .numbers-carousel a[data-size="120"],
h5[data-size="120"],
.header__help[data-size="120"],
h6[data-size="120"],
p[data-size="120"],
span[data-size="120"],
strong[data-size="120"] {
  font-size: 120%; }

strong {
  font-weight: 600; }

p,
body {
  line-height: 1.65;
  font-size: 1.2em;
  font-family: "ctg-book", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #424446; }

.subtitle {
  color: #17191e !important;
  font-size: 0.813em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  letter-spacing: 0.5px; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  font-size: 62.5%; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  *:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 2em 0;
  padding: 0; }

img {
  max-width: 100%;
  height: auto; }

img:-moz-loading {
  visibility: hidden; }

a {
  color: #17191e;
  text-decoration: none;
  transition: color 0.2s ease-in-out; }
  a:hover {
    color: black; }
  a:hover, a:active {
    outline: 0;
    color: black; }
  a:focus {
    outline: 1px solid #0057f7;
    outline-offset: 2px;
    z-index: 10000;
    color: #00215e; }

input:focus {
  outline: 0; }

main {
  width: 100%;
  position: relative; }
  main .main__content {
    max-width: 100vw;
    overflow: hidden; }

.bounded {
  position: relative;
  margin: 0px auto;
  width: 90%;
  display: block; }
  @media only screen and (min-width: 1260px) {
    .bounded {
      width: 80%;
      max-width: 80%; } }
  @media only screen and (min-width: 1480px) {
    .bounded {
      width: 100%;
      max-width: 1180px; } }

.boundless {
  width: 100%;
  margin: auto; }
  @media only screen and (min-width: 1140px) {
    .boundless {
      padding-left: 6rem;
      padding-right: 6rem; } }

.cover img,
.cover video {
  object-fit: cover;
  width: 100%;
  height: auto; }

/*
.contain {
    img {
        object-fit: contain;
        height: 100%;
        width: 100%;
    }

    video {
        width: 100%;
        height: auto;
        max-width: 100%;
    }
}
*/
.contain img,
.contain video {
  object-fit: contain;
  margin: 0 auto 1.5rem auto;
  display: block; }
  @media only screen and (min-width: 767px) {
    .contain img,
    .contain video {
      margin-bottom: 0; } }

picture {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block; }
  picture img {
    object-fit: cover;
    height: 100%;
    width: 100%; }
  picture > br {
    display: none; }

::selection,
::-webkit-selection,
::-moz-selection {
  background: #17191e;
  color: #fff;
  text-shadow: none; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%; }

/* Clear */
.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

.auto-height {
  height: auto; }

.margin-bottom {
  margin-bottom: 1.5rem; }

.margin-bottom-big {
  margin-bottom: 3rem; }

.shadow {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12); }

.shadow--small {
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.07), 0px 0px 1px rgba(0, 0, 0, 0.07); }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after {
    content: ""; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.item {
  display: none; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.link {
  font-weight: 500;
  color: #0057f7;
  font-size: 1.1em; }
  .link i {
    margin-left: 0.7em;
    font-size: 0.9em; }

.button, .button--secondary, .button--outline, .button--underline, .button--underline--white, .button--underline--secondary, .button--white, .button--black, .button--full-width {
  padding: 2em 1.875em;
  font-weight: 600;
  display: inline-block;
  font-size: 1em;
  letter-spacing: 1.5px;
  line-height: 1;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  background-color: #0057f7;
  color: #fff;
  margin-top: 1em;
  border-radius: 6px; }
  .button:hover, .button--secondary:hover, .button--outline:hover, .button--underline:hover, .button--underline--white:hover, .button--underline--secondary:hover, .button--white:hover, .button--black:hover, .button--full-width:hover {
    color: #fff;
    background-color: #17191e; }
  .button--secondary {
    background-color: #f7f8f9;
    color: #424446; }
    .button--secondary:hover {
      background-color: #0057f7;
      color: #fff; }
  .button--outline {
    border: 1px solid #0057f7;
    background: transparent;
    color: #0057f7;
    box-shadow: none; }
    @media only screen and (min-width: 1260px) {
      .button--outline:hover {
        color: #fff;
        background-color: #0057f7; } }
  .button--underline, .button--underline--white, .button--underline--secondary {
    border: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #0057f7;
    background: transparent;
    color: #0057f7;
    box-shadow: none;
    position: relative;
    padding-right: 30px; }
    .button--underline:before, .button--underline--white:before, .button--underline--secondary:before {
      content: " ";
      position: absolute;
      right: 0;
      width: 12px;
      height: 12px;
      top: 50%;
      transform: translate(0, -50%); }
    .button--underline:after, .button--underline--white:after, .button--underline--secondary:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 0px;
      background: transparent;
      transition: width 0.8s ease, background-color 0.8s ease;
      left: 0;
      margin-bottom: -1px; }
    .button--underline:hover:after, .button--underline--white:hover:after, .button--underline--secondary:hover:after {
      width: 100%;
      background: #17191e;
      margin-left: 0; }
    .button--underline:hover, .button--underline--white:hover, .button--underline--secondary:hover {
      background: transparent;
      color: #0057f7;
      border-bottom: 1px solid transparent; }
    .button--underline--white {
      border-bottom: 1px solid #fff;
      color: #fff; }
      .button--underline--white:hover {
        color: #fff;
        border-bottom: 1px solid #17191e; }
    .button--underline--secondary {
      border-bottom: 1px solid #17191e;
      color: #17191e; }
      .button--underline--secondary:hover {
        color: #17191e;
        border-bottom: 1px solid #17191e; }
  .button--white {
    background: #fff;
    border: 1px solid #fff;
    color: #030303; }
    .button--white:hover {
      background-color: #030303;
      border-color: rgba(0, 0, 0, 0.3);
      color: #fff; }
  .button--black {
    background: #030303;
    border: 1px solid #030303;
    color: #fff !important; }
    .button--black:hover {
      background-color: #fff;
      border-color: #fff;
      color: #030303 !important; }
  @media only screen and (min-width: 767px) {
    .button, .button--secondary, .button--outline, .button--underline, .button--underline--white, .button--underline--secondary, .button--white, .button--black, .button--full-width {
      width: auto; } }
  .button--full-width {
    width: 100%; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%; }

button.button, button.button--secondary, button.button--outline, button.button--underline, button.button--underline--white, button.button--underline--secondary, button.button--white, button.button--black, button.button--full-width {
  border: none;
  width: 100%;
  cursor: pointer; }

/* Remove IE clear cross */
input[type="text"]::-ms-clear {
  display: none; }

input::-webkit-input-placeholder {
  color: #17191e;
  vertical-align: middle;
  line-height: 1.4; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #17191e; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #17191e; }

input:-ms-input-placeholder {
  color: #17191e; }

input,
select,
textarea {
  font-size: 1em;
  outline: 0;
  border-radius: 0; }

input:not([type="checkbox"]) {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-left: 1em;
  padding-right: 1em;
  appearance: none;
  width: 100%;
  border-radius: 6px; }
  input:not([type="checkbox"]).wpcf7-not-valid {
    border-color: #b51739; }
  input:not([type="checkbox"])::placeholder {
    color: #bbbecb; }
  input:not([type="checkbox"])[type="submit"] {
    background-color: #17191e;
    color: #fff;
    border-radius: 6px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; }

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

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

select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 1em;
  color: #030303;
  outline: 0;
  background: #fff url("../../img/select-input.svg") no-repeat 98% center;
  background-size: 8px 8px;
  border-radius: 6px; }

textarea {
  background: #ffffff;
  color: #030303;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  height: 120px;
  padding-left: 1em;
  padding-top: 1em;
  font-size: 1em;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%; }
  textarea::placeholder {
    color: #bbbecb; }

@media only screen and (min-width: 767px) {
  .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.wpcf7-form p {
  width: 100%; }

.wpcf7-form h3 {
  display: block;
  width: 100%;
  margin-bottom: 1em; }

.wpcf7-form .form-group {
  margin-bottom: 1em;
  display: block;
  width: 100%; }

.wpcf7-form .submit-wrap {
  margin: 0 auto; }

.wpcf7-form .cf-sent {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%; }
  .wpcf7-form .cf-sent img {
    width: 80px;
    height: 80px; }
  .wpcf7-form .cf-sent span {
    display: block;
    text-align: center;
    margin-top: 1em; }

.wpcf7-form.sent div,
.wpcf7-form.sent span,
.wpcf7-form.sent input {
  display: none; }

.wpcf7-form.sent .wpcf7-response-output {
  display: none !important; }

.wpcf7-form.sent .cf-sent {
  display: flex; }
  .wpcf7-form.sent .cf-sent span {
    display: block; }

label {
  font-size: 0.8em; }

.input {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 3rem;
  /* For IE Browsers*/ }
  .input .floating-label {
    padding: 15px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0.5; }
  .input input:focus {
    border: 1px solid rgba(0, 0, 0, 0.3); }
  .input input:focus + span,
  .input input:not(:placeholder-shown) + span {
    opacity: 1;
    transform: scale(0.85) translateY(-85%) translateX(-20px); }
  .input input:focus + span,
  .input input:not(:-ms-input-placeholder) + span {
    opacity: 1;
    transform: scale(0.85) translateY(-85%) translateX(-20px); }
  .input select {
    color: #a1a2a3; }

.tabs__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem; }
  .tabs__heading a {
    color: #424446;
    opacity: 0.6;
    padding: 1rem;
    margin: 0 1rem;
    margin-bottom: -2px; }
    .tabs__heading a.active, .tabs__heading a:hover {
      border-bottom: 2px solid #0057f7;
      opacity: 1; }

.tabs__content {
  display: none; }
  .tabs__content.active {
    display: block; }

.header {
  width: 100%;
  padding: 3rem;
  background: #0057f7;
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between; }
  .header__logo {
    width: 8em; }
  .header__help {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    text-align: right; }
    .header__help:before {
      content: " ";
      background: url(../../img/help.svg);
      width: 16px;
      height: 16px;
      display: inline-block;
      margin-right: 7px;
      margin-bottom: -3px; }
    .header__help:hover {
      color: white; }

body {
  background: #f0f3f7; }

section {
  outline: 0; }

.section {
  padding: 3em 0;
  position: relative;
  content-visibility: visible; }
  .section[data-padding="medium"] {
    padding: 2em 0; }
  @media only screen and (min-width: 767px) {
    .section {
      padding: 4em 0; }
      .section[data-padding="medium"] {
        padding: 3em 0; } }
  @media only screen and (min-width: 1260px) {
    .section {
      padding: 7em 0; }
      .section[data-padding="medium"] {
        padding: 4em 0; } }

.heading {
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 767px) {
    .heading {
      max-width: 70%;
      margin: 0 auto 3rem auto; } }
  .heading[data-color="light"] h2,
  .heading[data-color="light"] h3,
  .heading[data-color="light"] p {
    color: #fff; }
  @media only screen and (min-width: 1023px) {
    .heading p {
      max-width: 85%;
      margin-left: auto;
      margin-right: auto; } }

.pa {
  border-spacing: 1;
  border-collapse: collapse;
  table-layout: fixed;
  overflow: hidden;
  width: 100%;
  margin: 3rem auto;
  position: relative; }
  .pa td,
  .pa th {
    padding: 0.5em;
    border-radius: 6px; }
  .pa th {
    background-color: #f7f8f9;
    font-size: 1.2em;
    color: #fff; }
  .pa thead tr {
    background: #030303;
    border-bottom: 1px solid #fff;
    text-transform: initial;
    color: #fff; }
    .pa thead tr + tr {
      background: #d8dbde;
      color: #424446; }
  .pa tbody tr {
    height: 50px;
    border-bottom: 1px solid #d8dbde; }
  .pa tfoot tr {
    height: 60px;
    font-family: "ctg-bold"; }
  .pa.second-colored tbody td:nth-child(2) > * {
    color: #17191e;
    font-weight: 600; }
  .pa.third-colored tbody td:nth-child(3) > * {
    color: #17191e;
    font-weight: 600; }
  .pa.fourth-colored tbody td:nth-child(4) > * {
    color: #17191e;
    font-weight: 600; }
  .pa.fifth-colored tbody td:nth-child(5) > * {
    color: #17191e;
    font-weight: 600; }
  .pa.sixth-colored tbody td:nth-child(6) > * {
    color: #17191e;
    font-weight: 600; }

.progressbar {
  counter-reset: step; }

.progressbar li {
  position: relative;
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
  font-family: "ctg-bold"; }

.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  margin: 0 auto 8px auto;
  border-radius: 50%;
  background-color: #d8dbde;
  /* Center # in circle */
  line-height: 32px; }

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d8dbde;
  top: 16px;
  left: -50%;
  z-index: -1; }

.progressbar li:first-child:after {
  content: none; }

.progressbar li.active:before {
  background: #0057f7;
  content: " ";
  background: #0057f7 url(../../img/check-2.svg) no-repeat center center;
  background-size: 12px 12px; }

.progressbar li.active + li:after {
  background: repeating-linear-gradient(to right, #0057f7 0%, #b7d3e2 50%, #0057f7 100%);
  animation: gradient 2s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear; }

.carousel-wrap {
  position: relative;
  width: 100%;
  z-index: 10;
  padding: 0 1.5rem; }
  @media only screen and (min-width: 1023px) {
    .carousel-wrap {
      padding: 0 3rem; } }
  .carousel-wrap .numbers-carousel {
    padding: 0; }
    .carousel-wrap .numbers-carousel a {
      letter-spacing: 1.5px;
      display: block;
      padding: 1rem;
      background: #fff;
      margin: 0.3rem;
      text-align: center;
      color: #030303;
      border-radius: 6px; }
      .carousel-wrap .numbers-carousel a:hover {
        background: #0057f7;
        color: #fff; }
      @media only screen and (min-width: 1023px) {
        .carousel-wrap .numbers-carousel a {
          margin: 1.5rem; } }
  .carousel-wrap .slick-slide > div {
    display: flex; }
  .carousel-wrap .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none; }
    .carousel-wrap .slick-dots button {
      display: block;
      width: 0.7rem;
      height: 0.7rem;
      padding: 0;
      background: rgba(0, 0, 0, 0.2);
      border: none;
      border-radius: 100%;
      text-indent: -9999px; }
    .carousel-wrap .slick-dots li {
      margin: 0 0.45rem; }
      .carousel-wrap .slick-dots li:hover button,
      .carousel-wrap .slick-dots li.slick-active button {
        background: rgba(0, 0, 0, 0.5); }
  .carousel-wrap .slider-controls-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .carousel-wrap .slider-controls-buttons .arrow {
      width: 15px;
      height: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      position: absolute;
      outline: none; }
      .carousel-wrap .slider-controls-buttons .arrow-left {
        margin-left: -1em; }
      .carousel-wrap .slider-controls-buttons .arrow-right {
        right: 0;
        margin-right: -1em; }
      @media only screen and (min-width: 1023px) {
        .carousel-wrap .slider-controls-buttons .arrow {
          width: 50px;
          height: 50px; } }

.plan {
  padding: 3rem;
  background: #fff;
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
  border-radius: 6px; }
  .plan:hover {
    box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.07), 0px 0px 1px rgba(0, 0, 0, 0.07); }
  @media only screen and (min-width: 1023px) {
    .plan {
      height: 100%;
      display: flex;
      flex-direction: column; } }
  .plan h5, .plan .header__help {
    color: #0057f7;
    display: inline-block; }
    .plan h5.plan-landline:before, .plan .plan-landline.header__help:before {
      background: url("../../img/plan-landline.svg");
      content: " ";
      width: 32px;
      height: 32px;
      margin-right: 10px;
      display: inline-block;
      margin-bottom: -10px; }
    .plan h5.plan-mobile:before, .plan .plan-mobile.header__help:before {
      background: url("../../img/plan-mobile.svg");
      content: " ";
      width: 32px;
      height: 32px;
      margin-right: 10px;
      display: inline-block;
      margin-bottom: -10px; }
  .plan ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.5rem;
    margin-top: 1.5rem; }
    .plan ul li {
      list-style-image: url("../../img/check.svg");
      list-style-position: inside;
      padding: 5px 0;
      font-size: 120%; }
  .plan a {
    margin-top: auto; }
  .plan .sticker {
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, -50%);
    padding: 0.25rem 1rem;
    display: inline-block;
    border-radius: 6px; }
  .plan.most-popular:before {
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #267e3e;
    border-radius: 6px; }
  .plan.most-popular .sticker {
    color: #fff;
    background-color: #267f3e; }

.legal-notice {
  font-size: 90%; }
  .legal-notice a {
    color: #424446; }

[data-original-title] {
  position: relative;
  z-index: 2;
  cursor: pointer; }
  [data-original-title]:before, [data-original-title]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none; }
  [data-original-title]:before {
    position: absolute;
    bottom: 100%;
    left: 20%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    background-color: #000;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    content: attr(data-original-title);
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 6px; }
  [data-original-title]:after {
    position: absolute;
    bottom: 100%;
    left: 20%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid rgba(51, 51, 51, 0.9);
    border-top: 5px solid rgba(51, 51, 51, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0; }
  [data-original-title]:hover:before, [data-original-title]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }

.order-processed {
  margin-bottom: 3rem;
  max-width: 26em; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap; }
  .row.reverse {
    flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

@media screen and (min-width: 0) {
  .row {
    margin-right: -8px;
    margin-left: -8px; }
    .row.no-gutter {
      margin-right: 0;
      margin-left: 0; }
    .row.small-gutter {
      margin-right: 0.5em;
      margin-left: 0.5em; }
  [class^="col-"],
  [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
    width: 100%; }
    .no-gutter [class^="col-"], .no-gutter
    [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
    .small-gutter [class^="col-"], .small-gutter
    [class*="col-"] {
      padding-right: 0.5em;
      padding-left: 0.5em; }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    box-sizing: border-box;
    box-flex: 0; }
  .col-xs-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xs-offset-1 {
    box-sizing: border-box;
    position: relative;
    margin-left: 8.33333%; }
  .col-xs-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xs-offset-2 {
    box-sizing: border-box;
    position: relative;
    margin-left: 16.66667%; }
  .col-xs-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xs-offset-3 {
    box-sizing: border-box;
    position: relative;
    margin-left: 25%; }
  .col-xs-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xs-offset-4 {
    box-sizing: border-box;
    position: relative;
    margin-left: 33.33333%; }
  .col-xs-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xs-offset-5 {
    box-sizing: border-box;
    position: relative;
    margin-left: 41.66667%; }
  .col-xs-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xs-offset-6 {
    box-sizing: border-box;
    position: relative;
    margin-left: 50%; }
  .col-xs-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xs-offset-7 {
    box-sizing: border-box;
    position: relative;
    margin-left: 58.33333%; }
  .col-xs-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xs-offset-8 {
    box-sizing: border-box;
    position: relative;
    margin-left: 66.66667%; }
  .col-xs-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xs-offset-9 {
    box-sizing: border-box;
    position: relative;
    margin-left: 75%; }
  .col-xs-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xs-offset-10 {
    box-sizing: border-box;
    position: relative;
    margin-left: 83.33333%; }
  .col-xs-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xs-offset-11 {
    box-sizing: border-box;
    position: relative;
    margin-left: 91.66667%; }
  .col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xs-offset-12 {
    box-sizing: border-box;
    position: relative;
    margin-left: 100%; }
  .reverse-xs {
    flex-direction: row-reverse; }
  .start-xs {
    justify-content: flex-start;
    text-align: start; }
  .center-xs {
    justify-content: center;
    text-align: center; }
  .left-xs {
    text-align: left !important; }
  .right-xs {
    text-align: right !important; }
  .end-xs {
    justify-content: flex-end;
    text-align: right;
    text-align: end; }
  .top-xs {
    align-items: flex-start; }
  .middle-xs {
    align-items: center; }
  .bottom-xs {
    align-items: flex-end; }
  .around-xs {
    justify-content: space-around; }
  .between-xs {
    justify-content: space-between; }
  .first-xs {
    order: -1; }
  .last-xs {
    order: 1; }
  .margin-xs {
    margin-bottom: 1.5rem; }
  .exp-left-xs {
    width: 110%;
    margin-left: -10%; }
  .exp-right-xs {
    width: 110%;
    margin-right: -10%; } }

@media screen and (min-width: 36em) {
  .row {
    margin-right: -10px;
    margin-left: -10px; }
    .row.no-gutter {
      margin-right: 0;
      margin-left: 0; }
    .row.small-gutter {
      margin-right: 0.5em;
      margin-left: 0.5em; }
  [class^="col-"],
  [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%; }
    .no-gutter [class^="col-"], .no-gutter
    [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
    .small-gutter [class^="col-"], .small-gutter
    [class*="col-"] {
      padding-right: 0.5em;
      padding-left: 0.5em; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    box-sizing: border-box;
    box-flex: 0; }
  .col-sm-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-offset-1 {
    box-sizing: border-box;
    position: relative;
    margin-left: 8.33333%; }
  .col-sm-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-offset-2 {
    box-sizing: border-box;
    position: relative;
    margin-left: 16.66667%; }
  .col-sm-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-offset-3 {
    box-sizing: border-box;
    position: relative;
    margin-left: 25%; }
  .col-sm-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-offset-4 {
    box-sizing: border-box;
    position: relative;
    margin-left: 33.33333%; }
  .col-sm-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-offset-5 {
    box-sizing: border-box;
    position: relative;
    margin-left: 41.66667%; }
  .col-sm-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-offset-6 {
    box-sizing: border-box;
    position: relative;
    margin-left: 50%; }
  .col-sm-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-offset-7 {
    box-sizing: border-box;
    position: relative;
    margin-left: 58.33333%; }
  .col-sm-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-offset-8 {
    box-sizing: border-box;
    position: relative;
    margin-left: 66.66667%; }
  .col-sm-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-offset-9 {
    box-sizing: border-box;
    position: relative;
    margin-left: 75%; }
  .col-sm-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-offset-10 {
    box-sizing: border-box;
    position: relative;
    margin-left: 83.33333%; }
  .col-sm-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-offset-11 {
    box-sizing: border-box;
    position: relative;
    margin-left: 91.66667%; }
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-12 {
    box-sizing: border-box;
    position: relative;
    margin-left: 100%; }
  .reverse-sm {
    flex-direction: row-reverse; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .left-sm {
    text-align: left !important; }
  .right-sm {
    text-align: right !important; }
  .end-sm {
    justify-content: flex-end;
    text-align: right;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; }
  .margin-sm {
    margin-bottom: 1.5rem; }
  .exp-left-sm {
    width: 110%;
    margin-left: -10%; }
  .exp-right-sm {
    width: 110%;
    margin-right: -10%; } }

@media screen and (min-width: 48em) {
  .row {
    margin-right: -15px;
    margin-left: -15px; }
    .row.no-gutter {
      margin-right: 0;
      margin-left: 0; }
    .row.small-gutter {
      margin-right: 0.5em;
      margin-left: 0.5em; }
  [class^="col-"],
  [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%; }
    .no-gutter [class^="col-"], .no-gutter
    [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
    .small-gutter [class^="col-"], .small-gutter
    [class*="col-"] {
      padding-right: 0.5em;
      padding-left: 0.5em; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    box-sizing: border-box;
    box-flex: 0; }
  .col-md-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-offset-1 {
    box-sizing: border-box;
    position: relative;
    margin-left: 8.33333%; }
  .col-md-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-offset-2 {
    box-sizing: border-box;
    position: relative;
    margin-left: 16.66667%; }
  .col-md-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-offset-3 {
    box-sizing: border-box;
    position: relative;
    margin-left: 25%; }
  .col-md-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-offset-4 {
    box-sizing: border-box;
    position: relative;
    margin-left: 33.33333%; }
  .col-md-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-offset-5 {
    box-sizing: border-box;
    position: relative;
    margin-left: 41.66667%; }
  .col-md-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-offset-6 {
    box-sizing: border-box;
    position: relative;
    margin-left: 50%; }
  .col-md-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-offset-7 {
    box-sizing: border-box;
    position: relative;
    margin-left: 58.33333%; }
  .col-md-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-offset-8 {
    box-sizing: border-box;
    position: relative;
    margin-left: 66.66667%; }
  .col-md-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-offset-9 {
    box-sizing: border-box;
    position: relative;
    margin-left: 75%; }
  .col-md-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-offset-10 {
    box-sizing: border-box;
    position: relative;
    margin-left: 83.33333%; }
  .col-md-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-offset-11 {
    box-sizing: border-box;
    position: relative;
    margin-left: 91.66667%; }
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-12 {
    box-sizing: border-box;
    position: relative;
    margin-left: 100%; }
  .reverse-md {
    flex-direction: row-reverse; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .left-md {
    text-align: left !important; }
  .right-md {
    text-align: right !important; }
  .end-md {
    justify-content: flex-end;
    text-align: right;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; }
  .margin-md {
    margin-bottom: 1.5rem; }
  .exp-left-md {
    width: 110%;
    margin-left: -10%; }
  .exp-right-md {
    width: 110%;
    margin-right: -10%; } }

@media screen and (min-width: 64em) {
  .row {
    margin-right: -22.5px;
    margin-left: -22.5px; }
    .row.no-gutter {
      margin-right: 0;
      margin-left: 0; }
    .row.small-gutter {
      margin-right: 0.5em;
      margin-left: 0.5em; }
  [class^="col-"],
  [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
    width: 100%; }
    .no-gutter [class^="col-"], .no-gutter
    [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
    .small-gutter [class^="col-"], .small-gutter
    [class*="col-"] {
      padding-right: 0.5em;
      padding-left: 0.5em; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    box-sizing: border-box;
    box-flex: 0; }
  .col-lg-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-offset-1 {
    box-sizing: border-box;
    position: relative;
    margin-left: 8.33333%; }
  .col-lg-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-offset-2 {
    box-sizing: border-box;
    position: relative;
    margin-left: 16.66667%; }
  .col-lg-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-offset-3 {
    box-sizing: border-box;
    position: relative;
    margin-left: 25%; }
  .col-lg-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-offset-4 {
    box-sizing: border-box;
    position: relative;
    margin-left: 33.33333%; }
  .col-lg-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-offset-5 {
    box-sizing: border-box;
    position: relative;
    margin-left: 41.66667%; }
  .col-lg-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-offset-6 {
    box-sizing: border-box;
    position: relative;
    margin-left: 50%; }
  .col-lg-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-offset-7 {
    box-sizing: border-box;
    position: relative;
    margin-left: 58.33333%; }
  .col-lg-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-offset-8 {
    box-sizing: border-box;
    position: relative;
    margin-left: 66.66667%; }
  .col-lg-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-offset-9 {
    box-sizing: border-box;
    position: relative;
    margin-left: 75%; }
  .col-lg-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-offset-10 {
    box-sizing: border-box;
    position: relative;
    margin-left: 83.33333%; }
  .col-lg-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-offset-11 {
    box-sizing: border-box;
    position: relative;
    margin-left: 91.66667%; }
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-12 {
    box-sizing: border-box;
    position: relative;
    margin-left: 100%; }
  .reverse-lg {
    flex-direction: row-reverse; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .left-lg {
    text-align: left !important; }
  .right-lg {
    text-align: right !important; }
  .end-lg {
    justify-content: flex-end;
    text-align: right;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; }
  .margin-lg {
    margin-bottom: 1.5rem; }
  .exp-left-lg {
    width: 110%;
    margin-left: -10%; }
  .exp-right-lg {
    width: 110%;
    margin-right: -10%; } }

@media screen and (min-width: 90em) {
  .row {
    margin-right: -22.5px;
    margin-left: -22.5px; }
    .row.no-gutter {
      margin-right: 0;
      margin-left: 0; }
    .row.small-gutter {
      margin-right: 0.5em;
      margin-left: 0.5em; }
  [class^="col-"],
  [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
    width: 100%; }
    .no-gutter [class^="col-"], .no-gutter
    [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }
    .small-gutter [class^="col-"], .small-gutter
    [class*="col-"] {
      padding-right: 0.5em;
      padding-left: 0.5em; }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    box-sizing: border-box;
    box-flex: 0; }
  .col-xl-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xl-offset-1 {
    box-sizing: border-box;
    position: relative;
    margin-left: 8.33333%; }
  .col-xl-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xl-offset-2 {
    box-sizing: border-box;
    position: relative;
    margin-left: 16.66667%; }
  .col-xl-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-offset-3 {
    box-sizing: border-box;
    position: relative;
    margin-left: 25%; }
  .col-xl-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xl-offset-4 {
    box-sizing: border-box;
    position: relative;
    margin-left: 33.33333%; }
  .col-xl-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xl-offset-5 {
    box-sizing: border-box;
    position: relative;
    margin-left: 41.66667%; }
  .col-xl-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-offset-6 {
    box-sizing: border-box;
    position: relative;
    margin-left: 50%; }
  .col-xl-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xl-offset-7 {
    box-sizing: border-box;
    position: relative;
    margin-left: 58.33333%; }
  .col-xl-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xl-offset-8 {
    box-sizing: border-box;
    position: relative;
    margin-left: 66.66667%; }
  .col-xl-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-offset-9 {
    box-sizing: border-box;
    position: relative;
    margin-left: 75%; }
  .col-xl-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xl-offset-10 {
    box-sizing: border-box;
    position: relative;
    margin-left: 83.33333%; }
  .col-xl-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xl-offset-11 {
    box-sizing: border-box;
    position: relative;
    margin-left: 91.66667%; }
  .col-xl-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    position: relative;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xl-offset-12 {
    box-sizing: border-box;
    position: relative;
    margin-left: 100%; }
  .reverse-xl {
    flex-direction: row-reverse; }
  .start-xl {
    justify-content: flex-start;
    text-align: start; }
  .center-xl {
    justify-content: center;
    text-align: center; }
  .left-xl {
    text-align: left !important; }
  .right-xl {
    text-align: right !important; }
  .end-xl {
    justify-content: flex-end;
    text-align: right;
    text-align: end; }
  .top-xl {
    align-items: flex-start; }
  .middle-xl {
    align-items: center; }
  .bottom-xl {
    align-items: flex-end; }
  .around-xl {
    justify-content: space-around; }
  .between-xl {
    justify-content: space-between; }
  .first-xl {
    order: -1; }
  .last-xl {
    order: 1; }
  .margin-xl {
    margin-bottom: 1.5rem; }
  .exp-left-xl {
    width: 110%;
    margin-left: -10%; }
  .exp-right-xl {
    width: 110%;
    margin-right: -10%; } }
