html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

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

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  appearance: button;
  appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

.w-icon-slider-left:before {
  content: "î˜";
}

.w-icon-nav-menu:before {
  content: "î˜‚";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "î˜ƒ";
}

.w-icon-file-upload-remove:before {
  content: "î¤€";
}

.w-icon-file-upload-icon:before {
  content: "î¤ƒ";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}



h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  -webkit-text-fill-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  -webkit-text-fill-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  -webkit-text-fill-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  -webkit-text-fill-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

@font-face {
  font-family: Xirod;
  src: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/5faabd6a76cd802d45960e35_xirod.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --azdarkgrey: #272727;
  --sport: orangered;
  --disablegrey: #adadad;
  --white: white;
  --black: black;
  --azlihtgrey: #e5e3e2;
  --app-grey: #515151;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--azdarkgrey);
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.7ch;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 425%;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 300%;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 200%;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  font-family: Roboto, sans-serif;
  font-size: 150%;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

h5 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 125%;
  font-weight: 500;
  line-height: 120%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100%;
  font-weight: 600;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 400;
}

a {
  color: var(--sport);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

label {
  margin-bottom: 5px;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 2px solid var(--sport);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 0 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  color: #3333338f;
  text-align: center;
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 40px;
  display: flex;
}

.utility-page-wrap.password {
  background-color: var(--azdarkgrey);
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.link-block {
  color: var(--azdarkgrey);
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  display: flex;
  position: static;
}

.link-block:hover, .link-block.w--current, .link-block.w--open {
  border-bottom: 1px solid var(--sport);
}

.submit-button {
  background-color: var(--sport);
}

.corner-image {
  width: 12%;
  position: fixed;
  bottom: 33px;
  right: 41px;
}

.corner-image.pctop {
  max-width: 150px;
  top: 5vh;
  bottom: auto;
  right: 5vh;
}

.headerandfooter {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  display: flex;
}

.navbarmainlogo {
  z-index: 50;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
}

.subt-tulo {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200%;
  font-weight: 300;
}

.actbutton {
  border: 1px solid var(--azdarkgrey);
  background-color: var(--azdarkgrey);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 90%;
  font-style: italic;
  display: flex;
}

.actbutton:hover {
  color: var(--azdarkgrey);
  background-color: #0000;
}

.actbutton.discreto {
  border-color: var(--disablegrey);
  color: var(--azdarkgrey);
  background-color: #0000;
  width: auto;
  min-width: 150px;
  max-width: 300px;
  transition: all .2s;
}

.actbutton.discreto:hover {
  border-color: var(--sport);
  background-color: var(--sport);
  color: var(--white);
}

.actbutton.overblack {
  background-color: #0000;
  border-color: #ffffffb3;
  width: auto;
  margin-top: 20px;
}

.actbutton.overblack:hover {
  border-color: var(--black);
  background-color: var(--sport);
  color: var(--white);
}

.actbutton.overblack.spaced {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.actbutton.umbra {
  background-color: #0000;
  border-color: #adadad59;
  margin-top: 20px;
  margin-bottom: -50px;
}

.actbutton.umbra:hover {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.actbutton.discreto-invertido {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  width: auto;
  min-width: 150px;
  max-width: 300px;
  transition: all .2s;
}

.actbutton.discreto-invertido:hover {
  border-color: var(--sport);
  background-color: var(--sport);
  color: var(--white);
}

.actbutton.mochila {
  background-color: var(--sport);
  color: var(--azdarkgrey);
  width: auto;
  margin-top: 5vh;
}

.actbutton.mochila:hover {
  border-color: var(--azdarkgrey);
}

.actbutton.news {
  border-color: var(--azdarkgrey);
  width: auto;
  margin-top: 5vh;
}

.actbutton.news:hover {
  border-color: var(--azdarkgrey);
  background-color: var(--azlihtgrey);
}

.actbutton.livre {
  width: auto;
  max-width: 80%;
}

.actbutton.bearings {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  width: auto;
  margin-top: 1vh;
}

.actbutton.bearings:hover {
  border-color: var(--sport);
  background-color: var(--sport);
}

.actbutton.color:hover {
  background-color: var(--sport);
  color: var(--white);
}

.actbutton.color.configurator {
  width: auto;
  margin-bottom: 30vh;
  margin-left: 35vw;
}

.actbutton.banner-promo {
  background-color: var(--sport);
  color: var(--white);
  margin-top: 70px;
}

.actbutton.banner-promo:hover {
  color: var(--azdarkgrey);
  background-color: #0000;
}

.actbutton.banner-promo.mochila {
  margin-top: 30px;
}

.actbutton.banner-promo.hide {
  display: none;
}

.actbutton.autowide {
  width: auto;
}

.actbutton.autowide.hide {
  display: none;
}

.actbutton.sportcolor {
  border-color: var(--sport);
  background-color: var(--sport);
  color: var(--white);
}

.actbutton.sportcolor.autowidth {
  width: auto;
}

.actbutton.sportcolor.autowidth.spaced {
  border-style: none;
  min-width: 200px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.footer {
  border-top: 2px solid var(--sport);
  background-color: var(--azdarkgrey);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 40px;
  font-size: 80%;
  display: flex;
}

.horizontal-display {
  justify-content: center;
  max-width: 2000px;
  min-height: 125px;
  display: flex;
}

.nothing2declare {
  background-color: #0000;
  width: 0;
  height: 0;
  padding: 0;
  display: none;
}

.divider {
  border-left: 1px solid #ff450080;
  min-width: 170px;
  padding: 5px 10px;
}

.divider.first {
  border-left-style: none;
  flex-direction: column;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.divider.samedesktop {
  border-left-style: none;
}

.divider.firstmobile {
  width: 30%;
  min-height: 120px;
}

.trademark {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.sector-link {
  color: var(--white);
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 2px 15px;
  display: flex;
}

.sector-link:hover {
  border-right: 1px solid #fff;
}

.sector-logo {
  height: 10px;
}

.titulorodape {
  opacity: .6;
  color: var(--sport);
  text-align: center;
  margin-bottom: 10px;
  font-weight: 400;
}

.social-media-connections {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 35px;
  display: grid;
}

.social-media-connections.player {
  height: 60px;
  margin-top: 20px;
}

.sociallink {
  object-fit: scale-down;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 5px;
  padding: 5px;
  display: flex;
}

.sociallink.player {
  width: 50px;
  height: 50px;
  margin: 0;
}

.image-2 {
  object-fit: scale-down;
}

.navlinkzone {
  background-color: #fff;
  border-bottom: 1px solid #ff450033;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
  overflow: hidden;
}

.menu-hamburguer-icon {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  width: 60px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.filler {
  align-items: flex-end;
  width: 5vw;
  height: 100%;
  display: none;
}

.header-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  height: 75px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.menu-buttons {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  height: 95px;
  display: flex;
}

.menu-buttons.sub {
  z-index: 20;
  height: 70px;
  position: static;
}

.header {
  z-index: 100;
  background-color: var(--white);
  border-bottom: 1px solid #ff450033;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 120px;
  padding-top: 45px;
  font-size: 110%;
  display: flex;
  position: fixed;
  inset: 0 0% auto;
}

.navmenu {
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-close-icon {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  width: 60px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.main-logo {
  object-fit: contain;
  max-height: 42px;
  position: relative;
}

.sectors-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 5vh;
  max-height: 40px;
  display: flex;
  overflow: hidden;
}

.sectors-div.menu {
  display: none;
}

.navbar-sector-link {
  color: var(--white);
  border: 1px solid #0000;
  border-color: #0000 #0000001a;
  justify-content: flex-end;
  align-items: center;
  height: 35px;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 120%;
  display: flex;
}

.navbar-sector-link:hover {
  border-bottom: 1px solid #fff;
}

.navbar-sector-link.rightlimit {
  border-right-style: none;
  border-bottom-color: var(--sport);
}

.navbar-sector-link.first {
  border-left-style: none;
}

.navbar-sector-link.right {
  width: auto;
}

.header-settings {
  z-index: 150;
  border-bottom: 1.5px solid var(--sport);
  background-color: var(--azdarkgrey);
  color: var(--sport);
  justify-content: center;
  width: 100vw;
  height: 45px;
  font-size: 75%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.maximum-h-limite {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 2000px;
  height: 100%;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  position: relative;
}

.langdrop {
  justify-content: flex-end;
  width: 150px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-lang {
  z-index: 10;
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  display: flex;
}

.languageicon {
  height: 80%;
  max-height: 20px;
}

.dropicon {
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.language-dropdown {
  position: absolute;
  inset: 0% 0% auto auto;
}

.language-dropdown.w--open {
  background-color: var(--sport);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  display: flex;
  inset: 45px 0% auto auto;
}

.main-banner {
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-link {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 5vh;
  min-height: 30px;
  margin-left: 0;
  display: flex;
}

.dropdown-link:hover {
  background-color: #fff3;
}

.dropdownarea {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.content-controls {
  display: flex;
}

.thumbnail-over-promo {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 70px 0% 0%;
}

.arrow-up {
  transform: rotate(180deg);
}

.background-video {
  background-color: #ff450033;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 5%;
  display: flex;
}

.about-info {
  object-fit: scale-down;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 2000px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-weight: 300;
  display: flex;
}

.centered-text {
  text-align: center;
  width: 80%;
  margin-top: 5vh;
  margin-bottom: 5vh;
  font-size: 100%;
  line-height: 150%;
}

.limit-image {
  object-fit: cover;
  align-items: center;
  width: 100%;
  max-height: 60vh;
  display: flex;
  overflow: hidden;
}

.comapany-midsection-image {
  object-fit: cover;
  margin-top: -75px;
}

.sectors-tabs {
  width: 100%;
}

.sector-title {
  color: #000333;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.sector-title.sport {
  color: #ff4500;
}

.sector-title.contract {
  color: #888;
}

.sectors-info {
  object-fit: scale-down;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 2000px;
  margin-bottom: 2vh;
  padding-left: 5vw;
  padding-right: 5vw;
  font-weight: 300;
  display: flex;
}

.about-sector {
  justify-content: center;
  display: flex;
}

.tabs-menu {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
}

.tab-link {
  filter: grayscale();
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.tab-link:hover {
  filter: none;
}

.tab-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: none;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.header-ref-links {
  align-items: center;
  height: 100%;
  display: flex;
}

.about-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 400%;
  font-weight: 100;
  line-height: 100%;
}

.about-title.sub {
  font-size: 150%;
}

.menuitem {
  justify-content: center;
  max-width: 120px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.current-language {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(1px, 300px) minmax(1px, 300px) minmax(1px, 300px);
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  padding: 30px 150px;
  font-size: 85%;
  display: grid;
}

.nav-list.ex2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  display: flex;
}

.nav-list-group {
  flex-direction: column;
  display: flex;
}

.nav-link {
  color: var(--azdarkgrey);
  justify-content: space-between;
  align-items: flex-start;
  min-width: 190px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 2px 40px 2px 15px;
  display: flex;
  position: relative;
}

.nav-link:hover {
  border-left: 1px solid var(--sport);
}

.nav-link.w--current {
  border-left: 2px solid var(--sport);
  font-weight: 500;
}

.nav-link.group {
  color: var(--sport);
  height: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 5px;
}

.nav-group-header {
  font-weight: 600;
}

.image-promo-area {
  border-bottom: 1px solid var(--azdarkgrey);
  object-fit: scale-down;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
}

.featured {
  color: var(--sport);
  text-align: right;
  flex-direction: column;
  justify-content: center;
  min-width: 40px;
  font-size: 70%;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.filter-button-copy {
  justify-content: center;
  min-width: 9ch;
  height: 50px;
  display: flex;
}

.filter-button-copy:hover {
  border-bottom: 1px solid var(--sport);
}

.filter-button-copy.w--open {
  border-bottom: 2px solid var(--sport);
}

.buy-button {
  background-color: var(--azdarkgrey);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  min-height: 40px;
  margin: 10px 20px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: 500;
  display: none;
}

.buy-button.product-algn {
  min-width: auto;
  margin-left: 0;
  display: flex;
}

.product-ref {
  text-align: right;
  align-items: center;
  font-weight: 200;
  display: flex;
}

.path-divisor {
  padding-left: 5px;
  padding-right: 5px;
}

.current-page-path {
  z-index: 10;
  color: var(--sport);
  flex-direction: row;
  width: 100%;
  max-width: 2000px;
  padding-left: 50px;
  display: flex;
  position: absolute;
  inset: 125px auto auto;
}

.current-page-path.clear-filter {
  justify-content: flex-end;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 20px 0 0;
  font-size: 1.1ch;
  position: static;
}

.category-logo {
  max-width: 70%;
  height: 25%;
  margin-bottom: 15%;
  position: relative;
}

.category-logo.sub {
  max-width: 60%;
  height: 17%;
  margin-top: 7%;
  margin-bottom: 0%;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 80vw;
  margin-bottom: 20px;
  display: flex;
}

.product-main-banner {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  min-height: 90vh;
  padding: 30px 10vw 5%;
  display: flex;
  position: relative;
}

.product-ui {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  height: 100%;
  padding-top: 30px;
  display: flex;
  position: relative;
}

.product-image-area {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 45vw;
  margin-right: 20px;
  display: flex;
  overflow: visible;
}

.stick-presentation {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin-top: 37%;
  margin-bottom: 37%;
  position: relative;
  transform: rotate(-60deg);
}

.nome-do-produto {
  text-transform: uppercase;
  margin-right: 50px;
  font-size: 400%;
  font-style: italic;
  font-weight: 900;
}

.nome-do-produto.smaller-size {
  font-size: 250%;
}

.background-lettering {
  z-index: -1;
  opacity: .03;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.thumb-description {
  width: 100%;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 90%;
}

.thumb-description.store {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 0;
  padding-top: 10px;
  font-size: 1.2ch;
  display: flex;
}

.header-spacer {
  width: 100vw;
  height: 120px;
}

.family-lettering {
  min-width: 500px;
  max-width: 70%;
  min-height: 100px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.center-vertical-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-vertical-div.mochila {
  align-items: flex-end;
}

.center-vertical-div.news {
  color: var(--white);
  position: absolute;
  inset: auto 0% 15%;
}

.center-vertical-div.centertext {
  text-align: center;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
}

.center-vertical-div.fullwidth {
  max-width: 2000px;
}

.section-description {
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 50px;
}

.all-products {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  max-width: 2000px;
  min-height: 90vh;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.side-menu {
  flex-direction: column;
  align-items: center;
  width: 250px;
  min-width: 250px;
  height: 90vh;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
  position: sticky;
  top: 75px;
  overflow: auto;
}

.main-content {
  flex-direction: column;
  width: 100%;
  padding: 30px 20px 50px;
  display: flex;
  position: relative;
}

.main-content.left-limit {
  border-left: 1px solid #2727271a;
  padding-top: 20px;
  padding-bottom: 0;
}

.over-link {
  z-index: 5;
  display: flex;
  position: absolute;
  inset: 0%;
}

.over-link.form {
  max-width: 100vw;
}

.horizontal-div {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 2000px;
  display: flex;
}

.horizontal-div.store {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  background-color: #e5e3e280;
  grid-template-rows: auto;
  grid-template-columns: 4fr 6fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: grid;
  overflow: visible;
}

.thumbnail {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  max-width: 500px;
  margin-bottom: 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.thumbnail.scrollable {
  grid-template-rows: auto minmax(auto, 130px);
  grid-template-columns: 100%;
}

.thumbnail.scrollable:hover {
  color: #ff4500;
}

.thumbnail-image-area {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.thumbnail-gallery-line {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-divisor {
  border-left: 1px solid #2727271a;
  border-right: 1px solid #2727271a;
  display: flex;
}

.product-description {
  color: var(--app-grey);
  text-align: justify;
  width: 100%;
  margin-top: 0;
  line-height: 150%;
}

.product-description.extension {
  overflow: hidden;
}

.product-options {
  border: 1px solid var(--azdarkgrey);
  color: var(--sport);
  background-color: #0000;
  display: flex;
}

.error-state {
  margin-top: 0;
}

.out-of-stock-state {
  background-color: #0000;
}

.default-state-2 {
  margin-top: 15px;
}

.side-by-side {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.thumbnail-gallery {
  width: 100%;
  font-size: 90%;
}

.centered {
  justify-content: center;
  display: flex;
}

.extended {
  min-height: 150px;
}

.success-message {
  background-color: #0000;
  font-family: Montserrat, sans-serif;
  font-size: 150%;
  font-weight: 700;
  line-height: 140%;
}

.form-field {
  background-color: #0000;
  height: 40px;
  min-height: 40px;
}

.form-field.extended {
  height: 150px;
  min-height: 150px;
}

.form-field.extended.half {
  height: 100px;
  min-height: 100px;
}

.form-field.extended.half.overblack {
  color: var(--white);
}

.form-field.dealer-contact {
  color: var(--white);
  margin-bottom: 10px;
}

.form-field.overblack {
  color: var(--white);
}

.checkbox-field {
  align-items: stretch;
  width: 100%;
  padding-left: 0;
  font-weight: 400;
  display: flex;
}

.checkbox {
  margin-top: 4px;
  margin-left: 0;
  margin-right: 5px;
}

.field-label {
  display: none;
}

.thumbnail-background {
  z-index: -1;
  background-color: #f3f3f3;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.thumbnail-background.jogador {
  z-index: 0;
}

.product-name {
  text-transform: uppercase;
  font-weight: 700;
}

.thumbnail-slogan {
  color: var(--app-grey);
  font-weight: 600;
  line-height: 110%;
}

.thumbnail-description {
  color: var(--app-grey);
  line-height: 110%;
}

.thumbnail-description.newsdate {
  justify-content: flex-end;
  display: flex;
}

.quantity {
  display: none;
}

.slogan {
  color: var(--sport);
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 110%;
  font-weight: 700;
}

.read-more {
  color: var(--sport);
  background-color: #0000;
  justify-content: flex-end;
  width: 150px;
  display: flex;
  position: static;
  left: auto;
}

.full-description {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.product-presentation {
  position: sticky;
  top: 125px;
}

.feature-box {
  justify-content: flex-end;
  align-items: flex-end;
  width: 90%;
  height: 2%;
  display: flex;
  position: absolute;
  inset: auto 2% 2% auto;
}

.feature-box.string {
  height: auto;
  font-size: 80%;
  font-weight: 500;
}

.color-detail {
  background-color: var(--app-grey);
  width: 10%;
  height: 100%;
  margin-left: 2px;
  margin-right: 2px;
}

.color-detail.red {
  background-color: #d30b0b;
}

.color-detail.blue {
  background-color: #03bbfd;
}

.color-detail.yellow {
  background-color: #fffb00;
}

.color-detail.green {
  background-color: #6bfa40;
}

.color-detail.white {
  border: 1px solid var(--black);
  background-color: var(--white);
}

.color-detail.black {
  background-color: var(--black);
}

.color-detail.pink {
  background-color: #f847cf;
}

.color-detail.royalblue {
  background-color: #1900d6;
}

.highlighttag {
  width: 30%;
  height: 30%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.highlighttag.fill {
  background-color: var(--sport);
  color: var(--white);
  justify-content: center;
  align-items: flex-end;
  width: 150%;
  height: 120%;
  font-size: 1.5ch;
  font-weight: 700;
  display: flex;
  position: static;
  transform: translate(-50%, -50%)rotate(-45deg);
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
  min-height: 60vh;
}

.slide-nav {
  font-size: 70%;
}

.slide-commands {
  font-size: 150%;
}

.slide-commands.whitebackgrond {
  color: var(--azdarkgrey);
  width: 15%;
}

.pickyourproduct {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  max-width: 2000px;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.product-range {
  background-color: #adadad80;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 30vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.productclassgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  width: 100%;
  max-width: 2000px;
  display: grid;
}

.titlebackground {
  background-color: #0000005c;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 70% 0% auto;
}

.titlebackground.homethumbnail {
  min-height: 30px;
}

.productsectiontitle {
  color: var(--white);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 150%;
  font-style: italic;
}

.institutional-banner {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 2000px;
  display: none;
  position: static;
  overflow: hidden;
}

.relative-full-size {
  color: #fff;
  object-fit: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.absolute-full-size {
  color: #fff;
  object-fit: cover;
  width: 100%;
  height: 70vh;
  display: block;
  position: absolute;
}

.latestnews {
  flex-direction: column;
  align-items: stretch;
  width: 100vw;
  max-width: 2000px;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.navfamdescription {
  z-index: 15;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 245px;
  display: none;
  position: absolute;
  inset: 70px 0% auto;
}

.title-hover {
  color: #fff;
  text-transform: uppercase;
  background-image: linear-gradient(to top, #000000e6, #00000063 37%, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 12%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-body {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 2000px;
  padding: 50px;
  display: flex;
}

.text-body.centered {
  align-items: center;
}

.text-body.centered.limited {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 25px;
}

.text-body.centered.limited.hidden {
  display: none;
}

.news-header {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 170%;
}

.tag-identifier {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  font-style: italic;
  font-weight: 700;
  display: flex;
}

.categoria {
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px;
  font-style: italic;
  font-weight: 600;
  transition: all .1s;
}

.categoria:hover {
  transform: translate(0, -2px);
  box-shadow: 1px 1px 3px #000;
}

.text-block-9 {
  color: var(--white);
}

.news-banner-header {
  font-size: 200%;
}

.related-title-link {
  align-items: center;
  margin-left: 20px;
  margin-right: auto;
  display: flex;
}

.background-image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0 0% 0%;
}

.background-image.mobile {
  display: none;
}

.background-image.parallax {
  z-index: -1;
  filter: blur(2px);
  background-image: linear-gradient(#ff45004d, #0006), url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/5f6b901be2bf4ee83d7cf9b9_Banner-de-Pesquisa-2.jpg");
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.related {
  flex-direction: column;
  align-items: stretch;
  width: 100vw;
  max-width: 2000px;
  min-height: 450px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-title {
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 120%;
  font-style: italic;
  font-weight: 700;
}

.section-title.spaced {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title.space20px {
  margin-top: 20px;
}

.section-title.side {
  width: auto;
  margin-bottom: 0;
  font-weight: 700;
}

.news-image-title {
  justify-content: center;
  width: 100vw;
  max-width: 2000px;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.centered-info {
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  display: flex;
}

.news-gallery {
  width: 100%;
  max-width: 2000px;
  padding-top: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.category-grid {
  text-align: center;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.content-width {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 20px 50px;
  display: flex;
}

.content-width.coop {
  padding-top: 0;
}

.form-label {
  font-weight: 500;
}

.checkout-title {
  text-transform: uppercase;
  font-weight: 500;
}

.newsletter-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-paragaph {
  margin-bottom: 25px;
}

.section-paragaph.highlight {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15%;
  padding-right: 15%;
}

.section-paragaph.highlight.zeroed {
  display: none;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.category {
  color: var(--azdarkgrey);
  justify-content: center;
  align-items: center;
  min-width: 70px;
  height: 50px;
  padding: 0 5px;
  display: flex;
  position: static;
}

.category:hover {
  border-bottom: 1px solid var(--sport);
}

.category.w--current {
  border-bottom: 1px solid var(--sport);
  margin-left: 5px;
  margin-right: 5px;
}

.category.w--open {
  border-bottom: 2px solid var(--sport);
}

.category-title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.thumbnail-gallery-scroller {
  font-size: 90%;
}

.thumbnail-gallery-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  display: grid;
}

.umbra-background {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: grid;
  position: relative;
}

.hovering-boot {
  z-index: 2;
  width: 70vw;
  position: relative;
}

.hovering-boot.mobile {
  display: none;
  position: relative;
}

.umbra-banner-logo {
  width: 50vw;
  max-width: 100%;
  max-height: 20vh;
}

.umbra-product-assembly {
  justify-content: center;
  width: 100vw;
  margin-top: -15vw;
  display: flex;
  position: relative;
}

.umbra-floor {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  inset: auto 0% -42%;
}

.banner-title {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.error-message {
  color: var(--sport);
  text-align: left;
  background-color: #0000;
}

.lateralpromo {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  min-width: 200px;
  height: 100%;
  font-size: 1.2ch;
  font-weight: 700;
  display: grid;
  position: relative;
}

.lateralpromo:hover {
  color: var(--sport);
}

.store-result {
  z-index: 0;
  flex-direction: column;
  align-items: stretch;
  width: 100vw;
  max-width: 2000px;
  margin-top: -240px;
  padding-top: 240px;
  padding-left: 50px;
  padding-right: 50px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumbnail-galery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.thumbnail-galery-grid.store-list {
  justify-content: stretch;
}

.store-locator {
  z-index: 1;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  padding-top: 0;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.storeimage {
  width: 80%;
  margin-right: 20px;
}

.storeinfo {
  justify-content: center;
  max-width: 350px;
  display: flex;
}

.store-link-string {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: flex;
}

.contact-banner {
  z-index: 1;
  background-color: var(--azdarkgrey);
  color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 50px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-banner.form {
  max-width: 100vw;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.storelocatoricon {
  width: 200px;
  margin-right: 50px;
}

.bocomeadealerdiv {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.filter-bar {
  background-color: var(--white);
  color: #27272780;
  text-transform: uppercase;
  border: 1px solid #27272780;
  align-items: center;
  width: 40vw;
  max-width: 400px;
  height: 50px;
  margin-top: 25px;
  font-style: italic;
  font-weight: 600;
  display: flex;
}

.filter-bar:focus {
  border-color: #ff4500b3;
}

.countryoption {
  border-left: 1px solid var(--white);
  background-color: var(--white);
  color: var(--azdarkgrey);
  align-items: center;
  min-height: 35px;
  margin-left: 10px;
  padding-left: 15px;
  padding-right: 25px;
  display: flex;
}

.countryoption:hover {
  border-left: 1px solid var(--sport);
  height: 37px;
  min-height: 37px;
  max-height: 37px;
  margin-top: -1px;
  margin-bottom: -1px;
}

._50pxspacer {
  height: 50px;
  margin-top: -100px;
  margin-bottom: 100px;
}

.filter-pick {
  background-color: var(--white);
  color: var(--azdarkgrey);
  flex-direction: column;
  height: 150px;
  max-height: 25vh;
  font-weight: 500;
  display: none;
  overflow: auto;
}

.filter-pick.w--open {
  z-index: 2;
}

.storeregion {
  display: none;
}

.related-products {
  padding-left: 50px;
  padding-right: 50px;
}

.news-image-gallery {
  justify-content: center;
  width: 100vw;
  display: none;
}

.message-us {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  max-width: 2000px;
  min-height: 80vh;
  padding: 50px;
  display: flex;
}

.standard-contact {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.formul-rio {
  justify-content: center;
  width: 100%;
  max-width: 2000px;
  display: flex;
}

.dealer-contact {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  margin-bottom: 30px;
  display: grid;
}

.popup-window {
  z-index: 10;
  background-color: var(--azdarkgrey);
  color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  max-height: 65vh;
  padding: 20px;
  display: flex;
  position: relative;
}

.popup-window.urlshareit {
  display: none;
}

.rgpd {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--disablegrey);
  grid-template-rows: auto;
  grid-template-columns: 35% 60%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 2000px;
  min-height: 10vh;
  padding: 20px 50px;
  display: grid;
  position: relative;
}

.legalitemcontent {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 90%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ppheading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.expand-icon {
  color: #333;
  margin: 0;
  display: flex;
  position: absolute;
  inset: auto 10% auto auto;
  transform: rotate(90deg);
}

.expandable-text {
  flex-direction: column;
  width: 90%;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}

.privacypolicy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 2000px;
  min-height: 70vh;
  padding: 20px 50px;
  display: flex;
}

.fullsize {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.privacypolicylist {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.privacypolicy-topic {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  border-bottom: 1.5px solid #8888884d;
  grid-template: ". ."
  / 35% 60%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.nocontent {
  background-color: #0000;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55vw;
  display: flex;
}

.checkbox-label {
  display: none;
}

.over-popup {
  z-index: 10;
  background-color: #27272780;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.over-popup.complete {
  padding-top: 60px;
  display: none;
}

.thumbnail-image {
  width: 100%;
}

.full-image-background {
  z-index: -1;
  object-fit: cover;
  background-image: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/61d702178774f14f7256513b_Bag%20Collection%20Azemad%202022%20-%201920_1080.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.full-image-background.news {
  background-image: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/5f7525a4dc10a03fa9ce49e8_News-Banner-Helder-Nunes.jpg");
  background-position: 50% 0;
}

.backpack-title-tile {
  color: var(--azdarkgrey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-right: 49vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-title-backpack {
  text-align: center;
  text-transform: uppercase;
  font-size: 550%;
  line-height: 90%;
}

.banner-title-backpack.mochila {
  text-align: right;
  font-size: 500%;
}

.productsectiontitle-2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 150%;
  font-style: italic;
}

.heading-2 {
  text-transform: uppercase;
  font-style: italic;
}

.langlayout {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 2000px;
  display: flex;
}

.darken-background {
  background-image: linear-gradient(45deg, #0000004d, #0000);
  position: absolute;
  inset: 0%;
}

.banner-title-news {
  text-align: center;
  text-transform: uppercase;
  font-size: 350%;
  line-height: 90%;
}

.dropdown {
  z-index: 5;
}

.store-address {
  height: 100%;
}

.expandable-navsubmenu {
  z-index: 1;
  background-color: var(--white);
  border-bottom: 2px solid #ff450033;
  justify-content: center;
  width: 100vw;
  min-height: 320px;
  margin-left: -50px;
  margin-right: -50px;
  display: none;
  position: absolute;
  inset: 75px 0% auto;
  overflow: hidden;
}

.expandable-navsubmenu.w--open {
  border-bottom: 2px solid var(--sport);
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 320px;
  margin-top: 120px;
  display: flex;
  position: fixed;
}

.expandable-navsubmenu.sticks, .expandable-navsubmenu.products {
  display: none;
}

.hoversecurity {
  width: 50px;
}

.safari-div {
  display: flex;
}

.download-banner {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  max-width: 2000px;
  min-height: 60vh;
  padding: 50px;
  display: flex;
}

.image-3 {
  width: 50vw;
  max-width: 150px;
}

.ficheiros {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.version {
  color: var(--disablegrey);
  margin-top: -5px;
}

.full-background-bearings {
  z-index: -1;
  object-fit: cover;
  background-image: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/5f918f39d9c6cfacdc2c03e7_AZEMAD-Dash-ABEC9-Banner.jpg");
  background-position: 55% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bearings-title-tile {
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 7vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-title-bearings {
  text-align: center;
  text-transform: uppercase;
  font-size: 550%;
  line-height: 90%;
}

.model {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.model:hover {
  color: #1828a6;
}

.configurador {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  max-width: 3000px;
  height: 100%;
  min-height: 80vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.menuconfig {
  flex-direction: column;
  width: 40%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.confsection {
  border-bottom: 1px solid #2727271a;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.confsection.pendent {
  opacity: .4;
}

.config-title {
  cursor: pointer;
  align-items: center;
  margin-top: 5px;
  font-size: 1.2ch;
  display: flex;
  position: relative;
}

.config-title.left {
  width: 100%;
  padding-right: 15%;
}

.configuratormenuarranjement {
  justify-content: flex-end;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.preview {
  width: 50vw;
  max-width: 80vh;
  height: 50vw;
  max-height: 80vh;
  position: sticky;
  top: 140px;
  right: 45%;
}

.designpick {
  cursor: pointer;
  border: 1px solid #0000;
}

.designpick:hover {
  border-color: var(--disablegrey);
}

.rgpd-title {
  cursor: pointer;
  align-items: center;
  width: 100%;
  margin-top: 5px;
  display: flex;
  position: relative;
}

.color-pickers {
  border: 1px solid var(--disablegrey);
  background-color: var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.color-pickers._2 {
  background-color: var(--azlihtgrey);
}

.color-pickers.tapered {
  background-color: #c72929;
}

.color-pickers.tapeblue {
  background-color: #0057ad;
}

.color-pickers.tapegreen {
  background-color: #019618;
}

.color-pickers.tapeyellow {
  background-color: #ddc300;
}

.color-pickers.tapewhite {
  background-color: #ebeaea;
}

.groupcoloroption {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.groupcoloroption.lessbottom {
  margin-bottom: -10px;
  padding-bottom: 10px;
}

.designoptions {
  margin-top: 10px;
  display: none;
}

.designoptions.extra {
  display: none;
}

.coloroption-legend {
  color: var(--azdarkgrey);
  margin-left: 5px;
  margin-right: 5px;
}

.coloroption-legend.white {
  color: var(--white);
}

.action-instruction {
  text-transform: uppercase;
  font-weight: 600;
}

.action-instruction.little {
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 1.2ch;
  font-weight: 400;
}

.action-instruction.corner {
  justify-content: flex-end;
  margin-top: -10px;
  padding-left: 10px;
  font-size: 1.2ch;
  font-weight: 400;
  display: flex;
}

.optioncheck {
  align-items: flex-start;
  display: flex;
}

.optioncheck.smaller {
  margin-left: 50px;
  font-size: 80%;
}

.optioncheck.spaced {
  margin-bottom: 5px;
}

.model-table {
  cursor: pointer;
  border: 1px solid #0000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.model-table:hover {
  border: 1px solid var(--disablegrey);
}

.configurator-title {
  text-transform: uppercase;
}

.fullwidth {
  width: 100%;
}

.disableblock {
  z-index: 10;
  cursor: not-allowed;
  display: flex;
  position: absolute;
  inset: 0%;
}

.config-checkout {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  min-height: 86px;
}

.checkouform {
  padding-left: 10px;
  padding-right: 10px;
  overflow: auto;
}

.iconradio {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 75px;
  max-height: none;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  display: flex;
}

.radio-button-label {
  display: none;
}

.radio-button {
  margin-top: 10px;
  margin-left: 0;
}

.bankradiodiv {
  display: flex;
}

.rich-text-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 1.8ch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.conflogo {
  width: 20%;
  position: absolute;
  inset: 0%;
}

.coverlogo {
  display: none;
  position: absolute;
  inset: 0%;
}

.inlineconditions {
  border: 1px solid #adadad6e;
  height: 290px;
  padding-top: 10px;
  padding-right: 5px;
  font-size: 90%;
  overflow: auto;
}

.note {
  font-size: 80%;
  display: none;
  overflow: hidden;
}

.bank-icon {
  max-width: 50px;
}

.bank-icon.horizontal {
  max-width: 75px;
}

.fakehidden {
  height: 0;
  overflow: hidden;
}

.generalcontent {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  max-width: 2000px;
  padding: 20px 50px;
  display: flex;
}

.legal-header {
  text-transform: uppercase;
  font-size: 120%;
  font-weight: 500;
}

.expandtitle {
  cursor: pointer;
  align-items: center;
  margin-top: 5px;
  font-size: 1.2ch;
  display: flex;
  position: relative;
}

.expandtitle.left {
  width: 100%;
  padding-right: 15%;
}

.tabs {
  min-height: 80vh;
  display: flex;
}

.tabside {
  background-color: #0000;
  padding-left: 10px;
  padding-right: 10px;
}

.tabside.w--current {
  border-left: 2px solid var(--sport);
  background-color: #0000;
}

.tabnavigator {
  text-transform: uppercase;
  flex-direction: column;
  min-width: 25vw;
  font-size: 80%;
  display: flex;
}

.full-gif-background {
  z-index: -1;
  object-fit: cover;
  background-image: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/5fc4de12666dc0636b2970a8_AZEMAD-Made-of-You.gif");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.full-gif-background.es {
  background-image: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/5fc4de124bcd57dc69ea9a40_AZEMAD-Hecho-de-Ti.gif");
}

.full-gif-background.pt {
  background-image: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/5fc4de13f69d392cfa61bf83_AZEMAD-Feito-de-TI.gif");
}

.mobile {
  display: none;
}

.warnings {
  z-index: 100;
  color: var(--white);
  text-align: center;
  background-color: #ff4447;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.warnings.blockpage {
  display: none;
  position: fixed;
  top: 45%;
}

.warningcontent {
  width: 100%;
  max-width: 700px;
}

.player-image-background {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.over-div {
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10vw;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 120px 0% 0%;
}

.over-div.player {
  color: var(--white);
}

.over-filter {
  opacity: .2;
  position: absolute;
  inset: 0%;
}

.full-width {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80vw;
  height: 30vh;
}

.cita-o {
  margin-top: 30px;
}

.banner-conquistas {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.imagem-de-atleta {
  z-index: 0;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 45vw;
  max-width: 45vw;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.texto-de-conquistas {
  z-index: 1;
  background-image: linear-gradient(to right, #0000, var(--azdarkgrey) 20%);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 500px;
  margin-left: 30vw;
  padding: 50px 50px 50px 20vw;
  display: flex;
  position: relative;
}

.nome-de-atleta {
  border-left: 2px solid var(--sport);
  width: 100%;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 300%;
}

.conquistas {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  max-width: 500px;
  margin-top: 20px;
}

.legenda {
  color: var(--disablegrey);
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
}

.destaqueconquista {
  font-family: Roboto, sans-serif;
  font-size: 2.5em;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

.button {
  background-color: var(--azdarkgrey);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.button.spaced {
  margin-top: 10px;
}

.config-thumb {
  width: 50%;
  min-width: 250px;
}

.config-thumb.hidden {
  display: none;
}

.player-network {
  height: 90%;
}

.fs-collection-wrapper {
  width: 100%;
  height: 100%;
  display: none;
}

.fs-dynamic-feed, .fs-collection-item {
  width: 100%;
  height: 100%;
}

.fs-slide-content {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.fs-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}

.fs-content {
  width: 100%;
}

.fs-section {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 2000px;
  margin-bottom: 30px;
  display: flex;
}

.left-arrow {
  margin-left: 30px;
}

.right-arrow {
  margin-right: 30px;
}

._1stbanner {
  justify-content: center;
  width: 100vw;
  max-width: 2000px;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

._1stbanner.team {
  height: 360px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image-mask.tiny {
  width: 200px;
  height: 200px;
  padding-top: 0%;
}

.cards-image-mask.tiny.smaller {
  width: 150px;
  height: 150px;
}

.cards-image-mask.medium {
  width: 20vw;
  height: 20vw;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card {
  flex-direction: column;
  min-width: 25%;
  max-width: 500px;
  margin: 20px;
  display: flex;
  position: relative;
}

.infofield {
  background-color: var(--white);
  color: var(--azdarkgrey);
  text-align: center;
  width: 100%;
}

.infofield.hidden {
  display: none;
}

.bold {
  font-weight: 700;
}

.sectiondivision {
  border-bottom: 1px solid #27272780;
  width: 60%;
  margin-top: 25px;
  margin-bottom: -25px;
}

.category-holder {
  z-index: 100;
  background-color: var(--white);
  justify-content: center;
  width: 100%;
  display: flex;
}

.card-list {
  z-index: 100;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.card-list.horizontal {
  flex-direction: row;
}

.card-list.horizontal.team-list {
  width: 750px;
}

.blockscreen {
  z-index: 90;
  background-color: #27272778;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.hiddledev {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  display: flex;
}

.collection-list-wrapper-5 {
  width: 80%;
}

.image-4 {
  width: 50%;
}

.paragraph {
  margin-bottom: 20px;
}

.div-block-2 {
  display: none;
}

.new-stick {
  color: var(--azdarkgrey);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-top: 276px;
  padding-right: 26vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.full-image-background-stick {
  z-index: -1;
  object-fit: cover;
  background-image: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/63a442db0bd706ec5d8b2e7d_Banner-1920x1080-AZEMAD-JUMBO.png");
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.full-image-background-stick.news {
  background-image: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/5f7525a4dc10a03fa9ce49e8_News-Banner-Helder-Nunes.jpg");
  background-position: 50% 0;
}

.actbutton-copy {
  border: 1px solid var(--azdarkgrey);
  background-color: var(--azdarkgrey);
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 90%;
  font-style: italic;
  display: flex;
  position: relative;
  top: -79px;
  left: 26px;
}

.actbutton-copy:hover {
  color: var(--azdarkgrey);
  background-color: #0000;
}

.actbutton-copy.discreto {
  border-color: var(--disablegrey);
  color: var(--azdarkgrey);
  background-color: #0000;
  width: auto;
  min-width: 150px;
  max-width: 300px;
  transition: all .2s;
}

.actbutton-copy.discreto:hover {
  border-color: var(--sport);
  background-color: var(--sport);
  color: var(--white);
}

.actbutton-copy.overblack {
  background-color: #0000;
  border-color: #ffffffb3;
  width: auto;
  margin-top: 20px;
}

.actbutton-copy.overblack:hover {
  border-color: var(--black);
  background-color: var(--sport);
  color: var(--white);
}

.actbutton-copy.overblack.spaced {
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.actbutton-copy.umbra {
  background-color: #0000;
  border-color: #adadad59;
  margin-top: 20px;
  margin-bottom: -50px;
}

.actbutton-copy.umbra:hover {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

.actbutton-copy.discreto-invertido {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  width: auto;
  min-width: 150px;
  max-width: 300px;
  transition: all .2s;
}

.actbutton-copy.discreto-invertido:hover {
  border-color: var(--sport);
  background-color: var(--sport);
  color: var(--white);
}

.actbutton-copy.mochila {
  background-color: var(--sport);
  color: var(--azdarkgrey);
  width: auto;
  margin-top: 5vh;
}

.actbutton-copy.mochila:hover {
  border-color: var(--azdarkgrey);
}

.actbutton-copy.news {
  border-color: var(--azdarkgrey);
  width: auto;
  margin-top: 5vh;
}

.actbutton-copy.news:hover {
  border-color: var(--azdarkgrey);
  background-color: var(--azlihtgrey);
}

.actbutton-copy.livre {
  width: auto;
  max-width: 80%;
}

.actbutton-copy.bearings {
  border-color: var(--white);
  color: var(--white);
  background-color: #0000;
  width: auto;
  margin-top: 1vh;
}

.actbutton-copy.bearings:hover {
  border-color: var(--sport);
  background-color: var(--sport);
}

.actbutton-copy.color:hover {
  background-color: var(--sport);
  color: var(--white);
}

.actbutton-copy.color.configurator {
  width: auto;
  margin-bottom: 30vh;
  margin-left: 35vw;
}

.actbutton-copy.banner-promo {
  background-color: var(--sport);
  color: var(--white);
  margin-top: 70px;
}

.actbutton-copy.banner-promo:hover {
  color: var(--azdarkgrey);
  background-color: #0000;
}

.actbutton-copy.banner-promo.mochila {
  margin-top: 30px;
}

.actbutton-copy.banner-promo.hide {
  display: none;
}

.actbutton-copy.autowide {
  width: auto;
}

.actbutton-copy.autowide.hide {
  display: none;
}

.actbutton-copy.sportcolor {
  border-color: var(--sport);
  background-color: var(--sport);
  color: var(--white);
}

.actbutton-copy.sportcolor.autowidth {
  width: auto;
}

.actbutton-copy.sportcolor.autowidth.spaced {
  border-style: none;
  min-width: 200px;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.5ch;
  }

  h1 {
    font-size: 300%;
  }

  .link-block {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 0;
    overflow: hidden;
  }

  .link-block:hover {
    border-left: 2px solid var(--sport);
    background-color: #ff45001a;
    border-bottom-style: none;
  }

  .link-block.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block.w--open {
    border-left: 2px solid var(--sport);
    background-color: #ff45001a;
    border-bottom-style: none;
  }

  .link-block.sticks {
    display: none;
  }

  .corner-image {
    width: 20%;
  }

  .corner-image.pctop {
    max-width: 100px;
    top: 30px;
    right: 30px;
  }

  .navbarmainlogo {
    display: flex;
  }

  .subt-tulo {
    font-size: 140%;
  }

  .actbutton.overblack.spaced {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .actbutton.color.configurator {
    margin-bottom: 15vw;
    top: auto;
    bottom: 10%;
    right: 0%;
  }

  .footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .horizontal-display {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .nothing2declare {
    display: none;
  }

  .divider.first {
    width: 100%;
  }

  .divider.samedesktop {
    border-left-style: solid;
    border-right: 1px #000;
  }

  .divider.firstmobile {
    border-left-style: none;
    width: 100%;
    min-height: 0;
  }

  .sector-logo {
    height: 8px;
  }

  .titulorodape.mobileright {
    text-align: right;
  }

  .social-media-connections {
    justify-content: end;
  }

  .social-media-connections.centered {
    justify-content: center;
    justify-items: center;
    height: auto;
  }

  .social-media-connections.player {
    justify-content: start;
  }

  .sociallink {
    align-items: flex-end;
    display: flex;
  }

  .sociallink.menu {
    width: 30px;
    height: 30px;
  }

  .image-2 {
    width: 100%;
    height: 100%;
  }

  .navlinkzone {
    border-bottom: 1px #3333331a;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    height: auto;
    min-height: 100vh;
    margin-top: 75px;
    margin-left: -20px;
    padding-bottom: 75px;
    padding-left: 0;
    padding-right: 0;
    font-size: 150%;
    display: none;
    position: absolute;
    inset: 0%;
    overflow: scroll;
  }

  .menu-hamburguer-icon {
    background-color: #0000;
    display: block;
  }

  .filler {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 75px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .menu-buttons {
    flex-direction: column;
    height: 100%;
    position: static;
  }

  .menu-buttons.sub {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    height: 100%;
  }

  .navmenu {
    display: flex;
  }

  .menu-close-icon {
    background-color: #0000;
  }

  .sectors-div {
    display: none;
  }

  .sectors-div.menu {
    width: 100%;
    margin-top: 2vh;
    display: flex;
  }

  .navbar-sector-link {
    border-bottom: 1px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-sector-link:hover {
    border-bottom-width: 1px;
    border-bottom-color: #ff450080;
  }

  .navbar-sector-link.rightlimit {
    border-left-style: none;
  }

  .navbar-sector-link.leftlimit {
    border-left-color: #0000;
  }

  .maximum-h-limite {
    margin-left: 0;
    margin-right: 0;
  }

  .langdrop {
    width: 150px;
    padding-right: 0;
  }

  .dropdown-lang {
    position: static;
  }

  .dropdown-lang:hover, .dropdown-lang.w--open {
    border-left: 1px solid #333;
  }

  .main-banner {
    background-image: none;
    height: 100vw;
    min-height: 600px;
  }

  .dropdownarea {
    flex-direction: column;
    width: 100%;
    height: auto;
    display: flex;
    position: static;
  }

  .content-controls {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    border-radius: 5px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: stretch center;
    width: 100%;
    height: 100%;
  }

  .thumbnail-over-promo {
    display: none;
  }

  .centered-text {
    text-align: justify;
  }

  .comapany-midsection-image {
    margin-top: 0;
  }

  .menuitem {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .below-arrow {
    display: flex;
  }

  .nav-list {
    grid-column-gap: 40px;
    flex-direction: column;
    width: 100%;
    padding: 0;
    display: flex;
  }

  .nav-list.ex2 {
    justify-content: flex-start;
  }

  .nav-list-group {
    background-color: var(--white);
    align-items: stretch;
    width: 100%;
    max-width: none;
  }

  .nav-link {
    border-bottom: 1px solid #2727271a;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20vw;
  }

  .nav-link.group {
    margin-bottom: 0;
    padding-right: 5px;
  }

  .nav-group-header {
    align-items: center;
    width: 100%;
    height: 40px;
    padding-left: 15vw;
    display: flex;
  }

  .featured {
    right: 10%;
  }

  .filter-button-copy {
    border-bottom: 1px solid #5151511a;
    width: 100%;
    height: 60px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .filter-button-copy:hover {
    border-left: 1px solid var(--sport);
    border-bottom-color: #2727271a;
  }

  .filter-button-copy.w--open {
    border-left: 2px solid var(--sport);
    background-color: #ff45001a;
    border-bottom-style: none;
  }

  .buy-button {
    display: none;
  }

  .product-ref {
    margin-top: 10px;
  }

  .current-page-path {
    padding-left: 20px;
  }

  .category-logo {
    width: 90vw;
    max-width: none;
    height: 15vw;
    margin-bottom: 20vw;
  }

  .category-logo.sub {
    width: 65vw;
    max-width: none;
    height: 13vw;
    margin-top: 15vw;
  }

  .product-main-banner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .product-ui {
    width: 90vw;
    padding-top: 0;
  }

  .product-image-area {
    justify-content: center;
    width: 100%;
    max-width: none;
    height: 80vw;
    min-height: 80vh;
    max-height: 120vw;
    margin-right: 0;
    position: relative;
  }

  .stick-presentation {
    max-width: 120vw;
  }

  .nome-do-produto {
    font-size: 400%;
  }

  .background-lettering {
    justify-content: center;
    height: 60vh;
    top: 20vh;
  }

  .thumb-description {
    max-width: none;
  }

  .thumb-description.store {
    width: 100%;
  }

  .family-lettering {
    min-width: 400px;
  }

  .center-vertical-div.news {
    left: 10%;
    right: 10%;
  }

  .side-menu {
    display: none;
  }

  .main-content.left-limit {
    border-left-style: none;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .horizontal-div.store {
    grid-template-columns: 40% 60%;
  }

  .thumbnail {
    grid-column-gap: 10px;
    grid-template-rows: 44vw repeat(auto-fit, minmax(100px, auto));
    grid-template-columns: 44vw;
  }

  .thumbnail.scrollable {
    grid-template-rows: 50vw auto;
    grid-template-columns: 50vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .thumbnail-image-area {
    max-width: none;
    max-height: none;
  }

  .thumbnail-gallery-line {
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    padding-right: 5vw;
    display: flex;
  }

  .menu-divisor {
    border-left-style: none;
    border-right-style: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .thumbnail-gallery {
    display: flex;
  }

  .form-field.dealer-contact {
    width: auto;
  }

  .checkbox {
    margin-top: 3px;
  }

  .product-presentation {
    position: relative;
    top: 0;
  }

  .highlighttag.fill {
    transform: translate(-60%, -60%)rotate(-45deg);
  }

  .pickyourproduct {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .product-range {
    min-height: 40vw;
  }

  .productclassgrid {
    grid-template-columns: 1fr 1fr;
  }

  .latestnews {
    padding: 5vw 5vw 0;
  }

  .navfamdescription {
    display: none;
  }

  .group-menu {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menulist-item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-body {
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text-body.centered.limited {
    padding-top: 90px;
  }

  .background-image, .background-image.mobile, .background-image.parallax {
    display: flex;
  }

  .news-image-title {
    background-image: none;
    height: 100vw;
  }

  .news-gallery {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .category-grid {
    width: 80%;
  }

  .content-width {
    padding-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .checkout-title {
    text-transform: uppercase;
  }

  .newsletter-form {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .category {
    flex-wrap: wrap;
    align-content: space-around;
  }

  .category:hover {
    border-bottom-style: none;
  }

  .category.w--current {
    margin-left: 10px;
    margin-right: 10px;
  }

  .category.w--open {
    border-left: 2px solid var(--sport);
    background-color: #ff45001a;
    border-bottom-style: none;
  }

  .category-title {
    max-width: 50%;
  }

  .thumbnail-gallery-scroller {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    display: flex;
    overflow: auto;
  }

  .thumbnail-gallery-grid {
    grid-column-gap: 2vw;
    grid-row-gap: 1vw;
    grid-template-rows: auto;
    grid-template-columns: 44vw 44vw;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    display: grid;
  }

  .umbra-background {
    background-position: 50% 100%;
    background-size: contain;
    background-attachment: scroll;
  }

  .umbra-banner-logo {
    top: 3vh;
  }

  .umbra-product-assembly {
    width: 100vw;
  }

  .lateralpromo {
    display: none;
  }

  .store-result {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .thumbnail-galery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .store-locator {
    background-image: none;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .bocomeadealerdiv {
    text-align: center;
  }

  .filter-bar {
    width: 80vw;
    max-width: none;
  }

  .related-products {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 0;
  }

  .message-us {
    padding: 5vw;
  }

  .standard-contact {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .formul-rio {
    justify-content: center;
    width: 90vw;
    display: flex;
  }

  .dealer-contact {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 40vw 40vw;
    grid-auto-columns: 1fr;
    width: 80vw;
  }

  .popup-window {
    flex-direction: column;
    max-width: 85vw;
  }

  .rgpd {
    flex-direction: column;
    grid-template-columns: 80%;
    display: flex;
  }

  .legalitemcontent {
    height: 100%;
  }

  .privacypolicy-topic {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .utility-page-content-2 {
    width: 70vw;
  }

  .over-popup {
    display: none;
  }

  .banner-title-backpack.mochila {
    font-size: 450%;
  }

  .langlayout {
    flex-direction: column;
  }

  .vertical-div {
    height: 100%;
  }

  .expandable-navsubmenu {
    border-top: 1px solid #ff450033;
    border-bottom-width: 1px;
    flex: none;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 40px 0 -40px;
    display: none;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .expandable-navsubmenu.w--open {
    background-color: var(--azlihtgrey);
    border-bottom-style: none;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin-top: 0;
    position: static;
    box-shadow: inset 0 0 8px #2727274d;
  }

  .expandable-navsubmenu.products {
    height: 100%;
    min-height: 650px;
    display: none;
    overflow: auto;
  }

  .hoversecurity {
    display: none;
  }

  .safari-div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .download-banner {
    padding: 5vw;
  }

  .bearings-title-tile {
    align-items: center;
  }

  .model {
    min-width: 0;
    max-width: 50vh;
    max-height: 50vh;
  }

  .configurador {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menuconfig {
    width: 100vw;
    height: auto;
    margin-top: -35vh;
    padding-bottom: 10px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    overflow: hidden;
  }

  .confsection.pendent.last {
    height: 35vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .config-title {
    justify-content: center;
  }

  .config-title.left {
    justify-content: flex-start;
  }

  .configuratormenuarranjement {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .preview {
    z-index: 10;
    background-color: var(--white);
    justify-content: center;
    width: 100vw;
    max-width: 100vw;
    height: 50vh;
    max-height: 100vw;
    margin-bottom: 35vh;
    display: flex;
    top: 75px;
    right: auto;
    box-shadow: 1px 1px 3px #00000054;
  }

  .config-checkout {
    flex-direction: column;
    padding-bottom: 50px;
    display: flex;
  }

  .checkouform {
    flex-direction: column;
    display: flex;
  }

  .radio-button-label {
    display: none;
  }

  .radio-button {
    margin-left: 0;
  }

  .bankradiodiv {
    width: 70%;
  }

  .rich-text-block {
    margin: 5vh 10vw;
  }

  .conflogo {
    width: 15%;
    top: 5vw;
    left: 5vw;
  }

  .coverlogo {
    display: none;
  }

  .inlineconditions {
    height: auto;
  }

  .innerform-div {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .generalcontent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .expandtitle {
    justify-content: center;
  }

  .expandtitle.left {
    justify-content: flex-start;
  }

  .tabs {
    flex-direction: column;
  }

  .tabside {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tabside:hover {
    border-bottom: 1px solid #51515180;
  }

  .tabside.w--current {
    border-bottom: 1px solid var(--sport);
    border-left-style: none;
  }

  .tabnavigator {
    flex-direction: row;
    width: auto;
  }

  .tabs-content {
    border-top: 1px solid #51515180;
    width: 100%;
    margin-top: 20px;
  }

  .full-gif-background {
    background-image: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/5fc4fc88672818629ea7132f_AZEMAD-Made-of-You-Mob.gif");
    background-position: 50% 100%;
    background-size: cover;
  }

  .full-gif-background.es {
    background-image: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/5fc4fc8b6f96240cd3cc62f5_AZEMAD-Hecho-de-Ti-Mob.gif");
  }

  .full-gif-background.pt {
    background-image: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/5fc4fc89f6175987a5d032bc_AZEMAD-Feito-de-Ti-Mob.gif");
  }

  .mobile {
    display: block;
  }

  .warningcontent {
    width: 80%;
  }

  .player-image-background.pc {
    display: none;
  }

  .over-div {
    padding-left: 50px;
  }

  .banner-conquistas {
    flex-direction: column;
  }

  .imagem-de-atleta {
    background-position: 50%;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100vw;
    position: relative;
  }

  .texto-de-conquistas {
    background-image: linear-gradient(to bottom, #0000, var(--azdarkgrey) 9%);
    align-items: center;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: -10vh;
    margin-left: 0;
    padding-top: 10vh;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .conquistas {
    width: 100%;
    max-width: none;
  }

  .fs-section {
    width: 100vw;
  }

  ._1stbanner {
    background-image: none;
    height: 100vw;
  }

  ._1stbanner.team {
    height: 200px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .cards-image-mask.tiny {
    width: 20vw;
    height: 20vw;
  }

  .cards-image-mask.tiny.smaller {
    width: 15vw;
    height: 15vw;
  }

  .cards-image-mask.medium {
    width: 30vw;
    height: 30vw;
  }

  .card-list.horizontal.team-list {
    width: 100%;
  }

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

  .image-4 {
    width: 65%;
  }

  .actbutton-copy.overblack.spaced {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .actbutton-copy.color.configurator {
    margin-bottom: 15vw;
    top: auto;
    bottom: 10%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .subt-tulo {
    font-size: 150%;
  }

  .actbutton.color.configurator {
    margin-left: 46vw;
  }

  .navlinkzone {
    margin-top: 60px;
  }

  .header-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    height: 105px;
  }

  .main-logo {
    max-height: 35px;
  }

  .main-banner {
    padding-top: 105px;
  }

  .nav-list {
    grid-row-gap: 0px;
    grid-template-columns: auto;
    justify-items: center;
  }

  .nav-link {
    border-bottom: 1px solid #2727271a;
    align-items: center;
    width: 100%;
    height: 40px;
  }

  .current-page-path {
    top: 110px;
  }

  .product-image-area {
    min-height: 60vh;
  }

  .nome-do-produto {
    font-size: 300%;
  }

  .background-lettering {
    height: 30vh;
  }

  .header-spacer {
    height: 105px;
  }

  .thumbnail.scrollable {
    grid-template-rows: 50vw auto;
    grid-template-columns: 50vw;
  }

  .news-header, .section-title {
    font-size: 150%;
  }

  .news-image-title {
    padding-top: 105px;
  }

  .category-grid {
    width: 100%;
  }

  .category {
    max-width: 40vw;
    margin-left: 10px;
  }

  .umbra-background {
    background-size: cover;
  }

  .hovering-boot.mobile {
    display: none;
  }

  .standard-contact {
    grid-template-columns: 1fr 1fr;
  }

  .privacypolicy {
    padding-left: 5vh;
    padding-right: 5vh;
    font-size: 10px;
  }

  .preview {
    top: 60px;
  }

  ._1stbanner {
    padding-top: 105px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .category-holder {
    top: 60px;
  }

  .actbutton-copy.color.configurator {
    margin-left: 46vw;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 1.5ch;
  }

  .utility-page-wrap {
    justify-content: center;
  }

  .link-block.w--open {
    margin-top: 0;
    margin-bottom: 0;
  }

  .corner-image {
    width: 32%;
    position: fixed;
    right: 20px;
  }

  .corner-image.pctop.mobilecenter {
    width: 25%;
    right: auto;
  }

  .subt-tulo {
    font-size: 150%;
  }

  .actbutton {
    position: relative;
  }

  .actbutton.overblack {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .actbutton.umbra {
    margin-top: 0;
    margin-bottom: 0;
  }

  .actbutton.color.configurator {
    margin-bottom: 2vh;
  }

  .social-media-connections {
    max-width: 60vw;
  }

  .main-banner {
    height: 90vh;
  }

  .sector-title {
    font-size: 5vw;
  }

  .tab-link {
    width: 33.33%;
  }

  .current-page-path {
    font-size: 1ch;
  }

  .product-main-banner {
    padding-top: 10px;
  }

  .product-image-area {
    min-height: 40vh;
  }

  .background-lettering {
    top: 10vh;
  }

  .family-lettering {
    min-width: 0;
    min-height: 100px;
    padding-bottom: 10px;
  }

  .center-vertical-div.mochila {
    align-items: center;
  }

  .thumbnail {
    grid-template-columns: auto;
  }

  .highlighttag.fill {
    transform: translate(-50%, -50%)rotate(-45deg);
  }

  .text-body {
    text-align: left;
  }

  .category-grid {
    justify-content: center;
    align-items: baseline;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .umbra-background {
    background-size: contain;
  }

  .hovering-boot {
    display: none;
  }

  .hovering-boot.mobile {
    width: 90vw;
    display: block;
    bottom: 3.8vw;
  }

  .umbra-banner-logo {
    width: 80vw;
  }

  .umbra-floor {
    bottom: 0;
  }

  .banner-title {
    position: static;
  }

  .thumbnail-galery-grid {
    grid-template-columns: 1fr;
  }

  .store-locator {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .contact-banner {
    flex-direction: column;
  }

  .storelocatoricon {
    margin-bottom: 50px;
    margin-left: 50px;
  }

  .expand-icon {
    right: 4%;
  }

  .utility-page-content-2 {
    font-size: 10px;
  }

  .full-image-background {
    background-position: 74% 100%;
    background-size: auto 115%;
  }

  .full-image-background.news {
    background-position: 70% 100%;
  }

  .backpack-title-tile {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-title-backpack {
    font-size: 13vw;
  }

  .banner-title-backpack.mochila {
    color: var(--white);
    text-align: center;
    font-size: 350%;
    display: none;
  }

  .banner-title-news {
    font-size: 300%;
  }

  .bearings-title-tile {
    justify-content: flex-start;
    padding-left: 10vw;
  }

  .checkouform {
    width: 100%;
  }

  .bankradiodiv {
    width: auto;
  }

  .full-gif-background {
    background-position: 50% 100%;
  }

  .over-div {
    font-size: 80%;
  }

  .texto-de-conquistas {
    font-size: 1.1ch;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cards-image-mask.tiny {
    width: 30vw;
    height: 30vw;
  }

  .cards-image-mask.medium {
    width: 40vw;
    height: 30vw;
  }

  .card-list.horizontal.team-list {
    padding-top: 10px;
  }

  .new-stick {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .full-image-background-stick {
    background-image: url("https://cdn.prod.website-files.com/5b058cbcf77f47e464656459/63a442db670952030d44f4d2_MobileStory-1080x1920-AZEMAD-JUMBO.png");
  }

  .full-image-background-stick.news {
    background-position: 70% 100%;
  }

  .actbutton-copy {
    position: relative;
  }

  .actbutton-copy.overblack {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .actbutton-copy.umbra {
    margin-top: 0;
    margin-bottom: 0;
  }

  .actbutton-copy.color.configurator {
    margin-bottom: 2vh;
  }
}

#w-node-_14201e72-c17a-db7d-4e10-a43eb71cc139-7d98abc3 {
  align-self: start;
}

#w-node-_8cab043e-53a3-1c07-70ca-b91f25182146-8f85a686, #w-node-_8cab043e-53a3-1c07-70ca-b91f2518214d-8f85a686 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-_8020db5b-718e-8123-8704-9ee90dfb5877-0dfb586e, #w-node-_8020db5b-718e-8123-8704-9ee90dfb587a-0dfb586e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8020db5b-718e-8123-8704-9ee90dfb587e-0dfb586e {
  place-self: end;
}

#w-node-d3b05b99-bd39-cd07-9177-eabdba6e0a79-0dfb586e, #w-node-b0072376-e4df-fdab-2596-9f72c820c708-0dfb586e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-ad1b4083-c7d2-df50-cb9c-9de4697bacad-3198ac3c, #w-node-b64132d6-3773-6a85-ee6c-d9e252521e4e-3198ac3c {
  place-self: start center;
}

#w-node-_1fed23d6-484a-6f07-dbe8-1acf9953099a-3198ac3c, #w-node-_1fed23d6-484a-6f07-dbe8-1acf9953099d-3198ac3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fed23d6-484a-6f07-dbe8-1acf995309a1-3198ac3c {
  place-self: end;
}

#w-node-_1fed23d6-484a-6f07-dbe8-1acf995309a2-3198ac3c, #w-node-_1fed23d6-484a-6f07-dbe8-1acf995309a3-3198ac3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_363d0a86-f384-3098-b4c4-5a5fd66a9e39-3198ac3c, #w-node-_363d0a86-f384-3098-b4c4-5a5fd66a9e40-3198ac3c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-f5719bdd-00ad-bdfe-7c79-975cee58ef88-2598ac3d, #w-node-b9d1402a-7148-6488-dfe1-1b3df6d15ad2-2598ac3d {
  place-self: start center;
}

#w-node-_9b641a35-a40c-2a63-c06b-f8155a87d050-2598ac3d, #w-node-_9b641a35-a40c-2a63-c06b-f8155a87d053-2598ac3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b641a35-a40c-2a63-c06b-f8155a87d057-2598ac3d {
  place-self: end;
}

#w-node-_9b641a35-a40c-2a63-c06b-f8155a87d058-2598ac3d, #w-node-_9b641a35-a40c-2a63-c06b-f8155a87d059-2598ac3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_06ec76af-f5fd-40aa-feb9-9d912ed06ff0-2598ac3d, #w-node-_06ec76af-f5fd-40aa-feb9-9d912ed06ff7-2598ac3d, #w-node-_56cd4293-2dd9-33cd-e84c-30bd82b211d1-1498ac3e, #w-node-_2f817841-819c-40cd-cc37-70de4c651432-1498ac3e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-_5569febb-58b5-fbae-907e-96dd5896fd03-6c98ac40, #Nome-particular.w-node-_5569febb-58b5-fbae-907e-96dd5896fd05-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5569febb-58b5-fbae-907e-96dd5896fd1d-6c98ac40 {
  grid-area: 1 / 3 / 2 / 5;
}

#Email-Particular.w-node-_5569febb-58b5-fbae-907e-96dd5896fd1f-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5569febb-58b5-fbae-907e-96dd5896fd20-6c98ac40, #Mensagem-particular.w-node-_5569febb-58b5-fbae-907e-96dd5896fd22-6c98ac40 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#Politica-de-Privacidade.w-node-bd8dd61a-961f-6ef5-02f3-7a90b46a075d-6c98ac40 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5569febb-58b5-fbae-907e-96dd5896fd2b-6c98ac40, #w-node-_97941f8a-9e68-7d5e-0729-46326b32a774-6c98ac40, #w-node-a2adc634-0b30-e195-0462-1f18e81af108-6c98ac40 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8ba-6c98ac40, #Nome-Lojista.w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8bb-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_922b57a5-102a-c471-0955-ae933bfc2fc7-6c98ac40 {
  grid-area: 1 / 3 / 2 / 5;
}

#Apelido-Lojista.w-node-_6968da11-dae5-6580-c22c-f71e3f284ec4-6c98ac40, #w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8bc-6c98ac40, #Email-Lojista.w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8be-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cb35f7a6-67e9-f2bb-a967-8fccea76d0fc-6c98ac40 {
  grid-area: 3 / 3 / 4 / 5;
}

#Contacto-Lojista.w-node-d2ea119b-1a56-8d24-500c-de20bb1ca810-6c98ac40, #w-node-_054a4ab5-7772-1548-07e3-2b26940bf06d-6c98ac40, #Morada-da-loja.w-node-_350c0935-225a-880e-a57d-36aeb86c2775-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b6daa732-06d3-4d96-7c0e-3e76978803cc-6c98ac40 {
  grid-area: 5 / 3 / 6 / 5;
}

#Website-lojista.w-node-e2c6ae5d-6739-fab6-8a13-1cf8b74d4118-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8bf-6c98ac40, #Mensagem-lojista.w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8c0-6c98ac40 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#Politica-de-Privacidade.w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8c1-6c98ac40 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#Enviar-PT.w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8c8-6c98ac40, #Enviar-EN.w-node-_38e3f0b1-bc13-94d2-74f6-c3d7cb4c11fe-6c98ac40, #Enviar-ES.w-node-c66cda48-2769-ec09-5699-92476c242391-6c98ac40 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-b9309b1e-a749-2aec-8e66-6a72860a39a8-6c98ac40, #Nome-Clube.w-node-b9309b1e-a749-2aec-8e66-6a72860a39aa-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9309b1e-a749-2aec-8e66-6a72860a39ba-6c98ac40 {
  grid-area: 1 / 3 / 2 / 5;
}

#Nome-Responsavel-2.w-node-b9309b1e-a749-2aec-8e66-6a72860a39be-6c98ac40, #w-node-_276d75a0-acc8-47bd-6609-91d1cf4a9e3d-6c98ac40, #Email-Clube.w-node-bf098574-1e9d-1f29-92c8-8a219796371b-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9309b1e-a749-2aec-8e66-6a72860a39bf-6c98ac40 {
  grid-area: 3 / 3 / 4 / 5;
}

#Contacto-Clube.w-node-b9309b1e-a749-2aec-8e66-6a72860a39c1-6c98ac40, #w-node-_12f18a67-b337-575b-6bb3-a474588d3ec7-6c98ac40, #Pais-Clube.w-node-_589aef77-3cff-bd7d-a462-db3590b4f3f3-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_77aa24d8-37fa-e2f5-0414-429a307ee626-6c98ac40 {
  grid-area: 5 / 3 / 6 / 5;
}

#Localidade-Clube.w-node-_0aa47077-3ee2-0237-e057-53227c06f7ae-6c98ac40, #w-node-_93d3d1b7-e297-8680-eb4c-43a752a27429-6c98ac40, #Website-Clube.w-node-_6e75e109-0ea9-8c28-aa46-c1012e5dd5e2-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_647f254f-e49a-0716-c3c5-eeb8dba512ab-6c98ac40 {
  grid-area: 7 / 3 / 8 / 5;
}

#Youtube-Clube.w-node-_5ecbcadc-c83b-0e77-1674-5737070e0fc1-6c98ac40, #w-node-_977380b7-6569-42ac-0c50-ee19869aeebb-6c98ac40, #Facebook-Clube.w-node-_0d843e5a-ad5c-fc7f-dcce-b641229feccf-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4b66fa8b-38e8-86b4-9ce8-75345c8b4c31-6c98ac40 {
  grid-area: 9 / 3 / 10 / 5;
}

#Instagram-Clube.w-node-de781287-490c-e1d4-ee32-c15f45af96a0-6c98ac40, #w-node-ec851d6a-cf62-3336-1adc-90cd92c1a54a-6c98ac40, #Total-de-Inscritos.w-node-e07f550f-9927-a339-ed68-1bb61e546bb8-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_491e029e-46a0-a742-089c-1cfd45aadb9a-6c98ac40 {
  grid-area: 11 / 3 / 12 / 5;
}

#Atletas-Seniores.w-node-_0fd9fa54-8b36-ab1d-de91-0dba3357bea6-6c98ac40, #w-node-_052294a3-d95e-e299-8565-e46bfdfaba4c-6c98ac40, #Qt-Escal-es.w-node-_91358f09-0ca5-9edd-b02e-766cbbb08049-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43cb18b8-9414-e26a-ae75-30289839a93c-6c98ac40 {
  grid-area: 13 / 3 / 14 / 5;
}

#Outras-Marcas.w-node-a4324db0-ee9f-0c65-573f-08809098fc82-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9309b1e-a749-2aec-8e66-6a72860a39b3-6c98ac40, #Mensagem-Clube.w-node-b9309b1e-a749-2aec-8e66-6a72860a39b5-6c98ac40 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b9309b1e-a749-2aec-8e66-6a72860a39c9-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b9309b1e-a749-2aec-8e66-6a72860a39d0-6c98ac40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_7e846b15-c446-d7c8-a461-9e4e88678d79-6c98ac40, #w-node-_7e846b15-c446-d7c8-a461-9e4e88678d7c-6c98ac40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e846b15-c446-d7c8-a461-9e4e88678d80-6c98ac40 {
  place-self: end;
}

#w-node-_7e846b15-c446-d7c8-a461-9e4e88678d81-6c98ac40, #w-node-_7e846b15-c446-d7c8-a461-9e4e88678d82-6c98ac40 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-ebb0ae36-d0ee-5c32-9ae5-c927b0a21b9e-6c98ac40, #w-node-ebb0ae36-d0ee-5c32-9ae5-c927b0a21ba5-6c98ac40, #w-node-_5871478b-1d66-2ca3-5160-ff9fba529cfd-1d98ac41, #w-node-_5871478b-1d66-2ca3-5160-ff9fba529d2b-1d98ac41, #w-node-_748271db-0368-e346-99c1-5c90b6b86eb4-1b98ac42, #w-node-_748271db-0368-e346-99c1-5c90b6b86ebb-1b98ac42 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-b68e9972-0eb7-8d59-1eb1-7172e521c31a-b098ac45 {
  align-self: start;
}

#w-node-_15ddf5fe-1318-7fa4-decd-812a0398642a-b098ac45, #w-node-_15ddf5fe-1318-7fa4-decd-812a0398642d-b098ac45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15ddf5fe-1318-7fa4-decd-812a03986431-b098ac45 {
  place-self: end;
}

#w-node-_15ddf5fe-1318-7fa4-decd-812a03986432-b098ac45, #w-node-_15ddf5fe-1318-7fa4-decd-812a03986433-b098ac45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-b5d495b3-b80b-049b-f409-da73f5ec851e-b098ac45, #w-node-_85bbe0bb-64cb-baa8-3c5f-c9bde966aee7-b098ac45 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-_73db7d9d-17a0-d322-a6c2-4617368a3137-4598ac46, #w-node-_73db7d9d-17a0-d322-a6c2-4617368a313a-4598ac46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73db7d9d-17a0-d322-a6c2-4617368a313e-4598ac46 {
  place-self: end;
}

#w-node-_73db7d9d-17a0-d322-a6c2-4617368a313f-4598ac46, #w-node-_73db7d9d-17a0-d322-a6c2-4617368a3140-4598ac46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-ce02c034-dcd8-ce18-a515-b67e9fc00450-4598ac46, #w-node-ce02c034-dcd8-ce18-a515-b67e9fc00457-4598ac46 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-_32863151-e103-0bda-0a3f-8b776d3c5c1c-4598ac46, #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c24-4598ac46, #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c28-4598ac46, #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c30-4598ac46, #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c34-4598ac46, #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c3c-4598ac46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32863151-e103-0bda-0a3f-8b776d3c5c70-4598ac46 {
  grid-area: 3 / 2 / 6 / 3;
}

#w-node-c60d0d60-4096-5778-bd21-1cec3be3e54c-8d98ac4b, #w-node-c60d0d60-4096-5778-bd21-1cec3be3e54f-8d98ac4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c60d0d60-4096-5778-bd21-1cec3be3e553-8d98ac4b {
  place-self: end;
}

#w-node-c60d0d60-4096-5778-bd21-1cec3be3e554-8d98ac4b, #w-node-c60d0d60-4096-5778-bd21-1cec3be3e555-8d98ac4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_68d54faa-4d93-143f-3fbf-a9e3627b59bd-8d98ac4b, #w-node-_68d54faa-4d93-143f-3fbf-a9e3627b59c4-8d98ac4b {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-_89035dc1-a644-c08e-3ec6-902b99873cfe-6b98ac4c {
  justify-self: center;
}

#w-node-_36fe0803-94a3-afc7-e73c-c115fe6ad298-6b98ac4c {
  place-self: center;
}

#w-node-_33e70def-6b8d-b938-4f8a-157d4cfad29e-6b98ac4c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: stretch;
}

#w-node-ec0f29ba-fc6c-50af-4b10-8018044d5442-6b98ac4c, #Nome-Lojista.w-node-_9945a858-2631-2e9f-35ed-7649b85891a7-6b98ac4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9945a858-2631-2e9f-35ed-7649b85891a8-6b98ac4c {
  grid-area: 1 / 3 / 2 / 5;
}

#Apelido-Lojista.w-node-_9945a858-2631-2e9f-35ed-7649b85891a9-6b98ac4c, #w-node-_9945a858-2631-2e9f-35ed-7649b85891aa-6b98ac4c, #Email-Lojista.w-node-_9945a858-2631-2e9f-35ed-7649b85891ac-6b98ac4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9945a858-2631-2e9f-35ed-7649b85891ad-6b98ac4c {
  grid-area: 3 / 3 / 4 / 5;
}

#Contacto-Lojista.w-node-_9945a858-2631-2e9f-35ed-7649b85891ae-6b98ac4c, #w-node-_9945a858-2631-2e9f-35ed-7649b85891af-6b98ac4c, #Morada-da-loja.w-node-_9945a858-2631-2e9f-35ed-7649b85891b0-6b98ac4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9945a858-2631-2e9f-35ed-7649b85891b1-6b98ac4c {
  grid-area: 5 / 3 / 6 / 5;
}

#Website.w-node-_9945a858-2631-2e9f-35ed-7649b85891b3-6b98ac4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9945a858-2631-2e9f-35ed-7649b85891b4-6b98ac4c, #mensagem.w-node-_9945a858-2631-2e9f-35ed-7649b85891b5-6b98ac4c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d084962d-6c86-0023-aafa-a2160f9f62fb-6b98ac4c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#Enviar-PT.w-node-_9945a858-2631-2e9f-35ed-7649b85891bd-6b98ac4c, #Enviar-EN.w-node-_609e629f-2f66-9333-3be4-855e9ebd2df0-6b98ac4c, #Enviar-ES.w-node-f5c545c7-745a-0a0d-9f3c-2c8bd3bd2f09-6b98ac4c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: end;
}

#w-node-_958eaaa7-fe3b-daad-2427-5a210a06d0cd-6b98ac4c, #w-node-_958eaaa7-fe3b-daad-2427-5a210a06d0d0-6b98ac4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_958eaaa7-fe3b-daad-2427-5a210a06d0d4-6b98ac4c {
  place-self: end;
}

#w-node-_958eaaa7-fe3b-daad-2427-5a210a06d0d5-6b98ac4c, #w-node-_958eaaa7-fe3b-daad-2427-5a210a06d0d6-6b98ac4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-caf4eef4-ffd1-5335-5509-81e9e15e247d-6b98ac4c, #w-node-caf4eef4-ffd1-5335-5509-81e9e15e2484-6b98ac4c {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-d58b7ae0-0d5f-e2b4-1e80-75ce5879bb5b-0398ac4d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0b0eb3c-cad0-d093-69c6-2e8ebb14f896-0398ac4d, #w-node-a0b0eb3c-cad0-d093-69c6-2e8ebb14f8c4-0398ac4d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-dbd855ac-929b-96b8-7a52-2ec3665ae914-8198ac4e, #w-node-dbd855ac-929b-96b8-7a52-2ec3665ae916-8198ac4e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d3d153a4-791b-7864-87bb-03192c1945af-8198ac4e, #w-node-d3d153a4-791b-7864-87bb-03192c1945b6-8198ac4e {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-_5d5136ef-7c98-e3f2-4ec2-6a982a4edde0-4f98ac4f, #w-node-_5d5136ef-7c98-e3f2-4ec2-6a982a4edde3-4f98ac4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d5136ef-7c98-e3f2-4ec2-6a982a4edde7-4f98ac4f {
  place-self: end;
}

#w-node-_5d5136ef-7c98-e3f2-4ec2-6a982a4edde8-4f98ac4f, #w-node-_5d5136ef-7c98-e3f2-4ec2-6a982a4edde9-4f98ac4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_6ec1d6f9-c713-2c4c-1d34-7c3342fb6855-4f98ac4f, #w-node-_6ec1d6f9-c713-2c4c-1d34-7c3342fb685c-4f98ac4f {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

#w-node-bbbd62a5-f483-88da-d720-3e8eba0ceac2-4f98ac4f, #Nome.w-node-_24983913-e6d8-4ab4-ce94-4174e5816a90-4f98ac4f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24983913-e6d8-4ab4-ce94-4174e5816a91-4f98ac4f {
  grid-area: 1 / 3 / 2 / 5;
}

#Email-Particular.w-node-_24983913-e6d8-4ab4-ce94-4174e5816a93-4f98ac4f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8b0102e-61a9-45ba-ad27-50f64d9f2c40-4f98ac4f, #Mensagem.w-node-_24983913-e6d8-4ab4-ce94-4174e5816a95-4f98ac4f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_24983913-e6d8-4ab4-ce94-4174e5816a96-4f98ac4f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#Enviar-PT.w-node-_24983913-e6d8-4ab4-ce94-4174e5816a9d-4f98ac4f, #Enviar-EN.w-node-_1e6f3bb6-780f-dc4e-9d74-9caffb4d30d6-4f98ac4f, #Enviar-ES.w-node-_579a3dc7-120c-14cf-66f5-8ca8b273bd67-4f98ac4f {
  grid-area: 5 / 4 / 6 / 5;
  justify-self: end;
}

#w-node-c4270618-2535-914c-6d75-7b6ead91d7db-4b98ac52, #w-node-c4270618-2535-914c-6d75-7b6ead91d7de-4b98ac52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4270618-2535-914c-6d75-7b6ead91d7e2-4b98ac52 {
  place-self: end;
}

#w-node-c4270618-2535-914c-6d75-7b6ead91d7e3-4b98ac52, #w-node-c4270618-2535-914c-6d75-7b6ead91d7e4-4b98ac52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_02adbfb1-07db-06a9-2349-f274d952ebe8-4b98ac52, #w-node-_02adbfb1-07db-06a9-2349-f274d952ebef-4b98ac52 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end center;
}

@media screen and (max-width: 991px) {
  #w-node-_63419670-e8aa-af14-19e8-215cd1cd9714-d1cd9704 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_444dd210-b639-e36d-d6e9-6a1b8f85a6f5-8f85a686, #w-node-_444dd210-b639-e36d-d6e9-6a1b8f85a6f7-8f85a686, #w-node-_444dd210-b639-e36d-d6e9-6a1b8f85a6f9-8f85a686, #w-node-_444dd210-b639-e36d-d6e9-6a1b8f85a6fb-8f85a686, #w-node-_9f5b5bce-ecf2-dcf6-8e03-87021bc44ed8-3198ac3c, #w-node-_9f5b5bce-ecf2-dcf6-8e03-87021bc44eda-3198ac3c, #w-node-_9f5b5bce-ecf2-dcf6-8e03-87021bc44edc-3198ac3c, #w-node-_9f5b5bce-ecf2-dcf6-8e03-87021bc44ede-3198ac3c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0884f293-ba18-a64e-cd84-f04736556e56-3198ac3c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f5719bdd-00ad-bdfe-7c79-975cee58ef99-2598ac3d, #w-node-c5165bae-c79a-2e06-ddd3-b2f6bf6f3aa8-2598ac3d {
    align-self: start;
  }

  #w-node-d5ca9116-208e-35dd-c069-ac8e35315a05-2598ac3d, #w-node-d5ca9116-208e-35dd-c069-ac8e35315a07-2598ac3d, #w-node-d5ca9116-208e-35dd-c069-ac8e35315a09-2598ac3d, #w-node-d5ca9116-208e-35dd-c069-ac8e35315a0b-2598ac3d, #w-node-_6f2deb29-dd4e-836f-59d3-dc1223328b52-1498ac3e, #w-node-_6f2deb29-dd4e-836f-59d3-dc1223328b54-1498ac3e, #w-node-_6f2deb29-dd4e-836f-59d3-dc1223328b56-1498ac3e, #w-node-_6f2deb29-dd4e-836f-59d3-dc1223328b58-1498ac3e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_883f58dc-2e94-afd5-cfc4-0ecb5d7c966f-1498ac3e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #Enviar-EN.w-node-_38e3f0b1-bc13-94d2-74f6-c3d7cb4c11fe-6c98ac40 {
    justify-self: end;
  }

  #w-node-af814c47-0212-f7a0-85ab-faa037b9b335-6c98ac40, #w-node-af814c47-0212-f7a0-85ab-faa037b9b337-6c98ac40, #w-node-af814c47-0212-f7a0-85ab-faa037b9b339-6c98ac40, #w-node-af814c47-0212-f7a0-85ab-faa037b9b33b-6c98ac40 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72880b54-ea44-99a2-4709-e2205c8303b9-6c98ac40 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5871478b-1d66-2ca3-5160-ff9fba529d40-1d98ac41, #w-node-_5871478b-1d66-2ca3-5160-ff9fba529d42-1d98ac41, #w-node-_5871478b-1d66-2ca3-5160-ff9fba529d44-1d98ac41, #w-node-_5871478b-1d66-2ca3-5160-ff9fba529d46-1d98ac41 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee453179-7806-5f1a-bbe2-60e480e96c68-1d98ac41 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c4a4c919-487d-a3aa-e376-fad8cac7b81e-1b98ac42, #w-node-c4a4c919-487d-a3aa-e376-fad8cac7b820-1b98ac42, #w-node-c4a4c919-487d-a3aa-e376-fad8cac7b822-1b98ac42, #w-node-c4a4c919-487d-a3aa-e376-fad8cac7b824-1b98ac42 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bff9f578-f755-64bf-f994-8fded3eda026-1b98ac42 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3780a846-ca15-fafa-1075-6a6b9015d41a-b098ac45 {
    align-self: start;
  }

  #w-node-_34e1e6d3-4917-1202-8d55-7f792599260d-b098ac45, #w-node-_34e1e6d3-4917-1202-8d55-7f792599260f-b098ac45, #w-node-_34e1e6d3-4917-1202-8d55-7f7925992611-b098ac45, #w-node-_34e1e6d3-4917-1202-8d55-7f7925992613-b098ac45 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0cdea796-ca68-4ae4-011c-418c19dedaa0-b098ac45 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0c9c80f4-6548-ad65-4de8-3b9adba27070-4598ac46, #w-node-_0c9c80f4-6548-ad65-4de8-3b9adba27072-4598ac46, #w-node-_0c9c80f4-6548-ad65-4de8-3b9adba27074-4598ac46, #w-node-_0c9c80f4-6548-ad65-4de8-3b9adba27076-4598ac46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4b1f383-80e9-b9a2-454d-f7f416446b5c-4598ac46 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c30-4598ac46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0b03a5d2-b861-34c8-cc61-abe79948d4b9-8d98ac4b {
    align-self: start;
  }

  #w-node-_3d9e2eae-7b48-36a9-4a49-f5a80b20ab34-8d98ac4b, #w-node-_3d9e2eae-7b48-36a9-4a49-f5a80b20ab36-8d98ac4b, #w-node-_3d9e2eae-7b48-36a9-4a49-f5a80b20ab38-8d98ac4b, #w-node-_3d9e2eae-7b48-36a9-4a49-f5a80b20ab3a-8d98ac4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ec0f29ba-fc6c-50af-4b10-8018044d5442-6b98ac4c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #Nome-Lojista.w-node-_9945a858-2631-2e9f-35ed-7649b85891a7-6b98ac4c {
    grid-column: span 1 / span 1;
  }

  #w-node-_9945a858-2631-2e9f-35ed-7649b85891a8-6b98ac4c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #Apelido-Lojista.w-node-_9945a858-2631-2e9f-35ed-7649b85891a9-6b98ac4c, #w-node-_9945a858-2631-2e9f-35ed-7649b85891aa-6b98ac4c {
    grid-column: span 1 / span 1;
  }

  #Email-Lojista.w-node-_9945a858-2631-2e9f-35ed-7649b85891ac-6b98ac4c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9945a858-2631-2e9f-35ed-7649b85891ad-6b98ac4c, #Contacto-Lojista.w-node-_9945a858-2631-2e9f-35ed-7649b85891ae-6b98ac4c, #w-node-_9945a858-2631-2e9f-35ed-7649b85891af-6b98ac4c, #Morada-da-loja.w-node-_9945a858-2631-2e9f-35ed-7649b85891b0-6b98ac4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9945a858-2631-2e9f-35ed-7649b85891b1-6b98ac4c {
    grid-area: 5 / 2 / 6 / 3;
  }

  #Website.w-node-_9945a858-2631-2e9f-35ed-7649b85891b3-6b98ac4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9945a858-2631-2e9f-35ed-7649b85891b4-6b98ac4c, #mensagem.w-node-_9945a858-2631-2e9f-35ed-7649b85891b5-6b98ac4c, #w-node-d084962d-6c86-0023-aafa-a2160f9f62fb-6b98ac4c {
    grid-column: span 2 / span 2;
  }

  #Enviar-PT.w-node-_9945a858-2631-2e9f-35ed-7649b85891bd-6b98ac4c, #Enviar-EN.w-node-_609e629f-2f66-9333-3be4-855e9ebd2df0-6b98ac4c, #Enviar-ES.w-node-f5c545c7-745a-0a0d-9f3c-2c8bd3bd2f09-6b98ac4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8c0f2f41-4d34-138a-debe-4c501dc2a7a4-6b98ac4c, #w-node-_8c0f2f41-4d34-138a-debe-4c501dc2a7a6-6b98ac4c, #w-node-_8c0f2f41-4d34-138a-debe-4c501dc2a7a8-6b98ac4c, #w-node-_8c0f2f41-4d34-138a-debe-4c501dc2a7aa-6b98ac4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8b383a98-34e9-7dcb-0fb9-00ee0cd6acfe-6b98ac4c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5705929f-fb94-861b-16cf-0421404db3d8-0398ac4d, #w-node-_5705929f-fb94-861b-16cf-0421404db3d6-0398ac4d, #w-node-_6eb5164b-e57e-a34f-a7e4-e6c6034a9357-0398ac4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5cae7459-a7a3-d80f-6dbd-dc4e7e59de18-0398ac4d {
    align-self: start;
  }

  #w-node-a0b0eb3c-cad0-d093-69c6-2e8ebb14f8d9-0398ac4d, #w-node-a0b0eb3c-cad0-d093-69c6-2e8ebb14f8db-0398ac4d, #w-node-a0b0eb3c-cad0-d093-69c6-2e8ebb14f8dd-0398ac4d, #w-node-a0b0eb3c-cad0-d093-69c6-2e8ebb14f8df-0398ac4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef86f5d5-177f-73b9-034a-598345370f83-0398ac4d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_14cfbba6-b1a1-207b-697d-040f90f9bb5b-8198ac4e, #w-node-_14cfbba6-b1a1-207b-697d-040f90f9bb5d-8198ac4e, #w-node-_14cfbba6-b1a1-207b-697d-040f90f9bb5f-8198ac4e, #w-node-_14cfbba6-b1a1-207b-697d-040f90f9bb61-8198ac4e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_03dacdfc-2e77-302d-d050-baba7ef98881-8198ac4e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e0dd3376-7c71-3c49-90ec-bb3b6a5d0c9e-4f98ac4f {
    align-self: start;
  }

  #w-node-d200e4ed-d81f-e4ca-e870-ac89fc78a268-4f98ac4f, #w-node-d200e4ed-d81f-e4ca-e870-ac89fc78a26a-4f98ac4f, #w-node-d200e4ed-d81f-e4ca-e870-ac89fc78a26c-4f98ac4f, #w-node-d200e4ed-d81f-e4ca-e870-ac89fc78a26e-4f98ac4f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_875a61d7-b17d-3b55-122c-75ea300f10f5-4f98ac4f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_24983913-e6d8-4ab4-ce94-4174e5816a91-4f98ac4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Email-Particular.w-node-_24983913-e6d8-4ab4-ce94-4174e5816a93-4f98ac4f, #w-node-b8b0102e-61a9-45ba-ad27-50f64d9f2c40-4f98ac4f, #Mensagem.w-node-_24983913-e6d8-4ab4-ce94-4174e5816a95-4f98ac4f, #w-node-_24983913-e6d8-4ab4-ce94-4174e5816a96-4f98ac4f {
    grid-column: span 2 / span 2;
  }

  #Enviar-PT.w-node-_24983913-e6d8-4ab4-ce94-4174e5816a9d-4f98ac4f, #Enviar-EN.w-node-_1e6f3bb6-780f-dc4e-9d74-9caffb4d30d6-4f98ac4f, #Enviar-ES.w-node-_579a3dc7-120c-14cf-66f5-8ca8b273bd67-4f98ac4f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb82201e-1c6f-5708-6894-94c439c1195c-4b98ac52, #w-node-fb82201e-1c6f-5708-6894-94c439c1195e-4b98ac52, #w-node-fb82201e-1c6f-5708-6894-94c439c11960-4b98ac52, #w-node-fb82201e-1c6f-5708-6894-94c439c11962-4b98ac52 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1a41b77-4e08-ecd3-29a7-dd801ad854d6-4b98ac52 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b9309b1e-a749-2aec-8e66-6a72860a39ba-6c98ac40, #w-node-b9309b1e-a749-2aec-8e66-6a72860a39bf-6c98ac40, #w-node-_77aa24d8-37fa-e2f5-0414-429a307ee626-6c98ac40, #w-node-_647f254f-e49a-0716-c3c5-eeb8dba512ab-6c98ac40, #w-node-_4b66fa8b-38e8-86b4-9ce8-75345c8b4c31-6c98ac40, #w-node-_491e029e-46a0-a742-089c-1cfd45aadb9a-6c98ac40, #w-node-_43cb18b8-9414-e26a-ae75-30289839a93c-6c98ac40 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b9309b1e-a749-2aec-8e66-6a72860a39b3-6c98ac40, #Mensagem-Clube.w-node-b9309b1e-a749-2aec-8e66-6a72860a39b5-6c98ac40 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8020db5b-718e-8123-8704-9ee90dfb5877-0dfb586e, #w-node-_8020db5b-718e-8123-8704-9ee90dfb587a-0dfb586e, #w-node-_1fed23d6-484a-6f07-dbe8-1acf9953099a-3198ac3c, #w-node-_1fed23d6-484a-6f07-dbe8-1acf9953099d-3198ac3c, #w-node-_9b641a35-a40c-2a63-c06b-f8155a87d050-2598ac3d, #w-node-_9b641a35-a40c-2a63-c06b-f8155a87d053-2598ac3d {
    grid-column: span 1 / span 1;
  }

  #w-node-_5569febb-58b5-fbae-907e-96dd5896fd03-6c98ac40, #Nome-particular.w-node-_5569febb-58b5-fbae-907e-96dd5896fd05-6c98ac40 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5569febb-58b5-fbae-907e-96dd5896fd1d-6c98ac40 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Email-Particular.w-node-_5569febb-58b5-fbae-907e-96dd5896fd1f-6c98ac40, #w-node-_5569febb-58b5-fbae-907e-96dd5896fd20-6c98ac40, #Mensagem-particular.w-node-_5569febb-58b5-fbae-907e-96dd5896fd22-6c98ac40, #Politica-de-Privacidade.w-node-bd8dd61a-961f-6ef5-02f3-7a90b46a075d-6c98ac40, #w-node-_5569febb-58b5-fbae-907e-96dd5896fd2b-6c98ac40, #w-node-_97941f8a-9e68-7d5e-0729-46326b32a774-6c98ac40, #w-node-a2adc634-0b30-e195-0462-1f18e81af108-6c98ac40 {
    grid-column: span 2 / span 2;
  }

  #w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8ba-6c98ac40 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Nome-Lojista.w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8bb-6c98ac40 {
    grid-column: span 2 / span 2;
  }

  #w-node-_922b57a5-102a-c471-0955-ae933bfc2fc7-6c98ac40 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Apelido-Lojista.w-node-_6968da11-dae5-6580-c22c-f71e3f284ec4-6c98ac40, #w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8bc-6c98ac40 {
    grid-column: span 2 / span 2;
  }

  #Email-Lojista.w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8be-6c98ac40, #w-node-cb35f7a6-67e9-f2bb-a967-8fccea76d0fc-6c98ac40 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Contacto-Lojista.w-node-d2ea119b-1a56-8d24-500c-de20bb1ca810-6c98ac40, #w-node-_054a4ab5-7772-1548-07e3-2b26940bf06d-6c98ac40, #Morada-da-loja.w-node-_350c0935-225a-880e-a57d-36aeb86c2775-6c98ac40 {
    grid-column: span 2 / span 2;
  }

  #w-node-b6daa732-06d3-4d96-7c0e-3e76978803cc-6c98ac40 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Website-lojista.w-node-e2c6ae5d-6739-fab6-8a13-1cf8b74d4118-6c98ac40, #w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8bf-6c98ac40, #Mensagem-lojista.w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8c0-6c98ac40, #Politica-de-Privacidade.w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8c1-6c98ac40, #Enviar-PT.w-node-_509e74d8-7f5c-8a10-06f7-49b1fc4fe8c8-6c98ac40, #Enviar-EN.w-node-_38e3f0b1-bc13-94d2-74f6-c3d7cb4c11fe-6c98ac40, #Enviar-ES.w-node-c66cda48-2769-ec09-5699-92476c242391-6c98ac40 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7e846b15-c446-d7c8-a461-9e4e88678d79-6c98ac40, #w-node-_7e846b15-c446-d7c8-a461-9e4e88678d7c-6c98ac40, #w-node-_15ddf5fe-1318-7fa4-decd-812a0398642a-b098ac45, #w-node-_15ddf5fe-1318-7fa4-decd-812a0398642d-b098ac45, #w-node-_73db7d9d-17a0-d322-a6c2-4617368a3137-4598ac46, #w-node-_73db7d9d-17a0-d322-a6c2-4617368a313a-4598ac46, #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c1c-4598ac46, #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c24-4598ac46, #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c28-4598ac46, #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c30-4598ac46, #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c34-4598ac46, #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c3c-4598ac46, #w-node-_32863151-e103-0bda-0a3f-8b776d3c5c70-4598ac46, #w-node-c60d0d60-4096-5778-bd21-1cec3be3e54c-8d98ac4b, #w-node-c60d0d60-4096-5778-bd21-1cec3be3e54f-8d98ac4b {
    grid-column: span 1 / span 1;
  }

  #w-node-ec0f29ba-fc6c-50af-4b10-8018044d5442-6b98ac4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Nome-Lojista.w-node-_9945a858-2631-2e9f-35ed-7649b85891a7-6b98ac4c {
    grid-column: span 2 / span 2;
  }

  #w-node-_9945a858-2631-2e9f-35ed-7649b85891a8-6b98ac4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Apelido-Lojista.w-node-_9945a858-2631-2e9f-35ed-7649b85891a9-6b98ac4c, #w-node-_9945a858-2631-2e9f-35ed-7649b85891aa-6b98ac4c {
    grid-column: span 2 / span 2;
  }

  #Email-Lojista.w-node-_9945a858-2631-2e9f-35ed-7649b85891ac-6b98ac4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9945a858-2631-2e9f-35ed-7649b85891ad-6b98ac4c, #Contacto-Lojista.w-node-_9945a858-2631-2e9f-35ed-7649b85891ae-6b98ac4c, #w-node-_9945a858-2631-2e9f-35ed-7649b85891af-6b98ac4c, #Morada-da-loja.w-node-_9945a858-2631-2e9f-35ed-7649b85891b0-6b98ac4c {
    grid-column: span 2 / span 2;
  }

  #w-node-_9945a858-2631-2e9f-35ed-7649b85891b1-6b98ac4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Website.w-node-_9945a858-2631-2e9f-35ed-7649b85891b3-6b98ac4c, #w-node-_9945a858-2631-2e9f-35ed-7649b85891b4-6b98ac4c, #mensagem.w-node-_9945a858-2631-2e9f-35ed-7649b85891b5-6b98ac4c, #Enviar-PT.w-node-_9945a858-2631-2e9f-35ed-7649b85891bd-6b98ac4c, #Enviar-EN.w-node-_609e629f-2f66-9333-3be4-855e9ebd2df0-6b98ac4c, #Enviar-ES.w-node-f5c545c7-745a-0a0d-9f3c-2c8bd3bd2f09-6b98ac4c {
    grid-column: span 2 / span 2;
  }

  #w-node-_958eaaa7-fe3b-daad-2427-5a210a06d0cd-6b98ac4c, #w-node-_958eaaa7-fe3b-daad-2427-5a210a06d0d0-6b98ac4c, #w-node-_5d5136ef-7c98-e3f2-4ec2-6a982a4edde0-4f98ac4f, #w-node-_5d5136ef-7c98-e3f2-4ec2-6a982a4edde3-4f98ac4f, #w-node-c4270618-2535-914c-6d75-7b6ead91d7db-4b98ac52, #w-node-c4270618-2535-914c-6d75-7b6ead91d7de-4b98ac52 {
    grid-column: span 1 / span 1;
  }
}