/*!
Theme Name: Blog-Theme
Theme URI: http://underscores.me/
Author: Krieen
Author URI: http://krieen.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: medbioinformatics
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

MedBioInformatics is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: 400px;
  width: auto;
  max-width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.custom-logo-link img {
  padding-top: 2em !important;
  padding-bottom: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

:root {
  font-size: 16px;
  --primary: #0d1661;
  --secondary: #D02591;
  --on-primary: #545fb6;
  --on-secondary: #3d8e6a;
  --primary-light: #0d17601b;
  --secondary-light: #58af881b;
  --on-primary-light: #0d176028;
  --on-secondary-light: #58af8828;
  --semi-white: rgba(255, 255, 255, 0.7);
  --gray-1: #030f2b;
  --gray-2: #323f57;
  --gray-3: #666f82;
  --gray-4: #9a9faa;
  --gray-5: #d6d9e0;
  --gradient: linear-gradient(45deg, var(--secondary) 0%, var(--primary) 100%);
  --gradient-button: linear-gradient(45deg, var(--secondary) 15%, var(--primary) 85%);
  --gradient-light: linear-gradient(125deg, rgba(34, 34, 195, 0.16) 0%, rgba(215, 45, 253, 0.097) 100%);
  --pink: rgb(255, 215, 215);
}

.primary-color {
  color: var(--primary) !important;
}

.secondary-color {
  color: var(--secondary) !important;
}

.gradient-color,
h1.gradient-color,
h2.gradient-color,
h3.gradient-color,
h4.gradient-color,
h5.gradient-color,
h6.gradient-color {
  width: fit-content;
  background-image: var(--gradient);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  padding-bottom: 2px;
}
.gradient-color.ready-to-appear,
h1.gradient-color.ready-to-appear,
h2.gradient-color.ready-to-appear,
h3.gradient-color.ready-to-appear,
h4.gradient-color.ready-to-appear,
h5.gradient-color.ready-to-appear,
h6.gradient-color.ready-to-appear {
  background-image: linear-gradient(45deg, var(--secondary) 0%, var(--primary) 33.3333333333%, rgba(255, 255, 255, 0) 66.6666666667%);
  background-position: right;
  background-size: 300%;
  transition: 2s;
}
.gradient-color.ready-to-appear.appear,
h1.gradient-color.ready-to-appear.appear,
h2.gradient-color.ready-to-appear.appear,
h3.gradient-color.ready-to-appear.appear,
h4.gradient-color.ready-to-appear.appear,
h5.gradient-color.ready-to-appear.appear,
h6.gradient-color.ready-to-appear.appear {
  background-position: left;
}

.white-background {
  background: white !important;
}

.semi-white-background {
  background: rgb(245, 242, 242) !important;
}

.gray-1 {
  color: var(--gray-1) !important;
}

.gray-2 {
  color: var(--gray-2) !important;
}

.gray-3 {
  color: var(--gray-3) !important;
}

.gray-4 {
  color: var(--gray-4) !important;
}

.gray-5 {
  color: var(--gray-5) !important;
}

.pink {
  color: var(--pink) !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--gray-1);
}

.post,
.page {
  margin: 0;
  padding-top: 40px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: circle;
}

a {
  font-weight: 400;
  color: var(--gray-2);
  transition: 0.2s;
  text-decoration-color: transparent;
}
a u {
  color: var(--secondary);
}

a:hover {
  color: var(--on-primary);
}

hr {
  margin: 2em 0;
  border: none;
  height: 1px;
  background: var(--gray-4);
  width: 100%;
}

h2,
h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: var(--primary);
  font-size: 2em;
}
h2::after,
h3::after {
  content: "";
  display: block;
  padding-bottom: 0.1em;
  background: var(--gradient);
  border-radius: 0.5em;
  overflow: hidden;
  margin-top: 0.7em;
}

h3 {
  font-size: 1.17em;
}

h5 {
  color: var(--secondary);
  font-size: 1.2em;
  margin-top: 15px;
}

h6 {
  margin-top: 30px;
  color: var(--secondary);
  font-size: 1em;
}

p {
  margin-bottom: 15px;
}

p,
li {
  margin: 1em 0;
  font-size: 16px;
  padding-top: 0.5em;
  line-height: 1.5em;
}

li {
  margin-left: 2em;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5em;
  width: 100%;
}

.btn-gradient-blue {
  background-image: linear-gradient(45deg, rgb(71, 162, 121) 15%, rgb(10, 16, 79) 85%) !important;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* Animations */
