.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
  color: #fff;
  text-align: center;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.titlemont {
  display: block;
  margin-top: 10px;
  margin-bottom: 49px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.titlemont.step7 {
  margin-bottom: 25px;
  font-size: 35px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: 0.6;
}

.paragraph-light {
  opacity: 0.6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  margin-right: 30px;
  margin-left: 30px;
}

.section.cc-contact {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.position-name-text {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-transform: none;
}

.work-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-experience-grid {
  margin-bottom: 140px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.works-grid {
  margin-bottom: 80px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . ."
    ". . .";
  -ms-grid-columns: 1.5fr 30px 1fr 30px 1.5fr;
  grid-template-columns: 1.5fr 1fr 1.5fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  text-decoration: none;
}

.work-image:hover {
  opacity: 0.8;
}

.work-image:active {
  opacity: 0.7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: 0.8;
}

.project-name-link:active {
  opacity: 0.7;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
  text-transform: uppercase;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-item {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-item:hover {
  opacity: 0.9;
}

.footer-item:active {
  opacity: 0.8;
}

.about-intro-grid {
  margin-top: 100px;
  margin-bottom: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  margin-bottom: 10px;
  opacity: 0.6;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: 0.9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  padding-top: 10px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.skills-grid {
  margin-bottom: 140px;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.personal-features-grid {
  margin-bottom: 110px;
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-areas: ". ."
    ". .";
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.speaking-text {
  display: inline-block;
  margin-right: 8px;
}

.speaking-text.cc-past-speaking {
  opacity: 0.6;
}

.speaking-detail {
  display: inline-block;
  opacity: 0.6;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto 30px auto;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.project-overview-grid {
  margin-top: 120px;
  margin-bottom: 135px;
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 100px auto;
  grid-template-rows: auto auto;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  margin-top: 120px;
  margin-bottom: 120px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". .";
  -ms-grid-columns: 1fr 30px 2.5fr;
  grid-template-columns: 1fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  width: 70%;
  margin: 140px auto 200px;
  text-align: center;
}

.email-link {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  line-height: 88px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.email-link:hover {
  opacity: 0.8;
}

.email-link:active {
  opacity: 0.7;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-heading {
  margin-bottom: 30px;
}

.logo {
  position: static;
  z-index: auto;
  overflow: visible;
  min-height: auto;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.body {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #5EBFC0;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: -webkit-grab;
  cursor: grab;
}

._5stars {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.italic-text-3 {
  color: #fff;
  font-size: 30px;
}

.italic-text-4 {
  font-family: Roboto, sans-serif;
}

.italic-text-5 {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
}

.reviews {
  margin-right: 20px;
  margin-left: 20px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 10px;
  border-color: #b4d445;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a4d1d2), to(#a4d1d2));
  background-image: linear-gradient(180deg, #a4d1d2, #a4d1d2);
}

.reviews-2 {
  margin-right: 20px;
  margin-left: 20px;
  border-right: 10px solid #b4d445;
  border-left-style: none;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a4d1d2), to(#a4d1d2));
  background-image: linear-gradient(180deg, #a4d1d2, #a4d1d2);
}

.fp-es_ES-17 .button-2 {
  width: 523px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
  background-color: #b4d445;
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.text-span {
  font-size: 28px;
  line-height: 20px;
  font-weight: 700;
}

.section-2 {
  height: 30px;
}

.button-2.w-button {
  font-size: 20px;
}

.button-quiz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
  background-color: #b4d445;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
}

.text-span-2 {
  font-weight: 600;
}

.body-copy {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: linear-gradient(150deg, #49c2c6, #b4ce45);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: -webkit-grab;
  cursor: grab;
}

.bodyquiz {
  background-color: #5EBFC0;
}

.button-3 {
  display: block;
  width: 100px;
  height: 70px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #1a1b1f;
  font-family: 'Droid Sans', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.grid {
  grid-auto-flow: row;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-rows: auto 16px auto;
  grid-template-areas: "."
    "Area";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-4 {
  margin-bottom: 79px;
  margin-left: 0px;
}

.text-block {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
}

.divimg2 {
  float: left;
}

.div-img1 {
  float: left;
}

.image-6 {
  position: relative;
  left: -92px;
  top: -22px;
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px auto 11px;
  padding-top: 0px;
  float: none;
  clear: none;
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4"
    "Area-5 Area-6"
    "Area-7 Area-8";
  -ms-grid-columns: 0.25fr 0px 0.25fr;
  grid-template-columns: 0.25fr 0.25fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
}

.image2 {
  margin-left: 0px;
  padding-left: 0px;
}

.back2 {
  display: block;
  width: 100px;
  height: 70px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #1a1b1f;
  font-family: 'Droid Sans', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.back1 {
  display: block;
  width: 100px;
  height: 70px;
  margin: 20px -143px auto 33px;
  float: left;
  border-radius: 40px;
  background-color: #48c2c5;
  font-family: 'Droid Sans', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.blockimg {
  width: 300px;
  height: 300px;
  xmargin-right: 20px;
  background-image: url('../images/6x4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.blockimg1_v3 {
  width: 300px;
  height: 300px;
  xmargin-right: 20px;
  background-image: url('../images/[Assets Wizard]-[102022]-[IMG]-[10x15].png');
  background-position: 0px 0px;
  background-size: cover;
}

.back3 {
  display: block;
  width: 100px;
  height: 70px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #1a1b1f;
  font-family: 'Droid Sans', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.drop {
  position: relative;
  display: block;
  width: 300px;
  margin-top: 54px;
  margin-right: auto;
  margin-left: 29%;
  color: #fff;
  font-size: 40px;
}

.text-block-3 {
  font-family: Roboto, sans-serif;
  color: #4b4b50;
  font-weight: 700;
}

.icon-2 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 12px;
  font-family: Roboto, sans-serif;
  color: #4b4b50;
}

.dropdown-link-2 {
  font-family: Roboto, sans-serif;
  color: #4b4b50;
}

.dropdown-link-2.w--current {
  color: #48c2c5;
}

.dropdown-list.w--open {
  border-radius: 14px;
}

.dropdown-link-3 {
  padding-right: 165px;
  font-family: Roboto, sans-serif;
  color: #4b4b50;
}

.dropdown-link-3.w--current {
  color: #48c2c5;
}

.dropdown-link-4 {
  font-family: Roboto, sans-serif;
  color: #4b4b50;
}

.dropdown-link-4.w--current {
  color: #48c2c5;
}

.dropdown-link-5 {
  font-family: Roboto, sans-serif;
  color: #4b4b50;
}

.dropdown-link-5.w--current {
  color: #48c2c5;
}

.back4 {
  display: block;
  width: 100px;
  height: 70px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #1a1b1f;
  font-family: 'Droid Sans', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.submit-button {
  border-radius: 40px;
  background-color: #b4ce45;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.form-block {
  margin-right: 60px;
  margin-left: 60px;
}

.back5 {
  display: block;
  width: 100px;
  height: 70px;
  margin: 15px auto auto;
  border-radius: 40px;
  background-color: #1a1b1f;
  font-family: 'Droid Sans', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.text-block-4 {
  margin-top: 100px;
  margin-bottom: 115px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 70px;
  text-align: center;
}

.next5 {
  display: block;
  width: 200px;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #b4d445;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.back4-copy {
  display: block;
  width: 100px;
  height: 70px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #1a1b1f;
  font-family: 'Droid Sans', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.back6 {
  display: block;
  width: 100px;
  height: 70px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #1a1b1f;
  font-family: 'Droid Sans', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

.buttongift {
  display: block;
  width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #b4ce45;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.text-block-5 {
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: Roboto, sans-serif;
  color: #4b4b50;
  font-size: 60px;
  font-weight: 900;
  text-align: center;
}

.fp-fr_FR-11 .download-app {
  display: block;
  width: 580px;
}

.fp-es_ES-17 .download-app {
  display: block;
  width: 543px;
}

.download-app {
  display: block;
  width: 385px;
  margin-top: 47px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #b4ce45;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.text-block-6 {
  text-align: center;
}

.bodyroboto {
  display: block;
  margin-top: 15px;
  margin-bottom: 22px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}

.rating {
  font-family: Roboto, sans-serif;
  color: #4b4b50;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.blockimg2 {
  width: 300px;
  height: 300px;
  margin-left: 0px;
  background-image: url('../images/RetroPrints_text.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.blockimg3 {
  width: 300px;
  height: 300px;
  background-image: url('../images/square_prints.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.blockimg2_v3 {
  width: 300px;
  height: 300px;
  background-image: url('../images/[Assets Wizard]-[102022]-[IMG]-[CARRE].png');
  background-position: 0px 0px;
  background-size: cover;
}

.blockimg4 {
  width: 300px;
  height: 300px;
  background-image: url('../images/FP_All_Three-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.blockimg4_v3 {
  width: 300px;
  height: 300px;
  background-image: url('../images/[Assets Wizard]-[102022]-[IMG]-[RETRO].png');
  background-position: 0px 0px;
  background-size: cover;
}

.blockimg3_v3 {
  width: 300px;
  height: 300px;
  background-image: url('../images/[Assets Wizard]-[102022]-[IMG]-[ENSEMBLE].png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block {
  width: 300px;
  height: 300px;
  background-image: url('../images/square_prints.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.phototext {
  margin-top: 11px;
  padding-bottom: 22px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.link-block-2 {
  background-image: url('../images/FP_All_Three-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4"
    "Area-5 Area-6"
    "Area-7 Area-8";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto;
}

.section-3 {
  height: 300px;
  margin-bottom: 0px;
}

.lottie-animation {
  display: block;
  width: 300px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}

.buttongift-copy {
  display: block;
  width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #b4ce45;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.fp-fr_FR-11 .buttongift2 {
  width: 230px;
}

.fp-es_ES-17 .buttongift2 {
  width: 326px;
}

.buttongift2 {
  display: block;
  width: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #b4ce45;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.field-label {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.text-field-2 {
  border-radius: 40px;
}

.bodyroboto1 {
  display: block;
  margin-top: 15px;
  margin-bottom: 22px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
}

.bodyrobotolight {
  display: block;
  margin-top: 15px;
  margin-bottom: 22px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .titlemont {
    margin-top: -10px;
    margin-bottom: 0px;
    padding: 20px 60px 19px;
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-wrap {
    margin-right: 0px;
  }

  .work-experience-grid {
    grid-template-areas: ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .works-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline {
    width: 100%;
  }

  .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0px;
  }

  .services-items-grid {
    padding-top: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

  .skills-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .personal-features-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-template-areas: "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }

  .social-media-heading {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .social-media-grid {
    grid-template-areas: ". ."
      ". ."
      ". ."
      ". .";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .project-overview-grid {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto 50px auto;
    grid-template-rows: auto auto auto;
    text-align: center;
  }

  .project-description-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .reviews {
    margin-right: 20px;
    margin-left: 20px;
    border-left-color: #b4d445;
  }

  .reviews-2 {
    margin-right: 20px;
    margin-left: 20px;
    border-right: 10px solid #b4d445;
    border-left-style: none;
    border-left-width: 10px;
    text-align: right;
  }

  .button-2 {
    background-color: #1bca58;
  }

  .button-quiz {
    background-color: #b4d445;
  }

  .grid-2 {
    margin-left: 7%;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .blockimg, .blockimg1_v3 {
    width: 150px;
    height: 200px;
    background-image: url('../images/step2 img1.png');
  }

  .drop {
    margin-top: 3px;
    margin-left: 19%;
  }

  .blockimg2, .blockimg2_v3 {
    width: 200px;
    height: 200px;
    background-image: url('../images/step2 img2.png');
  }

  .blockimg3 {
    width: 200px;
    height: 200px;
    background-image: url('../images/step2 img3.png');
  }

  .blockimg3_v3 {
    width: 190px;
    height: 190px;

  }

  .blockimg4, .blockimg4_v3 {
    width: 200px;
    height: 200px;
  }

  .link-block {
    width: 100px;
  }

  .bodyroboto1 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .container {
    text-align: center;
  }

  .titlemont {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-right: 30px;
    padding-left: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template-areas: "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .contact-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .personal-features-grid {
    width: 70%;
    max-width: 470px;
  }

  .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .drop {
    margin-left: 8%;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .titlemont {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .contact {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .personal-features-grid {
    width: 100%;
    max-width: none;
  }

  .social-media-heading {
    width: 100%;
    max-width: none;
  }

  .project-overview-grid {
    width: 100%;
    max-width: none;
  }

  .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .logo {
    position: relative;
    display: block;
    width: 30%;
    height: 40%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }

  .logo-asset {
    width: 100%;
  }

  .first-td {
    width: 119px;
  }

  .body {
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  ._5stars {
    width: 60%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .image-2 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .block-quote {
    font-size: 10px;
  }

  .italic-text {
    font-size: 10px;
    line-height: 15px;
  }

  .block-quote-2 {
    line-height: 20px;
  }

  .block-quote-3 {
    line-height: 20px;
  }

  .italic-text-2 {
    font-size: 15px;
    line-height: 10px;
  }

  .bold-text {
    line-height: 0px;
  }

  .block-quote-4 {
    font-style: normal;
  }

  .comment {
    color: #fcffff;
    font-size: 10px;
    line-height: 10px;
  }

  .block-quote-5 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .reviewtitle {
    display: inline-block;
    margin-top: 6px;
    color: #37383a;
    font-size: 20px;
    line-height: 15px;
    font-weight: 600;
  }

  .block-quote-6 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .titlename {
    color: #314181;
  }

  .na {
    color: #61677f;
    font-size: 20px;
    font-weight: 700;
  }

  .namereview {
    font-size: 30px;
  }

  .bold-text-2 {
    color: #3149a8;
    font-size: 40px;
  }

  .namereviews {
    color: #58595d;
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
  }

  .italic-text-3 {
    color: #fff;
    font-style: normal;
  }

  .italic-text-4 {
    font-size: 16px;
    line-height: 10px;
    font-weight: 600;
  }

  .italic-text-5 {
    display: inline-block;
    margin-top: -6px;
    color: #070707;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
  }

  .reviews {
    margin-right: 10px;
    margin-left: 10px;
    border-style: none none none solid;
    border-width: 1px 1px 1px 10px;
    border-color: #b4ce45;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a4d1d2), to(#a4d1d2));
    background-image: linear-gradient(180deg, #a4d1d2, #a4d1d2);
    font-size: 10px;
    line-height: 10px;
    text-align: left;
  }

  .bold-text-3 {
    line-height: 15px;
  }

  .reviews-2 {
    margin-right: 10px;
    margin-left: 10px;
    border-right: 10px solid #b4ce45;
    border-left-style: none;
    border-radius: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a4d1d2), to(#a4d1d2));
    background-image: linear-gradient(180deg, #a4d1d2, #a4d1d2);
    font-size: 10px;
    line-height: 10px;
    text-align: right;
  }

  .fp-fr_FR-11 .button-2 {
    max-width: 300px;
  }

  .fp-fr_FR-11 .download-app {
    width: 380px;
  }

  .button-2 {
    position: static;
    left: auto;
    width: 100%;
    height: 100%;
    max-height: 70px;
    max-width: 250px;
    min-height: 70px;
    min-width: 200px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-bottom: 14px;
    border-radius: 40px;
    background-color: #b4d445;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-span {
    font-size: 19px;
    padding-top: 9px;
  }

  .button-2.w-button {
    font-size: 15px;
  }

  .button-quiz {
    position: static;
    left: auto;
    width: 100%;
    height: 100%;
    max-height: 70px;
    max-width: 250px;
    min-height: 70px;
    min-width: 200px;
    margin: 10px auto 0px;
    padding-top: 17px;
    padding-bottom: 14px;
    border-radius: 40px;
    background-color: #b4d445;
    font-size: 25px;
    font-weight: 600;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-span-2 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
  }

  .text-span-3 {
    display: inline-block;
    margin-top: 0px;
    line-height: 25px;
  }

  .body-copy {
    background-image: url('../images/Background_Gradient.png');
    background-position: 0px 0px;
    background-size: auto;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .button-3 {
    width: 100px;
    height: 50px;
    margin-top: 15px;
    font-family: 'Droid Serif', serif;
    font-size: 40px;
    line-height: 30px;
    font-weight: 300;
  }

  .grid {
    grid-template-areas: "Area-2 Area"
      "Area-3 Area-4";
    -ms-grid-rows: 120px 120px;
    grid-template-rows: 120px 120px;
  }

  .image-3 {
    margin-left: 30px;
    padding-bottom: 0px;
  }

  .image-4 {
    margin-left: 0px;
  }

  .image-5 {
    margin-left: 30px;
  }

  .grid-2 {
    grid-row-gap: 26px;
    grid-template-areas: "Area Area-2"
      "Area-3 Area-4";
  }

  .image2 {
    margin-left: -10px;
  }

  .image4 {
    margin-left: -10px;
  }

  .image1 {
    margin-right: -10px;
  }

  .image3 {
    margin-right: -10px;
  }

  .back2 {
    width: 100px;
    height: 50px;
    margin-top: 15px;
    font-family: 'Droid Serif', serif;
    font-size: 40px;
    line-height: 30px;
    font-weight: 300;
  }

  .back1 {
    width: 50px;
    height: 50px;
    margin-top: 29px;
    margin-right: -77px;
    margin-left: 27px;
    padding-right: 2px;
    padding-left: 0px;
    float: left;
    background-color: #48c2c5;
    font-family: 'Droid Serif', serif;
    color: #fff;
    font-size: 40px;
    line-height: 30px;
    font-weight: 300;
  }

  .blockimg {
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/6x4.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .back3 {
    width: 100px;
    height: 50px;
    margin-top: 210px;
    font-family: 'Droid Serif', serif;
    font-size: 40px;
    line-height: 30px;
    font-weight: 300;
  }

  .dropdown-link {
    width: 100px;
  }

  .dropdown-toggle {
    position: static;
    left: 98px;
    top: 8px;
    display: block;
    width: 200px;
    max-width: 400px;
    min-width: 200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
  }

  .dropdown-toggle.w--open {
    margin-left: -25px;
    padding-left: 19px;
  }

  .dropdown {
    position: relative;
    display: block;
    width: 200px;
    max-width: 300px;
    min-width: 200px;
    margin: 10px auto 124px;
    font-size: 30px;
    font-weight: 500;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .icon {
    padding-left: 42px;
  }

  .text-block-2 {
    padding-left: 0px;
  }

  .dropdown-2 {
    display: block;
    width: 200px;
    max-width: 300px;
    min-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .drop {
    display: block;
    width: 300px;
    max-width: 300px;
    min-width: 150px;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
  }

  .text-block-3 {
    color: #4b4b50;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
  }

  .icon-2 {
    margin-top: 4.5px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Roboto, sans-serif;
    color: #4b4b50;
  }

  .dropdown-link-2 {
    width: auto;
    font-size: 30px;
    text-align: center;
  }

  .dropdown-link-2.w--current {
    display: block;
    color: #48c2c5;
    text-decoration: none;
  }

  .dropdown-list {
    width: 200px;
  }

  .dropdown-list.w--open {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 15px;
  }

  .dropdown-link-3 {
    padding-right: 20px;
    font-size: 30px;
    text-align: center;
  }

  .dropdown-link-3.w--current {
    color: #48c2c5;
    text-decoration: none;
  }

  .dropdown-link-4 {
    font-size: 30px;
    text-align: center;
  }

  .dropdown-link-4.w--current {
    color: #48c2c5;
    text-decoration: none;
  }

  .dropdown-link-5 {
    font-size: 30px;
    text-align: center;
  }

  .dropdown-link-5.w--current {
    color: #48c2c5;
    text-decoration: none;
  }

  .back4 {
    width: 100px;
    height: 50px;
    margin-top: 15px;
    font-family: 'Droid Serif', serif;
    font-size: 40px;
    line-height: 30px;
    font-weight: 300;
  }

  .button-4 {
    display: block;
    width: 200px;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
    background-color: #b4d445;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
  }

  .form {
    padding-right: 30px;
    padding-left: 30px;
  }

  .submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
    background-color: #b4d445;
    font-size: 25px;
    font-weight: 700;
  }

  .form-block {
    margin-top: 37px;
    margin-right: auto;
    margin-left: auto;
  }

  .back5 {
    width: 100px;
    height: 50px;
    margin-top: 15px;
    font-family: 'Droid Serif', serif;
    font-size: 40px;
    line-height: 30px;
    font-weight: 300;
  }

  .text-block-4 {
    margin-top: 69px;
    color: #fff;
    font-size: 60px;
    text-align: center;
  }

  .next5 {
    display: block;
    width: 200px;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
    background-color: #b4d445;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
  }

  .back4-copy {
    width: 100px;
    height: 50px;
    margin-top: 30px;
    font-family: 'Droid Serif', serif;
    font-size: 40px;
    line-height: 30px;
    font-weight: 300;
  }

  .back6 {
    width: 100px;
    height: 50px;
    margin-top: 15px;
    font-family: 'Droid Serif', serif;
    font-size: 40px;
    line-height: 30px;
    font-weight: 300;
  }

  .buttongift {
    display: block;
    width: 100px;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
    background-color: #b4d445;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .fp-it_IT-16 .buttongift {
    width: 145px !important;
  }

  .fp-es_ES-17 .buttongift {
    width: 150px !important;
  }

  .text-block-5 {
    margin-top: 18px;
    margin-bottom: 34px;
    color: #4b4b50;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 5px;
  }

  .next5-copy {
    display: block;
    width: 200px;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
    background-color: #b4d445;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
  }

  .download-app {
    display: block;
    width: 270px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
    background-color: #b4d445;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
  }

  .fp-it_IT-16 .download-app {
    width: 350px !important;
  }

  .fp-es_ES-17 .download-app {
    width: 370px !important;
  }

  .text-block-6 {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-weight: 600;
    text-align: center;
  }

  .text-span-4 {
    display: block;
    margin-top: 7px;
    margin-bottom: -24px;
    font-size: 60px;
    font-weight: 700;
  }

  .text-span-5 {
    display: inline-block;
    margin-top: 10px;
  }

  .spanquiz2 {
    display: inline-block;
    margin-top: 0px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
  }

  .bodyroboto {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .rating {
    margin-top: -7px;
    color: #4b4b50;
    font-size: 18px;
  }

  .blockimg2 {
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/RetroPrints_text.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .blockimg3 {
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/square_prints.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .blockimg4 {
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/FP_All_Three-1.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .phototext {
    color: #4b4b50;
    font-size: 15px;
    line-height: 20px;
    margin-top: -17px;
  }

  .dropdown-toggle-2 {
    padding-top: 0px;
  }

  .buttongift-copy {
    display: block;
    width: 100px;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
    background-color: #b4d445;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .fp-es_ES-17 .buttongift2 {
    width: 200px;
    font-size: 12px;
  }

  .buttongift2 {
    display: block;
    width: 200px;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
    background-color: #b4d445;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
  }

  .field-label {
    color: #4b4b50;
  }

  .bodyroboto1 {
    margin-top: 0px;
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
  }

  .bodyrobotolight {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  #footer .container-inner a, #footer .container-inner {
    font-size: 11px !important;
  }
}

#w-node-d0e25776-cac1-e647-686e-f876492261f3-b7f9cb6f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bcd539c5-978e-3d2f-c69c-a0fff8de1064-b7f9cb6f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

.grid-3>#w-node-bcd539c5-978e-3d2f-c69c-a0fff8de1064-b7f9cb6f {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-b74ac1a4-6cf4-cc3e-f31e-429459066aad-b7f9cb6f {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

.grid-3>#w-node-b74ac1a4-6cf4-cc3e-f31e-429459066aad-b7f9cb6f {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#w-node-_6104a017-2ffe-fb6c-7a99-145ff15ce648-b7f9cb6f {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Area-5;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-3>#w-node-_6104a017-2ffe-fb6c-7a99-145ff15ce648-b7f9cb6f {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

#w-node-e99aee1e-2b82-5a48-fb23-d6d007fd2b32-b7f9cb6f {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: Area-7;
}

.grid-3>#w-node-e99aee1e-2b82-5a48-fb23-d6d007fd2b32-b7f9cb6f {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

#w-node-_2bca07b3-945e-49a5-6a90-b1c3a28e4802-b7f9cb6f {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: Area-8;
}

.grid-3>#w-node-_2bca07b3-945e-49a5-6a90-b1c3a28e4802-b7f9cb6f {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

#w-node-_0980f111-e79b-9aa2-0a2c-a98108b6c63b-b7f9cb6f {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Area-6;
  -ms-grid-column-align: center;
  justify-self: center;
}

.grid-3>#w-node-_0980f111-e79b-9aa2-0a2c-a98108b6c63b-b7f9cb6f {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

@media screen and (max-width: 991px) {
  #w-node-bcd539c5-978e-3d2f-c69c-a0fff8de1064-b7f9cb6f {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-b74ac1a4-6cf4-cc3e-f31e-429459066aad-b7f9cb6f {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 479px) {
  .table-td {
    padding-top: 0px !important;
  }
  .univ3-home-button {
    font-size: 17px;
  }
  #w-node-bcd539c5-978e-3d2f-c69c-a0fff8de1064-b7f9cb6f {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  #w-node-bcd539c5-978e-3d2f-c69c-a0fff8de1064-b7f9cb6f {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  #w-node-b74ac1a4-6cf4-cc3e-f31e-429459066aad-b7f9cb6f {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  #w-node-b74ac1a4-6cf4-cc3e-f31e-429459066aad-b7f9cb6f {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}

#w-node-bff43d62-4932-9b8d-544e-9ca1e2ca9f2b-b7f9cb6f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

.fp-it_IT-16 .button-2.w-button .text-span {
  font-size: 20px;
}

.table-td {
}

.table-td img.first-asset {
  padding-top: 15px;
  padding-left: 15px;
}

.table-td img.second-asset {
  padding-left: 15px;
}

.step_1_5_questions img {
  width: 5%;
}

.step_1_5_questions span {
  color: #fff
}

.button-2.w-button .text-span {
  color: #fff !important;
}