/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/agency.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* IMPORTS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  position: relative;
  display: flow-root;
  line-height: 1.2em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  min-height: 100%;
}

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

a {
  color: inherit;
  text-decoration: none;
}

svg {
  display: inline-block;
  fill: currentColor;
  width: 1em;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* FONTS */
/* COLORS */
/* Palette */
/* Specific */
/* DIMENSIONS */
/* SPACES */
html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  padding-top: 66px;
  font-family: "PlusJakartaSans Light", sans-serif;
  color: #fff;
  height: auto;
  min-height: 100vh;
  font-size: 16px;
  background-color: #0C1638;
}

main {
  padding: 30px 30px 120px;
}

b, strong {
  font-family: "PlusJakartaSans SemiBold", sans-serif;
}

ul, ol {
  padding-left: 20px;
}
ul li, ol li {
  position: relative;
  margin-top: 0.6em;
  line-height: 160%;
}

ul > li::before {
  position: absolute;
  left: -14px;
  top: 11px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 200px;
  background-color: #95E6CB;
}

ol {
  counter-reset: olCounter;
}

ol > li::before {
  position: absolute;
  counter-increment: olCounter;
  left: -20px;
  top: 0px;
  content: counter(olCounter) ".";
  color: #95E6CB;
}

.cta {
  display: inline-block;
  border: 0;
  border-radius: 120px;
  -webkit-appearance: none;
          appearance: none;
  padding: 0.81em 1.75em 0.88em;
  background-color: #90AAF5;
  color: #fff;
  font-family: "PlusJakartaSans SemiBold", sans-serif;
  font-size: 16px;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out;
  cursor: pointer;
}
.cta:hover, .cta:focus {
  background-color: #95E6CB;
  transform: translateY(-6px);
}

.cta.variant {
  background-color: #252F4E;
}
.cta.variant:hover, .cta.variant:focus {
  background-color: rgb(61.6130434783, 78.2652173913, 129.8869565217);
}

.title {
  font-family: "PlusJakartaSans SemiBold", sans-serif;
  line-height: 120%;
}

.subtitle {
  display: inline-block;
  border: 1px solid #3a4055;
  border-radius: 1.09em;
  padding: 0.9em 1.64em 0.82em;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  line-height: 160%;
}

/* Hiding template elements if any */
@media screen and (min-width: 800px) {
  body {
    padding-top: 112px;
  }
  main {
    padding: 30px calc((100% - 900px) / 2) 120px;
  }
}
@media screen and (min-width: 960px) {
  main {
    padding: 30px calc((100% - 900px) / 2) 120px;
  }
}
.page-header {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
  place-items: center;
  width: 100%;
  padding: 0px 20px;
  height: 66px;
  background-color: transparent;
  color: #fff;
  transition: transform 0.2s;
  z-index: 12;
}
.page-header .burger {
  justify-self: right;
  display: grid;
  place-items: center;
  padding-top: 14px;
  font-size: 24px;
  stroke: #fff;
  cursor: pointer;
}
.page-header .burger:hover, .page-header .burger:focus {
  stroke: #95E6CB;
}
.page-header .logo {
  justify-self: left;
}
.page-header .logo svg {
  font-size: 40px;
}
.page-header .logo:hover, .page-header .logo:focus {
  color: #95E6CB;
}
.page-header nav {
  display: none;
  width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: minmax(auto, max-content);
  gap: 0px;
  padding: 0 20px;
  justify-content: right;
}
.page-header nav .nav-item {
  position: relative;
  display: flex;
  gap: 4px;
  border: solid 1px transparent;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  padding: 8px 12px 7px;
  font-size: 16px;
  font-family: "PlusJakartaSans Regular", sans-serif;
  cursor: pointer;
}
.page-header nav .nav-item > a:hover, .page-header nav .nav-item > a:focus {
  color: #95E6CB;
}
.page-header nav .nav-item > svg {
  margin-top: 4px;
  font-size: 13px;
}
.page-header nav .drop-panel {
  display: none;
}
.page-header nav .nav-item.opened {
  border: 1px solid #0C1638;
  background-color: #95E6CB;
  color: #0C1638;
}
.page-header nav .nav-item.opened svg {
  transform: scaleY(-1);
}
.page-header nav .nav-item.opened .drop-panel {
  position: absolute;
  display: block;
  top: 34px;
  left: -1px;
  width: 300px;
  background-color: #252F4E;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  padding: 2px 0em 0em 0em;
  z-index: 2;
}
.page-header nav .nav-item.opened .drop-panel a {
  display: block;
  padding: 0.6em 1em;
  transition: background-color 0.2s ease-out;
}
.page-header nav .nav-item.opened .drop-panel a:hover, .page-header nav .nav-item.opened .drop-panel a:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.page-header nav .nav-item.opened .drop-panel a:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0.6em 1em 0.8em;
}
.page-header .lang-switcher {
  display: none;
  position: relative;
  font-family: "PlusJakartaSans SemiBold", sans-serif;
}
.page-header .lang-switcher .toggle {
  position: relative;
  border: 1px solid rgb(140.25, 140.25, 140.25);
  border-radius: 40px;
  background-color: #0C1638;
  padding: 0.6em 1em;
  cursor: pointer;
  z-index: 3;
  transition: background-color 0.2s ease-out;
}
.page-header .lang-switcher .toggle svg {
  font-size: 13px;
  margin-left: 8px;
}
.page-header .lang-switcher .toggle:hover, .page-header .lang-switcher .toggle:focus {
  background-color: rgba(149, 230, 203, 0.65);
}
.page-header .lang-switcher .toggle.active {
  border: 1px solid #0C1638;
  background-color: #95E6CB;
  color: #0C1638;
}
.page-header .lang-switcher .toggle.active svg {
  transform: scaleY(-1);
}
.page-header .lang-switcher .toggle.active + .dropdown {
  display: block;
}
.page-header .lang-switcher .dropdown {
  display: none;
  position: absolute;
  top: 20px;
  background-color: #252F4E;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  width: 100%;
  padding: 30px 0em 0em 0em;
  z-index: 2;
}
.page-header .lang-switcher .dropdown a {
  display: block;
  padding: 0.6em 1em;
  transition: background-color 0.2s ease-out;
}
.page-header .lang-switcher .dropdown a:hover, .page-header .lang-switcher .dropdown a:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.page-header .lang-switcher .dropdown a:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 0.6em 1em 0.8em;
}

