/*
  Table of Content
==================================================

  01. Normalize
  02. Reset
  03. Layout
  04. Font
  05. Plugin
  06. Helper
  07. Header
  08. Footer
  09. Cookie
  10. Editor
  11. Grid
  12. Tag
  13. Button
  14. Filter
  15. Paging
  16. Search
  17. Section
  18. Form
  19. Slider
  20. Toolbox
  21. Toolbar
  22. Toolkit
  23. Breadcrumb
  24. Job
  25. Faq
  26. Team
  27. Press
  28. Event
  29. Block
  30. Center
  31. Career
  32. Figure
  33. Expert
  34. Article
  35. Mission
  36. Publication
  37. Newsletter
  38. Gform
  39. Print
  40. Captcha

*/

/**
--------------------------------------------------
  Normalize
--------------------------------------------------
**/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
--------------------------------------------------
  Reset
--------------------------------------------------
**/
html,
body {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #021a3f;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
blockquote,
pre {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

img,
svg {
  vertical-align: top;
}

svg {
  fill: currentColor;
  -webkit-transition: fill 0.25s ease-out;
  transition: fill 0.25s ease-out;
}

a,
button,
input,
textarea {
  outline: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: background-color, border-color, color;
  transition-property: background-color, border-color, color;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a {
  text-decoration: none;
}

a:hover {
  color: #d53929;
}

button,
input,
textarea {
  vertical-align: top;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input {
  line-height: normal;
}

textarea {
  resize: none;
}

sub,
sup {
  font-size: 50%;
}

sub {
  bottom: -0.5em;
}

sup {
  top: -0.75em;
}

pre {
  overflow: auto;
}

/**
--------------------------------------------------
  Layout
--------------------------------------------------
**/
.wrapper {
  min-width: 320px;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

/* xs */
@media (max-width: 767px) {
  .container-fixed {
    max-width: 480px;
    margin-left: 0 !important;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .container {
    max-width: 1280px;
  }
}

/**
--------------------------------------------------
  Font
--------------------------------------------------
**/
@font-face {
  font-family: "CooperBT";
  src: url("../font/CooperBT-Light.woff2") format("woff2"), url("../font/CooperBT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir";
  src: url("../font/Avenir-Medium.woff2") format("woff2"), url("../font/Avenir-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/**
--------------------------------------------------
  Plugin
--------------------------------------------------
**/
.owl-carousel {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel.owl-loaded,
.owl-carousel.owl-loading {
  display: block;
}

.owl-carousel.owl-loading,
.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-stage {
  position: relative;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-wrapper,
.owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-nav.disabled,
.owl-dots.disabled {
  display: none;
}

.owl-prev,
.owl-next,
.owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
  padding: 0;
  font-size: 0;
  line-height: 1;
  background-color: #fff;
  border-radius: 50%;
  border: 0;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  color: #021a3f;
  -webkit-transition-property: color, opacity, visibility;
  transition-property: color, opacity, visibility;
}

.owl-prev:hover,
.owl-next:hover {
  color: #d53929;
}

.owl-prev.disabled,
.owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -5px;
  margin-left: -5px;
}

.owl-dots button {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  font-size: 0;
  line-height: 1;
  border: 0;
  border-radius: 50%;
}

.owl-dots span {
  display: none;
}

.owl-carousel.dot-center .owl-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl-carousel.dot-left .owl-dots {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.owl-carousel.dot-right .owl-dots {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.owl-carousel.dot-abs-1 .owl-dots,
.owl-carousel.dot-abs-2 .owl-dots {
  position: absolute;
}

.owl-carousel.dot-gap .owl-dots {
  margin-top: 30px;
}

.owl-carousel.navy-blue .owl-dots button {
  background-color: #021a3f;
}

.owl-carousel.navy-blue .owl-dots button.active {
  background-color: #00a9e6;
}

.owl-carousel.navy-orange .owl-dots button {
  background-color: #021a3f;
}

.owl-carousel.navy-orange .owl-dots button.active {
  background-color: #d53929;
}

.owl-carousel.navy-white .owl-dots button {
  background-color: #fff;
}

.owl-carousel.navy-white .owl-dots button.active {
  background-color: #021a3f;
}

.owl-carousel.rose-highlight .owl-dots button {
  background-color: #fce6f0;
}

.owl-carousel.rose-highlight .owl-dots button.active {
  background-color: #e40670;
}

.owl-carousel.rose-white .owl-dots button {
  background-color: #fff;
}

.owl-carousel.rose-white .owl-dots button.active {
  background-color: #e40670;
}

.owl-carousel.rose-navy .owl-dots button {
  background-color: #e40670;
}

.owl-carousel.rose-navy .owl-dots button.active {
  background-color: #021a3f;
}

.owl-carousel.blue-highlight .owl-dots button {
  background-color: #e5f6f6;
}

.owl-carousel.blue-highlight .owl-dots button.active {
  background-color: #00a5b5;
}

.owl-carousel.blue-white .owl-dots button {
  background-color: #fff;
}

.owl-carousel.blue-white .owl-dots button.active {
  background-color: #00a5b5;
}

.owl-carousel.blue-navy .owl-dots button {
  background-color: #00a5b5;
}

.owl-carousel.blue-navy .owl-dots button.active {
  background-color: #021a3f;
}

.owl-carousel.green-highlight .owl-dots button {
  background-color: #e8f0f9;
}

.owl-carousel.green-highlight .owl-dots button.active {
  background-color: #02a9a8;
}

.owl-carousel.green-white .owl-dots button {
  background-color: #fff;
}

.owl-carousel.green-white .owl-dots button.active {
  background-color: #02a9a8;
}

.owl-carousel.green-navy .owl-dots button {
  background-color: #02a9a8;
}

.owl-carousel.green-navy .owl-dots button.active {
  background-color: #021a3f;
}

.owl-carousel.orange-highlight .owl-dots button {
  background-color: #ffe9dd;
}

.owl-carousel.orange-highlight .owl-dots button.active {
  background-color: #d53929;
}

.owl-carousel.orange-white .owl-dots button {
  background-color: #fff;
}

.owl-carousel.orange-white .owl-dots button.active {
  background-color: #d53929;
}

.owl-carousel.orange-navy .owl-dots button {
  background-color: #d53929;
}

.owl-carousel.orange-navy .owl-dots button.active {
  background-color: #021a3f;
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-animated-in {
  z-index: 0;
}

.owl-animated-out {
  z-index: 1;
}

.owl-carousel.i7 .owl-prev,
.owl-carousel.i7 .owl-next {
  width: 30px;
  height: 30px;
}

.owl-carousel.i7 .owl-prev:hover,
.owl-carousel.i7 .owl-next:hover {
  color: #021a3f;
}

.owl-carousel.i7 .owl-prev svg,
.owl-carousel.i7 .owl-next svg {
  width: 20px;
  height: 20px;
}

.owl-carousel.i7 .owl-prev {
  left: -15px;
}

.owl-carousel.i7 .owl-next {
  right: -15px;
}

.mfp-bg,
.mfp-wrap,
.mfp-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mfp-bg,
.mfp-wrap {
  position: fixed;
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background-color: #021a3f;
  opacity: 0.5;
}

.mfp-wrap {
  z-index: 1043;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.mfp-container::before {
  display: inline-block;
  height: 100%;
  pointer-events: none;
  content: "";
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 1045;
  display: inline-block;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  text-align: left;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content,
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
}

.mfp-hide {
  display: none !important;
}

.mfp-image-holder,
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.mfp-close {
  position: absolute;
  top: 15px;
  right: 15px;
  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;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 0;
  line-height: 1;
  background-color: #d53929;
  background-image: url(../img/ico-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  color: #fff;
}

.mfp-close:hover {
  background-color: #021a3f;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: -60px;
  right: 0;
}

.mfp-fade .mfp-modal {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.mfp-fade.mfp-ready .mfp-modal {
  opacity: 1;
}

.mfp-fade.mfp-removing .mfp-modal {
  opacity: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.mfp-fade.mfp-ready.mfp-bg {
  opacity: 0.5;
}

.mfp-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.backstretch {
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.backstretch img {
  display: block;
  /*  width: 100%;
  height: 100%; */
  opacity: 0;
}

.backstretch.bp-cb {
  background-position: center bottom;
}

.backstretch.bp-cc {
  background-position: center center;
}

.backstretch.bp-rc {
  background-position: right center;
}

.backstretch.bp-lc {
  background-position: left center;
}

.autocomplete-suggestions {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.4;
  background-color: #fff;
  border: #84888e solid 1px;
  border-radius: 10px;
}

.autocomplete-suggestions strong {
  font-weight: 500;
}

.autocomplete-suggestion {
  padding: 12px 15px;
}

.autocomplete-suggestion+.autocomplete-suggestion {
  border-top: #e7e7e7 solid 1px;
}

.autocomplete-selected {
  background-color: #f8f8f8;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .owl-carousel.dot-abs-1 .owl-dots {
    bottom: 45px;
    right: 20px;
  }

  .owl-carousel.dot-abs-2 .owl-dots {
    bottom: 20px;
    right: 20px;
  }

  .owl-prev {
    left: 20px;
  }

  .owl-next {
    right: 20px;
  }
}

/* xs */
@media (max-width: 767px) {

  .owl-prev,
  .owl-next {
    width: 40px;
    height: 40px;
  }

  .owl-prev svg,
  .owl-next svg {
    width: 18px;
    height: 12px;
  }

  .owl-carousel.dot-m-center .owl-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .owl-carousel.dot-m-left .owl-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .owl-carousel.dot-m-right .owl-dots {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .owl-carousel.dot-d-center .owl-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .owl-carousel.dot-d-left .owl-dots {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .owl-carousel.dot-d-right .owl-dots {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1279px) {

  .owl-prev,
  .owl-next {
    width: 60px;
    height: 60px;
  }

  .owl-prev svg,
  .owl-next svg {
    width: 20px;
    height: 14px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .owl-carousel.dot-abs-1 .owl-dots {
    bottom: 40px;
    right: 40px;
  }

  .owl-carousel.dot-abs-2 .owl-dots {
    bottom: 40px;
    right: 40px;
  }

  .owl-prev,
  .owl-next {
    width: 80px;
    height: 80px;
  }

  .owl-prev svg,
  .owl-next svg {
    width: 24px;
    height: 16px;
  }

  .owl-prev {
    left: 30px;
  }

  .owl-next {
    right: 30px;
  }
}

/**
--------------------------------------------------
  Helper
--------------------------------------------------
**/
.hidden {
  display: none !important;
}

.quote {
  font-style: normal;
  color: #d53929;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f8f8f8;
}

.bg-navy {
  background-color: #273240;
}

.bg-light-navy {
  background-color: #dae0e9;
}

.bg-rose {
  background-color: #e40670;
}

.bg-light-rose {
  background-color: #fce6f0;
}

.bg-blue {
  background-color: #00a5b5;
}

.bg-light-blue {
  background-color: #e5f6f6;
}

.bg-green {
  background-color: #02a9a8;
}

.bg-light-green {
  background-color: #e8f0f9;
}

.bg-orange {
  background-color: #d53929;
}

.bg-light-orange {
  background-color: #ffe9dd;
}

.w-520 {
  max-width: 520px;
}

.w-620 {
  max-width: 620px;
}

.w-760 {
  max-width: 760px;
}

.w-860 {
  max-width: 860px;
}

.w-960 {
  max-width: 960px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-n-30 {
  margin-top: -30px;
}

.mt-n-50 {
  margin-top: -50px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

.br-tl-10 {
  border-top-left-radius: 10px;
}

.br-tr-10 {
  border-top-right-radius: 10px;
}

.br-bl-10 {
  border-bottom-left-radius: 10px;
}

.br-br-10 {
  border-bottom-right-radius: 10px;
}

.br-tl-15 {
  border-top-left-radius: 15px;
}

.br-tr-15 {
  border-top-right-radius: 15px;
}

.br-bl-15 {
  border-bottom-left-radius: 15px;
}

.br-br-15 {
  border-bottom-right-radius: 15px;
}

.br-tl-20 {
  border-top-left-radius: 20px;
}

.br-tr-20 {
  border-top-right-radius: 20px;
}

.br-bl-20 {
  border-bottom-left-radius: 20px;
}

.br-br-20 {
  border-bottom-right-radius: 20px;
}

.br-tl-30 {
  border-top-left-radius: 30px;
}

.br-tr-30 {
  border-top-right-radius: 30px;
}

.br-bl-30 {
  border-bottom-left-radius: 30px;
}

.br-br-30 {
  border-bottom-right-radius: 30px;
}

.br-a-2 {
  border-radius: 2px;
}

.br-a-4 {
  border-radius: 4px;
}

.br-a-5 {
  border-radius: 5px;
}

.br-a-10 {
  border-radius: 10px;
}

.br-a-20 {
  border-radius: 20px;
}

.br-a-25 {
  border-radius: 25px;
}

.br-a-30 {
  border-radius: 30px;
}

.br-round {
  border-radius: 50%;
}

.word-break {
  word-break: break-word;
}

.c-navy {
  color: #021a3f;
}

.c-black {
  color: #000;
}

.c-white {
  color: #fff;
}

.c-rose {
  color: #e40670;
}

.c-blue {
  color: #00a5b5;
}

.c-green {
  color: #02a9a8;
}

.c-orange {
  color: #d53929 !important;
}

.m-navy,
.m-black,
.m-white {
  position: relative;
}

.m-navy::after,
.m-black::after,
.m-white::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
}

.m-navy::after {
  background-color: rgba(2, 26, 63, 0.2);
}

.m-black::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.m-white::after {
  background-color: rgba(255, 255, 255, 0.2);
}

.f-avenir-medium {
  font-family: "Avenir", sans-serif;
  font-weight: 500 !important;
}

.f-cooper-light {
  font-family: "CooperBT", serif;
  font-weight: 300 !important;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* xs */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .ta-m-center {
    text-align: center;
  }

  .ta-m-left {
    text-align: left;
  }

  .ta-m-right {
    text-align: right;
  }

  .br-m-tl-10 {
    border-top-left-radius: 10px;
  }

  .br-m-tr-10 {
    border-top-right-radius: 10px;
  }

  .br-m-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .br-m-br-10 {
    border-bottom-right-radius: 10px;
  }

  .br-m-tl-15 {
    border-top-left-radius: 15px;
  }

  .br-m-tr-15 {
    border-top-right-radius: 15px;
  }

  .br-m-bl-15 {
    border-bottom-left-radius: 15px;
  }

  .br-m-br-15 {
    border-bottom-right-radius: 15px;
  }

  .br-m-tl-20 {
    border-top-left-radius: 20px;
  }

  .br-m-tr-20 {
    border-top-right-radius: 20px;
  }

  .br-m-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .br-m-br-20 {
    border-bottom-right-radius: 20px;
  }

  .br-m-tl-30 {
    border-top-left-radius: 30px;
  }

  .br-m-tr-30 {
    border-top-right-radius: 30px;
  }

  .br-m-bl-30 {
    border-bottom-left-radius: 30px;
  }

  .br-m-br-30 {
    border-bottom-right-radius: 30px;
  }

  .br-m-a-2 {
    border-radius: 2px;
  }

  .br-m-a-4 {
    border-radius: 4px;
  }

  .br-m-a-5 {
    border-radius: 5px;
  }

  .br-m-a-10 {
    border-radius: 10px;
  }

  .br-m-a-20 {
    border-radius: 20px;
  }

  .br-m-a-30 {
    border-radius: 30px;
  }

  .br-m-round {
    border-radius: 50%;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .ta-d-center {
    text-align: center;
  }

  .ta-d-left {
    text-align: left;
  }

  .ta-d-right {
    text-align: right;
  }

  .br-d-tl-10 {
    border-top-left-radius: 10px;
  }

  .br-d-tr-10 {
    border-top-right-radius: 10px;
  }

  .br-d-bl-10 {
    border-bottom-left-radius: 10px;
  }

  .br-d-br-10 {
    border-bottom-right-radius: 10px;
  }

  .br-d-tl-15 {
    border-top-left-radius: 15px;
  }

  .br-d-tr-15 {
    border-top-right-radius: 15px;
  }

  .br-d-bl-15 {
    border-bottom-left-radius: 15px;
  }

  .br-d-br-15 {
    border-bottom-right-radius: 15px;
  }

  .br-d-tl-20 {
    border-top-left-radius: 20px;
  }

  .br-d-tr-20 {
    border-top-right-radius: 20px;
  }

  .br-d-bl-20 {
    border-bottom-left-radius: 20px;
  }

  .br-d-br-20 {
    border-bottom-right-radius: 20px;
  }

  .br-d-tl-30 {
    border-top-left-radius: 30px;
  }

  .br-d-tr-30 {
    border-top-right-radius: 30px;
  }

  .br-d-bl-30 {
    border-bottom-left-radius: 30px;
  }

  .br-d-br-30 {
    border-bottom-right-radius: 30px;
  }

  .br-d-a-2 {
    border-radius: 2px;
  }

  .br-d-a-4 {
    border-radius: 4px;
  }

  .br-d-a-5 {
    border-radius: 5px;
  }

  .br-d-a-10 {
    border-radius: 10px;
  }

  .br-d-a-20 {
    border-radius: 20px;
  }

  .br-d-a-30 {
    border-radius: 30px;
  }

  .br-d-round {
    border-radius: 50%;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}

/* md */
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}

/* lg */
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }

  .gutter-lg {
    padding-right: 40px;
    padding-left: 40px;
  }
}

/**
--------------------------------------------------
  Header
--------------------------------------------------
**/
.header {
  z-index: 50;
  transition: all 0.3s ease;
}
.header.sticky {
  position: sticky;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.header-logo {
  color: #d53929;
}

.header-logo a {
  color: currentColor;
}

.header-logo img {
  width: auto;
}

.header-icon {
  position: absolute;
  right: 15px;
}

.header-icon button {
  padding: 5px;
  background-color: transparent;
  border: 0;
}

.header-nav a,
.header-nav em,
.header-nav span {
  display: block;
}

.header-nav em {
  font-size: 0.5em;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-lang,
.header-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
}

.header-lang {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-lang a {
  display: block;
  padding: 4px 5px;
  color: #021a3f;
}

.header-lang a:hover {
  color: #d53929;
}

.header-lang a.active {
  font-weight: 700;
}

.header-button a {
  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;
  padding: 5px 25px;
}

.header-button a.orange {
  background-color: #d53929;
  color: #fff;
}

.header-button a.orange:hover {
  background-color: #021a3f;
}

.header-button a.orange.reverse {
  background-color: #fff;
  color: #d53929;
}

.header-button a.orange.reverse:hover {
  background-color: #d53929;
  color: #fff;
}

.header-button a.navy {
  background-color: #021a3f;
  color: #fff;
}

.header-button a.navy:hover {
  background-color: #d53929;
}

.header-button a.navy.reverse {
  background-color: #fff;
  color: #021a3f;
}

.header-button a.navy.reverse:hover {
  background-color: #021a3f;
  color: #fff;
}

.header-button a.slim {
  padding-right: 20px;
  padding-left: 20px;
}

.header-button a.thin {
  padding-right: 15px;
  padding-left: 15px;
}

.header-button svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 8px;
}

.header-link li.current-menu-item {
  font-weight: 500;
}

.header-link li.current-menu-item a {
  color: #d53929;
}

.header-link li.current-menu-item a.special {
  color: #00a5b5;
}

.header-link a {
  color: #021a3f;
}

.header-link a:hover {
  color: #d53929;
}

.header-link a.special {
  font-weight: 500;
  color: #00a5b5;
}

.header-link a.special:hover {
  color: #d53929;
}

.header-list ul {
  margin-left: 25px;
  padding: 5px;
}

.header-list ul li {
  list-style: disc;
}

.header-link .header-list li+li {
  margin-top: 15px;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .header {
    position: sticky;
    top: 0;
  }

  .header-logo {
    padding: 25px 0;
  }

  .header-logo img {
    height: 60px;
  }

  .header-icon {
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
  }

  .header-icon button {
    color: #d53929;
  }

  .header-icon button.navy {
    color: #021a3f;
  }

  .header-icon button:hover {
    color: #021a3f;
  }

  .header-icon button+button {
    margin-left: 15px;
  }

  .header-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: calc(100vh - 110px);
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 20px;
    border-top: #f8f8f8 solid 1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .header-menu.active {
    opacity: 1;
    visibility: visible;
  }

  .header-nav>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: #f8f8f8 solid 1px;
  }

  .header-nav>ul>li>a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 21px 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    color: #021a3f;
  }

  .header-nav>ul>li>a:hover,
  .header-nav>ul>li>a.active {
    color: #d53929;
  }

  .header-nav>ul>li>span {
    position: relative;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    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;
    width: 53px;
    background-color: #f4f4f4;
  }

  .header-nav>ul>li>div {
    display: none;
    width: 100%;
  }

  .header-nav>ul>li.expanded>a,
  .header-nav>ul>li.expanded>span {
    color: #d53929;
  }

  .header-nav>ul>li.expanded>span {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .header-nav>ul>li.expanded>div {
    display: block;
  }

  .header-nav>ul>li.current-menu-item>a {
    color: #d53929;
  }

  .header-lang,
  .header-button {
    margin-top: 20px;
    padding: 0 20px;
  }

  .header-button {
    -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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-button a+a {
    margin-top: 15px;
  }

  .header-link {
    padding: 10px 25px;
  }

  .header-link a {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.5;
  }
}

/* lg */
@media (min-width: 1280px) {
  .header {
    position: relative;
    border-bottom: transparent solid 1px;
    -webkit-transition: border-color 0.25s ease-out;
    transition: border-color 0.25s ease-out;
  }

  .header.highlight {
    border-bottom-color: #e7e7e7;
  }

  .header-logo {
    padding: 35px 0 11px;
  }

  .header-logo img {
    height: 85px;
  }

  .header-icon {
    bottom: 35px;
    right: 20px;
  }

  .header-icon button {
    color: #021a3f;
  }

  .header-icon button:hover {
    color: #d53929;
  }

  .header-nav>ul {
    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;
  }

  .header-nav>ul>li>a {
    position: relative;
    padding: 2px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    border-bottom: transparent solid 3px;
    color: #021a3f;
  }

  .header-nav>ul>li.member>a {
    color: #d53929;
  }

  .header-nav>ul>li>a:hover,
  .header-nav>ul>li>a.active,
  .header-nav>ul>li>a.revealed {
    border-bottom-color: #d53929;
  }

  .header-nav>ul>li>a>em {
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header-nav>ul>li.current-menu-item>a {
    border-bottom-color: #d53929;
  }

  .header-nav>ul>li+li {
    margin-left: 35px;
  }

  .header-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-button a+a {
    margin-left: 15px;
  }

  .header-subnav {
    position: absolute;
    top: 70px;
    right: -70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 1240px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 20px 15px rgba(0, 0, 0, .2);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .header-subnav.active {
    opacity: 1;
    visibility: visible;
  }

  .header-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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;
    min-height: 275px;
    padding: 95px 30px 35px 30px;
    line-height: 1.5625;
  }

  .header-link ul+ul {
    margin-left: 60px;
  }

  .header-link li+li {
    margin-top: 25px;
  }

  .header-intro,
  .header-download {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header-intro {
    width: 270px;
    padding: 35px 0 35px 35px;
  }

  .header-intro--title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.25;
  }

  .header-intro--summary {
    line-height: 1.5625;
  }

  .header-download {
    position: relative;
    width: 330px;
  }

  .header-download--image {
    position: relative;
    z-index: 1;
    height: 100%;
  }

  .header-download--legend,
  .header-download--button {
    position: absolute;
    z-index: 2;
    left: 25px;
  }

  .header-download--legend {
    top: 20px;
    right: 100px;
    font-weight: 700;
    line-height: 1.5625;
    color: #fff;
  }

  .header-download--button {
    bottom: 20px;
  }

  .header-group {
    position: absolute;
  }

  .header-group.i1 {
    right: 90px;
    bottom: 35px;
  }

  .header-group.i2 {
    top: 10px;
    right: 20px;
    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;
  }

  .header-group.i2 .header-lang,
  .header-group.i2 .header-button {
    margin-left: 15px;
  }
}

/**
--------------------------------------------------
  Footer
--------------------------------------------------
**/
.footer-logo a {
  color: currentColor;
}

.footer-logo img {
  width: auto;
}

.footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-social a {
  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;
  color: #021a3f;
}

.footer-social a:hover {
  background-color: rgba(216, 216, 216, 0.25);
}

.footer-link,
.footer-info {
  line-height: 1.25;
}

.footer-link a,
.footer-info a {
  color: currentColor;
}

.footer-link a:hover,
.footer-info a:hover {
  text-decoration: underline;
  color: #d53929;
}

.footer-link a {
  display: block;
}

.footer-link li.current-menu-item a {
  color: #d53929;
}

.footer-info {
  padding: 15px 0;
  font-size: 12px;
}

.footer-info a.active {
  color: #d53929;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .footer {
    padding-top: 40px;
    background-color: #f8f8f8;
  }

  .footer-logo,
  .footer-link {
    text-align: center;
  }

  .footer-logo img {
    height: 60px;
  }

  .footer-link {
    font-size: 20px;
  }

  .footer-link ul {
    padding: 30px 0;
  }

  .footer-link ul+ul {
    border-top: #d8d8d8 solid 1px;
  }

  .footer-link a {
    padding: 12px 0;
  }

  .footer-social {
    border-top: #d8d8d8 solid 1px;
  }

  .footer-social ul {
    border-bottom: #d8d8d8 solid 1px;
  }

  .footer-social li {
    width: 25%;
  }

  .footer-social li+li {
    border-left: #d8d8d8 solid 1px;
  }

  .footer-social a {
    height: 90px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .footer-container {
    background-color: #f8f8f8;
  }

  .footer-logo,
  .footer-social {
    position: absolute;
  }

  .footer-logo {
    top: 60px;
    left: 20px;
  }

  .footer-logo img {
    height: 70px;
  }

  .footer-social {
    top: 0;
    right: 20px;
    width: 320px;
  }

  .footer-social ul {
    border-right: #d8d8d8 solid 1px;
  }

  .footer-social li {
    width: 50%;
    border-left: #d8d8d8 solid 1px;
  }

  .footer-social li:nth-child(n+3) {
    border-top: #d8d8d8 solid 1px;
  }

  .footer-social a {
    height: 148px;
  }

  .footer-link {
    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;
    min-height: 148px;
    padding: 45px 390px 40px 230px;
  }

  .footer-link ul+ul {
    margin-left: 70px;
  }

  .footer-link a {
    padding: 6px 0;
  }
}

/**
--------------------------------------------------
  Cookie
--------------------------------------------------
**/
.cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 40;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-top: #e7e7e7 solid 1px;
}

.cookie-banner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-control {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}

.cookie-close {
  position: absolute;
  top: 20px;
  right: 0;
  padding: 0;
  background-color: #fff;
  border: 0;
  color: #d53929;
}

.cookie-close:hover {
  color: #021a3f;
}

.cookie-title,
.cookie-subtitle {
  line-height: 1.5;
  font-weight: 500;
}

.cookie-title {
  font-size: 18px;
}

.cookie-subtitle {
  font-size: 14px;
  color: #d53929;
}

.cookie-summary {
  font-size: 14px;
  line-height: 1.5;
}

.cookie-summary a {
  text-decoration: underline;
  color: currentColor;
}

.cookie-summary a:hover {
  color: #d53929;
}

.cookie-summary strong {
  font-weight: 500;
}

.cookie-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -5px;
  margin-left: -5px;
}

.cookie-button button {
  margin: 5px;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .cookie {
    max-height: calc(100vh - 110px);
  }
}

/* xs - sm */
@media (max-width: 1023px) {
  .cookie {
    text-align: center;
  }

  .cookie-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }

  .cookie-button button {
    width: calc(50% - 10px);
    max-width: 150px;
  }
}

/* md - lg */
@media (min-width: 1024px) {
  .cookie-button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cookie-grid {
    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;
  }

  .cookie-grid.i1 .cookie-summary {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .cookie-grid.i1 .cookie-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 60px;
  }

  .cookie-grid.i2 .cookie-subtitle,
  .cookie-grid.i2 .cookie-summary,
  .cookie-grid.i2 .cookie-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cookie-grid.i2 .cookie-button {
    margin-left: 30px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .cookie {
    max-height: calc(100vh - 140px);
  }
}

/**
--------------------------------------------------
  Editor
--------------------------------------------------
**/
.editor-push:first-child,
.editor-content:first-child {
  margin-top: 0;
}

.editor-content h1:first-child,
.editor-content h2:first-child,
.editor-content h3:first-child,
.editor-content h4:first-child,
.editor-content h5:first-child,
.editor-content h6:first-child,
.editor-content ul:first-child,
.editor-content ol:first-child,
.editor-content p:first-child,
.editor-content figure:first-child,
.editor-content blockquote:first-child,
.editor-content table:first-child,
.editor-content hr:first-child,
.editor-content pre:first-child {
  margin-top: 0;
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  font-weight: 500;
  color: #d53929;
}

.editor-content h1,
.editor-content h2,
.editor-content h3 {
  line-height: 1.35;
}

.editor-content h4,
.editor-content h5,
.editor-content h6 {
  line-height: 1.5;
}

.editor-content h1 {
  font-size: 2em;
}

.editor-content h2 {
  font-size: 1.75em;
}

.editor-content h3 {
  font-size: 1.5em;
}

.editor-content h4 {
  font-size: 1.375em;
}

.editor-content h5 {
  font-size: 1.25em;
}

.editor-content h6 {
  font-size: 1em;
}

.editor-content ul,
.editor-content ol {
  margin-top: 20px;
  margin-left: 1em;
}

.editor-content ul {
  list-style: disc;
}

.editor-content ol {
  list-style: decimal;
}

.editor-content img {
  max-width: 100%;
  height: auto;
}

.editor-content figcaption {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.25;
  color: #84888e;
}

.editor-content blockquote {
  line-height: 1.5;
  border-left: #d53929 solid 3px;
  color: #d53929;
}

.editor-content blockquote p {
  font-size: 1, 5em;
  font-weight: 500;
}

.editor-content blockquote cite {
  display: block;
  margin-top: 20px;
  font-style: normal;
}

.editor-content a {
  text-decoration: underline;
  color: #d53929;
}

.editor-content a:hover {
  text-decoration: none;
}

.editor-content strong {
  font-weight: 700;
}

.editor-content th,
.editor-content td {
  padding: 10px;
  border: #d8d8d8 solid 1px;
}

.editor-content th {
  text-align: left;
}

.editor-content hr {
  height: 1px;
  background-color: #dee1e4;
  border: 0;
}

.block-embed:first-child,
.block-push:first-child,
.block-pushcat:first-child,
.block-pushvideo:first-child,
.block-press:first-child,
.block-presskit:first-child,
.block-presscontact:first-child,
.block-verbatim:first-child,
.block-download:first-child,
.block-keynumber:first-child,
.block-forfurther:first-child,
.block-publication:first-child {
  margin-top: 0;
}

.block-intro {
  font-weight: 700;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wp-block-columns:first-child {
  margin-top: 0;
}

/* xs */
@media (max-width: 767px) {

  .editor-push,
  .editor-content {
    margin-top: 30px;
  }

  .editor-content {
    line-height: 1.625;
  }

  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5,
  .editor-content h6,
  .editor-content blockquote,
  .editor-content table,
  .editor-content hr,
  .editor-content pre {
    margin-top: 30px;
  }

  .editor-content figure {
    margin-top: 40px;
  }

  .editor-content blockquote {
    padding: 20px 30px;
  }

  .editor-content p {
    margin-top: 20px;
  }

  .editor-content h3+*,
  .editor-content h4+*,
  .editor-content h5+*,
  .editor-content h6+* {
    margin-top: 10px;
  }

  .editor-group {
    padding: 30px 20px;
  }

  .block-embed,
  .block-push,
  .block-pushcat,
  .block-pushvideo,
  .block-press,
  .block-presskit,
  .block-presscontact,
  .block-verbatim,
  .block-download,
  .block-keynumber,
  .block-forfurther,
  .block-publication {
    margin-top: 30px;
  }

  .wp-block-columns {
    margin-top: 30px;
  }

  .wp-block-column {
    width: 100%;
  }

  .wp-block-column+.wp-block-column {
    margin-top: 20px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {

  .editor-push,
  .editor-content {
    margin-top: 50px;
  }

  .editor-content {
    font-size: 15px;
    line-height: 30px;
  }

  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5,
  .editor-content h6,
  .editor-content blockquote,
  .editor-content table,
  .editor-content hr,
  .editor-content pre {
    margin-top: 40px;
  }

  .editor-content figure {
    margin-top: 50px;
  }

  .editor-content blockquote {
    padding: 20px 40px;
  }

  .editor-content p {
    margin-top: 20px;
  }

  .editor-content h3+*,
  .editor-content h4+*,
  .editor-content h5+*,
  .editor-content h6+* {
    margin-top: 10px;
  }

  .editor-group {
    padding: 30px;
  }

  .block-embed,
  .block-push,
  .block-pushcat,
  .block-pushvideo,
  .block-press,
  .block-presskit,
  .block-presscontact,
  .block-verbatim,
  .block-download,
  .block-keynumber,
  .block-forfurther,
  .block-publication {
    margin-top: 50px;
  }

  .wp-block-columns {
    margin-top: 50px;
    margin-right: -12px;
    margin-left: -12px;
  }

  .wp-block-columns:last-child {
    margin-bottom: -24px;
  }

  .wp-block-column {
    width: 50%;
    padding-right: 12px;
    padding-bottom: 24px;
    padding-left: 12px;
  }

  .wp-block-column.full-column {
    width: 100%;
  }

  .wp-block-column.full-column .display-flex {
    display: flex;
  }

  .wp-block-column.full-column .toolkit-body {
    width: 50%;
  }
}

/**
--------------------------------------------------
  Grid
--------------------------------------------------
**/
.grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* xs */
@media (max-width: 767px) {
  .grid-row+.grid-row {
    margin-top: 20px;
  }

  .grid-col {
    width: 100%;
  }

  .grid-col+.grid-col {
    margin-top: 20px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .grid-row {
    display: flex;
    /* margin-right: -12px;
    margin-left: -12px; */
  }

  .grid-row:last-child {
    margin-bottom: -24px;
  }

  .grid-col {
    padding-bottom: 24px;
    padding-right: 12px;
    padding-left: 12px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .grid-col.sm-1-1 {
    width: 100%;
  }

  .grid-col.sm-1-2 {
    width: 50%;
  }

  .grid-col.sm-1-3 {
    width: 33.33333%;
  }

  .grid-col.sm-2-3 {
    width: 66.66667%;
  }
}

/* md - lg */
@media (min-width: 1024px) {
  .grid-col.md-1-1 {
    width: 100%;
  }

  .grid-col.md-1-2 {
    width: 50%;
  }

  .grid-col.md-1-3 {
    width: 33.33333%;
  }

  .grid-col.md-2-3 {
    width: 66.66667%;
  }

  .grid-col.md-1-4 {
    width: 25%;
  }

  .grid-col.md-3-4 {
    width: 75%;
  }

  .grid-col.md-1-5 {
    width: 20%;
  }

  .grid-col.md-2-5 {
    width: 40%;
  }

  .grid-col.md-3-5 {
    width: 60%;
  }

  .grid-col.md-4-5 {
    width: 80%;
  }
}

/**
--------------------------------------------------
  Tag
--------------------------------------------------
**/
.tag {
  font-size: 14px;
  line-height: 17px;
}

.tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -4px -8px;
  list-style: none;
}

.tag li {
  padding: 0 4px 8px;
}

.tag a,
.tag em,
.tag button {
  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: 4px 10px;
  vertical-align: top;
  border: 0;
}

.tag a.i1,
.tag a.i2,
.tag a.i3,
.tag a.i4,
.tag em.i1,
.tag em.i2,
.tag em.i3,
.tag em.i4,
.tag button.i1,
.tag button.i2,
.tag button.i3,
.tag button.i4 {
  color: #fff !important;
}

.tag a.i1:hover,
.tag a.i2:hover,
.tag a.i3:hover,
.tag a.i4:hover,
.tag em.i1:hover,
.tag em.i2:hover,
.tag em.i3:hover,
.tag em.i4:hover,
.tag button.i1:hover,
.tag button.i2:hover,
.tag button.i3:hover,
.tag button.i4:hover {
  background-color: #021a3f !important;
}

.tag a.i1,
.tag em.i1,
.tag button.i1 {
  background-color: #021a3f !important;
}

.tag a.i2,
.tag em.i2,
.tag button.i2 {
  background-color: #ee778a !important;
}

.tag a.i3,
.tag em.i3,
.tag button.i3 {
  background-color: #007fc8 !important;
}

.tag a.i4,
.tag em.i4,
.tag button.i4 {
  background-color: #7a98ad !important;
}

.tag a {
  text-decoration: none;
}

.tag em {
  font-style: normal;
}

.tag svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px;
}

.tag.navy a,
.tag.navy em,
.tag.navy button,
.tag .navy em {
  background-color: #021a3f;
  color: #fff;
}

.tag.navy.reverse a,
.tag.navy.reverse em,
.tag.navy.reverse button {
  background-color: #fff;
  color: #021a3f;
}

.tag.navy.highlight a,
.tag.navy.highlight em,
.tag.navy.highlight button {
  background-color: #dae0e9;
  color: #021a3f;
}

.tag.rose a,
.tag.rose em,
.tag.rose button {
  background-color: #e40670;
  color: #fff;
}

.tag.rose.reverse a,
.tag.rose.reverse em,
.tag.rose.reverse button {
  background-color: #fff;
  color: #e40670;
}

.tag.rose.highlight a,
.tag.rose.highlight em,
.tag.rose.highlight button {
  background-color: #fce6f0;
  color: #e40670;
}

.tag.blue a,
.tag.blue em,
.tag.blue button,
.tag .blue em {
  background-color: #00a5b5;
  color: #fff;
}

.tag.blue.reverse a,
.tag.blue.reverse em,
.tag.blue.reverse button {
  background-color: #fff;
  color: #00a5b5;
}

.tag.blue.highlight a,
.tag.blue.highlight em,
.tag.blue.highlight button {
  background-color: #e5f6f6;
  color: #00a5b5;
}

.tag.green a,
.tag.green em,
.tag.green button {
  background-color: #02a9a8;
  color: #fff;
}

.tag.green.reverse a,
.tag.green.reverse em,
.tag.green.reverse button {
  background-color: #fff;
  color: #02a9a8;
}

.tag.green.highlight a,
.tag.green.highlight em,
.tag.green.highlight button {
  background-color: #e8f0f9;
  color: #02a9a8;
}

.tag.orange a,
.tag.orange em,
.tag.orange button,
.tag .orange em {
  background-color: #d53929;
  color: #fff;
}

.tag.orange.reverse a,
.tag.orange.reverse em,
.tag.orange.reverse button {
  background-color: #fff;
  color: #d53929;
}

.tag.orange.highlight a,
.tag.orange.highlight em,
.tag.orange.highlight button {
  background-color: #ffe9dd;
  color: #d53929;
}

.tag.navy a:hover,
.tag.navy button:hover,
.tag.navy.reverse a:hover,
.tag.navy.reverse button:hover,
.tag.navy.highlight a:hover,
.tag.navy.highlight button:hover {
  background-color: #d53929;
  color: #fff;
}

.tag.rose a:hover,
.tag.rose button:hover,
.tag.rose.reverse a:hover,
.tag.rose.reverse button:hover,
.tag.rose.highlight a:hover,
.tag.rose.highlight button:hover,
.tag.blue a:hover,
.tag.blue button:hover,
.tag.blue.reverse a:hover,
.tag.blue.reverse button:hover,
.tag.blue.highlight a:hover,
.tag.blue.highlight button:hover,
.tag.green a:hover,
.tag.green button:hover,
.tag.green.reverse a:hover,
.tag.green.reverse button:hover,
.tag.green.highlight a:hover,
.tag.green.highlight button:hover,
.tag.orange a:hover,
.tag.orange button:hover,
.tag.orange.reverse a:hover,
.tag.orange.reverse button:hover,
.tag.orange.highlight a:hover,
.tag.orange.highlight button:hover {
  background-color: #021a3f;
  color: #fff;
}

/**
--------------------------------------------------
  Button
--------------------------------------------------
**/
.button {
  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;
  vertical-align: top;
  text-decoration: none !important;
  border: 0;
}

.button.black,
.button.white,
.button.gray,
.button.navy,
.button.rose,
.button.blue,
.button.green,
.button.orange {
  padding: 12px 25px;
  line-height: 1.3125;
}

.button.black {
  background-color: #000;
  color: #fff;
}

.button.black.border {
  border-color: #fff;
}

.button.black.border:hover {
  background-color: #fff;
  color: #000;
}

.button.black.reverse {
  background-color: #fff;
  color: #000;
}

.button.black.reverse.border {
  border-color: #000;
}

.button.black.reverse.border:hover {
  background-color: #000;
  color: #fff;
}

.button.black.transparent {
  background-color: transparent;
}

.button.white {
  background-color: #fff;
  color: #000;
}

.button.white.border {
  border-color: #000;
}

.button.white.border:hover {
  background-color: #000;
  color: #fff;
}

.button.white.reverse {
  background-color: #000;
  color: #fff;
}

.button.white.reverse.border {
  border-color: #fff;
}

.button.white.reverse.border:hover {
  background-color: #fff;
  color: #000;
}

.button.white.transparent {
  background-color: transparent;
}

.button.gray {
  background-color: #f8f8f8;
  color: #021a3f;
}

.button.gray.border {
  border-color: #f8f8f8;
}

.button.gray.border:hover {
  background-color: #f1f1f1;
  color: #fff;
}

.button.gray.reverse {
  background-color: #f1f1f1;
  color: #fff;
}

.button.gray.reverse.border {
  border-color: #f1f1f1;
}

.button.gray.reverse.border:hover {
  background-color: #f8f8f8;
  color: #021a3f;
}

.button.gray.transparent {
  background-color: transparent;
}

.button.navy {
  background-color: #273240;
  color: #fff;
}

.button.navy.border {
  border-color: #fff;
}

.button.navy.border:hover {
  background-color: #fff;
  color: #021a3f;
}

.button.navy.reverse {
  background-color: #fff;
  color: #021a3f;
}

.button.navy.reverse.border {
  border-color: #021a3f;
}

.button.navy.reverse.border:hover {
  background-color: #021a3f;
  color: #fff;
}

.button.navy.transparent {
  background-color: transparent;
}

.button.navy.highlight {
  background-color: #dae0e9;
  color: #021a3f;
}

.button.rose {
  background-color: #e40670;
  color: #fff;
}

.button.rose.border {
  border-color: #fff;
}

.button.rose.border:hover {
  background-color: #fff;
  color: #e40670;
}

.button.rose.reverse {
  background-color: #fff;
  color: #e40670;
}

.button.rose.reverse.border {
  border-color: #e40670;
}

.button.rose.reverse.border:hover {
  background-color: #e40670;
  color: #fff;
}

.button.rose.transparent {
  background-color: transparent;
}

.button.rose.highlight {
  background-color: #fce6f0;
  color: #e40670;
}

.button.blue {
  background-color: #00a5b5;
  color: #fff;
}

.button.blue.border {
  border-color: #fff;
}

.button.blue.border:hover {
  background-color: #fff;
  color: #00a5b5;
}

.button.blue.reverse {
  background-color: #fff;
  color: #00a5b5;
}

.button.blue.reverse.border {
  border-color: #00a5b5;
}

.button.blue.reverse.border:hover {
  background-color: #00a5b5;
  color: #fff;
}

.button.blue.transparent {
  background-color: transparent;
}

.button.blue.highlight {
  background-color: #e5f6f6;
  color: #00a5b5;
}

.button.green {
  background-color: #02a9a8;
  color: #fff;
}

.button.green.border {
  border-color: #fff;
}

.button.green.border:hover {
  background-color: #fff;
  color: #02a9a8;
}

.button.green.reverse {
  background-color: #fff;
  color: #02a9a8;
}

.button.green.reverse.border {
  border-color: #02a9a8;
}

.button.green.reverse.border:hover {
  background-color: #02a9a8;
  color: #fff;
}

.button.green.transparent {
  background-color: transparent;
}

.button.green.highlight {
  background-color: #e8f0f9;
  color: #02a9a8;
}

.button.orange {
  background-color: #d53929;
  color: #fff;
}

.button.orange.border {
  border-color: #fff;
}

.button.orange.border:hover {
  background-color: #fff;
  color: #d53929;
}

.button.orange.reverse {
  background-color: #fff;
  color: #d53929;
}

.button.orange.reverse.border {
  border-color: #d53929;
}

.button.orange.reverse.border:hover {
  background-color: #d53929;
  color: #fff;
}

.button.orange.transparent {
  background-color: transparent;
}

.button.orange.highlight {
  background-color: #ffe9dd;
  color: #d53929;
}

.button.icon-left svg,
.button.icon-right svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button.icon-left svg {
  margin-right: 12px;
}

.button.icon-right svg {
  margin-left: 12px;
}

.button.icon-only {
  padding: 0;
  font-size: 0;
  line-height: 1;
}

.button.icon-only.s1 {
  width: 40px;
  height: 40px;
}

.button.icon-only.s2 {
  width: 50px;
  height: 50px;
}

.button.shadow {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, -webkit-transform;
  transition-property: transform, background-color, color;
  transition-property: transform, background-color, color, -webkit-transform;
}

.button.shadow::after {
  position: absolute;
  top: 100%;
  right: 5%;
  left: 5%;
  z-index: -1;
  height: 10px;
  pointer-events: none;
  content: "";
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button.shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.button.shadow:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.button.slim {
  padding-right: 20px;
  padding-left: 20px;
}

.button.thin {
  padding-right: 15px;
  padding-left: 15px;
}

.button.fit {
  padding: 5px 0;
}

.button.border {
  padding-top: 11px;
  padding-bottom: 11px;
  border-style: solid;
  border-width: 1px;
}

.button.disabled {
  cursor: not-allowed;
  opacity: .5;
}

.button.disabled.shadow {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.button.disabled.shadow::after {
  display: none;
}

.button.loader {
  opacity: .7;
}

.button.loader::before {
  content: "";
  background-image: url("../img/spinner.svg");
  position: absolute;
  z-index: 9;
  top: 0;
  margin: 3px auto;
  width: 40px;
  height: 40px;
}

.toolbox-filter.loader {
  opacity: .7;
  position: relative;
}

.toolbox-filter.loader::before {
  content: "";
  background: rgba(0, 0, 0, 0.2) url("../img/spinner.svg") no-repeat center center;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -10px -15px;
  border-radius: 20px;
  transition: opacity 0.25s ease-out;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .button.m-full {
    width: 100%;
  }

  .button.mw-320 {
    max-width: 320px;
  }
}

/**
--------------------------------------------------
  Filter
--------------------------------------------------
**/
/**
--------------------------------------------------
  Paging
--------------------------------------------------
**/
.paging {
  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;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}

.paging a {
  display: block;
  min-width: 30px;
  padding: 5px 8px;
  color: currentColor;
  border-radius: 50%;
}

.paging a:hover {
  color: #d53929;
}

.paging a.active {
  min-width: 35px;
  font-weight: 700;
  background-color: #fff;
}

.paging a.active+.paging a,
.paging a+.paging a.active {
  margin-left: 5px;
}

/**
--------------------------------------------------
  Search
--------------------------------------------------
**/
.search-mask,
.search-wrapper,
.login-mask,
.login-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.search-mask.active,
.search-wrapper.active,
.login-mask.active,
.login-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.search-mask,
.login-mask {
  position: fixed;
  z-index: 100;
  height: 100vh;
  cursor: pointer;
  background-color: rgba(2, 26, 63, 0.5);
}

.search-wrapper,
.login-wrapper {
  z-index: 101;
  background-color: #fff;
}

.search-container,
.login-container {
  padding-top: 70px;
  padding-bottom: 70px;
}

.search-close,
.login-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #021a3f;
}

.search-close:hover,
.login-close:hover {
  color: #d53929;
}

.login-form--container {
  display: flex;
}

.login-form--input.ml-10 {
  margin-left: 10px;
}

.login-form--input.mr-10 {
  margin-right: 10px;
}

.login-form--input {
  width: 50%;
}

.search-form input,
.search-form button,
.login-form input,
.login-form button {
  width: 100%;
}

.search-form input,
.login-form input {
  height: 45px;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #f8f8f8;
  border: #f8f8f8 solid 1px;
  color: #021a3f;
}

.search-form input::-webkit-input-placeholder,
.login-form input::-webkit-input-placeholder {
  color: #d8d8d8;
}

.search-form input::-moz-placeholder,
.login-form input::-moz-placeholder {
  color: #d8d8d8;
}

.search-form input:-ms-input-placeholder,
.login-form input:-ms-input-placeholder {
  color: #d8d8d8;
}

.search-form input::-ms-input-placeholder,
.login-form input::-ms-input-placeholder {
  color: #d8d8d8;
}

.search-form input::placeholder,
.login-form input::placeholder {
  color: #d8d8d8;
}

.search-form input:focus,
.login-form input:focus {
  border-color: #d8d8d8;
}

.search-form input.error,
.login-form input.error,
.search-form .has-error input,
.login-form .has-error input {
  border-color: rgba(204, 0, 0, 0.5);
  color: #c00;
}

.login-form--link {
  display: block;
  text-decoration: underline;
  color: #d53929;
  font-size: 14px;
  padding-left: 5px;
}

.search-recent,
.login-recent {
  line-height: 1.5;
}

.search-recent--title,
.login-recent--title {
  font-size: 18px;
  font-weight: 500;
}

.search-recent--list {
  margin-top: 10px;
}

.search-item--meta,
.search-item--title {
  font-weight: 500;
  line-height: 1.5;
}

.search-item--meta {
  margin-bottom: 15px;
  font-size: 14px;
  color: #d53929;
}

.search-item--title a {
  color: currentColor;
}

.search-item--title a:hover {
  text-decoration: underline;
}

/* xs */
@media (max-width: 767px) {
  .search-form--button {
    margin-top: 15px;
  }

  .search-item {
    padding: 25px 20px;
  }

  .search-item--title {
    font-size: 18px;
  }

  .search-item+.search-item {
    margin-top: 20px;
  }

  .login-form--container {
    display: block;
  }

  .login-form--input {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .search-form {
    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;
  }

  .search-form--input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .search-form--button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 170px;
    margin-left: 20px;
  }

  .search-item {
    padding: 30px;
  }

  .search-item--title {
    font-size: 20px;
  }

  .search-item+.search-item {
    margin-top: 30px;
  }
}

/**
--------------------------------------------------
  Section
--------------------------------------------------
**/
.section-image img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.section-summary {
  line-height: 1.5;
}

.section-summary a {
  text-decoration: underline;
  color: currentColor;
}

.section-summary a:hover {
  text-decoration: none;
}

.section-summary strong {
  font-weight: 700;
}

.section-summary p+p {
  margin-top: 20px;
}

.section-summary ul {
  list-style: disc;
  margin-top: 10px;
  padding-left: 32px;
}

.section-summary ul ul {
  margin-top: 0;
}

.section.i1 .section-title {
  font-weight: 700;
}

.section.i2 .section-title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -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.i2 .section-title span {
  position: absolute;
  top: 5px;
  left: 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;
  background-color: #d53929;
  color: #fff;
}

.section.i2 .section-title em,
.section.i2 .section-title strong {
  display: block;
  line-height: 1;
}

.section.i2 .section-title em {
  padding-left: 0.2em;
  font-style: normal;
  font-weight: 400;
}

.section.i2 .section-title strong {
  font-family: "CooperBT", serif;
  font-weight: 300;
}

.section.i2 .section-subtitle {
  font-family: "CooperBT", serif;
  font-weight: 300;
  line-height: 1.25;
}

.section.i3 .section-title,
.section.i3 .section-subtitle {
  font-weight: 500;
  line-height: 1.25;
}

.section.i3 .section-result {
  line-height: 1.5;
  text-decoration: underline;
}

.section.i3 .section-body {
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
}

.section.i4 .section-title {
  font-weight: 500;
  line-height: 1.25;
}

.section.i5 .section-title {
  font-weight: 500;
}

.section.i5 .section-body {
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
}

.section.i5 .section-embed {
  overflow: hidden;
}

.section.verbatim .section-title {
  font-family: "CooperBT", serif;
  font-weight: 300;
}

.section.rose .section-title {
  color: #e40670;
}

.section.blue .section-title {
  color: #00a5b5;
}

.section.green .section-title {
  color: #02a9a8;
}

.section.orange .section-title {
  color: #d53929;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .section.i1 .section-header {
    text-align: center;
  }

  .section.i1 .section-button li+li {
    margin-top: 20px;
  }

  .section.i1 .section-summary {
    font-size: 18px;
  }

  .section.i1 .section-toolbar {
    margin-top: 30px;
  }

  .section.i2 .section-summary {
    font-size: 20px;
  }

  .section.i2 .section-button {
    margin-top: 30px;
  }
}

/* xs */
@media (max-width: 767px) {
  .section-holder {
    min-height: 200px;
  }

  .section.i1 {
    padding: 50px 0;
  }

  .section.i1 .section-title {
    font-size: 28px;
    line-height: 1.25;
  }

  .section.i2 {
    margin-top: 30px;
  }

  .section.i2 .section-toolbar {
    margin-bottom: 30px;
  }

  .section.i2 .section-title {
    padding-left: 80px;
  }

  .section.i2 .section-title span {
    width: 60px;
    height: 60px;
  }

  .section.i2 .section-title svg {
    width: 32px;
    height: 16px;
  }

  .section.i2 .section-title em {
    font-size: 20px;
  }

  .section.i2 .section-title strong {
    font-size: 50px;
  }

  .section.i2 .section-subtitle {
    font-size: 40px;
  }

  .section.i2 .section-body {
    padding-bottom: 50px;
  }

  .section.i2 .section-group {
    margin-top: 50px;
  }

  .section.i3 {
    margin-top: 30px;
  }

  .section.i3 .section-header {
    text-align: left;
  }

  .section.i3 .section-toolbar {
    margin-bottom: 30px;
  }

  .section.i3 .section-title {
    font-size: 44px;
  }

  .section.i3 .section-subtitle {
    font-size: 24px;
  }

  .section.i3 .section-result {
    margin-top: 30px;
  }

  .section.i3 .section-body {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .section.i3 .section-group {
    margin-top: 50px;
  }

  .section.i4 {
    margin-top: 30px;
  }

  .section.i4 .section-header {
    text-align: center;
  }

  .section.i4 .section-toolbar {
    margin-bottom: 30px;
  }

  .section.i4 .section-title {
    font-size: 32px;
  }

  .section.i4 .section-body {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .section.i5 .section-header {
    text-align: center;
  }

  .section.i5 .section-toolbar {
    margin-bottom: 30px;
  }

  .section.i5 .section-embed {
    position: relative;
    height: calc(100vh - 140px);
    min-height: 400px;
    max-height: 600px;
    margin-top: 40px;
    border-radius: 20px 20px 0 0;
  }

  .section.i5 .section-title {
    font-size: 44px;
    line-height: 50px;
  }

  .section.i5 .section-body {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .section-holder {
    min-height: 300px;
  }

  .section.i1 {
    padding: 70px 0;
  }

  .section.i1 .section-title {
    font-size: 30px;
    line-height: 1.5;
  }

  .section.i2 {
    margin-top: 60px;
  }

  .section.i2 .section-toolbar {
    position: absolute;
    top: -100px;
    right: 20px;
  }

  .section.i2 .section-title {
    padding-left: 120px;
  }

  .section.i2 .section-title span {
    width: 90px;
    height: 90px;
  }

  .section.i2 .section-title svg {
    width: 48px;
    height: 24px;
  }

  .section.i2 .section-title em {
    font-size: 25px;
  }

  .section.i2 .section-title strong {
    font-size: 75px;
  }

  .section.i2 .section-subtitle {
    font-size: 44px;
  }

  .section.i2 .section-body {
    padding-bottom: 70px;
  }

  .section.i2 .section-group {
    margin-top: 70px;
  }

  .section.i3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .section.i3 .section-toolbar {
    position: absolute;
    top: -100px;
    right: 20px;
  }

  .section.i3 .section-title {
    font-size: 64px;
  }

  .section.i3 .section-subtitle {
    font-size: 28px;
  }

  .section.i3 .section-summary {
    font-size: 20px;
  }

  .section.i3 .section-result {
    margin-top: -30px;
    text-align: right;
  }

  .section.i3 .section-body {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.i3 .section-group {
    margin-top: 70px;
  }

  .section.i4 {
    margin-top: 0;
    padding-top: 30px;
  }

  .section.i4 .section-toolbar {
    position: absolute;
    top: -100px;
    right: 20px;
  }

  .section.i4 .section-title {
    font-size: 40px;
  }

  .section.i4 .section-summary {
    font-size: 20px;
  }

  .section.i4 .section-body {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section.i5 .section-header,
  .section.i5 .section-embed {
    height: 760px;
  }

  .section.i5 .section-header {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(55% - 20px);
  }

  .section.i5 .section-embed {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 760px;
    border-radius: 30px 0 0 30px;
  }

  .section.i5 .section-toolbar {
    margin-bottom: 30px;
  }

  .section.i5 .section-body {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1279px) {
  .section.i5 .section-title {
    font-size: 54px;
    line-height: 60px;
  }

  .section.i5 .section-summary {
    font-size: 18px;
  }
}

/* lg */
@media (min-width: 1280px) {

  .section.i1 .section-group,
  .section.i1 .section-header {
    position: relative;
  }

  .section.i1 .section-button ul {
    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;
    margin-right: -8px;
    margin-left: -8px;
  }

  .section.i1 .section-button li {
    padding-right: 8px;
    padding-left: 8px;
  }

  .section.i1 .section-summary {
    font-size: 20px;
  }

  .section.i1 .section-toolbar {
    position: absolute;
    top: 0;
    right: 40px;
    margin-top: 0;
  }

  .section.i2 .section-group,
  .section.i2 .section-header {
    position: relative;
  }

  .section.i2 .section-summary {
    font-size: 24px;
  }

  .section.i2 .section-button {
    position: absolute;
  }

  .section.i2 .section-group .section-button {
    top: 5px;
    right: 0;
  }

  .section.i2 .section-header .section-button {
    top: 20px;
    right: 40px;
  }

  .section.i5 .section-title {
    font-size: 64px;
    line-height: 70px;
  }

  .section.i5 .section-summary {
    font-size: 20px;
  }
}

/**
--------------------------------------------------
  Form
--------------------------------------------------
**/
.form-label,
.form-note,
.form-input,
.form-textarea,
.form-option {
  line-height: 1.5;
}

.form-label {
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
  color: #021a3f;
}

.bg-navy .form-label {
  color: white;
}

.bg-navy .wizard-layer .form-label {
  color: #021a3f;
}

.form-note {
  font-size: 11px;
  font-weight: 300;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #f8f8f8;
  border: #f8f8f8 solid 1px;
  color: #021a3f;
}

.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #d8d8d8;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #d8d8d8;
}

.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #d8d8d8;
}

.form-input::-ms-input-placeholder,
.form-textarea::-ms-input-placeholder {
  color: #d8d8d8;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #d8d8d8;
}

.form-input:focus,
.form-textarea:focus {
  border-color: #d8d8d8;
}

.form-input.error,
.form-textarea.error,
.has-error .form-input,
.has-error .form-textarea {
  border-color: rgba(204, 0, 0, 0.5);
  color: #c00;
}

.form-input {
  height: 45px;
}

.form-input:disabled {
  opacity: .8;
  cursor: not-allowed;
}

.form-option {
  position: relative;
  font-size: 14px;
}

.form-option input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-option label {
  position: relative;
  display: block;
  padding-left: 30px;
}

.form-option label::before,
.form-option label::after {
  position: absolute;
  pointer-events: none;
  content: "";
  border-radius: 50%;
}

.form-option label::before {
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: #021a3f solid 1px;
}

.form-option label::after {
  top: 7px;
  left: 5px;
  width: 8px;
  height: 8px;
  background-color: #d53929;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.form-option input:checked+label::after {
  opacity: 1;
}

.form-select {
  position: relative;
  overflow: hidden;
}

.form-select svg {
  position: absolute;
  top: 19px;
  right: 15px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.form-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.form-select select:focus+input {
  border-color: #d8d8d8;
}

.form-select select.error+input,
.has-error select {
  border-color: rgba(204, 0, 0, 0.5);
  color: #c00;
}

.form-upload--button {
  overflow: hidden;
}

.form-upload--button input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}

.form-upload--button label {
  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: 12px 15px;
  line-height: 1.3125;
  vertical-align: top;
  background-color: #d53929;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

.form-upload--button label:hover {
  background-color: #021a3f;
}

.form-upload--info {
  position: relative;
}

.form-upload--info input {
  padding-right: 55px;
}

.form-upload--info button {
  position: absolute;
  top: 10px;
  right: 10px;
  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;
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: #dee1e4;
  border: 0;
  color: #021a3f;
  opacity: 0;
  visibility: hidden;
}

.form-upload--info button:hover {
  background-color: #021a3f;
  color: #fff;
}

.form-upload--info button.active {
  opacity: 1;
  visibility: visible;
}

.form-upload--note {
  padding: 0 15px;
  font-family: "Avenir", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.form-button .float-right {
  float: right;
}


/* xs */
@media (max-width: 767px) {
  .form-button {
    text-align: center;
  }

  .form-upload--button {
    margin-top: 20px;
    text-align: center;
  }

  .form-grid .form-item+.form-item {
    margin-top: 30px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .form-button {
    text-align: left;
  }

  .form-button.align-right {
    text-align: right;
  }

  .form-upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-upload--button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 24px;
  }

  .form-upload--info,
  .form-upload--note {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .form-upload--info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .form-upload--note {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .form-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: -12px;
    margin-left: -12px;
  }

  .form-grid .form-item,
  .form-option .form-item {
    width: 50%;
    padding-right: 12px;
    padding-left: 12px;
  }
}

/**
--------------------------------------------------
  Slider
--------------------------------------------------
**/
.slider-grid,
.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-grid {
  color: #fff;
}

.slider-item {
  position: relative;
}

.slider-title {
  font-weight: 500;
}

.slider-summary {
  line-height: 1.5;
}

.slider-summary ul {
  margin: 10px 0 0 25px;
}

.slider-summary ul li {
  list-style: disc;
  font-size: 14px;
}

.slider-caption {
  font-size: 12px;
  line-height: 1.25;
}

.slider-caption a {
  text-decoration: underline;
  color: inherit;
}

.slider-caption a:hover {
  color: #021a3f;
}

.slider-caption strong {
  font-weight: 700;
}

.slider-caption.i1 {
  margin-top: 10px;
  color: #84888e;
}

.slider-caption.i2 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 75%;
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0.75);
  color: rgba(0, 0, 0, 0.75);
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .slider-title {
    font-size: 36px;
    line-height: 1.25;
  }
}

/* xs */
@media (max-width: 767px) {
  .slider-caption.i1 {
    text-align: center;
  }

  .slider-grid .slider-image {
    height: 350px;
  }

  .slider-grid .slider-section {
    min-height: 350px;
    padding: 20px 20px 60px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .slider-grid {
    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;
  }

  .slider-grid .slider-section {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 45%;
  }

  .slider-grid .slider-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 55%;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1279px) {
  .slider-grid .slider-image {
    height: 420px;
  }

  .slider-grid .slider-section {
    padding: 40px 20px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .slider-title {
    font-size: 60px;
    line-height: 1.2;
  }

  .slider-summary {
    font-size: 15px;
    line-height: 26px;
  }

  .slider-grid .slider-image {
    height: 620px;
  }

  .slider-grid .slider-section {
    padding: 50px;
  }
}

/**
--------------------------------------------------
  Toolbox
--------------------------------------------------
**/
.toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.toolbox-tag {
  margin-bottom: 15px;
}

.toolbox-option li {
  padding: 5px 0;
}

.toolbox-option strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.toolbox-option span,
.toolbox-option label {
  position: relative;
  display: block;
}

.toolbox-option span {
  padding-left: 26px;
}

.toolbox-option span::before,
.toolbox-option span::after {
  position: absolute;
  pointer-events: none;
  content: "";
  border-radius: 50%;
}

.toolbox-option span::before {
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: #dee1e4 solid 1px;
}

.toolbox-option span::after {
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #021a3f;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.toolbox-option label {
  font-weight: 700;
}

.toolbox-option input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.toolbox-option input:checked+span::after {
  opacity: 1;
}

.toolbox-search {
  position: relative;
}

.toolbox-search input {
  width: 100%;
  height: 45px;
  padding: 10px 65px 10px 25px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  border: #f8f8f8 solid 1px;
  color: #021a3f;
}

.toolbox-search input::-webkit-input-placeholder {
  color: #d8d8d8;
}

.toolbox-search input::-moz-placeholder {
  color: #d8d8d8;
}

.toolbox-search input:-ms-input-placeholder {
  color: #d8d8d8;
}

.toolbox-search input::-ms-input-placeholder {
  color: #d8d8d8;
}

.toolbox-search input::placeholder {
  color: #d8d8d8;
}

.toolbox-search input:focus {
  border-color: #d8d8d8;
}

.toolbox-search input.error,
.toolbox-search .has-error input {
  border-color: rgba(204, 0, 0, 0.5);
  color: #c00;
}

.toolbox-search button {
  position: absolute;
  top: 10px;
  right: 10px;
  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;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
}

.toolbox-filter {
  width: 100%;
}

.toolbox-button button {
  padding: 0;
  text-align: left;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
}

.toolbox-section {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}

.toolbox-section--header {
  position: relative;
}

.toolbox-section--title {
  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;
  font-size: 1em;
  font-weight: 500;
}

.toolbox-section--title em {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  font-style: normal;
}

.toolbox-section--title span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.toolbox-section--title svg {
  max-width: 18px;
  max-height: 18px;
}

.toolbox-section--icon {
  position: absolute;
  top: 5px;
  right: 0;
}

.toolbox.rose .toolbox-search button {
  background-color: #fce6f0;
  color: #e40670;
}

.toolbox.rose .toolbox-search button:hover {
  background-color: #021a3f;
  color: #fff;
}

.toolbox.rose .toolbox-button button {
  color: #e40670;
}

.toolbox.rose .toolbox-button button:hover {
  color: #021a3f;
}

.toolbox.rose .toolbox-section--header {
  color: #e40670;
}

.toolbox.blue .toolbox-search button {
  background-color: #e5f6f6;
  color: #00a5b5;
}

.toolbox.blue .toolbox-search button:hover {
  background-color: #021a3f;
  color: #fff;
}

.toolbox.blue .toolbox-button button {
  color: #00a5b5;
}

.toolbox.blue .toolbox-button button:hover {
  color: #021a3f;
}

.toolbox.blue .toolbox-section--header {
  color: #00a5b5;
}

.toolbox.green .toolbox-search button {
  background-color: #e8f0f9;
  color: #02a9a8;
}

.toolbox.green .toolbox-search button:hover {
  background-color: #021a3f;
  color: #fff;
}

.toolbox.green .toolbox-button button {
  color: #02a9a8;
}

.toolbox.green .toolbox-button button:hover {
  color: #021a3f;
}

.toolbox.green .toolbox-section--header {
  color: #02a9a8;
}

.toolbox.orange .toolbox-search button {
  background-color: #ffe9dd;
  color: #d53929;
}

.toolbox.orange .toolbox-search button:hover {
  background-color: #021a3f;
  color: #fff;
}

.toolbox.orange .toolbox-button button {
  color: #d53929;
}

.toolbox.orange .toolbox-button button:hover {
  color: #021a3f;
}

.toolbox.orange .toolbox-section--header {
  color: #d53929;
}

/* xs */
@media (max-width: 767px) {
  .toolbox-grid ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .toolbox-grid.r-1-2 li {
    width: 50%;
  }

  .toolbox-grid.r-1-4 li {
    width: 25%;
  }

  .toolbox-search {
    width: 100%;
    margin-bottom: 15px;
  }

  .toolbox-filter {
    margin-top: 15px;
  }

  .toolbox-section--header {
    cursor: pointer;
  }

  .toolbox-section--icon {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  .toolbox-section--body {
    display: none;
  }

  .toolbox-section--item+.toolbox-section--item {
    margin-top: 20px;
  }

  .toolbox-section.active .toolbox-section--icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .toolbox-section.active .toolbox-section--body {
    display: block;
  }

  .toolbox-section+.toolbox-section {
    margin-top: 15px;
    padding-top: 20px;
    border-top: #dee1e4 solid 1px;
  }
}

@media (max-width: 374px) {
  .toolbox-search--toggle {
    width: 100%;
    margin-bottom: 10px;
  }

  .toolbox-filter--toggle {
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  .toolbox-search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .toolbox-search--toggle {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(50% - 5px);
    margin-left: 10px;
  }

  .toolbox-filter {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .toolbox-filter--toggle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 270px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .toolbox-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 20px;
  }

  .toolbox-search--toggle {
    width: auto;
    margin-right: 20px;
  }

  .toolbox-filter {
    margin-top: 20px;
  }

  .toolbox-filter--toggle {
    width: 270px;
  }

  .toolbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .toolbox-section--list {
    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;
  }

  .toolbox-section--item+.toolbox-section--item {
    margin-left: 30px;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1279px) {
  .toolbox-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .toolbox-section {
    width: 50%;
  }

  .toolbox-section:nth-child(2n) {
    padding-left: 60px;
    border-left: #dee1e4 solid 1px;
  }

  .toolbox-section:nth-child(2n+1) {
    padding-right: 60px;
  }

  .toolbox-section:nth-child(n+3) {
    margin-top: 30px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .toolbox {
    margin-top: -20px;
  }

  .toolbox-section+.toolbox-section {
    margin-left: 40px;
    padding-left: 40px;
    border-left: #dee1e4 solid 1px;
  }
}

/**
--------------------------------------------------
  Toolbar
--------------------------------------------------
**/
.toolbar {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: -8px;
  margin-left: -8px;
}

.toolbar-share {
  position: absolute;
  top: 100%;
  width: 260px;
  padding-top: 15px;
  line-height: 1.25;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.toolbar-share ul {
  position: relative;
  padding: 15px 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
}

.toolbar-share ul::before,
.toolbar-share ul::after {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 9px 10px 9px;
}

.toolbar-share ul::before {
  top: -10px;
}

.toolbar-share ul::after {
  top: -9px;
  border-bottom-color: #fff;
}

.toolbar-share a {
  position: relative;
  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;
  padding: 5px 20px;
  color: currentColor;
}

.toolbar-share a:hover {
  text-decoration: underline;
  color: #d53929;
}

.toolbar-share span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
  width: 36px;
  height: 36px;
  background-color: #f8f8f8;
  border-radius: 50%;
}

.toolbar-share em {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 15px;
  font-style: normal;
}

.toolbar-share img {
  width: auto;
  height: auto;
  max-width: 20px;
  max-height: 20px;
}

.toolbar-item {
  position: relative;
  padding: 0 8px;
}

.toolbar-item:hover .toolbar-share {
  opacity: 1;
  visibility: visible;
}

.toolbar.navy .toolbar-share ul {
  border-color: #021a3f;
}

.toolbar.navy .toolbar-share ul::before {
  border-bottom-color: #021a3f;
}

.toolbar.navy .toolbar-share span {
  color: #021a3f;
}

.toolbar.navy .toolbar-item:hover .toolbar-button {
  background-color: #021a3f;
  color: #fff;
}

.toolbar.orange .toolbar-share ul {
  border-color: #d53929;
}

.toolbar.orange .toolbar-share ul::before {
  border-bottom-color: #d53929;
}

.toolbar.orange .toolbar-share span {
  color: #d53929;
}

.toolbar.orange .toolbar-item:hover .toolbar-button {
  background-color: #fff;
  color: #d53929;
}

/* xs */
@media (max-width: 767px) {
  .toolbar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .toolbar-share {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .toolbar-share ul::before,
  .toolbar-share ul::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .toolbar.i1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .toolbar.i1 .toolbar-share {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .toolbar.i1 .toolbar-share ul::before,
  .toolbar.i1 .toolbar-share ul::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .toolbar.i2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .toolbar.i2 .toolbar-share {
    left: -8px;
  }

  .toolbar.i2 .toolbar-share ul::before,
  .toolbar.i2 .toolbar-share ul::after {
    left: 26px;
  }

  .toolbar.i3 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .toolbar.i3 .toolbar-share {
    right: -8px;
  }

  .toolbar.i3 .toolbar-share ul::before,
  .toolbar.i3 .toolbar-share ul::after {
    right: 26px;
  }
}

/**
--------------------------------------------------
  Toolkit
--------------------------------------------------
**/
.toolkit-block {
  position: relative;
  overflow: hidden;
}

.toolkit-media .toolkit-category {
  position: absolute;
  top: 15px;
  left: 15px;
}

.toolkit-media .toolkit-category span {
  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;
  width: 50px;
  height: 50px;
  background-color: #fff;
}

.toolkit-media .toolkit-body {
  background-color: #fff;
}

.toolkit-media .toolkit-title {
  font-weight: 500;
  line-height: 1.25;
  color: #021a3f;
}

.toolkit-media .toolkit-title b,
.toolkit-media .toolkit-title strong {
  font-weight: inherit;
}

.toolkit-media .toolkit-summary {
  font-size: 14px;
  line-height: 1.5;
}

.toolkit-media .toolkit-button {
  position: absolute;
}

.toolkit-media.rose .toolkit-image {
  background-color: #fce6f0;
}

.toolkit-media.rose .toolkit-title b,
.toolkit-media.rose .toolkit-title strong,
.toolkit-media.rose .toolkit-category {
  color: #e40670;
}

.toolkit-media.blue .toolkit-image {
  background-color: #e5f6f6;
}

.toolkit-media.blue .toolkit-title b,
.toolkit-media.blue .toolkit-title strong,
.toolkit-media.blue .toolkit-category {
  color: #00a5b5;
}

.toolkit-media.green .toolkit-image {
  background-color: #e8f0f9;
}

.toolkit-media.green .toolkit-title b,
.toolkit-media.green .toolkit-title strong,
.toolkit-media.green .toolkit-category {
  color: #02a9a8;
}

.toolkit-media.orange .toolkit-image {
  background-color: #ffe9dd;
}

.toolkit-media.orange .toolkit-title b,
.toolkit-media.orange .toolkit-title strong,
.toolkit-media.orange .toolkit-category {
  color: #d53929;
}

.toolkit-center .toolkit-body {
  position: relative;
}

.toolkit-center .toolkit-title {
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
}

.toolkit-center .toolkit-button {
  position: absolute;
}

.toolkit-center.rose .toolkit-body {
  background-color: #e40670;
}

.toolkit-center.blue .toolkit-body {
  background-color: #00a5b5;
}

.toolkit-center.green .toolkit-body {
  background-color: #02a9a8;
}

.toolkit-center.orange .toolkit-body {
  background-color: #d53929;
}

.toolkit-info .toolkit-title {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
  color: #021a3f;
}

.toolkit-info .toolkit-body {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.toolkit-info .flex-wrap .toolkit-body {
  flex: 1 1 33.333%;
  max-width: 33.333%;
}

.toolkit-info .toolkit-body a {
  text-decoration: none;
  color: currentColor;
}

.toolkit-info .toolkit-body a:hover {
  text-decoration: underline;
}

.toolkit-info .toolkit-body figure {
  max-width: 150px;
}

.toolkit-info .toolkit-body strong {
  font-size: 24px;
  font-weight: inherit;
}

.toolkit-info .toolkit-body address {
  font-style: normal;
}

.toolkit-info .toolkit-body .email {
  display: block;
  color: #d53929;
  font-size: 14px;
}

.toolkit-info .toolkit-body address p {
  margin-top: 5px !important;
  font-size: 14px;
  font-style: italic;
}

.toolkit-info .toolkit-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.toolkit-info .toolkit-button {
  position: absolute;
}

.toolkit-info.rose {
  background-color: #fce6f0;
}

.toolkit-info.rose .toolkit-label {
  color: #e40670;
}

.toolkit-info.blue {
  background-color: #e5f6f6;
}

.toolkit-info.blue .toolkit-label {
  color: #00a5b5;
}

.toolkit-info.green {
  background-color: #e8f0f9;
}

.toolkit-info.green .toolkit-label {
  color: #02a9a8;
}

.toolkit-info.orange {
  background-color: #ffe9dd;
}

.toolkit-info.orange .toolkit-label {
  color: #d53929;
}

.toolkit-download .toolkit-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.toolkit-download .toolkit-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 50%;
  max-width: 160px;
  margin-right: 20px;
  border: #fff solid 5px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.toolkit-download .toolkit-image span {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}

.toolkit-download .toolkit-label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.toolkit-download .toolkit-button {
  position: absolute;
}

.toolkit-download.rose {
  background-color: #fce6f0;
}

.toolkit-download.rose .toolkit-label {
  color: #e40670;
}

.toolkit-download.blue {
  background-color: #e5f6f6;
}

.toolkit-download.blue .toolkit-label {
  color: #00a5b5;
}

.toolkit-download.green {
  background-color: #e8f0f9;
}

.toolkit-download.green .toolkit-label {
  color: #02a9a8;
}

.toolkit-download.orange {
  background-color: #ffe9dd;
}

.toolkit-download.orange .toolkit-label {
  color: #d53929;
}

.toolkit-press .toolkit-category {
  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;
}

.toolkit-press .toolkit-category span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.toolkit-press .toolkit-category strong {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  margin-left: 12px;
  font-weight: inherit;
  line-height: 1.25;
  color: #fff;
}

.toolkit-press .toolkit-tag {
  margin-top: 30px;
}

.toolkit-press .toolkit-meta,
.toolkit-press .toolkit-title {
  color: #fff;
}

.toolkit-press .toolkit-meta {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.toolkit-press .toolkit-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.toolkit-press .toolkit-title a {
  text-decoration: none;
  color: currentColor;
}

.toolkit-press .toolkit-title a:hover {
  text-decoration: underline;
}

.toolkit-press.rose {
  background-color: #e40670;
}

.toolkit-press.rose .toolkit-category span {
  color: #e40670;
}

.toolkit-press.blue {
  background-color: #00a5b5;
}

.toolkit-press.blue .toolkit-category span {
  color: #00a5b5;
}

.toolkit-press.green {
  background-color: #02a9a8;
}

.toolkit-press.green .toolkit-category span {
  color: #02a9a8;
}

.toolkit-press.orange {
  background-color: #d53929;
}

.toolkit-press.orange .toolkit-category span {
  color: #d53929;
}

.toolkit-publication .toolkit-image {
  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;
  height: 180px;
}

.toolkit-publication .toolkit-image img {
  max-width: 150px;
  max-height: 130px;
  width: auto;
  height: auto;
}

.toolkit-publication .toolkit-body {
  position: relative;
}

.toolkit-publication .toolkit-title {
  min-height: 50px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.toolkit-publication .toolkit-title a {
  color: currentColor;
}

.toolkit-publication .toolkit-title a:hover {
  text-decoration: underline;
}

.toolkit-publication .toolkit-button {
  position: absolute;
}

.toolkit-publication.rose .toolkit-image {
  background-color: #fce6f0;
}

.toolkit-publication.blue .toolkit-image {
  background-color: #e5f6f6;
}

.toolkit-publication.green .toolkit-image {
  background-color: #e8f0f9;
}

.toolkit-publication.orange .toolkit-image {
  background-color: #ffe9dd;
}

.toolkit-quote {
  position: relative;
}

.toolkit-quote::before {
  position: absolute;
  top: 0;
  width: 4px;
  pointer-events: none;
  content: "";
  background-color: currentColor;
}

.toolkit-quote .toolkit-image {
  position: relative;
}

.toolkit-quote .toolkit-body {
  line-height: 1.5;
  margin-left: 100px;
}

.toolkit-quote .toolkit-body blockquote {
  padding: 0;
  border: 0;
  color: inherit;
}

.toolkit-quote .toolkit-body p {
  font-weight: 500;
}

.toolkit-quote .toolkit-body cite {
  display: block;
  margin-top: 20px;
  font-style: italic;
}

.toolkit-quote.rose {
  color: #e40670;
}

.toolkit-quote.blue {
  color: #00a5b5;
}

.toolkit-quote.green {
  color: #02a9a8;
}

.toolkit-quote.orange {
  color: #d53929;
}

.toolkit-job {
  padding: 40px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #d53929;
}

/* xs */
@media (max-width: 767px) {
  .toolkit-media .toolkit-image {
    height: 220px;
  }

  .toolkit-media .toolkit-body {
    padding: 30px 20px 105px;
  }

  .toolkit-media .toolkit-title {
    font-size: 32px;
  }

  .toolkit-media .toolkit-button {
    bottom: 30px;
    left: 20px;
  }

  .toolkit-center .toolkit-image {
    height: 280px;
  }

  .toolkit-center .toolkit-body {
    min-height: 280px;
    padding: 30px 20px 105px;
  }

  .toolkit-center .toolkit-title {
    font-size: 24px;
  }

  .toolkit-center .toolkit-button {
    bottom: 30px;
    left: 20px;
  }

  .toolkit-info {
    padding: 30px 20px 105px;
  }

  .toolkit-info .toolkit-button {
    right: 20px;
    bottom: 30px;
  }

  .toolkit-download {
    padding: 30px 20px 105px;
  }

  .toolkit-download .toolkit-button {
    right: 20px;
    bottom: 30px;
  }

  .toolkit-press {
    padding: 30px 20px;
  }

  .toolkit-publication .toolkit-body {
    padding: 20px 80px 25px 20px;
  }

  .toolkit-publication .toolkit-button {
    right: 20px;
    bottom: 30px;
  }

  .toolkit-quote {
    text-align: center;
  }

  .toolkit-quote::before {
    display: none;
  }

  .toolkit-quote .toolkit-image {
    position: relative;
    padding: 30px 0;
  }

  .toolkit-quote .toolkit-image img {
    width: 140px;
    height: 140px;
  }

  .toolkit-quote .toolkit-body {
    margin: 20px 0 0;
  }

  .toolkit-quote .toolkit-body p {
    font-size: 24px;
  }

  .toolkit-quote .toolkit-body cite {
    font-size: 14px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .toolkit-media .toolkit-image {
    height: 430px;
  }

  .toolkit-media .toolkit-body {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45%;
    padding: 35px 35px 115px;
    border-top-left-radius: 20px;
  }

  .toolkit-media .toolkit-title {
    font-size: 36px;
  }

  .toolkit-media .toolkit-button {
    bottom: 35px;
    left: 35px;
  }

  .wp-block-column .toolkit-media .toolkit-image {
    height: 220px;
  }

  .wp-block-column .toolkit-media .toolkit-body {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 220px;
    padding: 30px 20px 115px;
    border: 0;
  }

  .wp-block-column .toolkit-media .toolkit-title {
    font-size: 32px;
  }

  .wp-block-column .toolkit-media .toolkit-button {
    bottom: 30px;
    left: 20px;
  }

  .toolkit-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .toolkit-center .toolkit-image,
  .toolkit-center .toolkit-body {
    width: 50%;
  }

  .toolkit-center .toolkit-body {
    min-height: 410px;
    padding: 45px 45px 135px;
  }

  .toolkit-center .toolkit-title {
    font-size: 28px;
  }

  .toolkit-center .toolkit-button {
    bottom: 45px;
    left: 45px;
  }

  .wp-block-column .toolkit-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wp-block-column .toolkit-image,
  .wp-block-column .toolkit-body {
    width: 100%;
  }

  .wp-block-column .toolkit-center .toolkit-image {
    height: 220px;
  }

  .wp-block-column .toolkit-center .toolkit-body {
    min-height: 220px;
    padding: 30px 20px 115px;
  }

  .wp-block-column .toolkit-center .toolkit-title {
    font-size: 24px;
  }

  .wp-block-column .toolkit-center .toolkit-button {
    bottom: 30px;
    left: 20px;
  }

  .toolkit-info {
    padding: 25px 275px 25px 25px;
  }

  .toolkit-info .toolkit-button {
    right: 25px;
    bottom: 25px;
  }

  .wp-block-column .toolkit-info {
    padding: 25px;
  }

  .wp-block-column .toolkit-info .toolkit-button {
    right: 25px;
    bottom: 25px;
  }

  .toolkit-download {
    padding: 25px 25px 95px;
  }

  .toolkit-download .toolkit-button {
    right: 25px;
    bottom: 25px;
  }

  .toolkit-press {
    padding: 25px;
  }

  .toolkit-publication {
    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;
  }

  .toolkit-publication .toolkit-body,
  .toolkit-publication .toolkit-image {
    width: calc(50% - 12px);
  }

  .toolkit-publication .toolkit-body {
    padding: 0 80px 0 0;
  }

  .toolkit-publication .toolkit-button {
    right: 20px;
    bottom: 5px;
  }

  .wp-block-column .toolkit-publication {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wp-block-column .toolkit-publication .toolkit-body,
  .wp-block-column .toolkit-publication .toolkit-image {
    width: 100%;
  }

  .wp-block-column .toolkit-publication .toolkit-body {
    padding: 20px 80px 25px 0;
  }

  .wp-block-column .toolkit-publication .toolkit-button {
    right: 20px;
    bottom: 30px;
  }

  .toolkit-quote {
    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;
    padding: 20px 0;
  }

  .toolkit-quote::before {
    bottom: 0;
    left: 38px;
  }

  .toolkit-quote .toolkit-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 40px;
  }

  .toolkit-quote .toolkit-image img {
    width: 170px;
    height: 170px;
  }

  .toolkit-quote .toolkit-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1279px) {
  .toolkit-quote .toolkit-body p {
    font-size: 28px;
  }

  .toolkit-quote .toolkit-body cite {
    font-size: 16px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .toolkit-quote.large .toolkit-body p {
    font-size: 32px;
  }

  .toolkit-quote.large .toolkit-body cite {
    font-size: 18px;
  }

  .toolkit-quote.small .toolkit-body p {
    font-size: 28px;
  }

  .toolkit-quote.small .toolkit-body cite {
    font-size: 16px;
  }
}

/**
--------------------------------------------------
  Breadcrumb
--------------------------------------------------
**/
.breadcrumb {
  border-top: #e7e7e7 solid 1px;
  margin: 0;
}

.breadcrumb-link {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.breadcrumb-link a {
  color: currentColor;
}

.breadcrumb-link a:hover {
  text-decoration: underline;
  color: #d53929;
}

.breadcrumb-link strong {
  font-weight: inherit;
  color: #d53929;
}

.breadcrumb-button {
  margin-top: 10px;
  margin-bottom: -10px;
}

/* xs */
@media (max-width: 767px) {
  .breadcrumb-link {
    line-height: 1.5;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .breadcrumb-link {
    padding-right: 180px;
    line-height: 20px;
  }
}

/**
--------------------------------------------------
  Job
--------------------------------------------------
**/
.job-item--type,
.job-item--title,
.job-item--location {
  line-height: 1.5;
}

.job-item--type,
.job-item--title {
  font-weight: 500;
}

.job-item--title a {
  color: currentColor;
}

.job-item--title a:hover {
  text-decoration: underline;
}

.job-item--location svg {
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
}

.job-detail {
  position: relative;
}

.job-detail--title,
.job-detail--type,
.job-detail--location {
  line-height: 1.25;
}

.job-detail--title {
  font-weight: 500;
}

.job-detail--type {
  font-weight: 700;
}

.job-detail--location {
  position: relative;
  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;
}

.job-detail--type.time-slot {
  display: block !important;
  align-content: center;
}

.job-detail--location svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 16px;
  color: #d53929;
}

.job-detail--location address {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-style: normal;
  margin-bottom: 0;
  font-size: 16px
}

.job-detail--location strong {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}

.job-detail--header {
  color: #fff;
}

/* xs */
@media (max-width: 767px) {
  .job-item {
    padding: 25px 20px;
    text-align: center;
  }

  .job-item--tag {
    margin-bottom: 20px;
  }

  .job-item--tag ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .job-item--type {
    margin-top: 15px;
  }

  .job-item--title {
    font-size: 18px;
  }

  .job-item--location {
    margin-top: 10px;
  }

  .job-item+.job-item {
    margin-top: 20px;
  }

  .job-detail {
    margin-top: 30px;
  }

  .job-detail--header {
    padding: 40px 30px;
  }

  .job-detail--header .job-detail--tag {
    margin-top: 40px;
  }

  .job-detail--header .job-detail--button {
    margin-top: 30px;
  }

  .job-detail--aside .job-detail--type {
    padding: 15px 30px;
    text-align: center;
    border-top: #fff solid 3px;
  }

  .job-detail--aside .job-detail--location {
    padding: 25px 30px;
  }

  .job-detail--body .job-detail--button {
    margin-top: 50px;
    text-align: center;
  }

  .job-detail--title {
    font-size: 36px;
  }

  .job-detail--body {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .job-detail--toolbar {
    margin-bottom: 30px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .job-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
  }

  .job-item--tag,
  .job-item--title {
    width: 60%;
  }

  .job-item--type,
  .job-item--location {
    width: 40%;
    text-align: right;
  }

  .job-item--tag,
  .job-item--type,
  .job-item--location {
    padding: 10px 20px;
  }

  .job-item--tag {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .job-item--type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .job-item--title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 7px 20px;
    font-size: 20px;
  }

  .job-item--location {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .job-item+.job-item {
    margin-top: 30px;
  }

  .job-detail {
    margin-top: 60px;
  }

  .job-detail--header {
    padding: 40px;
  }

  .job-detail--header .job-detail--tag {
    margin-top: 20px;
  }

  .job-detail--header .job-detail--title {
    max-width: 640px;
  }

  .job-detail--header .job-detail--button {
    text-align: right;
  }

  .job-detail--aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .job-detail--aside .job-detail--type,
  .job-detail--aside .job-detail--location {
    padding: 30px 40px;
  }

  .job-detail--aside .job-detail--type {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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;
    text-align: right;
    border-left: #fff solid 3px;
  }

  .job-detail--aside .job-detail--location {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .job-detail--title {
    font-size: 40px;
  }

  .job-detail--body {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .job-detail--body .job-detail--button {
    margin-top: 70px;
    text-align: right;
  }

  .job-detail--toolbar {
    position: absolute;
    top: -100px;
    right: 20px;
  }
}

/**
--------------------------------------------------
  FAQ
--------------------------------------------------
**/
.faq-header {
  position: relative;
  cursor: pointer;
  font-size: 20px;
}

.faq-body {
  display: none;
  line-height: 1.5;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 10px;
}

.faq-body h1,
.faq-body h2,
.faq-body h3,
.faq-body h4,
.faq-body h5,
.faq-body p,
.faq-body ul,
.faq-body ol {
  margin-top: 20px;
}

.faq-body h1:first-child,
.faq-body h2:first-child,
.faq-body h3:first-child,
.faq-body h4:first-child,
.faq-body h5:first-child,
.faq-body p:first-child,
.faq-body ul:first-child,
.faq-body ol:first-child {
  margin-top: 0;
}

.faq-body h1,
.faq-body h2,
.faq-body h3,
.faq-body h4,
.faq-body h5 {
  font-weight: 500;
  line-height: 1.25;
}

.faq-body h1 {
  font-size: 1.5em;
}

.faq-body h2 {
  font-size: 1.375em;
}

.faq-body h3,
.faq-body h4,
.faq-body h5 {
  font-size: 1.25em;
}

.faq-body ul,
.faq-body ol {
  margin-left: 1em;
}

.faq-body ul {
  list-style: disc;
}

.faq-body ol {
  list-style: decimal;
}

.faq-body a {
  text-decoration: underline;
  color: currentColor;
}

.faq-body a:hover {
  color: #d53929;
}

.faq-body strong {
  font-weight: 500;
}

.faq-title {
  font-weight: 500;
}

.faq-icon {
  position: absolute;
  right: 20px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.faq-item+.faq-item {
  margin-top: 10px;
}

.faq-item.active .faq-header {
  background-color: #d53929;
  color: #fff;
}

.faq-item.active .faq-body {
  display: block;
}

.faq-item.active .faq-icon {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* xs */
@media (max-width: 767px) {
  .faq-header {
    padding: 10px 20px;
  }

  .faq-body {
    padding: 20px 20px 30px;
  }

  .faq-title {
    font-size: 18px;
    line-height: 1.5;
  }

  .faq-icon {
    top: 20px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .faq-header {
    padding: 25px 30px;
  }

  .faq-body {
    padding: 30px 20px 40px;
  }

  .faq-title {
    font-size: 20px;
    line-height: 1.35;
  }

  .faq-icon {
    top: 35px;
  }
}

/**
--------------------------------------------------
  Team
--------------------------------------------------
**/
.team-title {
  font-weight: 500;
  line-height: 1.25;
}

.team-summary {
  max-width: 660px;
  line-height: 1.5;
}

.team-member {
  overflow: hidden;
}

.team-member--image {
  height: 190px;
}

.team-member--name,
.team-member--summary {
  line-height: 1.5;
}

.team-member--name {
  font-size: 18px;
  font-weight: 500;
}

.team-member--summary {
  font-size: 14px;
}

.team.rose .team-title,
.team.rose .team-member--name {
  color: #e40670;
}

.team.blue .team-title,
.team.blue .team-member--name {
  color: #00a5b5;
}

.team.green .team-title,
.team.green .team-member--name {
  color: #02a9a8;
}

.team.orange .team-title,
.team.orange .team-member--name {
  color: #d53929;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .team-button {
    margin-top: 30px;
  }

  .team-member {
    background-color: #fff;
  }

  .team-member--body {
    position: relative;
    padding: 20px 20px 60px;
  }

  .team-member--button {
    position: absolute;
    right: 20px;
    bottom: 15px;
    left: 20px;
  }
}

/* xs */
@media (max-width: 767px) {
  .team-title {
    font-size: 24px;
  }

  .team-member {
    max-width: 270px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .team-title {
    font-size: 28px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .team-header {
    position: relative;
    padding-right: 500px;
  }

  .team-summary {
    font-size: 20px;
  }

  .team-button {
    position: absolute;
    top: 0;
    right: 0;
  }

  .team-member {
    position: relative;
    min-height: 360px;
  }

  .team-member--body,
  .team-member--name,
  .team-member--button {
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .team-member--body {
    position: absolute;
    top: 190px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    background-color: #fff;
    -webkit-transition-property: top, background-color, color;
    transition-property: top, background-color, color;
  }

  .team-member--name {
    -webkit-transition-property: color;
    transition-property: color;
  }

  .team-member--button {
    position: absolute;
    bottom: 25px;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
  }

  .team-member:hover .team-member--body {
    top: 0;
    color: #fff;
  }

  .team-member:hover .team-member--button {
    opacity: 1;
    visibility: visible;
  }

  .team.rose .team-member:hover .team-member--body {
    background-color: #e40670;
  }

  .team.rose .team-member:hover .team-member--name {
    color: inherit;
  }

  .team.blue .team-member:hover .team-member--body {
    background-color: #00a5b5;
  }

  .team.blue .team-member:hover .team-member--name {
    color: inherit;
  }

  .team.green .team-member:hover .team-member--body {
    background-color: #02a9a8;
  }

  .team.green .team-member:hover .team-member--name {
    color: inherit;
  }

  .team.orange .team-member:hover .team-member--body {
    background-color: #d53929;
  }

  .team.orange .team-member:hover .team-member--name {
    color: inherit;
  }
}

/**
--------------------------------------------------
  Press
--------------------------------------------------
**/
.press-item.level-one,
.press-item.level-two {
  display: none;
}

.press-item.level-one {
  margin-left: 60px;
}

.press-item.level-two {
  margin-left: 120px;
}

.press-summary,
.press-detail {
  line-height: 1.5;
}

.press-meta,
.press-summary {
  font-weight: 500;
}

.press-meta {
  padding: 2px 0;
  font-size: 14px;
  color: #d53929;
}

.press-summary a {
  color: inherit;
}

.press-summary a:hover {
  text-decoration: underline;
}

.press-detail {
  font-size: 14px;
}

.press-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.press-size svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
}

/* xs - sm */
@media (max-width: 1023px) {
  .press-aside {
    border-top: #f8f8f8 solid 1px;
  }

  .press-meta,
  .press-summary {
    margin-top: 10px;
  }

  .press-summary {
    font-size: 18px;
  }

  .press-size {
    margin-top: 15px;
  }
}

/* xs */
@media (max-width: 767px) {

  .press-body,
  .press-aside {
    padding: 25px 0;
  }

  .press-aside {
    text-align: center;
  }

  .press-size {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .press-item {
    padding: 0 20px;
  }

  .press-item+.press-item {
    margin-top: 20px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {

  .press-body,
  .press-aside {
    padding: 30px 0;
  }

  .press-size {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .press-item {
    padding: 0 30px;
  }

  .press-item+.press-item {
    margin-top: 30px;
  }
}

/* md - lg */
@media (min-width: 1024px) {

  .press-body,
  .press-aside {
    position: relative;
  }

  .press-aside {
    padding-top: 20px;
  }

  .press-tag {
    padding-left: 0;
  }

  .press-summary {
    margin-top: 20px;
    font-size: 20px;
  }

  .press-size {
    position: absolute;
    top: 0;
    left: 0;
  }

  .press-meta {
    width: auto;
    white-space: nowrap;
  }

  .press-size {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }

  .press-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 30px;
  }

  .press-item+.press-item {
    margin-top: 30px;
  }
}

/**
--------------------------------------------------
  Event
--------------------------------------------------
**/
.event-image {
  margin-right: 0;
  margin-left: 0;
}

.event-header {
  padding: 0 0 30px;
}

.event-title {
  font-weight: 500;
  line-height: 1.25;
}

.event-tag {
  margin-bottom: 25px;
}

.event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-time,
.event-location {
  font-weight: 500;
  line-height: 1.5;
}

.event-location {
  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;
}

.event-location svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
  color: #d53929;
}

.event-location span {
  display: block;
  text-transform: uppercase;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .event-body {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .event-title {
    font-size: 36px;
  }
}

/* xs */
@media (max-width: 767px) {
  .event-toolbar {
    margin-bottom: 30px;
  }

  .event-header {
    text-align: center;
  }

  .event-tag ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .event-time,
  .event-location {
    font-size: 14px;
  }

  .event-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .event-info .event-time,
  .event-info .event-location {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .event-info .event-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 20px;
  }

  .event-info .event-location {
    margin-left: 20px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .event-toolbar {
    position: absolute;
    top: -70px;
    right: 20px;
  }

  .event-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .event-info .event-time,
  .event-info .event-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .event-info .event-location {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .event-info .event-button,
  .event-info .event-location {
    margin-left: 20px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .event-body {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .event-title {
    font-size: 40px;
  }
}

/**
--------------------------------------------------
  Block
--------------------------------------------------
**/
.block {
  position: relative;
  overflow: hidden;
}

.block-media {
  min-height: 580px;
}

.block-media .block-image,
.block-media .block-body {
  position: absolute;
}

.block-media .block-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.block-media .block-body {
  bottom: 0;
  z-index: 2;
  background-color: #fff;
}

.block-media.left .block-body {
  left: 0;
  border-top-right-radius: 20px;
}

.block-media.right .block-body {
  right: 0;
  border-top-left-radius: 20px;
}

.block-media .block-title {
  font-weight: 700;
}

.block-media .block-summary {
  line-height: 1.5;
}

.block-media .block-button {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.block-media .block-button a {
  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;
}

.block-media .block-button svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block-media.rose {
  background-color: #fce6f0;
}

.block-media.rose .block-button a {
  color: #e40670;
}

.block-media.rose .block-button a:hover {
  color: #021a3f;
}

.block-media.blue {
  background-color: #e5f6f6;
}

.block-media.blue .block-button a {
  color: #00a5b5;
}

.block-media.blue .block-button a:hover {
  color: #021a3f;
}

.block-media.green {
  background-color: #e8f0f9;
}

.block-media.green .block-button a {
  color: #02a9a8;
}

.block-media.green .block-button a:hover {
  color: #021a3f;
}

.block-media.orange {
  background-color: #ffe9dd;
}

.block-media.orange .block-button a {
  color: #d53929;
}

.block-media.orange .block-button a:hover {
  color: #021a3f;
}

.block-twitter .block-image {
  height: 190px;
}

.block-twitter .block-summary {
  line-height: 1.5;
}

.block-twitter .block-summary a {
  color: #00a9e6;
}

.block-twitter .block-summary a:hover {
  text-decoration: underline;
}

.block-twitter .block-button {
  position: absolute;
  bottom: 30px;
}

.block-cover .block-image {
  position: relative;
  z-index: 1;
}

.block-cover .block-body {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: calc(100% - 25px);
  max-width: 480px;
  background-color: #fff;
}

.block-cover.left .block-body {
  left: 0;
  border-top-right-radius: 20px;
}

.block-cover.right .block-body {
  right: 0;
  border-top-left-radius: 20px;
}

.block-cover .block-title {
  line-height: 1.25;
}

.block-cover .block-title a {
  color: currentColor;
}

.block-cover .block-title a:hover {
  text-decoration: underline;
}

.block-cover .block-button,
.block-cover .block-summary {
  display: none;
}

.block-cover .block-summary {
  line-height: 1.5;
}

.block-research .block-body {
  position: relative;
}

.block-research .block-title {
  font-weight: 700;
  line-height: 1.25;
}

.block-research .block-button {
  position: absolute;
}

.block-research .block-summary {
  line-height: 1.5;
}

.block-research.rose .block-title {
  color: #e40670;
}

.block-research.blue .block-title {
  color: #00a5b5;
}

.block-research.green .block-title {
  color: #02a9a8;
}

.block-research.orange .block-title {
  color: #d53929;
}

.block-info .block-icon {
  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;
  height: 90px;
  margin-bottom: 20px;
}

.block-info .block-title {
  font-weight: 700;
}

.block-info .block-summary {
  line-height: 1.5;
}

.block-info .block-summary ul {
  list-style: disc;
  margin-top: 10px;
  padding-left: 32px;
}

.block-info .block-button {
  position: absolute;
}

.block-info.rose {
  background-color: #e40670;
  color: #fff;
}

.block-info.rose.reverse {
  background-color: #fce6f0;
  color: #021a3f;
}

.block-info.rose.reverse .block-icon,
.block-info.rose.reverse .block-title {
  color: #e40670;
}

.block-info.blue {
  background-color: #00a5b5;
  color: #fff;
}

.block-info.blue.reverse {
  background-color: #e5f6f6;
  color: #021a3f;
}

.block-info.blue.reverse .block-icon,
.block-info.blue.reverse .block-title {
  color: #00a5b5;
}

.block-info.green {
  background-color: #02a9a8;
  color: #fff;
}

.block-info.green.reverse {
  background-color: #e8f0f9;
  color: #021a3f;
}

.block-info.green.reverse .block-icon,
.block-info.green.reverse .block-title {
  color: #02a9a8;
}

.block-info.orange {
  background-color: #d53929;
  color: #fff;
}

.block-info.orange.reverse {
  background-color: #ffe9dd;
  color: #021a3f;
}

.block-info.orange.reverse .block-icon,
.block-info.orange.reverse .block-title {
  color: #d53929;
}

.block-center {
  z-index: 1;
}

.block-center .block-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-position: right bottom;
  background-size: contain;
}

.block-center .block-title {
  font-weight: 700;
}

.block-center .block-summary {
  line-height: 1.5;
}

.block-center .block-button {
  position: absolute;
}

.block-center.rose {
  background-color: #fce6f0;
}

.block-center.rose .block-title {
  color: #e40670;
}

.block-center.blue {
  background-color: #e5f6f6;
}

.block-center.blue .block-title {
  color: #00a5b5;
}

.block-center.green {
  background-color: #e8f0f9;
}

.block-center.green .block-title {
  color: #02a9a8;
}

.block-center.orange {
  background-color: #ffe9dd;
}

.block-center.orange .block-title {
  color: #d53929;
}

.block-publication .block-image {
  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;
  height: 230px;
  padding: 25px;
}

.block-publication .block-image img {
  max-width: 150px;
  max-height: 180px;
  width: auto;
  height: auto;
}

.block-publication .block-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}

.block-publication .block-title a {
  color: currentColor;
}

.block-publication .block-title a:hover {
  text-decoration: underline;
}

.block-publication .block-tag {
  margin-bottom: 10px;
}

.block-publication .block-button {
  position: absolute;
}

.block-publication.rose .block-image {
  background-color: #fce6f0;
}

.block-publication.blue .block-image {
  background-color: #e5f6f6;
}

.block-publication.green .block-image {
  background-color: #e8f0f9;
}

.block-publication.orange .block-image {
  background-color: #ffe9dd;
}

.block-magazine .block-image,
.block-magazine .block-body,
.block-magazine .block-category {
  position: absolute;
}

.block-magazine .block-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.block-magazine .block-body,
.block-magazine .block-category {
  z-index: 2;
}

.block-magazine .block-legend,
.block-magazine .block-category,
.block-magazine .block-summary {
  line-height: 1.5;
}

.block-magazine .block-legend {
  margin-bottom: 20px;
}

.block-magazine .block-title {
  font-weight: 400;
  line-height: 1.25;
}

.block-magazine.navy {
  background-color: #021a3f;
  color: #fff;
}

.block-magazine.navy.reverse {
  background-color: #e8f0f9;
  color: #021a3f;
}

.block-magazine.rose {
  background-color: #e40670;
  color: #fff;
}

.block-magazine.rose.reverse {
  background-color: #fce6f0;
  color: #e40670;
}

.block-magazine.blue {
  background-color: #00a5b5;
  color: #fff;
}

.block-magazine.blue.reverse {
  background-color: #e5f6f6;
  color: #00a5b5;
}

.block-magazine.green {
  background-color: #02a9a8;
  color: #fff;
}

.block-magazine.green.reverse {
  background-color: #e8f0f9;
  color: #02a9a8;
}

.block-magazine.orange {
  background-color: #d53929;
  color: #fff;
}

.block-magazine.orange.reverse {
  background-color: #ffe9dd;
  color: #d53929;
}

.block-magazine .block-body.block-large-banner {
  width: 40%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
}

.block-verbatim .block-image {
  position: relative;
}

.block-verbatim .block-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
  background-color: #021a3f;
  opacity: 0.5;
}

.member-block .block-verbatim .block-image::after {
  opacity: 0.1;
}

.block-verbatim .block-category {
  color: #d53929;
}

.block-verbatim .block-category span {
  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;
  background-color: #fff;
}

.block-verbatim .block-title {
  font-weight: 400;
}

.block-verbatim .block-title a {
  color: currentColor;
}

.block-verbatim .block-title a:hover {
  text-decoration: underline;
}

.block-verbatim .block-summary {
  line-height: 1.5;
}

.block-verbatim.i1 .block-image,
.block-verbatim.i1 .block-body,
.block-verbatim.i1 .block-category {
  position: absolute;
}

.block-verbatim.i1 .block-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.block-verbatim.i1 .block-body,
.block-verbatim.i1 .block-category {
  z-index: 2;
}

.block-verbatim.i1 .block-body {
  bottom: 30px;
  color: #fff;
}

.block-verbatim.i1 .block-category span {
  width: 50px;
  height: 50px;
}

.block-verbatim.i1 .block-summary {
  margin-top: 20px;
  font-weight: 700;
}

.block-verbatim.i2 .block-body,
.block-verbatim.i2 .block-category {
  padding-top: 20px;
}

.block-verbatim.i2 .block-body {
  padding-bottom: 30px;
}

.block-verbatim.i2 .block-category span {
  height: 30px;
}

.block-verbatim.i2 .block-summary {
  margin-top: 10px;
}

.block-article .block-category {
  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;
}

.block-article .block-category span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
  width: 40px;
  height: 40px;
  color: #fff;
}

.block-article .block-category strong {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  margin-left: 12px;
  font-weight: inherit;
  line-height: 1.25;
}

.block-article .block-title {
  margin-top: 10px;
  font-weight: 400;
  line-height: 1.25;
}

.block-article .block-title a {
  text-decoration: none;
  color: currentColor;
}

.block-article .block-title a:hover {
  text-decoration: underline;
}

.block-article .block-meta {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.block-article .block-summary {
  margin-top: 15px;
  line-height: 1.5;
}

.block-article.rose .block-category span {
  background-color: #e40670;
}

.block-article.blue .block-category span {
  background-color: #00a5b5;
}

.block-article.green .block-category span {
  background-color: #02a9a8;
}

.block-article.orange .block-category span {
  background-color: #d53929;
}

.block-article.i1 .block-tag {
  margin-top: 30px;
}

.block-article.i1.rose {
  background-color: #fce6f0;
}

.block-article.i1.blue {
  background-color: #e5f6f6;
}

.block-article.i1.green {
  background-color: #e8f0f9;
}

.block-article.i1.orange {
  background-color: #ffe9dd;
}

.block-article.i2 .block-body {
  padding: 20px 20px 30px;
}

.block-article.i2 .block-tag {
  margin-top: 30px;
}

.block-article.i2.icon .block-body {
  padding-bottom: 100px;
}

.block-article.i2.icon .block-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.block-article.i2.rose {
  background-color: #fce6f0;
  color: #e40670;
}

.block-article.i2.blue {
  background-color: #e5f6f6;
  color: #00a5b5;
}

.block-article.i2.green {
  background-color: #e8f0f9;
  color: #02a9a8;
}

.block-article.i2.orange {
  background-color: #ffe9dd;
  color: #d53929;
}

.block-article.i2.navy {
  background-color: #dae0e9;
  color: #021a3f;
}

.block-article.i3 {
  background-color: #fff;
}

.block-article.i3 .block-image {
  position: relative;
  height: 190px;
  background-position: center center;
}

.block-article.i3 .block-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
  background-color: #021a3f;
  opacity: 0;
}

.block-article.i3 .block-body {
  min-height: 210px;
  padding: 20px 20px 30px;
}

.block-article.i3 .block-category {
  position: absolute;
  top: 20px;
  left: 20px;
}

.block-article.i3.icon .block-body {
  padding-right: 90px;
}

.block-article.i3.icon .block-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.block-article.i3.reverse {
  color: #fff;
}

.block-article.i3.rose.reverse {
  background-color: #e40670;
}

.block-article.i3.blue.reverse {
  background-color: #00a5b5;
}

.block-article.i3.green.reverse {
  background-color: #02a9a8;
}

.block-article.i3.orange.reverse {
  background-color: #d53929;
}

.block-article.i4,
.block-article.i5 {
  min-height: 580px;
}

.block-article.i4 .block-image,
.block-article.i4 .block-body,
.block-article.i4 .block-category,
.block-article.i5 .block-image,
.block-article.i5 .block-body,
.block-article.i5 .block-category {
  position: absolute;
}

.block-article.i4 .block-image,
.block-article.i5 .block-image {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.block-article.i4 .block-body,
.block-article.i5 .block-body {
  bottom: 0;
  z-index: 2;
}

.block-article.i4.left .block-body,
.block-article.i5.left .block-body {
  left: 0;
  border-top-right-radius: 20px;
}

.block-article.i4.right .block-body,
.block-article.i5.right .block-body {
  right: 0;
  border-top-left-radius: 20px;
}

.block-article.i4 .block-category,
.block-article.i5 .block-category {
  top: 20px;
  left: 20px;
  z-index: 3;
}

.block-article.i4 .block-body {
  background-color: #fff;
}

.block-article.i4.rose {
  background-color: #fce6f0;
}

.block-article.i4.blue {
  background-color: #e5f6f6;
}

.block-article.i4.green {
  background-color: #e8f0f9;
}

.block-article.i4.orange {
  background-color: #ffe9dd;
}

.block-article.i5.rose .block-body {
  background-color: #fce6f0;
  color: #e40670;
}

.block-article.i5.blue .block-body {
  background-color: #e5f6f6;
  color: #00a5b5;
}

.block-article.i5.green .block-body {
  background-color: #e8f0f9;
  color: #02a9a8;
}

.block-article.i5.orange .block-body {
  background-color: #ffe9dd;
  color: #d53929;
}

.block-article.i2.small .block-title,
.block-article.i3.small .block-title,
.block-article.i4.small .block-title,
.block-article.i5.small .block-title {
  font-size: 20px;
  line-height: 1.4;
}

.block-article.i2.small .block-summary,
.block-article.i3.small .block-summary,
.block-article.i4.small .block-summary,
.block-article.i5.small .block-summary {
  font-size: 14px;
}

.block-expert .block-image {
  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;
  height: 180px;
  padding: 30px;
}

.block-expert .block-image img {
  max-width: 140px;
  max-height: 100px;
  width: auto;
  height: auto;
}

.block-expert .block-body {
  padding: 20px 20px 30px;
  border-top: #f8f8f8 solid 2px;
}

.block-expert .block-tag {
  margin-bottom: 15px;
}

.block-expert .block-title {
  font-weight: 400;
  line-height: 1.25;
}

.block-expert .block-title a {
  color: currentColor;
}

.block-expert .block-title a:hover {
  text-decoration: underline;
}

.block-program {
  padding: 20px 20px 105px;
}

.block-program .block-tag {
  margin-bottom: 20px;
}

.block-program .block-meta,
.block-program .block-info,
.block-program .block-status,
.block-program .block-summary {
  font-size: 14px;
  line-height: 1.5;
}

.block-program .block-meta {
  margin-bottom: 5px;
  font-weight: 300;
}

.block-program .block-info a,
.block-program .block-status a,
.block-program .block-summary a {
  text-decoration: underline;
  color: #007fc8;
}

.block-program .block-info a:hover,
.block-program .block-status a:hover,
.block-program .block-summary a:hover {
  text-decoration: none;
}

.block-program .block-info,
.block-program .block-status {
  font-weight: 700;
}

.block-program .block-info strong,
.block-program .block-status strong {
  font-weight: 400;
}

.block-program .block-info {
  margin-top: 15px;
}

.block-program .block-status {
  margin-bottom: 10px;
}

.block-program .block-summary {
  margin-top: 5px;
}

.block-program .block-title {
  font-weight: 500;
  line-height: 1.25;
}

.block-program .block-title a {
  color: currentColor;
}

.block-program .block-title a:hover {
  text-decoration: underline;
}

.block-program .block-button {
  position: absolute;
  right: 20px;
  bottom: 30px;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .block-cover .block-image {
    height: 420px;
  }

  .block-cover .block-title {
    font-weight: 700;
  }

  .block-media .block-body {
    width: 100%;
    max-width: 440px;
    padding: 30px 20px;
  }

  .block-media .block-title {
    font-size: 36px;
  }

  .block-media .block-summary {
    font-size: 18px;
  }

  .block-media .block-button svg {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .block-twitter {
    padding: 30px 20px 105px;
  }

  .block-twitter .block-summary {
    font-size: 18px;
  }

  .block-twitter .block-button {
    left: 20px;
  }

  .block-info .block-image {
    height: 300px;
  }

  .block-info .block-body {
    padding: 30px 20px 105px;
  }

  .block-info .block-title {
    font-size: 24px;
    line-height: 1.25;
  }

  .block-info .block-summary {
    font-size: 18px;
  }

  .block-info .block-button {
    bottom: 30px;
    left: 20px;
  }

  .block-center {
    min-height: 580px;
  }

  .block-center .block-body {
    padding: 30px 20px;
  }

  .block-center .block-title,
  .block-center .block-legend {
    font-size: 24px;
    line-height: 1.25;
  }

  .block-center .block-summary {
    font-size: 18px;
  }

  .block-center .block-button {
    bottom: 30px;
    left: 20px;
  }

  .block-magazine {
    padding: 30px 20px;
  }

  .block-magazine .block-category {
    top: 25px;
  }

  .block-magazine.i1 .block-body,
  .block-magazine.i1 .block-category {
    left: 20px;
  }

  .block-magazine.i1 .block-body {
    bottom: 30px;
    right: 20px;
  }

  .block-magazine.i1 .block-title {
    font-size: 36px;
  }

  .block-magazine.i2 .block-body,
  .block-magazine.i2 .block-category {
    left: 20px;
  }

  .block-magazine.i2 .block-body {
    bottom: auto;
    right: 20px;
    width: auto;
  }

  .block-magazine.i2 .block-title {
    font-size: 28px;
  }

  .block-magazine.i3 .block-body,
  .block-magazine.i3 .block-category {
    left: 20px;
  }

  .block-magazine.i3 .block-body {
    bottom: 30px;
    right: 20px;
  }

  .block-magazine.i3 .block-title {
    font-size: 20px;
  }

  .block-magazine.i4 .block-body {
    right: 20px;
  }

  .block-magazine.i4 .block-category {
    left: 20px;
  }

  .block-magazine.i4 .block-title {
    font-size: 28px;
  }

  .block-verbatim.i1 {
    height: 480px;
    padding: 30px 20px;
  }

  .block-verbatim.i1 .block-body {
    right: 20px;
    left: 20px;
  }

  .block-verbatim.i1 .block-category {
    top: 20px;
    left: 20px;
  }

  .block-verbatim.i1 .block-title {
    font-size: 32px;
    line-height: 1.25;
  }

  .block-verbatim.i2 .block-image {
    height: 220px;
  }

  .block-verbatim.i2 .block-body,
  .block-verbatim.i2 .block-category {
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-verbatim.i2 .block-title {
    font-size: 20px;
    line-height: 1.25;
  }

  .block-article.i1 .block-title {
    font-size: 24px;
  }

  .block-article.i2 .block-title,
  .block-article.i3 .block-title,
  .block-article.i4 .block-title,
  .block-article.i5 .block-title {
    font-size: 20px;
  }

  .block-article.i4 .block-body,
  .block-article.i5 .block-body {
    width: 100%;
    max-width: 440px;
    padding: 30px 20px;
  }

  .block-expert .block-title {
    font-size: 20px;
  }

  .block-program .block-title {
    font-size: 20px;
  }
}

/* xs */
@media (max-width: 767px) {
  .block-cover .block-body {
    padding: 30px 20px;
  }

  .block-cover .block-title {
    font-size: 24px;
  }

  .block-research .block-body {
    padding: 30px 20px 105px;
  }

  .block-research .block-title {
    font-size: 32px;
  }

  .block-research .block-button {
    bottom: 30px;
    left: 20px;
  }

  .block-publication .block-body {
    padding: 20px 80px 25px 20px;
  }

  .block-publication .block-button {
    right: 20px;
    bottom: 30px;
  }

  .block-magazine.i1 {
    height: 584px;
  }

  .block-magazine.i2,
  .block-magazine.i3 {
    height: 380px;
  }

  .block-magazine.i4 {
    height: 540px;
  }

  .block-magazine.i4 .block-body {
    bottom: 30px;
    left: 20px;
  }

  .block-magazine.i5 .block-image,
  .block-magazine.i5 .block-body {
    position: relative;
  }

  .block-magazine.i5 .block-image {
    margin-top: -30px;
    margin-right: -20px;
    margin-bottom: 30px;
    margin-left: -20px;
  }

  .block-article.i1 .block-body {
    padding: 20px 20px 30px;
  }

  .block-article {
    border-radius: 20px;
  }

  .block-article.i3 .block-image {
    height: auto;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .block-publication .block-body {
    padding: 20px 20px 80px;
  }

  .block-publication .block-button {
    bottom: 20px;
    left: 20px;
  }

  .block-magazine.i1 {
    height: 784px;
  }

  .block-magazine.i2,
  .block-magazine.i3 {
    height: 380px;
  }

  .block-magazine.i4 {
    height: 580px;
  }

  .block-magazine.i4 .block-body {
    top: 50%;
    left: calc(50% + 12px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .block-magazine.i5 {
    height: 580px;
  }

  .block-magazine.i5 .block-image {
    right: calc(50% + 12px);
  }

  .block-magazine.i5 .block-body {
    top: 50%;
    left: calc(50% + 12px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .block-article.i1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .block-article.i1 .block-image,
  .block-article.i1 .block-body {
    width: calc(50% - 12px);
  }

  .block-article.i1 .block-body {
    padding: 20px 20px 30px 0;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1279px) {
  .block-cover .block-body {
    padding: 30px;
  }

  .block-cover .block-title {
    font-size: 28px;
  }

  .block-research .block-body {
    padding: 40px 40px 125px;
  }

  .block-research .block-title {
    font-size: 36px;
  }

  .block-research .block-button {
    bottom: 40px;
    left: 40px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .block-cover .block-image {
    height: 620px;
  }

  .block-cover .block-body {
    padding: 30px;
  }

  .block-cover .block-title {
    font-size: 28px;
    font-weight: 500;
  }

  .block-cover:hover .block-title {
    font-size: 32px;
    font-weight: 700;
  }

  .block-cover:hover .block-button,
  .block-cover:hover .block-summary {
    display: block;
  }

  .block-research .block-body {
    padding: 50px 70px 145px;
  }

  .block-research .block-title {
    font-size: 40px;
  }

  .block-research .block-button {
    bottom: 50px;
    left: 70px;
  }

  .block-media .block-body {
    width: 60%;
    max-width: 440px;
    padding: 35px;
  }

  .block-media .block-title {
    font-size: 40px;
  }

  .block-media .block-summary {
    font-size: 20px;
  }

  .block-media .block-button svg {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }

  .block-twitter {
    padding: 30px 30px 105px;
  }

  .block-twitter .block-summary {
    font-size: 20px;
  }

  .block-twitter .block-button {
    left: 30px;
  }

  .block-info .block-image {
    height: 360px;
  }

  .block-info .block-body {
    padding: 35px 35px 115px;
  }

  .block-info .block-body.no-link {
    padding: 35px 35px 65px;
  }

  .block-info .block-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .block-info .block-summary {
    font-size: 24px;
  }

  .block-info .block-button {
    bottom: 35px;
    left: 35px;
  }

  .block-center .block-body {
    padding: 35px 35px 115px;
  }

  .block-center .block-title,
  .block-center .block-legend {
    font-size: 30px;
    line-height: 1.2;
  }

  .block-center .block-summary {
    font-size: 24px;
  }

  .block-center .block-button {
    bottom: 35px;
    left: 35px;
  }

  .block-magazine .block-legend {
    font-size: 18px;
  }

  .block-magazine .block-category,
  .block-magazine .block-summary {
    font-size: 20px;
  }

  .block-magazine .block-category {
    top: 30px;
  }

  .block-magazine.i1 {
    padding: 35px;
  }

  .block-magazine.i1 .block-body,
  .block-magazine.i1 .block-category {
    left: 35px;
  }

  .block-magazine.i1 .block-body {
    bottom: 35px;
    right: 35px;
  }

  .block-magazine.i1 .block-title {
    font-size: 60px;
  }

  .block-magazine.i2 {
    padding: 35px;
  }

  .block-magazine.i2 .block-body,
  .block-magazine.i2 .block-category {
    left: 35px;
  }

  .block-magazine.i2 .block-body {
    bottom: 35px;
    right: 35px;
  }

  .block-magazine.i2 .block-body.block-large-banner {
    bottom: 0;
    left: 70px;
  }

  .block-magazine.i2 .block-body.block-large-banner.content-right {
    right: 70px;
    left: inherit;
  }

  .block-magazine.i2 .block-title {
    font-size: 32px;
  }

  .block-magazine.i3 {
    padding: 25px;
  }

  .block-magazine.i3 .block-body,
  .block-magazine.i3 .block-category {
    left: 25px;
  }

  .block-magazine.i3 .block-body {
    bottom: 25px;
    right: 25px;
  }

  .block-magazine.i3 .block-title {
    font-size: 20px;
  }

  .block-magazine.i4 {
    padding: 35px;
  }

  .block-magazine.i4 .block-body {
    right: 35px;
  }

  .block-magazine.i4 .block-category {
    left: 35px;
  }

  .block-magazine.i4 .block-title {
    font-size: 44px;
  }

  .block-magazine.i5 {
    padding: 35px;
  }

  .block-magazine.i5 .block-body {
    right: 35px;
  }

  .block-magazine.i5 .block-category {
    left: 35px;
  }

  .block-magazine.i5 .block-title {
    font-size: 44px;
  }

  .block-verbatim.i1 {
    height: 560px;
    padding: 30px;
  }

  .block-verbatim.i1 .block-body {
    right: 30px;
    left: 30px;
  }

  .block-verbatim.i1 .block-category {
    top: 30px;
    left: 30px;
  }

  .block-verbatim.i1 .block-title {
    font-size: 44px;
    line-height: 1;
  }

  .block-verbatim.i1 .block-summary {
    font-size: 18px;
  }

  .block-verbatim.i2 .block-image {
    height: 270px;
  }

  .block-verbatim.i2 .block-body,
  .block-verbatim.i2 .block-category {
    padding-right: 30px;
    padding-left: 30px;
  }

  .block-verbatim.i2 .block-title {
    font-size: 24px;
    line-height: 1.25;
  }

  .block-article.i1 .block-title {
    font-size: 32px;
  }

  .block-article.i2 .block-title,
  .block-article.i3 .block-title,
  .block-article.i4 .block-title,
  .block-article.i5 .block-title {
    font-size: 24px;
  }

  .block-article.i4 .block-body,
  .block-article.i5 .block-body {
    width: 60%;
    max-width: 440px;
    padding: 35px;
  }

  .block-expert .block-title {
    font-size: 24px;
  }

  .block-program .block-title {
    font-size: 24px;
  }
}

/**
--------------------------------------------------
  Center
--------------------------------------------------
**/
.center-item {
  line-height: 1.5;
}

.center-item--title,
.center-item--status {
  color: #d53929;
}

.center-item--title {
  font-weight: 500;
}

.center-item--title a {
  color: currentColor;
}

.center-item--title a:hover {
  text-decoration: underline;
}

.center-item--status {
  display: none;
}

.center-item--status svg {
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
  background-color: #ffe9dd;
  border-radius: 50%;
}

.center-item--location svg {
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
}

.center-item.active .center-item--title,
.center-item.active .center-item--status {
  color: #00a5b5;
}

.center-item.active .center-item--status {
  display: block;
}

.center-item.active .center-item--status svg {
  background-color: #e5f6f6;
}

.center-map,
.center-pin,
.center-popin {
  position: absolute;
}

.center-map {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.center-pin {
  color: #d53929;
}

.center-pin.active {
  color: #00a5b5;
}

.center-popin {
  width: 180px;
  padding: 15px 20px 25px;
  line-height: 1.5;
  border: #d53929 solid 1px;
}

.center-popin::before,
.center-popin::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 10px 9px 0 9px;
}

.center-popin::before {
  bottom: -10px;
  border-top-color: #d53929;
}

.center-popin::after {
  bottom: -9px;
  border-top-color: #fff;
}

.center-popin--title {
  font-size: 14px;
  font-weight: 500;
  color: #d53929;
}

.center-popin--list {
  font-size: 10px;
}

.center-popin--item {
  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;
}

.center-popin--item+.center-popin--item {
  margin-top: 5px;
}

.center-popin--icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 15px;
  margin-right: 5px;
  color: #d53929;
}

.center-popin--text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.center-popin--text a {
  text-decoration: underline;
  color: currentColor;
}

.center-popin--text a:hover {
  color: #d53929;
}

.center-popin--text strong {
  font-weight: 700;
}

.center-popin--text address {
  font-style: normal;
}

.center-detail {
  position: relative;
}

.center-detail--logo {
  padding: 5px;
  background-color: #fff;
  border-color: #f8f8f8;
  border-style: solid;
}

.center-detail--logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.center-detail--map {
  padding: 15px 20px;
  text-align: center;
}

.center-detail--map img {
  width: auto;
  height: 70px;
}

.center-detail--group {
  position: relative;
  color: #fff;
}

.center-detail--group .center-detail--button {
  position: absolute;
}

.center-detail--title,
.center-detail--contact,
.center-detail--location {
  line-height: 1.25;
}

.center-detail--title,
.center-detail--contact {
  font-weight: 500;
}

.center-detail--location {
  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;
}

.center-detail--location svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 16px;
  color: #d53929;
}

.center-detail--location address {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-style: normal;
}

.center-detail--location strong {
  font-weight: 500;
}

.center-score {
  position: relative;
}

.center-score--label {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  background-color: #021a3f;
  color: #fff;
}

.center-score--number,
.center-score--summary {
  text-align: center;
}

.center-score--number {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.center-score--number.i1 {
  color: #27a477;
}

.center-score--number.i2 {
  color: #3fd49e;
}

.center-score--number.i3 {
  color: #f8c200;
}

.center-score--number.i4 {
  color: #fb5d00;
}

.center-score--summary {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.center-score--info {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
}

.center-score--info a {
  text-decoration: underline;
  color: currentColor;
}

.center-score--info a:hover {
  color: #d53929;
}

.center-score--footer {
  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;
  border-top: #fff solid 3px;
}

.center-score--footer .center-score--info,
.center-score--footer .center-score--legend {
  padding: 12px 20px;
}

.center-legend {
  position: relative;
}

.center-legend--close,
.center-legend--trigger {
  background-color: transparent;
  border: 0;
  color: #021a3f;
}

.center-legend--close:hover,
.center-legend--trigger:hover {
  color: #d53929;
}

.center-legend--close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
}

.center-legend--icon,
.center-legend--trigger {
  font-size: 12px;
  line-height: 1.25;
}

.center-legend--icon {
  padding: 5px 10px;
  font-weight: 300;
}

.center-legend--trigger {
  padding: 0;
  font-weight: 700;
  text-decoration: underline;
}

.center-legend--modal {
  position: absolute;
  bottom: calc(100% + 25px);
  left: -10px;
  width: 240px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.center-legend--modal::after {
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-top-color: #fff;
}

.center-legend--label {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
}

.center-legend--color,
.center-legend--group {
  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;
}

.center-legend--color span {
  display: block;
  width: 10px;
  height: 10px;
}

.center-legend--color span.i1 {
  background-color: #27a477;
}

.center-legend--color span.i2 {
  background-color: #3fd49e;
}

.center-legend--color span.i3 {
  background-color: #f8c200;
}

.center-legend--color span.i4 {
  background-color: #fb5d00;
}

.center-legend--group {
  margin-top: 5px;
  margin-bottom: -5px;
  font-size: 0;
  line-height: 1;
}

.center-legend.active .center-legend--trigger {
  color: #d53929;
}

.center-legend.active .center-legend--modal {
  opacity: 1;
  visibility: visible;
}

.center-section--title {
  font-weight: 700;
  line-height: 1.25;
}

.center-block--header {
  position: relative;
}

.center-block--title {
  font-weight: 700;
  line-height: 1.25;
}

.center-block--icon {
  position: absolute;
}

.center-block--body {
  line-height: 1.5;
}

.center-block--body a {
  text-decoration: none;
}

.center-block--body a:hover {
  text-decoration: underline;
}

.center-block--body strong {
  font-weight: 500;
}

.center-block--body li+li {
  margin-top: 10px;
}

.center-block.rose {
  background-color: #fce6f0;
  color: #e40670;
}

.center-block.rose .center-block--body a {
  color: #021a3f;
}

.center-block.blue {
  background-color: #e5f6f6;
  color: #00a5b5;
}

.center-block.blue .center-block--body a {
  color: #021a3f;
}

.center-block.green {
  background-color: #e8f0f9;
  color: #02a9a8;
}

.center-block.green .center-block--body a {
  color: #021a3f;
}

.center-block.orange {
  background-color: #ffe9dd;
  color: #d53929;
}

.center-block.orange .center-block--body a {
  color: #021a3f;
}

.center-block.white {
  background-color: #fff;
}

.center-block.white .center-block--body a {
  color: #d53929;
}

.center-label--title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: #d53929;
}

.center-label--body {
  font-size: 18px;
  line-height: 1.5;
}

.center-label--body a {
  text-decoration: underline;
  color: currentColor;
}

.center-label--body a:hover {
  color: #d53929;
}

.center-label--body strong {
  font-weight: 500;
}

.center-social {
  padding: 80px 0;
  color: #fff;
}

.center-social--title {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.5;
}

.center-social--subtitle {
  margin-top: 20px;
}

.center-social--list a,
.center-social--list ul {
  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;
}

.center-social--list a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #021a3f;
}

.center-social--list li {
  padding: 0 8px;
}

/* xs */
@media (max-width: 767px) {
  .center-item {
    padding: 25px 20px;
    text-align: center;
  }

  .center-item--title {
    font-size: 18px;
  }

  .center-item--info,
  .center-item--status,
  .center-item--location {
    margin-top: 10px;
  }

  .center-item+.center-item {
    margin-top: 20px;
  }

  .center-detail {
    margin-top: 30px;
  }

  .center-detail--header .center-detail--logo {
    text-align: center;
    border-width: 2px 2px 0 2px;
    border-radius: 20px 20px 0 0;
  }

  .center-detail--header .center-detail--group {
    padding: 40px 30px 125px;
  }

  .center-detail--group .center-detail--button {
    bottom: 40px;
    left: 30px;
  }

  .center-detail--aside .center-detail--map {
    border-bottom: #fff solid 3px;
  }

  .center-detail--aside .center-detail--contact {
    padding: 15px 30px 15px 60px;
    border-top: #fff solid 3px;
  }

  .center-detail--aside .center-detail--location {
    padding: 25px 30px;
  }

  .center-detail--title {
    font-size: 36px;
  }

  .center-detail--body {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .center-detail--toolbar {
    margin-bottom: 30px;
  }

  .center-score {
    border-radius: 10px;
  }

  .center-score--item {
    padding: 40px 30px;
  }

  .center-score--item+.center-score--item {
    border-top: #fff solid 3px;
  }

  .center-score--list {
    padding-top: 20px;
  }

  .center-section {
    padding: 50px 0;
  }

  .center-section--title {
    font-size: 24px;
  }

  .center-block {
    border-radius: 10px;
  }

  .center-block--header {
    padding: 15px 50px 15px 20px;
    cursor: pointer;
  }

  .center-block--title {
    font-size: 20px;
  }

  .center-block--icon {
    top: 24px;
    right: 15px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  .center-block--body {
    display: none;
    padding: 0 20px 20px;
  }

  .center-block.active .center-block--icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }

  .center-block.active .center-block--body {
    display: block;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .center-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
  }

  .center-item--info,
  .center-item--title {
    width: 60%;
    padding: 2px 20px;
  }

  .center-item--status,
  .center-item--location {
    width: 40%;
    padding: 5px 20px;
    text-align: right;
  }

  .center-item--info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .center-item--title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 20px;
  }

  .center-item--status {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .center-item--location {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .center-item+.center-item {
    margin-top: 30px;
  }

  .center-detail {
    margin-top: 60px;
  }

  .center-detail--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .center-detail--header .center-detail--logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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;
    width: 45%;
    max-width: 400px;
    min-height: 300px;
    border-width: 2px 0 0 2px;
    border-radius: 20px 0 0 0;
  }

  .center-detail--header .center-detail--group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 40px 40px 125px;
    border-radius: 0 20px 0 0;
  }

  .center-detail--group .center-detail--button {
    bottom: 40px;
    left: 40px;
  }

  .center-detail--aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .center-detail--aside .center-detail--map,
  .center-detail--aside .center-detail--contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .center-detail--aside .center-detail--map {
    min-width: 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: #fff solid 3px;
  }

  .center-detail--aside .center-detail--contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-left: #fff solid 3px;
  }

  .center-detail--aside .center-detail--contact,
  .center-detail--aside .center-detail--location {
    padding: 30px 40px;
  }

  .center-detail--aside .center-detail--location {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .center-detail--title {
    font-size: 40px;
  }

  .center-detail--body {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .center-detail--toolbar {
    position: absolute;
    top: -100px;
    right: 20px;
  }

  .center-score {
    border-radius: 0 0 20px 0;
  }

  .center-score--item {
    padding: 60px 40px 40px;
  }

  .center-score--item+.center-score--item {
    border-left: #fff solid 3px;
  }

  .center-score--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .center-score--list .center-score--item {
    width: 33.33333%;
  }

  .center-section {
    padding: 70px 0;
  }

  .center-section--title {
    font-size: 32px;
  }

  .center-block--header {
    padding: 30px;
  }

  .center-block--title {
    font-size: 24px;
  }

  .center-block--icon {
    top: 42px;
    right: 20px;
  }

  .center-block--body {
    padding: 0 30px 30px;
  }
}

/**
--------------------------------------------------
  Career
--------------------------------------------------
**/
.career-title,
.career-subtitle {
  line-height: 1.25;
}

.career-subtitle {
  font-size: 24px;
}

.career-item {
  background-color: #273240 !important;
}

.career-item.children {
  background-color: #fff !important;
  margin-left: 60px;
  transition: all 0.3s ease;
}

.career-item.children:hover {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.career-item,
.career-summary {
  line-height: 1.5;
}

.career-item--type,
.career-item--title {
  font-weight: 500;
}

.career-item--title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.career-item.children .career-item--title {
  text-transform: none;
  font-size: 16px;
  color: #273240;
}

.career-item--location svg {
  display: inline-block;
  margin-right: 8px;
  vertical-align: text-bottom;
}

.career-section {
  position: relative;
  overflow: hidden;
}

.career-section.i1 .career-title,
.career-section.i1 .career-subtitle {
  color: #d53929;
}

.career-section.i1 .career-title {
  font-weight: 700;
  text-transform: uppercase;
}

.career-section.i1 .career-subtitle {
  font-weight: 500;
}

.career-section.i2 {
  position: relative;
}

.career-section.i2 .career-title {
  font-weight: 500;
}

.career-section.i2 .career-button {
  position: absolute;
}

.career-section.i2.rose {
  background-color: #fce6f0;
  color: #e40670;
}

.career-section.i2.blue {
  background-color: #e5f6f6;
  color: #00a5b5;
}

.career-section.i2.green {
  background-color: #e8f0f9;
  color: #02a9a8;
}

.career-section.i2.orange {
  background-color: #ffe9dd;
  color: #d53929;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .career-title {
    font-size: 24px;
  }

  .career-section.i1 {
    padding: 30px 20px;
  }

  .career-section.i2 {
    padding: 30px 20px 105px;
  }

  .career-section.i2 .career-button {
    right: 20px;
    bottom: 30px;
    left: 20px;
  }
}

/* xs */
@media (max-width: 767px) {
  .career-item {
    padding: 20px;
    text-align: center;
  }

  .career-item--type {
    margin-top: 15px;
  }

  .career-item--location {
    margin-top: 10px;
  }

  .career-item+.career-item {
    margin-top: 20px;
    display: block;
    margin: 12px 25px;
    padding: 12px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .career-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 10px;
  }

  .career-item--type {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 15%;
    padding: 7px 20px;
    text-align: right;
  }

  .career-item--title,
  .career-item--location {
    width: 85%;
    padding: 5px 20px;
  }

  .career-item--title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .career-item--location {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .career-item+.career-item {
    margin-top: 15px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .career-title {
    line-height: 35px;
  }

  .career-summary {
    font-size: 18px;
  }

  .career-section.i1 {
    min-height: 744px;
    padding: 35px 50px;
  }

  .career-section.i1 .career-title {
    font-size: 30px;
  }

  .career-section.i2 {
    min-height: 360px;
    padding: 35px 35px 65px;
  }

  .career-section.i2 .career-title {
    font-size: 28px;
  }

  .career-section.i2 .career-button {
    right: 35px;
    bottom: 35px;
    left: 35px;
  }
}

/**
--------------------------------------------------
  Figure
--------------------------------------------------
**/
.figure {
  position: relative;
  padding-top: 80px;
}

.figure::before,
.figure::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 3px;
  pointer-events: none;
  content: "";
  background-color: #d53929;
}

.figure::before {
  right: 50%;
}

.figure::after {
  left: 50%;
}

.figure-title {
  padding: 20px 0;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  color: #d53929;
}

.figure-button {
  margin-bottom: -40px;
}

.figure-number {
  font-weight: 500;
  line-height: 0.8;
}

.figure-summary {
  font-family: "Avenir", sans-serif;
  font-weight: 500;
}

.figure-item.rose {
  color: #e40670;
}

.figure-item.blue {
  color: #00a5b5;
}

.figure-item.green {
  color: #02a9a8;
}

.figure-item.orange {
  color: #d53929;
}

.figure-item.lime {
  color: #c8d400;
}

.figure-tree {
  position: relative;
}

.figure-tree .figure-number {
  font-weight: 700;
  white-space: nowrap;
}

.figure-single,
.figure-multiple {
  border-left: #d53929 solid 8px;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .figure-title {
    font-size: 24px;
  }

  .figure-icon svg {
    width: 150px;
    height: 150px;
  }

  .figure-summary {
    font-size: 18px;
    line-height: 24px;
  }
}

/* xs */
@media (max-width: 767px) {
  .figure-number {
    margin-top: 25px;
    font-size: 65px;
  }

  .figure-summary {
    margin-top: 15px;
  }

  .figure-tree {
    margin: 80px 0;
    padding: 20px 30px;
    background-color: #fff;
  }

  .figure-tree .figure-item {
    text-align: center;
  }

  .figure-single,
  .figure-multiple {
    padding: 0 30px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .figure-item.i5 .figure-number {
    margin-top: 25px;
    font-size: 65px;
  }

  .figure-item.i5 .figure-summary {
    margin-top: 15px;
  }

  .figure-item.i6 {
    position: relative;
    min-width: 320px;
    min-height: 250px;
    padding: 50px 0 50px 170px;
  }

  .figure-item.i6 .figure-icon {
    position: absolute;
    top: 50px;
    left: 0;
  }

  .figure-item.i6 .figure-number {
    font-size: 65px;
  }

  .figure-item.i6 .figure-summary {
    margin-top: 15px;
  }

  .figure-tree .figure-item,
  .figure-tree .figure-number,
  .figure-tree .figure-summary {
    position: absolute;
  }

  .figure-single {
    padding: 0 60px;
  }

  .figure-multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .figure-multiple .figure-item {
    margin-left: 40px;
  }

  .figure-multiple.one .figure-item {
    width: calc(100% - 40px);
  }

  .figure-multiple.two .figure-item {
    width: calc(50% - 40px);
  }

  .figure-multiple.three .figure-item {
    width: calc(33.33333% - 40px);
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1279px) {
  .figure-item.i1 {
    top: 40px;
    right: calc(50% + 53px);
  }

  .figure-item.i1 .figure-number {
    top: 165px;
    right: 170px;
    font-size: 130px;
  }

  .figure-item.i1 .figure-summary {
    top: 170px;
    left: 0;
    width: 180px;
  }

  .figure-item.i2 {
    top: 190px;
    left: calc(50% + 53px);
  }

  .figure-item.i2 .figure-number {
    top: 175px;
    left: 0;
    font-size: 80px;
  }

  .figure-item.i2 .figure-summary {
    top: 255px;
    left: 0;
    width: 220px;
  }

  .figure-item.i3 {
    top: 450px;
    right: calc(50% + 53px);
  }

  .figure-item.i3 .figure-number {
    top: 175px;
    right: 0;
    font-size: 170px;
  }

  .figure-item.i3 .figure-summary {
    top: 340px;
    right: 0;
    width: 290px;
  }

  .figure-item.i4 {
    top: 645px;
    left: calc(50% + 53px);
  }

  .figure-item.i4 .figure-number {
    top: 0;
    left: 170px;
    font-size: 140px;
  }

  .figure-item.i4 .figure-summary {
    top: 170px;
    left: 0;
    width: 220px;
  }

  .figure-tree {
    height: 1000px;
  }

  .figure-multiple {
    margin-top: 70px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .figure-title {
    font-size: 32px;
  }

  .figure-item.i1 .figure-summary,
  .figure-item.i2 .figure-summary,
  .figure-item.i3 .figure-summary,
  .figure-item.i4 .figure-summary {
    font-size: 20px;
    line-height: 1.25;
  }

  .figure-item.i5 .figure-summary,
  .figure-item.i6 .figure-summary {
    font-size: 18px;
    line-height: 24px;
  }

  .figure-item.i1 {
    top: 40px;
    right: calc(50% + 64px);
  }

  .figure-item.i1 .figure-number {
    top: 195px;
    right: 220px;
    font-size: 150px;
  }

  .figure-item.i1 .figure-summary {
    top: 210px;
    left: 0;
    width: 220px;
  }

  .figure-item.i2 {
    top: 230px;
    left: calc(50% + 64px);
  }

  .figure-item.i2 .figure-number {
    top: 210px;
    left: 0;
    font-size: 100px;
  }

  .figure-item.i2 .figure-summary {
    top: 305px;
    left: 0;
    width: 220px;
  }

  .figure-item.i3 {
    top: 540px;
    right: calc(50% + 64px);
  }

  .figure-item.i3 .figure-number {
    top: 210px;
    right: 0;
    font-size: 190px;
  }

  .figure-item.i3 .figure-summary {
    top: 390px;
    right: 0;
    width: 320px;
  }

  .figure-item.i4 {
    top: 770px;
    left: calc(50% + 64px);
  }

  .figure-item.i4 .figure-number {
    top: -10px;
    left: 210px;
    font-size: 200px;
  }

  .figure-item.i4 .figure-summary {
    top: 210px;
    left: 0;
    width: 220px;
  }

  .figure-item.i5 .figure-icon svg,
  .figure-item.i6 .figure-icon svg {
    width: 150px;
    height: 150px;
  }

  .figure-tree {
    height: 1160px;
  }

  .figure-tree .figure-icon svg {
    width: 190px;
    height: 190px;
  }
}

/**
--------------------------------------------------
  Expert
--------------------------------------------------
**/
.expert-detail,
.expert-program {
  position: relative;
}

.expert-detail--logo,
.expert-program--logo {
  padding: 5px;
  background-color: #fff;
  border-color: #f8f8f8;
  border-style: solid;
}

.expert-detail--logo img,
.expert-program--logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.expert-detail--title,
.expert-program--title {
  font-weight: 500;
  line-height: 1.25;
}

.expert-detail--title,
.expert-detail--subtitle {
  color: #d53929;
}

.expert-detail--subtitle {
  font-weight: 500;
  line-height: 1.25;
}

.expert-detail--summary {
  font-weight: 500;
  line-height: 1.5;
}

.expert-detail--aside {
  padding: 25px 30px;
}

.expert-program--meta {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #d53929;
}

.expert-section--title {
  font-weight: 500;
  line-height: 1.25;
  color: #d53929;
}

.expert-section--summary {
  max-width: 640px;
  line-height: 1.5;
}

.expert-team {
  padding: 20px 20px 30px;
  line-height: 1.5;
}

.expert-team--name {
  font-size: 18px;
  font-weight: 500;
  color: #d53929;
}

.expert-team--summary {
  font-size: 14px;
}

.expert-figure--number {
  font-size: 70px;
  font-weight: 500;
  line-height: 0.8;
}

.expert-figure--summary {
  margin-top: 15px;
  font-size: 18px;
  line-height: 24px;
}

.expert-figure--summary em {
  font-style: normal;
}

.expert-figure--info {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.expert-figure--body {
  padding: 35px 30px;
  border-top: #fff solid 2px;
}

.expert-figure--button {
  margin-top: 40px;
}

.expert-figure.rose {
  background-color: #fce6f0;
  color: #e40670;
}

.expert-figure.blue {
  background-color: #e5f6f6;
  color: #00a5b5;
}

.expert-figure.green {
  background-color: #e8f0f9;
  color: #02a9a8;
}

.expert-figure.orange {
  background-color: #ffe9dd;
  color: #d53929;
}

.expert-publication--summary {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.expert-publication--button a {
  width: 100%;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .expert-program--container {
    margin-right: -20px;
    margin-left: -20px;
  }
}

/* xs */
@media (max-width: 767px) {

  .expert-detail,
  .expert-program {
    margin-top: 30px;
  }

  .expert-detail--header .expert-detail--logo,
  .expert-program--header .expert-detail--logo,
  .expert-detail--header .expert-program--logo,
  .expert-program--header .expert-program--logo {
    text-align: center;
    border-width: 2px 2px 0 2px;
    border-radius: 20px 20px 0 0;
  }

  .expert-detail--header .expert-detail--group,
  .expert-program--header .expert-detail--group,
  .expert-detail--header .expert-program--group,
  .expert-program--header .expert-program--group {
    padding: 40px 30px;
  }

  .expert-detail--title,
  .expert-program--title {
    font-size: 36px;
  }

  .expert-detail--body,
  .expert-program--body {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .expert-detail--toolbar,
  .expert-program--toolbar {
    margin-bottom: 30px;
  }

  .expert-detail--subtitle {
    font-size: 20px;
  }

  .expert-detail--aside .expert-detail--button {
    margin-top: 30px;
  }

  .expert-detail--aside .expert-detail--summary {
    margin-top: 10px;
  }

  .expert-program--image {
    min-height: 355px;
    margin-bottom: -75px;
  }

  .expert-section {
    padding: 50px 0;
  }

  .expert-section--title {
    font-size: 24px;
  }

  .expert-team {
    max-width: 270px;
  }

  .expert-figure {
    border-bottom-right-radius: 20px;
  }

  .expert-figure--list li {
    padding: 45px 30px;
  }

  .expert-figure--list li+li {
    border-top: #fff solid 2px;
  }

  .expert-figure--button a {
    width: 100%;
  }

  .expert-figure--button a+a {
    margin-top: 20px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {

  .expert-detail,
  .expert-program {
    margin-top: 60px;
  }

  .expert-detail--header,
  .expert-program--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: #f8f8f8 solid 2px;
  }

  .expert-detail--header .expert-detail--logo,
  .expert-program--header .expert-detail--logo,
  .expert-detail--header .expert-program--logo,
  .expert-program--header .expert-program--logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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;
    width: 45%;
    max-width: 400px;
    min-height: 300px;
    border-width: 2px 0 0 2px;
    border-radius: 20px 0 0 0;
  }

  .expert-detail--header .expert-detail--group,
  .expert-program--header .expert-detail--group,
  .expert-detail--header .expert-program--group,
  .expert-program--header .expert-program--group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 40px;
    border-radius: 0 20px 0 0;
  }

  .expert-detail--title,
  .expert-program--title {
    font-size: 40px;
  }

  .expert-detail--body,
  .expert-program--body {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .expert-detail--toolbar,
  .expert-program--toolbar {
    position: absolute;
    top: -100px;
    right: 20px;
  }

  .expert-detail--aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .expert-detail--aside .expert-detail--button,
  .expert-detail--aside .expert-detail--subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .expert-detail--aside .expert-detail--button {
    margin-left: 25px;
  }

  .expert-detail--aside .expert-detail--subtitle {
    margin-right: 25px;
  }

  .expert-detail--aside .expert-detail--summary {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .expert-detail--subtitle {
    font-size: 24px;
  }

  .expert-detail--summary {
    font-size: 18px;
  }

  .expert-program--image {
    min-height: 435px;
    margin-bottom: -105px;
  }

  .expert-section {
    padding: 70px 0;
  }

  .expert-section--title {
    font-size: 28px;
  }

  .expert-section--summary {
    font-size: 18px;
  }

  .expert-figure {
    border-top-right-radius: 30px;
  }

  .expert-figure--list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .expert-figure--list li {
    width: 33.33333%;
    padding: 65px 30px;
  }

  .expert-figure--list li+li {
    border-left: #fff solid 2px;
  }

  .expert-figure--summary em {
    display: block;
  }

  .expert-figure--button {
    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;
  }

  .expert-figure--button a+a {
    margin-left: 30px;
  }
}

/**
--------------------------------------------------
  Article
--------------------------------------------------
**/
.article-title {
  font-weight: 500;
}

.article-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-left: 80px;
}

.article-icon span {
  position: absolute;
  top: 5px;
  left: 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;
  width: 60px;
  height: 60px;
  background-color: #d53929;
  color: #fff;
}

.article-icon svg {
  width: 32px;
  height: 16px;
}

.article-icon em,
.article-icon strong {
  display: block;
  line-height: 1;
}

.article-icon em {
  padding-left: 0.2em;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.article-icon strong {
  font-family: "CooperBT", serif;
  font-size: 50px;
  font-weight: 300;
}

.article.i1 .article-container {
  position: relative;
}

.article.i1 .article-header {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.article.i1 .article-title {
  padding: 20px 0;
}

.article.i1 .article-mask,
.article.i1 .article-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.article.i1 .article-mask {
  bottom: 0;
}

.article.i2 .article-meta,
.article.i2 .article-category {
  line-height: 1.5;
}

.article.i2 .article-meta {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #d53929;
}

.article.i2 .article-category {
  margin-bottom: 15px;
}

.article.i2 .article-tag {
  margin-top: 30px;
}

.article.i2 .article-tag ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article.i2 .article-image {
  margin-top: 40px;
}

.article.i3 .article-container {
  position: relative;
}

.article.i3 .article-header {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.article.i3 .article-title {
  padding: 20px 0;
}

.article.i3 .article-mask,
.article.i3 .article-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

.article.i3 .article-mask {
  bottom: 0;
}

.article.i3 .article-meta,
.article.i3 .article-category {
  line-height: 1.5;
}

.article.i3 .article-meta {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #d53929;
}

.article.i3 .article-category {
  margin-bottom: 15px;
}

.article.i3 .article-tag ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* xs - sm - md */
@media (max-width: 1279px) {
  .article.i1 .article-container {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .article.i2 .article-image {
    margin-right: -20px;
    margin-left: -20px;
  }

  .article.i3 .article-container {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* xs */
@media (max-width: 767px) {
  .article-title {
    font-size: 36px;
    line-height: 1.25;
  }

  .article-body {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .article.i1 .article-header {
    min-height: 280px;
    padding: 20px 0;
  }

  .article.i1 .article-title {
    font-size: 44px;
    line-height: 50px;
  }

  .article.i1 .article-image {
    bottom: -75px;
  }

  .article.i2 .article-toolbar {
    margin-bottom: 30px;
  }

  .article.i3 .article-header {
    min-height: 280px;
    padding: 20px 0;
  }

  .article.i3 .article-image {
    bottom: -75px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .article-body {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .article.i1 .article-header {
    min-height: 330px;
    padding: 40px 0;
  }

  .article.i1 .article-title {
    font-size: 64px;
    line-height: 70px;
  }

  .article.i1 .article-image {
    bottom: -105px;
  }

  .article.i2 .article-toolbar {
    position: absolute;
    top: -70px;
    right: 20px;
  }

  .article.i2 .article-title {
    font-size: 44px;
    line-height: 50px;
  }

  .article.i3 .article-header {
    min-height: 330px;
    padding: 40px 0;
  }

  .article.i3 .article-image {
    bottom: -105px;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1279px) {
  .article.i3 .article-title {
    font-size: 44px;
    line-height: 50px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .article.i3 .article-title {
    font-size: 50px;
    line-height: 54px;
  }
}

/**
--------------------------------------------------
  Mission
--------------------------------------------------
**/
.mission-section--title {
  font-weight: 500;
  line-height: 1.25;
}

.mission-section--summary {
  font-family: "Avenir", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

/* xs */
@media (max-width: 767px) {

  .mission-quote,
  .mission-figure,
  .mission-section {
    padding: 30px;
  }

  .mission-section--title {
    font-size: 28px;
  }

  .mission-section--summary {
    margin-top: 20px;
    font-size: 18px;
  }

  .mission-section--button {
    margin-top: 30px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .mission-section--title {
    font-size: 36px;
  }

  .mission-section--summary {
    margin-top: 30px;
    font-size: 22px;
  }

  .mission-section--button {
    margin-top: 40px;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1279px) {

  .mission-quote,
  .mission-figure,
  .mission-section {
    padding: 40px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .mission-quote {
    padding: 45px 90px;
  }

  .mission-figure {
    padding: 45px;
  }

  .mission-section {
    padding: 90px;
  }
}

/**
--------------------------------------------------
  Publication
--------------------------------------------------
**/
.publication-image {
  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;
  height: 180px;
}

.publication-image img {
  max-width: 150px;
  max-height: 130px;
  width: auto;
  height: auto;
}

.publication-title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.publication-title a {
  color: currentColor;
}

.publication-title a:hover {
  text-decoration: underline;
}

.publication-item.rose .publication-image {
  background-color: #fce6f0;
}

.publication-item.blue .publication-image {
  background-color: #e5f6f6;
}

.publication-item.green .publication-image {
  background-color: #e8f0f9;
}

.publication-item.orange .publication-image {
  background-color: #ffe9dd;
}

/* xs */
@media (max-width: 767px) {
  .publication-body {
    padding: 20px 20px 25px;
  }

  .publication-button {
    margin-top: 20px;
  }

  .publication-item {
    padding: 20px;
  }

  .publication-item+.publication-item {
    margin-top: 20px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .publication-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 24px;
  }

  .publication-group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .publication-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
  }

  .publication-item+.publication-item {
    margin-top: 30px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .publication-image {
    width: 280px;
  }

  .publication-button {
    margin-top: 30px;
  }

  .publication-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

/* md - lg */
@media (min-width: 1024px) {
  .publication-image {
    width: 320px;
  }

  .publication-group {
    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;
  }

  .publication-group .publication-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .publication-group .publication-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 24px;
  }

  .publication-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/**
--------------------------------------------------
  Newsletter
--------------------------------------------------
**/
.newsletter-title {
  font-weight: 700;
  line-height: 1;
}

.newsletter-meta {
  font-weight: 500;
  line-height: 1.25;
}

.newsletter-link {
  display: block;
}

.newsletter-article {
  position: relative;
  padding: 20px 20px 75px;
  background-color: #fff;
  color: #021a3f;
}

.newsletter-article--title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.newsletter-article--meta {
  line-height: 1.5;
}

.newsletter-article--meta span {
  font-weight: 500;
}

.newsletter-article--meta strong {
  font-weight: 400;
}

.newsletter-article--summary {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.newsletter-article--link {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5625;
}

.newsletter-article--link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  text-decoration: underline;
  color: currentColor;
}

.newsletter-article--link a:hover {
  text-decoration: none;
}

.newsletter-article--link svg {
  margin-left: 12px;
}

.newsletter-article.navy {
  background-color: #021a3f;
  color: #fff;
}

.newsletter-article.rose {
  background-color: #e40670;
  color: #fff;
}

.newsletter-article.blue {
  background-color: #00a5b5;
  color: #fff;
}

.newsletter-article.green {
  background-color: #02a9a8;
  color: #fff;
}

.newsletter-article.orange {
  background-color: #d53929;
  color: #fff;
}

.newsletter-article.darkgray {
  background-color: #273240;
  color: #fff;
}

.newsletter-banner {
  position: relative;
}

.newsletter-banner .newsletter-title {
  font-weight: 500;
}

.newsletter-banner .newsletter-header {
  position: relative;
  z-index: 2;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 300px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.newsletter-banner .newsletter-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.newsletter-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.newsletter-section.navy {
  background-color: #dae0e9;
}

.newsletter-section.navy .newsletter-title {
  color: #021a3f;
}

.newsletter-section.rose {
  background-color: #fce6f0;
}

.newsletter-section.rose .newsletter-title {
  color: #e40670;
}

.newsletter-section.blue {
  background-color: #e5f6f6;
}

.newsletter-section.blue .newsletter-title {
  color: #00a5b5;
}

.newsletter-section.green {
  background-color: #e8f0f9;
}

.newsletter-section.green .newsletter-title {
  color: #02a9a8;
}

.newsletter-section.orange {
  background-color: #ffe9dd;
}

.newsletter-section.orange .newsletter-title {
  color: #d53929;
}

.newsletter-image {
  min-height: 285px;
  display: flex;
}

.newsletter-image img {
  display: none;
}

.newsletter-image--title {
  margin: auto;
  align-items: center;
  color: #fff;
  font-size: 35px;
}

/* xs */
@media (max-width: 767px) {
  .newsletter-title {
    font-size: 32px;
  }

  .newsletter-meta {
    font-size: 20px;
  }

  .newsletter-header {
    margin-bottom: 20px;
  }

  .newsletter-filter {
    text-align: center;
  }

  .newsletter-filter a,
  .newsletter-filter span {
    margin-bottom: 15px;
  }

  .newsletter-banner {
    margin-right: -20px;
    margin-left: -20px;
  }

  .newsletter-banner .newsletter-title {
    font-size: 36px;
  }

  .newsletter-banner .newsletter-meta {
    font-size: 24px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .newsletter-meta {
    font-size: 24px;
  }

  .newsletter-header {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .newsletter-filter {
    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;
  }

  .newsletter-filter a,
  .newsletter-filter span {
    margin-right: 15px;
  }

  .newsletter-banner .newsletter-title {
    font-size: 48px;
  }

  .newsletter-banner .newsletter-meta {
    font-size: 32px;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1279px) {
  .newsletter-title {
    font-size: 36px;
  }
}

/* lg */
@media (min-width: 1280px) {
  .newsletter-title {
    font-size: 42px;
  }
}

/**
--------------------------------------------------
  Gravity Form
--------------------------------------------------
**/
.gform_fields {
  grid-row-gap: 30px !important;
  grid-column-gap: 24px !important;
}

.gfield_label {
  display: block !important;
  margin-bottom: 15px !important;
  padding: 0 !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  color: #d53929 !important;
}

.gfield_required {
  padding: 0 !important;
  font-size: 1em !important;
  color: inherit !important;
}

.gfield_required_text,
.gfield_required_custom {
  font-style: normal !important;
  font-weight: inherit !important;
}

.ginput_container_text input,
.ginput_container_select select,
.ginput_container_textarea textarea {
  width: 100% !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  background-color: #f8f8f8 !important;
  border: #f8f8f8 solid 1px !important;
  border-radius: 10px !important;
  color: #021a3f !important;
}

.ginput_container_text input::-webkit-input-placeholder,
.ginput_container_select select::-webkit-input-placeholder,
.ginput_container_textarea textarea::-webkit-input-placeholder {
  color: #d8d8d8 !important;
}

.ginput_container_text input::-moz-placeholder,
.ginput_container_select select::-moz-placeholder,
.ginput_container_textarea textarea::-moz-placeholder {
  color: #d8d8d8 !important;
}

.ginput_container_text input:-ms-input-placeholder,
.ginput_container_select select:-ms-input-placeholder,
.ginput_container_textarea textarea:-ms-input-placeholder {
  color: #d8d8d8 !important;
}

.ginput_container_text input::-ms-input-placeholder,
.ginput_container_select select::-ms-input-placeholder,
.ginput_container_textarea textarea::-ms-input-placeholder {
  color: #d8d8d8 !important;
}

.ginput_container_text input::placeholder,
.ginput_container_select select::placeholder,
.ginput_container_textarea textarea::placeholder {
  color: #d8d8d8 !important;
}

.ginput_container_text input:focus,
.ginput_container_select select:focus,
.ginput_container_textarea textarea:focus {
  border-color: #d8d8d8 !important;
}

.gfield_error .ginput_container_text input,
.gfield_error .ginput_container_select select,
.gfield_error .ginput_container_textarea textarea {
  border-color: rgba(204, 0, 0, 0.5) !important;
  color: #c00 !important;
}

.ginput_container_text input,
.ginput_container_textarea textarea {
  padding: 10px 15px !important;
}

.ginput_container_text input,
.ginput_container_select select {
  height: 45px !important;
}

.ginput_container_select select {
  padding: 10px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url(../img/ico-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
}

.gform_fileupload_rules {
  margin-top: 15px !important;
  font-family: "Avenir", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.ginput_container_consent {
  position: relative !important;
  overflow: hidden !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.ginput_container_consent input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
}

.ginput_container_consent label {
  position: relative !important;
  display: block !important;
  padding-left: 30px !important;
}

.ginput_container_consent label::before,
.ginput_container_consent label::after {
  position: absolute !important;
  pointer-events: none !important;
  content: "" !important;
  border-radius: 50% !important;
}

.ginput_container_consent label::before {
  top: 2px !important;
  left: 0 !important;
  width: 18px !important;
  height: 18px !important;
  background-color: #fff !important;
  border: #021a3f solid 1px !important;
}

.ginput_container_consent label::after {
  top: 7px !important;
  left: 5px !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #d53929 !important;
  opacity: 0 !important;
  -webkit-transition: opacity 0.25s ease-out !important;
  transition: opacity 0.25s ease-out !important;
}

.ginput_container_consent input:checked+label::after {
  opacity: 1 !important;
}

.ginput_container_consent .gfield_required_text {
  display: none !important;
}

.ginput_container_consent .gfield_required_asterisk {
  display: none !important;
}

.gfield_error .ginput_container_consent input[aria-invalid="true"]+label {
  color: #c00 !important;
}

.gfield_consent_description {
  max-height: none !important;
  overflow: auto !important;
  margin-top: 30px !important;
  padding: 0 !important;
  font-size: 10px !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  border: 0 !important;
}

.gform_footer {
  margin-top: 50px !important;
  padding: 0 !important;
  text-align: right !important;
}

.gform_footer input,
.gform_footer button {
  position: relative !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition-property: background-color, color, -webkit-transform !important;
  transition-property: background-color, color, -webkit-transform !important;
  transition-property: transform, background-color, color !important;
  transition-property: transform, background-color, color, -webkit-transform !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 12px 25px !important;
  line-height: 1.3125 !important;
  vertical-align: top !important;
  text-decoration: none !important;
  background-color: #d53929 !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #fff !important;
  cursor: pointer !important;
}

.gform_footer input::after,
.gform_footer button::after {
  position: absolute !important;
  top: 100% !important;
  right: 5% !important;
  left: 5% !important;
  z-index: -1 !important;
  height: 10px !important;
  pointer-events: none !important;
  content: "" !important;
  background-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition-duration: 0.25s !important;
  transition-duration: 0.25s !important;
  -webkit-transition-property: opacity, visibility, -webkit-transform !important;
  transition-property: opacity, visibility, -webkit-transform !important;
  transition-property: transform, opacity, visibility !important;
  transition-property: transform, opacity, visibility, -webkit-transform !important;
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.gform_footer input:hover,
.gform_footer button:hover {
  -webkit-transform: translateY(-5px) !important;
  transform: translateY(-5px) !important;
}

.gform_footer input:hover::after,
.gform_footer button:hover::after {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(5px) !important;
  transform: translateY(5px) !important;
}

.gform_footer svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 12px;
}

.gform_validation_errors {
  margin: 0 0 30px !important;
  border: #c00 solid 1px !important;
  border-radius: 10px !important;
}

/**
--------------------------------------------------
  Print
--------------------------------------------------
**/
@media print {
  .container {
    max-width: 100% !important;
  }

  .header,
  .footer,
  .search,
  .login,
  .section,
  .toolbar,
  .breadcrumb {
    display: none !important;
  }

  .shown-in-print {
    display: block !important;
  }

  .article-mask,
  .article-image,
  .article-toolbar {
    display: none !important;
  }

  .article-header {
    min-height: auto !important;
    padding: 0 !important;
  }

  .article-title {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }

  .editor-push {
    display: none !important;
  }

  .editor-content {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  .toolkit-info,
  .toolkit-press {
    border-radius: 0 !important;
  }

  .toolkit-info,
  .toolkit-publication {
    min-height: auto !important;
  }

  .toolkit-media,
  .toolkit-center {
    display: none !important;
  }

  .toolkit-info .toolkit-label,
  .toolkit-info .toolkit-title {
    font-size: 12px !important;
  }

  .figure-list {
    display: block !important;
    overflow: hidden !important;
  }

  .figure-list .figure-item {
    float: left !important;
    width: 33% !important;
    min-width: auto !important;
  }

  .figure-number {
    font-size: 3.5em !important;
  }

  .figure-multiple {
    margin-top: 30px !important;
  }

  .center-social,
  .center-section {
    display: none !important;
  }

  .w-620,
  .w-760,
  .w-860,
  .w-960 {
    max-width: 100% !important;
  }

  .block-embed,
  .block-push,
  .block-pushcat,
  .block-pushvideo,
  .block-press,
  .block-presskit,
  .block-presscontact,
  .block-verbatim,
  .block-download,
  .block-keynumber,
  .block-forfurther,
  .block-publication {
    margin-top: 20px !important;
  }

  .wp-block-columns {
    margin-top: 20px !important;
  }

  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5,
  .editor-content h6,
  .editor-content p,
  .editor-content blockquote,
  .editor-content table,
  .editor-content hr,
  .editor-content pre,
  .editor-content figure {
    margin-top: 20px !important;
  }

  .editor-content blockquote {
    padding: 20px;
  }

  .backstretch img {
    opacity: 1;
  }
}

/* portrait */
@media print and (orientation: portrait) {
  .figure-list .figure-item {
    max-width: 320px !important;
    margin: 0 !important;
    padding-left: 30px !important;
  }
}

/* xs */
@media print and (max-width: 767px) {
  .team-body .slider-container {
    display: none !important;
  }

  .team-body .grid-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .team-body .grid-col {
    max-width: 290px !important;
    margin-bottom: 20px !important;
  }

  .team-body .grid-col+.grid-col {
    margin-top: 0 !important;
  }
}



/**
 * Wizard
 **/
.wizard .wizard-layer {
  position: relative;
}

.wizard .wizard-layer {
  display: none;
  background: #fff;
  padding: 5px 25px 25px;
  border-radius: 10px;
}

.wizard .wizard-layer.active {
  display: block;
}

.wizard-layer .flex-group {
  display: flex;
  flex-wrap: wrap;
}

.wizard-layer .flex-group .flex-block {
  width: 50%;
}

.wizard-layer blockquote {
  background: #eee;
  padding: 15px 30px;
  border-radius: 20px;
  margin: 10px;
  height: calc(100% - 20px);
}

.wizard-layer .checkbox {
  padding: 5px 0;
  margin-left: 10px;
}

.wizard-layer .checkbox label.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.wizard-layer .checkbox input[type="checkbox"] {
  transform: scale(1.8);
  margin-right: 10px;
  margin-top: 4px;
  accent-color: #d53929;
}

.wizard-layer .select2-container {
  width: 100% !important;
}

.wizard-layer .select2-selection__rendered,
.wizard-layer .select2-container--default .select2-selection--single .select2-selection__arrow,
.wizard-layer .select2-container--default .select2-selection--single .select2-selection__clear {
  height: 100%;
  align-content: center;
}

.wizard-layer .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 35px;
  top: -1px;
}

.wizard-layer .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 7px 0 7px;
}

.wizard-layer .select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 25px;
  font-family: initial;
  color: #d53929;
  margin-right: 30px;
}

.wizard-layer .select2-container .select2-selection {
  padding: 0;
  font-size: 14px;
  background-color: #f8f8f8;
  border: #f8f8f8 solid 1px;
  height: 45px;
  border-radius: 10px;
}

.wizard-layer .select2-container--open .select2-selection,
.wizard-layer .select2-container--focus .select2-selection {
  border-color: #d8d8d8;
}

.wizard-layer .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 30px;
}

.select2-results__option {
  font-size: 14px;
}

.select2-dropdown {
  border-color: #d8d8d8;
  z-index: 9999;
}

.control-label {
  z-index: 9999;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #d53929;
}

.select2-container .select2-search--inline .select2-search__field {
  font-family: "Ubuntu", sans-serif;
  margin-left: 16px;
  margin-top: 14px;
  color: #999;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #d53929;
  border: none;
  padding-left: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  height: 100%;
  color: white;
  padding: 0 5px;
  border-right: 1px solid #f8f8f8;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove>span {
  font-size: 20px;
  line-height: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding: 5px 10px 5px 8px;
  display: block;
  background: #d53929;
  color: white;
  border: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}

.wizard-layer .no-company {
  display: none;
}

.wizard-layer .message-btn {
  border-top: solid 1px #ddd;
  padding-top: 30px;
}

.wizard-layer .image-box {
  display: block;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  align-content: center;
  text-align: center;
  font-size: 50px;
  color: #fff;
  transition: all 500ms ease;
}

.wizard-layer .image-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .3);
  transition: all 500ms ease;
  opacity: 0;
}

.wizard-layer .image-box:hover::before {
  transition: all 500ms ease;
  opacity: 1;
}

.wizard-layer .image-box svg {
  position: absolute;
  margin: auto;
  color: #273240;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 500ms ease;
  opacity: 0;
}

.wizard-layer .image-box:hover svg {
  transition: all 500ms ease;
  opacity: 1;
}

.wizard-layer .file-input {
  margin-bottom: 20px;
}

.wizard-layer .file-input .form-group,
.wizard-layer .file-input .form-group input {
  height: 0;
  opacity: 0;
}

/**
 * Custom
 **/

.register-header {
  display: flex;
  align-items: center;
}

.register-header>span {
  padding: 0 20px;
}

.help-block-error {
  color: red;
  padding-top: 5px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.modal-header,
.modal-footer {
  border: none;
}

.form-floating>textarea.form-control {
  height: auto;
}

/**
 * Modal forms
 **/
.modal .response {
  line-height: 22px;
  font-style: italic;
  margin-bottom: 30px;
}

.modal .select2-container {
  width: 100% !important;
}

.modal .select2-selection__rendered,
.modal .select2-container--default .select2-selection--multiple .select2-selection__arrow,
.modal .select2-container--default .select2-selection--multiple .select2-selection__clear {
  height: 100%;
  align-content: center;
}

.modal .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  width: 35px;
}

.modal .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  border-width: 8px 7px 0 7px;
}

.modal .select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  top: 0;
  font-size: 30px;
  font-family: initial;
  color: #d53929;
  margin-right: 15px;
}

.modal .select2-container .select2-selection--multiple .select2-selection__rendered {
  margin-top: 30px;
}

.modal .select2-container .select2-selection {
  transition: all 500ms ease;
  border-radius: 0.375rem;
}

.modal .select2 .select2-selection {
  position: relative;
  display: block;
  width: 100%;
  min-height: 65px;
  background: #fff;
  border: 1px solid #F6F7F9;
  font-size: 16px;
  padding: 25px 30px 10px 12px;
  transition: all 500ms ease;
  border: 1px solid #ced4da;
}

.select2-container--open .select2-selection,
.select2-container--focus .select2-selection {
  z-index: 9999;
}

.modal .select2 .select2-selection--multiple .select2-selection__choice {
  background-color: #021a3f;
  border: none;
  padding-left: 30px;
  padding-right: 15px;
  line-height: 35px;
}

.modal .select-primary .select2 .select2-selection--multiple .select2-selection__choice {
  background-color: #d53929;
  border: none;
}

.modal .select2 .select2-selection--multiple .select2-selection__choice span {
  color: #fff;
}

.modal .select2 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
  font-size: 14px;
}

.modal .select2 .select2-selection__choice__remove {
  font-size: 30px;
  font-family: initial;
}

.modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid #fff;
}

.modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #d53929;
}


/**
 * Captcha
 **/
 .capword {
  color: #d53929;
  font-weight: bold;
}