.animate-letter-spacing {
  transition: letter-spacing 2s ease-in-out;
}

.animate-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 0;
  margin: 1em 0;
  margin: 2em 0;
}
.animate-list > li.invisible {
  opacity: 0;
  transform: translateY(-1em);
}
.animate-list > li {
  position: relative;
  padding-left: 3em;
  display: flex;
  align-items: center;
  height: 1.8em;
  transition: 0.5s;
  opacity: 1;
  transform: translateY(0);
}
.animate-list > li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  background-image: url('data:image/svg+xml,%3Csvg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cdefs%3E%3ClinearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="100%"%3E%3Cstop offset="0%" style="stop-color:%2358AF88;stop-opacity:1" /%3E%3Cstop offset="100%" style="stop-color:%230D1760;stop-opacity:1" /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d="M21 5L12 14L9 11M16 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V12" stroke="url(%23gradient)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /%3E%3C/svg%3E');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Header */
#masthead {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255) 100%), url("https://wordpress-s3uploads.s3.eu-central-1.amazonaws.com/blog/uploads/2025/06/1920x300DISGENET.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 180px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  transition: 0.3s;
}
#masthead ul {
  list-style: none;
  margin-left: 0;
}
#masthead .menu-item-has-children > a {
  cursor: default;
  pointer-events: none;
}
#masthead > .container {
  max-width: 100% !important;
  width: 100%;
  padding: 1em 2.5em;
  box-sizing: border-box;
}
#masthead > .container .site-branding,
#masthead > .container .main-navigation {
  height: auto;
}
#masthead > .container .site-branding a,
#masthead > .container .main-navigation a {
  height: 100%;
}
#masthead > .container .site-branding a img,
#masthead > .container .main-navigation a img {
  height: auto;
  width: 170px;
  vertical-align: middle;
}
#masthead > .container .main-navigation {
  margin-top: 30px;
}

/* Breadcrumb */
#breadcrumbs {
  padding-top: 4em;
}
#breadcrumbs .breadcrumb_last {
  color: var(--gray-3);
  font-weight: 400;
}

/* Content */
body .content {
  padding-top: 8em;
  padding-bottom: 1em;
}
body .content li {
  margin-top: 0.2em;
}

.entry-content .wp-block-cover {
  margin-top: var(--header-height-negative);
}