@media screen and (min-width: 900px) {
  .page-header {
    left: 0;
    top: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    height: 112px;
    gap: 16px;
    padding: 0px calc((100% - 1200px) / 2);
  }
  .page-header .burger {
    display: none;
  }
  .page-header .logo {
    padding-left: 20px;
  }
  .page-header .logo svg {
    font-size: 37px;
  }
  .page-header nav {
    display: grid;
  }
  .page-header .lang-switcher {
    display: block;
  }
}
.agency1 {
  padding: 20px 0px 0;
}
.agency1 .img-part {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.agency1 .img-part img {
  height: 200px;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.agency1 .img-part img:nth-of-type(2) {
  margin-top: 0px;
  border-radius: 150px;
}
.agency1 .img-part img:last-of-type {
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 150px;
}
.agency1 .text-part {
  margin-top: 120px;
  text-align: center;
}
.agency1 .text-part .title {
  margin-top: 42px;
  font-size: 51px;
}
.agency1 .text-part .intro {
  margin: 42px auto 0;
  max-width: 760px;
  color: #AFAFAF;
}

@media screen and (min-width: 800px) {
  .agency1 {
    padding: 100px 0 0;
  }
  .agency1 .img-part {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
  }
  .agency1 .img-part img {
    height: 400px;
  }
  .agency1 .img-part img:nth-of-type(2) {
    margin-top: -60px;
  }
}
.agency2 {
  margin-top: 168px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}
.agency2 .text-part .title {
  margin-top: 28px;
  font-size: 42px;
}
.agency2 .text-part .text {
  margin-top: 28px;
  color: #AFAFAF;
  font-size: 16px;
}
.agency2 .text-part .text p {
  margin-top: 14px;
  text-align: justify;
}
.agency2 img {
  grid-row-start: 1;
  grid-column-start: 1;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
}

@media screen and (min-width: 800px) {
  .agency2 {
    grid-template-columns: 2fr 1fr;
    gap: 100px;
  }
  .agency2 img {
    grid-row-start: 1;
    grid-column-start: 2;
    height: 100%;
  }
}
.agency3, .agency5 {
  margin-top: 168px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}
.agency3 .text-part .title, .agency5 .text-part .title {
  margin-top: 28px;
  font-size: 42px;
}
.agency3 .text-part .text, .agency5 .text-part .text {
  margin-top: 28px;
  color: #AFAFAF;
  font-size: 16px;
}
.agency3 .text-part .text p, .agency5 .text-part .text p {
  margin-top: 14px;
  text-align: justify;
}
.agency3 img, .agency5 img {
  grid-row-start: 1;
  grid-column-start: 1;
  height: 300px;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 800px) {
  .agency3, .agency5 {
    grid-template-columns: 1fr 2fr;
    gap: 100px;
  }
  .agency3 img, .agency5 img {
    height: 100%;
  }
}
.agency4 {
  margin-top: 168px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}
.agency4 .text-part .title {
  margin-top: 28px;
  font-size: 42px;
}
.agency4 .text-part .text {
  margin-top: 28px;
  color: #AFAFAF;
  font-size: 16px;
}
.agency4 .text-part .text p {
  margin-top: 14px;
  text-align: justify;
}
.agency4 img {
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  grid-row-start: 1;
  grid-column-start: 1;
  height: 300px;
}
.agency4 .list {
  grid-column: span 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.agency4 .item {
  border-radius: 30px;
  background-color: #252F4E;
  padding: 20px 30px 30px;
}
.agency4 .item .title {
  margin-top: 14px;
  font-size: 28px;
}
.agency4 .item p {
  margin-top: 14px;
  font-size: 14px;
  color: #AFAFAF;
}

@media screen and (min-width: 800px) {
  .agency4 {
    grid-template-columns: 3fr 1fr;
    gap: 60px;
  }
  .agency4 img {
    grid-row-start: 1;
    grid-column-start: 2;
    height: 100%;
  }
  .agency4 .list {
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 2;
  }
}
.agency5 .cta-wrap {
  margin-top: 28px;
}

/* To manage icon with the header scroll spy */
#menu-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out;
  z-index: 199;
}

.side-menu {
  position: fixed;
  top: 0px;
  left: calc(-300px);
  height: 100vh;
  width: 300px;
  background-color: #252F4E;
  padding: 15px 0px 30px;
  color: #fff;
  z-index: 200;
  transition: left 200ms ease-out;
}
.side-menu nav {
  margin-top: 60px;
}
.side-menu nav a {
  display: block;
  color: #fff;
  padding: 14px 20px;
  font-size: 16px;
}
.side-menu nav a:focus, .side-menu nav a:hover {
  background-color: rgb(20.5913043478, 26.1565217391, 43.4086956522);
}
.side-menu .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 250px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.side-menu .close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.side-menu .close:hover, .side-menu .close:focus {
  background-color: rgb(20.5913043478, 26.1565217391, 43.4086956522);
}
.side-menu .lang-switcher {
  margin-top: 28px;
  padding-left: 18px;
}
.side-menu .lang-switcher a {
  border-radius: 100%;
  background-color: transparent;
  font-family: "PlusJakartaSans SemiBold", sans-serif;
  padding: 0.36em 0.4em;
}
.side-menu .lang-switcher a:hover, .side-menu .lang-switcher a:focus {
  background-color: rgb(20.5913043478, 26.1565217391, 43.4086956522);
}
.side-menu .lang-switcher a.active {
  background-color: #fff;
  color: #252F4E;
}

.side-menu-wrap.active .side-menu {
  left: 0;
}
.side-menu-wrap.active #menu-overlay {
  opacity: 1;
  visibility: visible;
}

.page-footer {
  margin-top: 84px;
  z-index: 1;
  background-color: transparent;
  color: #fff;
  padding: 30px 30px 0px;
}
.page-footer .first-part {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-direction: column;
}
.page-footer .col {
  font-size: 14px;
}
.page-footer .col .logo svg {
  font-size: 50px;
}
.page-footer .col p {
  margin-top: 10px;
  font-size: 12px;
  max-width: 300px;
}
.page-footer .col .title {
  font-family: "PlusJakartaSans SemiBold", sans-serif;
  font-size: 14px;
}
.page-footer .col .links {
  margin-top: 14px;
  display: grid;
  gap: 2px;
}
.page-footer .col .links a {
  padding: 4px 0;
  font-size: 14px;
}
.page-footer .col .links a:hover, .page-footer .col .links a:focus {
  color: #95E6CB;
}
.page-footer .social-icons {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  font-size: 30px;
}
.page-footer .social-icons a:hover, .page-footer .social-icons a:focus {
  color: #95E6CB;
}

.copyright {
  margin-top: 42px;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #AFAFAF;
  padding: 1em 0 2em;
}

@media screen and (min-width: 800px) {
  .page-footer {
    padding: 30px calc((100% - 900px) / 2) 0px;
  }
  .page-footer .first-part {
    flex-direction: row;
  }
}
/* TEMPLATE */

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