/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width:100% }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 600;
  margin: 2.5rem 0 1.25rem;
  color: var(--dw-color-text);
  line-height: 1.1; }
  @media (min-width: 768px) {
    h1, .h1,
    h2, .h2,
    h3, .h3,
    h4, .h4,
    h5, .h5,
    h6, .h6,
    .h {
      letter-spacing: -0.03125rem;
      margin: 3.125rem 0 1.875rem; } }

h1, .h1 {
  font-size: 1.5625rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 2.1875rem; } }
  @media (min-width: 1440px) {
    h1, .h1 {
      font-size: 3.125rem; } }

h2, .h2 {
  font-size: 1.5625rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2.1875rem; } }
  @media (min-width: 1440px) {
    h2, .h2 {
      font-size: 3.125rem; } }

h3, .h3 {
  font-weight: 700;
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.5625rem; } }
  @media (min-width: 1440px) {
    h3, .h3 {
      font-size: 1.875rem; } }

h4, .h4 {
  font-weight: 700;
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 1.375rem; } }
  @media (min-width: 1440px) {
    h4, .h4 {
      font-size: 1.5625rem; } }

h5, .h5 {
  font-weight: 700;
  font-size: 1rem; }
  @media (min-width: 768px) {
    h5, .h5 {
      font-size: 1.25rem; } }
  @media (min-width: 1440px) {
    h5, .h5 {
      font-size: 1.375rem; } }

h6, .h6 {
  font-weight: 700;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    h6, .h6 {
      font-size: 1.125rem; } }
  @media (min-width: 1440px) {
    h6, .h6 {
      font-size: 1.25rem; } }

ul,
ol,
p {
  font-size: 1.125rem;
  margin: 0 0 1.25rem; }
  @media (min-width: 768px) {
    ul,
    ol,
    p {
      margin: 0 0 1.875rem; } }

a {
  color: var(--dw-color-purple);
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.buffer a:hover {
  text-decoration: none;
  color: var(--dw-color-green);
}

.buffer #newsfilterlist {
  display: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'].error,
input[type='tel'].error,
input[type='email'].error,
input[type='search'].error,
input[type='password'].error,
textarea.error {
  border: 1px solid #f92c2c;
  box-shadow: 0 0 6px rgba(214, 0, 0, 0.67); }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

label {
  width: 100%; }

.btn {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  border: none;
  margin: 0;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block; }
  .btn:hover {
    color: #fff; }

.btn-light {
  background: var(--dw-color-purple-light);
  padding: 0.375rem 1.4375rem 0.3125rem;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%); }
  .btn-light:hover {
    background: var(--dw-color-purple); }

.btn-success {
  font-size: 0.9375rem;
  background: var(--dw-color-green);
  padding: 0.6875rem 2.25rem 0.6875rem 2rem;
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%); }
  @media (min-width: 768px) {
    .btn-success {
      font-size: 1.125rem;
      padding: 0.875rem 2.9375rem 0.875rem 2.4375rem; } }
  @media (min-width: 1440px) {
    .btn-success {
      font-size: 1.1875rem;
      padding: 1.125rem 4rem 1.0625rem 3rem; } }
  .btn-success:hover {
    background: var(--dw-color-text); }

.btn-dark {
  background: var(--dw-color-text);
  font-size: 1rem;
  padding: 0.8125rem 2.475rem 0.8125rem 2.25rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%); }
  .btn-dark:hover {
    background: var(--dw-color-green); }
  @media (min-width: 1200px) {
    .btn-dark {
      padding: 0.6875rem 2.175rem 0.6875rem 1.875rem;
      font-size: 0.9375rem; } }
  @media (min-width: 1440px) {
    .btn-dark {
      padding: 0.8125rem 2.375rem 0.8125rem 2.25rem;
      font-size: 1rem; } }
.buffer .btn-dark:hover {
  color: #fff;
}

.buffer .btn,
.btn-primary {
  background: var(--dw-color-purple);
  font-size: 0.8125rem;
  padding: 0.6875rem 1.9375rem 0.6875rem 1.6875rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 15px) 100%, 0% 100%); }
  .buffer .btn:hover,
  .btn-primary:hover {
    background: var(--dw-color-text);
    color: #fff !important; }
  @media (min-width: 768px) {
    .btn-primary,
    .buffer .btn {
      font-size: 1rem;
      padding: 0.875rem 2.75rem 0.875rem 2.375rem; } }

.btn-primary-large {
  background: var(--dw-color-purple);
  font-size: 1.0625rem;
  padding: 1.3125rem 2rem 1.3125rem 2rem;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  white-space: nowrap; }
  .btn-primary-large:hover {
    background: var(--dw-color-text); }
  @media (min-width: 768px) {
    .btn-primary-large {
      font-size: 1.25rem;
      padding: 1.5rem 2.1875rem 1.5rem 2.1875rem;
      clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%); } }
  @media (min-width: 1024px) {
    .btn-primary-large {
      padding: 1.9375rem 2.8125rem 1.9375rem 2.8125rem;
      clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%); } }
  @media (min-width: 1200px) {
    .btn-primary-large {
      padding: 1.9375rem 3rem 1.9375rem 3rem; } }

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: sticky;
  top: 0;
  z-index: 500;
  background-color: var(--dw-color-white); }
  @media (min-width: 768px) {
    .header:hover {
      z-index: 520; } }
  .header .container, .header .carousel-section .slick-dots, .carousel-section .header .slick-dots {
    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;
    max-width: 100%;
    padding: 1.3125rem 1.375rem; }
    @media (min-width: 768px) {
      .header .container, .header .carousel-section .slick-dots, .carousel-section .header .slick-dots {
        padding: 1.625rem 2.125rem; } }
    @media (min-width: 1200px) {
      .header .container, .header .carousel-section .slick-dots, .carousel-section .header .slick-dots {
        padding: 1.625rem 1.875rem; } }
    @media (min-width: 1440px) {
      .header .container, .header .carousel-section .slick-dots, .carousel-section .header .slick-dots {
        padding: 1.625rem 3.125rem; } }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--dw-color-purple);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap; }
  .logo h1, .logo h2, .logo h3, .logo h4, .logo h5 {
    line-height: 1;
    margin: 0; }
  .logo .logo-image {
    margin-right: 0.3125rem; }
    @media (min-width: 768px) {
      .logo .logo-image {
        margin-right: 1.1875rem; } }
  .logo img {
    display: block;
    max-width: 87px; }
    @media (min-width: 768px) {
      .logo img {
        max-width: 170px; } }
  .logo .top-text {
    font-size: 1.125rem;
    letter-spacing: -.8px;
    line-height: 1;
    position: relative;
    top: 0.1875rem;
    margin-bottom: 0.0625rem; }
    @media (min-width: 768px) {
      .logo .top-text {
        font-size: 2.1875rem;
        margin-bottom: -0.125rem;
        top: 0.1875rem;
        letter-spacing: -1.2px; } }
  .logo .bottom-text {
    font-size: 0.875rem;
    letter-spacing: -1.1px;
    line-height: 1; }
    @media (min-width: 768px) {
      .logo .bottom-text {
        font-size: 1.625rem;
        letter-spacing: -1.3px; } }

@media (max-width: 1199px) {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    width: 525px;
    height: var(--app-height);
    left: 100%;
    overflow-y: auto;
    background-color: var(--dw-color-text);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    padding: 3.375rem 1.25rem 1.875rem 3.5625rem; } }

@media (max-width: 767px) {
  .main-nav {
    width: 270px;
    padding: 2.5rem 1.25rem 1.875rem 1.5625rem; } }

@media (min-width: 1200px) {
  .main-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.main-nav .btn {
  display: block; }
  @media (max-width: 1199px) {
    .main-nav .btn {
      background: transparent;
      font-size: 2.25rem;
      font-weight: 700;
      text-transform: uppercase;
      display: block;
      line-height: 1.2;
      padding: 0;
      text-align: left; } }
  @media (max-width: 767px) {
    .main-nav .btn {
      font-size: 1.9375rem; } }

.main-nav .social-networks {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  left: -11px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: auto 0 0;
  padding: 1.25rem 0 0; }
  @media (min-width: 1200px) {
    .main-nav .social-networks {
      display: none; } }
  .main-nav .social-networks a {
    filter: brightness(0) invert(1); }

@media (max-width: 1199px) {
  .main-nav .search-ic {
    display: none; } }

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 1200px) {
    .main-menu {
      padding: 0.3125rem 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-column-gap: 0.625rem;
              column-gap: 0.625rem; } }
  .main-menu a {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-decoration: none; }
    @media (max-width: 1199px) {
      .main-menu a {
        color: #fff; } }
  .main-menu li.active > a {
    color: var(--dw-color-purple-light); }
    @media (max-width: 1199px) {
      .main-menu li.active > a:hover {
        color: var(--dw-color-purple-light) !important; } }
  @media (max-width: 1199px) {
    .main-menu li.show-drop > a {
      color: var(--dw-color-purple-light) !important; } }
  @media (max-width: 1199px) {
    .main-menu li.show-drop > a:hover {
      color: var(--dw-color-purple-light) !important; } }
  .main-menu > li {
    position: relative; }
    @media (min-width: 1200px) {
      .main-menu > li:last-child > .drop-menu > ul > li > .drop-menu {
        left: auto;
        right: 100%; } }
    @media (min-width: 1200px) {
      .main-menu > li.active > a {
        color: #fff; } }
    @media (min-width: 1200px) {
      .main-menu > li.active > a:before {
        -webkit-transition: .2s;
        transition: .2s;
        opacity: 1;
        visibility: visible; } }
    @media (max-width: 1199px) {
      .main-menu > li > a {
        font-size: 2.25rem;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        line-height: 1.2; } }
    @media (max-width: 767px) {
      .main-menu > li > a {
        font-size: 1.9375rem; } }
    @media (min-width: 1200px) {
      .main-menu > li > a {
        display: block;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 700;
        color: var(--dw-color-text);
        padding: 0.625rem 0.625rem;
        position: relative;
        -webkit-transition: .2s;
        transition: .2s; } }
    @media (min-width: 1440px) {
      .main-menu > li > a {
        padding: 0.625rem 0.9375rem; } }
    @media (min-width: 1200px) {
      .main-menu > li > a:after {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        width: 100%;
        height: calc(100% + 43px);
        opacity: 0;
        visibility: hidden; } }
    @media (min-width: 1200px) {
      .main-menu > li > a:before {
        content: '';
        position: absolute;
        top: -2px;
        left: 0;
        width: 100%;
        height: calc(100% + 43px);
        background-color: var(--dw-color-purple-light);
        -webkit-transition: .1s;
        transition: .1s;
        z-index: -1;
        opacity: 0;
        visibility: hidden; } }
    .main-menu > li:focus-within > a, .main-menu > li:hover > a {
      color: #fff; }
      .main-menu > li:focus-within > a:before, .main-menu > li:hover > a:before {
        -webkit-transition: .2s;
        transition: .2s;
        opacity: 1;
        visibility: visible; }
      .main-menu > li:focus-within > a:after, .main-menu > li:hover > a:after {
        opacity: 1;
        visibility: visible; }
    .main-menu > li:focus-within > .drop-menu, .main-menu > li:hover > .drop-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transition: .2s;
      transition: .2s; }
    @media (min-width: 1200px) {
      .main-menu > li > .drop-menu {
        top: 57px; } }

@media (min-width: 1200px) {
  .drop-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .1s;
    transition: .1s;
    background-color: var(--dw-color-purple-light);
    z-index: 4;
    display: block !important; } }

.drop-menu ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 1199px) {
    .drop-menu ul {
      padding: 0.3125rem 0 1.25rem; } }

@media (max-width: 1199px) {
  .drop-menu a {
    font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 1.25rem;
    line-height: 1.1;
    display: block;
    padding: 0.375rem 0; } }

@media (max-width: 767px) {
  .drop-menu a {
    font-size: 1.0625rem; } }

@media (min-width: 1200px) {
  .drop-menu a {
    font-size: 0.875rem;
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    display: block;
    padding: 1rem 1.875rem;
    width: 237px;
    background-color: var(--dw-color-purple-light); } }

@media (min-width: 1200px) {
  .drop-menu a:hover {
    background-color: var(--dw-color-purple); } }

.drop-menu > ul > li {
  position: relative; }
  @media (min-width: 1200px) {
    .drop-menu > ul > li > .drop-menu {
      top: 0;
      left: 100%; } }
  @media (min-width: 1200px) {
    .drop-menu > ul > li > .drop-menu a {
      width: 217px;
      padding: 1rem 1.25rem; } }
  @media (min-width: 1440px) {
    .drop-menu > ul > li > .drop-menu a {
      width: 237px;
      padding: 1rem 1.875rem; } }
  @media (max-width: 1199px) {
    .drop-menu > ul > li > .drop-menu a {
      font-size: 1rem; } }
  @media (max-width: 767px) {
    .drop-menu > ul > li > .drop-menu a {
      font-size: 0.9375rem; } }
  @media (max-width: 1199px) {
    .drop-menu > ul > li > .drop-menu ul {
      padding: 0.3125rem 0 1.25rem 1.25rem; } }
  @media (min-width: 1200px) {
    .drop-menu > ul > li:focus-within > .drop-menu, .drop-menu > ul > li:hover > .drop-menu {
      opacity: 1;
      visibility: visible;
      -webkit-transition: .2s;
      transition: .2s; } }

.mobile-toggle-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1200px) {
    .mobile-toggle-nav {
      display: none; } }

.burger {
  border: none;
  padding: 0;
  margin: 0 0 0 0.375rem;
  width: 62px;
  height: 44px;
  background: var(--dw-color-green);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  position: relative; }
  @media (min-width: 768px) {
    .burger {
      width: 90px;
      height: 64px; } }

.burger-lines {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 3px;
  background-color: #fff;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -1px; }
  @media (min-width: 768px) {
    .burger-lines {
      width: 37px;
      margin-left: -23px; } }
  .burger-lines:after, .burger-lines:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 3px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .burger-lines:after, .burger-lines:before {
        width: 37px; } }
  .burger-lines:after {
    -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
            transform: translateY(7px); }
    @media (min-width: 768px) {
      .burger-lines:after {
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px); } }
  .burger-lines:before {
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px); }
    @media (min-width: 768px) {
      .burger-lines:before {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px); } }