.content img {
  border-radius: 0.3em;
  height: auto;
  width: 75%;
}
.content hr {
  margin: 2em 0;
  border: none;
  height: 2px;
  background: var(--gray-5);
  width: 100%;
}
.content .wp-element-button,
.content button[type=submit],
.content button.wpforms-submit[type=submit] {
  background-image: linear-gradient(45deg, rgb(190, 0, 128) 15%, rgb(10, 16, 79) 85%);
  color: white;
  border: none;
  padding: 0.5em 1.5em;
  border-radius: 9999px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.2s, background-position 1s;
  margin: 1em 0;
}
.content .wp-element-button:hover, .content .wp-element-button:active, .content .wp-element-button:focus,
.content button[type=submit]:hover,
.content button[type=submit]:active,
.content button[type=submit]:focus,
.content button.wpforms-submit[type=submit]:hover,
.content button.wpforms-submit[type=submit]:active,
.content button.wpforms-submit[type=submit]:focus {
  background: var(--gradient-button) right/200%;
  transform: scale(1.05);
}
.content .wp-element-button:focus:after,
.content button[type=submit]:focus:after,
.content button.wpforms-submit[type=submit]:focus:after {
  border: 2px solid var(--secondary);
  border-radius: 9999px;
}
.content .cards > *,
.content .card,
.content .quote {
  background: var(--gradient-light);
  padding: 1.5em;
  border-radius: 1.5em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.08);
  border-color: black !important;
  transition: 0.2s;
  transform: perspective(50em) rotateX(0) rotateY(0);
}
.content .counter-block {
  flex-wrap: wrap !important;
  width: 100%;
  margin-top: 2em;
  gap: 1em;
  display: flex;
}
.content .counter-block > * {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column !important;
  justify-content: center;
  align-items: center !important;
  text-align: center;
  text-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: min-content;
}
.content .counter-block > * > .wp-block-group {
  display: flex;
  justify-content: center;
}
.content .counter-block > * h3 {
  width: fit-content;
  background: var(--gradient);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 2em;
}
.content .counter-block > * img {
  box-shadow: none;
  mix-blend-mode: multiply;
  max-height: 80px;
  max-width: 150px;
}
.content .wp-block-cover {
  margin-bottom: 2em;
}
.content .wp-block-group.is-vertical > figure img {
  box-shadow: none;
}
.content p {
  margin: 0.5em 0;
}
.content .testimonials .testimonial {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.content .testimonials .testimonial blockquote {
  font-style: italic;
}
.content .testimonials .testimonial .testimonial-name {
  margin-top: auto;
}
.content .testimonials .testimonial .testimonial-position {
  color: var(--gray-3);
  font-weight: 300;
}
.content .quote {
  font-style: italic;
}
.content .steps {
  display: flex;
  gap: 1em;
  align-items: stretch;
  flex-wrap: wrap !important;
}
.content .steps > * {
  flex: 1 1 calc(33.3333333333% - 1em);
  transition: 1s;
}
@media screen and (max-width: 800px) {
  .content .steps > * {
    flex: 1 1 100%;
  }
}
.content .steps h3 {
  width: fit-content;
  background: var(--gradient);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 3em;
}
.content .steps h4 {
  color: var(--primary);
}
.content .invisible {
  opacity: 0;
  transition: 0s;
}
.content .services-overview {
  margin-top: 1em;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 1em;
}
.content .services-overview img {
  mix-blend-mode: multiply;
}
.content .services-overview > * {
  display: flex;
  flex-direction: column;
  justify-content: start;
  flex: 0 0 calc(33.3333% - 0.66667em);
}
.content .services-overview > * figure:first-child {
  width: 100%;
  display: flex;
  justify-content: center;
}
.content .services-overview > * .wp-block-buttons {
  margin-top: auto;
}
.content .services-overview > * .wp-block-buttons a {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .content .services-overview > * {
    flex: 0 0 calc(50% - 0.66666667em);
  }
}
@media screen and (max-width: 550px) {
  .content .services-overview > * {
    flex: 0 0 100%;
  }
}
.content .use-case {
  margin: 0.5em 0;
}
.content .use-case hr {
  margin: 0;
  margin-bottom: 1em;
}
.content .use-case img {
  box-shadow: none;
}
.content .use-case .tags {
  text-transform: uppercase;
  color: var(--gray-3);
  letter-spacing: 0.1em;
}
.content .use-case > .wp-block-group {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 1em;
  cursor: pointer;
}
.content .use-case > .wp-block-group > .expand-more {
  margin-left: auto;
  font-size: 2.2em;
  margin-top: 0.65em;
  user-select: none;
}
.content .use-case > .wp-block-group > figure {
  flex: 0 0 5em;
}
.content .use-case > .wp-block-group > details {
  overflow: visible;
}
.content .use-case > .wp-block-group > details > *:not(summary) {
  margin-left: -6em;
  margin-bottom: 1em;
  width: auto;
}
.content .use-case > .wp-block-group > details .wp-block-group > figure {
  flex: 0 0 4em;
}
.content .use-case > .wp-block-group > details summary {
  font-weight: 700;
  font-size: 1.4em;
  list-style: none;
  margin: 1.2em 0 2.1em 0;
  color: var(--primary);
  user-select: none;
}
.content .services-overview > *,
.content .glide__slide {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: var(--gradient-light);
  padding: 1.5em;
  border-radius: 1.5em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.08);
  transition: 0.2s;
  border: 1px solid var(--gray-5);
  transform: perspective(50em) rotateX(0) rotateY(0);
  margin-left: 0em !important;
}
.content .services-overview > * .wp-block-social-links,
.content .glide__slide .wp-block-social-links {
  margin-top: 1em;
}
.content .services-overview > * .wp-block-social-links .wp-social-link,
.content .glide__slide .wp-block-social-links .wp-social-link {
  background-color: var(--primary);
  transition: 0.2s;
}
.content .services-overview > * .wp-block-social-links .wp-social-link path,
.content .glide__slide .wp-block-social-links .wp-social-link path {
  color: white;
  transition: 0.2s;
}
.content .services-overview > * .wp-block-social-links .wp-social-link:hover,
.content .glide__slide .wp-block-social-links .wp-social-link:hover {
  background-color: var(--secondary);
}

