@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
}

* html {
  font-size: 87.5%
}

html {
  -ms-overflow-x: hidden;
  overflow-x: hidden
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #000000;
  overflow-wrap: break-word;
  word-wrap: break-word
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
  font-family: "Raleway", sans-serif;
}

p,
span {
  line-height: 1.3;
}

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

p {
  margin: 0 0 20px;
  color: #1D1F24;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
   font-family: "Raleway", sans-serif;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 46px;
}

h3 {
  font-size: 40px;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

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

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

caption,
th,
td {
  font-weight: normal;
  text-align: left
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

blockquote,
q {
  quotes: none
}


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

a img {
  border: 0
}

img {
  max-width: 100%;
  height: auto
}

select {
  max-width: 100%
}

em {
  font-style: italic
}

figure>img {
  display: block;
  margin: 0 auto
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle
}

b,
strong {
  font-weight: bold;
}

::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #c2c2c2;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

::placeholder {
  color: #c2c2c2;
  font-size: 12px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1240px;
}

label {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #000000;
}

.hide {
  display: none;
}

.grid {
  display: flex;
}

input,
select {
  background-color: #ffffff;
  border-color: #D1D1D1;
  border-width: 1px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

form input:hover,
form input:focus,
form select:hover,
form select:focus,
input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #ddd;
  outline: 0;
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=url],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=datetime],
form input[type=datetime-local],
form input[type=week],
form input[type=number],
form input[type=search],
form input[type=tel],
form input[type=color],
form select,
form textarea {
  display: inline-block;
  min-height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  padding: 6px 12px;
  margin-top: 5px;
  font-family: "Raleway", sans-serif;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  color: #1D1F24;
  border: 1px solid #BDC1C7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

button.primary-button {
  border: 0;
  color: #fff;
  border-style: none;
  border-radius: 25px;
  padding: 12px 40px;
  cursor: pointer;
  background: #3F9F7F;
  border-radius: 10px;
}

button.primary-button>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.primary-button .button-icon {
  margin-right: 6px;
  position: relative;
  top: -1px;
}

button.primary-button svg {
  height: 16px;
  width: 16px;
  fill: #E1E2E3;
  position: relative;
  top: 3px;
}

button.primary-button span.button-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-right: 0.2rem;
}

button.secondary-button {
  border: 0;
  color: #fff;
  border-style: none;
  border-radius: 25px;
  padding: 12px 40px;
  cursor: pointer;
  background: #000465;
  border-radius: 10px;
  width: 100%;
  max-width: 255px;
  border:1px solid #fff;
}

button.secondary-button>span {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.secondary-button .button-icon {
  margin-right: 6px;
  position: relative;
  top: -1px;
}

button.secondary-button svg {
  height: 16px;
  width: 16px;
  fill: #E1E2E3;
  position: relative;
  margin-left: 0.5rem;
}

button.secondary-button span.button-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-left: 0.2rem;
}

button.disabled {
  background-color: #E1E2E3;
}

button.terriorty-button svg {
  height: 16px;
  width: 16px;
  fill: #000465;
  position: relative;
  margin-left: 0.5rem;
  top: 4px;
  transform: rotate(180deg);
}

.tab-content .form-button button.terriorty-button {
  border: 1px solid #000465;
  border-radius: 50px;
  padding: 1rem 4rem;
  margin-right: 2rem;
  color: #000465;
}

button.terriorty-button span {
  font-weight: bold;
}

button.terriorty-button {
  border: 0;
  background: transparent;
  padding: 1rem;
  border-radius: 50px;
}

/* Input file custom css */
div#additional-fields-subscriber {
  width: 100%;
}
input[type=file] {
  margin: auto;
  padding: 0.6em;
  border: 1px solid #BDC1C7;
  background-color: #fff;
  transition: border-color 0.25s ease-in-out;
  width: 100%;
  margin-top: 6px;
  border-radius: 8px;
  cursor: pointer;
  height: 45px;
}
input[type=file]::file-selector-button {
  padding: 0.4em 1.0em;
  border-width: 0;
  border-radius: 6px;
  background-color: #110062;
  color: #dbe6f0;
  font-family: "Raleway", sans-serif;
  font-weight:600;
  font-size:1em;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  margin-right: 1em;
}
input[type=file]:hover {
  border-color: #888;
}
input[type=file]:hover::file-selector-button {
  background-color: #3F9F7F;
}
.center a.button {
    border: 0;
    color: #fff;
    border-style: none;
    border-radius: 25px;
    padding: 12px 40px;
    cursor: pointer;
    background: #3F9F7F;
    border-radius: 30px;
    display: block;
    margin: 2rem auto;
}
.center a.button img {
    max-width: 17px;
}