.social-networks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0; }
  .social-networks a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.25rem;
    width: 44px;
    height: 44px;
    position: relative;
    margin: 0 -0.125rem; }
  .social-networks img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 23px; }
  .social-networks svg {
    display: block;
    width: 20px;
    height: 18px; }
    .social-networks svg[data-name="icon-youtube"] {
      width: 22px; }

@media (min-width: 768px) {
  .search-ic {
    margin-right: 0.375rem; } }

.search-btn {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 44px;
  height: 44px;
  display: block; }
  .search-btn:after {
    content: '';
    position: absolute;
    height: 24px;
    width: 24px;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -12px;
    background: url(../images/search.svg) center/contain no-repeat;
    filter: brightness(0);
    -webkit-transition: .2s;
    transition: .2s; }
    @media (min-width: 768px) {
      .search-btn:after {
        height: 28px;
        width: 28px;
        margin-top: -14px;
        margin-left: -14px; } }
  .search-btn:hover:after {
    filter: unset; }

@media (min-width: 768px) {
  .show-menu .header {
    z-index: 520; } }

@media (min-width: 768px) {
  .show-menu .map-section {
    z-index: 420; } }

@media (max-width: 1199px) {
  .show-menu body {
    overflow: hidden;
    right: 525px; } }

@media (max-width: 767px) {
  .show-menu body {
    right: 270px; } }

@media (max-width: 1199px) {
  .show-menu .main-nav {
    -webkit-transform: translateX(-525px);
        -ms-transform: translateX(-525px);
            transform: translateX(-525px); } }

@media (max-width: 767px) {
  .show-menu .main-nav {
    -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
            transform: translateX(-270px); } }

@media (max-width: 1199px) {
  .show-menu .carousel-section {
    -webkit-transform: translateX(17px);
        -ms-transform: translateX(17px);
            transform: translateX(17px); } }

@media (max-width: 1199px) {
  .show-menu .menu-overlay {
    opacity: .5;
    visibility: visible;
    pointer-events: all; } }

.show-menu .join-us-modal {
  z-index: 450; }

