@charset "UTF-8";
/*
	Abstracts are helpers, variables and functions
	for scss compliation.
*/
/*
	@TODO: Add to theme: new division fix for updated sass package.
*/
/**==================================================================================================================================
BREAKPOINT
@TODO: remove? What is use case?? either use simple global points or write custom line. why does first breakpoint have to be 0?
 ==================================================================================================================================*/
/**==================================================================================================================================
BREAKPOINT ENDS
==================================================================================================================================*/
span.edit-link {
  display: inline-block;
  background-color: yellow;
  font-weight: 600;
  position: fixed;
  left: 0;
  bottom: 3.125rem;
  transform: translateX(-45px);
  transition: all 0.2s;
}

span.edit-link a {
  display: block;
  padding: 0.9375rem;
}

span.edit-link:hover {
  transform: translateX(0);
}

/*
	Variables for compliation
	NB! Colors should be added to base/config file as css root variable.
*/
/**
 * Block section background colors.
 * Include the background options ACF fields group to use these.
 */
/**
 *	Fluid sized fonts
 *	Read more here:
 *	https://css-tricks.com/snippets/css/fluid-typography/
 */
/*
 * makes ul/ol as a dropdown select (normaly in mobile)
 * Structure: div > title > list > li > a
*/
/*
	Variables for legacy dc plugins
*/
:root {
  --spacing-block: 7.5rem;
  --spacing-block-small: 3rem;
  --spacing-content: 5rem;
  --spacing-grid-gap: 4rem;
  --element-width-wide: 2000px;
  --element-width-content: 950px;
  --element-width-text-narrow: 850px;
  --element-border-radius: 16px;
  --element-aspect-ratio: 3 / 2;
  --font-family: "Roboto", Helvetica, arial, sans-serif;
  --font-family-display: Georgia, serif;
  --font-size-ui: 14px;
  --font-size-ui-mobile: 12px;
  --color__white: rgb(252, 252, 252);
  --color__black: rgb(24, 24, 24);
  --color__grey: rgb(102, 102, 102);
  --color__grey-light: #EDEDED;
  --color__grey-light2: #d9d9d9;
  --color__grey-light-alt: rgb(217, 217, 217);
  --color__grey-lightest: rgb(248, 248, 248);
  --color__green: rgb(57, 115, 102);
  --color__green-dark: #397366;
  --color__green-light: rgb(215, 241, 236);
  --color__green-bright: #50B275;
  --color__mint-green: #A7D9CC;
  --color__green-light2: #EEF6F4;
  --color__green-lightest: rgb(243, 248, 247);
  --color__green-lime: rgb(232, 246, 213);
  --color__blue-light: rgb(208, 238, 252);
  --color__turqoise: #EDF7F5;
  --color__text: var(--color__grey);
  --color__green-light-new: #50B275;
  --color__green-light-new-2: #C5E1CC;
  --color__green-light-new-3: #397467;
  --color__new-bg: #ebebeb;
}

body {
  background-color: var(--color__new-bg);
}

section.dc-post-grid-base:not(.dpg-investment).awaiting-animation .dc-post-grid-results .item {
  opacity: 0;
}

