/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}

.body-container--pricing .hs_cos_wrapper_type_rich_text h1 {
    font-size: 50px;
    text-align: left !important;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper, 
.dnd-section>.row-fluid,
.page-center{
  margin:0 auto;
}


.dnd-section[class*="full_width"]{
  padding:0;
}
.dnd-section[class*="full_width"] > .dnd-section>.row-fluid{
  padding-left:0 !important;
  padding-right:0 !important;
}


/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

@font-face { 
  font-family: Neue Haas Grotesk Display; 
  src: url(https://2694217.fs1.hubspotusercontent-na1.net/hubfs/2694217/raw_assets/public/Pleo_May2023/fonts/neue-haas-grotesk-display-55-roman-4a5b1574538a243f3cd1c570b4d57413.woff2) format("woff2"), 
    url(https://2694217.fs1.hubspotusercontent-na1.net/hubfs/2694217/raw_assets/public/Pleo_May2023/fonts/neue-haas-grotesk-display-55-roman-99d4f379d3d98ad8e0a126cccb6206c2.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
}

@font-face { 
  font-family: Neue Haas Grotesk Text; 
  src: url(https://2694217.fs1.hubspotusercontent-na1.net/hubfs/2694217/raw_assets/public/Pleo_May2023/fonts/neue-haas-grotesk-text-55-roman-ef4c4d66d08bbb65a020ef7dbd7ed34c.woff2) format("woff2"), 
    url(https://2694217.fs1.hubspotusercontent-na1.net/hubfs/2694217/raw_assets/public/Pleo_May2023/fonts/neue-haas-grotesk-text-55-roman-0d9a72d1b1c9943116db63f5c52c3d0a.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}

@font-face { font-family: "Spezia Monospace SemiMono"; 
  src: url(https://2694217.fs1.hubspotusercontent-na1.net/hubfs/2694217/raw_assets/public/Pleo_May2023/fonts/spezia-monospace-semi-mono-medium-5cd11c9066dbbccf07fdc21b161ddbf9.woff2) format("woff2"), 
    url(https://2694217.fs1.hubspotusercontent-na1.net/hubfs/2694217/raw_assets/public/Pleo_May2023/fonts/spezia-monospace-semi-mono-medium-6b03e7b4553602b5d17946dd2adc84e7.woff) format("woff"); 
  font-style: normal; 
  font-weight: 600; 
  font-display: swap; 
}

@font-face { font-family: "Spezia Monospace SemiMono"; 
  src: url(https://2694217.fs1.hubspotusercontent-na1.net/hubfs/2694217/raw_assets/public/Pleo_May2023/fonts/SpeziaWeb-SemiMonoBold.woff2) format("woff2"), 
    url(https://2694217.fs1.hubspotusercontent-na1.net/hubfs/2694217/raw_assets/public/Pleo_May2023/fonts/SpeziaWeb-SemiMonoBold.woff) format("woff"); 
  font-style: normal; 
  font-weight: 700; 
  font-display: swap; 
}

body {
  line-height:1.5;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin: 0 0 20px;
}
p:last-child{
  margin-bottom: 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.2;
}
h1{
  line-height: 1.1;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 80px 0;
  font-size: 19px;
  line-height: 30px;
  padding-left: 60px;
  font-family: 'Spezia Monospace SemiMono', sans-serif;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img, picture {
  display: block;
  max-width: 100%;
  vertical-align:middle;
}

@media only screen and (max-width: 767px) {
  blockquote {
    margin: 40px 0;
    font-size: 14px;
    line-height: 22px;
    padding-left: 35px;
  }
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 0;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 8px;
  font-family: "Neue Haas Grotesk Text", system-ui, "Helvetica Neue", Arial, sans-serif;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 16px;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  width: 100% !important;
  padding: 12px 20px;
  font-family: "Neue Haas Grotesk Text", system-ui, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  word-break: initial;
  background: rgb(245, 245, 245);
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.6rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button,
.hs-button{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-family: "Spezia Monospace SemiMono", monospace, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  position: relative;
  display: inline-flex;
  padding: 14px 28px;
  line-height: 1;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media screen and (min-width: 768px){
  form input[type=submit],
  form .hs-button,
  .button,
  .hs-button{
    font-size: calc(13px + 3 * ((100vw - 768px) / 432));
  }
}

@media screen and (min-width: 1200px){
  form input[type=submit],
  form .hs-button,
  .button,
  .hs-button{
    font-size: 16px;
  }
}


/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
  padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-left: 6px;
  margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
  height: 15px;
  fill: #fff;
}

.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
  padding: 10px;
}

.body-container-wrapper .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.header {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 3;
  display: flex;
  width: 100%;
  padding: 16px 24px;
  background: rgb(255, 255, 255);
  align-items: center;
  line-height: 1.5;
}
.header > .page-center {
  align-items: center;
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
}

.logo {
  z-index: 4;
  display: block;
  width: 54px;
}
.logo-mobile {
  display: none;
  width: 72px;
  padding: 10px 0px;
}
.header-inner {
  display: none;
}


.header-menu,
.nav-button{
  display: grid;
  align-items: center;
  margin: 0px;
  color: inherit;
  word-break: break-word;
  font-family: "Neue Haas Grotesk Display", system-ui, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
}
.nav-button {
  display: flex;
  flex-wrap: wrap;
}
.header-right-nav .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
}
.header-right-nav .hs-menu-wrapper>ul>li {
  margin-right: 4px;
}
.header-right-nav .hs-menu-wrapper>ul>li>a {
  color: #000;
  font-size: 13px;
  font-family: "Neue Haas Grotesk Text", system-ui, "Helvetica Neue", Arial, sans-serif;
}

.scroll-header .header.header-st,
.scroll-header .pl-header {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.course-header .page-center {
    display: flex;
}

.cta_and_switcher {
    display: flex;
    justify-content: flex-end;
}

.cta_and_switcher .language-ft {
    margin-left: 17px;
}

.course-header .logo {
    width: 100px;
}
.course-header .btn {
    margin: 0px;
    word-break: break-word;
    font-family: "Spezia Monospace SemiMono", monospace, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    position: relative;
    display: inline-flex;
    padding: 14px 28px;
    line-height: 1;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    cursor: pointer;
    background: rgb(34, 34, 34);
    border: 1px solid rgb(34, 34, 34);
    border-radius: 9999em;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: background 130ms ease-in 0s;
}

.course-header .btn:hover {
        background: #000;
    border: 1px solid #000;
    color: #fff;

}

header.header.course-header {
    padding: 0;
    min-height: 80px;
}

header.header.course-header .page-center {
    padding:10px 55px;
}




.pl-header-search {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 12px -4px;
	z-index:1;
}

.pl-header-search--icon-mobile {
	position: absolute;
	right: 90px;
	top: 22px;
}

.pl-header-search.search--open {
	opacity: 1;
	visibility: visible;
	top: 77px;
}

.pl-header-search .hs-search-field__bar button svg {
	height: 20px;
	fill: #fff;
}

.pl-header-search .hs-search-field__button {
	border-radius: 0 100px 100px 0;
	padding: 14px 26px 14px 22px;
	display: none;
}


.pl-header-search .hs-search-field__bar>form>.hs-search-field__input {
	border-radius: 8px;
	padding: 12px 20px 12px calc(52px);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='sc-13hb91m-1 gRBxqc'%3E%3Cpath d='M20.723 18.837h-.993l-.353-.34a8.14 8.14 0 0 0 1.975-5.32A8.176 8.176 0 0 0 13.176 5 8.176 8.176 0 0 0 5 13.176a8.176 8.176 0 0 0 8.176 8.176 8.14 8.14 0 0 0 5.32-1.975l.34.353v.993L25.127 27 27 25.126l-6.277-6.29Zm-7.547 0a5.653 5.653 0 0 1-5.66-5.66 5.653 5.653 0 0 1 5.66-5.661 5.653 5.653 0 0 1 5.66 5.66 5.653 5.653 0 0 1-5.66 5.66Z' fill='%23737373'%3E%3C/path%3E%3C/svg%3E");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 17px center;
}


@media screen and (min-width: 768px) {
	.pl-header-search--icon-mobile {
		right: 100px;
	}
}
@media screen and (min-width: 992px) {
	.pl-header-search--icon-mobile {
		display: none !important;
	}
}


@media (min-width: 768px){
  .header {
    padding-right: 40px;
    padding-left: 40px;
  }
  .header-right {
    display: grid;
    justify-content: flex-end;
    padding-right: 40px;
  }
  .header-menu,
  .nav-button{
    font-size: calc(18px + 5 * ((100vw - 768px) / 432));
  }
  .header-right-nav .hs-menu-wrapper>ul {
    line-height: 1.5;
    font-size: 16px;
  }
}

@media (min-width: 992px){
  .header {
    min-height: 83px;
  }
  .header-inner {
    grid-template-columns: auto 1fr;
    align-items: center;
    padding-right: 0px;
    padding-left: 0px;
  }
  .header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-right: unset;
  }
  .header-menu{
    grid-template-columns: repeat(4, auto);
    padding-left: 20px;
  }
  .nav-button{
    align-items: center;
    margin-left: auto;
  }
  .header-right-nav .hs-menu-wrapper > ul > li > a {
    margin-left: 0px;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    gap: 4px;
    font-size: calc(13px + 3 * ((100vw - 768px) / 432));
  }
  .header-right-nav .hs-menu-wrapper>ul {
    line-height: 1.5;
    font-size: calc(13px + 3 * ((100vw - 768px) / 432));
  }
  .mobile-menu,
  .mobile-trigger,
  .header-overlay{
    display:none !important;
  }

  .header > .page-center {
    grid-template-columns: auto 1fr;
    align-items: center;
    padding-right: 0px;
    padding-left: 0px;
  }

}

@media screen and (min-width: 1200px){
  .header-menu {
    font-size: 23px;
    padding-left: 24px;
  }
  .nav-button{
    font-size:23px;
  }
  .header-right-nav .hs-menu-wrapper > ul > li > a {
    padding-right: 16px;
    padding-left: 16px;
    font-size:16px;
    gap: 8px;
  }
  .header-right-nav .hs-menu-wrapper>ul>li {
    margin-right: 8px;
  }

}

@media (min-width: 768px) and (max-width: 991px){
  .header .page-center {
    grid-template-columns: auto 1fr;
  }
  .header-right-nav .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }
  .header-right-nav .hs-menu-wrapper>ul>li {
    padding-right: 40px;
    margin-right: 0;
  }
  .header-right-nav .hs-menu-wrapper>ul>li>a {
    font-family: "Neue Haas Grotesk Display", system-ui, "Helvetica Neue", Arial, sans-serif;
  }
  .header-btn {
    padding-left: 0;
  }
}

@media(max-width:991px){
  body.mobile-open {
    overflow-y: hidden;
  }
  .logo.desktop {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
  .mobile-menu {
    align-items: flex-start;
    background: #fff;
    border-bottom-left-radius: 48px;
    bottom: 0;
    opacity: 0;
    overflow: auto;
    padding: 60px 40px 140px;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s ease;
    visibility: hidden;
    width: 480px;
    z-index: 3;
  }
  .mobile-open .mobile-menu {
    opacity:1;
    visibility: visible;
  }
  .mobile-menu .hs-menu-wrapper > ul {
    padding-top: 100px;
  }
  .mobile-menu .hs-menu-wrapper ul li {
    width: 100%;
  }

  .mobile-menu .hs-menu-wrapper ul li a {
    font-size: calc(26px + 6 * ((100vw - 768px) / 432));
    color: #000;
    line-height: 1.4;
    margin-bottom: 20px;
    display: inline-block;
  }
  .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > a:after {
    content: "";
    background-image: url(https://39669302.fs1.hubspotusercontent-na1.net/hubfs/39669302/Pleo_May2023/images/arrow-up.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    margin-left: 8px;
    width: 12px;
    transition: 0.3s ease;
    background-position: center;
    position: relative;
    top: -3px;

  }
  .mobile-menu .hs-menu-wrapper > ul ul {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    display: none;
  }
  .mobile-menu .hs-menu-wrapper ul ul li {
    line-height: 1.6;
  }
  .mobile-menu .hs-menu-wrapper ul ul li a,
  .mobile-menu .hs-menu-wrapper ul ul li{
    font-size: calc(18px + 5 * ((100vw - 768px) / 432));
    line-height: 1.6;
    color: #333;
  }
  .mobile-menu .hs-menu-wrapper ul ul li.hs-item-has-children a:after {
    margin-left: 10px;
    top: 0;
  }
  .mobile-menu .hs-menu-wrapper > ul ul ul {
    padding-right: 0;
    padding-left: 20px;
    padding-bottom: 0;
  }

  .mobile-menu .header-menu, 
  .mobile-menu .nav-button {
    display: block;
  }
  .mobile-menu .nav-button .hs-menu-wrapper > ul {
    padding-top: 20px;
  }
  .mobile-menu .nav-button .hs-menu-wrapper ul li a {
    font-size: calc(18px + 5 * ((100vw - 768px) / 432));
    line-height: 1.6;
    font-family: "Neue Haas Grotesk Display", system-ui, "Helvetica Neue", Arial, sans-serif;
  }
  .trigger-icon,
  .close-icon{
    height: 28px;
    cursor: pointer;
  }
  .mobile-open .mobile-trigger {
    position: absolute;
    right: 40px;
    z-index: 1111;
    top: 16px;
  }
  .mobile-open .mobile-trigger .trigger-icon,
  .mobile-trigger .close-icon{
    display: none;
  }
  .mobile-open .mobile-trigger .close-icon {
    display: block;
  }
  .header-overlay {
    background: rgba(0,0,0,.2);
    bottom: 0;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: .3s ease;
    visibility: hidden;
    width: 100%;
    z-index: 2;
  }
  .mobile-open .header-overlay {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu .header-btng-p {
    width: 400px;
    padding: 20px 0 40px;
    position: fixed;
    bottom: 0;
  }
  .mobile-menu .header-btng-p a {
    text-align: center;
  }
  .mobile-menu .header-btn {
    padding-left: 0;
  }
  .mobile-menu .header-btng-p a {
    word-break: break-word;
    font-family: "Spezia Monospace SemiMono", monospace, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    position: relative;
    display: inline-flex;
    padding: 14px 28px;
    line-height: 1;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    background: rgb(34, 34, 34);
    border: 1px solid rgb(34, 34, 34);
    border-radius: 9999em;
    text-decoration: none;
    width: 100%;
  }
  .mobile-menu .header-btng-p a:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
  }
  .mobile-menu .hs-menu-wrapper ul ul ul a {
    color: #000;
  }
  .heaer-menu {
    display: none !important;
  }
}

@media(max-width:767px){
  .nav-button {
    display: none;
  }
  .mobile-menu {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .mobile-menu .hs-menu-wrapper ul li a {
    font-size: 26px;
  }
  .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children>a:after {
    height: 16px;
    top: -1px;
    width: 16px;
  }
  .mobile-menu .hs-menu-wrapper ul ul li, 
  .mobile-menu .hs-menu-wrapper ul ul li a,
  .mobile-menu .nav-button .hs-menu-wrapper ul li a{
    font-size: 18px;
  }
  .mobile-menu .hs-menu-wrapper ul ul li.hs-item-has-children a:after {
    top: 3px;
  }
  .mobile-menu .header-btng-p {
    width: calc(100% - 48px);
  }
  header.header.course-header .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .course-header .btn {
    font-size: 12px;
    padding: 15px;
  }


  .single-lms-course-module.content-wrapper .content-wrapper {
    padding: 20px;
  }
}


@media(min-width:1440px){

	.pl-header-search .hs-search-field {
		padding-left: 60px;
		padding-right: 60px;
	}
}
.footer {
  line-height: 1.5;
  font-family: "Neue Haas Grotesk Text", system-ui, "Helvetica Neue", Arial, sans-serif;
  padding: 40px 24px;
}
.footer-inner {  
  display: grid;
  row-gap: 40px;
}
.ft-col2 {
  grid-column: 2 / -1;
  grid-template-columns: repeat(2, 1fr);
}

.ft-col4 {
  display: grid;
  row-gap: 20px;
}

.ft-logo img{
  width: 80px !important;
  margin-bottom: 20px;
}

.ft-social-address p {
  margin-bottom: 0;
}

.footer-menu .hs-menu-wrapper > ul {
  display: grid;
  gap: 40px 20px;
  grid-column: 2 / -1;
  grid-template-columns: repeat(2, 1fr);
}

.footer-menu .hs-menu-wrapper > ul > li {
  display: grid;
  grid-template-columns: auto;
  row-gap: 8px;
  align-content: start;
  justify-items: start;
}

.footer-menu .hs-menu-wrapper > ul > li > a{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  text-decoration: none;
  font-family: "Neue Haas Grotesk Display", system-ui, "Helvetica Neue", Arial, sans-serif;
}
.footer-menu .hs-menu-wrapper>ul>li>a[href*="javascript"] {
  cursor: text;
}
.footer-menu .hs-menu-wrapper > ul ul {
  display: grid;
  grid-template-columns: auto;
  row-gap: 8px;
  align-content: start;
  justify-items: start;
}
.footer-menu .hs-menu-wrapper > ul ul li a {
  text-decoration: none;
  transition: background 130ms ease-in 0s;
  padding: 0px;
}

.footer-menu .hs-menu-wrapper > ul ul li a:hover, 
.footer-menu .hs-menu-wrapper > ul ul li a:active {
  text-decoration: underline;
  background: transparent;
}

.language-ft {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  gap: 4px;
  align-content: start;
  justify-items: stretch;
}

.language-ft .language-ft-inner {
  position: relative;
  width: auto;
  justify-self: start;
}

.language-ft .active-language-wp {
  display: grid;
  padding: 8px 8px 8px 0px;
  cursor: pointer;
  background: none;
  border: none;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
  margin: 0px;
  color: inherit;
  word-break: break-word;
  font-family: "Neue Haas Grotesk Display", system-ui, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
  appearance: none;
  border-radius: 8px;
  box-shadow: none;
  align-items: center;
  justify-content: space-between;
}
.language-ft .active-language {
  color: rgb(0, 0, 0);
}

.language-ft .active-language-inner,
.language-ft .items-inner{
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  column-gap: 8px;
}

.language-ft .active-text,
.language-ft .items-inner-text{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jAxtvi {
  grid-column: 2 / auto;
  display: none;
}
.language-ft .jAxtvi {
  margin: 0px;
  color: rgb(115, 115, 115);
  word-break: break-word;
  font-family: "Neue Haas Grotesk Text", system-ui, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.language-ft .blank-span {
  width: 12px;
  height: 12px;
  background-image: url(https://39669302.fs1.hubspotusercontent-na1.net/hubfs/39669302/Pleo_May2023/images/down-arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 12px;
  width: 12px;
  border-radius: 0;
  background-color: transparent;
  border: none;
}
.language-ft .blank-span:after {
    display: none;
}

.language-ft .dropdown-language {
  bottom: unset;
  min-width: max-content;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 8px;
  border: none;
  outline: none;
  max-height: min(250px, 50vh);
  overflow-y: auto;
  background: rgb(255, 255, 255);
  position: absolute;
  width: 100%;
  display:none;
}
.language-ft .dropdown-language ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.language-ft .dropdown-language ul li{
  display: grid;
  padding: 4px 8px;
  margin: 0px;
  line-height: 1.6;
  font-size: 18px;
  color: rgb(0, 0, 0);
}
.language-ft .dropdown-language ul li .jAxtvi {
  display: block;
}
.language-ft .dropdown-language ul li:hover,
.language-ft .dropdown-language ul li.active{
  background-color: rgb(245, 245, 245);
}
.language-ft .dropdown-language ul li a {
  text-decoration: none;
}

.tems-inner-text {
  font-family: "Neue Haas Grotesk Display", system-ui, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .language-ft .dropdown-language .items-register {
  padding: 12px 8px;
}
body .language-ft .dropdown-language .items-register a {
  font-size: 16px;
  font-family: "Neue Haas Grotesk Text", system-ui, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(115,115,115);
  text-decoration: underline;
}
body .language-ft .dropdown-language .items-register:hover a {
  color: #000;
}
@media (min-width: 768px){
  .footer-inner {
    gap: 80px;
    grid-template-columns: repeat(4, 1fr);
  }
  .ft-col2 {
    column-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .ft-col4 {
    grid-column: 2 / -1;
    height: fit-content;
  }
  .footer,
  .footer-menu .hs-menu-wrapper > ul ul li a{
    font-size: calc(13px + 3 * ((100vw - 768px) / 432));
  }
  .footer-menu .hs-menu-wrapper>ul>li>a{
    font-size: calc(18px + 5 * ((100vw - 768px) / 432));
  }
  .footer-menu .hs-menu-wrapper > ul {
    column-gap: 40px;
    grid-template-columns: repeat(3,1fr);
  }

  .language-ft .active-language-wp,
  .language-ft .dropdown-language ul li,
  .language-ft .items-inner-text{
    font-size: calc(18px + 5 * ((100vw - 768px) / 432));
  }
  .language-ft .jAxtvi {
    font-size: calc(13px + 0 * ((100vw - 768px) / 432));
  }
}

@media (min-width: 992px){
  .footer{
    padding:80px 40px;
  }
  .footer-inner {
    column-gap: 100px;
  }
  .ft-col2 {
    column-gap: 80px;
  }
  .ft-logo img{
    width: 90px !important;
    margin-bottom: 28px;
  }
  .footer-menu .hs-menu-wrapper > ul  {
    column-gap: 80px;
  }
  .language-ft .active-language-wp {
    column-gap: 14px;
  }
  .tems-inner-text {
    font-size: calc(18px + 5 * ((100vw - 768px) / 432));
  }
}

@media screen and (min-width: 1200px){
  .footer,
  .footer-menu .hs-menu-wrapper > ul ul li a{
    font-size: 16px;
  }
  .footer-menu .hs-menu-wrapper > ul > li > a {
    font-size: 23px;
  }
  .language-ft .active-language-wp,
  .language-ft .items-inner-text{
    font-size: 23px;
  }
  .language-ft .dropdown-language ul li{
    font-size:16px;
  }
  .language-ft .jAxtvi {
    font-size: 13px;
  }
  .tems-inner-text {
    font-size: 23px;
  }
}

@media (min-width: 1440px){
  .footer {
    padding-right: 100px;
    padding-left: 100px;
  }
}




@media(max-width:767px){
  .footer,
  .footer-menu .hs-menu-wrapper > ul ul li a{
    font-size:13px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}



.body-container--landing-page .hs_cos_wrapper_type_rich_text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.body-container--landing-page .hs_cos_wrapper_type_rich_text ul li {
    background-repeat: no-repeat;
    position: relative;
    background-image: url('https://39669302.fs1.hubspotusercontent-na1.net/hubfs/39669302/Pleo_May2023/images/arrow-right-icon-svg.png');
    background-size: 25px;
    background-position: center left;
    padding-left: 45px;
}
.cm-lp .hs_cos_wrapper_type_rich_text h2 {
    color:#333;
    font-size: 50pt;
    line-height: 57pt;
}

.cm-lp .hs_cos_wrapper_type_rich_text {
    font-size: 20pt;
    line-height: 28pt;
    color:#333;
}

.cm-lp .hs_cos_wrapper_type_rich_text h4 {
    font-size: 35pt;
    line-height: 40pt;
    color:#333;
}



@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}