.search-form {
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 767px) {
    .search-form {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (min-width: 768px) {
    .search-form {
      right: 120px; } }
  @media (min-width: 1200px) {
    .search-form {
      right: 160px; } }
  @media (min-width: 1440px) {
    .search-form {
      right: 200px; } }
  .search-form input[type="text"],
  .search-form input[type="search"] {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    width: calc(100vw - 114px);
    height: 64px;
    font-size: 1.25rem;
    padding: 0 1.4375rem;
    color: var(--dw-color-text);
    border: 2px solid var(--dw-color-grey-5);
    background: var(--dw-color-grey-5); }
    @media (min-width: 768px) {
      .search-form input[type="text"],
      .search-form input[type="search"] {
        width: 450px;
        height: 75px; } }
    .search-form input[type="text"]::-webkit-input-placeholder,
    .search-form input[type="search"]::-webkit-input-placeholder {
      font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 400;
      font-size: 1.25rem;
      color: var(--dw-color-text);
      opacity: 0.99; }
    .search-form input[type="text"]:-ms-input-placeholder,
    .search-form input[type="search"]:-ms-input-placeholder {
      font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 400;
      font-size: 1.25rem;
      color: var(--dw-color-text);
      opacity: 0.99; }
    .search-form input[type="text"]::placeholder,
    .search-form input[type="search"]::placeholder {
      font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 400;
      font-size: 1.25rem;
      color: var(--dw-color-text);
      opacity: 0.99; }
    .search-form input[type="text"]:focus,
    .search-form input[type="search"]:focus {
      outline: none;
      border-color: var(--dw-color-green); }
  .search-form .search-submit {
    border: none;
    background: var(--dw-color-green);
    height: 64px;
    width: 72px;
    padding: 0;
    margin: 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;
    position: relative; }
    @media (min-width: 768px) {
      .search-form .search-submit {
        height: 75px;
        width: 84px; } }
    .search-form .search-submit:after {
      content: '';
      position: absolute;
      width: 28px;
      height: 28px;
      left: 50%;
      top: 50%;
      margin-left: -14px;
      margin-top: -14px;
      background: url(../images/search-w.svg) center/contain no-repeat; }

@media (min-width: 768px) {
  .show-search .header {
    z-index: 520; } }

@media (min-width: 768px) {
  .show-search .map-section {
    z-index: 420; } }

.show-search .search-form {
  opacity: 1;
  visibility: visible; }

.show-search .search-overlay {
  opacity: .5;
  visibility: visible; }

.show-search .join-us-modal {
  z-index: 450; }

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: var(--dw-color-text);
  color: var(--dw-color-white);
  font-size: 1rem; }
  .footer a {
    color: var(--dw-color-white);
    text-decoration: none;
    font-size: 1rem; }
  @media (max-width: 767px) {
    .footer .social-networks {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-right: 2.875rem;
      position: relative;
      left: -7px; } }
  .footer .social-networks a img {
    filter: brightness(0) invert(1); }
  .footer .social-networks a:hover {
    color: var(--dw-color-purple-light); }
    .footer .social-networks a:hover img {
      filter: brightness(100%); }

.footer-line {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .footer-line {
      padding-right: 4.75rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.footer-right {
  position: relative;
  padding: 1.25rem 1.875rem 1.25rem 1.875rem; }
  @media (max-width: 767px) {
    .footer-right {
      background-color: var(--dw-color-green);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }
  @media (min-width: 768px) {
    .footer-right {
      display: inline-block; } }
  @media (min-width: 1200px) {
    .footer-right {
      padding: 1.25rem 2.9375rem 1.25rem 2.6875rem; } }
  @media (min-width: 768px) {
    .footer-right:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: var(--dw-color-green);
      -webkit-transform: skew(-13deg);
          -ms-transform: skew(-13deg);
              transform: skew(-13deg); } }
  @media (min-width: 768px) {
    .footer-right:before {
      content: '';
      position: absolute;
      right: 50%;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: var(--dw-color-green); } }

.footer-left {
  padding: 1.5625rem 1.875rem 0.75rem 1.875rem; }
  @media (min-width: 768px) {
    .footer-left {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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: 1.75rem 1.875rem 1.625rem; } }
  @media (min-width: 1024px) {
    .footer-left {
      padding: 0.625rem 1.25rem; } }
  @media (min-width: 1200px) {
    .footer-left {
      padding: 0.625rem 1.875rem; } }

.footer-nav {
  position: relative;
  z-index: 2; }
  @media (min-width: 1024px) {
    .footer-nav a {
      font-size: 0.875rem; } }
  @media (min-width: 1200px) {
    .footer-nav a {
      font-size: 1rem; } }

.back-to-top {
  background: var(--dw-color-purple-light);
  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: 0;
  padding: 0;
  border: none;
  width: 60px;
  height: 56px;
  position: absolute;
  cursor: pointer;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s; }
  @media (max-width: 767px) {
    .back-to-top {
      bottom: 0; } }
  @media (min-width: 768px) {
    .back-to-top {
      width: 76px;
      height: 70px;
      top: 0; } }
  @media (min-width: 1024px) {
    .back-to-top {
      height: 100%; } }
  .back-to-top:hover {
    background: var(--dw-color-purple); }
  .back-to-top svg {
    width: 27px; }
    @media (min-width: 768px) {
      .back-to-top svg {
        width: 34px; } }

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.25rem; }
  @media (max-width: 499px) {
    .footer-nav {
      width: 100%;
      max-width: 250px;
      margin-left: auto;
      margin-right: auto; } }
  .footer-nav a:hover {
    text-decoration: underline; }
  .footer-nav > li:after {
    content: '|';
    display: inline-block;
    margin: 0 0.75rem; }
    @media (min-width: 1024px) {
      .footer-nav > li:after {
        margin: 0 0.375rem; } }
    @media (min-width: 1200px) {
      .footer-nav > li:after {
        margin: 0 0.75rem; } }
  .footer-nav > li:last-child:after {
    display: none; }
  @media (max-width: 499px) {
    .footer-nav > li:nth-child(2):after {
      display: none; } }

.email-link {
  text-align: center;
  position: relative;
  top: 1px; }
  @media (max-width: 767px) {
    .email-link {
      margin-bottom: 2.75rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .email-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 0.875rem; }
    @media (min-width: 768px) {
      .email-link a {
        margin-right: 1.25rem; } }
    .email-link a:hover {
      text-decoration: underline; }
  .email-link .icon {
    position: relative;
    width: 18px;
    height: 22px;
    margin-right: 0.5rem;
    top: 0.5px;
    opacity: 0.6; }
    .email-link .icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      max-width: 100%;
      height: auto; }

:root {
  --dw-color-grey-1: #1e90ff;
  --dw-color-grey-2: #BDBFC9;
  --dw-color-grey-3: #E8EAEF;
  --dw-color-grey-4: #F5F5F5;
  --dw-color-grey-5: #E9E9E9;

  --dw-color-text: #182940;
  --dw-color-purple: #5C379F;
  --dw-color-purple-light: #B1A1ED;
  --dw-color-blue: #3767A4;
  --dw-color-blue-light: #C9E6FF;
  --dw-color-green: #008080;
  --dw-color-white: #ffffff;

  --app-height: 100%;
  --primary-color: #5C379F;
  --secondary-color: #008080;
}

* {
  box-sizing: border-box; }

html, body {
  min-height: 100%;
  font-size: 16px; }

body {
  font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: var(--dw-color-text);
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  line-height: 1.66;
  font-weight: 400;
  right: 0;
  -webkit-transition: right .3s;
  transition: right .3s; }

.page-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

#main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.container, .carousel-section .slick-dots {
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 100%; }
  @media (min-width: 567px) {
    .container, .carousel-section .slick-dots {
      max-width: 480px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container, .carousel-section .slick-dots {
      max-width: 710px;
      padding: 0 40px; } }
  @media (min-width: 1024px) {
    .container, .carousel-section .slick-dots {
      max-width: 980px; } }
  @media (min-width: 1200px) {
    .container, .carousel-section .slick-dots {
      max-width: 1120px; } }
  @media (min-width: 1440px) {
    .container, .carousel-section .slick-dots {
      max-width: 1286px; } }

@media (max-width: 1023px) {
  .internal .main-content .container {
    max-width: 100%; } }
@media (max-width: 767px) {
  .internal .main-content .container {
    max-width: 900px; } }

.screen-reader-text,
.hidden {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.skip-link:focus {
  background-color: #ddd;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.overlay-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dw-color-text);
  opacity: 0;
  visibility: hidden;
  z-index: 480;
  -webkit-transition: .3s;
  transition: .3s; }

@media (min-width: 1024px) {
  .fade-top {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: .7s;
    transition: .7s; } }

@media (min-width: 1024px) {
  .fade-top.active-animation {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

@media (min-width: 1024px) {
  .fade-right {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
            transform: translateX(-60px);
    -webkit-transition: .7s;
    transition: .7s; } }

@media (min-width: 1024px) {
  .fade-right.active-animation {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

@media (min-width: 1024px) {
  .fade-left {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
            transform: translateX(60px);
    -webkit-transition: .7s;
    transition: .7s; } }

@media (min-width: 1024px) {
  .fade-left.active-animation {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

.is-close-btn:focus {
  outline: 2px solid #fff !important; }

.alert-holder {
  font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  background-color: var(--dw-color-text);
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 1.1875rem 5.125rem 1.5rem 1.375rem;
  position: relative;
  overflow: hidden;
  z-index: 499; }
  @media (min-width: 768px) {
    .alert-holder {
      padding: 1.3125rem 7.5rem 1.3125rem 3.25rem; } }
  .alert-holder .btn {
    white-space: nowrap; }

.alert-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 1024px) {
    .alert-bar {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 768px) {
    .alert-bar .text-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-column-gap: 1.25rem;
              column-gap: 1.25rem; } }
  .alert-bar p {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem; }
    @media (min-width: 768px) {
      .alert-bar p {
        margin-bottom: 0; } }

.alert-close {
  background-color: var(--dw-color-purple);
  border: none;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 61px;
  height: 54px;
  -webkit-transition: .3s;
  transition: .3s; }
  @media (min-width: 768px) {
    .alert-close {
      width: 92px;
      height: 100%; } }
  .alert-close:hover {
    background-color: var(--dw-color-purple-light); }
  .alert-close:after, .alert-close:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -0.0625rem;
    margin-left: -0.6875rem; }
    @media (min-width: 768px) {
      .alert-close:after, .alert-close:before {
        width: 30px;
        margin-left: -0.625rem; } }
  .alert-close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .alert-close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.top-header {
  background-color: var(--dw-color-grey-5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 499; }
  .top-header.custom-bg-offset .container, .top-header.custom-bg-offset .carousel-section .slick-dots, .carousel-section .top-header.custom-bg-offset .slick-dots {
    position: static; }
  .top-header .container, .top-header .carousel-section .slick-dots, .carousel-section .top-header .slick-dots {
    position: relative; }
    @media (max-width: 899px) {
      .top-header .container, .top-header .carousel-section .slick-dots, .carousel-section .top-header .slick-dots {
        display: none; } }
    @media (min-width: 768px) {
      .top-header .container .bg, .top-header .carousel-section .slick-dots .bg, .carousel-section .top-header .slick-dots .bg {
        content: '';
        position: absolute;
        height: 500px;
        width: 200vw;
        right: 100%;
        bottom: 0;
        background-color: var(--dw-color-green);
        opacity: 0.85;
        margin-right: -27.8125rem;
        -webkit-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
                transform-origin: bottom right;
        -webkit-transform: skew(-13deg);
            -ms-transform: skew(-13deg);
                transform: skew(-13deg);
        pointer-events: none; } }
    @media (min-width: 1024px) {
      .top-header .container .bg, .top-header .carousel-section .slick-dots .bg, .carousel-section .top-header .slick-dots .bg {
        margin-right: -44.75rem; } }
    @media (min-width: 1440px) {
      .top-header .container .bg, .top-header .carousel-section .slick-dots .bg, .carousel-section .top-header .slick-dots .bg {
        margin-right: -44.75rem; } }
  .top-header .left {
    width: 100%;
    position: relative;
    padding: 1.125rem 1.375rem 1.125rem 1.375rem; }
    @media (max-width: 899px) {
      .top-header .left {
        background-color: var(--dw-color-green); } }
    @media (min-width: 768px) {
      .top-header .left {
        padding: 1.125rem 2.125rem 1.125rem 2.125rem; } }
    @media (min-width: 900px) {
      .top-header .left {
        width: calc(100% - 300px); } }
    @media (min-width: 1024px) {
      .top-header .left {
        width: 57%; } }
    @media (min-width: 1200px) {
      .top-header .left {
        padding: 1.125rem 1.875rem 1.125rem 1.875rem; } }
    @media (min-width: 1440px) {
      .top-header .left {
        padding: 1.125rem 3.375rem 1.125rem 3.375rem; } }
  .top-header .right {
    width: 300px;
    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;
    padding: 0.75rem 2.25rem 0.75rem 3.375rem; }
    @media (min-width: 1024px) {
      .top-header .right {
        width: 43%; } }
    @media (max-width: 899px) {
      .top-header .right {
        display: none; } }
  .top-header .social-networks a {
    color: #7D7F8B;
    filter: brightness(0) invert(0);
    opacity: 0.55; }
    .top-header .social-networks a:hover {
      color: var(--dw-color-purple);
      filter: brightness(100%);
      opacity: 1; }

.top-header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 3;
  -webkit-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 0.3125rem; }
  @media (max-width: 566px) {
    .top-header-menu {
      -ms-flex-pack: distribute;
          justify-content: space-around; } }
  .top-header-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-size: 0.875rem;
    color: #fff;
    text-decoration: none; }
    .top-header-menu a:hover {
      text-decoration: underline; }
  .top-header-menu .icon {
    position: relative;
    width: 18px;
    height: 22px;
    margin-right: 0.5rem;
    top: 0.5px;
    opacity: 0.6; }
    .top-header-menu .icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .top-header-menu .desktop-text {
    display: none; }
    @media (min-width: 567px) {
      .top-header-menu .desktop-text {
        display: block; } }
  .top-header-menu .mobile-text {
    display: block; }
    @media (min-width: 567px) {
      .top-header-menu .mobile-text {
        display: none; } }

.carousel-section {
  position: relative;
  overflow: hidden;
  -webkit-transition: .1s;
  transition: .1s;
  z-index: 100; }
  .carousel-section .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .carousel-section .slick-slide {
    height: inherit !important; }
    .carousel-section .slick-slide > div {
      height: 100%; }
  .carousel-section div.slick-slider {
    margin-bottom: 0; }
  .carousel-section .slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0.75rem;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .carousel-section .slick-dots {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 1023px) {
      .carousel-section .slick-dots {
        max-width: 100%; } }
    @media (min-width: 768px) {
      .carousel-section .slick-dots {
        bottom: 1.75rem; } }
    .carousel-section .slick-dots li {
      margin: 0 0.5rem; }
    .carousel-section .slick-dots button {
      width: 62px;
      height: 44px;
      border-radius: 0;
      opacity: 0.45;
      position: relative; }
      .carousel-section .slick-dots button:hover {
        opacity: 1; }
      .carousel-section .slick-dots button:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 6px;
        background-color: #fff;
        top: 50%;
        margin-top: -0.1875rem;
        left: 0; }
    .carousel-section .slick-dots .slick-dot-icon {
      display: none; }
    .carousel-section .slick-dots .slick-active button {
      opacity: 1; }

.carousel-slide {
  position: relative;
  overflow: hidden;
  height: 100%; }
  .carousel-slide .video-bg,
  .carousel-slide .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .carousel-slide .image-bg {
    object-position: 80% 0%; }
    @media (min-width: 768px) {
      .carousel-slide .image-bg {
        object-position: 75% 0%; } }
    @media (min-width: 1024px) {
      .carousel-slide .image-bg {
        object-position: 70% 0%; } }
    @media (min-width: 1440px) {
      .carousel-slide .image-bg {
        object-position: top center; } }
  .carousel-slide .container, .carousel-slide .carousel-section .slick-dots, .carousel-section .carousel-slide .slick-dots {
    position: relative;
    z-index: 10;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    min-height: 571px; }
    @media (min-width: 768px) {
      .carousel-slide .container, .carousel-slide .carousel-section .slick-dots, .carousel-section .carousel-slide .slick-dots {
        padding-top: 4.375rem;
        padding-bottom: 8.125rem;
        padding-left: 2.125rem;
        padding-right: 2.125rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 737px; } }
    @media (min-width: 1200px) {
      .carousel-slide .container, .carousel-slide .carousel-section .slick-dots, .carousel-section .carousel-slide .slick-dots {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        min-height: 754px; } }
    @media (max-width: 1023px) {
      .carousel-slide .container, .carousel-slide .carousel-section .slick-dots, .carousel-section .carousel-slide .slick-dots {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .carousel-slide .container .bg, .carousel-slide .carousel-section .slick-dots .bg, .carousel-section .carousel-slide .slick-dots .bg {
        display: none; } }
    @media (min-width: 768px) {
      .carousel-slide .container .bg, .carousel-slide .carousel-section .slick-dots .bg, .carousel-section .carousel-slide .slick-dots .bg {
        content: '';
        position: absolute;
        height: 100%;
        width: 200vw;
        right: 100%;
        bottom: 0;
        background-color: var(--dw-color-purple);
        opacity: 0.85;
        margin-right: -21.5625rem;
        -webkit-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
                transform-origin: bottom right;
        -webkit-transform: skew(-13deg);
            -ms-transform: skew(-13deg);
                transform: skew(-13deg);
        pointer-events: none; } }
    @media (min-width: 1024px) {
      .carousel-slide .container .bg, .carousel-slide .carousel-section .slick-dots .bg, .carousel-section .carousel-slide .slick-dots .bg {
        margin-right: -27.8125rem;
        -webkit-transition: .9s;
        transition: .9s;
        -webkit-transform: skew(-13deg) translateX(-100vw);
            -ms-transform: skew(-13deg) translateX(-100vw);
                transform: skew(-13deg) translateX(-100vw); } }
    @media (min-width: 1200px) {
      .carousel-slide .container .bg, .carousel-slide .carousel-section .slick-dots .bg, .carousel-section .carousel-slide .slick-dots .bg {
        margin-right: -27.8125rem; } }
    @media (min-width: 1440px) {
      .carousel-slide .container .bg, .carousel-slide .carousel-section .slick-dots .bg, .carousel-section .carousel-slide .slick-dots .bg {
        margin-right: -35.3125rem; } }
    @media (max-width: 767px) {
      .carousel-slide .container .bg-helper, .carousel-slide .carousel-section .slick-dots .bg-helper, .carousel-section .carousel-slide .slick-dots .bg-helper {
        display: none; } }
    @media (min-width: 768px) {
      .carousel-slide .container .bg-helper, .carousel-slide .carousel-section .slick-dots .bg-helper, .carousel-section .carousel-slide .slick-dots .bg-helper {
        content: '';
        position: absolute;
        height: 100%;
        width: 200vw;
        right: 100%;
        bottom: 0;
        background: transparent;
        opacity: 0;
        margin-right: -21.5625rem;
        -webkit-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
                transform-origin: bottom right;
        -webkit-transform: skew(-13deg);
            -ms-transform: skew(-13deg);
                transform: skew(-13deg);
        pointer-events: none; } }
    @media (min-width: 1024px) {
      .carousel-slide .container .bg-helper, .carousel-slide .carousel-section .slick-dots .bg-helper, .carousel-section .carousel-slide .slick-dots .bg-helper {
        margin-right: -27.8125rem; } }
    @media (min-width: 1200px) {
      .carousel-slide .container .bg-helper, .carousel-slide .carousel-section .slick-dots .bg-helper, .carousel-section .carousel-slide .slick-dots .bg-helper {
        margin-right: -27.8125rem; } }
    @media (min-width: 1440px) {
      .carousel-slide .container .bg-helper, .carousel-slide .carousel-section .slick-dots .bg-helper, .carousel-section .carousel-slide .slick-dots .bg-helper {
        margin-right: -35.3125rem; } }
  .carousel-slide .text-block {
    position: relative;
    z-index: 10;
    width: 100%; }
    @media (min-width: 768px) {
      .carousel-slide .text-block {
        max-width: 380px; } }
    @media (min-width: 1024px) {
      .carousel-slide .text-block {
        max-width: 458px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
                transform: translateY(30px);
        -webkit-transition: .4s;
        transition: .4s; } }
    @media (min-width: 1440px) {
      .carousel-slide .text-block {
        max-width: 550px; } }
    @media (max-width: 767px) {
      .carousel-slide .text-block {
        padding-top: 2.5rem; } }
    @media (max-width: 767px) {
      .carousel-slide .text-block:before {
        content: '';
        position: absolute;
        width: 200vw;
        height: calc(100% + 400px);
        top: 0;
        left: 50%;
        margin-left: -100vw;
        background-color: var(--dw-color-purple);
        opacity: 0.85; } }
  .carousel-slide .title {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 1.4375rem;
    line-height: 0.96;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 3; }
    @media (min-width: 768px) {
      .carousel-slide .title {
        font-size: 1.6875rem;
        line-height: 1.05; } }
    @media (min-width: 1440px) {
      .carousel-slide .title {
        font-size: 2.625rem; } }
  .carousel-slide .subtitle {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0.125rem;
    opacity: 0.7;
    position: relative;
    z-index: 3; }
    @media (min-width: 768px) {
      .carousel-slide .subtitle {
        font-size: 1.375rem;
        margin: 0 0 0.5rem; } }
    @media (min-width: 1440px) {
      .carousel-slide .subtitle {
        font-size: 1.2625rem;
        margin: 0 0 0.8125rem; } }
  .carousel-slide .btn {
    margin-top: 1.25rem;
    position: relative;
    z-index: 3; }
    @media (min-width: 768px) {
      .carousel-slide .btn {
        margin-top: 1.6875rem; } }
    @media (min-width: 1440px) {
      .carousel-slide .btn {
        margin-top: 1.875rem; } }

@media (min-width: 1024px) {
  .slick-current .carousel-slide .text-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: .6s .6s;
    transition: .6s .6s; } }

@media (min-width: 1024px) {
  .slick-current .carousel-slide .container .bg, .slick-current .carousel-slide .carousel-section .slick-dots .bg, .carousel-section .slick-current .carousel-slide .slick-dots .bg {
    -webkit-transform: skew(-13deg);
        -ms-transform: skew(-13deg);
            transform: skew(-13deg);
    -webkit-transition: 1s;
    transition: 1s; } }

.featured-video-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--dw-color-grey-2); }
  .featured-video-section .container, .featured-video-section .carousel-section .slick-dots, .carousel-section .featured-video-section .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative; }
    @media (min-width: 1024px) {
      .featured-video-section .container:after, .featured-video-section .carousel-section .slick-dots:after, .carousel-section .featured-video-section .slick-dots:after {
        content: '';
        position: absolute;
        height: calc(100% + 2px);
        width: 200vw;
        right: 100%;
        top: 0;
        background-color: var(--dw-color-grey-2);
        opacity: 0.65;
        margin-right: -27.8125rem;
        -webkit-transform-origin: top right;
            -ms-transform-origin: top right;
                transform-origin: top right;
        -webkit-transform: skew(-13deg);
            -ms-transform: skew(-13deg);
                transform: skew(-13deg);
        pointer-events: none; } }
    @media (min-width: 1440px) {
      .featured-video-section .container:after, .featured-video-section .carousel-section .slick-dots:after, .carousel-section .featured-video-section .slick-dots:after {
        margin-right: -35.3125rem; } }
  .featured-video-section .left {
    width: 100%;
    position: relative;
    z-index: 4;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (min-width: 1024px) {
      .featured-video-section .left {
        width: 44%;
        padding-right: 6.25rem; } }
    @media (min-width: 1440px) {
      .featured-video-section .left {
        padding-right: 13.125rem;
        width: 48%; } }
    @media (max-width: 1023px) {
      .featured-video-section .left:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -100vw;
        width: 200vw;
        height: 100%;
        background-color: var(--dw-color-grey-2);
        opacity: 0.65; } }
  .featured-video-section .right {
    width: 100%;
    position: relative;
    z-index: 4;
    padding-top: 3rem;
    padding-bottom: 2.6875rem;
    padding-left: 0rem; }
    @media (min-width: 768px) {
      .featured-video-section .right {
        padding-bottom: 3rem; } }
    @media (min-width: 1024px) {
      .featured-video-section .right {
        width: 56%;
        padding-left: 1.25rem; } }
    @media (min-width: 1440px) {
      .featured-video-section .right {
        width: 52%;
        padding-left: 0; } }
  .featured-video-section .welcom-block {
    position: relative;
    z-index: 3; }
    .featured-video-section .welcom-block .title {
      font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      margin: 0 0 0.625rem;
      font-size: 1.5625rem;
      font-weight: 600; }
    .featured-video-section .welcom-block .text {
      font-size: 1.125rem; }
    .featured-video-section .welcom-block .learn-more {
      margin-top: 0.8125rem; }
.featured-video-section.no-video {
  display: none;
}

.learn-more {
  font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 2.125rem;
  color: var(--dw-color-text);
  position: relative;
  text-decoration: none; }
  .learn-more:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.625rem;
    height: 0.625rem;
    -webkit-transition: .3s;
    transition: .3s;
    background: url(../images/arrow-right.svg) left center/contain no-repeat; }
  .learn-more:hover {
    color: var(--dw-color-purple); }
    .learn-more:hover:after {
      -webkit-transform: translate(5px, -50%);
          -ms-transform: translate(5px, -50%);
              transform: translate(5px, -50%); }

@media (min-width: 768px) {
  .featured-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.featured-video .poster-wrap {
  width: 100%; }
  @media (min-width: 768px) {
    .featured-video .poster-wrap {
      width: 272px; } }
  @media (min-width: 1024px) {
    .featured-video .poster-wrap {
      width: 222px; } }
  @media (min-width: 1440px) {
    .featured-video .poster-wrap {
      width: 272px; } }

.featured-video .poster {
  display: block;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .featured-video .poster {
      margin-bottom: 30px; } }
  .featured-video .poster img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .featured-video .poster:before {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #fff;
    z-index: 4;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .featured-video .poster:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 55px;
    background-color: var(--dw-color-green);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .featured-video .text {
    padding-left: 2.5rem;
    width: calc(100% - 272px); } }

@media (min-width: 1024px) {
  .featured-video .text {
    padding-left: 1.875rem;
    width: calc(100% - 222px); } }

@media (min-width: 1440px) {
  .featured-video .text {
    padding-left: 2.5rem;
    width: calc(100% - 272px); } }

.featured-video .subtitle {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--dw-color-green);
  margin: 0 0 0.5rem; }
  @media (min-width: 768px) {
    .featured-video .subtitle {
      margin: 0 0 0.625rem; } }

.featured-video .title {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.4;
  font-weight: 600;
  color: var(--dw-color-text);
  margin: 0; }
  @media (min-width: 768px) {
    .featured-video .title {
      font-size: 1.5625rem; } }
  @media (min-width: 1024px) {
    .featured-video .title {
      font-size: 1.1875rem; } }
  @media (min-width: 1440px) {
    .featured-video .title {
      font-size: 1.5625rem; } }

.join-us-section {
  background-color: var(--dw-color-grey-5);
  padding: 2.6875rem 0 3.125rem; }
  @media (min-width: 768px) {
    .join-us-section {
      padding: 4rem 0 4.375rem; } }
  @media (min-width: 1024px) {
    .join-us-section {
      padding: 4.6875rem 0; } }
  @media (min-width: 1024px) {
    .join-us-section .container, .join-us-section .carousel-section .slick-dots, .carousel-section .join-us-section .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .join-us-section .text {
    padding-right: 1.25rem;
    font-size: 1.125rem; }
    @media (min-width: 1024px) {
      .join-us-section .text {
        width: 294px; } }
    @media (max-width: 1023px) {
      .join-us-section .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-bottom: 0.9375rem;
        -webkit-column-gap: 1.25rem;
                column-gap: 1.25rem; } }
    @media (max-width: 767px) {
      .join-us-section .text {
        display: block;
        margin-bottom: 0.75rem; } }
  .join-us-section .title {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0;
    font-size: 2.1875rem;
    font-weight: bold;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .join-us-section .title {
        font-size: 2.8125rem; } }
  @media (max-width: 1023px) {
    .join-us-section .description {
      margin-bottom: 5px; } }
  .join-us-section .join-us-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (min-width: 1024px) {
      .join-us-section .join-us-form {
        width: calc(100% - 294px); } }
  .join-us-section input {
    font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 1.125rem;
    font-weight: 400;
    height: 72px;
    width: 100%;
    background: var(--dw-color-grey-2);
    border: 2px solid var(--dw-color-grey-2);
    padding: 0 1.5625rem;
    color: #2D2D2D; }
    @media (min-width: 768px) {
      .join-us-section input {
        height: 88px;
        padding: 0 2.75rem; } }
    .join-us-section input:focus {
      outline: none;
      border-color: var(--dw-color-green); }
    .join-us-section input::-webkit-input-placeholder {
      font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 1.125rem;
      font-weight: 400;
      color: #2D2D2D;
      height: 88px;
      opacity: 0.99; }
    .join-us-section input:-ms-input-placeholder {
      font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 1.125rem;
      font-weight: 400;
      color: #2D2D2D;
      height: 88px;
      opacity: 0.99; }
    .join-us-section input::placeholder {
      font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 1.125rem;
      font-weight: 400;
      color: #2D2D2D;
      height: 88px;
      opacity: 0.99; }
  .join-us-section .btn {
    font-size: 1.25rem;
    padding: 0.3125rem 3.875rem;
    height: 88px;
    white-space: nowrap;
    clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%); }
    @media (max-width: 767px) {
      .join-us-section .btn {
        height: 72px;
        width: 80px;
        min-width: 80px;
        font-size: 0;
        padding: 0;
        position: relative; }
        .join-us-section .btn:after {
          content: '';
          position: absolute;
          width: 24px;
          height: 24px;
          top: 50%;
          left: 50%;
          margin-left: -12px;
          margin-top: -12px;
          background: url(../images/search-arrow.svg) center/contain no-repeat; } }

.connect-section .share-story-section {
  background-color: rgb(177 161 237 / 37%); }
.connect-section .contact-lg {
  background-color: var(--dw-color-grey-2);
}
.email-section {
  padding: 4rem 0;
  background-color: var(--dw-color-text); }
.email-section h2 {
  color: #ffffff; }
.email-section .email-link {
  margin: 0 auto;
  display: flex;
  justify-content: center; }
.email-section .email-link a {
  color: #ffffff;
  font-size: .875rem; }
  @media (min-width: 768px) {
    .email-section .email-link a {
      font-size: 1.5rem; } }
.email-section .email-link a:hover {
  text-decoration: none; }
 .email-section .subtitle {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff; }
  @media (min-width: 768px) {
    .email-section .subtitle {
      font-size: 1.5625rem; } }

.social-lg {
  padding: 4rem 0; }
.social-lg .social-networks a {
  width: 160px;
  height: 120px; }
.social-lg .social-networks img {
  height: 60px;
  max-width: 100%; }
  @media (max-width: 767px) {
    .social-lg .social-networks a {
      width: 80px;
      height: 45px; }
    .social-lg .social-networks img {
      height: 45px } }
.share-story-section {
  padding: 1.375rem 0 4.375rem; }
  @media (min-width: 768px) {
    .share-story-section {
      padding: 1.5625rem 0 5rem; } }
  @media (min-width: 1024px) {
    .share-story-section {
      padding: 4.6875rem 0 5rem; } }
  @media (min-width: 1024px) {
    .share-story-section .container, .share-story-section .carousel-section .slick-dots, .carousel-section .share-story-section .slick-dots {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media (min-width: 768px) {
    .share-story-section .left {
      padding-right: 3.125rem; } }
  @media (min-width: 1200px) {
    .share-story-section .left {
      padding-right: 5.625rem; } }
  @media (min-width: 1440px) {
    .share-story-section .left {
      padding-right: 11.25rem; } }
  .share-story-section .subtitle {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    color: var(--dw-color-purple); }
    @media (min-width: 768px) {
      .share-story-section .subtitle {
        font-size: 1.5625rem; } }
  .share-story-section .title,
  h2.title {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 3.125rem;
    font-weight: 700;
    margin: 0 0 0.625rem;
    line-height: 1; }
    @media (min-width: 768px) {
      .share-story-section .title,
      h2.title {
        font-size: 4.0625rem;
        margin: 0.3125rem 0 0.625rem; } }
    @media (min-width: 1024px) {
      .share-story-section .title,
      h2.title {
        font-size: 60px;
        margin: 0 0 0.625rem; } }
    @media (min-width: 1200px) {
      .share-story-section .title,
      h2.title {
        font-size: 4.375rem; } }
  .share-story-section .text {
    font-size: 1.125rem; }
  .share-story-section .btn {
    margin-top: 1.875rem; }
    @media (min-width: 1024px) {
      .share-story-section .btn {
        margin-top: 0;
        margin-bottom: 0.3125rem; } }

.social-media-section {
  position: relative;
  overflow: hidden; }
  .social-media-section:after, .social-media-section:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0; }
  .social-media-section:after {
    background-color: var(--dw-color-grey-5);
    height: 50px;
    top: 0; }
    @media (min-width: 567px) {
      .social-media-section:after {
        height: 92px; } }
  .social-media-section:before {
    background-color: var(--dw-color-green);
    height: 73%;
    top: 50px; }
    @media (min-width: 567px) {
      .social-media-section:before {
        top: 92px;
        height: 74%; } }
    @media (min-width: 1024px) {
      .social-media-section:before {
        height: 39.2%; } }
  .social-media-section .container, .social-media-section .carousel-section .slick-dots, .carousel-section .social-media-section .slick-dots {
    position: relative;
    z-index: 3; }
    @media (min-width: 1024px) {
      .social-media-section .container, .social-media-section .carousel-section .slick-dots, .carousel-section .social-media-section .slick-dots {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
        -webkit-column-gap: 4.25rem;
                column-gap: 4.25rem; } }
  .social-media-section .media-col {
    text-align: center; }
    @media (max-width: 1023px) {
      .social-media-section .media-col {
        width: 100%;
        max-width: 560px;
        margin: 0 auto 3.75rem; } }
    @media (max-width: 566px) {
      .social-media-section .media-col {
        max-width: 298px;
        margin: 0 auto 1.875rem; } }
    @media (max-width: 1023px) {
      .social-media-section .media-col:first-child .follow a {
        color: #fff; } }
    @media (max-width: 1023px) {
      .social-media-section .media-col:first-child .follow a:after {
        filter: brightness(0) invert(1); } }
    @media (max-width: 1023px) {
      .social-media-section .media-col:first-child .follow a:hover {
        color: var(--dw-color-text); } }
    @media (max-width: 1023px) {
      .social-media-section .media-col:first-child .follow a:hover:after {
        filter: unset; } }
  .social-media-section .main-icon {
    margin-bottom: 1.375rem; }
    @media (min-width: 567px) {
      .social-media-section .main-icon {
        margin-bottom: 2.8125rem; } }
    @media (min-width: 1024px) {
      .social-media-section .main-icon {
        margin-bottom: 3.125rem; } }
    .social-media-section .main-icon 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;
      width: 100px;
      height: 100px;
      background-color: var(--dw-color-grey-5);
      border-radius: 50%;
      margin: 0 auto 1.25rem; }
      @media (min-width: 567px) {
        .social-media-section .main-icon a {
          width: 184px;
          height: 184px; } }
      .social-media-section .main-icon a img {
        display: block;
        max-width: 50px;
        max-height: 50px;
        height: auto;
        -webkit-transition: .3s;
        transition: .3s; }
        @media (min-width: 567px) {
          .social-media-section .main-icon a img {
            max-width: 80%;
            max-height: 80%; } }
      .social-media-section .main-icon a:hover {
        background-color: #fff; }
  .social-media-section .widget-wrap {
    text-align: center;
    padding: 2rem;
    background-color: #fff;
    border: 1px solid var(--dw-color-grey-2);
    border-radius: 0.625rem;
    position: relative;
    overflow: hidden;
    min-height:700px; }
  .social-media-section .widget-placholder {
    width: 100%; }
  .social-media-section .follow {
    margin-top: 10px; }
    .social-media-section .follow a {
      display: inline-block;
      padding-right: 1.5625rem;
      position: relative;
      font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: 400;
      text-decoration: none; }
      @media (min-width: 567px) {
        .social-media-section .follow a {
          font-size: 1.125rem;
          padding-right: 2.1875rem; } }
      .social-media-section .follow a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 1.325rem;
        height: 0.325rem;
        -webkit-transition: .3s;
        transition: .3s;
        background: url(../images/arrow-right-purple.svg) left center/contain no-repeat; }
        @media (min-width: 567px) {
          .social-media-section .follow a:after {
            width: 1.625rem;
            height: 0.625rem; } }
      .social-media-section .follow a:hover {
        color: var(--dw-color-text); }
        .social-media-section .follow a:hover:after {
          -webkit-transform: translate(4px, -50%);
              -ms-transform: translate(4px, -50%);
                  transform: translate(4px, -50%); }
      .social-media-section .follow a strong {
        font-weight: 900; }

.cards-section {
  padding: 4.375rem 0 4.375rem;
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .cards-section {
      padding: 4.875rem 0 4.6875rem; } }
  .cards-section:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: var(--dw-color-grey-5); }
  .cards-section .container, .cards-section .carousel-section .slick-dots, .carousel-section .cards-section .slick-dots {
    position: relative;
    z-index: 5; }
    @media (min-width: 1024px) {
      .cards-section .container, .cards-section .carousel-section .slick-dots, .carousel-section .cards-section .slick-dots {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr;
        -webkit-column-gap: 1.875rem;
                column-gap: 1.875rem;
        row-gap: 1.875rem; } }
    @media (min-width: 1440px) {
      .cards-section .container, .cards-section .carousel-section .slick-dots, .carousel-section .cards-section .slick-dots {
        -webkit-column-gap: 3rem;
                column-gap: 3rem; } }
  .cards-section .card {
    position: relative;
    overflow: hidden;
    padding: 3.4375rem 1.25rem;
    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;
    text-align: center;
    min-height: 289px;
    margin-bottom: 1.6875rem; }
    @media (min-width: 768px) {
      .cards-section .card {
        min-height: 222px;
        margin-bottom: 3.125rem;
        padding: 2.8125rem 1.25rem 4.375rem; } }
    @media (min-width: 1024px) {
      .cards-section .card {
        min-height: 358px;
        margin-bottom: 0;
        padding: 4.375rem 1.25rem; } }
    @media (min-width: 1200px) {
      .cards-section .card {
        min-height: 458px; } }
    .cards-section .card img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      filter: grayscale(100%);
      -webkit-transition: -webkit-transform 1.5s;
      transition: -webkit-transform 1.5s;
      transition: transform 1.5s;
      transition: transform 1.5s, -webkit-transform 1.5s; }
      @media (min-width: 768px) {
        .cards-section .card img {
          object-position: 50% 17%; } }
      @media (min-width: 1024px) {
        .cards-section .card img {
          object-position: top center; } }
    .cards-section .card:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .cards-section .card .title {
      font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 600;
      font-size: 1.875rem;
      line-height: 1.125;
      color: #fff;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 260px; }
      @media (min-width: 567px) {
        .cards-section .card .title {
          max-width: 380px; } }
      @media (min-width: 768px) {
        .cards-section .card .title {
          font-size: 2.5rem;
          max-width: 500px; } }
      @media (min-width: 1024px) {
        .cards-section .card .title {
          font-size: 2rem; } }
      @media (min-width: 1200px) {
        .cards-section .card .title {
          font-size: 2.25rem; } }
      @media (min-width: 1440px) {
        .cards-section .card .title {
          font-size: 2.5rem; } }
    .cards-section .card:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.8; }
    .cards-section .card:first-child .title {
      max-width: 300px; }
      @media (min-width: 768px) {
        .cards-section .card:first-child .title {
          max-width: 400px; } }
    .cards-section .card:last-child {
      margin-bottom: 0; }
    .cards-section .card.active-animation:nth-child(2) {
      -webkit-transition: .7s .2s;
      transition: .7s .2s; }
    .cards-section .card.active-animation:nth-child(3) {
      -webkit-transition: .7s .4s;
      transition: .7s .4s; }
  .cards-section .card-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0.8125rem;
    padding: 0.6875rem 1.9375rem 0.6875rem 1.6875rem;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%); }
    @media (min-width: 768px) {
      .cards-section .card-btn {
        font-size: 1rem;
        padding: 0.875rem 2.3125rem 0.875rem 2.0625rem; } }
    .cards-section .card-btn:hover {
      opacity: 0.8; }
  .cards-section .card-green:after {
    background-color: var(--dw-color-green);
    opacity: 0.8; }
  .cards-section .card-green .card-btn {
    background-color: #2BB9B9; }
  .cards-section .card-purple:after {
    background-color: var(--dw-color-purple-light);
    opacity: 0.85; }
  .cards-section .card-purple .card-btn {
    background-color: var(--dw-color-purple); }
  .cards-section .card-blue:after {
    background-color: var(--dw-color-blue);
    opacity: 0.8; }
  .cards-section .card-blue .card-btn {
    background-color: var(--dw-color-text); }

.news-section {
  background-color: var(--dw-color-grey-5);
  padding-bottom: 0.9375rem; }
  .news-section .section-subtitle {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    color: var(--dw-color-green);
    text-transform: uppercase; }
  .news-section .section-title {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 3.125rem;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 2.1875rem;
    text-align: center; }
    @media (min-width: 768px) {
      .news-section .section-title {
        font-size: 4.375rem;
        margin: 0 0 4.25rem; } }

.news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .news-block .left {
    width: 100%;
    margin-bottom: 3.75rem; }
    @media (min-width: 1024px) {
      .news-block .left {
        width: 53%;
        margin-bottom: 0; } }
  .news-block .right {
    width: 100%; }
    @media (min-width: 1024px) {
      .news-block .right {
        width: 47%;
        padding-left: 2.75rem; } }
    @media (min-width: 1200px) {
      .news-block .right {
        padding-left: 4.625rem; } }

.featured-news {
  background-color: var(--dw-color-white);
  padding: 0 0.875rem 2.1875rem 1.25rem; }
  @media (min-width: 768px) {
    .featured-news {
      padding: 0 3.125rem 3.25rem; } }
  @media (min-width: 1024px) {
    .featured-news {
      padding: 0 2rem 2.625rem;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(-60px);
          -ms-transform: translateX(-60px);
              transform: translateX(-60px);
      -webkit-transition: .7s;
      transition: .7s; } }
  @media (min-width: 1200px) {
    .featured-news {
      padding: 0 3.875rem 3.25rem; } }
  @media (min-width: 1024px) {
    .featured-news.active-animation {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .featured-news .title-wrap {
    text-decoration: none;
    color: var(--dw-color-text);
    display: inline-block; }
    .featured-news .title-wrap:hover .title {
      color: var(--dw-color-purple); }
  .featured-news .title {
    color: var(--dw-color-text);
    margin: 0 0 0.9375rem;
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1.3;
    -webkit-transition: .1s;
    transition: .1s; }
    @media (min-width: 768px) {
      .featured-news .title {
        font-size: 1.75rem; } }
  .featured-news .text {
    font-size: 1.125rem; }
    .featured-news .text p:last-child {
      margin-bottom: 0; }
  .featured-news .date {
    background-color: var(--dw-color-purple);
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0.5625rem 1.375rem 0.5625rem;
    border-top: 12px solid var(--dw-color-purple-light);
    margin-top: -0.75rem;
    margin-bottom: 1.9375rem; }
    @media (min-width: 768px) {
      .featured-news .date {
        padding: 1.0625rem 1.8125rem 1.0625rem;
        border-top: 16px solid var(--dw-color-purple-light);
        margin-top: -1rem;
        margin-bottom: 2.6875rem; } }
  .featured-news .month {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    font-size: normal;
    text-transform: uppercase;
    margin: 0 0 0.375rem; }
  .featured-news .day {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 0.8;
    color: #fff;
    font-size: normal; }
    @media (min-width: 768px) {
      .featured-news .day {
        font-size: 3.75rem; } }
  .featured-news .btn {
    margin-top: 1.875rem; }
    @media (min-width: 768px) {
      .featured-news .btn {
        margin-top: 2.375rem; } }
    @media (max-width: 767px) {
      .featured-news .btn {
        font-size: 1rem;
        padding: 0.875rem 2.625rem 0.875rem 2.375rem; } }

.news-article {
  border-bottom: 1px solid var(--dw-color-grey-2);
  padding: 0 0 1.875rem;
  margin: 0 0 1.875rem; }
  @media (min-width: 768px) {
    .news-article {
      padding: 0 0 2.375rem;
      margin: 0 0 2rem; } }
  .news-article:last-child {
    border: none;
    margin: 0;
    padding: 0; }
  .news-article .date {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    color: var(--dw-color-purple);
    font-size: 1.125rem;
    margin: 0 0 0.125rem;
    font-weight: bold;
    font-style: normal; }
  .news-article .title-wrap {
    text-decoration: none;
    color: var(--dw-color-text);
    display: block; }
    .news-article .title-wrap:hover .title {
      color: var(--dw-color-purple); }
  .news-article .title {
    color: var(--dw-color-text);
    margin: 0;
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.6;
    -webkit-transition: .1s;
    transition: .1s; }
    @media (min-width: 768px) {
      .news-article .title {
        font-size: 1.375rem; } }

.map-section {
  background-color: var(--dw-color-grey-5);
  padding: 0 0 2.8125rem; }
  @media (min-width: 768px) {
    .map-section {
      padding: 0 0 4.875rem;
      position: relative; } }
  .map-section .container, .map-section .carousel-section .slick-dots, .carousel-section .map-section .slick-dots {
    position: relative;
    padding: 0 0 0 0.625rem;
    max-width: 1286px; }
  @media (max-width: 767px) {
    .map-section .top-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0.625rem; } }
  @media (min-width: 768px) {
    .map-section .top-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 1rem;
      padding-top: 4.6875rem; } }
  @media (min-width: 1200px) {
    .map-section .top-text {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-right: 6.25rem;
      margin-bottom: -2.5rem; } }
  .map-section .top-text .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .map-section .top-text .number {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 3.4375rem;
    line-height: 0.71;
    color: var(--dw-color-green);
    margin-right: 0.4375rem; }
    @media (min-width: 768px) {
      .map-section .top-text .number {
        font-size: 6.8125rem;
        margin-right: 1.25rem; } }
    @media (min-width: 1200px) {
      .map-section .top-text .number {
        font-size: 8.75rem;
        margin-right: 1.375rem; } }
  .map-section .top-text .text {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: .95;
    text-transform: uppercase;
    padding-top: 0.5rem; }
    @media (min-width: 768px) {
      .map-section .top-text .text {
        font-size: 2.125rem;
        padding-top: 0.5rem; } }
    @media (min-width: 1200px) {
      .map-section .top-text .text {
        font-size: 2.8125rem;
        padding-top: 0.875rem;
        line-height: .92; } }

.top-text-svg {
  position: absolute;
  top: -2vh;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none; }
  @media (max-width: 767px) {
    .top-text-svg {
      display: none; } }
  .top-text-svg svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain; }

.sticky-block {
  position: relative; }

.map-block {
  position: relative; }

.map-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
  -webkit-transition: 1s;
  transition: 1s; }
  @media (max-width: 767px) {
    .map-text {
      display: none; } }
  .map-text svg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: contain; }
  .map-text .map-title {
    letter-spacing: -2px; }
  .map-text .map-subtitle {
    text-transform: uppercase;
    letter-spacing: -1px; }

