/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  padding-right: 0;
  font-family: Lora, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #2e2e2e;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

/* a {
  color: var(--accent-color);
  background-image: url('../images/PCP_logo_inverted_4_web.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
} */

a:hover {
  color: #c2581b;
  text-decoration: none;
}

a {
  text-decoration: none; /* 移除所有超链接的下划线 */
}
a:hover {
  text-decoration: none; /* 鼠标悬停时也不显示下划线 */
}

.navbar {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fff, #fff);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10px;
  font-family: PT Sans, sans-serif;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-link {
  float: left;
  margin-right: 1px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}

.menu-icon {
  float: right;
  line-height: 13px;
  display: inline-block;
}

.menu-button {
  float: right;
  color: rgba(255, 255, 255, .85);
  border-radius: 2px;
  margin-top: 0;
  padding: 10px 8px 9px;
  transition: background-color .35s, color .35s;
  display: block;
}

.menu-button:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.menu-button.w--open {
  background-color: rgba(255, 255, 255, .25);
}

.button {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  padding: 12px 31px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  transition: background-color .2s, color .2s;
}

.button:hover {
  color: #fff;
  background-color: var(--accent-color);
}

.main-section {
  height: 85vh;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 45px;
  padding-top: 62px;
  padding-bottom: 40px;
}

.container {
  width: 1100px;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-heading {
  width: auto;
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  text-align: center;
  text-shadow: none;
  grid-template-rows: auto;
  grid-template-columns: 520px 2fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 50px;
  display: grid;
}

.med-divider {
  width: 50px;
  height: 5px;
  max-width: 800px;
  background-color: var(--accent-color);
  margin: 10px 0 0;
  list-style-type: lower-alpha;
  display: block;
}

.med-divider.small {
  width: 195px;
  height: 5px;
  background-color: var(--accent-color);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}

.med-divider.tab {
  width: 150px;
  background-color: var(--accent-color);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}

.field {
  width: 75%;
  height: 50px;
  float: left;
  color: #4d565d;
  border: 1px #000;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 15px;
}

.footer-section {
  background-color: rgba(35, 47, 56, .6);
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding-top: 27px;
  padding-bottom: 27px;
}

.footer-link {
  float: none;
  color: rgba(255, 255, 255, .6);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 0 3px 20px;
  font-family: Oxygen, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: color .35s;
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
}

.social-link {
  width: 20px;
  opacity: .82;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
  display: inline-block;
}

.social-link:hover {
  opacity: .45;
}

.nav-link {
  opacity: .7;
  color: #fff;
  letter-spacing: .6px;
  text-transform: uppercase;
  column-count: auto;
  padding: 10px 20px;
  font-family: Oxygen, sans-serif;
  font-size: 12px;
  font-weight: 300;
  transition: opacity .2s, transform .2s;
  display: inline-block;
}

.nav-link:hover {
  opacity: 1;
  color: #fff;
  transform: translate(0, -2px);
}

.nav-link.w--current {
  opacity: 1;
  color: #fff;
}

.social-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.contact-field {
  height: 50px;
  border-radius: 2px;
  padding-bottom: 9px;
  font-family: Oxygen, sans-serif;
}

.contact-field:focus {
  color: #243039;
  border: 1px solid #5cc489;
}

.social-text {
  color: #243039;
  background-image: url('../images/social-18.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 26px;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.social-text.facebook {
  background-image: url('../images/social-03.svg');
  background-size: 15px;
}

.social-text.instagram {
  background-image: url('../images/social-07.svg');
  background-size: 15px;
}

.section-title {
  letter-spacing: 2px;
  margin-top: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.text-block {
  width: auto;
  max-width: none;
  float: none;
  color: #333;
  text-align: left;
  text-shadow: none;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  font-family: Droid Serif, serif;
  font-size: .9em;
  font-style: normal;
  line-height: 1.9em;
  display: block;
}

.text-span {
  color: #4d565d;
  overflow: visible;
}

.main-footer {
  height: 65px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 #000;
  grid-template-rows: 80px;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 0;
  display: grid;
}

.main-footer.screen-copy {
  background-image: linear-gradient(var(--accent-color), var(--accent-color));
  grid-template-columns: auto 1fr 182px;
  align-content: stretch;
  align-items: end;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.instagram {
  z-index: auto;
  width: 20px;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/instagram-logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  border-top: 0 #000;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-link-2 {
  width: 20px;
  background-image: url('../images/Twitter_Social_Icon_Circle_Color.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(0, 0, 0, 0);
  grid-template: "African-Group Asian-Group Area" minmax(150px, auto)
                 ". . ." minmax(150px, auto)
                 ". . ."
                 ". . ."
                 / .5fr .5fr .5fr 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
}

.image {
  object-fit: fill;
  display: block;
}

.grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template: "African-Group Area" 150px
                 ". ." 150px
                 / 1fr 1fr 1fr;
}

.text-span-2 {
  color: #000;
  text-transform: capitalize;
}

.link {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.link-2,.link-3 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.grid-3 {
  max-width: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: 600px 600px 600px;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin-top: 0;
  margin-left: 0;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  border: 1px #000;
  font-family: Open Sans, sans-serif;
  font-size: 8px;
  display: block;
}

.image-2 {
  clear: none;
  text-shadow: 1px 1px 6px #000;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-image: url('../images/AfricaGroup.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-clip: border-box;
  transition: opacity .2s;
  position: static;
}

.image-3 {
  transition: opacity .2s;
}

.image-4 {
  background-image: url('../images/AfricaGroup.jpg');
  background-size: auto;
}

.image-5 {
  background-image: url('../images/AfricaGroup.jpg');
  background-position: 0 0;
  background-size: auto;
  position: static;
}

.image-5:hover {
  opacity: 1;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
}

.image-6 {
  z-index: 1;
  opacity: 0;
  position: relative;
  top: -174px;
}

.image-7 {
  background-image: url('../images/AfricaGroup_over.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.link-block {
  background-image: url('../images/AfricaGroup.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  position: static;
}

/* .div-block {
  background-image: url('../images/e2023.jpg');
  background-position: 30% 30%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block:hover {
  background-image: url('../images/e2023_over.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
} */

.text-block-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  position: static;
}

.text-block-4 {
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
}

.text-block-5 {
  font-weight: 400;
}

.heading {
  color: #fff;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: 4px 0 8px rgba(0, 0, 0, .65);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 7em;
  font-weight: 700;
  line-height: 1em;
  display: block;
  position: static;
}

.div-block-8 {
  margin-top: 20px;
  display: inline-block;
}

.section {
  height: 700px;
  margin-top: 0;
}

.heading-2 {
  z-index: 2;
  width: auto;
  height: 400px;
  color: #fff;
  text-align: left;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .66), rgba(255, 255, 255, 0) 88%);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 0;
  padding-left: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 6em;
  font-weight: 600;
  line-height: 1.1em;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-9 {
  background-image: url('../images/slide5.jpg');
  background-position: 0 0;
  background-size: auto;
}

.image-10 {
  object-fit: fill;
  margin-bottom: 10px;
}

.section-2 {
  width: auto;
  height: 900px;
  max-height: none;
  max-width: none;
  opacity: 1;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 125px;
  margin-right: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-3 {
  position: -webkit-sticky;
  position: sticky;
}

.nav-link-3 {
  display: inline-block;
  position: static;
}

.container-2 {
  text-align: right;
}

.nav-link-4 {
  width: 30px;
  height: 30px;
  object-fit: fill;
  background-image: url('../images/f_logo_RGB-Grey_1024.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 15px;
  padding: 0;
  display: inline-block;
  position: static;
}

.grid-4 {
  height: 50px;
  grid-column-gap: 10px;
  grid-template-rows: 50px;
  grid-template-columns: 8fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: end;
}

.link-block-2 {
  background-image: url('../images/f_logo_RGB-Grey_1024.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.section-4 {
  position: static;
}

.container-3 {
  width: 940px;
  height: 50px;
  margin-left: 0;
  margin-right: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.navbar-2 {
  width: 100%;
  height: 50px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0%;
}

.nav-link-5 {
  width: 50px;
  height: 60px;
  opacity: .3;
  background-image: url('../images/facebooklogo.svg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link-6 {
  width: auto;
  height: 60px;
  max-width: none;
  opacity: .3;
  background-image: url('../images/instagram-logo_1.svg');
  background-position: 50% 59%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 30px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  right: 0;
}

.container-4 {
  height: 60px;
  max-width: 1800px;
  float: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 0 #000;
  position: static;
  top: 0;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.nav-link-7 {
  width: 50px;
  height: 60px;
  opacity: .3;
  background-image: url('../images/mail.svg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.nav-link-8 {
  width: 50px;
  height: 60px;
  opacity: .3;
  background-image: url('../images/Twitter_Social_Icon_Circle_Color_1.svg');
  background-position: 50% 55%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  margin-top: 0;
}

.navbar-3 {
  z-index: 2000;
  height: 60px;
  max-width: 100%;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  position: fixed;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: visible;
  box-shadow: 0 0 1px -8px #000;
}

.nav-menu-1 {
  height: 60px;
  max-width: none;
  object-fit: fill;
  border: 1px #000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link-block-3 {
  width: 50px;
  height: 60px;
  background-image: url('../images/Home_1.svg');
  background-position: 0 55%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 40px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.link-block-3.w--current {
  width: 50px;
  height: 60px;
  max-height: none;
  background-image: url('../images/Home_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  background-attachment: scroll;
  margin-left: 0;
  display: block;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.homelink {
  width: 60px;
  height: 60px;
  border: 1px #000;
  margin-left: 40px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-5 {
  margin-top: 60px;
}

.grid-5 {
  width: auto;
  height: auto;
  max-width: none;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  object-fit: cover;
  grid-template: ". . . ." 350px
                 ". . . ." 350px
                 ". . . ." 350px
                 ". . . Area" 350px
                 ". . . ." 350px
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
  margin: 20px 0 60px;
  padding: 40px 0;
}

.div-block-9 {
  background-image: url('../images/title.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-10 {
  width: 450px;
  height: 130px;
  background-image: url('../images/Title-gradient.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  margin-top: 10px;
  margin-left: 40px;
  padding-top: 0;
  display: block;
}

.text {
  color: rgba(255, 254, 254, .8);
  object-fit: cover;
  margin-top: 140px;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1em;
  display: block;
  position: static;
}

.name-3lines {
  height: auto;
  opacity: 1;
  color: #fff;
  letter-spacing: -.9px;
  margin-top: 0;
  padding-top: 205px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-family: Raleway, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1em;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.name-3lines:hover {
  opacity: 1;
  -webkit-text-stroke-color: #681dd8;
}

.name-3lines.many-lines {
  margin-top: 0;
  padding-top: 110px;
}

.name-3lines._3lines {
  margin-top: 390px;
  margin-bottom: 0;
}

.name-3lines.index {
  position: absolute;
  bottom: 20px;
}

.name-3lines.index:hover {
  color: #fff;
}

.text-block-8-copy {
  height: 200px;
  opacity: 1;
  color: rgba(255, 252, 250, .81);
  border-radius: 0;
  padding-top: 140px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block-8-copy:hover {
  opacity: 1;
  padding-top: 80px;
}

.div-block-19 {
  height: 250px;
  opacity: 1;
  display: block;
}

.div-block-19:hover {
  opacity: 1;
}

.heading-3 {
  color: rgba(255, 255, 255, .81);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1em;
}

.heading-4 {
  color: rgba(255, 255, 255, .8);
  margin-top: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  line-height: 1.2em;
}

.heading-5 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 2px;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  display: block;
}

.div-block-20 {
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.text-span-3 {
  color: #000;
  margin-left: 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.1em;
}

.text-span-3:hover {
  color: var(--accent-color);
  font-weight: 700;
}

.heading-6 {
  width: auto;
  color: #333;
  text-align: left;
  margin: 20px 40px 20px 0;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5em;
}

.text-block-9 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 40px;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.link-block-4 {
  background-image: url('../images/retourn.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-attachment: scroll;
  margin-left: 0;
}

.div-block-21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 0;
  padding-right: 20px;
  display: block;
}

.image-14 {
  margin-left: 40px;
}

.text-block-10 {
  width: 600px;
  margin-top: 60px;
  margin-left: 40px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
  top: 150px;
}

.div-block-22 {
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f6f6;
  grid-template-rows: 700px auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: grid;
}

.caption-horizontal {
  z-index: 200;
  color: #fff;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: .8em;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.caption-horizontal.black {
  color: #333;
}

.div-block-23 {
  width: auto;
  height: 500px;
  max-height: none;
  max-width: 1000px;
  object-fit: fill;
  background-image: url('../images/Armenia.jpg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 0 #fff;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.quote {
  width: auto;
  text-align: left;
  margin-top: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-24 {
  margin-top: 60px;
  margin-left: 130px;
}

.div-block-25 {
  width: auto;
  max-width: 800px;
  margin-bottom: 20px;
  margin-right: 40px;
}

.heading-7 {
  margin-top: 40px;
  margin-left: 100px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  line-height: 12px;
}

.paragraph {
  width: auto;
  max-width: 700px;
  margin-left: 100px;
  margin-right: 100px;
  padding-right: 20px;
  font-family: Source Sans Pro, sans-serif;
}

.heading-8 {
  margin-top: 40px;
  font-family: Raleway, sans-serif;
}

.div-block-26 {
  width: 200px;
  height: 65px;
  background-image: url('../images/logo_RGB_HORIZ_EN.svg');
  background-position: -10px;
  background-repeat: no-repeat;
  background-size: auto 70px;
  background-attachment: scroll;
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 145px;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.heading-9 {
  margin-top: 41px;
  margin-left: 40px;
  font-family: Droid Serif, serif;
  font-size: 7em;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.div-block-27 {
  margin-top: auto;
}

.section-6 {
  margin: 0 50px 40px;
}

.text-span-4 {
  color: var(--accent-color);
  font-family: Raleway, sans-serif;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7em;
}

.bolder {
  width: auto;
  max-width: none;
  float: none;
  color: #5a5a5a;
  text-align: left;
  text-shadow: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  font-family: Secular One, sans-serif;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.text-span-5 {
  text-align: left;
  padding-left: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.text-span-6 {
  font-style: normal;
  font-weight: 700;
}

.text-span-7,.text-span-8,.text-span-9 {
  font-weight: 700;
}

.group-page-title {
  width: auto;
  height: 300px;
  border: 1px #000;
  border-radius: 0;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 10px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-7 {
  margin-top: 80px;
  margin-left: 100px;
  margin-right: 100px;
}

.heading-10 {
  margin-top: 60px;
  margin-bottom: 6px;
  margin-left: 50px;
  font-family: Droid Serif, serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.div-block-28 {
  margin-top: 120px;
}

.heading-11 {
  color: #eb2f77;
  margin-left: 130px;
  font-family: Droid Serif, serif;
  font-size: 6em;
  font-weight: 400;
  line-height: 1em;
}

.text-group {
  text-align: center;
  border: 1px #000;
  font-family: Open Sans, sans-serif;
  font-size: 8px;
  display: block;
}

.section-9 {
  background-image: linear-gradient(#f7f7f7, #f7f7f7);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 20px 20px 0;
  display: flex;
  position: static;
}

.div-block-29 {
  width: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(247, 247, 247, 0);
  border: .5px #000;
  grid-template-rows: 28px auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 100px 20px;
  padding: 20px 20px 20px 0;
  display: grid;
  position: static;
}

.div-block-30 {
  display: block;
}

.phonesecrren {
  width: 200px;
  height: 65px;
  background-image: url('../images/logo_RGB_HORIZ_EN.svg');
  background-position: -10px;
  background-repeat: no-repeat;
  background-size: auto 70px;
  background-attachment: scroll;
  border: 0 #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 145px;
  padding-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.phonesecrren._60 {
  background-image: url('../images/logo_RGB_HORIZ_EN.png');
  background-position: 35%;
  background-size: cover;
  margin-left: 100px;
}

.div-block-32 {
  margin-left: 50px;
  margin-right: 0;
  position: absolute;
}

.text-span-10,.text-span-12 {
  color: #fff;
}

.heading-12 {
  display: none;
}

.section-10 {
  margin: 100px 100px 0;
}

.title {
  color: #000;
  -webkit-text-stroke-color: var(--accent-color);
  background-image: none;
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  font-size: 4em;
  font-weight: 800;
  line-height: 1em;
}

.title:hover {
  color: #000;
}

.title.sub-page {
  font-size: 2.5em;
}

.div-block-36 {
  background-image: url('../images/Patricia-Mawuli-Porter-née-Nyekodzi1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-37 {
  height: 620px;
  background-position:50% 15%;
  background-repeat: no-repeat;
  background-size: 200%;
  display: block;
}

.text-block-14 {
  width: auto;
  max-width: none;
  text-align: left;
  padding-top: 40px;
  padding-right: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.4em;
}

.div-block-38 {
  height: auto;
  background-position: 70% 40%;
  background-repeat: no-repeat;
  background-size: 90%;
}

.text-block-15 {
  font-family: Source Sans Pro, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.div-block-39 {
  height: 500px;
  background-image: url('../images/3Brigadier-General-Constance-Emefa-Edjeani-Afenu.jpg');
  background-position: 38% 25%;
  background-size: auto;
}

.div-block-40 {
  height: 250px;
  background-position: 40% 40%;
  background-repeat: no-repeat;
  background-size: 200%;
}

.div-block-41 {
  height: 500px;
  background-image: url('../images/AnnemarieGarsholPostNord-Copy_optimised.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 150%;
}

.e2021 {
  background-image: none;
}

.e2021:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), linear-gradient(to top, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), url('../images/Patricia-Mawuli-Porter-née-Nyekodzi1.jpg');
  background-position: 0 0, 0 0, 60% 25%;
  background-size: auto, auto, 500%;
  border: 8px solid var(--accent-color);
}

.e2021.tab {
  min-height: 600px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), url('../images/not-a-womans-job-2021-liu-yang.jpg');
  /* background-position:0 0, 48% 0%; */
  background-position:center center;
  background-size: cover;
  /* background-size: auto, 287%; */
  background-repeat: no-repeat;
  position: relative;

}

.name-for-group-link {
  perspective-origin: 0 100%;
  direction: ltr;
  color: #fff;
  white-space: normal;
  object-fit: fill;
  flex-flow: column;
  align-content: space-between;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 250px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-family: Raleway, sans-serif;
  font-size: 2.6em;
  font-weight: 800;
  line-height: 1em;
  display: flex;
  position: static;
  top: auto;
  bottom: 11%;
  left: -171px;
  right: 0%;
}

.name-for-group-link:hover {
  color: var(--accent-color);
}

.e2023 {
  background-image: none;
}

.e2023:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), linear-gradient(to top, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), url('../images/Yasmeen-Fraidoon-Mohammed.jpg');
  background-position: 0 0, 0 0, 70% 20%;
  /* background-repeat: repeat, repeat, no-repeat; */
  background-size: auto, auto, 200%;
  border: 8px solid var(--accent-color);
}

.e2023.tab {
  min-height: 600px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), url('../images/not-a-womans-job-2023-doaa-elghobashy.jpg');
  /* background-position: 70% 20%; */
  background-repeat: no-repeat;
  background-position: 70% center;
  background-size: cover;
  /* background-size: auto, 300%; */
  position: relative;
}

.e2024 {
  background-image: none;

}

.e2024:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), linear-gradient(to top, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), url('../images/Yasmeen-Fraidoon-Mohammed.jpg');
  background-position: 0 0, 0 0, 28% 12%;
  background-size: 500%;
  border: 8px solid var(--accent-color);

}

.e2024.tab {
  min-height: 600px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .25), rgba(255, 255, 255, 0)), url('../images/not-a-womans-job-2024-carlotta-berry.jpg');
  /* background-position: 0 0, 81%; */
  background-position: 78% 50%;
  /* background-size: 520%; */
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

}

.un-group {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 7%, rgba(255, 255, 255, 0) 92%), url('../images/Tatiana-Rabat2-optimised.jpg');
  background-position: 0 0, 35% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 300%;
}

.un-group:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), linear-gradient(to top, rgba(0, 0, 0, .25), rgba(0, 0, 0, 0)), url('../images/Tatiana-Rabat2-optimised.jpg');
  background-position: 0 0, 0 0, 35% 25%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 300%;
  border: 8px solid #009edb;
}

.text-span-13 {
  color: var(--accent-color);
  font-family: Raleway, sans-serif;
  font-weight: 800;
}

.section-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: 350px 350px;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  grid-auto-columns: 1fr;
  margin: 20px 100px 40px;
  display: grid;
}

.text-block-16 {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.text-block-17 {
  width: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.2em;
  line-height: 20px;
}

.text-span-14 {
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
}

.div-block-48 {
  height: auto;
  background-image: url('../images/Patricia-Mawuli-Porter-née-Nyekodzi1.jpg');
  background-position: 60% 20%;
  background-repeat: no-repeat;
  background-size: 180%;
}

.div-block-49 {
  height: 250px;
  background-image: url('../images/Maria-Moseychuk_optimised.jpg');
  background-position: 80% 0;
  background-size: 300%;
}

.text-span-15 {
  transform-style: preserve-3d;
  transform: rotateX(-114deg)rotateY(0)rotateZ(90deg);
}

.text-block-18 {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 2.3em;
  font-weight: 800;
  position: absolute;
  top: auto;
  bottom: 67%;
  left: auto;
  right: -8%;
  transform: rotate(90deg);
}

.div-block-50 {
  background-image: url('../images/CapitainKalkidanGirma.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.div-block-51 {
  z-index: 1000;
  width: auto;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 100px 2fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 10px;
  font-size: 1.8em;
  line-height: 22px;
  display: block;
  position: static;
}

.texth3 {
  max-width: none;
  padding-top: 0;
}

.grid-tab,.grid-for-smartphone {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 20px 100px 40px;
  display: grid;
}

.grid-for-smartphone.tab {
  width: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-bottom: 80px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  display: grid;
  position: static;

}

.section-12 {
  margin-top: 100px;
  margin-left: 100px;
}

.div-block-57 {
  font-size: 1.8em;
  line-height: 1.2em;
}

.text-block-17-copy {
  width: auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.2em;
  line-height: 20px;
}

.text-block-19 {
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.heading-14 {
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-59 {
  width: auto;
  margin: 0 10px 0 0;
  display: inline-block;
  position: absolute;
}

.div-block-60 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
}

.h3 {
  font-family: Raleway, sans-serif;
  font-size: 21.5px;
  font-weight: 600;
  line-height: 29px;
}

.h3.smaller {
  margin-bottom: 0;
  font-weight: 400;
}

.body {
  font-family: Raleway, sans-serif;
}

.text-span-16 {
  color: var(--accent-color);
}

.text-span-17,.text-span-18,.text-span-19,.text-span-20 {
  font-weight: 700;
}

.section-13 {
  margin-top: 100px;
  margin-left: 100px;
}

.div-block-63 {
  margin-top: 60px;
}

.div-block-64 {
  margin-top: -290px;
}

.name-2lines {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 240px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-family: Raleway, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1em;
}

.name-2lines:hover {
  -webkit-text-stroke-color: #fff;
}

.name-2lines.index {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 0%;
  right: 0%;
}

.name-2lines.index:hover {
  color: #fff;
}

.name-4lines {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 175px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-size: 2.6em;
  font-weight: 800;
  line-height: 1em;
}

.name-4lines:hover {
  color: #fff;
}

.name-4lines.index:hover {
  color: #a970ff;
}

.text-span-21 {
  font-size: .5em;
  line-height: 0;
}

.name-5lines {
  z-index: 1000;
  width: 100%;
  height: 350px;
  color: #fff;
  text-align: left;
  letter-spacing: -.5px;
  padding-top: 130px;
  padding-bottom: 15px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1em;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.name-5lines:hover {
  width: auto;
  height: auto;
  border: 8px var(--accent-color);
}

.name-3lines-copy {
  height: auto;
  opacity: 1;
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  padding-top: 215px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-size: 2.6em;
  font-weight: 800;
  line-height: 1em;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.name-3lines-copy:hover {
  opacity: 1;
  color: var(--accent-color);
}

.name-3lines-copy.many-lines {
  margin-top: 0;
  padding-top: 110px;
}

.name-3lines-copy._3lines {
  margin-top: 390px;
  margin-bottom: 0;
}

.text-span-23 {
  letter-spacing: -1px;
}

.name-3lines-copy {
  height: auto;
  opacity: 1;
  color: #fff;
  letter-spacing: normal;
  margin-top: 0;
  padding-top: 215px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-family: Raleway, sans-serif;
  font-size: 2.6em;
  font-weight: 800;
  line-height: 1em;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.name-3lines-copy:hover {
  opacity: 1;
  color: var(--accent-color);
}

.name-3lines-copy.many-lines {
  margin-top: 0;
  padding-top: 110px;
}

.name-3lines-copy._3lines {
  margin-top: 390px;
  margin-bottom: 0;
}

.text-span-24 {
  letter-spacing: -1.2px;
}

.name-5-lines-smaller {
  color: #fff;
  padding-top: 220px;
  padding-bottom: 10px;
  padding-left: 18px;
  font-family: Raleway, sans-serif;
  font-size: 1.4em;
  font-weight: 800;
  line-height: 1.1em;
}

.container-6 {
  display: inline-block;
}

.gototop {
  height: 100px;
  opacity: .3;
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
  position: static;
}

.div-block-66 {
  opacity: .3;
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 100px;
  margin-right: 100px;
  display: block;
  position: static;
}

.icon {
  color: #fff;
  background-color: rgba(156, 58, 58, 0);
}

.icon-2 {
  color: #fff;
}

.icon-5 {
  position: static;
}

.next {
  color: #333;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
  position: static;
  top: 17%;
  bottom: auto;
  left: auto;
  right: -48%;
  transform: rotate(-90deg);
}

.text-block-20 {
  color: #333;
  flex: none;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.link-block-5 {
  z-index: 5;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-start;
  margin: 0 -13px 0 auto;
  padding-left: 0;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.previous {
  z-index: 5;
  background-image: none;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-start;
  margin: 0;
  padding-left: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.previous.displaynone {
  display: none;
}

.nextphoto {
  z-index: 5;
  max-width: none;
  background-image: none;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-start;
  margin: 0;
  padding-left: 0;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.previousicon {
  color: #333;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  display: inline-block;
  position: static;
  top: 17%;
  bottom: auto;
  left: auto;
  right: -48%;
  transform: rotate(90deg);
}

.icon-6 {
  opacity: .8;
  color: var(--accent-color);
  font-size: 17px;
}

.icon-7 {
  color: var(--accent-color);
  font-size: 17px;
}

.name-5l {
  z-index: 1000;
  width: auto;
  height: auto;
  color: #fff;
  text-align: left;
  padding-top: 135px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-size: 2.6em;
  font-weight: 800;
  line-height: 1.05em;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.name-5l:hover {
  height: auto;
  border: 8px var(--accent-color);
}

.name-5l.index:hover {
  color: #a970ff;
}

.text-span-25 {
  letter-spacing: -1.5px;
}

.text-span-26 {
  letter-spacing: -1px;
}

.div-block-67 {
  height: 500px;
}

.text-span-27 {
  font-size: .5em;
}

.group2lines {
  color: #333;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 40px;
  padding-top: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.text-span-28 {
  font-weight: 400;
}

.text-span-29 {
  font-size: .5em;
}

.link-4 {
  color: #333;
}

.link-4:hover {
  color: var(--accent-color);
}

.link-5 {
  color: #333;
}

.link-5:hover {
  color: var(--accent-color);
}

.paragraph-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
}

.contact,.contact-copy {
  color: var(--accent-color);
  background-color: #fdfdfd;
  border-top: 4px solid var(--accent-color);
  border-bottom: 4px solid var(--accent-color);
  font-family: Raleway, sans-serif;
  font-weight: 800;
}

.contactlink {
  width: 150px;
  color: var(--accent-color);
  text-align: center;
  background-color: #fff;
  background-image: none;
  border-top: 4px solid var(--accent-color);
  border-bottom: 4px solid var(--accent-color);
  margin-top: 40px;
  margin-left: 100px;
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.contactlink:hover {
  color: #fff;
  background-color: var(--accent-color);
}

.div-block-69 {
  display: block;
  position: static;
}

.text-span-30 {
  font-size: .5em;
}

.link-block-6 {
  width: 100px;
  height: 65px;
  background-color: #fff;
  background-size: auto 100%;
  margin-right: 80px;
  position: static;
}

.pcp {
  width: 90px;
  height: 65px;
  /* background-color: #fff; */
  background-image: url('../images/PCP_logo_inverted_4_web.png');
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-right: 80px;
}

.text-span-31 {
  color: #681dd8;
}

.text-span-32 {
  color: var(--accent-color);
}

.link-6 {
  background-image: none;
}

.h1-title {
  color: var(--accent-color);
  background-image: none;
}

.h1-title:hover,.h1-title.w--current:hover {
  color: var(--accent-color);
}

.not-a-womans-job {
  letter-spacing: 0;
  background-image: none;
  margin-left: 1em;
  margin-right: 1em;
  padding: 0 0;
  font-size: 1.1em;
  font-weight: 700;
  transition: all .2s;
}

.not-a-womans-job:hover {
  color: #000;
  border-bottom: 4px solid var(--accent-color);
  border-radius: 0;
  line-height: 1.6em;
}

.not-a-womans-job:focus-visible {
  outline-offset: 0px;
  outline: 3px #222;
  /* text-decoration: underline; */
  text-decoration: none;
}

.not-a-womans-job[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px #222;
  /* text-decoration: underline; */
  text-decoration: none;
}

.not-a-womans-job.w--current {
  color: #111;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.subtitle {
  color: var(--accent-color);
  -webkit-text-stroke-color: var(--accent-color);
  background-image: none;
  margin-bottom: 60px;
  font-family: Raleway, sans-serif;
  font-size: 6em;
  font-weight: 800;
  line-height: 1em;
}

.subtitle:hover {
  color: var(--accent-color);
}

.subtitle.subpage {
  font-size: 4em;
}

.div-block-70 {
  margin-bottom: 60px;
}

.link-7 {
  background-image: none;
}

.link-7:hover {
  color: var(--accent-color);
    /* text-decoration: underline; */
  text-decoration: none;
}

.text-span-33,.text-span-34,.text-span-35 {
  font-weight: 700;
}

.icon-8 {
  margin-right: 0;
}

.page-link {
  color: #4d565d;
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.page-link:hover,.page-link.w--current {
  color: var(--accent-color);
  font-weight: 600;
}

.page-link.w--current:visited {
  color: #4d565d;
}

.text-span-36 {
  color: var(--accent-color);
}

.text-span-36:hover {
  text-decoration: underline;
  text-decoration-color: var(--accent-color);
}

.text-span-37,.text-span-38,.text-span-39 {
  font-weight: 700;
}

.link-8 {
  background-image: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-section {
    padding: 40px 10px;
  }

  .section-heading {
    text-align: center;
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .med-divider {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .med-divider.small {
    margin-left: 0;
  }

  .med-divider.tab {
    width: 100px;
  }

  .footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: .7em;
  }

  .main-footer {
    grid-column-gap: 0px;
  }

  .main-footer.screen-copy {
    margin-top: 10px;
  }

  .grid {
    grid-template-areas: "Area-2 . Area"
                         "Area-2 . .";
  }

  .grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 300px 300px 300px;
    grid-auto-rows: 300px;
    margin-top: 0;
    margin-right: 0;
  }

  .text-block-2 {
    margin-right: 0;
  }

  .heading-2 {
    height: 250px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .66), rgba(255, 255, 255, 0) 82%);
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 100px;
    padding-left: 40px;
    font-size: 4em;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-2 {
    width: auto;
    height: 900px;
    margin-top: 180px;
  }

  .section-3 {
    height: 60px;
  }

  .nav-link-4 {
    background-size: 20px 20px;
  }

  .nav-link-5 {
    opacity: .3;
  }

  .nav-link-6 {
    opacity: .3;
    background-size: 30px 30px;
  }

  .nav-link-7,  .nav-link-8 {
    opacity: .3;
  }

  .navbar-3 {
    z-index: 2000;
  }

  .link-block-3 {
    background-image: url('../images/Home_1.svg');
    background-position: 0 55%;
    margin-left: 40px;
    padding-left: 0;
  }

  .homelink {
    margin-left: 40px;
  }

  .grid-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template: "." 350px
                   "." 350px
                   "." 350px
                   "." 350px
                   "."
                   "."
                   / 1fr 1fr 1fr;
    grid-auto-rows: 350px;
    grid-auto-flow: row;
    justify-items: stretch;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    margin-left: 25px;
  }

  .name-3lines {
    letter-spacing: normal;
    margin-top: 0;
    padding-top: 235px;
    padding-left: 12px;
    font-size: 2em;
    line-height: 1.05em;
  }

  .name-3lines.many-lines {
    margin-top: 0;
    padding-top: 176px;
  }

  .name-3lines._3lines {
    margin-top: 200px;
    padding-top: 135px;
  }

  .name-3lines.index {
    font-size: 2.5em;
    bottom: 10px;
  }

  .heading-3 {
    margin-top: 310px;
    padding-top: 0;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 2.6em;
  }

  .heading-5 {
    margin-left: 0;
  }

  .text-span-3 {
    margin-left: 0;
    font-family: Raleway, sans-serif;
    font-weight: 400;
  }

  .heading-6 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 20px;
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .text-block-9 {
    font-size: 1.3em;
  }

  .link-block-4 {
    margin-left: 0;
  }

  .div-block-21 {
    margin-left: 40px;
  }

  .div-block-22 {
    width: auto;
    height: auto;
    max-width: none;
    grid-template-rows: auto auto;
    grid-template-columns: 700px;
    margin-bottom: 10px;
  }

  .caption-horizontal {
    margin-top: 325px;
    margin-left: 0;
  }

  .div-block-23 {
    width: auto;
    height: 350px;
    background-position: 50% 24%;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
  }

  .quote {
    width: auto;
    margin-top: 15px;
    margin-left: 0;
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .div-block-25 {
    width: auto;
    margin-top: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7 {
    margin-left: 0;
  }

  .paragraph {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-26 {
    width: 200px;
    margin-left: 100px;
  }

  .heading-9 {
    margin-top: 29px;
    margin-left: 25px;
    font-size: 5em;
  }

  .div-block-27 {
    margin-top: 0;
  }

  .section-6 {
    margin-top: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .bolder {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5em;
    line-height: 1.4em;
  }

  .section-7 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-10 {
    margin-left: 35px;
    font-size: 4em;
  }

  .heading-11 {
    margin-left: 90px;
    font-size: 4em;
  }

  .section-9 {
    background-color: rgba(247, 247, 247, 0);
    background-image: linear-gradient(#f7f7f7, #f7f7f7);
    margin-top: 30px;
    padding-right: 0;
    position: relative;
  }

  .div-block-29 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: rgba(255, 255, 255, 0);
    grid-template-rows: 28px auto auto;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    position: static;
  }

  .div-block-30 {
    margin-right: 0;
    padding-right: 0;
  }

  .phonesecrren {
    width: 200px;
    margin-left: 90px;
  }

  .phonesecrren._100 {
    margin-left: 100px;
  }

  .phonesecrren._60 {
    margin-left: 40px;
  }

  .text-span-11 {
    color: #333;
  }

  .heading-12 {
    display: none;
  }

  .section-10 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .title {
    font-size: 4em;
  }

  .div-block-35 {
    height: 500px;
    background-position: 52% 30%;
    background-size: 300%;
  }

  .div-block-37 {
    height: auto;
    background-position: 50% 15%;
    background-size: 130%;
  }

  .text-block-14 {
    font-size: 1.1em;
  }

  .div-block-38 {
    height: auto;
    background-position: 70% 40%;
    background-size: 90%;
  }

  .div-block-39 {
    height: 250px;
  }

  .div-block-40 {
    height: 200px;
    background-position: 41% 28%;
    background-size: 291%;
  }

  .div-block-41 {
    height: auto;
    background-image: url('../images/Veronique-de-Viguerie.jpg');
    background-position: 58%;
  }

  /* .e2021.tab {
    min-height: 0;
  } */

  .name-for-group-link {
    padding-top: 260px;
    font-size: 2.2em;
  }

  .name-for-group-link.tab {
    padding-top: 160px;
  }

  /* .e2023.tab {
    min-height: 0;
    background-position: 0 0, 81% 72%;
  } */

  .section-11 {
    grid-template-rows: 350px 350px 350px;
    grid-template-columns: 2fr 2fr 2fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-16 {
    text-align: left;
  }

  .text-block-17 {
    width: auto;
  }

  .div-block-49 {
    height: 150px;
  }

  .div-block-51 {
    width: auto;
    margin-left: 40px;
    margin-right: 250px;
    position: static;
  }

  .div-block-51.texth3 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-tab,  .grid-for-smartphone {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-for-smartphone.tab {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 60px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-12 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-17-copy {
    width: auto;
  }

  .text-block-19 {
    line-height: 23px;
  }

  .heading-14 {
    margin-right: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-59 {
    margin-left: 40px;
  }

  .div-block-60 {
    background-image: none;
    /* background-position: top;
    background-repeat: no-repeat;
    background-size: 100%; */

  }

  .h3.smaller {
    font-size: 19px;
    line-height: 24px;
  }

  .div-block-61 {
    background-image: url('../images/aneta-grabmuller-soldati.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 300%;
  }

  .div-block-64 {
    margin-top: 0;
  }

  .name-2lines {
    padding-top: 265px;
    padding-left: 12px;
    font-size: 2em;
    line-height: 1.05em;
  }

  .name-2lines.index {
    font-size: 2.5em;
    bottom: 10px;
  }

  .name-4lines {
    padding-top: 205px;
    padding-left: 12px;
    font-size: 2em;
    line-height: 1.05em;
  }

  .name-5lines {
    width: 100%;
    height: 100%;
    padding-top: 181px;
    padding-left: 12px;
    font-size: 2em;
    line-height: 1.05em;
  }

  .name-3lines-copy {
    letter-spacing: normal;
    margin-top: 0;
    padding-top: 235px;
    padding-left: 12px;
    font-size: 2em;
    line-height: 1.05em;
  }

  .name-3lines-copy.many-lines {
    margin-top: 0;
    padding-top: 176px;
  }

  .name-3lines-copy._3lines {
    margin-top: 200px;
    padding-top: 135px;
  }

  .text-span-22 {
    letter-spacing: -.8px;
  }

  .div-block-65 {
    width: auto;
    height: 350px;
    background-image: url('../images/Tetyana-Kryuchkova.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .name-3lines-copy {
    letter-spacing: normal;
    margin-top: 0;
    padding-top: 235px;
    padding-left: 12px;
    font-size: 2em;
    line-height: 1.05em;
  }

  .name-3lines-copy.many-lines {
    margin-top: 0;
    padding-top: 176px;
  }

  .name-3lines-copy._3lines {
    margin-top: 200px;
    padding-top: 135px;
  }

  .text-span-24 {
    letter-spacing: -.8px;
  }

  .gototop {
    height: 30px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 40px;
  }

  .icon {
    color: #fff;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 700;
  }

  .icon-2 {
    color: #fff;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 700;
  }

  .icon-3 {
    margin-right: 15px;
    font-size: 20px;
  }

  .icon-4 {
    margin-left: 15px;
    font-size: 20px;
  }

  .next {
    padding-top: 0;
    font-size: 13px;
    right: 60px;
  }

  .text-block-20 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 13px;
    left: 57px;
  }

  .link-block-5 {
    flex: 0 auto;
    order: 1;
    align-self: center;
    margin-left: 200px;
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 400px;
    right: 0%;
  }

  .previous, .nextphoto{
    flex: 0 auto;
    order: 1;
    align-self: center;
    margin-left: 0;
    position: static;
    top: 16px;
    bottom: 0;
    left: 400px;
    right: 0%;
  }

  .previousicon {
    font-size: 13px;
    right: 60px;
  }

  .icon-6 {
    margin-right: 20px;
    font-size: 15px;
  }

  .icon-7 {
    margin-left: 20px;
    font-size: 15px;
  }

  .name-5l {
    width: auto;
    height: auto;
    padding-top: 178px;
    padding-left: 12px;
    font-size: 2em;
    line-height: 1.05em;
  }

  .div-block-67 {
    height: 350px;
  }

  .group2lines {
    font-size: 1.3em;
  }

  .contactlink {
    margin-left: 0;
  }

  .div-block-69 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .pcp {
    width: 90px;
    margin-right: -32px;
  }

  .not-a-womans-job {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.7em;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .menu-button-2 {
    background-color: #dcbcbc;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading {
    margin-top: 0;
    margin-left: 60px;
  }

  .med-divider.small {
    width: 195px;
  }

  .med-divider.tab {
    width: 100px;
  }

  .text-block {
    width: auto;
    margin-top: 10px;
    font-size: .6em;
  }

  .grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 300px 300px 300px 300px 300px 300px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .text-block-2 {
    margin-right: 0;
    line-height: 11px;
  }

  .heading-2 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .66), rgba(255, 255, 255, 0) 77%);
    margin-bottom: 0;
    padding-top: 130px;
    padding-left: 30px;
    font-size: 3em;
    line-height: 1.1em;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-9 {
    height: 100%;
    max-height: 300px;
    max-width: none;
  }

  .image-10 {
    height: 100%;
    max-height: 300px;
    max-width: none;
    margin-bottom: 10px;
  }

  .image-11,  .image-12 {
    height: 100%;
    max-height: 300px;
    max-width: none;
  }

  .image-13 {
    height: 100%;
    max-height: 300px;
    max-width: 625vh;
  }

  .section-2 {
    height: 70vh;
  }

  .nav-link-5 {
    opacity: .3;
  }

  .nav-link-6 {
    opacity: .3;
    background-size: 30px 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-7,  .nav-link-8 {
    opacity: .3;
  }

  .navbar-3 {
    z-index: 2000;
  }

  .link-block-3 {
    background-position: 0 55%;
  }

  .grid-5 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 350px 350px 350px 350px 350px 350px auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    width: 400px;
    height: 100px;
    margin-top: 20px;
    margin-left: 25px;
  }

  .name-3lines {
    margin-top: 0;
    padding-top: 235px;
    padding-left: 20px;
    font-size: 2em;
    font-weight: 800;
  }

  .name-3lines.many-lines {
    margin-top: 0;
    padding-top: 170px;
    font-size: 1.7em;
    font-weight: 800;
    line-height: 1.1em;
  }

  .heading-3 {
    margin-top: 285px;
    padding-top: 0;
  }

  .text-span-3 {
    margin-left: 0;
    font-family: Raleway, sans-serif;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 1.3em;
  }

  .text-block-9 {
    font-size: 1.3em;
  }

  .div-block-21 {
    margin-top: 30px;
    margin-left: 40px;
  }

  .div-block-22 {
    height: auto;
    margin-top: 10px;
  }

  .caption-horizontal.black {
    color: #333;
  }

  .div-block-23 {
    width: auto;
    height: 350px;
    margin-right: 0;
  }

  .quote {
    width: auto;
    margin-top: 15px;
    font-size: 1.1em;
  }

  .div-block-24 {
    margin-top: 60px;
  }

  .div-block-25 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .paragraph {
    width: auto;
    margin-right: auto;
  }

  .div-block-26 {
    width: 165px;
    margin-left: 100px;
  }

  .section-6 {
    margin-top: 60px;
    margin-left: 60px;
  }

  .bolder {
    width: auto;
    margin-top: 10px;
    font-size: 1.4em;
  }

  .section-7 {
    margin-left: 40px;
  }

  .heading-10 {
    margin-left: 30px;
  }

  .heading-11 {
    margin-left: 60px;
  }

  .text-group {
    width: auto;
    height: auto;
    max-width: none;
    margin-top: 10px;
    margin-right: 20px;
    display: block;
  }

  .section-8 {
    display: block;
  }

  .section-9 {
    margin-top: 30px;
    padding-top: 10px;
    padding-right: 0;
  }

  .div-block-29 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto;
    align-self: flex-start;
    margin-bottom: 0;
    margin-left: 40px;
  }

  .div-block-31 {
    background-image: url('../images/logo_RGB_HORIZ_EN.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 250px;
    margin-left: 60px;
  }

  .text-block-13 {
    margin-left: 60px;
    font-family: Source Sans Pro, sans-serif;
    font-size: 10px;
  }

  .phonesecrren {
    width: 165px;
    margin-left: 100px;
  }

  .phonesecrren._100 {
    margin-left: 100px;
  }

  .phonesecrren._60 {
    background-position: 16%;
    background-size: cover;
    margin-left: 40px;
  }

  .div-block-32 {
    margin-left: 20px;
    display: none;
  }

  .text-span-11 {
    font-size: 2em;
  }

  .text-span-12 {
    margin-left: 0;
  }

  .div-block-33 {
    margin-top: 200px;
    margin-left: 20px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .heading-12 {
    font-family: Playfair Display, sans-serif;
    font-size: 3em;
    font-weight: 400;
  }

  .title {
    font-size: 2.5em;
  }

  .div-block-35 {
    height: auto;
    background-position: 52% 30%;
    background-size: 300%;
  }

  .div-block-37 {
    background-position: 50% 15%;
    background-size: 100%;
  }

  .text-block-14 {
    padding-right: 0;
    font-size: 1.2em;
  }

  .div-block-38 {
    height: 250px;
    background-position: 70% 40%;
    background-size: 90%;
  }

  .div-block-39 {
    height: auto;
  }

  .div-block-40 {
    height: 400px;
    background-size: 300%;
  }

  .name-for-group-link {
    padding-top: 265px;
    font-size: 2.2em;
  }

  .section-11 {
    grid-template-columns: 2fr 2fr;
  }

  .div-block-51 {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 15px;
    position: static;
  }

  .div-block-51.texth3 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-tab,  .grid-for-smartphone {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;

  }

  .grid-for-smartphone.tab {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 40px;
    margin-right: 40px;

  }

  .div-block-55 {
    background-position: 50% 30%;
    background-size: 150%;
  }

  .div-block-56 {
    width: auto;
  }

  .heading-14 {
    margin-right: 0;
  }

  .div-block-61 {
    background-image: none;
  }

  .div-block-62 {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .name-4lines {
    padding-top: 205px;
  }

  .name-3lines-copy {
    margin-top: 0;
    padding-top: 235px;
    padding-left: 20px;
    font-size: 2em;
    font-weight: 800;
  }

  .name-3lines-copy.many-lines {
    margin-top: 0;
    padding-top: 170px;
    font-size: 1.7em;
    font-weight: 800;
    line-height: 1.1em;
  }

  .name-3lines-copy {
    margin-top: 0;
    padding-top: 235px;
    padding-left: 20px;
    font-size: 2em;
    font-weight: 800;
  }

  .name-3lines-copy.many-lines {
    margin-top: 0;
    padding-top: 170px;
    font-size: 1.7em;
    font-weight: 800;
    line-height: 1.1em;
  }

  .gototop {
    height: 30px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 40px;
  }

  .icon,  .icon-2 {
    color: #fff;
    font-weight: 700;
  }

  .icon-3 {
    margin-right: 15px;
    font-size: 20px;
  }

  .icon-4 {
    margin-left: 15px;
  }

  .text-block-20 {
    left: -108px;
  }

  .name-5l {
    padding-top: 178px;
    font-size: 2em;
  }

  .div-block-67 {
    height: 350px;
  }

  .div-block-68 {
    margin-bottom: 20px;
  }

  .group2lines {
    font-size: 1.3em;
  }

  .div-block-69 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .pcp {
    width: 80px;
    margin-right: -32px;
  }

  .subtitle {
    font-size: 5em;
  }

  .div-block-70 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .navbar {
    padding: 2px 15px 7px;
  }

  .menu-link {
    color: #4d565d;
  }

  .menu-button {
    margin-top: 13px;
  }

  .main-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-heading {
    margin-left: 0;
    margin-right: 25px;
    display: block;
  }

  .med-divider {
    width: 20%;
    margin-left: 0;
  }

  .med-divider.small {
    width: 195px;
    height: 4px;
    margin-top: 0;
    margin-left: 0;
  }

  .med-divider.tab {
    width: 100px;
  }

  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-bottom: 5px;
  }

  .footer-section {
    position: relative;
  }

  .footer-link {
    float: none;
    text-align: center;
    padding-left: 0;
    display: block;
  }

  .nav-link {
    opacity: .7;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 17px;
    display: block;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #fff;
  }

  .nav-menu {
    width: 100%;
    background-color: rgba(35, 47, 56, .92);
    padding-top: 60px;
    display: block;
    position: absolute;
  }

  .text-block {
    width: auto;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    font-size: .6em;
  }

  .main-footer {
    height: auto;
    grid-row-gap: 0px;
    grid-template-rows: 80px auto auto;
    grid-template-columns: auto;
    margin-right: 0;
  }

  .main-footer.screen-copy {
    grid-template-rows: 70px auto;
    grid-template-columns: auto 1fr;
  }

  .instagram,  .nav-link-2 {
    height: 20px;
  }

  .grid-2 {
    grid-column-gap: 11px;
    grid-template-areas: "African-Group";
  }

  .grid-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 250px 250px 250px 250px 250px 250px;
    grid-template-columns: 1fr;
    margin-right: 0;
  }

  .text-block-2 {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px;
    line-height: 12px;
  }

  .div-block-2 {
    background-position: 0 0, 50% 60%;
  }

  .div-block-4 {
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
  }

  .div-block-4:hover {
    background-position: 50% -20px, 0 0;
  }

  .div-block-5 {
    background-position: 0 0, 50% 30%;
  }

  .div-block-6:hover {
    background-position: 50%, 50% 0;
  }

  .div-block-7:hover {
    background-image: linear-gradient(to bottom, null, null), linear-gradient(to top, rgba(0, 0, 0, .72), rgba(255, 255, 255, 0) 89%);
    opacity: 1;
  }

  .heading {
    margin-top: 100px;
    padding-left: 20px;
    font-size: 4em;
  }

  .heading-2 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .66), rgba(255, 255, 255, 0) 88%);
    padding-top: 80px;
    display: none;
  }

  .image-8 {
    height: 250px;
  }

  .image-9 {
    height: 250px;
    text-align: center;
    object-position: 50% 50%;
  }

  .image-10 {
    height: 250px;
    object-fit: fill;
    object-position: 100% 50%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .image-11 {
    height: 250px;
  }

  .image-13 {
    height: 100px;
  }

  .section-2 {
    height: 600px;
    margin-top: 143px;
  }

  .nav-link-5 {
    z-index: 2000;
    opacity: .3;
  }

  .nav-link-6 {
    z-index: 2000;
    opacity: .3;
    background-size: 30px 30px;
    margin-right: 20px;
  }

  .nav-link-7 {
    z-index: 2000;
    opacity: .3;
    position: relative;
  }

  .nav-link-8 {
    z-index: 2000;
    opacity: .3;
  }

  .navbar-3 {
    z-index: 2000;
  }

  .link-block-3 {
    background-position: 0 55%;
    margin-left: 20px;
  }

  .link-block-3.w--current {
    background-position: 0 55%;
    margin-left: 0;
    padding-left: 0;
    position: relative;
    left: 10%;
  }

  .homelink {
    margin-left: 20px;
  }

  .grid-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 250px 250px 250px 250px 250px 250px 250px 250px 250px 250px 250px auto auto auto auto auto;
    grid-template-columns: auto;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10 {
    width: 270px;
    height: 200px;
    background-image: url('../images/Title-gradient3lines.png');
    background-position: 50%;
    margin-top: 0;
    margin-left: 20px;
  }

  .name-3lines {
    padding-top: 128px;
    padding-left: 15px;
    font-size: 2em;
    line-height: 1.1em;
  }

  .name-3lines.many-lines {
    padding-top: 73px;
  }

  .name-3lines._3lines {
    padding-top: 158px;
  }

  .div-block-19 {
    padding-top: 0;
  }

  .heading-3 {
    margin-top: 285px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 10px;
  }

  .heading-4 {
    letter-spacing: -.02em;
    padding-left: 10px;
    font-size: 1.7em;
  }

  .heading-5 {
    margin-left: 0;
  }

  .div-block-20 {
    margin-top: 60px;
  }

  .text-span-3 {
    margin-left: 0;
    font-family: Raleway, sans-serif;
  }

  .heading-6 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .text-block-9 {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 32px;
    padding-top: 0;
    font-size: 1em;
  }

  .link-block-4 {
    background-size: 25px;
    margin-left: 0;
  }

  .div-block-21 {
    margin-top: 30px;
    margin-left: 20px;
  }

  .div-block-22 {
    width: auto;
    height: auto;
    grid-row-gap: 5px;
    grid-template-rows: 200px 350px;
    grid-template-columns: repeat(auto-fit, 300px);
  }

  .caption-horizontal {
    width: auto;
    margin-top: 235px;
    margin-left: 0;
    margin-right: 10px;
    padding-top: 0;
    padding-left: 10px;
    font-size: .58em;
    line-height: 1em;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
   }

  .caption-horizontal.black {
    top: -3px;
  }
  
  .div-block-23 {
    width: auto;
    height: 250px;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
  }

  .quote {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    font-size: 1em;
  }

  .div-block-24 {
    margin-top: 40px;
  }

  .div-block-25 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    padding-right: 0;
  }

  .div-block-26 {
    margin-left: 50px;
  }

  .heading-9 {
    margin-top: 63px;
    font-size: 3em;
  }

  .section-6 {
    margin-left: 50px;
    margin-right: 25px;
  }

  .bolder {
    width: auto;
    margin-left: 0;
    margin-right: 25px;
    font-size: 1.5em;
  }

  .group-page-title {
    margin-top: 25px;
  }

  .section-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-10 {
    margin-left: 25px;
    font-size: 3em;
  }

  .heading-11 {
    margin-left: 50px;
    font-size: 3em;
  }

  .text-group {
    width: auto;
    text-align: left;
    margin-left: 50px;
    margin-right: 20px;
    line-height: 12px;
  }

  .section-9 {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .div-block-29 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .phonesecrren {
    margin-left: 50px;
  }

  .phonesecrren._60 {
    background-image: url('../images/logo_RGB_HORIZ_EN.png');
    background-position: 17%;
    background-size: cover;
    margin-left: 20px;
  }

  .section-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .title {
    font-size: 2em;
  }

  .title.sub-page {
    font-size: 2em;
  }

  .div-block-35 {
    height: 200px;
    background-size: 300%;
    background-position: 52% 30%;
    /* background-image: none; */
  }

  .div-block-37 {
    height: 300px;
    background-size: 100%;
    background-position: 50% 15%;
  }

  .text-block-14 {
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-38 {
    height: 165px;
    background-position: 70% 40%;
    background-size: 90%;
  }

  .div-block-39 {
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: 500%;
  }

  .div-block-40 {
    height: 200px;
    background-size: 200%;
  }

  .div-block-41 {
    background-image: url('../images/LIUYang.jpg');
    background-position: 50% 0;
  }

  /* .e2021.tab {
    min-height: auto;
  } */

  /* .e2024.tab {
    min-height: auto;
  } */

  .name-for-group-link {
    margin-left: 0;
    padding-top: 163px;
    padding-left: 17px;
    font-size: 2.2em;
  }

  /* .e2023.tab {
    min-height: auto;
  }
  .esatergroup.tab {
    min-height: auto;
  } */

  .un-group {
    grid-template-rows: auto auto auto auto auto 124px auto auto;
  }

  .section-11 {
    grid-template-rows: 300px 300px 110px 300px 300px auto 250px 250px;
    grid-template-columns: 2fr;
    grid-auto-rows: 213px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-16 {
    text-align: left;
    font-size: 1.1em;
    line-height: 19px;
  }

  .text-block-17 {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .div-block-51 {
    width: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-52 {
    background-image: url('../images/3Brigadier-General-Constance-Emefa-Edjeani-Afenu.jpg');
    background-position: 40% 30%;
    background-repeat: no-repeat;
    background-size: 700px;
  }

  .grid-tab {
    grid-template-rows: 235px 300px 300px 300px 300px 300px 300px;
    grid-template-columns: 2fr;
    grid-auto-rows: 213px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-54 {
    height: 250px;
  }

  /* .grid-for-smartphone {
    display: grid;
    max-width: 100%; 
    margin: 0 auto; 
    grid-template-rows: auto auto auto ;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-auto-rows: auto;
    grid-column-gap: 15px; 
    grid-row-gap: 20px; 
    margin-left: 40px;
    margin-right: 40px;
    overflow-x: auto; 
    align-items: stretch; 
    justify-items: stretch; 
    height: auto; 
  }

  .grid-for-smartphone.landscapephone {
    display: grid;
    max-width: 100%; 
    margin: 0 auto; 
    grid-template-rows: auto auto auto ;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-auto-rows: auto;
    grid-column-gap: 15px; 
    grid-row-gap: 20px; 
    margin-left: 40px;
    margin-right: 40px;
    overflow-x: auto; 
    align-items: stretch; 
    justify-items: stretch; 
    height: auto; 

  }

  .grid-for-smartphone.tab {
    display: grid;
    max-width: 100%; 
    margin: 0 auto; 
    grid-template-rows: auto auto auto ;
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    grid-auto-rows: auto;
    grid-column-gap: 15px; 
    grid-row-gap: 20px; 
    margin-left: 40px;
    margin-right: 40px;
    overflow-x: auto; 
    align-items: stretch; 
    justify-items: stretch; 
    height: auto; 
  } */

  .grid-for-smartphone,  .grid-for-smartphone.tab {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-55 {
    background-position: 60% 40%;
    background-size: 300%;
  }

  .section-12 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-17-copy {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .heading-14 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-59 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .h3.smaller {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .div-block-61 {
    /* background-image: url('../images/Awa-Ndao.jpg'); */
    background-position: 69% 37%;
    background-size: 169%;
  }

  .div-block-62 {
    background-position: 50%;
    background-size: 100%;
  }

  .name-2lines {
    padding-top: 165px;
  }

  .name-4lines {
    padding-top: 108px;
  }

  .name-5lines {
    height: 250px;
    padding-top: 82px;
    padding-bottom: 10px;
  }

  .name-3lines-copy {
    padding-top: 128px;
    padding-left: 15px;
    font-size: 2em;
    line-height: 1.1em;
  }

  .name-3lines-copy.many-lines {
    padding-top: 73px;
  }

  .name-3lines-copy._3lines {
    padding-top: 158px;
  }

  .name-3lines-copy {
    padding-top: 128px;
    padding-left: 15px;
    font-size: 2em;
    line-height: 1.1em;
  }

  .name-3lines-copy.many-lines {
    padding-top: 73px;
  }

  .name-3lines-copy._3lines {
    padding-top: 158px;
  }

  .gototop {
    height: 30px;
    margin-left: 0;
    margin-right: 20px;
  }

  .icon {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 700;
  }

  .icon-2 {
    margin-left: 10px;
    font-size: 15px;
    font-weight: 700;
  }

  .icon-3 {
    margin-right: 15px;
    font-size: 20px;
  }

  .icon-4 {
    margin-left: 15px;
    font-size: 15px;
  }

  .text-block-20 {
    left: -200px;
  }

  .link-block-5 {
    margin-left: -48px;
  }

  .previous {
    margin-left: 0;
  }

  .icon-6 {
    margin-right: 10px;
  }

  .icon-7 {
    margin-left: 10px;
  }

  .name-5l {
    padding-top: 80px;
  }

  .div-block-67 {
    height: 250px;
  }

  .div-block-68 {
    margin-bottom: 10px;
  }

  .group2lines {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 32px;
    padding-top: 0;
    font-size: 1em;
  }

  .contactlink {
    display: inline-block;
    position: static;
  }

  .pcp {
    width: 90px;
    height: 70px;
    background-position: 50% 0;
    background-size: auto 100%;
    margin-right: 13px;
  }

  .body-2 {
    height: auto;
  }

  .subtitle {
    font-size: 4em;
  }

  .subtitle.subpage {
    font-size: 3.5em;
  }

  .div-block-70 {
    margin-bottom: 0;
  }
}

#w-node-_817bd5f6-7077-5223-f1d9-262c732b5357-a84d63f2 {
  grid-area: Area-3;
  align-self: end;
}

#w-node-bad3da47-4942-200d-0c68-65fb2fb236c3-a84d63f2 {
  align-self: end;
}

#w-node-_0055a11f-7791-b3a0-1741-c77e6a878f2e-639eee0c {
  align-self: start;
}

#w-node-_3af6be3e-f145-d21a-f7a7-9a788a9476bd-639eee0c {
  grid-area: 1 / 3 / 2 / 4;
  align-self: start;
}

#w-node-_6fa82221-4e89-b41e-8a2f-8aa9639eee0d-639eee0c {
  align-self: center;
  justify-self: center;
}

#w-node-f6f06249-d791-263a-95f6-067c6189b431-a84d63f5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61aa17c5-006d-fa7b-b866-99a55502d9a4-a84d63f5 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_27532e97-47d9-1f8f-4be9-9621c5676816-a84d63f5 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2b011b98-b44e-a865-4991-f37ab56e905d-a84d63f5 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_216224f6-ca96-f85e-91b1-b883d2c370cb-a84d63f5 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-fb612780-635e-a61b-3239-b98747da91da-a84d63f5 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-f6f06249-d791-263a-95f6-067c6189b431-a84d652c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61aa17c5-006d-fa7b-b866-99a55502d9a4-a84d652c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_27532e97-47d9-1f8f-4be9-9621c5676816-a84d652c {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2b011b98-b44e-a865-4991-f37ab56e905d-a84d652c {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_216224f6-ca96-f85e-91b1-b883d2c370cb-a84d652c {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-fb612780-635e-a61b-3239-b98747da91da-a84d652c {
  grid-area: 5 / 4 / 6 / 5;
}

@media screen and (max-width: 991px) {

  #w-node-_89429b7a-18fc-0acd-dfd3-5c614c462cb2-a84d63f2 {
    /* grid-area: 1 / 1 / 2 / 3;Text above */
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_07c00bb4-556e-ca7b-e8da-3c36121507a5-a84d63f2 {
    /* grid-area: 2 / 1 / 3 / 2; PMS*/
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;

  }

  #w-node-_75610b6b-f265-18bf-4527-b1ae534eeca7-a84d63f2 {
    /* grid-area: 2 / 2 / 3 / 3; ITU*/
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;

  }

  #w-node-_5dbbaef2-d194-9c0a-10c1-9c0c64a75589-a8a65b73 {
    /* grid-area: 2 / 2 / 3 / 3; CERN*/
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;

  }

  #w-node-bad3da47-4942-200d-0c68-65fb2fb236c3-a84d63f2 {
    /* grid-area: 5 / 1 / 5 / 4; Text below*/
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
    /* grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: flex-end; */
    /* align-self: auto; */
  }

  #w-node-_6fa82221-4e89-b41e-8a2f-8aa9639eee0d-639eee0c {
    justify-self: center;
  }

  #w-node-f6f06249-d791-263a-95f6-067c6189b431-a84d63f5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_61aa17c5-006d-fa7b-b866-99a55502d9a4-a84d63f5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_27532e97-47d9-1f8f-4be9-9621c5676816-a84d63f5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2b011b98-b44e-a865-4991-f37ab56e905d-a84d63f5 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_216224f6-ca96-f85e-91b1-b883d2c370cb-a84d63f5 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-fb612780-635e-a61b-3239-b98747da91da-a84d63f5 {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-f6f06249-d791-263a-95f6-067c6189b431-a84d652c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_61aa17c5-006d-fa7b-b866-99a55502d9a4-a84d652c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_27532e97-47d9-1f8f-4be9-9621c5676816-a84d652c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2b011b98-b44e-a865-4991-f37ab56e905d-a84d652c {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_216224f6-ca96-f85e-91b1-b883d2c370cb-a84d652c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-fb612780-635e-a61b-3239-b98747da91da-a84d652c {
    grid-area: 5 / 3 / 6 / 4;
  }
}

@media screen and (max-width: 767px) {

  #w-node-_89429b7a-18fc-0acd-dfd3-5c614c462cb2-a84d63f2 {
    /* grid-area: 1 / 1 / 2 / 3;Text above */
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_07c00bb4-556e-ca7b-e8da-3c36121507a5-a84d63f2 {
    /* grid-area: 2 / 1 / 3 / 2; PMS*/
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_75610b6b-f265-18bf-4527-b1ae534eeca7-a84d63f2 {
    /* grid-area: 2 / 2 / 3 / 3; ITU*/
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_5dbbaef2-d194-9c0a-10c1-9c0c64a75589-a8a65b73 {
    /* grid-area: 2 / 2 / 3 / 3; CERN*/
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-bad3da47-4942-200d-0c68-65fb2fb236c3-a84d63f2 {
    /* grid-area: 5 / 1 / 5 / 4; Text below */
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
    /* grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: flex-end; */
    /* align-self: auto; */
  }

  #w-node-_0055a11f-7791-b3a0-1741-c77e6a878f2e-639eee0c {
    align-self: start;
  }

  #w-node-f6f06249-d791-263a-95f6-067c6189b431-a84d63f5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_61aa17c5-006d-fa7b-b866-99a55502d9a4-a84d63f5 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_27532e97-47d9-1f8f-4be9-9621c5676816-a84d63f5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2b011b98-b44e-a865-4991-f37ab56e905d-a84d63f5 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_216224f6-ca96-f85e-91b1-b883d2c370cb-a84d63f5 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-fb612780-635e-a61b-3239-b98747da91da-a84d63f5 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-f6f06249-d791-263a-95f6-067c6189b431-a84d652c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_61aa17c5-006d-fa7b-b866-99a55502d9a4-a84d652c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_27532e97-47d9-1f8f-4be9-9621c5676816-a84d652c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2b011b98-b44e-a865-4991-f37ab56e905d-a84d652c {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_216224f6-ca96-f85e-91b1-b883d2c370cb-a84d652c {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-fb612780-635e-a61b-3239-b98747da91da-a84d652c {
    grid-area: 8 / 1 / 9 / 2;
  }
}

@media screen and (max-width: 479px) {

  #w-node-_89429b7a-18fc-0acd-dfd3-5c614c462cb2-a84d63f2 {
    /* grid-area: 1 / 1 / 2 / 4;-------- Text above */
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_07c00bb4-556e-ca7b-e8da-3c36121507a5-a84d63f2 {
    /* grid-area: 2 / 1 / 3 / 2; PMS*/
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_75610b6b-f265-18bf-4527-b1ae534eeca7-a84d63f2 {
    /* grid-area: 2 / 2 / 3 / 3; ITU */
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_5dbbaef2-d194-9c0a-10c1-9c0c64a75589-a8a65b73 {
    /* grid-area: 2 / 3 / 3 / 4; CERN*/
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-bad3da47-4942-200d-0c68-65fb2fb236c3-a84d63f2 {
    /* grid-area: 5 / 1 / 5 / 4; Text below*/
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_0055a11f-7791-b3a0-1741-c77e6a878f2e-639eee0c {
    justify-self: start;
  }

  #w-node-_3af6be3e-f145-d21a-f7a7-9a788a9476bd-639eee0c {
    grid-area: 1 / 2 / 2 / 3;
    align-self: start;
    justify-self: end;
  }

  #w-node-_6fa82221-4e89-b41e-8a2f-8aa9639eee0d-639eee0c {
    grid-area: 2 / 1 / 3 / 3;
    align-self: end;
    justify-self: center;
  }

  #w-node-f6f06249-d791-263a-95f6-067c6189b431-a84d63f5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_61aa17c5-006d-fa7b-b866-99a55502d9a4-a84d63f5 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_27532e97-47d9-1f8f-4be9-9621c5676816-a84d63f5 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2b011b98-b44e-a865-4991-f37ab56e905d-a84d63f5 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_216224f6-ca96-f85e-91b1-b883d2c370cb-a84d63f5 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-fb612780-635e-a61b-3239-b98747da91da-a84d63f5 {
    grid-area: 15 / 1 / 16 / 2;
  }

  #w-node-f6f06249-d791-263a-95f6-067c6189b431-a84d652c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_61aa17c5-006d-fa7b-b866-99a55502d9a4-a84d652c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_27532e97-47d9-1f8f-4be9-9621c5676816-a84d652c {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_2b011b98-b44e-a865-4991-f37ab56e905d-a84d652c {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_216224f6-ca96-f85e-91b1-b883d2c370cb-a84d652c {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-fb612780-635e-a61b-3239-b98747da91da-a84d652c {
    grid-area: 15 / 1 / 16 / 2;
  }
}

@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sourcesanspro';
  src: url('../fonts/SourceSansPro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

.dropdown-list {
  background-color: #faf2f2;
}

.dropdown-list.w--open {
  background-color: #fff;
  margin-left: 0;
}
.dropdown-link, .dropdown-list.w--open, .dropdown-link-2 {
  margin-left: 0;
  padding-left: 0;
}
.dropdown-toggle {
  padding-left: 0;
}/* Group Grid */
:root {
  --accent-color: rgb(227 167 12);
  --card-text-color: #000;

  --large-width: 1900px;
  --medium-width: 900px;
  --small-width: 900px;
}

#group-grid {
  width: auto;
  height: auto;
  max-width: none;
  margin: 20px 0px 60px;
  padding: 40px 0px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  #group-grid {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    justify-items: stretch;
    grid-auto-flow: row;
    grid-auto-rows: 350px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #group-grid {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #group-grid {
    margin-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-auto-rows: 250px;
  }
}

#group-grid a:nth-child(3n+1) {
  grid-column-start: 2;
  grid-column-end: 3;
}

/* Re-set flow */
@media screen and (max-width: 991px) {
  #group-grid a:nth-child(3n+1) {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}

@media screen and (max-width: 479px) {
  #group-grid {
    margin: 10px 0px 60px;
    grid-row-gap: 10px;
  }
  #group-grid a:nth-child(3n+1) {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}

@media screen and (max-width: 479px) {
  #group-grid {
    grid-template-columns: auto;
  }
}

#group-grid a {
  overflow: hidden;
  position: relative;
  height: 350px;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.56), hsla(0, 0%, 100%, 0) 65%);
}

#group-grid .grid-item-image {
  position: relative; 
  z-index: -1;
}

@media screen and (max-width: 479px) {
  #group-grid a {
    height: 250px;
  }
}

.grid-item-image img {
  width: auto;
  min-height: 350px;
  object-fit: cover;
}

#group-grid a:hover {
/*
  border-style: solid;
  border-width: 8px;
  border-color: var(--accent-color);
*/
  box-shadow: inset 0px 2px 0px 8px var(--accent-color);
}

body.un-agencies-and-partners-group #group-grid a:hover {
  border-color: #009edb;
}

#group-grid a .grid-item-text  {
  position: absolute;
  bottom: 0;
/*
  margin-bottom: 28px;
  margin-left: 18px;
*/
  font-family: Raleway, sans-serif;
  font-size: 2.6em;
  line-height: 1em;
  font-weight: 800;
  color: #fff;

  margin-bottom: 0px;
  margin-left: 0px;
  color: var(--card-text-color);
  background-color: var(--accent-color);
  padding: 10px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #group-grid a .grid-item-text {
    font-size: 2em;
    line-height: 1.05em;
    letter-spacing: normal;
}}
@media screen and (max-width: 767px) {
  #group-grid a .grid-item-text {
    font-size: 2em;
    font-weight: 800;
}}
@media screen and (max-width: 479px) {
  #group-grid a .grid-item-text {
    font-size: 2em;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 1.05em;
}}

/* Individuals */

body.hide_title .individual-title {
  display: none;
}

.signature {
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.individual-block {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

.images {
  position: relative;
}
.images img {
  max-height: 500px;
  /*max-width: 1000px;*/
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 0;
}

body.orientation-portrait .images img {
  max-height: 900px;
  max-width: 50%;
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 0;
}

body.orientation-portrait .caption-horizontal,
body.orientation-portrait .caption-vertically {
  display: inline-block;
  width: fit-content;
}

body.un-agencies-and-partners-group .med-divider {
  background-color: #009edb;
}

.individual-text {
  width: auto;
  max-width: 800px;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .individual-text {
    width: auto;
    max-width: 800px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.individual-title {

  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  margin-top: 0px;
  padding-top: 215px;
  padding-bottom: 10px;
  padding-left: 18px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 2.6em;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: -0.9px;

  width: auto;
  height: auto;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 0px;
  opacity: 1;
  color: var(--accent-color);
  line-height: 1.1em;
  letter-spacing: 0px;
}

body.un-agencies-and-partners-group .individual-title {
  color: #009edb;
}

article {
  position: static;
  display: -ms-grid;
  display: grid;
  width: auto;
  margin: 0px 100px 20px;
  padding: 20px 20px 20px 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: 28px auto auto;
  grid-template-rows: 28px auto auto;
  border: 0.5px none #000;
  background-color: hsla(0, 0%, 97%, 0);
}

.prvsnxt_next_link {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: end;
    justify-self: end;
}

.prvsnxt_previous_link {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
}

.main-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 20px 20px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
  background-image: linear-gradient(180deg, #f7f7f7, #f7f7f7);
}

@media screen and (max-width: 991px) {
  article {
    position: static;
    margin-right: 40px;
    margin-bottom: 0px;
    margin-left: 40px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-rows: 28px auto auto;
    grid-template-rows: 28px auto auto;
    background-color: hsla(0, 0%, 100%, 0);
}}
@media screen and (max-width: 767px) {
  article {
    margin-bottom: 0px;
    margin-left: 40px;
    align-self: flex-start;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
}}
@media screen and (max-width: 479px) {
  article {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}}

@media screen and (max-width: 991px) {
  .individual-block {
    width: auto;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
}}
@media screen and (max-width: 767px) {
  .individual-block {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
}}
@media screen and (max-width: 479px) {
  .individual-block {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
}}
@media screen and (max-width: 767px) {
  .sub-title {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
}}
@media screen and (max-width: 767px) {
  .images {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
}}
@media screen and (max-width: 479px){
.images {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    align-self: start;
}
.images img {
    height: auto;
    width: 100%;
    object-fit: cover;
    margin-top: 20px;
    margin-bottom: 0;
}}

@media screen and (max-width: 991px) {
  .main-content {
    position: relative;
    margin-top: 30px;
    padding-right: 0px;
    background-color: hsla(0, 0%, 97%, 0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
    background-image: linear-gradient(180deg, #f7f7f7, #f7f7f7);
}}
@media screen and (max-width: 767px) {
  .main-content {
    margin-top: 30px;
    padding-top: 10px;
    padding-right: 0px;
}}
@media screen and (max-width: 479px) {
  .main-content {
    margin-bottom: 40px;
    padding-bottom: 10px;
}}

.storylink {
    width: 150px;
    border-top: 4px solid #009edb;
    border-bottom: 4px solid #009edb;
    background-color: #f7f7f7;
    font-family: Raleway, sans-serif;
    color: #009edb;
    font-weight: 600;
    text-align: center;
}

#group-grid a { background-image: none; }

body.i18n-fr .nav-link-9 {
  width: 50px;
  height: 60px;
  margin-top: 0px;
  background-image: url("../images/switch-en.svg");
  background-position: 50% 55%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  opacity: .3;
}

body.i18n-en .nav-link-9 {
  width: 50px;
  height: 60px;
  margin-top: 0px;
  background-image: url("../images/switch-fr.svg");
  background-position: 50% 55%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  opacity: .3;
}

.caption-horizontal {
  background: black;
  padding: 5px 20px;
}

/* Slider override */

.a-slide { position: relative; }
.w-slider { background: none; }

.orientation-landscape .w-slider,
.orientation-landscape .w-slide { height:450px }
@media screen and (max-width: 927px) {
  .orientation-landscape .w-slider,
  .orientation-landscape .w-slide { height:300px }
}}
@media screen and (max-width: 479px) {
  .orientation-landscape .w-slider,
  .orientation-landscape .w-slide { height:230px }
}}

.orientation-portrait .w-slider,
.orientation-portrait .w-slide { height:500px; width:300px }

.individual .images .w-slider img {
  margin-top: 0;
}

.w-icon-slider-left::before {
  content: "\e601";
  color: black;
  border: solid 2px black;
  padding: 20px;
  border-radius: 100%;
  background: white;
  margin-left: -15px;
}

.w-icon-slider-right {
  margin-left: 15px;
}
.w-icon-slider-right::before {
  content: "\e600";
  color: black;
  border: solid 2px black;
  padding: 20px;
  border-radius: 100%;
  background: white;
  margin-left: -15px;
}
@media screen and (max-width: 479px) {
  .w-icon-slider-left {
    margin-left: 18px;
  }
  .w-icon-slider-right {
    margin-left: 30px;
  }
}

.orientation-landscape .w-slider {
  width: 50%;
}
@media screen and (max-width: 1194px) {
  .orientation-landscape .w-slider {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .orientation-landscape .w-slider {
    width: 100%;
  }
}

.w-slide .images {
  max-height: 600px;
  max-width: 1000px !important;
}
.w-slide img {
  max-height: 1000px;
  max-width: 100%;
}

/* On small screen sliders, put the caption at the top. */
@media screen and (max-width: 1194px) {
  .w-slider .caption-horizontal {
    margin-top: 0;
    top:0;
    bottom:auto;
  }
}

@media screen and (min-width: 1440px) {
  body {
    width: 1440px;
    margin: 20px auto;
  }
}.grid-devika-partiman {
  .grid-item-image {
    top: -10%
  }
}

.grid-elanor-boekholt-o-sullivan {
  .grid-item-image {
    top: -30%
  }
}

.grid-h-e--mrs--khampheng-boupha {
  .grid-item-image {
    top: -65%
  }
}@view-transition {
  navigation: auto;
}

/*
smaller than 900
900 to 1440 (1140 included)
> 1440 wider than 1440
*/

.maincontent {
  display: grid;
  width: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-areas:
  ".         .                .                                     ."
  "preambule preambule        .                                     ."
  ".         .                index-top-most                        ."
  ".         intro            index-top-most                        ."
  ".         intro            index-top-most                        ."
  ".         index-left-large index-top-most    index-small-top-right"
  ".         index-left-large index-wide-middle                     ."
  ".         .                index-bottom-most                     .";
  grid-template-columns: 2fr 2fr 2fr 2fr;
  grid-template-rows: auto 1fr auto auto 200px auto 355px 200px;
  grid-auto-columns: 321px;
  align-content: stretch;
  justify-items: stretch;
  margin-top: 0;
  margin-bottom: 290px;
}

#preambule {
  grid-area: preambule / 1 / preambule / 3;
  align-self: center;
}

#intro {
  grid-area: intro;
  align-self: end;
}

#index-top-most {
  background-repeat: no-repeat;
  grid-area: index-top-most;
  align-self: end;
  height: 700px;
}

#index-left-large {
  background-repeat: no-repeat;
  grid-area: index-left-large;
  align-self: stretch;
  height: 620px;
}

#index-small-top-right {
  background-repeat: no-repeat;
  grid-area: index-small-top-right;
  align-self: end;
  height: 250px;
}

#index-wide-middle {
  background-repeat: no-repeat;
  grid-area: index-wide-middle / 3 / index-wide-middle / 5;
}

#index-bottom-most {
  background-repeat: no-repeat;
  grid-area: index-bottom-most;
}

/* Breakpoints */
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
  .maincontent {
    display: grid;
    width: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-areas:
    "."
    "preambule"
    "intro"
    "index-top-most"
    "index-small-top-right"
    "index-left-large"
    "index-wide-middle"
    "index-bottom-most";
    grid-template-columns: 2fr;
    grid-template-rows: auto 1fr auto auto 250px auto 200px 200px;
    grid-auto-columns: 321px;
    align-content: stretch;
    justify-items: stretch;
    margin-top: 0;
    margin-bottom: 0px;
  }
  #preambule {
    grid-area: preambule;
  }
  #intro {
    grid-area: intro;
  }
  #index-top-most {
    grid-area: index-top-most;
  }
  #index-left-large {
    grid-area: index-left-large;
  }
  #index-small-top-right {
    grid-area: index-small-top-right;
  }
  #index-wide-middle {
    grid-area: index-wide-middle;
  }
  #index-bottom-most {
    grid-area: index-bottom-most;
  }  
}

/* Customizations */
#index-top-most {
  background-image: url('../photos/kazakhstan-1.jpg');
  background-position: 52% 28%;
  background-size: 300%;
}

#index-left-large {
  background-image: url('../photos/belize-1.jpg');
  background-position:50% 20%;
  background-size: 145%;
}

#index-small-top-right {
  background-image: url('../photos/marshall-islands-1.jpg');
  background-position: 0px 19%;
  background-size: 100%;
}

#index-wide-middle {
  background-image: url('../photos/finland-2.jpg');
  background-position: 60% 11%;
  background-size: 100%;
}

#index-bottom-most {
  background-image: url('../photos/ghana-1.jpg');
  background-position: top;
  background-size: 100%;
}

#discover {
  display: block;
  background-color: var(--accent-color);
  color: var(--card-text-color);
  font-weight: 700;
  padding: 5px;
  text-align: center;
}

/* Previous editions */
.e2021.tab {
background-position: -200px 0%;
}
.e2023.tab {
background-position: -78px 0;
}
.e2024.tab {
  background-position: -470px 0;
}

/* On extra-small screens, put the intro a cell lower... */
@media screen and (max-width: 767px) {
  #w-node-_4a2a7f14-5c7b-d123-b284-95a15096059f-a84d63f2 {
}
}
@media screen and (max-width: 360px){
#w-node-_4a2a7f14-5c7b-d123-b284-95a15096059f-a84d63f2 {
  grid-area: 3 / 1 / 5 / 3;
}
#w-node-_482562d8-33b1-7a2f-6ab3-d6707f8a464c-a84d63f2 {
  grid-area: 5 / 1;
}
}
@media screen and (max-width: 479px){
.div-block-58 {
  height: auto;
  background-position: 60% 30%;
  background-repeat: no-repeat;
  background-size: 158%;
}
}
@media screen and (max-width: 767px) {
#w-node-_7dc63730-7c6e-b2d0-6336-09652d8d625c-a84d63f2 {
  grid-area: 10 / 2;
}
}