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

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

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

/*
	Variables for compliation
	NB! Colors should be added to base/config file as css root variable.
*/
/**
 * Block section background colors.
 * Include the background options ACF fields group to use these.
 */
/*
 * makes ul/ol as a dropdown select (normaly in mobile)
 * Structure: div > title > list > li > a
*/
/*
	Variables for legacy dc plugins
*/
section.short-form-image {
  overflow: hidden;
}

section.short-form-image .short-form-image__grid {
  display: flex;
  gap: 30px;
  align-items: stretch;
  height: auto;
}

@media screen and (max-width: 1000px) {
  section.short-form-image .short-form-image__grid {
    flex-direction: column !important;
  }
  section.short-form-image .short-form-image__grid.layout--form-left .short-form-image__grid {
    flex-direction: column-reverse;
  }
}
section.short-form-image.layout--form-left .short-form-image__grid {
  flex-direction: row-reverse;
}

section.short-form-image.layout--form-right .short-form-image__grid {
  flex-direction: row;
}

section.short-form-image .short-form-image__content-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 6.25rem;
  border-radius: 2.8125rem;
  background: linear-gradient(180deg, #e6e6e7 34.96%, #4b4c4c 114.04%);
  overflow: clip;
  position: relative;
  min-height: 37.5rem;
}

@media screen and (max-width: 96em) {
  section.short-form-image .short-form-image__content-card {
    padding: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  section.short-form-image .short-form-image__content-card {
    aspect-ratio: 4/5;
    border-radius: 3.125rem;
    padding: 2.25rem 2.125rem;
  }
}
section.short-form-image .short-form-image__content-card .short-form-image__eyebrow {
  font-size: 14px;
  color: var(--color__dark-grey);
  margin-bottom: 1.25rem;
}

section.short-form-image .short-form-image__content-card .short-form-image__header {
  color: var(--color__blue);
  font-size: clamp(2rem, 3vw + 1rem, 4rem);
}

section.short-form-image .short-form-image__content-card .globe-short-form {
  position: absolute;
  bottom: -330px;
  right: -280px;
}

@media screen and (max-width: 96em) {
  section.short-form-image .short-form-image__content-card .globe-short-form {
    bottom: -420px;
    right: -400px;
  }
}
@media screen and (max-width: 1000px) {
  section.short-form-image .short-form-image__content-card .globe-short-form {
    bottom: -90px;
    right: -170px;
  }
}
@media screen and (max-width: 1000px) {
  section.short-form-image .short-form-image__content-card .globe-short-form svg {
    width: 500px;
    height: 500px;
  }
}
section.short-form-image .short-form-image__form-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 6.25rem;
  border-radius: 45px;
  background: var(--Slight-Gradient, linear-gradient(315deg, #00214e 1.62%, #064291 18.39%, #0c67df 50.86%));
}

@media screen and (max-width: 96em) {
  section.short-form-image .short-form-image__form-card {
    padding: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  section.short-form-image .short-form-image__form-card {
    padding: 2.25rem 2.125rem;
  }
}
section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  padding: 1.5rem;
}

section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container {
  margin: 0 !important;
}

section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-label {
  color: var(--color__white);
  font-size: 1rem;
  font-weight: 400;
}

section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-label .wpforms-required-label {
  color: var(--color__white);
}

section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container .wpforms-field-container .wpforms-field .wpforms-error {
  color: var(--color__white) !important;
}

section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container .wpforms-field-container .wpforms-field .wpforms-error::before {
  background-color: var(--color__white) !important;
}

section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container .wpforms-field-container .wpforms-field input,
section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-textarea {
  border-radius: 0.3125rem;
  padding: 1.875rem 1.25rem;
}

section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-textarea {
  height: 14.125rem;
}

section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container .wpforms-submit-container .wpforms-submit {
  border-radius: 5px;
  background: var(--color__silvermist-bg, #f4f4f4);
  display: flex;
  width: 220px;
  padding: 1.625rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--color__blue);
  justify-self: flex-end;
}

@media screen and (max-width: 600px) {
  section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container .wpforms-submit-container .wpforms-submit {
    justify-self: center;
    margin-bottom: 1rem;
  }
}
section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container .wpforms-submit-container .wpforms-submit::after {
  content: "А";
  transform: rotate(-90deg);
  font-size: 15px;
  font-family: "icon";
  opacity: 0;
  margin-left: -12px;
  transition: opacity 0.3s ease, margin-left 0.3s ease;
}

section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
  background: var(--color__tide-blue);
  color: var(--color__white);
}

section.short-form-image .short-form-image__form-card .short-form-image__form-wrapper .wpforms-container .wpforms-submit-container .wpforms-submit:hover::after {
  opacity: 1;
  margin-left: 0;
}