.map {
  position: relative; }
  .map svg {
    pointer-events: none;
    width: 100%; }

.mobile-map-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .mobile-map-link {
      display: none; } }

.map-trigger {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.active-map .map-text {
  opacity: 0;
  visibility: hidden; }

.active-map #british_virgin_islands.inactive-state path,
.active-map .inactive-state {
  fill: #C8CAD5; }

.active-map .map svg {
  pointer-events: all; }

.map circle {
  cursor: pointer;
  -webkit-transition: fill 1s;
  transition: fill 1s; }
  .map circle:not(.inactive-state):hover {
    fill: var(--dw-color-purple-light);
    stroke: var(--dw-color-purple-light);
    stroke-width: 2;
    -webkit-transition: .3s;
    transition: .3s; }

.map circle.inactive-state {
  display: none; }

.map .borders:not(.dccircle) {
  pointer-events: none; }

.state path {
  cursor: pointer;
  -webkit-transition: fill 1s;
  transition: fill 1s; }
  .state path:not(.inactive-state):hover {
    fill: var(--dw-color-purple-light);
    -webkit-transition: .3s;
    transition: .3s; }

#british_virgin_islands:not(.inactive-state) path:hover {
  -webkit-transition: .3s;
  transition: .3s; }

#british_virgin_islands.inactive-state path {
  cursor: default;
  -webkit-transition: fill 1s;
  transition: fill 1s;
  stroke-width: .3 !important; }
  @media (max-width: 767px) {
    #british_virgin_islands.inactive-state path {
      fill: #C8CAD5; } }

.state .inactive-state {
  cursor: default; }
  .state .inactive-state circle,
  .state .inactive-state path {
    cursor: default; }
  @media (max-width: 767px) {
    .state .inactive-state {
      fill: #C8CAD5; } }

.state-modal {
  position: absolute;
  min-width: 231px;
  max-width: 400px;
  background-color: #fff;
  padding: 1.25rem 1.25rem 0.625rem 1.25rem;
  z-index: 20;
  overflow-y: auto;
  max-height: calc(100vh/1.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3;
  transition: .3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media (max-width: 767px) {
    .state-modal {
      display: none; } }
  .state-modal .state {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 1.375rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 1.3125rem;
    padding-right: 2.5rem; }
  .state-modal .state-info {
    list-style: none;
    padding: 0;
    margin: 0; }
    .state-modal .state-info li {
      margin-bottom: 1.0625rem; }
    .state-modal .state-info .name {
      font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      font-weight: bold;
      color: var(--dw-color-blue); }
    .state-modal .state-info .district {
      font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 0.875rem;
      line-height: 1.0625rem;
      font-weight: 400;
      color: var(--dw-color-text); }
    .state-modal .state-info a {
      text-decoration: none; }
      .state-modal .state-info a:hover .name {
        color: var(--dw-color-text); }
  .state-modal.show-state-modal {
    opacity: 1;
    visibility: visible; }

#british_virgin_islands {
  cursor: pointer; }
  #british_virgin_islands:hover path {
    fill: var(--dw-color-purple-light);
    -webkit-transition: .3s;
    transition: .3s; }

.close-state-info {
  background-color: var(--dw-color-text);
  border: none;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  -webkit-transition: .3s;
  transition: .3s; }
  .close-state-info:hover {
    background-color: var(--dw-color-green); }
  .close-state-info:after, .close-state-info:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-top: -0.0625rem;
    margin-left: -0.4375rem; }
  .close-state-info:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .close-state-info:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.message-from-chair-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 4.6875rem; }
  @media (min-width: 768px) {
    .message-from-chair-section {
      padding-bottom: 1.5625rem; } }
  @media (min-width: 1200px) {
    .message-from-chair-section {
      padding-bottom: 4.0625rem; } }
  .message-from-chair-section .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4.875rem 0;
    color: var(--dw-color-white);
    position: relative; }
    @media (max-width: 1023px) {
      .message-from-chair-section .top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 2.75rem 0 7.5rem; } }
    @media (max-width: 767px) {
      .message-from-chair-section .top {
        padding: 0 0 9.375rem; } }
    .message-from-chair-section .top:after {
      content: '';
      position: absolute;
      width: 200vw;
      height: 100%;
      background-color: var(--dw-color-text); }
      @media (max-width: 1023px) {
        .message-from-chair-section .top:after {
          top: 250px;
          left: 50%;
          margin-left: -100vw; } }
      @media (max-width: 767px) {
        .message-from-chair-section .top:after {
          top: 0; } }
      @media (min-width: 1024px) {
        .message-from-chair-section .top:after {
          right: 116px;
          top: 0;
          -webkit-transform: skew(-12deg) translateX(-100vw);
              -ms-transform: skew(-12deg) translateX(-100vw);
                  transform: skew(-12deg) translateX(-100vw);
          -webkit-transform-origin: top right;
              -ms-transform-origin: top right;
                  transform-origin: top right;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: .7s;
          transition: .7s; } }
    @media (min-width: 1024px) {
      .message-from-chair-section .top:before {
        content: '';
        position: absolute;
        width: 200vw;
        height: 1000px;
        background-color: var(--dw-color-grey-5);
        left: 50%;
        margin-left: -100vw;
        top: 50%; } }
    @media (min-width: 1024px) {
      .message-from-chair-section .top.active-animation .right,
      .message-from-chair-section .top.active-animation .left {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-transition: .7s .1;
        transition: .7s .1; } }
    @media (min-width: 1024px) {
      .message-from-chair-section .top.active-animation:after {
        -webkit-transform: skew(-12deg);
            -ms-transform: skew(-12deg);
                transform: skew(-12deg);
        opacity: 1;
        visibility: visible;
        -webkit-transition: .7s .1;
        transition: .7s .1; } }
    .message-from-chair-section .top .left {
      width: 100%;
      position: relative;
      z-index: 5;
      padding: 0 0 3.125rem; }
      @media (min-width: 1024px) {
        .message-from-chair-section .top .left {
          width: 50%;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translateX(-60px);
              -ms-transform: translateX(-60px);
                  transform: translateX(-60px);
          -webkit-transition: .7s;
          transition: .7s; } }
      @media (min-width: 1200px) {
        .message-from-chair-section .top .left {
          padding: 3.125rem 0; } }
    .message-from-chair-section .top .right {
      width: 100%;
      position: relative;
      z-index: 5; }
      @media (min-width: 1024px) {
        .message-from-chair-section .top .right {
          width: 50%;
          padding-left: 2.125rem;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translateX(60px);
              -ms-transform: translateX(60px);
                  transform: translateX(60px);
          -webkit-transition: .7s;
          transition: .7s; } }
      .message-from-chair-section .top .right .mobile {
        display: block;
        margin-bottom: 3.125rem; }
        @media (min-width: 1024px) {
          .message-from-chair-section .top .right .mobile {
            display: none; } }
        @media (max-width: 767px) {
          .message-from-chair-section .top .right .mobile {
            width: 100vw;
            max-width: 100vw;
            margin-left: -30px;
            margin-bottom: 3.75rem; } }
      .message-from-chair-section .top .right .desktop {
        display: none; }
        @media (min-width: 1024px) {
          .message-from-chair-section .top .right .desktop {
            display: block; } }
      .message-from-chair-section .top .right img {
        width: 100%; }
    .message-from-chair-section .top .title {
      font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 2.8125rem;
      margin: 0 0 1rem;
      color: var(--dw-color-white); }
      @media (min-width: 768px) {
        .message-from-chair-section .top .title {
          font-size: 3.125rem;
          line-height: 1.2; } }
      @media (min-width: 1024px) {
        .message-from-chair-section .top .title {
          font-size: 2.5rem; } }
      @media (min-width: 1200px) {
        .message-from-chair-section .top .title {
          font-size: 3.125rem; } }
    .message-from-chair-section .top .text {
      font-size: 1.125rem;
      line-height: 1.7;
      width: 100%;
      max-width: 555px;
      opacity: 0.7; }
    .message-from-chair-section .top .name {
      font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 1.25rem;
      font-weight: bold;
      margin: 1.875rem 0 0.0625rem;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .message-from-chair-section .top .name {
          font-size: 1.5rem; } }
    .message-from-chair-section .top .district {
      font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-size: 1.125rem;
      font-weight: 400; }
      @media (max-width: 767px) {
        .message-from-chair-section .top .district {
          max-width: 273px; } }
  .message-from-chair-section .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    z-index: 10;
    margin-top: -8.75rem; }
    @media (min-width: 768px) {
      .message-from-chair-section .bottom {
        margin-top: -5.375rem; } }
    @media (min-width: 1024px) {
      .message-from-chair-section .bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: -4.1875rem; } }
    @media (min-width: 1200px) {
      .message-from-chair-section .bottom {
        margin-top: -5.4375rem; } }
    @media (max-width: 1023px) {
      .message-from-chair-section .bottom:after {
        content: '';
        position: absolute;
        width: 200vw;
        height: 1000px;
        background-color: var(--dw-color-grey-5);
        left: 50%;
        margin-left: -100vw;
        top: 86px;
        margin-top: -1px; } }
    @media (max-width: 767px) {
      .message-from-chair-section .bottom:after {
        top: 140px; } }
    .message-from-chair-section .bottom .left {
      width: 100%; }
      @media (min-width: 1024px) {
        .message-from-chair-section .bottom .left {
          width: 50%; } }
      @media (max-width: 1023px) {
        .message-from-chair-section .bottom .left {
          position: relative;
          z-index: 4; } }
    .message-from-chair-section .bottom .right {
      width: 100%; }
      @media (min-width: 1024px) {
        .message-from-chair-section .bottom .right {
          width: 50%;
          padding-left: 5rem; } }
      @media (min-width: 1200px) {
        .message-from-chair-section .bottom .right {
          padding-left: 3.125rem; } }
      @media (max-width: 1023px) {
        .message-from-chair-section .bottom .right {
          position: relative;
          z-index: 4; } }
    .message-from-chair-section .bottom .text {
      font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin: 0 0 0.625rem;
      padding-top: 2.75rem;
      width: 100%;
      max-width: 486px; }
      @media (min-width: 768px) {
        .message-from-chair-section .bottom .text {
          font-weight: 600;
          font-size: 1.4375rem;
          line-height: 2rem;
          padding-top: 3.375rem; } }
      @media (min-width: 1024px) {
        .message-from-chair-section .bottom .text {
          padding-top: 5.625rem;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translateY(60px);
              -ms-transform: translateY(60px);
                  transform: translateY(60px);
          -webkit-transition: .7s;
          transition: .7s; } }
    @media (min-width: 1024px) {
      .message-from-chair-section .bottom .btn-wrap {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(60px);
            -ms-transform: translateY(60px);
                transform: translateY(60px);
        -webkit-transition: .7s;
        transition: .7s; } }
    .message-from-chair-section .bottom .btn {
      font-size: 0.875rem;
      padding: 0.75rem 2.5rem;
      margin-top: 0.6875rem;
      margin-bottom: 0.375rem;
      clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%); }
      @media (min-width: 768px) {
        .message-from-chair-section .bottom .btn {
          font-size: 1rem;
          padding: 0.875rem 2.8125rem;
          margin-top: 1rem; } }
    @media (min-width: 1024px) {
      .message-from-chair-section .bottom.active-animation .btn-wrap,
      .message-from-chair-section .bottom.active-animation .text {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-transition: .7s .4s;
        transition: .7s .4s; } }