@media screen and (max-width: 760px) {
  .content img {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) {
  .content img {
    width: 80%;
  }
}
.wp-block-group.is-nowrap {
  width: 100%;
}

.split-layout {
  display: flex;
  gap: 2em;
  flex-wrap: wrap !important;
  align-items: start !important;
}
.split-layout > * {
  flex: 0 0 calc(40% - 2em);
}
@media screen and (max-width: 800px) {
  .split-layout > * {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 800px) {
  .split-layout > *:first-child:not(figure) {
    flex: 0 0 calc(40% - 2em);
  }
  .split-layout > figure {
    flex: 0 0 60%;
  }
}

.full-width {
  width: 100%;
}

.info-box {
  background-color: var(--primary-light);
  padding: 2em;
  border-radius: 0.5em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.08);
}
.info-box h2 {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.info-box hr {
  margin: 1.2em 0;
  background: var(--gray-5);
}

.infographic {
  display: flex;
  justify-content: center;
  width: 100%;
}
.infographic video {
  max-height: 85vh;
}

.post-listing {
  width: 100%;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.post-listing .post-listing-item {
  background-color: var(--primary-light);
  border-radius: 0.5em;
  box-shadow: 0.1em 0.1em 0.5em rgba(0, 0, 0, 0.08);
  padding: 2em;
  width: 100%;
}
.post-listing .post-listing-item a.title-link:hover {
  text-decoration-color: transparent;
}
.post-listing .post-listing-item a.go-to-link {
  display: flex;
  align-items: center;
  gap: 0.5em;
  text-decoration: none;
  margin-top: 1em;
}
.post-listing .post-listing-item a.go-to-link:hover {
  text-decoration: none;
}
.post-listing .post-listing-item a.go-to-link p {
  margin: 0;
}
.post-listing .post-listing-item a.go-to-link:hover p {
  text-decoration: underline;
}
.post-listing .post-listing-item h2 {
  margin-top: 0;
}
.post-listing .post-listing-item hr {
  margin: 1.2em 0;
  background: var(--gray-5);
}

figure.is-layout-flex {
  display: block !important;
}

body .glide {
  padding: 1.2em 1.5em;
  width: calc(100% + 3em);
  margin-left: -1.5em;
  overflow: hidden;
  position: relative;
}
body .glide ul {
  margin: 0;
}
body .glide .glide__track {
  overflow: visible;
}
body .glide .glide__track .overlay-inset-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body .glide .glide__track .overlay-inset-shadow > * {
  position: absolute;
  height: 100%;
  width: 1.5em;
  z-index: 999;
}
body .glide .glide__track .overlay-inset-shadow .left {
  left: 0;
  background-image: linear-gradient(90deg, white 50%, rgba(255, 255, 255, 0) 100%);
}
body .glide .glide__track .overlay-inset-shadow .right {
  right: 0;
  background-image: linear-gradient(-90deg, white 50%, rgba(255, 255, 255, 0) 100%);
}
body .glide .glide__slides {
  overflow: visible;
  align-items: stretch;
}
body .glide .glide__slide {
  height: auto;
  gap: 0.5em;
}
body .glide .glide__slide img {
  border-radius: 0.5em;
  height: 16em;
  object-fit: fill;
  margin: 0;
}
body .glide .glide__slide .post-info {
  display: flex;
  align-items: center;
}
body .glide .glide__slide .post-info > :nth-child(2) {
  margin-right: 1em;
}
body .glide .glide__arrows .glide__arrow {
  background-color: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: 50%;
  top: 50%;
  z-index: 1000;
}
body .glide .glide__arrows .glide__arrow span {
  color: var(--primary);
  font-size: 2em;
  padding: 0.1em;
  border-radius: 9999px;
  transition: 0.2s;
}
body .glide .glide__arrows .glide__arrow.glide__arrow--left {
  left: -0.5em;
}
body .glide .glide__arrows .glide__arrow.glide__arrow--right {
  right: -0.5em;
}
body .glide .glide__arrows .glide__arrow:hover span {
  color: var(--on-primary);
  transform: scale(1.1);
}
body .glide p {
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* Blog Post */
.post-thumbnail {
  padding-bottom: 0.1em;
  background: var(--gradient);
  border-radius: 0.5em;
  overflow: hidden;
  margin-bottom: 2em;
}
.post-thumbnail img {
  border-radius: 0.5em;
  height: 24em;
  width: 100%;
}

.blog-quote {
  font-style: italic;
  font-size: 16px;
  padding: 1rem;
  border-right: 1.5px #dfdfdf solid;
  border-bottom: 2px #dfdfdf solid;
  box-shadow: #dfdfdf 1px 1px 8px;
  background: rgba(190, 0, 128, 0.135);
  border-left: 4px rgb(190, 0, 128) solid;
}

body.single-post .entry-meta {
  margin-bottom: 1em;
}

/* Aside */
aside {
  margin-top: 4em;
}
aside .wp-block-search__inside-wrapper {
  display: flex;
  gap: 1em;
}
aside .wp-block-search__inside-wrapper input {
  border-radius: 999999px;
  padding: 0.5em 1.5em;
  height: fit-content;
}
aside .wp-block-search__inside-wrapper button {
  margin: 0 !important;
}
aside ul {
  list-style: circle !important;
}

/* Careers */
/* Contact Form */
div.wpforms-container-full {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 800px) {
  div.wpforms-container-full .wpforms-field-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-auto-rows: auto;
    gap: 1em;
  }
  div.wpforms-container-full .wpforms-field-container > * {
    grid-column: 1;
    margin: 0;
  }
  div.wpforms-container-full .wpforms-field-container textarea,
  div.wpforms-container-full .wpforms-field-container input {
    border-radius: 0.5em;
  }
  div.wpforms-container-full .wpforms-field-container .wpforms-field-textarea {
    grid-column: 2;
    grid-row: 1/span 3;
  }
}

/* Footer */
#colophon {
  padding: 2em;
  margin-top: 2em;
}
#colophon .footer-logos .wp-block-group {
  display: flex;
  justify-content: center;
  gap: 1em;
  align-items: stretch;
  flex-wrap: wrap;
}
#colophon .footer-logos .wp-block-group > * {
  flex: 0 0 calc(20% - 1em);
  border-radius: 0.5em;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 700px) {
  #colophon .footer-logos .wp-block-group > * {
    flex: 0 0 calc(33.3333333333% - 1em);
  }
}
@media screen and (max-width: 500px) {
  #colophon .footer-logos .wp-block-group > * {
    flex: 0 0 calc(50% - 1em);
  }
}
#colophon .footer-logos .wp-block-group > * > * {
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  max-height: 4em;
}
#colophon ul {
  list-style: none;
  margin-left: 0;
  gap: 1em;
}
#colophon a:not(.wp-block-social-link-anchor) {
  color: var(--primary);
  transition: 0.2s;
}
#colophon a:not(.wp-block-social-link-anchor):hover {
  color: var(--on-secondary);
}
#colophon .wp-block-social-links .wp-social-link {
  font-size: 18px;
  background-color: white;
}
#colophon .wp-block-social-links .wp-social-link path {
  color: var(--gray-3);
  transition: 0.2s;
}
#colophon .wp-block-social-links .wp-social-link:hover path {
  color: var(--primary);
}
#colophon section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: black;
}
#colophon section p {
  text-align: center;
}
#colophon section .footer-navigation {
  align-items: center;
  display: flex;
}
#colophon section .footer-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  #colophon section {
    align-items: center;
  }
}
#colophon section .footer-branding a {
  display: flex;
}
#colophon section .footer-branding img {
  height: 4em;
  object-fit: contain;
  width: auto;
}

/* Blog */
.archive-posts {
  padding-top: 2em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

@media screen and (max-width: 700px) {
  .archive-posts {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style.css.map */