section.dc-post-grid-base:not(.dpg-investment).awaiting-animation .dc-post-grid-results .people-wrapper .item {
  opacity: 1;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item {
  opacity: 1;
  transition: all 450ms ease-in-out;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(1) {
  transition-delay: 120ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(2) {
  transition-delay: 240ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(3) {
  transition-delay: 360ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(4) {
  transition-delay: 480ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(5) {
  transition-delay: 600ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(6) {
  transition-delay: 720ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(7) {
  transition-delay: 840ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(8) {
  transition-delay: 960ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(9) {
  transition-delay: 1080ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(10) {
  transition-delay: 1200ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(11) {
  transition-delay: 1320ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(12) {
  transition-delay: 1440ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(13) {
  transition-delay: 1560ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(14) {
  transition-delay: 1680ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(15) {
  transition-delay: 1800ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(16) {
  transition-delay: 1920ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(17) {
  transition-delay: 2040ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(18) {
  transition-delay: 2160ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(19) {
  transition-delay: 2280ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(20) {
  transition-delay: 2400ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(21) {
  transition-delay: 2520ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(22) {
  transition-delay: 2640ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(23) {
  transition-delay: 2760ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(24) {
  transition-delay: 2880ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(25) {
  transition-delay: 3000ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(26) {
  transition-delay: 3120ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(27) {
  transition-delay: 3240ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(28) {
  transition-delay: 3360ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(29) {
  transition-delay: 3480ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(30) {
  transition-delay: 3600ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(31) {
  transition-delay: 3720ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(32) {
  transition-delay: 3840ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(33) {
  transition-delay: 3960ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(34) {
  transition-delay: 4080ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(35) {
  transition-delay: 4200ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(36) {
  transition-delay: 4320ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(37) {
  transition-delay: 4440ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(38) {
  transition-delay: 4560ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(39) {
  transition-delay: 4680ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(40) {
  transition-delay: 4800ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(41) {
  transition-delay: 4920ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(42) {
  transition-delay: 5040ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(43) {
  transition-delay: 5160ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(44) {
  transition-delay: 5280ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(45) {
  transition-delay: 5400ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(46) {
  transition-delay: 5520ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(47) {
  transition-delay: 5640ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(48) {
  transition-delay: 5760ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(49) {
  transition-delay: 5880ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(50) {
  transition-delay: 6000ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(51) {
  transition-delay: 6120ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(52) {
  transition-delay: 6240ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(53) {
  transition-delay: 6360ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(54) {
  transition-delay: 6480ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(55) {
  transition-delay: 6600ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(56) {
  transition-delay: 6720ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(57) {
  transition-delay: 6840ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(58) {
  transition-delay: 6960ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(59) {
  transition-delay: 7080ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(60) {
  transition-delay: 7200ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(61) {
  transition-delay: 7320ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(62) {
  transition-delay: 7440ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(63) {
  transition-delay: 7560ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(64) {
  transition-delay: 7680ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(65) {
  transition-delay: 7800ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(66) {
  transition-delay: 7920ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(67) {
  transition-delay: 8040ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(68) {
  transition-delay: 8160ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(69) {
  transition-delay: 8280ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(70) {
  transition-delay: 8400ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(71) {
  transition-delay: 8520ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(72) {
  transition-delay: 8640ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(73) {
  transition-delay: 8760ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(74) {
  transition-delay: 8880ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(75) {
  transition-delay: 9000ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(76) {
  transition-delay: 9120ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(77) {
  transition-delay: 9240ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(78) {
  transition-delay: 9360ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(79) {
  transition-delay: 9480ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(80) {
  transition-delay: 9600ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(81) {
  transition-delay: 9720ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(82) {
  transition-delay: 9840ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(83) {
  transition-delay: 9960ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(84) {
  transition-delay: 10080ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(85) {
  transition-delay: 10200ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(86) {
  transition-delay: 10320ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(87) {
  transition-delay: 10440ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(88) {
  transition-delay: 10560ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(89) {
  transition-delay: 10680ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(90) {
  transition-delay: 10800ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(91) {
  transition-delay: 10920ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(92) {
  transition-delay: 11040ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(93) {
  transition-delay: 11160ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(94) {
  transition-delay: 11280ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(95) {
  transition-delay: 11400ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(96) {
  transition-delay: 11520ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(97) {
  transition-delay: 11640ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(98) {
  transition-delay: 11760ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(99) {
  transition-delay: 11880ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(100) {
  transition-delay: 12000ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(101) {
  transition-delay: 12120ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(102) {
  transition-delay: 12240ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(103) {
  transition-delay: 12360ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(104) {
  transition-delay: 12480ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(105) {
  transition-delay: 12600ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(106) {
  transition-delay: 12720ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(107) {
  transition-delay: 12840ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(108) {
  transition-delay: 12960ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(109) {
  transition-delay: 13080ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(110) {
  transition-delay: 13200ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(111) {
  transition-delay: 13320ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(112) {
  transition-delay: 13440ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(113) {
  transition-delay: 13560ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(114) {
  transition-delay: 13680ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(115) {
  transition-delay: 13800ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(116) {
  transition-delay: 13920ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(117) {
  transition-delay: 14040ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(118) {
  transition-delay: 14160ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(119) {
  transition-delay: 14280ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(120) {
  transition-delay: 14400ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(121) {
  transition-delay: 14520ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(122) {
  transition-delay: 14640ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(123) {
  transition-delay: 14760ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(124) {
  transition-delay: 14880ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(125) {
  transition-delay: 15000ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(126) {
  transition-delay: 15120ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(127) {
  transition-delay: 15240ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(128) {
  transition-delay: 15360ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(129) {
  transition-delay: 15480ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(130) {
  transition-delay: 15600ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(131) {
  transition-delay: 15720ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(132) {
  transition-delay: 15840ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(133) {
  transition-delay: 15960ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(134) {
  transition-delay: 16080ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(135) {
  transition-delay: 16200ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(136) {
  transition-delay: 16320ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(137) {
  transition-delay: 16440ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(138) {
  transition-delay: 16560ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(139) {
  transition-delay: 16680ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(140) {
  transition-delay: 16800ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(141) {
  transition-delay: 16920ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(142) {
  transition-delay: 17040ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(143) {
  transition-delay: 17160ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(144) {
  transition-delay: 17280ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(145) {
  transition-delay: 17400ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(146) {
  transition-delay: 17520ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(147) {
  transition-delay: 17640ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(148) {
  transition-delay: 17760ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(149) {
  transition-delay: 17880ms;
}

section.dc-post-grid-base:not(.dpg-investment).should-animate .dc-post-grid-results .item:nth-child(150) {
  transition-delay: 18000ms;
}

.dc-post-grid-card {
  margin-bottom: 1.25rem;
}

.dc-post-grid-card .tag {
  background-color: var(--color__green-lime);
  color: var(--color__green);
  border: 0.03125rem solid var(--color__green-dark);
}

.dc-post-grid-card .image-wrapper img {
  width: 100%;
  height: auto;
}

section.dpg-investment .dc-post-grid-results-inner {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  gap: 1.25rem;
}

section.dpg-investment .dc-post-grid-results-inner .item {
  width: 100%;
  margin: 0;
}

section.dpg-investment .dc-post-grid-results-inner .item.size-small {
  grid-column: span 4;
}

section.dpg-investment .dc-post-grid-results-inner .item.size-medium {
  grid-column: span 6;
}

section.dpg-investment .dc-post-grid-results-inner .item.size-large {
  grid-column: span 8;
}

@media (max-width: 768px) {
  section.dpg-investment .dc-post-grid-results-inner {
    grid-template-columns: 1fr;
  }
  section.dpg-investment .dc-post-grid-results-inner .item.size-small, section.dpg-investment .dc-post-grid-results-inner .item.size-medium, section.dpg-investment .dc-post-grid-results-inner .item.size-large {
    grid-column: span 1;
  }
}
.investment-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 2.5rem;
}

.investment-card .tag.theme {
  background-color: var(--color__green-light);
}

.investment-card .tag.sector {
  background-color: var(--color__blue-light);
}

.investment-card .image-wrapper {
  position: relative;
  z-index: 20;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color__grey-light);
  border-radius: var(--element-border-radius);
  overflow: hidden;
  transition: all 350ms ease-out;
}

.investment-card .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.investment-card .image-wrapper .stm-button {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 15;
}

.investment-card .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 350ms ease-out;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.investment-card:hover, .investment-card:focus {
  cursor: pointer;
}

.investment-card:hover .image-wrapper, .investment-card:focus .image-wrapper {
  left: 0;
  right: 0;
}

.investment-card:hover .image-wrapper:after, .investment-card:focus .image-wrapper:after {
  opacity: 1;
}

.investment-card .content-wrapper {
  position: relative;
  z-index: 10;
}

.investment-card .content-wrapper img {
  height: 1.875rem;
  width: auto;
  max-width: 7.5rem;
  margin: 1.25rem 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.investment-card .content-wrapper .tags,
.investment-card .content-wrapper .card-excerpt {
  margin-bottom: 1.25rem;
}

.investment-card .content-wrapper h3 {
  font-size: 1.6875rem;
  line-height: 1.875rem;
  margin: 0.9375rem 0 0.625rem;
}

.post-card .dc-post-grid-card-inner:hover, .post-card .dc-post-grid-card-inner:focus {
  cursor: pointer;
}

.post-card .image-wrapper {
  border-radius: var(--element-border-radius);
  overflow: hidden;
}

.post-card .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.post-card.post-card-summary .image-wrapper {
  margin-bottom: 1.25rem;
}

.post-card.post-card-summary .stm-button {
  margin-top: 1.875rem;
}

@media screen and (max-width: 849px) {
  .post-card.post-card-default .image-wrapper {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 850px) {
  .post-card.post-card-default .dc-post-grid-card-inner {
    display: flex;
    justify-content: space-between;
  }
  .post-card.post-card-default .content-wrapper {
    order: 1;
    width: 62.5rem;
    max-width: calc(100% - 400px);
  }
  .post-card.post-card-default .image-wrapper {
    order: 2;
    width: 20rem;
  }
}
.post-card.post-card-default time {
  padding-bottom: 0.625rem;
  display: block;
}

.post-card.post-card-default footer {
  padding-top: 1.25rem;
}

.post-card.post-card-default footer,
.post-card.post-card-default .reading-estimate {
  display: flex;
  align-items: center;
}

.post-card.post-card-default .tags {
  margin-right: 1.25rem;
}

.post-card.post-card-default .reading-estimate img {
  margin-right: 0.625rem;
}

.report-card {
  position: relative;
  padding-bottom: 7.5rem;
  border-bottom: 0.0625rem solid var(--color__grey-light);
}

.report-card .image-wrapper {
  border-radius: var(--element-border-radius);
  overflow: hidden;
}

.report-card .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}

.report-card .image-wrapper {
  margin-bottom: 1.25rem;
}

.report-card footer {
  display: flex;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
}

.report-card footer a:nth-child(1) {
  margin-right: 1.25rem;
}

.people-group {
  width: 100%;
}

.people-group > h2 {
  margin: 1.25rem 1.25rem 1.875rem 1.25rem;
}

@media screen and (max-width: 849px) {
  .people-group > h2 {
    margin-left: 0;
  }
}
.people-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.team-member-card .tag.location {
  background-color: var(--color__green-light);
}

.team-member-card .tag.company {
  background-color: var(--color__blue-light);
}

.team-member-card .image-wrapper {
  position: relative;
  width: 100%;
  height: 31.25rem;
  border-radius: var(--element-border-radius);
  overflow: hidden;
}

@media screen and (min-width: 850px) and (max-width: 1000px) {
  .team-member-card .image-wrapper {
    height: 30vw;
  }
}
@media screen and (min-width: 1000px) {
  .team-member-card .image-wrapper {
    height: 20vw;
  }
}
.team-member-card .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1);
  transition: all 1250ms ease-out;
}

.team-member-card .image-wrapper:hover, .team-member-card .image-wrapper:focus {
  cursor: pointer;
}

.team-member-card.bio-visible .image-wrapper img,
.team-member-card .image-wrapper:hover img,
.team-member-card .image-wrapper:focus img {
  transform: scale(1.08);
}

.team-member-card.bio-visible .image-wrapper .hover-overlay-image,
.team-member-card .image-wrapper:hover .hover-overlay-image,
.team-member-card .image-wrapper:focus .hover-overlay-image {
  opacity: 1;
}

.team-member-card.bio-visible .image-wrapper .hover-overlay-image img,
.team-member-card .image-wrapper:hover .hover-overlay-image img,
.team-member-card .image-wrapper:focus .hover-overlay-image img {
  transform: scale(1);
}

.team-member-card .hover-overlay-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: all 750ms ease-out;
}

.team-member-card .hover-overlay-image img {
  transform: scale(1.5);
  transition: all 750ms ease-out;
}

.team-member-card header {
  padding-top: 0.625rem;
  padding-right: 3.75rem;
  position: relative;
}

.team-member-card header:hover, .team-member-card header:focus {
  cursor: pointer;
}

.team-member-card .job-title {
  font-family: var(--font-family);
}

.team-member-card button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
  background-color: transparent;
}

.team-member-card button i {
  font-size: 1.25rem;
  display: block;
  transform: rotate(0deg);
}

.team-member-card button[aria-expanded=true] i {
  transform: rotate(45deg);
}

.team-member-card .team-member-content {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: all 150ms ease-out;
  transform: rotate(0deg);
  transform-origin: center;
}

.team-member-card .team-member-content.open {
  padding-top: 1.25rem;
  max-height: 624.9375rem;
  transition: all 350ms ease-out;
}

.team-member-card ul {
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
}

.team-member-card ul li {
  margin: 0.1875rem 0;
}

.dc-post-grid-filters-wrapper {
  padding-top: 0.625rem;
  padding-bottom: 1.875rem;
}

.dc-post-grid-filters-wrapper fieldset {
  border: 0;
  padding: 0;
}

.dc-post-grid-filters-wrapper fieldset > button {
  max-width: 100%;
  width: 21.875rem;
  pointer-events: none;
}

.dc-post-grid-filters-wrapper .dropdown-toggle {
  background-color: transparent;
  pointer-events: none;
}

.dc-post-grid-filters-wrapper legend {
  background-color: transparent;
  margin-left: -0.3125rem;
}

.dc-post-grid-filters-wrapper .dropdown-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 0.625rem;
}

.dc-post-grid-filters-wrapper .dropdown-wrapper > div input {
  position: absolute;
  left: -99999px;
}

.dc-post-grid-filters-wrapper .dropdown-wrapper > div > div label {
  background-color: var(--color__grey-light);
  padding: 0.1875rem 0.625rem;
  border-radius: 1.25rem;
  font-size: 0.75rem;
  margin: 0 0.4375rem 0.4375rem 0;
  display: inline-block;
}

.dc-post-grid-filters-wrapper .dropdown-wrapper > div > div label:hover, .dc-post-grid-filters-wrapper .dropdown-wrapper > div > div label:focus {
  cursor: pointer;
}

.dc-post-grid-filters-wrapper .dropdown button {
  color: var(--color__grey);
}

.dc-post-grid-filters-wrapper #dropdown-investment_status label,
.dc-post-grid-filters-wrapper #dropdown-position label {
  background-color: var(--color__green-lime);
  border: 0.03125rem solid var(--color__green-lime);
}

.dc-post-grid-filters-wrapper #dropdown-investment_status label.selected,
.dc-post-grid-filters-wrapper #dropdown-position label.selected {
  border: 0.03125rem solid var(--color__green-dark);
}

.dc-post-grid-filters-wrapper #dropdown-theme label,
.dc-post-grid-filters-wrapper #dropdown-location label,
.dc-post-grid-filters-wrapper #dropdown-category label {
  background-color: var(--color__green-light);
}

.dc-post-grid-filters-wrapper #dropdown-theme label.selected,
.dc-post-grid-filters-wrapper #dropdown-location label.selected,
.dc-post-grid-filters-wrapper #dropdown-category label.selected {
  border: 0.03125rem solid var(--color__green-dark);
  background-color: var(--color__green-dark);
  color: var(--color__white);
}

.dc-post-grid-filters-wrapper #dropdown-fund label,
.dc-post-grid-filters-wrapper #dropdown-company label {
  background-color: var(--color__blue-light);
  border: 0.03125rem solid var(--color__blue-light);
}

.dc-post-grid-filters-wrapper #dropdown-fund label.selected,
.dc-post-grid-filters-wrapper #dropdown-company label.selected {
  border: 0.03125rem solid var(--color__green-dark);
}

.dc-post-grid-filters-wrapper #dropdown-investment_status label,
.dc-post-grid-filters-wrapper #dropdown-position label,
.dc-post-grid-filters-wrapper #dropdown-theme label,
.dc-post-grid-filters-wrapper #dropdown-location label,
.dc-post-grid-filters-wrapper #dropdown-category label,
.dc-post-grid-filters-wrapper #dropdown-fund label,
.dc-post-grid-filters-wrapper #dropdown-company label {
  border: 0.03125rem solid var(--color__green-dark);
  transition: all 0.3s;
}

.dc-post-grid-filters-wrapper #dropdown-investment_status label:hover,
.dc-post-grid-filters-wrapper #dropdown-position label:hover,
.dc-post-grid-filters-wrapper #dropdown-theme label:hover,
.dc-post-grid-filters-wrapper #dropdown-location label:hover,
.dc-post-grid-filters-wrapper #dropdown-category label:hover,
.dc-post-grid-filters-wrapper #dropdown-fund label:hover,
.dc-post-grid-filters-wrapper #dropdown-company label:hover {
  background-color: var(--color__green-dark);
  color: var(--color__white);
  border: 0.03125rem solid var(--color__green-dark);
}

.dc-post-grid-results-inner {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 850px) {
  .dc-post-grid-base .dc-post-grid-results-inner {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 40px);
  }
}
.dc-post-grid-base .item {
  width: 100%;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 850px) {
  .dc-post-grid-base .item {
    margin: 0 1.25rem 1.25rem 1.25rem;
  }
  .dc-post-grid-base.grid-cols-2 .item, .dc-post-grid-base.grid-cols-3 .item, .dc-post-grid-base.grid-cols-4 .item {
    width: calc(50% - 40px);
  }
}
@media screen and (min-width: 1000px) {
  .dc-post-grid-base.grid-cols-3 .item, .dc-post-grid-base.grid-cols-4 .item {
    width: calc(33% - 40px);
  }
}
@media screen and (min-width: 1440px) {
  .dc-post-grid-base.grid-cols-4 .item {
    width: calc(25% - 40px);
  }
}
.dc-post-grid-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.875rem;
}

.dc-post-grid-pagination .dc-button {
  background-color: var(--color__green);
  width: 2.75rem;
  height: 2.75rem;
  overflow: hidden;
  color: var(--color__white);
  border-radius: 100%;
  overflow: hidden;
  transition: all 250ms ease-out;
}

.dc-post-grid-pagination .dc-button.disabled {
  background-color: var(--color__grey-light) !important;
  color: var(--color__grey);
  pointer-events: none;
}

.dc-post-grid-pagination .dc-button:hover, .dc-post-grid-pagination .dc-button:focus {
  cursor: pointer;
  background-color: var(--color__green-dark);
}

.dc-post-grid-pagination .dc-button-text {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.dc-post-grid-previous {
  order: 1;
}

.dc-post-grid-previous:after {
  font-family: "icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.625rem;
  content: "В";
}

.dc-post-grid-current-page {
  order: 2;
  margin: 0 0.9375rem;
}

.dc-post-grid-next {
  order: 3;
}

.dc-post-grid-next:after {
  font-family: "icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.625rem;
  content: "Г";
}

section.block-section.illustration-sub-hero + section.block-section[class*=dc-post-grid] {
  margin-top: 0.75rem;
}

section.block-section.illustration-sub-hero + section.block-section[class*=dc-post-grid].has-background {
  padding-top: 1.5rem;
}

@media screen and (max-width: 849px) {
  section.block-section.illustration-sub-hero + section.block-section[class*=dc-post-grid].has-background {
    padding-top: 1rem;
  }
}
section.block-section.illustration-sub-hero + section.block-section[class*=dc-post-grid].has-background.has-small-margins {
  padding-top: 1rem;
}

@media screen and (max-width: 849px) {
  section.block-section.illustration-sub-hero + section.block-section[class*=dc-post-grid].has-background.has-small-margins {
    padding-top: 0.75rem;
  }
}
section.block-section.illustration-sub-hero + section.block-section[class*=dc-post-grid] .dc-post-grid-filters-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

section.block-section.illustration-sub-hero + section.block-section[class*=dc-post-grid] .dc-post-grid-results {
  margin-top: 0;
}