@media (min-width: 1024px) {
  .active-animation .people-list li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; } }

@media (min-width: 1024px) {
  .active-animation .people-list li:nth-child(2) {
    -webkit-transition: .7s .2s;
    transition: .7s .2s; } }

.people-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-column-gap: 1.5rem;
          column-gap: 1.5rem; }
  @media (min-width: 1200px) {
    .people-list {
      -webkit-column-gap: 4rem;
              column-gap: 4rem;
      padding-right: 3.5625rem; } }
  @media (max-width: 1023px) {
    .people-list {
      width: 100%;
      max-width: 545px; } }
  @media (max-width: 767px) {
    .people-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      row-gap: 1.75rem; } }
  .people-list li {
    width: 231px; }
    @media (min-width: 1024px) {
      .people-list li {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(60px);
            -ms-transform: translateY(60px);
                transform: translateY(60px);
        -webkit-transition: .7s;
        transition: .7s; } }
  .people-list .image {
    width: 231px;
    height: 231px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 0.625rem; }
    @media (min-width: 768px) {
      .people-list .image {
        margin: 0 auto 1.875rem; } }
    .people-list .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .people-list .name {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 0.3125rem; }
  .people-list .district {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    font-style: italic;
    width: 100%;
    max-width: 170px;
    margin: 0 auto; }

