.fas-ad {
  color: #22303c;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
.fas-ad *, .fas-ad *::before, .fas-ad *::after {
  box-sizing: border-box;
}
.fas-ad p {
  margin: 0 0 1em;
}
.fas-ad h2, .fas-ad h3, .fas-ad h4 {
  margin: 0 0 0.5em;
  line-height: 1.2;
  font-weight: 700;
  color: #1b4963;
}
.fas-ad img {
  max-width: 100%;
  height: auto;
  display: block;
}
.fas-ad__wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.fas-ad__hero {
  background: #1b4963;
  background-image: linear-gradient(135deg, #143a50 0%, #1b4963 60%);
  color: #fff;
  padding: 48px 0 44px;
  position: relative;
  overflow: hidden;
}
.fas-ad__hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: linear-gradient(90deg, #1e5c80 0%, #1e5c80 55%, #f6931e 55%, #f6931e 100%);
}
.fas-ad__hero h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(28px, 4.2vw, 42px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.fas-ad__hero p {
  max-width: 62ch;
  color: #d3e0ea;
  margin-bottom: 0.85em;
}
.fas-ad__hero p:last-of-type {
  margin-bottom: 0;
}
.fas-ad__kicker {
  color: #f6931e;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: clamp(15px, 2vw, 19px);
  margin: 0 0 18px;
}
.fas-ad__section {
  padding: 44px 0;
}
.fas-ad__section--tint {
  background: #f3f6f8;
}
.fas-ad__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #1e5c80;
}
.fas-ad__eyebrow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f6931e;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
}
.fas-ad__lead {
  color: #5b6b78;
  /*max-width: 70ch;*/
}
.fas-ad__tabs-wrap {
  margin-top: 24px;
}
.fas-ad__tabs {
  background: #fff;
  border: 1px solid #d8e1e8;
  border-radius: 6px;
  overflow: hidden;
}
.fas-ad__tablist {
  display: flex;
  background: #1b4963;
}
.fas-ad__tab {
  flex: 1 1 0;
  min-width: 0;
  appearance: none;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #a9c3d6;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  padding: 15px 18px 13px;
  border-bottom: 4px solid transparent;
  transition: color 0.15s ease, background 0.15s ease;
}
.fas-ad__tab span {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 3px;
  color: inherit;
  opacity: 0.85;
}
.fas-ad__tab:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}
.fas-ad__tab:focus-visible {
  outline: 3px solid #f6931e;
  outline-offset: -3px;
}
.fas-ad__tab.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-bottom-color: #f6931e;
}
.fas-ad__panel {
  padding: 20px 22px 0;
}
.fas-ad__panel--pad {
  padding-bottom: 22px;
}
.fas-ad__panel[hidden] {
  display: none;
}
.fas-ad__picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.fas-ad__picker--2 {
  grid-template-columns: repeat(2, 1fr);
}
.fas-ad__pick-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 13.5px;
  font-weight: 700;
  color: #1e5c80;
}
.fas-ad__pick-hint svg {
  flex: none;
  width: 18px;
  height: 18px;
  stroke: #f6931e;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fas-ad__choice {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  background: #fff;
  border: 2px solid #d8e1e8;
  border-radius: 6px;
  padding: 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.fas-ad__choice:hover {
  border-color: #1e5c80;
  transform: translateY(-2px);
}
.fas-ad__choice:focus-visible {
  outline: 3px solid #f6931e;
  outline-offset: 2px;
}
.fas-ad__choice.is-selected {
  border-color: #f6931e;
  background: #eaf1f6;
}
.fas-ad__choice h4 {
  font-size: 19px;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #1b4963;
}
.fas-ad__choice p {
  margin: 0 0 12px;
  font-size: 13px;
  color: #5b6b78;
  line-height: 1.4;
  min-height: 36px;
}
.fas-ad__check {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #b9c9d4;
  background: #fff;
  position: relative;
}
.is-selected .fas-ad__check {
  border-color: #f6931e;
  background: #f6931e;
}
.is-selected .fas-ad__check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.fas-ad__thumb {
  background: #f3f6f8;
  border-radius: 4px;
  padding: 10px;
  height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fas-ad__thumb .fas-ad__mock {
  max-width: 100%;
  max-height: 100%;
}
.fas-ad__thumb .fas-ad__mock--332 {
  height: 80px;
  width: auto;
}
.fas-ad__thumb .fas-ad__mock--166 {
  width: 100%;
  height: auto;
}
.fas-ad__thumb .fas-ad__mock--portrait {
  height: 88px;
  width: auto;
}
.fas-ad__thumb .fas-ad__mock em {
  font-size: 10px;
}
.fas-ad__thumb .fas-ad__mock b {
  display: none;
}
.fas-ad__thumb .fas-ad__lines {
  width: 100%;
}
.fas-ad__lines span {
  display: block;
  height: 6px;
  background: #ccd8e1;
  border-radius: 3px;
  margin-bottom: 5px;
}
.fas-ad__lines span:last-child {
  margin-bottom: 0;
}
.fas-ad__specs-out {
  margin-top: 16px;
}
.fas-ad__empty {
  border: 1px dashed #d8e1e8;
  border-radius: 6px;
  background: #f3f6f8;
  padding: 24px 20px;
  text-align: center;
  font-size: 14px;
  color: #5b6b78;
}
.fas-ad__empty svg {
  display: block;
  margin: 0 auto 8px;
  width: 26px;
  height: 26px;
  stroke: #1e5c80;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fas-ad__specset[hidden] {
  display: none;
}
.fas-ad__specset-title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #1e5c80;
  margin: 30px 0 12px;
}
.fas-ad__specset-title span {
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  color: #5b6b78;
}
.fas-ad__tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.fas-ad__tile {
  background: #f3f6f8;
  border: 1px solid #d8e1e8;
  border-radius: 6px;
  padding: 16px 12px 14px;
  text-align: center;
}
.fas-ad__tile svg {
  display: block;
  margin: 0 auto 9px;
  width: 38px;
  height: 38px;
  stroke: #1e5c80;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fas-ad__tile h4 {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1b4963;
  margin: 0 0 4px;
}
.fas-ad__tile b {
  display: block;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 14px;
  font-weight: 700;
  color: #1e5c80;
  line-height: 1.3;
}
.fas-ad__tile p {
  margin: 3px 0 0;
  font-size: 12.5px;
  color: #5b6b78;
  line-height: 1.4;
}
.fas-ad__tile--list ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  text-align: left;
}
.fas-ad__tile--list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  border-top: 1px solid #d8e1e8;
  padding: 6px 0;
}
.fas-ad__tile--list li:first-child {
  border-top: 0;
  padding-top: 2px;
}
.fas-ad__tile--list li span {
  flex: none;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5b6b78;
}
.fas-ad__tile--list li b {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12.5px;
  color: #1e5c80;
  text-align: right;
}
.fas-ad__tile--accent {
  background: #eaf1f6;
  border-color: #cddfea;
}
.fas-ad__tile--accent svg {
  stroke: #f6931e;
}
.fas-ad__tile--accent b {
  color: #1b4963;
}
.fas-ad__deadline {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 16px;
  padding: 18px 20px;
  background: #eaf1f6;
  border: 1px solid #cddfea;
  border-left: 5px solid #f6931e;
  border-radius: 6px;
  font-size: 14.5px;
  line-height: 1.5;
}
.fas-ad__deadline strong {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #1b4963;
  margin-bottom: 4px;
}
.fas-ad__deadline svg {
  flex: none;
  width: 30px;
  height: 30px;
  stroke: #f6931e;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-top: 2px;
}
.fas-ad__example {
  margin-top: 16px;
  padding: 20px;
  background: #fff;
  border: 0px solid #d8e1e8;
  border-radius: 6px;
  text-align: center;
}
.fas-ad__example-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #1e5c80;
  margin: 0 0 14px;
}
.fas-ad__actual {
  margin: 0 auto 15px;
  max-width: 100%;
}
.fas-ad__actual--332 {
  width: 744px;
  aspect-ratio: 2.2409638554;
}
.fas-ad__actual--166 {
  width: 744px;
  aspect-ratio: 4.4819277108;
}
.fas-ad__actual--written {
  width: 744px;
}
.fas-ad__actual--portrait {
  width: 250px;
  aspect-ratio: 0.8;
}
.fas-ad__sample {
  background: #fff;
  border: 1px solid #d8e1e8;
  border-radius: 3px;
  padding: 18px 22px;
  text-align: left;
  font-size: 13.5px;
  line-height: 1.6;
  color: #22303c;
}
.fas-ad__sample p:last-child {
  margin-bottom: 0;
}
.fas-ad__scale-note {
  font-size: 12.5px;
  color: #5b6b78;
  margin: 12px 0 0;
  line-height: 1.45;
}
.fas-ad__picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.fas-ad__picker--2 {
  grid-template-columns: repeat(2, 1fr);
}
.fas-ad__pick-hint {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 13.5px;
  font-weight: 700;
  color: #1e5c80;
}
.fas-ad__pick-hint svg {
  flex: none;
  width: 18px;
  height: 18px;
  stroke: #f6931e;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fas-ad__choice {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
  background: #fff;
  border: 2px solid #d8e1e8;
  border-radius: 6px;
  padding: 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.fas-ad__choice:hover {
  border-color: #1e5c80;
  transform: translateY(-2px);
}
.fas-ad__choice:focus-visible {
  outline: 3px solid #f6931e;
  outline-offset: 2px;
}
.fas-ad__choice.is-selected {
  border-color: #f6931e;
  background: #eaf1f6;
}
.fas-ad__choice h4 {
  font-size: 19px;
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #1b4963;
}
.fas-ad__choice p {
  margin: 0 0 12px;
  font-size: 13px;
  color: #5b6b78;
  line-height: 1.4;
  min-height: 36px;
}
.fas-ad__check {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #b9c9d4;
  background: #fff;
  position: relative;
}
.is-selected .fas-ad__check {
  border-color: #f6931e;
  background: #f6931e;
}
.is-selected .fas-ad__check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.fas-ad__thumb {
  background: #f3f6f8;
  border-radius: 4px;
  padding: 10px;
  height: 104px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fas-ad__thumb .fas-ad__mock {
  max-width: 100%;
  max-height: 100%;
}
.fas-ad__thumb .fas-ad__mock--332 {
  height: 80px;
  width: auto;
}
.fas-ad__thumb .fas-ad__mock--166 {
  width: 100%;
  height: auto;
}
.fas-ad__thumb .fas-ad__mock--portrait {
  height: 88px;
  width: auto;
}
.fas-ad__thumb .fas-ad__mock em {
  font-size: 10px;
}
.fas-ad__thumb .fas-ad__mock b {
  display: none;
}
.fas-ad__thumb .fas-ad__lines {
  width: 100%;
}
.fas-ad__lines span {
  display: block;
  height: 6px;
  background: #ccd8e1;
  border-radius: 3px;
  margin-bottom: 5px;
}
.fas-ad__lines span:last-child {
  margin-bottom: 0;
}
.fas-ad__specs-out {
  margin-top: 16px;
}
.fas-ad__empty {
  border: 1px dashed #d8e1e8;
  border-radius: 6px;
  background: #f3f6f8;
  padding: 24px 20px;
  text-align: center;
  font-size: 14px;
  color: #5b6b78;
}
.fas-ad__empty svg {
  display: block;
  margin: 0 auto 8px;
  width: 26px;
  height: 26px;
  stroke: #1e5c80;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fas-ad__specset[hidden] {
  display: none;
}
.fas-ad__specset-title {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #1e5c80;
  margin: 0 0 12px;
}
.fas-ad__specset-title span {
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  color: #5b6b78;
}
.fas-ad__tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.fas-ad__tile {
  background: #f3f6f8;
  border: 1px solid #d8e1e8;
  border-radius: 6px;
  padding: 16px 12px 14px;
  text-align: center;
}
.fas-ad__tile svg {
  display: block;
  margin: 0 auto 9px;
  width: 38px;
  height: 38px;
  stroke: #1e5c80;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fas-ad__tile h4 {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1b4963;
  margin: 0 0 4px;
}
.fas-ad__tile b {
  display: block;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 14px;
  font-weight: 700;
  color: #1e5c80;
  line-height: 1.3;
}
.fas-ad__tile p {
  margin: 3px 0 0;
  font-size: 12.5px;
  color: #5b6b78;
  line-height: 1.4;
}
.fas-ad__tile--list ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  text-align: left;
}
.fas-ad__tile--list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  border-top: 1px solid #d8e1e8;
  padding: 6px 0;
}
.fas-ad__tile--list li:first-child {
  border-top: 0;
  padding-top: 2px;
}
.fas-ad__tile--list li span {
  flex: none;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #5b6b78;
}
.fas-ad__tile--list li b {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12.5px;
  color: #1e5c80;
  text-align: right;
}
.fas-ad__tile--accent {
  background: #eaf1f6;
  border-color: #cddfea;
}
.fas-ad__tile--accent svg {
  stroke: #f6931e;
}
.fas-ad__tile--accent b {
  color: #1b4963;
}
.fas-ad__deadline {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 12px 0 0;
  padding: 14px 22px;
  background: #eaf1f6;
  border-top: 1px solid #d8e1e8;
  font-size: 14px;
}
.fas-ad__deadline strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #1e5c80;
  margin-bottom: 3px;
}
.fas-ad__deadline svg {
  flex: none;
  width: 26px;
  height: 26px;
  stroke: #1e5c80;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-top: 1px;
}
.fas-ad__flag {
  margin-top: 20px;
  padding: 16px 20px;
  /*background: #fef4e6;*/
  border: 1px solid #f5d9ac;
  border-left: 4px solid #f6931e;
  border-radius: 6px;
  font-size: 14px;
}
.fas-ad__flag strong {
  color: #1b4963;
}
.fas-ad__flag p:last-child {
  margin-bottom: 0;
}
.fas-ad__docbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid #d8e1e8;
  border-left: 4px solid #f6931e;
  border-radius: 6px;
}
.fas-ad__docbar p {
  margin: 0;
  font-size: 15px;
  color: #5b6b78;
  flex: 1 1 300px;
}
.fas-ad__docbar strong {
  color: #1b4963;
}
.fas-ad__btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #f6931e;
  color: #fff;
  text-decoration: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: background 0.15s ease;
}
.fas-ad__btn:hover, .fas-ad__btn:focus {
  background: #d97d10;
  color: #fff;
  text-decoration: none;
}
.fas-ad__btn:focus-visible {
  outline: 3px solid #1b4963;
  outline-offset: 2px;
}
.fas-ad__btn svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  flex: none;
}
.fas-ad__examples {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: start;
}
.fas-ad__examples--2 {
  grid-template-columns: repeat(2, 1fr);
}
.fas-ad__ex {
  background: #fff;
  border: 1px solid #d8e1e8;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fas-ad__ex-head {
  padding: 12px 14px 10px;
  border-bottom: 1px solid #d8e1e8;
}
.fas-ad__ex-head h3 {
  margin: 0;
  font-size: 14px;
}
.fas-ad__ex-head span {
  display: block;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 12px;
  color: #1e5c80;
  font-weight: 700;
  margin-top: 2px;
}
.fas-ad__ex-body {
  padding: 14px;
  background: #f3f6f8;
  flex: 1 1 auto;
}
.fas-ad__ex-note {
  padding: 10px 14px 13px;
  font-size: 12.5px;
  color: #5b6b78;
  margin: 0;
}
.fas-ad__mock {
  background: #1e5c80;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 3px;
  padding: 10px;
}
.fas-ad__mock b {
  display: block;
  font-size: clamp(11px, 1.5vw, 14px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.2;
}
.fas-ad__mock em {
  font-style: normal;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 11px;
  opacity: 0.85;
  margin-top: 5px;
}
.fas-ad__mock--332 {
  aspect-ratio: 2.2409638554;
}
.fas-ad__mock--166 {
  aspect-ratio: 4.4819277108;
}
.fas-ad__mock--portrait {
  aspect-ratio: 0.8;
}
.fas-ad__written {
  background: #fff;
  border: 1px solid #d8e1e8;
  border-radius: 3px;
  padding: 12px 14px;
  font-size: 12.5px;
  line-height: 1.55;
}
.fas-ad__written p:last-child {
  margin-bottom: 0;
}
.fas-ad__count {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 11.5px;
  color: #1e5c80;
  font-weight: 700;
  margin: 8px 0 0;
}
.fas-ad__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 26px;
  counter-reset: fasstep;
}
.fas-ad__step {
  position: relative;
  padding: 0 20px 0 0;
}
.fas-ad__step::before {
  counter-increment: fasstep;
  content: counter(fasstep);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1b4963;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.fas-ad__step::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 38px;
  right: 0;
  height: 2px;
  background: #d8e1e8;
}
.fas-ad__step:last-child::after {
  display: none;
}
.fas-ad__step h3 {
  font-size: 16px;
  margin-bottom: 4px;
}
.fas-ad__step p {
  font-size: 14px;
  color: #5b6b78;
  margin: 0;
}
.fas-ad__formgrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 32px;
  align-items: start;
  margin-top: 24px;
}
.fas-ad__formcard {
  background: #fff;
  border: 1px solid #d8e1e8;
  border-radius: 6px;
  padding: 28px;
}
.fas-ad__aside {
  background: #fff;
  border: 1px solid #d8e1e8;
  border-radius: 6px;
  padding: 24px;
  position: sticky;
  top: 24px;
}
.fas-ad__aside h3 {
  font-size: 17px;
  margin-bottom: 8px;
  color: #1b4963;
}
.fas-ad__aside h3::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background: #f6931e;
  margin-top: 8px;
  border-radius: 2px;
}
.fas-ad__aside > p {
  font-size: 13.5px;
  color: #5b6b78;
  margin-bottom: 18px;
}
.fas-ad__aside ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fas-ad__aside li {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 9px 0;
}
.fas-ad__aside li b {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #22303c;
  line-height: 1.3;
}
.fas-ad__aside li small {
  display: block;
  font-size: 12.5px;
  color: #1e5c80;
  margin-top: 1px;
}
.fas-ad__ico {
  flex: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #1e5c80;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fas-ad__ico svg {
  width: 19px;
  height: 19px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fas-ad .gform_wrapper.gravity-theme .gform_title {
  font-size: 22px;
  color: #1b4963;
}
.fas-ad .gform_wrapper.gravity-theme .gsection {
  border-bottom: 2px solid #1e5c80;
  margin-top: 8px;
}
.fas-ad .gform_wrapper.gravity-theme .gsection_title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #1e5c80;
}
.fas-ad .gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
  font-weight: 700;
  color: #1b4963;
}
.fas-ad .gform_wrapper.gravity-theme .gfield_required {
  color: #d97d10;
}
.fas-ad .gform_wrapper.gravity-theme input[type=text], .fas-ad .gform_wrapper.gravity-theme input[type=email], .fas-ad .gform_wrapper.gravity-theme input[type=tel], .fas-ad .gform_wrapper.gravity-theme input[type=url], .fas-ad .gform_wrapper.gravity-theme textarea, .fas-ad .gform_wrapper.gravity-theme select {
  border: 1px solid #d8e1e8;
  border-radius: 4px;
  padding: 11px 12px;
  font-size: 15px;
  background: #fff;
}
.fas-ad .gform_wrapper.gravity-theme input:focus, .fas-ad .gform_wrapper.gravity-theme textarea:focus, .fas-ad .gform_wrapper.gravity-theme select:focus {
  outline: 2px solid #1e5c80;
  outline-offset: 1px;
  border-color: #1e5c80;
}
.fas-ad .gform_wrapper.gravity-theme .gform_drop_area {
  border: 2px dashed #d8e1e8;
  background: #f3f6f8;
  border-radius: 6px;
  padding: 28px;
}
.fas-ad .gform_wrapper.gravity-theme .gform_button_select_files {
  background: #1e5c80;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 10px 18px;
  font-weight: 700;
  cursor: pointer;
}
.fas-ad .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background: #f6931e;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 32px;
  cursor: pointer;
}
.fas-ad .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
  background: #d97d10;
}
@media (max-width: 900px) {
  .fas-ad__specgrid {
    grid-template-columns: 1fr;
  }
  .fas-ad__tiles {
    grid-template-columns: repeat(2, 1fr);
  }
  .fas-ad__picker, .fas-ad__picker--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .fas-ad__examples, .fas-ad__examples--2 {
    grid-template-columns: 1fr 1fr;
  }
  .fas-ad__steps {
    grid-template-columns: 1fr 1fr;
    gap: 24px 0;
  }
  .fas-ad__step:nth-child(2)::after {
    display: none;
  }
  .fas-ad__formgrid {
    grid-template-columns: 1fr;
  }
  .fas-ad__aside {
    position: static;
  }
}
@media (max-width: 640px) {
  .fas-ad__examples, .fas-ad__examples--2, .fas-ad__steps {
    grid-template-columns: 1fr;
  }
  .fas-ad__tiles, .fas-ad__picker, .fas-ad__picker--2 {
    grid-template-columns: 1fr;
  }
  .fas-ad__step::after {
    display: none;
  }
  .fas-ad__section {
    padding: 32px 0;
  }
  .fas-ad__formcard {
    padding: 20px;
  }
  .fas-ad__tablist {
    flex-direction: column;
  }
  .fas-ad__tab {
    border-bottom: 0;
    border-left: 4px solid transparent;
  }
  .fas-ad__tab.is-active {
    border-bottom-color: transparent;
    border-left-color: #f6931e;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fas-ad * {
    transition: none !important;
    animation: none !important;
  }
}
