@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: local(""),url(4c96ed73beaf6d1e6cc7.woff2) format("woff2"),url(34ed58565339f4f3be40.woff) format("woff"),url(96ce55e3ba0d6a209090.ttf) format("truetype")
}

@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: local(""),url(384327329b002fa58009.woff2) format("woff2"),url(2aa577b251f3bd95109a.woff) format("woff"),url(ebce8ab6b102e9804476.ttf) format("truetype")
}


body {
  color: #344060;
  font-family: Inter,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.4;
  
  padding: 0 120px;
  margin: 0;
  max-width: 1280px;
  background: #fff;
  margin: 0 auto;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #150023;
  font-weight: 700;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  line-height: 1.2;
  //margin-bottom: 1rem;
  word-break: break-word;
}

h1 {
  margin-bottom: 50px;
}

h3 {
  margin-top: 50px;
}

header {
  margin: 40px 0 80px 0;
}

header .logo {
  background-image: url(logo.png);
  background-size: cover;
  width: 150px;
  height: 32px;
  display: inline-block;
}

a,
a:visited {
  color: #3f74b0;
  text-decoration: underline;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

.collecta-addon-form-button {
  border: none;
  border-radius: 5px;
  background-color: #3f74b0;
  color: #fff;
  min-height: 38px;
  padding: .25rem .5rem;
  font-weight: 700;
}

.collecta-addon-form-button:hover {
  background-color: #005d99;
}

.collecta-addon-input-select,
.collecta-addon-input-text,
.collecta-addon-input-search,
.collecta-addon-input-date,
.collecta-addon-input-number,
.collecta-addon-input-email {
  background-color: #fff;
  border: 1px solid #abb3cc;
  border-radius: 5px;
  font-weight: 400;
  height: calc(1.5em + .75rem + 2px);
  line-height: 1.5;
  padding: .375rem .75rem;
  width: 100%;
}

.collecta-addon-input-textarea {
  background-color: #fff;
  border: 1px solid #abb3cc;
  border-radius: 5px;
  font-weight: 400;
  line-height: 1.5;
  padding: .375rem .75rem;
  width: 100%;
}

.collecta-addon-input-select:focus,
.collecta-addon-input-text:focus,
.collecta-addon-input-textarea:focus,
.collecta-addon-input-search:focus,
.collecta-addon-input-date:focus,
.collecta-addon-input-number:focus,
.collecta-addon-input-email:focus {
  outline: 2px solid #7ca5d0 !important;
}

.collecta-addon-input-select:focus-visible,
.collecta-addon-input-text:focus-visible,
.collecta-addon-input-date:focus-visible,
.collecta-addon-input-email:focus-visible {
}

.collecta-addon-input-checkbox {
  transform: translateY(2px);
}

.collecta-addon-input-file {
  height: calc(1.5em + .75rem + 2px);
  line-height: 1.5;
  padding: .375rem 0;
  width: 100%;
}

.collecta-addon-form-label {
  padding-top: .6em;
}

.collecta-addon-form-group {
  margin-bottom: .50em;
}

.collecta-addon-form-text {
  color: #6c757d;
}

.collecta-addon-dt {
  font-weight: 700;
}

.collecta-addon-dd + .collecta-addon-dt {
  margin-top: .5em;
}

.collecta-addon-details {
  padding-top: .75em;
  padding-bottom: .75em;
}

/* Code for different marker */
.collecta-addon-summary {
  list-style: none;
  display: flex;
}

.collecta-addon-summary::-webkit-details-marker {
  display: none;
}

.collecta-addon-summary::after {
  content: "";
  display: inline-block;
  margin-left: auto;
  margin-top: 0.25em;
  margin-right: 0.25em;
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform .25s ease;
}

.collecta-addon-details[open] .collecta-addon-summary::after {
  transform: rotate(-135deg);
}

/* Code for animation */
.collecta-addon-details::details-content {
  transition: height 0.25s ease, content-visibility 0.25s ease allow-discrete;
  height: 0;
  overflow: clip;
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }

  .collecta-addon-details[open]::details-content {
    height: auto;
  }
}