.join-us-modal {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 540;
  -webkit-transform: translate(calc(100% + 67px), calc(100% - 142px));
      -ms-transform: translate(calc(100% + 67px), calc(100% - 142px));
          transform: translate(calc(100% + 67px), calc(100% - 142px));
  -webkit-transition: .4s;
  transition: .4s; }
  @media (min-width: 768px) {
    .join-us-modal {
      -webkit-transform: translate(100%, calc(100% - 142px));
          -ms-transform: translate(100%, calc(100% - 142px));
              transform: translate(100%, calc(100% - 142px)); } }
  .join-us-modal .form-wrap {
    background-color: var(--dw-color-white);
    width: 317px;
    padding: 2.25rem 2rem; }
    @media (min-width: 768px) {
      .join-us-modal .form-wrap {
        padding: 2.75rem 3.625rem;
        width: 544px; } }
  .join-us-modal .title {
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.3125rem;
    color: var(--dw-color-green);
    margin: 0 0 0.3125rem; }
    @media (min-width: 768px) {
      .join-us-modal .title {
        font-size: 2.8125rem;
        margin: 0 0 0.625rem; } }
  .join-us-modal .text {
    font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #6B6B6B;
    margin: 0 0 1.875rem; }
    @media (min-width: 768px) {
      .join-us-modal .text {
        margin: 0 0 1.25rem; } }
  .join-us-modal .btn {
    font-size: 0;
    line-height: 1.5rem;
    padding: 0;
    height: 70px;
    white-space: nowrap;
    position: relative; }
    @media (min-width: 768px) {
      .join-us-modal .btn {
        font-size: 1.125rem;
        padding: 0 2.5rem;
        height: 60px; } }
    @media (max-width: 767px) {
      .join-us-modal .btn {
        width: 80px;
        min-width: 80px; } }
    @media (max-width: 767px) {
      .join-us-modal .btn:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        top: 50%;
        left: 50%;
        margin-left: -12px;
        margin-top: -12px;
        background: url(../images/search-arrow.svg) center/contain no-repeat; } }
  .join-us-modal input {
    font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    background: #e8e9ec;
    border: 2px solid #e8e9ec;
    font-size: 1rem;
    color: var(--dw-color-text);
    height: 70px;
    width: 100%;
    padding: 0 1.25rem; }
    @media (min-width: 768px) {
      .join-us-modal input {
        height: 60px;
        padding: 0 1.6875rem; } }
    .join-us-modal input::-webkit-input-placeholder {
      font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 1rem;
      color: var(--dw-color-text);
      opacity: 0.99; }
    .join-us-modal input:-ms-input-placeholder {
      font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 1rem;
      color: var(--dw-color-text);
      opacity: 0.99; }
    .join-us-modal input::placeholder {
      font-family: "Open Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 1rem;
      color: var(--dw-color-text);
      opacity: 0.99; }
    .join-us-modal input:focus {
      outline: none;
      border-color: var(--dw-color-green); }

.join-us-form-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.toggle-join-us-modal {
  position: absolute;
  width: 66px;
  height: 60px;
  background-color: var(--dw-color-green);
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s; }
  @media (min-width: 768px) {
    .toggle-join-us-modal {
      top: 0;
      right: 100%;
      margin-right: -1px; } }
  @media (max-width: 767px) {
    .toggle-join-us-modal {
      left: 0;
      bottom: 100%;
      margin-bottom: -1px; } }
  .toggle-join-us-modal .letter-ic {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/email.svg) center/contain no-repeat;
    -webkit-transition: .4s;
    transition: .4s; }
  .toggle-join-us-modal:after, .toggle-join-us-modal:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 3px;
    background-color: var(--dw-color-text);
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -11px;
    -webkit-transition: .4s;
    transition: .4s; }
  .toggle-join-us-modal:after {
    -webkit-transform: rotate(45deg) scale(0);
        -ms-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0); }
  .toggle-join-us-modal:before {
    -webkit-transform: rotate(-45deg) scale(0);
        -ms-transform: rotate(-45deg) scale(0);
            transform: rotate(-45deg) scale(0); }

html.show-menu.show-join-us-modal .join-us-modal,
html.show-search.show-join-us-modal .join-us-modal {
  z-index: 555; }

.show-join-us-modal .join-us-modal {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: .8s;
  transition: .8s; }

.show-join-us-modal .letter-ic {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden; }

.show-join-us-modal .toggle-join-us-modal {
  background-color: var(--dw-color-white); }
  .show-join-us-modal .toggle-join-us-modal:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .show-join-us-modal .toggle-join-us-modal:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.show-join-us-modal .join-us-overlay {
  opacity: .5;
  visibility: visible;
  -webkit-transition: .7s;
  transition: .7s; }

.join-us-overlay {
  -webkit-transition: .6s;
  transition: .6s;
  z-index: 539; }
/*# sourceMappingURL=main.css.map */

.buffer #newsfilterlist .filter {
    background: var(--dw-color-green);
    color: #ffffff;
  }
.buffer #newsfilterlist ul {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner {
  position: relative;
  min-height: 200px;
  width: 100%;
  background-color: #182940;
}

.banner h1 {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  line-height: 1.3;
  font-size: 2.8rem;
  max-width: 40%;
  margin: 0;
  padding-bottom: 2rem; }
  @media (max-width: 1200px) {
    .banner h1 {
      font-size: 2rem;
      max-width:30%; } }
  @media (max-width: 1023px) {
    .banner {
      min-height: auto;
    }
    .banner h1 {
      max-width: 100%;
      padding: 2rem 0;
      font-size:2rem;
      position:relative; } }

.banner h1:after {
    content: "";
    position: absolute;
    background-color:#B1A1ED;
    bottom: 0;
    left: 0;
    width: 8rem;
    height: 0.50rem; }

.main-content {
  margin: 3rem 0;
}

.hero-image {
  position: relative;
  height: 24rem;
  max-width: 40.625rem;
  width: 100%;
  margin-left: auto; }
  @media (max-width: 1023px) {
    .hero-image {
      max-width: 100%;
      height: 24rem; } }

.hero-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: -0.875rem;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
  height: 100%; }
  @media (max-width: 1023px) {
    .hero-image-holder {
      clip-path: none;
      right: 0 } }

.hero-image-holder img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 50% 70%;
}

.member-teams,
.leaders {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.0625rem;
  row-gap: .125rem;
}

.member-team {
  position: relative;
  padding: 0 .0625rem;
  max-width: 20%;
  flex: 1 1 20%; }
  @media (max-width: 1023px) {
    .member-team {
      max-width: 33%;
      flex: 1 1 33%; } }
  @media (max-width: 767px) {
    .member-team {
      max-width: 50%;
      flex: 1 1 50%; } }

.member-team:hover .member-team-image img {
  transform: scale(1.05);
}

.member-team:after {
  content: "";
  /*background:linear-gradient(to bottom, rgba(0, 56, 92, 0) 0%, rgb(24 41 64) 100%);*/
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  height: 100%;
  background-color: var(--dw-color-purple);
  opacity: 0.55;
  z-index: 0;
}

.leaders .member-team:after {
  background-color: var(--dw-color-text);
}

.member-team:hover:after {
  background:linear-gradient(to bottom, rgba(0, 56, 92, 0) 0%, rgb(24 41 64) 100%);
  height: 65%;
  opacity: 100%;
}

.member-team .member-name {
  font-weight: 700;
  color: #fff;
  line-height: 1.2rem;
  display: block;
}

.member-team p {
  margin-bottom: 0;
  font-family: "Montserrat", Arial, "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: .875rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
}

p.dwc-title {
  text-transform: none;
  font-style: italic;
}

.member-team-image {
  padding-top: 121%;
  position: relative;
  overflow: hidden;
}

.member-team-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
}

.member-team-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 .9375rem .5rem;
  z-index: 1;
}

.int .member-team {
    max-width: 25%;
    flex: 1 1 25%;
}

.team-grouping h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center;
    border-bottom: 1px solid var(--dw-color-purple);
}

blockquote {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  font-style: italic;
}

.lg-cta {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: bold;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
  margin: 1rem 0;
  padding: 2rem;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
}

a.lg-cta:hover {
  color: #fff;
}

a.teal-callout {
  background-color: var(--dw-color-green);
}

a.teal-callout:hover {
  background-color: color-mix(in srgb, var(--dw-color-green) 65%, transparent);
}

a.purple-callout {
  background-color: var(--dw-color-purple);
}

a.purple-callout:hover {
  background-color: color-mix(in srgb, var(--dw-color-purple) 65%, transparent);
}

a.navy-callout {
  background-color: var(--dw-color-blue);
}

a.navy-callout:hover {
  background-color: color-mix(in srgb, var(--dw-color-blue) 65%, transparent);
}

.dropdown-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: max-content; 
    margin: 2rem auto 2rem;  }
  @media (max-width: 767px) {
    .dropdown-container {
      display:block;
      width:initial; } }

/* Label floated left with your font styling */
.dropdown-container label {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #182940;
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    white-space: nowrap;
}

/* Modern dropdown with teal background and linear down arrow */
#ComponentDropdown {
    flex: 1;
    padding: 0.6rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    background-color: #008080;
    border: none;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    padding-right: 2.5rem;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23ffffff" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><polygon points="6,9 12,15 18,9"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem 1rem;
    max-width: 100%;
}

/* Hover/focus states */
#ComponentDropdown:hover,
#ComponentDropdown:focus {
    outline: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* Option text styling */
#ComponentDropdown option {
    font-weight: 500;
    color: #000;
}

.dwd-block {
  max-width: 800px;
  position: relative;
  display: block;
  padding: 0 0 2rem;
  margin: 0 auto 3rem;
  font-weight: 500;
  background-color: rgb(92 55 159 / 20%);
}

.dwd-block img {
  display: block;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: 50% 50%;
}

.dwd-block h2 {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.75rem;
  display: block;
  background-color: rgb(92 55 159 / 20%);
  padding: 1.5rem 2rem;
  margin: 0 0 2rem;
  color: var(--dw-color-purple);
}

.dwd-block p {
  padding: 0 2rem;
}